Search found 6797 matches

by DSguru2B
Thu May 24, 2007 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Oracle Load in 7.5.2
Replies: 12
Views: 2369

What about any surrounding warning message?
Reset the job and see if you have any message "From Previous Run ...." pop up in the log. If it does, post its "entire" content here.
by DSguru2B
Thu May 24, 2007 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file and data set
Replies: 2
Views: 1295

Welcome Aboard :)
Most of the general as well as specific questions have been answered in the past. Use the search facility liberally. Do a "search for all terms" on keywords "difference between dataset and sequential".
by DSguru2B
Thu May 24, 2007 10:04 am
Forum: General
Topic: Problem while working with UV -admin -info
Replies: 9
Views: 2616

How can you not have the dsenv file? Go to your DSHOME directory. Its there.
also, try with small caps uv instead of big caps.

Code: Select all

/bin/uv -admin -info
by DSguru2B
Thu May 24, 2007 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Meta Data Plug-in and Oracle version compatibility question
Replies: 5
Views: 1069

I hope you checked the TNSNAMES.ORA file on your datastage server. The entry looks alright. Can you login, from sqlplus from your datastage server, to your database?
by DSguru2B
Thu May 24, 2007 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Meta Data Plug-in and Oracle version compatibility question
Replies: 5
Views: 1069

It should work. You can access 10g using 9i client. Check the tnsnames.ora file. Do you have that particular sid set up?
by DSguru2B
Thu May 24, 2007 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Calling a Stored Proc in Different Environments
Replies: 1
Views: 622

Try searching for it. It really is a DSN error. Basically you need to add entries into the .odbc.ini and uvodbc.config file. Search on the 'How to'. This is also clearly explained in the manuals.
by DSguru2B
Thu May 24, 2007 7:15 am
Forum: General
Topic: Getting Max Row From DB2 To Be Used DownStream
Replies: 14
Views: 3330

ray.wurlod wrote:Rubbish! A parallel job can certainly be used.

....and who said it cant be. The job type argument was based on specifically using USER STATUS. Any other method, including the one you advised, has no relation to the "USER STATUS with Parallel Job" discussion.
by DSguru2B
Wed May 23, 2007 1:54 pm
Forum: General
Topic: Getting Max Row From DB2 To Be Used DownStream
Replies: 14
Views: 3330

So, a px job cannot be used. But as you said, a server job is a perfectly viable solution.
by DSguru2B
Wed May 23, 2007 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not NUll Comparision
Replies: 8
Views: 1430

UV stage will read your hashed file. OCI stage cannot do that.
by DSguru2B
Wed May 23, 2007 1:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming a Job- Cannot get exclusive access
Replies: 5
Views: 1309

Did you close the monitor. It might be still open.
by DSguru2B
Wed May 23, 2007 1:07 pm
Forum: General
Topic: Getting Max Row From DB2 To Be Used DownStream
Replies: 14
Views: 3330

USER STATUS is not present in parallel jobs.
For a parallel job. You can load the value into a flat file and then use execute command stage to cat the value and pass it as a parameter value to your next job, via job sequence.
by DSguru2B
Wed May 23, 2007 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming a Job- Cannot get exclusive access
Replies: 5
Views: 1309

Are you montoring this job? Even that can cause this error.
by DSguru2B
Wed May 23, 2007 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db load
Replies: 2
Views: 1036

What kind of dataconversion is being done on Column5 ? What have you specified in your database stage and what is the actual datatype specified at the database level?, for this particular column?
by DSguru2B
Wed May 23, 2007 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in storing the SQL o/p into DS Varaible
Replies: 4
Views: 1037

No. Atleast none that I know of.
by DSguru2B
Wed May 23, 2007 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not NUll Comparision
Replies: 8
Views: 1430

Do a lookup against the hashed file via UV stage. With the hashed file, it has to be lookedup with all the keys and all the keys need to match to grab a record.