Ask a Question related to Coldfusion Database Access, Design and Development.
-
robs67 #1
CFOBJECT - Remote Issues
I am trying to remotely connect to the Neevia DocConverterPro COM object. I
keep getting this error: 'COM error 0x800401F3. Invalid class string.' This is
the code: <CFOBJECT ACTION='Create' TYPE='COM'
CLASS='{00020424-0000-0000-C000-000000000046}' NAME='DocConv' CONTEXT='remote'
SERVER='\\myserver.mydomainname.com'> Any help would be most appreciated.
robs67 Guest
-
cfobject
Here is my tag that works in CF6, <cfobject action="create" type="java" class="com/sbc/ea/utilities/AddressHashHelper" name="addrHashHelper"> I... -
CFObject with ASP Script
Hey All, I have a bit of an issue while trying to get a ASP Script to work in ColdFusion. I was able to connect to the objects, but I was getting... -
Using cfobject to call a dll
Hi all Hope someone can help me with this problem i have. I have created an online shop which is using an integrated payment gateway (cybersource... -
Using CfObject
Tom CF Apr 6, 1:52 am show options From: "Tom CF" <kohlivis...@gmail.com> - Find messages by this author Date: Wed, 06 Apr 2005 08:52:56... -
Are there issues with WSE settings tool and remote servers????
I am doing a presentation next week and I want to include WSE. I am using a remote IIS Server (another XP Pro system). I can crete and use web... -
robs67 #2
CFOBJECT - Remote Issues
I am trying to remotely connect to the Neevia DocConverterPro COM object. I
keep getting this error: 'COM error 0x800401F3. Invalid class string.' This is
the code: <CFOBJECT ACTION='Create' TYPE='COM'
CLASS='{00020424-0000-0000-C000-000000000046}' NAME='DocConv' CONTEXT='remote'
SERVER='\\myserver.mydomainname.com'> Any help would be most appreciated.
robs67 Guest
-
robs67 #3
CFOBJECT - Remote Issues
I am trying to remotely connect to the Neevia DocConverterPro COM object. I
keep getting this error: 'COM error 0x800401F3. Invalid class string.' Any
help would be most appreciated.
<CFOBJECT ACTION="Create"
TYPE="COM"
CLASS="{00020424-0000-0000-C000-000000000046}"
NAME="DocConv"
CONTEXT="remote"
SERVER="\\myserver.mydomainname.com">
robs67 Guest
-
robs67 #4
CFOBJECT - Remote Issues
I am trying to remotely connect to the Neevia DocConverterPro COM object. I
keep getting this error: 'COM error 0x800401F3. Invalid class string.' Any
help would be most appreciated.
<CFOBJECT ACTION="Create"
TYPE="COM"
CLASS="{00020424-0000-0000-C000-000000000046}"
NAME="DocConv"
CONTEXT="remote"
SERVER="\\myserver.mydomainname.com">
robs67 Guest
-
robs67 #5
CFOBJECT - Remote Issues
I am trying to remotely connect to the Neevia DocConverterPro COM object. I
keep getting this error: 'COM error 0x800401F3. Invalid class string.' Any
help would be most appreciated. <CFOBJECT ACTION='Create' TYPE='COM'
CLASS='{00020424-0000-0000-C000-000000000046}' NAME='DocConv' CONTEXT='remote'
SERVER='\\myserver.mydomainname.com'>
robs67 Guest



Reply With Quote

