Error creating project

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
asaf_arbely
Premium Member
Premium Member
Posts: 87
Joined: Sat Jul 14, 2007 2:24 pm

Error creating project

Post by asaf_arbely »

Hi,
After installing the new DataStage version 8.1 , we encountered a problem creating new projects. the dialog box "coping files" opens and then the error we get is :
CDSRUserAccess.EnterCS: Internal error = failed to open file : UV.ACCOUNT (81002)

Help please!!!
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What userid are you using and can you do a "touch test" or "mkdir test" in the target location from UNIX? Is the "UV.ACCOUNT" file there and what are the permissions on it?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Can you telnet to the server, get in to a DataStage shell in the DSEngine directory, and execute this command successfully?

Code: Select all

SELECT * FROM UV.ACCOUNT;
Note that it must be all upper case.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
asaf_arbely
Premium Member
Premium Member
Posts: 87
Joined: Sat Jul 14, 2007 2:24 pm

Post by asaf_arbely »

Hi Ray,

Tested your request, here are the results:

Code: Select all

>SELECT * FROM UV.ACCOUNT;
Account...   UID   GID  Owner name......  UNIX pathname...........  Permissions

uv             0     0                    /opt/IBM/InformationServ
                                          er/Server/DSEngine
DS             0     0                    /opt/IBM/InformationServ
                                          er/Server/DSEngine
ds             0     0                    /opt/IBM/InformationServ
                                          er/Server/DSEngine
UV             0     0                    /opt/IBM/InformationServ
                                          er/Server/DSEngine
init           0     0  DataStage\8.1\in  /ETL/Projects/init
                        t-p-etl\43392

5 records listed.
>
init is the project created (successfully) during installation.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

OK, that rules out the possibility that UV.ACCOUNT is corrupted. I presume that you have full permission to UV.ACCOUNT ? If so, it's time to involve the vendor, because "internal error" is not something someone "outside" can easily diagnose.
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