Could not see the table while importing the table in DS

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
anandkumar442
Participant
Posts: 29
Joined: Tue Feb 16, 2010 8:47 am

Could not see the table while importing the table in DS

Post by anandkumar442 »

Hi ,

I have requirement to load the data from source table to a temporary table. I created a table, and am able to select,describle it in Database. But when I try to import the table definition through DataStage, I could not see the table.

Even, when I run the job by defining table definition manually, its aborting with the below error:
Write mode failure: Table_Name doesn't exist.

Could you please let me know, where the issue is .

Thanks,
Anand.
suse_dk
Participant
Posts: 93
Joined: Thu Aug 11, 2011 6:18 am
Location: Denmark

Post by suse_dk »

Did you create a local or global tmp table?
_________________
- Susanne
anandkumar442
Participant
Posts: 29
Joined: Tue Feb 16, 2010 8:47 am

Post by anandkumar442 »

Hi Sussane,

Thanks for your quick response.
Its a global temp table only. I have already created such tables, which were importable. But this alone is creating a issue.

Thanks,
Anand.
suse_dk
Participant
Posts: 93
Joined: Thu Aug 11, 2011 6:18 am
Location: Denmark

Post by suse_dk »

...and your user are still connected to SQL server when you try to import the table?
...and the DS user have the right permissions for the database?
_________________
- Susanne
anandkumar442
Participant
Posts: 29
Joined: Tue Feb 16, 2010 8:47 am

Post by anandkumar442 »

suse_dk wrote:...and your user are still connected to SQL server when you try to import the table?
...and the DS user have the right permissions for the database?

Hi Sussane ,

Thanks for your support.
Actually, there was change in the DSN of the Database. New DSN has been added. Now its resolved.

Thanks,
Anand.
Post Reply