Datastage server install issue

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
avi21st
Charter Member
Charter Member
Posts: 135
Joined: Thu May 26, 2005 10:21 am
Location: USA

Datastage server install issue

Post by avi21st »

Hi

I have installed Datastage Server in AIX unix machine and getting the follwoing problem:
When I try to connect from client:

Code: Select all

Failed to connect to host: 10.208.242.82, project: DDR_PRD
(User name and/or password incorrect (80011))
When I try to stop and restart services I am getting the following message ( Please check the last part)

Code: Select all

>uv -admin -start
The file access permissions do not allow the specified action.
/opt/Ascential/DataStage/DSEngine/sample/ds.rc[417]: /opt/Ascential/DataStage/DSEngine/.DBsetup.log: 0403-005 Cannot create the specified file.
The file access permissions do not allow the specified action.
/opt/Ascential/DataStage/DSEngine/sample/ds.rc[418]: /opt/Ascential/DataStage/DSEngine/.DBsetup.log: 0403-005 Cannot create the specified file.

Checking NLS locale OFF
Checking NLS locale DEFAULT
Checking NLS locale GB-ENGLISH
Checking NLS locale US-ENGLISH
Checking NLS locale AU-ENGLISH
Checking NLS locale CA-ENGLISH
Checking NLS locale IE-ENGLISH
Checking NLS locale NZ-ENGLISH
Checking NLS locale ZA-ENGLISH
Loading NLS map file UNICODE
Loading NLS map file UTF8
Loading NLS map file ASCII
Loading NLS map file ISO8859-1
Loading NLS map file ISO8859-1+MARKS
Loading NLS map file MNEMONICS
Loading NLS map file MS1252-CS
Loading NLS map file ISO8859-1-CS
Loading NLS map file ISO8859-15-CS
Loading NLS map file ASCII+MARKS
Loading NLS map file MS1252
Loading NLS map file MS1252+MARKS
Loading NLS map file PC437
Loading NLS map file PC850
14 NLS Character Set Maps loaded in 109732 bytes.
Loading 9 NLS Locales
9 NLS Locales loaded in 793808 bytes
An error has occurred during DataStage initialization
Please contact the system administrator
Error code:  2   2
An error has occurred during DataStage initialization
Please contact the system administrator
Error code:  2   2
An error has occurred during DataStage initialization
Please contact the system administrator
Error code:  2   2
DataStage Engine 7.5.2.1 instance "ade" has been brought up.
I have installed DS server before in the same environment - so I have applied the same process with groups +dsenv etc configuration

Only thing I have done was DS was installed before in this server- I deleted the Ascential folder and then installed. I did not deinstall. Is that the problem.

Please let me know
Avishek Mukherjee
Data Integration Architect
Chicago, IL, USA.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Error code: 2 2 usually means that you have not licensed the product or that your licence has expired. Under these conditions the engine will still start, but will not be useable. A good way to verify that this is the case is to attempt to establish a telnet connection and enter the DataStage environment from the UNIX prompt. Something like:

Code: Select all

cd pathname_of_DataStage_DSEngine
. ./dsenv
bin/dssh
Try it, and let us know the outcome.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply