Cannot able to find a job

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
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

Cannot able to find a job

Post by somu_june »

Hi,

I have a job Dimclt in one of the project Project1 and I'm trying to import the job in to Project2, it is saying that the job is already exists and I'm not able to find the job using advanced quick search.

When I typed below command in Administrator command line

SELECT NAME FMT '30L', CATEGORY FMT '46L' FROM DS_JOBS WHERE NAME NOT LIKE '\\%' AND JOBTYPE = '0';


I got the below list

JobName----------- ----Category

DimClt
DimTyp \Jobs\CLIENT

So from above output, I'm not able to find the Category where it is located. I want to find the job and delete that job before import.

Thanks,
Somaraju
somaraju
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Code: Select all

LIST.ITEM DS_JOBS 'DimClt'
Let us know what output you get.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

Post by somu_june »

Hi Ray,

I got the below message

LIST.ITEM DS_JOBS ''DimClt'' 15:49:32 10-28-10 PAGE 1

DimClt

001 NR0
005 14

Thanks,
Somaraju
somaraju
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Keep in mind the fact that it may not actually be in any category but could be out at the 'root' level. I've 'lost' more than one job out there over the years. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

Post by somu_june »

Hi Chulett

I don't see a job in project level or in any category from Designer client. Can you tell me what is this root level mean in Datastage designer. Where do I need to look for the root path.



Thanks,
Soma
somaraju
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Root = Project level, so if you don't see it when you click on the project name rather than a category then that's not the issue.
-craig

"You can never have too many knives" -- Logan Nine Fingers
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

Post by somu_june »

Hi,

Can some one tell me how to delete the job that is in root directory



Thanks,
Somaraju
somaraju
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

Post by somu_june »

Hi,

Can some one tell me how to delete the job that I cannot see any where in the rerpository from Designer Client.



Thanks,
Somaraju
somaraju
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sounds like your XMETA repository is out of sync with the local/legacy/'Universe' repository. You'd need to involve your official support provider for help getting that cleaned up and bakc in sync.

Ray: Please note that I put 'Universe' in quotes just for you. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply