vote up 0 vote down star

Hi guys,

I'm trying to run the excel solver in Coldfusion. However i'm running into issues like, the page hangs as if loading forever, similar to this.

Is it possible to run excel solver thru Coldfusion? If not, are there other alternatives for Coldfusion?

Thanks in advance.

flag
Do you have Excel installed on the ColdFusion server? – Antony Nov 6 at 4:01
Yes. actually, i can open any excel file, no problem. But when i add the solver add-in to any excel file, the page seems to hang when trying to open the excel file. – Kerwin Nov 6 at 6:28
what version of excel? that code is quite old - maybe your COM references are wrong. do you get any errors in the CF admin logs? Or in the Event Viewer? – Antony Nov 6 at 9:41
Also, does the user account CF is running under have access to the Excel app? – Antony Nov 6 at 9:42

1 Answer

vote up 2 vote down

Running Office applications server-side is definitely not recommended by Microsoft.

See KB257757 - Considerations for server-side Automation of Office for explanations and suggestions.

ColdFusion itself has (very probably) nothing to do with your problem.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.