Connecting to COM object in ColdFusion -
i trying connect sage 100 com object coldfusion. coldfusion on 1 machine , sage , other com object on another. how set credentials coldfusion can gain access com object on sage machine. code have currently:
<cfobject action="connect" class="pvxcom.exe" name="sageconnection" context="remote" server="\\sage">
update comments:
i using coldfusion 9 , error message receiving is:
an exception occurred when instantiating com object. cause of exception that: coldfusion.runtime.com.comobjectinstantiationexception: exception occurred when instantiating com object.
you running 64-bit version of coldfusion not support com objects. think goes down 64-bit os not playing com objects either. anyway, if com object required think need install 32-bit version of coldfusion , perhaps on 32-bit version of operating system.
i believe goes coldfusion 8 days (the first coldfusion version included 64-bit option). in fact found in old coldfusion 8 article:
most of functionality , features of coldfusion run fine on 64-bit platforms, however, features coldfusion com interoperability, coldfusion delphi interoperability, , microsoft access database connectivity not work on coldfusion 64-bit platform.
my emphasis on com statement
Comments
Post a Comment