Hi, I have encountered an fatal error when i used the ARS6.3 JAVA API to access the ARS. The detail message is as below:
MessageType: 2
MessageNum: 90
MessageText: Cannot establish a network connection to the AR System server.
AppendedText: arsdev919 : RPC: Rpcbind failure - RPC: Unable to receive.
Env:
ARS : 6.3 For Windows
OS : windows server 2003
JDK: 1.4.2_07
Database: SQL Server 2000 with SP4
I just compile the sample code of JavaDriver.java ,and run:
....
Command: log
Control record:
Authentication String ():
User name (): Demo
Password():
Locale () :
TimeZone () :
Server () : arsdev919 (note: has been add to the hosts)
Command: ver
VERIFY USER
Results
ReturnCode: ERROR
Status List : 1 items
Status Struct :
Message type : ERROR
Message number : 90
Message: Cannot establish a network connection to the AR System server.
Appended: arsdev919 : RPC: Rpcbind failure - RPC: Unable to receive
Command:
....

Who can help me ? or any suggestion? Thanks a lot!