Search found 42189 matches

by chulett
Sun Jul 17, 2011 8:20 pm
Forum: General
Topic: Read records from a file based on index files byte position
Replies: 15
Views: 4779

kvsudheer wrote:I will certainly move it general forum.
You cannot, however I can - and already did.
by chulett
Sun Jul 17, 2011 4:41 pm
Forum: General
Topic: Read records from a file based on index files byte position
Replies: 15
Views: 4779

Since there's no parallel in this discussion of how to write a certain routine, moving this post to the General forum.
by chulett
Sun Jul 17, 2011 4:39 pm
Forum: General
Topic: Read records from a file based on index files byte position
Replies: 15
Views: 4779

On the subject of all of those "GoTo" statements - make sure you understand that it is all fall thru code after that. For example, once you goto ErrorExit you also fall thru ErrorExit1, GetOut & GetAns before finally returning the last value of "Ans".
by chulett
Sun Jul 17, 2011 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error
Replies: 5
Views: 2325

Which unfortunately doesn't answer either of my questions. And obviously not "same as in ODBC" since you seem to be generating a field with "aaaaaaaaaa" in it which cannot be converted a date.
by chulett
Sun Jul 17, 2011 6:40 am
Forum: General
Topic: Error calling ....(DSOpenJob) Cannot open job
Replies: 3
Views: 2101

We can't without more information from you. Answer my question, please... are there any other kind of errors logged at the same time? If you restart them do they then run OK?
by chulett
Sun Jul 17, 2011 6:34 am
Forum: General
Topic: not getting mails
Replies: 2
Views: 992

That would be a UNIX issue, ask your SysAdmin to look into it.
by chulett
Sat Jul 16, 2011 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error
Replies: 5
Views: 2325

What exactly did you tell the Row Generator to generate? What is its purpose? :?
by chulett
Sat Jul 16, 2011 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error
Replies: 5
Views: 2325

Fixed your ascii art for you... and I'm curious, how do you plan to convert 'aaaaaaaaaa' to a date?
by chulett
Sat Jul 16, 2011 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CreateMapfile Failed issue
Replies: 4
Views: 2314

Did any of the things you tried address the "system-wide limit on the number of mmap'ed shared memory segments"? Hard for me to tell.
by chulett
Sat Jul 16, 2011 6:50 am
Forum: General
Topic: Job Sequence vs Scheduler
Replies: 4
Views: 2648

Somewhat of an apples and oranges comparison to me as you'll always need a scheduler of some sort but not necessarily Sequence jobs. And, as Paul notes, there really is no "one size fits all" answer here. Keep in mind the fact that Sequence jobs allow something no "external" sche...
by chulett
Sat Jul 16, 2011 6:41 am
Forum: General
Topic: Many projects require different db clients on 1 DS engine
Replies: 5
Views: 2359

Another reason would be that if we make changes at a dsenv level, then we have to get all the different projects owners to agree to an outage so that I can restart Datastage... but if I do it just using project level variables then I can make the changes to one project without having to inconvenien...
by chulett
Fri Jul 15, 2011 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Newbie question regarding a debugger
Replies: 12
Views: 4693

FranklinE wrote:If the reality is the latter, I don't see them being motivated to get started.
Point taken. :wink:
by chulett
Fri Jul 15, 2011 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Newbie question regarding a debugger
Replies: 12
Views: 4693

Most (all?) other ETL tools provide one so it surprises me that there still isn't one for DataStage even given the fact that it will need to be scratch-built.
by chulett
Fri Jul 15, 2011 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: incoming .csv file with embedded line breaks
Replies: 5
Views: 3403

As noted, you didn't need to do this as the file is perfectly readable as is (or "as was") in DataStage.
by chulett
Fri Jul 15, 2011 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Stage - ORA 1406
Replies: 12
Views: 79681

Dmitriy wrote:I used it but with no success
Where exactly did you use it?