Search found 42189 matches

by chulett
Fri Oct 26, 2007 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 10817

Because you've haven't done all of the proper steps to prepare for it. The posts here that you took the 'cat' command from would have listed everything that needed to be done, including the 'sourcing' of the dsenv file which it looks like you missed. From the $DSHOME / DSEngine directory: . ./dsenv ...
by chulett
Fri Oct 26, 2007 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The connection is broken (81002)
Replies: 6
Views: 4119

Another interesting observation: In spite of logging onto the box and running all jobs as our normal 'runtime' userid of 'dsuser', they in fact now run as dsadm instead. I would really appreciate any suggestions on things I can check to determine what in the heck is suddenly different about this ins...
by chulett
Fri Oct 26, 2007 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence generation
Replies: 9
Views: 2882

But of course! :lol:
by chulett
Fri Oct 26, 2007 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage command line
Replies: 17
Views: 10122

Did you check the docs so you have the format of the file correct? I don't have it handy, but it is documented and something like this off the top of my head: server,userid,password And you still have to specify the -server on the command line so it knows which record in the file to use as it suppor...
by chulett
Fri Oct 26, 2007 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence generation
Replies: 9
Views: 2882

Two question mark parameter binds means only two columns can be in the stage. To do what you want, remove the ID column from the stage and only mention it in the insert statement.
by chulett
Fri Oct 26, 2007 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql GROUP BY CUBE- how would you recreate this in datastage?
Replies: 4
Views: 1050

Me, I wouldn't and would use a BI tool for that, not an ETL tool... but that's just me. To get help on this, first I'd suggest that you explain what 'GROUP BY CUBE' does exactly rather than expecting everyone to be familiar with it already. Or forget the sql specific syntax and explain in words your...
by chulett
Fri Oct 26, 2007 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to copy a job
Replies: 4
Views: 1675

Code: Select all

SELECT CATEGORY FROM DS_JOBS WHERE NAME = 'CopyOfxxxxx';
by chulett
Fri Oct 26, 2007 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage command line
Replies: 17
Views: 10122

Welcome! :D

The only way to 'hide' that I am aware of is to use the "-file" option. However, some people find this unacceptable as it requires the server,userid & password information to be read from a plain text file on the DataStage server.
by chulett
Fri Oct 26, 2007 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Error - Array size change results in supression of it
Replies: 13
Views: 3155

I do believe that Ray actually meant the ".odbc.ini" entry. :?
by chulett
Fri Oct 26, 2007 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Overriding warning limit options at Job level from Sequencer
Replies: 7
Views: 2132

That should be DSSetJobLimit and you'd have to write your own code to 'launch' the job to use it. That or use 'dsjob' with the '-warn 0' option from the command line in an Execute Command stage.
by chulett
Fri Oct 26, 2007 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal error [39202]
Replies: 2
Views: 1341

Where were these records being written? Any chance you ran out of space where DataStage is installed? :?

Please try searching the forums for '39202', your error number. I got a number of hits, several of which looked like they could help. For example:

http://www.dsxchange.com/viewtopic.php? ... ight=39202
by chulett
Fri Oct 26, 2007 5:32 am
Forum: General
Topic: Routines used in sequence
Replies: 3
Views: 983

Double-click on each routine in the Manager and read the Long Description and/or the code to see 'how to use'. A Routine Actitivity stage is the answer to your 'in DataStage Sequences' question.
by chulett
Fri Oct 26, 2007 5:27 am
Forum: General
Topic: Replace the special square character
Replies: 3
Views: 1417

Welcome! :D

You need to determine the ASCII value of this 'special square character'. Ask your DBA or perhaps output the data to a flat file and use a hex editor on it. The the CHAR() function can be leveraged to change it/them to a pipe.
by chulett
Thu Oct 25, 2007 8:05 pm
Forum: Site/Forum
Topic: Duplicate Posts
Replies: 22
Views: 9977

Quod erat demonstrandum, baby. :wink:
by chulett
Thu Oct 25, 2007 5:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Installation
Replies: 1
Views: 1135

It is something that is either emailed or otherwise made available to you by IBM when you purchased the product. If you've lost it, you'll need to contact them again.