Page 1 of 1

failed to connect 80011

Posted: Thu Mar 06, 2008 10:10 am
by 2ksaint
Hi,

Since i had issue with connecting db2 database, i restarted the AIX server and now when i try to connect with the Datastage server using client im getting the following error

"Failed to connec to host "IP address" username or password incorrect (80011)

If uncheck omit i will get "host name specified is not valid 81011

I tried all the sugggestions given in the forum related to 80011, still no luck.

Note: when trying ps -elf | grep dsrpc, im getting both services, netstat -a i tried the service is listening to port 31538

I ping to the server its pinging, I telnet to the server it does.

I stoped the service uv -admin -stop and the waited to 10min exiting the user and then reconnected and then started the service still no use.

username/password/project name - all are correct.


Any other suggestion would be great

Posted: Thu Mar 06, 2008 11:24 am
by kumar_s
Is that issue with only form that particular client or from all?
Try the following to see if you get the UV prompt
>cd $DSHOME/bin
>. ./dsenv
>UV

Posted: Thu Mar 06, 2008 11:47 pm
by 2ksaint
while giving the uv command , im gettting the following error and i dont get the uv prompt

exec(): 0509-036 Cannot load program uv because of the following errors:
0509-150 Dependent module libgciudt6.so could not be loaded.
0509-022 Cannot load module libgciudt6.so.
0509-026 System error: A file or directory in the path name does not exit

Posted: Thu Mar 06, 2008 11:49 pm
by ray.wurlod
Try the dssh command instead of the uv command. They are not identical, but may give us some idea what is happening.

Posted: Fri Mar 07, 2008 12:16 am
by 2ksaint
thanks ray,

I tried dssh, below are the error message:

exec(): 0509-036 Cannot load program dssh because of the following errors:
0509-150 Dependent module libgciudt6.so could not be loaded.
0509-022 Cannot load module libgciudt6.so.
0509-026 System error: A file or directory in the path name does not exi
st.

I ran the command from the following path:

/datastage/dsadm/Ascential/DataStage/DSEngine/bin

Posted: Fri Mar 07, 2008 12:43 am
by kumar_s
That could be due to lib path not been intialized. Check if $DSHOME/lib is part of LIBPATH

If avaialble try to source dsenv before executing the UV

Try
$ cd `cat /.dshome`
$ . dsenv
$ ./bin/uv

Posted: Fri Mar 07, 2008 2:04 am
by 2ksaint
thanks kumar,

I tried as u said but still got the issue and finally I resolved the issue by recreating the .profile file and stoped and started the service. Now im able to connect to the ds server.

Thanks to ray.wurlod and kumar. Thanks allot guys.. :)

Posted: Wed Jul 01, 2009 12:54 am
by hailun
2ksaint wrote:thanks kumar,

I tried as u said but still got the issue and finally I resolved the issue by recreating the .profile file and stoped and started the service. Now im able to connect to the ds server.

Thanks to ray.wurlod and kumar. Thanks allot guys.. :)
Hi
Can you elaborate on how to recreate the .profile before stopping and restarting the dsrpc service?
Now we meet the same issue....
Thank you....