Search found 6797 matches

by DSguru2B
Fri Feb 02, 2007 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wee have mystery dbx processes on our Unix server
Replies: 31
Views: 9529

timsmith_s wrote:Forgive me, very sorry - my bad - yes

Forgiven. But for what :?
Your not hijacking the post, just giving your comments. Thats what we all do :wink:
by DSguru2B
Fri Feb 02, 2007 8:13 am
Forum: Site/Forum
Topic: Getting logged out during session
Replies: 17
Views: 9495

I noticed that behaviour only yesterday. So far its fine.
by DSguru2B
Fri Feb 02, 2007 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: input dataset does not have field error
Replies: 3
Views: 1482

Wrong forum for one. And did you try searching on error message "Input dataset does not have field"?
by DSguru2B
Fri Feb 02, 2007 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to take the splitted records as seperate records
Replies: 4
Views: 1277

To be really honest, I am confused with what you want. You want to split the records, and you got that part working. Great. Now you dont want the first half of the split record and just want the second half, right? If you always have "LastRecord" as part of data then why not constrant it on that. Or...
by DSguru2B
Fri Feb 02, 2007 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass value between jobs
Replies: 19
Views: 6725

Store that value in a sequential file. Pass it as a parameter to the second job. And in the Job Sequence while setting the value, call a basic routine that does nothing but cats the contents of the file using DSExecute(). Search the forum for more details, it has been discussed time and again.
by DSguru2B
Fri Feb 02, 2007 7:49 am
Forum: General
Topic: Folder stage and network folder
Replies: 18
Views: 5618

Havent worked with windows platform so cant help you more then that. Search the forum, maybe you will find some relavent posts.
by DSguru2B
Fri Feb 02, 2007 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Job Compilation Error
Replies: 7
Views: 2155

myotoo wrote:This is first time we develop PX job with transformer.

No wonder your error. More than likely, its what Ray has diagnosed. Get your architect or someone at a higher level involved and bring this to his/her attention. You need a compatible C compiler. Search this website for more specifics.
by DSguru2B
Fri Feb 02, 2007 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination
Replies: 19
Views: 4016

The OP is going to be very happy when he/she sees what happen to his post :wink:
by DSguru2B
Fri Feb 02, 2007 7:40 am
Forum: General
Topic: Splitting rows into multiple files
Replies: 2
Views: 1437

Do it outside DS. Like say in a shell script. I posted one a few months ago. Both here and "developerswork" (IBM's forum pages". Search for it. It will give you a very good idea of how to go about it.
by DSguru2B
Thu Feb 01, 2007 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Char data type compatibility with DataSets.
Replies: 6
Views: 1259

What error message are you getting?
by DSguru2B
Thu Feb 01, 2007 8:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination
Replies: 19
Views: 4016

I_Server_Whale wrote:That is why there are more male Nobel prize winners than females. :P :twisted:

Now now, your going to start a war here. ThankGod we dont have many females here or you would have gotton it, good :wink:
by DSguru2B
Thu Feb 01, 2007 7:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Daily DataStage Job Run Reporting
Replies: 6
Views: 2050

There you go gsbrown, you shouldnt be intimidated now. :wink:
Really, the video is very helpful, so is Kim. I say go for it.
by DSguru2B
Thu Feb 01, 2007 6:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination
Replies: 19
Views: 4016

I highly doubt thats the problem. That amount is peanuts for the bulk loader. I believe it was a typo from Ray's end. Its RT_BP892 and not RT_BP869. So run the following and post the result VLIST RT_BP892 JOB.1077009604.DT.1386139145.TRANS10 Also, can you explain what your design is and what stages ...
by DSguru2B
Thu Feb 01, 2007 6:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot & Filter - Alternative option
Replies: 12
Views: 2530

No, Constraint it in the first transformer itself. You cannot do it in the pivot stage.
by DSguru2B
Thu Feb 01, 2007 6:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wee have mystery dbx processes on our Unix server
Replies: 31
Views: 9529

UV(Universe) prompt.
Go to your home directory

Code: Select all

cd $DSHOME


execute your dsenv

Code: Select all

. ./dsenv


type uv
It will bring you to uv command prompt.
Once your in do as I suggested above.