DataStage Projects

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
ewartpm
Participant
Posts: 97
Joined: Wed Jun 25, 2003 2:15 am
Location: South Africa
Contact:

DataStage Projects

Post by ewartpm »

:oops: I deleted a project (all the folders) via Windows Explorer. When I start DataStage Administrator I get a message 'The directory you are connecting to either is not a UV account or does not exist (39125)'. When I try to add the project I get the message 'DSR.Amin An account called Demo already exists'.

How does one clean up the entry in the DSEngine?
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Don't EVER do what you did again. Next time, simply use DS Administrator to remove a project. The simplest solution, since you've corrupted DataStage, is to wipe your installation and re-install the engine and all projects.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
auvray.muriel
Participant
Posts: 43
Joined: Wed Feb 19, 2003 7:17 am
Location: France - Paris
Contact:

Post by auvray.muriel »

Hello,

You do not need to reinstall. should be followed the following stages:
It is necessary to be connected with an account administrator.

it is necessary to connect to the base universe datastage in a window telnet

telnet host machine
user admin datastage
password datastage
account (project)


Carry out each following stage:

Code: Select all


LIST UV.ACCOUNT project name

DELETE UV.ACCOUNT project name

VERIFY.SQL SCHEMA project name FIX
And here it is done :wink: , but you nevertheless lost your old project :?
ewartpm
Participant
Posts: 97
Joined: Wed Jun 25, 2003 2:15 am
Location: South Africa
Contact:

DataStage Projects

Post by ewartpm »

:shock: Sorry Ken...

:lol: Thanks Muriel, it worked.
Post Reply