Problem:
The execution of the UT Database Schema Creation Tool is not possible. There is neither a response from the application, nor any error message. In the related log files error messages are available. Following error messages are known.
Component 'MSCOMCTL.OCX' or one of its dependencies not correctly registered: a file is missing or invalid
Component 'comdlg32.ocx' or one of its dependencies not correctly registered: a file is missing or invalid
Component 'RICHTX32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid
Cause:
The application requires VB6 components of Microsoft, which are not registered properly. In known cases the issue occurs after Windows updates.
Solution:
The mentioned components have to be registered manually. Please open a command line explicitly as administrator. Change to the directory C:\Windows\SysWOW64\.
regsvr32.exe mscomctl.ocx
regsvr32.exe comdlg32.ocx
regsvr32.exe richtx32.ocx
http://stackoverflow.com/questions/16018271/object-library-notregistered-when-adding-microsoft-rich-textbox-control-6-0
In some cases it was necessary to register a type library. The registering depends on the used operating system. In the command shell it has to be moved to the directory, where the regtlib.exe or regtlibv12.exe is located. Normally this is
C:\Windows\Microsoft.NET\Framework\v2.0.50727\ or
C:\Windows\Microsoft.NET\Framework\v4.0.30319\.
regtlib msdatsrc.tlb
or regtlibv12 msdatsrc.tlb
Note: The behavior can also be caused by a missing VBA license from Esri. |
Comments
0 comments
Please sign in to leave a comment.