Fellow Programmers:
I am attempting to run a DTS Package on a network SQL server from within a very light and simple local Visual Basic application (it literally calls the DTS Package and no more). On my PC, which has full Enterprise installs of both VB6 and SQL Server, the application runs perfectly and remotely executes the DTS Package.
However, when I move this to a test machine, I am getting a "Runtime Error '429': ActiveX component can't create object". I have seen this error before but I am unsure why it would be throwing it in this context.
I have created a installation package and installed it that way. A dependency was the dtspkg.dll library which seemingly installed correctly.
Am I missing something obvious?
Thanks in advance.
I am attempting to run a DTS Package on a network SQL server from within a very light and simple local Visual Basic application (it literally calls the DTS Package and no more). On my PC, which has full Enterprise installs of both VB6 and SQL Server, the application runs perfectly and remotely executes the DTS Package.
However, when I move this to a test machine, I am getting a "Runtime Error '429': ActiveX component can't create object". I have seen this error before but I am unsure why it would be throwing it in this context.
I have created a installation package and installed it that way. A dependency was the dtspkg.dll library which seemingly installed correctly.
Am I missing something obvious?
Thanks in advance.