Page 1 of 1

DataStage Project not accessible any more

Posted: Tue Nov 30, 2004 8:33 am
by yiminghu
Hi,

I had a very strange problem. We had a project created on production box, today, we want to do add some changes. But we could not access this project any more.

The message stated sth. like 'The directory is not a valid uv account or the directory does not exist'. But when we tried to create this project using the same name, we were told 'The uv account exists already'.

Any clue about that? Does that my project is corrupted? What should I do? Is there anything I could do to prevent this thing happening?

Carol

Posted: Tue Nov 30, 2004 9:09 am
by kcbland
Did you move the project or change its underlying path in anyway? Internally, a project is registered with an explicit path. If you physically move the project or change its path in any way, then the internal table is not in sync with reality. If you use DS.TOOLS, you can see the licensing information and the project path. Verify that against its current location and check back with us.

Posted: Tue Nov 30, 2004 3:30 pm
by ray.wurlod
Enter dssh in the $DSHOME directory. Then

Code: Select all

SELECT * FROM UV.ACCOUNT;
This will report where the DataStage Engine believes your DataStage projects to be. If this is incorrect, update the PATH column in this table.

But that's not all you have to do. Next

Code: Select all

SELECT * FROM UV_SCHEMA;
This will report where the DataStage Engine believes your DataStage schema to be (should be the same location). If this is incorrect you will need to use a utility called VERIFY.SQL to effect repairs.