Search found 6797 matches

by DSguru2B
Thu Mar 01, 2007 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routines
Replies: 12
Views: 3108

Indexes on the repository table might be off. Thats one of the reasons you dont see routines and jobs in the repository. Search the forum for "REINDEX.ALL". Also learn when to run this command and what are the pre-requisites. Make sure you have the project backup. Search and learn.
by DSguru2B
Thu Mar 01, 2007 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routines
Replies: 12
Views: 3108

Did you even save the routine. Create another routine with the name test. See if it allows you to do that, if it doesnt, then that means it exists and you just cant see it (indexing issue). Try creating one with different names and see if you can see any of them.
by DSguru2B
Thu Mar 01, 2007 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routines
Replies: 12
Views: 3108

Try refreshing it. Also, is this happening only with this particular routine, or you cannot see any routines?
by DSguru2B
Thu Mar 01, 2007 5:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server routine in a parallel job with a Basic transformer?
Replies: 20
Views: 4823

Inside the job, make sure you the column that your running this routine on, is defined as varchar and you trim the column before passing it in.
by DSguru2B
Thu Mar 01, 2007 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacement for Oracle OCI
Replies: 6
Views: 1300

I dont think orchbutil needs those extra priveliges. Its just the Enterprise stage. You can import with just access to that schema.
by DSguru2B
Thu Mar 01, 2007 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server routine in a parallel job with a Basic transformer?
Replies: 20
Views: 4823

Do you get any error messages in the log? Did you test the routine via the test button while creating it?
by DSguru2B
Thu Mar 01, 2007 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookups in PX
Replies: 3
Views: 1261

Range lookups are not present even in server jobs. What you are referring to is doing range lookup against a database table. That is possible anywhere you can run a sql query. Hence it is possible in px as well. As noted, in 8.0, there is a seperate stage to do that, even when the data is not in a d...
by DSguru2B
Thu Mar 01, 2007 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: before SQL and After SQL in paralllel jobs
Replies: 5
Views: 1231

The OPEN and CLOSE commands are similar to the before/after sql. Read about them in DataStage help.
by DSguru2B
Thu Mar 01, 2007 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error loading SQL Server using ODBC connection
Replies: 2
Views: 1235

Welcome Aboard
Do an exact search on "BCIPut call to SQLExecute failed". A lot of such issues have been covered before. Also try resetting the job for additional messages that might help in the diagnosis.
by DSguru2B
Thu Mar 01, 2007 4:26 pm
Forum: General
Topic: Job commit in Datastage
Replies: 8
Views: 3826

Ray is right, Welcome Aboard Rahul.....
Anyways, we need a spambot proof interview forum, so that we can point fingers and go ha ha ha, in that forum, freely :wink: Does my sentence make sense :?
by DSguru2B
Thu Mar 01, 2007 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SME
Replies: 15
Views: 4466

May be thats the next datastage version to be released in 2020 :?
by DSguru2B
Thu Mar 01, 2007 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running DOS Commands parallely
Replies: 7
Views: 1444

It would be nice to know what solved your problem. Its one of the things we do here, share solutions.
by DSguru2B
Thu Mar 01, 2007 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance when using ODBC stage
Replies: 14
Views: 4153

DRS stage is a Dynamic Relational Stage. You have the option of using the ODBC connection or Sybase native drive inside the stage. And whats wrong with the Sybase API again???
by DSguru2B
Thu Mar 01, 2007 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SYSDATE in ODBC
Replies: 5
Views: 1625

Whatever works in your favourite sql tool, will work in odbc.
by DSguru2B
Wed Feb 28, 2007 7:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Job Status at Job Level
Replies: 3
Views: 1057

At the unix level (command line) you can use dsjob -report to get the job status as well.