Hello,
you can look up error codes in winerror.h file, or you use a tool errlook on Windows I think it cmes with Visual Studio).
The error 800706ba means that the remote machine was not found. Either the client machine cannot resolve the name or IP-address of the remote machine, or on the remote machine the rpcss is not listening on port 135. Start “sclient -n ” if on the remote machine DCOM is started. On Linux you can check listen on port 135 with “netstat -a | grep 135” before starting DCOM there should be no listen) and after. But sometimes there is an alias for port 135, like epmap (look for 135/tcp in /etc/services) for an alias if set.
The eror 80070005 means ACCESS_DENIED. For first tests, you should always use local authenticaton. Change the $EXDIR/$EXXVERS/etc/dcomconfig and set the parameters for paulad to “-local -nolisten”. Then use the tool ntpasswd with a user name as parameter and add the password for this user on your UNIX/LINUX machine. This user should have the same password on the Windows machine. Also you need to the the dcomcnfg utility on Windows, that this user has the permissions to launch and access the required DCOM servers (like sserver).
Using domain controllers needs an additional process and dll on the windows machine wich is only available in the EntireX Communicator Windows version.
Regards,
Volker Denkhaus
#webMethods#Mainframe-Integration#EntireX