|
Home > Archive > EAserver > December 2005 > EAServer - Error with object Jaguar Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
EAServer - Error with object Jaguar Server
|
|
| David Velazco 2005-12-01, 1:24 pm |
| Hello everybody
Has anyone seen the message:
ERROR
--------
Narrow_() method (0x800A2330)
The Narrow_ operation of the Component Jaguar/Object to the Interface
SessionManager/Manager failed : The requested operation failed since the
client could not to acquire connection to the Jaguar Server.
I'm putting this code:
set aORB = Server.CreateObject("Jaguar.ORB")
aORB.init("")
set aManager =
aORB. string_to_object(EAS
erver_Url).Narrow_("SessionManager/Manager")
My environment is Windows XP Sp2, EAServer 5.2, IIs 5.1.
Thanks in advance.
Best regards,
David Velazco
| |
| Jonathan Baker [Sybase] 2005-12-01, 8:25 pm |
| Is this component inside or outside the server?
J
David Velazco wrote:
> Hello everybody
>
> Has anyone seen the message:
>
> ERROR
> --------
>
> Narrow_() method (0x800A2330)
> The Narrow_ operation of the Component Jaguar/Object to the Interface
> SessionManager/Manager failed : The requested operation failed since the
> client could not to acquire connection to the Jaguar Server.
>
> I'm putting this code:
>
> set aORB = Server.CreateObject("Jaguar.ORB")
> aORB.init("")
> set aManager =
> aORB. string_to_object(EAS
erver_Url).Narrow_("SessionManager/Manager")
>
> My environment is Windows XP Sp2, EAServer 5.2, IIs 5.1.
>
> Thanks in advance.
>
> Best regards,
> David Velazco
>
>
|
|
|
|
|