Can not delete category from designer

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
kurics40
Premium Member
Premium Member
Posts: 61
Joined: Wed Nov 18, 2009 10:01 am

Can not delete category from designer

Post by kurics40 »

Hello All,

I tried to delete all jobs including its container category. Somehow any delete or export can be easly interrupted and it gives an error message of lose the connection.

After it I can not delete category from DataStage designer. If I try to rename one of the subfolder in the main category what I tried to drop originaly it gets the name of the other subfolder.

I tried the above command from command line:

One category=Old_Jobs

Code: Select all

SELECT * FROM DS_JOBS WHERE CATEGORY LIKE ...Old_Jobs...
This doesn't return back anything.

How can I delete them?
Any suggestion is welcome.

Best regards,
Janos
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What if you close and re-open Designer? It may be that all that is needed is to refresh the client's view of the Repository.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kurics40
Premium Member
Premium Member
Posts: 61
Joined: Wed Nov 18, 2009 10:01 am

Post by kurics40 »

Hi Ray,

No It doesn't solve the issue.

I restarted the all etl server and DS service.
Executed DS.CHECKER and DS.TOOLS 2 option the reindexing.

The unearaseable categories are still there.
Probably I need a UV command or xmeta SQL that I am afraid of in advance.

Can I refer on a category in DS_JOBS view?

Best regards,
Janos
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sounds to me like your repositories are out of sync, in your shoes I would contact my official support provider for help.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kurics40
Premium Member
Premium Member
Posts: 61
Joined: Wed Nov 18, 2009 10:01 am

Post by kurics40 »

Yes. You are right. I received the SyncProject Tool. I will inform you how it works.
kurics40
Premium Member
Premium Member
Posts: 61
Joined: Wed Nov 18, 2009 10:01 am

Post by kurics40 »

Hi All,

SyncProject tool solved the issue.
It is a very smart and user friendly tool.

Feel free to use it.
It is resolved.

Br,
Janos
Post Reply