Search found 82 matches

by vinodlakshmanan
Thu May 12, 2005 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent: Project has been corrupted
Replies: 19
Views: 4846

Urgent: Project has been corrupted

I have an existing project. There was some problem on the server due to which the project was corrupted. I get the error "CANNOT OPEN FILE DS_JOBOBJECTS". I can create and save a new job, but cannot open it for re-editing and cannot delete any jobs. I have tried re-indexing the entire proj...
by vinodlakshmanan
Wed May 11, 2005 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while using Oracle OCI stage
Replies: 2
Views: 1023

Error while using Oracle OCI stage

I get the following error when trying to view data in my Oracle 9i OCI stage:
ds_loadlibrary: error in dlopen - Dynamic Error
What could be the problem?
by vinodlakshmanan
Wed May 11, 2005 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling DS job from unix prompt
Replies: 5
Views: 2100

You have to use the dsjob command. The path for the command is $DSHOME/bin. dsjob -run -mode NORMAL runs the job and dsjob -run -mode RESET resets an aborted job.
See the options which dsjob gives for more options.
by vinodlakshmanan
Wed May 11, 2005 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup fails for Japanese data
Replies: 3
Views: 810

SOlved: Error in mapping hash files

There was an error in hash file mapping - the input and output field columns order was different, hence the problem. BTW, is a hash file not like a dataset wherein even if you interchange the column names it picks up the correct data? If a hash file is stored as a table internally, then column name ...
by vinodlakshmanan
Wed May 11, 2005 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup fails for Japanese data
Replies: 3
Views: 810

Lookup fails for Japanese data

There are actually 2 queries: 1. We have a set of server jobs which we need to have UTF8 enabled for Japanese / Korean characters. These jobs do a lot of lookups using Xformers. Now, the same lookup does not work for Japanese characters even though the job default character set is UTF8 and lookup fi...
by vinodlakshmanan
Wed May 04, 2005 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of the following commands
Replies: 9
Views: 3310

Well, I find ppl working with me doing it, so I asked. Thanks for the info.
by vinodlakshmanan
Wed May 04, 2005 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we replace hashed files using the UniVerse DB Stage?
Replies: 2
Views: 1152

Can we replace hashed files using the UniVerse DB Stage?

This might sound silly, but I got the idea whether we can use the UniVerse of DataStage to replace hash files with UV tables that are stored in the UniVerse repository of DataStage. If yes, would there be any advantage of doing so?
by vinodlakshmanan
Wed May 04, 2005 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need info about uv command
Replies: 10
Views: 2916

Well, I tried it on purpose. I always used to see the following statement after running uv command: "User <proj-name> logged on"
So I got curious and the rest followed.
Thanks guys.
by vinodlakshmanan
Wed May 04, 2005 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need info about uv command
Replies: 10
Views: 2916

Need info about uv command

Hi, I am again tinkering around with DataStage (oops.. IBM Websphere DataStage) commands on Unix and also am reading the Universe reference manuals. Figured I might be able to use some BASIC commands for fun. Anyways, when I type the uv command from a directory not in $DSHOME/../Projects/<proj-name>...
by vinodlakshmanan
Thu Apr 28, 2005 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of the following commands
Replies: 9
Views: 3310

Another query actually... why do we have to restart the DataStage server after re-indexing or cleaning up projects? Will there be any serious impact if we do not restart the server?
by vinodlakshmanan
Wed Apr 27, 2005 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of the following commands
Replies: 9
Views: 3310

Use of the following commands

Hi,
I was browsing through the $DSHOME/bin directory and found a few DataStage executables. I am wary to try them out before knowing actually what they do. Can someone please explain the significance of the following commands:
dspipe, dsapi_server, dsapi_slave, dsdlockd, dslictool, dsrpcd, dstskup
by vinodlakshmanan
Mon Apr 18, 2005 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please explain the following warning
Replies: 3
Views: 759

All that is OK and the job is working fine. Just that the client does not want to see any warnings in the job log. This entry consistently appears in all logs. I want to know the reason behind this warning.
by vinodlakshmanan
Mon Apr 18, 2005 3:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please explain the following warning
Replies: 3
Views: 759

Please explain the following warning

I have a set of jobs which access a TeraData database using ODBC stages. For all the jobs, the following warning comes up: DataStage Job 148 Phantom 5364 Program "DSD.GetDBMSDetails": Line 279, Retrieve: syntax error. Unexpected . Token was "". Scanned command was Program "D...
by vinodlakshmanan
Wed Feb 16, 2005 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get job-id of a job?
Replies: 2
Views: 1516

How to get job-id of a job?

How can I get the ID of a job using dsjob or Administrator? I'm using the foll query in administrator SELECT * FROM DS_JOBS WHERE ??=MyJob Firstly, what will ?? be? And is the syntax correct, do I need to enclose the Job Name in double-quotes. Also, what is the difference between SELECT * FROM DS_JO...
by vinodlakshmanan
Fri Jan 28, 2005 3:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help in implementing server routine
Replies: 6
Views: 1716

Sorry got it. One of those instances when I did not read the documentation properly :oops: