Component Object Model (COM) and Abyss

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
BrandonK
-


Joined: 14 Apr 2005
Posts: 10

PostPosted: Thu Jan 19, 2006 11:46 pm    Post subject: Component Object Model (COM) and Abyss Reply with quote

Has anyone ever used a COM with Abyss web server. Everytime I try and open a sessions with my COM, I get a 500 Internal Server Error. I am pretty sure that I have the code accurate, and I can use a VB script to connect to the same computer using the same COM. Its only when I use it as a web server that I run in to these problems. I know VERY little about COMs, so I don't know if I need to configure abyss to get this to work.

I can give more information if someone needs. This is for a project at work, so I'm very desperate.

Thanks

Brandon
Back to top View user's profile Send private message
swimmer618
-


Joined: 17 Apr 2006
Posts: 1

PostPosted: Mon Apr 17, 2006 4:08 am    Post subject: Reply with quote

I'm gettin the same error when I try:

Code:
<?php
$wp = new COM("Word.Application") or die("Cannot open Word.");
$wp->visible = 1;
$wp->Documents->Add();
$wp->Selection->Typetext("Hello, Word.");
?>


It's the first time I've ever tried to use a COM, so I don't know much about them either.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Apr 17, 2006 10:06 am    Post subject: Re: Component Object Model (COM) and Abyss Reply with quote

BrandonK,

COM is run by your scripting language and not by Abyss Web Server.

We have successfully tested scripts using COM objects: for an example, see http://www.aprelium.com/forum/viewtopic.php?p=40520#40520 .

What is the script you are using? Is there an error message explaining the failure of the COM object?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group