Deletion of Project does not remove all entries

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
bala_135
Premium Member
Premium Member
Posts: 156
Joined: Fri Oct 28, 2005 1:00 am
Location: Melbourne,Australia

Deletion of Project does not remove all entries

Post by bala_135 »

Hi All,

I am trying to extract the metadata of all the projects by using the following command.
1.dssh "SELECT SCHEMA_NAME,@ID,PATH,OWNER FROM UV_SCHEMA WHERE SCHEMA_NAME <>'CATALOG';" > ./file1

I am doing the following test case:What happens on deletion of a project.While testing,I found that the project entries are not completely deleted.

I deleted the project through the datastage Administrator client.
I tried the following

DELETE FROM UV.ACCOUNT WHERE @ID = 'project'
but still I am getting the project entries.
Any ways I can delete the entire project entires.


Thanks in advance.
Awaiting your results.

Regards,
Bala.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You didn't "delete the project", all you've managed to do is corrupt it.Always always always delete from the GUI not from "under the covers". Here, that would mean the Delete button when logged in as the admin to the Adminstrator client.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What Craig said is correct. Reinstate the UV.ACCOUNT record and delete using the GUI. There are too many interconnected components to try to re-invent that particular wheel.
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