SAP BusinessObjects Enterprise Error Messages
Error message
This message appears when the report engine is unable to find the proper SAP BusinessObjects Hostname and the report engine installation is not allowed to install the universe.
To avoid this error, Enter SAP BusinessObjects hostname in the report engine host file.
Error message
Symptom"
"Error 1904. Module C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ExportSDK.dll failed to register. HRESULT -1073741819. Contact your support personnel" installation client tools.
Error 1904. Module C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\importent6.dll failed to register. HRESULT -1073741819. Contact your support personnel."
This message occurs because the DLL files belonging to the import wizard did not register.
To resolve
- Click Ignore.
- Complete the installation.
- Register the DLL files manually. You must be logged in with an administrator account.
- Perform a search for the DLL file in Windows Explorer. For example, importent6.dll.
- Click Start > Run.
- Type in regsvr32, including a trailing space.
- Adjust the windows sizes so that both windows can be seen.
Drag the DLL file from Windows Explorer to the Run dialog box.
The text field in the dialog box should contain regsvr32and the path to the DLL file.The quotation marks are necessary because of the spaces in the path.
- Repeat steps d and e for any other DLL files that need to be registered.
Resolving possible errors with regsvr32 application:
If you are getting errors when performing regsvr32 through the run command, the path might be too long. Open a command prompt, navigate to the directory which contains the DLL files (using the cd command) and execute regsvr32 <dll name>.
To unregister a DLL, use the same steps as above, this time type in regsvr32 /u <path to the .dll file> in the Run dialog box.