DataStage logon error

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
yc
Premium Member
Premium Member
Posts: 2
Joined: Mon Sep 12, 2005 6:22 am

DataStage logon error

Post by yc »

Hi,

Getting the following error on logon to Designer/Director/Manager and checking the Omit checkbox :

Code: Select all

DSR.ADMIN: Failed to add user to UV_USERS file.  

Code: Select all

ACCESS DENIED: INTERNAL SQL ERROR FAILED TO REGISTER THIS USER FOR SQL  
If I clear the Omit checkbox and login with the same account, the logon is OK.

What's wrong ?

Error on Datastage7.5.1A on Windows 2003 for the server and Windows 2000 SP4 for the client.
User account has full acces on DS server directory.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard! :D

This error is failure of an internal GRANT CONNECT TO username; SQL statement. That it occurs is a bug. You can work around it by logging in as the user who installed DataStage, and executing the GRANT statement explicitly.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
singhald
Participant
Posts: 180
Joined: Tue Aug 23, 2005 2:50 am
Location: Bangalore
Contact:

Post by singhald »

hi

if u have created a user name and gave password to the user
so u have to give valid user name and password to the datastage client.

u can'nt omit this,

otherwise u have to remove user from datastage client

deepak
yc
Premium Member
Premium Member
Posts: 2
Joined: Mon Sep 12, 2005 6:22 am

Post by yc »

Yesterday : access denied
Today : access granted

Nothing were done. I don't understand...

An other problem :
The server administrator can run jobs without problem.
The production manager can start jobs, but I have the following error :

Code: Select all

ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll - Access is denied.
The production manager has RW access in the DS server engine & project.
Post Reply