RE: COM object problem on fresh CF 9 server

2014-02-22 Thread Patti, Michael
day, February 22, 2014 8:02 PM To: cf-talk Subject: COM object problem on fresh CF 9 server Hi, I've just set up a new server running CF 9.0.2 standard. I'm getting the following error message when trying to instantiate a COM object: - An exception occurred when

COM object problem on fresh CF 9 server

2014-02-22 Thread Patti, Michael
Hi, I've just set up a new server running CF 9.0.2 standard. I'm getting the following error message when trying to instantiate a COM object: - An exception occurred when instantiating a COM object. The cause of this exception was that: java.lang.RuntimeException: Can not u

RE: An exception occurred when instantiating a COM object.

2013-12-04 Thread Eric Roberts
a COM object. even though cf is 32bit, you are still using a 32bit com object on a 64bit os, which is your problem. try this http://www.gfi.com/blog/32bit-object-64bit-environment/ On Wed, Dec 4, 2013 at 3:23 PM, Shiny Star wrote: > > Hello All, > > I am getting below error, when t

Re: An exception occurred when instantiating a COM object.

2013-12-04 Thread Russ Michaels
Watts wrote: > > >> it very much depends on the com object then I guess as I have had this > same > >> issue. Office would be different presumably because it is a desktop > >> application. > > > > Office is chock-full of COM objects, which are 32-bit in

Re: An exception occurred when instantiating a COM object.

2013-12-04 Thread Dave Watts
>> it very much depends on the com object then I guess as I have had this same >> issue. Office would be different presumably because it is a desktop >> application. > > Office is chock-full of COM objects, which are 32-bit in the 32-bit > version of Office and which c

Re: An exception occurred when instantiating a COM object.

2013-12-04 Thread Dave Watts
> it very much depends on the com object then I guess as I have had this same > issue. Office would be different presumably because it is a desktop > application. Office is chock-full of COM objects, which are 32-bit in the 32-bit version of Office and which can be automated via scripts

Re: An exception occurred when instantiating a COM object.

2013-12-04 Thread Russ Michaels
it very much depends on the com object then I guess as I have had this same issue. Office would be different presumably because it is a desktop application. On Wed, Dec 4, 2013 at 4:59 PM, Dave Watts wrote: > > > even though cf is 32bit, you are still using a 32bit com object on

Re: An exception occurred when instantiating a COM object.

2013-12-04 Thread Dave Watts
> even though cf is 32bit, you are still using a 32bit com object on a 64bit > os, which is your problem. > > try this > > http://www.gfi.com/blog/32bit-object-64bit-environment/ While that blog post is quite interesting (so thanks!), you can certainly use 32-bit COM obje

Re: An exception occurred when instantiating a COM object.

2013-12-04 Thread Russ Michaels
even though cf is 32bit, you are still using a 32bit com object on a 64bit os, which is your problem. try this http://www.gfi.com/blog/32bit-object-64bit-environment/ On Wed, Dec 4, 2013 at 3:23 PM, Shiny Star wrote: > > Hello All, > > I am getting below error, when trying to i

An exception occurred when instantiating a COM object.

2013-12-04 Thread Shiny Star
Hello All, I am getting below error, when trying to initiate COM object. An exception occurred when instantiating a COM object. The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed. I am running CF9.02 32 bit on 64 bit Win OS

Re: pdf COM object

2013-08-15 Thread daniel kessler
Thanks. I actually did read the manual before posting. I appreciate the assistance. > Here's a reference for merging PDF files with CF9: > > http://help.adobe.com/en_US/ColdFusion/9. > 0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-798f.html ~~~

Re: pdf COM object

2013-08-12 Thread Stephen Hait
On Mon, Aug 12, 2013 at 10:38 AM, daniel kessler wrote: > > We are moving from cf7 to cf9 and because of that, we can no longer use > COM objects. I've replaced most of the code with cf9 calls, but I cannot > do so with CopyForm, which copies pages of the form. > > Can anyone recommend a path f

pdf COM object

2013-08-12 Thread daniel kessler
We are moving from cf7 to cf9 and because of that, we can no longer use COM objects. I've replaced most of the code with cf9 calls, but I cannot do so with CopyForm, which copies pages of the form. Here is an example: http://www.activepdf.com/AltDownloads/Documentation/TK2011/CopyForm.html

Re: pdf COM object

2013-08-09 Thread Paul Hastings
On 8/10/2013 12:00 AM, daniel kessler wrote: > Can anyone recommend a path for correcting this? I don't know the cf pdf > calls well. Is there a replacemnt for this within cf9? not sure about cf itself, but i concatenated PDFs before using iText. ~~

pdf COM object

2013-08-09 Thread daniel kessler
We are moving from cf7 to cf9 and because of that, we can no longer use COM objects. I've replaced most of the code with cf9 calls, but I cannot do so with CopyForm, which copies pages of the form. Here is an example: http://www.activepdf.com/AltDownloads/Documentation/TK2011/CopyForm.html

Re: Error accessing COM object

2012-07-16 Thread .jonah
Are you on a 64-bit OS? They don't support COM. On 7/16/12 12:28 AM, Megha Kolpyakwar wrote: > hi > Wwhen I try to use cfobject for code it gives an error > name="XMLDoc"> > > > > The error message is > > > An exception occurred when

Error accessing COM object

2012-07-16 Thread Megha Kolpyakwar
hi Wwhen I try to use cfobject for code it gives an error The error message is An exception occurred when instantiating a COM object. The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed. I am using coldfusion 8. Also

Re: Creating COM object - troubleshooting

2011-04-20 Thread Russ Michaels
or the many others who have open source projects at www.riaforge.org On Wed, Apr 20, 2011 at 11:19 PM, Maureen wrote: > > Only that which is not based on code written by Ben Forta or Ray Camden. > > On Wed, Apr 20, 2011 at 2:43 PM, Bobby Hartsfield > wrote: > > > > Isn't all code in existenc

Re: Creating COM object - troubleshooting

2011-04-20 Thread Maureen
Only that which is not based on code written by Ben Forta or Ray Camden. On Wed, Apr 20, 2011 at 2:43 PM, Bobby Hartsfield wrote: > > Isn't all code in existence based off of code originally written by Ben > Nadel? ~| Order the

RE: Creating COM object - troubleshooting

2011-04-20 Thread Bobby Hartsfield
AM To: cf-talk Subject: RE: Creating COM object - troubleshooting Here are the cfcs we developed based off of code originally developed by ben Nadel...some of the modification ideas were based off another site as well and I am drawing a complete blank, at the moment, who that blogger was...so i

RE: Creating COM object - troubleshooting

2011-04-19 Thread Eric Roberts
Here are the cfcs we developed based off of code originally developed by ben Nadel...some of the modification ideas were based off another site as well and I am drawing a complete blank, at the moment, who that blogger was...so if you remember the convo we had, please pop up ;-) Banner.cfc has so

Re: Creating COM object - troubleshooting

2011-04-19 Thread Dave Watts
> I'm showing my newbie-ness here but would Java offer a way out of this > problem? The vendor offers JAva examples > (http://www.acasystems.com/en/web-thumb-activex/faq-convert-html-to-image-in-java.htm) > and I'm wondering if it > would be (easily?) possible to compile a JAR that exposes the r

Re: Creating COM object - troubleshooting

2011-04-19 Thread Stefan Richter
1, at 11:42, Russ Michaels wrote: > > if it is critical for you to use this COM object, then here is one > suggestion. > Install CF 32 bit on the server as well, and just have one folder on your > server set to use the 32bit connectors just so you can use your COM object. > >

Re: Creating COM object - troubleshooting

2011-04-19 Thread Russ Michaels
if it is critical for you to use this COM object, then here is one suggestion. Install CF 32 bit on the server as well, and just have one folder on your server set to use the 32bit connectors just so you can use your COM object. On Tue, Apr 19, 2011 at 9:06 AM, Stefan Richter wrote: > &g

Re: Creating COM object - troubleshooting

2011-04-19 Thread Stefan Richter
I'm showing my newbie-ness here but would Java offer a way out of this problem? The vendor offers JAva examples (http://www.acasystems.com/en/web-thumb-activex/faq-convert-html-to-image-in-java.htm) and I'm wondering if it would be (easily?) possible to compile a JAR that exposes the relevant

Re: Creating COM object - troubleshooting

2011-04-19 Thread Stefan Richter
with how MS is depreciating COM in favor of .NET. > > -Original Message- > From: Stefan Richter [mailto:ste...@flashcomguru.com] > Sent: Monday, April 18, 2011 14:12 > To: cf-talk > Subject: Re: Creating COM object - troubleshooting > > > Thanks, > Soun

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
> Again it is has something to do with how MS is depreciating COM in favor of > .NET. Well, this is kind of true, but not entirely true. CF uses a third-party Java-COM library from JIntegra. They don't make a 64-bit version of their library. There's nothing (that I know of) stopping them from do

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
at could successfully run it. But this is pretty close to irrelevant - there's no guarantee that a COM object exposes useful functions for RUNDLL32.EXE to invoke. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owne

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
From: Eric Roberts [mailto:ow...@threeravensconsulting.com] Sent: Monday, April 18, 2011 4:01 PM To: cf-talk Subject: RE: Creating COM object - troubleshooting ImageCR will not work...you will have to replace it with the cfimage tag or take a look at a thread we had here last fall in regards (Septemb

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
: Monday, April 18, 2011 14:12 To: cf-talk Subject: Re: Creating COM object - troubleshooting Thanks, Sounds like the best way forward is to ask the vendor for a 64bit dll... Thanks again, at least I can stop trying now :-) Cheers Stefan On 18 Apr 2011, at 18:48, Dave Watts wrote: > >&g

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
Subject: Re: Creating COM object - troubleshooting > Is there some way you could call CFEXECUTE and call a BAT file or > something like that to run the DLL? Would this be a workaround for > calling a COM object from CF9 or a 32 bit object from CF 64 bit? Or is > it not possible or adv

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
...@threeravensconsulting.com] Sent: Monday, April 18, 2011 4:01 PM To: cf-talk Subject: RE: Creating COM object - troubleshooting ImageCR will not work...you will have to replace it with the cfimage tag or take a look at a thread we had here last fall in regards (September or October I think

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
As long as it is a COM object, it will not work. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, April 18, 2011 12:55 To: cf-talk Subject: Re: Creating COM object - troubleshooting > Eh?  We are using 64bit imageCR3 on a customer server... whic

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
g COM object - troubleshooting Eh? We are using 64bit imageCR3 on a customer server... which I believe IS com no? -Mark -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, April 18, 2011 12:46 PM To: cf-talk Subject: Re: Creating COM object - troublesho

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
it to 64 bit. Eric -Original Message- From: Mark A. Kruger [mailto:mkru...@cfwebtools.com] Sent: Monday, April 18, 2011 12:00 To: cf-talk Subject: RE: Creating COM object - troubleshooting Stefan, I suspect PHP is 32bit yes... but someone else will have to chime in definitely. It&#

Re: Creating COM object - troubleshooting

2011-04-18 Thread Stefan Richter
Thanks, Sounds like the best way forward is to ask the vendor for a 64bit dll... Thanks again, at least I can stop trying now :-) Cheers Stefan On 18 Apr 2011, at 18:48, Dave Watts wrote: > >> I also tried using a tag based syntax specifying the DLL directly: >> > assembly="C:\Program F

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
> Is there some way you could call CFEXECUTE and call a BAT file or something > like that to run the DLL? Would this be a workaround for calling a COM > object from CF9 or a 32 bit object from CF 64 bit? Or is it not possible or > advisable to do this either? Depending on how the DL

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
Ah you are correct. My bad. Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, April 18, 2011 12:55 PM To: cf-talk Subject: Re: Creating COM object

RE: Creating COM object - troubleshooting

2011-04-18 Thread Brook Davies
Is there some way you could call CFEXECUTE and call a BAT file or something like that to run the DLL? Would this be a workaround for calling a COM object from CF9 or a 32 bit object from CF 64 bit? Or is it not possible or advisable to do this either? Brook -Original Message- From

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
> Eh?  We are using 64bit imageCR3 on a customer server... which I believe IS > com no? No, it's a CFX DLL. While I haven't used any 64-bit CFX libraries, I don't see why they wouldn't work. But 64-bit CF doesn't come with the JIntegra functionality needed to interact with COM objects. I don'

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
Eh? We are using 64bit imageCR3 on a customer server... which I believe IS com no? -Mark -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, April 18, 2011 12:46 PM To: cf-talk Subject: Re: Creating COM object - troubleshooting > First guess would

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
> I also tried using a tag based syntax specifying the DLL directly: > assembly="C:\Program Files (x86)\ACASystems\ACA WebThumb > ActiveX Control\acawebthumb.dll"> > > Error: > Class ACAWebThumb.ThumbMaker not found in the specified assembly list. > The assembly that contains the class must be pr

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
> First guess would be 64bit vs. 32 bit. Have you matched the correct > "version" of the COM? There's no COM at all if you're using 64-bit CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GS

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
: Creating COM object - troubleshooting Thank you. Is this a restriction via CF then or why is it so easy to do it in PHP? Is it because CF will run in 64bit mode and PHP is not? Regards, Stefan ~| Order the Adobe Coldfusion

Re: Creating COM object - troubleshooting

2011-04-18 Thread Stefan Richter
(402) 408-3733 ext 105 > www.cfwebtools.com > www.coldfusionmuse.com > www.necfug.com > > -Original Message- > From: Stefan Richter [mailto:ste...@flashcomguru.com] > Sent: Monday, April 18, 2011 10:41 AM > To: cf-talk > Subject: Re: Creating COM object - troubleshoo

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
ruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Stefan Richter [mailto:ste...@flashcomguru.com] Sent: Monday, April 18, 2011 10:41 AM To: cf-talk Subject: Re: Creating COM object - troubleshooting Thanks Mark. 32/

Re: Creating COM object - troubleshooting

2011-04-18 Thread Stefan Richter
> www.necfug.com > > > -Original Message----- > From: Stefan Richter [mailto:ste...@flashcomguru.com] > Sent: Monday, April 18, 2011 9:38 AM > To: cf-talk > Subject: Creating COM object - troubleshooting > > > Hi all, > I'm trying to use a third

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Stefan Richter [mailto:ste...@flashcomguru.com] Sent: Monday, April 18, 2011 9:38 AM To: cf-talk Subject: Creating COM object - troubleshooting Hi all, I'm trying to use

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
omguru.com] Sent: Monday, April 18, 2011 9:38 AM To: cf-talk Subject: Creating COM object - troubleshooting Hi all, I'm trying to use a third party DLL called ACA Webthumb http://www.acasystems.com/en/web-thumb-activex/ I've installed this on a Windows 2008 server running CF 9.0

Re: Creating COM object - troubleshooting

2011-04-18 Thread Stefan Richter
matic line > from it: > > WebThumbMaker = CreateObject("Com", "ACAWebThumb.ThumbMaker", > "local"); > > This results in error: > An exception occurred when instantiating a COM object. > The cause of this exception was that: java.lang.Runti

Creating COM object - troubleshooting

2011-04-18 Thread Stefan Richter
with ACA. Here's the problematic line from it: WebThumbMaker = CreateObject("Com", "ACAWebThumb.ThumbMaker", "local"); This results in error: An exception occurred when instantiating a COM object. The cause of this exception was that: java.lang.RuntimeException: Can

Re: Using isDefined/StructKeyExists against a ,Net com object

2010-11-24 Thread Pete Jordan
Joanne Corless wrote: > I'm doing some .Net integration and the values of the .Net object returned > need to be inspected and then displayed if they are defined > > I've found that the conversion process brings everything back as > rootObject.Get_ObjectName().Get_Value() which blows up if the o

Re: Using isDefined/StructKeyExists against a ,Net com object

2010-11-22 Thread Dave Watts
> I've found that the conversion process brings everything back as > rootObject.Get_ObjectName().Get_Value() which blows up if the > object is empty throwing an undefined error - However if I try and use > isDefined("rootObject.Get_ObjectName") or > StructKeyExists(rootObject,"Get_ObjectName) -

Using isDefined/StructKeyExists against a ,Net com object

2010-11-22 Thread Joanne Corless
I'm doing some .Net integration and the values of the .Net object returned need to be inspected and then displayed if they are defined I've found that the conversion process brings everything back as rootObject.Get_ObjectName().Get_Value() which blows up if the object is empty throwing an u

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-14 Thread Eric Roberts
So just for clarification (looking at any Adobe engineers on the list and poking them) Does COM work on CF9 64bit on Win 2008 64bit? I can't seem to get a straight answer from Adobe or from the CF9 docs. Is it a case of a 32 bit com object not workign? Would a 64bit COM object work?

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-13 Thread Eric Roberts
No it gets restarted often as we are doing a lot of testing on it before it becomes a real production server. Thanks anyway man ;-) I think I just need to find a Java or .Net solution as I don't think i am getting anywhere with COM objects. Eric >> We don't do auto updates...so I doubt there

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-13 Thread Cameron Childress
On Tue, Oct 12, 2010 at 5:24 PM, Eric Roberts wrote: > We don't do auto updates...so I doubt there was anything updated. It might be worth looking at the server's update history just to make sure. Even an old update may not have taken effect till a restart (if you restarted lately). Other than

RE: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts
Sent: Tuesday, October 12, 2010 4:28 PM To: cf-talk Subject: RE: 32-bit / 64-bit COM object issues in ColdFusion 9 I believe they just did do some kind of update to COM. I was just reading something that mentioned it. You may have to roll back the update to make it work the way you expect. That's

RE: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread DURETTE, STEVEN J (ATTASIAIT)
dress [mailto:camer...@gmail.com] Sent: Tuesday, October 12, 2010 4:25 PM To: cf-talk Subject: Re: 32-bit / 64-bit COM object issues in ColdFusion 9 Total shot in the dark, but isn't the second Tuesday of every month Microsoft's designated update time? Did your server auto update itself

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Cameron Childress
On Tue, Oct 12, 2010 at 10:22 AM, Eric Roberts wrote: > The odd thing for me is that  I have been running this with no issue for the > past 2 weeks and for no known reason, we started to get the following error: > > Any ideas as to why this popped up out of the blue after working previously > on

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts
This is on a server that isn't in production yet. I am at a loss here. I am sure it something to do with the 64vs32 bit issue, but this is supposed to be 64 bit friendly. I uninstalled the original one and installed a new version and I got the same error message. I am not even sure if the s

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts
This is on a server that isn't in production yet...I am not very familiar with com objects, but I would assume they are like any other object in how they are referenced. I even installed a newer version and it doesn't seem to have an effect. I am lost here on this issue. >I'm seeing this as

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Matthew Williams
f memory issue. It's not happening after every request, just during periods of heavy load. Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog On 10/12/2010 10:22 AM, Eric Roberts wrote: > This is a follow up on a discussion from back in June in regards to com > object w

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts
Additional info on this: What this process is doing is taking some images and music and putting them together to create a slide show and creates an exe file. I would assume that whatever com object/java or whatever that is built into CF would all work the same in the 64bit as it does in the

re:32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts
This is a follow up on a discussion from back in June in regards to com object with CF9 on win 2008 server... Background...this process loads a flash file for a video tribute (for funeral homes)... The odd thing for me is that I have been running this with no issue for the past 2 weeks and for

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-26 Thread Dave Watts
> Could one write a .NET wrapper for the COM object and use that? > > e.g. http://www.codeproject.com/KB/COM/COMinDotNet.aspx I don't think that will work directly, because they won't be able to run in the same process. The wrapper would have to use DCOM (I think) to call the

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-26 Thread James Holmes
Could one write a .NET wrapper for the COM object and use that? e.g. http://www.codeproject.com/KB/COM/COMinDotNet.aspx -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 26 August 2010 22:28, Dave Watts wrote: > If you need to use COM, you should continue using the

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-26 Thread Dave Watts
> http://www.j-interop.org/introduction.html > > Is that a good alternative? Might give it a go later. I don't know, but from a cursory examination this appears to use DCOM, which in my own opinion isn't a good alternative to anything. If I recall correctly, COM objects have to be written to supp

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Lisa Yii
get a COM object to work on CF 64 bit? > > /me runs. > > On Wed, Aug 25, 2010 at 2:09 PM, Dave Watts wrote: > > > > > > What about 64-bit COM code? Would non-support then have anything to do > > with > > > CF? > > > > CF x64 can't use

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Michael Grant
Ok, so how exactly to I get a COM object to work on CF 64 bit? /me runs. On Wed, Aug 25, 2010 at 2:09 PM, Dave Watts wrote: > > > What about 64-bit COM code? Would non-support then have anything to do > with > > CF? > > CF x64 can't use COM, period. It doesn'

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Brian Kotek
Ah, good to know, Dave. I just assumed it was using JNI since that is generally how native processes are run. Thanks. On Wed, Aug 25, 2010 at 2:09 PM, Dave Watts wrote: > > > What about 64-bit COM code? Would non-support then have anything to do > with > > CF? > > CF x64 can't use COM, period.

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Dave Watts
> What about 64-bit COM code? Would non-support then have anything to do with > CF? CF x64 can't use COM, period. It doesn't matter whether it's 32-bit COM or 64-bit COM. CF uses a third-party library for COM support. That library doesn't support 64-bit COM, and the 32-bit version won't work in

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Lisa Yii
> > mention or elaboration on this for developers who actually READ your > > documentation? > > > > Don't you think people would need to know, from reading your > documentation > > when working with COM objects, that information like "Coldfusion COM > > i

RE: LinkPoint on 64bit/2008, was RE: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Justin Scott
> I think they have a POST type web service - no? It's been so many years since I've looked at their documentation I do not know. I'm curious how others are approaching it so I'll have a place to start when we do have to dive in again. The COM object has worked well for

RE: LinkPoint on 64bit/2008, was RE: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Mark A. Kruger
:18 AM To: cf-talk Subject: LinkPoint on 64bit/2008, was RE: COM Object support in 64-bit - Vague and Unclear > COM is not really supported by windows a la 2008 > either - except via .NET interop. Right? This brings up an interesting point for me. We use the LinkPoint API COM object on

LinkPoint on 64bit/2008, was RE: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Justin Scott
> COM is not really supported by windows a la 2008 > either - except via .NET interop. Right? This brings up an interesting point for me. We use the LinkPoint API COM object on our 32-bit Windows 2003 servers at present and have been considering an upgrade to 2008 and 64-bit CF9. Is

RE: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Mark A. Kruger
...@figleaf.com] Sent: Wednesday, August 25, 2010 8:56 AM To: cf-talk Subject: Re: COM Object support in 64-bit - Vague and Unclear > COM is not really supported by windows a la 2008 either - except via .NET > interop.  Right? I'm not really sure about that, exactly. I know that Micros

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Dave Watts
> COM is not really supported by windows a la 2008 either - except via .NET > interop.  Right? I'm not really sure about that, exactly. I know that Microsoft doesn't intend people to do COM programming for newer versions of Windows. But in any case, I've stayed well away from COM in any CF projec

RE: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Mark A. Kruger
: Tuesday, August 24, 2010 9:28 PM To: cf-talk Subject: Re: COM Object support in 64-bit - Vague and Unclear >> Dear Adobe Coldfusion, your technote/FAQ on Colfdusion 64-bit says : no support for COM >> INTEROPERABILITY - http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418 &

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-24 Thread Brian Kotek
in 64-bit version" IS IMPORTANT? > > Also, a lot of times these COM objects are 3rd party components which the > CF programmer did not code themselves, and just have the COM object > interfaces to play with - why would you go and assume we would know what COM > INTEROPERABILITY co

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-24 Thread Dave Watts
>> Dear Adobe Coldfusion, your technote/FAQ on Colfdusion 64-bit says : no >> support for COM >> INTEROPERABILITY - http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418 >> >> Can you please elaborate on that in relation to Coldfusion 64-bit? >> >> Does this mean 32-bit COM won't work in 64-bi

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-24 Thread Dave Watts
M objects are 3rd party components which the CF > programmer did not code > themselves, and just have the COM object interfaces to play with - why would > you go and assume we would > know what COM INTEROPERABILITY covers, and not provide any further > elaboration? There really

COM Object support in 64-bit - Vague and Unclear

2010-08-24 Thread Yui Yui
OM interoperability not supported in 64-bit version" IS IMPORTANT? Also, a lot of times these COM objects are 3rd party components which the CF programmer did not code themselves, and just have the COM object interfaces to play with - why would you go and assume we would know what COM

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-06-09 Thread Matthew Small
08-3733 ext 105 >Skype: markakruger >www.cfwebtools.com >www.coldfusionmuse.com >www.necfug.com > > > >We're in the process of upgrading a client site from ColdFusion MX 7 on >Windows 2003 to ColdFusion 9 on Windows 2008. For the most part, >everything's gone sm

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-06-09 Thread Dave Watts
> In scouring the 'net for almost 8 hours yesterday I found a few posts on > message boards or in comments on blogs which claim > that ColdFusion 9 running in 64-bit will not work with a 32-bit COM object.   > But I've picked through the Adobe site and haven't been

RE: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-06-09 Thread Mark A. Kruger
-Original Message- From: Laurie Carr [mailto:lc...@d2creative.com] Sent: Wednesday, June 09, 2010 9:33 AM To: cf-talk Subject: 32-bit / 64-bit COM object issues in ColdFusion 9 We're in the process of upgrading a client site from ColdFusion MX 7 on Windows 2003 to ColdFusion 9 on Wi

32-bit / 64-bit COM object issues in ColdFusion 9

2010-06-09 Thread Laurie Carr
We're in the process of upgrading a client site from ColdFusion MX 7 on Windows 2003 to ColdFusion 9 on Windows 2008. For the most part, everything's gone smoothly, but we're having issues with a COM object they've been using since before we took over management of thei

Re: com object memory leak problem

2008-06-13 Thread Daniel Roberts
I gave up on what I was doing back a couple months ago, which was attempting to provide a server-wide thread-safe service to the same com object. However I'm running into a memory problem now in another process that uses the com object, and it may be the source of my problem though I can&

Re: com object memory leak problem

2008-04-25 Thread Daniel Roberts
"Not all data is passed by value" yeah, I meant passed to the com object method by value which is how I understand that data to be passed. You are correct that I'm not passing queries or structs, just strings to com object methods. "Well, CF doesn't handle COM ob

RE: com object memory leak problem

2008-04-25 Thread Dave Watts
> I am having some really odd issues with a com object. > Requests to a single method call such as > "object.setField("city",arguments.city)" are leading to > variables being created in variables scope of a cfc. For > example if I dump the variables scope

com object memory leak problem

2008-04-25 Thread Daniel Roberts
I am having some really odd issues with a com object. Requests to a single method call such as "object.setField("city",arguments.city)" are leading to variables being created in variables scope of a cfc. For example if I dump the variables scope before and after the meth

Re: COM Object Method Not Found (Cybersource)

2007-12-20 Thread Tom P
For anyone still reading this thread, I downloaded the java API from cybersource's site, extracted it and there is a coldfusion folder in there. If you view the readme file it has a section about configuring coldfusion and what class paths to add to the java.config file. I couldn't get CF to r

Re: COM Object Method Not Found (Cybersource)

2007-12-20 Thread Tom P
For anyone still reading this thread, I downloaded the java API from cybersource's site, extracted it and there is a coldfusion folder in there. If you view the readme file it has a section about configuring coldfusion and what class paths to add to the java.config file. I couldn't get CF to r

RE: Using a Custom COM Object

2007-07-06 Thread John Mason
the permissions you give the account. John [EMAIL PROTECTED] -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 1:15 PM To: CF-Talk Subject: Re: Using a Custom COM Object Got it registered now it work. Thanks michael! jonese On 7/6/07, Dawson

Re: Using a Custom COM Object

2007-07-06 Thread jonese
k > Subject: Re: Using a Custom COM Object > > Tried that Dave didn't work. gave me the "java.lang.Exception: Invalid > COM object" error. > > An exception occurred when instantiating a Com object. > The cause of this exception was that: > coldfusion.runtime.co

Re: Using a Custom COM Object

2007-07-06 Thread jonese
No how do i do that? jonese On 7/6/07, Dawson, Michael <[EMAIL PROTECTED]> wrote: > Have you registered the object yet? > > -Original Message- > From: jonese [mailto:[EMAIL PROTECTED] > Sent: Friday, July 06, 2007 10:29 AM > To: CF-Talk > Subject: Re: Using a

Re: Using a Custom COM Object

2007-07-06 Thread jonese
[mailto:[EMAIL PROTECTED] > Sent: Friday, July 06, 2007 11:29 AM > To: CF-Talk > Subject: Re: Using a Custom COM Object > > Tried that Dave didn't work. gave me the "java.lang.Exception: Invalid COM > object" error. > > An exception occurred

RE: Using a Custom COM Object

2007-07-06 Thread John Mason
Which windows account is Coldfusion running under? John [EMAIL PROTECTED] -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 11:29 AM To: CF-Talk Subject: Re: Using a Custom COM Object Tried that Dave didn't work. gave me the "java.lang

RE: Using a Custom COM Object

2007-07-06 Thread Dawson, Michael
Have you registered the object yet? -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 10:29 AM To: CF-Talk Subject: Re: Using a Custom COM Object Tried that Dave didn't work. gave me the "java.lang.Exception: Invalid COM object" error.

RE: Using a Custom COM Object

2007-07-06 Thread Dave Watts
> Tried that Dave didn't work. gave me the > "java.lang.Exception: Invalid COM object" error. Are you sure you registered the object with regsvr32? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authoriz

  1   2   3   4   >