(internal Error(39202)

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

(internal Error(39202)

Post by esivaprasad »

Hi,
Till today we didnot tried our personal ids to logon datastage,we will use common dsadm user id .
when we are trying to logon datastage using my personnel id, i am getting error that
"Failed to connect to host :xxx.xx.xx.xx, Project:UV
(internal Error(39202)) "


:/home/vgy7> id vgy7
uid=22358(vgy7) gid=16284(gdstage)
:/home/vgy7> id dsadm
uid=23186(dsadm) gid=16284(gdstage)
please help me out here by using my personal id how can i logon datastage without any issue.
Siva
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Permissions, I would assume.
-craig

"You can never have too many knives" -- Logan Nine Fingers
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

Thank you for the information.
can you give more details about this permissions,which permissions we need to verify.
Siva
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Filesystem permissions, down the DSEngine & Project paths. Specifically the group permissions since your ids are in the same group as dsadm.
-craig

"You can never have too many knives" -- Logan Nine Fingers
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

Hi ,
Thank you for your information.
in our dsenv file we have following directy paths
"
UDTHOME=/vol01/dsadm/Ascential/DataStage/ud41; export UDTHOME
UDTBIN=/vol01/dsadm/Ascential/DataStage/ud41/bin; export UDTBIN
LD_LIBRARY_PATH=$DSHOME/java/jre/lib/sparc/client:$DSHOME/java/jre/lib/sparc:`dirname $DSHOME`/branded_odbc/lib:$DSHOME/lib:$DSHOME/uvdlls:$LD_LIBRAR
Y_PATH
DSHOME=/vol01/dsadm/Ascential/DataStage/DSEngine; export DSHOME
ORACLE_HOME=/vol01/local/oracle/product/11.1.0/client_1; export ORACLE_HOME
ODBCINI=/vol01/dsadm/Ascential/DataStage/DSEngine/.odbc.ini; export ODBCINI
TNS_ADMIN=/vol01/dsadm/tnsentry; export TNS_ADMIN
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/vol01/local/oracle/product/11.1.0/client_1/lib32:/vol01/local/oracle/product/11.1.0/client_1/jdbc/lib; export LD_LIBRARY_PA
TH
PATH=$PATH:$ORACLE_HOME/bin; export PATH

"
and also here am giving directory file permission details

"drwxr-xr-x 2 dsadm gdstage 3072 May 26 2011 bin
drwxr-xr-x 8 dsadm gdstage 512 Sep 3 2010 DataStage
drwxr-xr-x 3 dsadm gdstage 512 Sep 1 2010 Ascential
drwx------ 10 dsadm gdstage 512 Oct 14 2011 dsadm
drwxr-xr-x 38 dsadm gdstage 3584 May 17 03:05 DSEngine
drwxr-x--- 2 dsadm gdstage 1024 May 14 10:21 parfiles
drwxr-x--- 2 dsadm gdstage 512 May 16 07:08 tnsentry
drwxrwxrwx 670 dsadm gdstage 37888 Jun 13 12:26 hashfiles"

can you please confirm ,this
drwx------ 10 dsadm gdstage 512 Oct 14 2011 dsadm
causing problem to logon using my user id to datastage client tools.
Siva
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

Hi,

drwx------ 10 dsadm gdstage 512 Oct 14 2011 dsadm
is this causing problem to access dsengine and sub directories,using my personel user id to logon access to datastage clients?
Please let me know if you need any other details.
Thanks in advance for all your support.
Siva
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Did you Search DSXchange for error code 39202? There are lots of hits, and a goodly proportion of those are marked as resolved.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

Hi ,
I had given 755 permissions to all folders which are in dsenv file,After that restarted datastage services.
Now i am able to logon using my personnel user id instead of using ds administrator dsadm user id.
Siva
Post Reply