I am trying to connect to a Sage 100 COM object from ColdFusion. ColdFusion is on one machine and Sage and the other COM object is on another. How do I set up the credentials so that ColdFusion can gain access to the COM object on the Sage machine. The code that I have is currently:
<CFOBJECT ACTION="CONNECT"
CLASS="pvxcom.exe"
NAME="SageConnection"
CONTEXT="remote"
SERVER="\\sage">
Update from Comments:
I am using ColdFusion 9 and the error message I am receiving is:
An exception occurred when instantiating a COM object. The cause of this exception was that: coldfusion.runtime.com.ComObjectInstantiationException: An exception occurred when instantiating a COM object.