unable to find object in repository

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
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

unable to find object in repository

Post by ketfos »

Hi,

One of job uses a table claimseq defined under data source localuv.

How do I find this object in the repository?

Thanks

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

Post by ray.wurlod »

Which repository are you asking about? The localuv data source is the project itself, the table is a UniVerse table (created with a UniVerse stage). Why do you need to find this object? Has anyone bothered to import the table definition for this table? If not, it probably does not exist in the repository at all.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Why do not I see the table name under the folder Table Definitions - Universe - localuv
ketfos
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Because no-one has imported the table definition!
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

This is what I did

I logged into administrator (8.1 datastage) and ran the following command

CREATE TABLE "testseq"("Seq" NUMERIC(11, 0) NOT NULL PRIMARY KEY, "Uniondata" VARCHAR(70) NOT NULL);

Now in my job if I try to view data in this stage, I get a message - No data.
This is correct as table is empty.

Why I am not able to see the table name in table definitions?

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

Post by ray.wurlod »

Which part of "Because no-one has imported the table definition" is not clear?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi Ray,

You are correct.
I went to the table definitions - import table definitions - import Universe table definitions - selected the table and was able to import the definition and see it in the localuv tab.

Thanks for help and follow up to resolve the issue.

Ketfos
ketfos
Post Reply