Overview
If you see the error message 'ActiveX component can't create object' when running reports in DeltaWMS v8.13 or later, this means the Crystal Runtime that DeltaWMS uses isn't configured on your machine. Follow the steps below to resolve this issue.
Resolve the error
Before you begin, you'll need administrator privileges on your machine.
Copy the file ATG.Warehousing.CrystalEngine.dll from the folder <Delta Install Directory>\Released Components.NET on the Delta server.
Paste the file into *C:\Program Files (x86)\DeltaWMS\Released Components.NET* on your local machine.
Note: You may need to create this folder if it doesn't exist.
Right-click Command Prompt, then click Run as administrator.
Type *CD C:\Windows\Microsoft.NET\Framework\v4.0.30319* then press Enter.
Type regasm.exe –tlb –codebase "C:\Program Files (x86)\DeltaWMS\Released Components.NET\ATG.Warehousing.CrystalEngine.dll" then press Enter.
Verify the message confirms the type has registered successfully and the file ATG.Warehousing.CrystalEngine.tlb has been created in **C:\Program Files (x86)\DeltaWMS\Released Components.NET**.
You can now run reports without seeing this error.
