failed to connect 80011

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
2ksaint
Participant
Posts: 66
Joined: Sun Jan 20, 2008 11:15 pm

failed to connect 80011

Post 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
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post 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
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
2ksaint
Participant
Posts: 66
Joined: Sun Jan 20, 2008 11:15 pm

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
2ksaint
Participant
Posts: 66
Joined: Sun Jan 20, 2008 11:15 pm

Post 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
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post 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
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
2ksaint
Participant
Posts: 66
Joined: Sun Jan 20, 2008 11:15 pm

Post 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.. :)
hailun
Participant
Posts: 40
Joined: Fri Nov 07, 2008 9:07 am

Post 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....
Let's Progress Together....
Post Reply