Search found 42189 matches

by chulett
Fri Mar 18, 2011 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing the jobs in DEV and PROD environment
Replies: 1
Views: 1108

Nope. Especially without the design time information in Prod. If you did have it, the only mechanism in your version is a manual comparison of the exported jobs. One by one.
by chulett
Fri Mar 18, 2011 7:08 am
Forum: General
Topic: Connecting to Sql server 2008 from Server routine
Replies: 24
Views: 12484

Same dang problem as before, the space in the pathname.
by chulett
Thu Mar 17, 2011 7:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find Strings in a String Field
Replies: 13
Views: 5394

The only thing I can think of that would do that is matches but the problem is I don't believe it is a valid PX function. You'd have to use a BASIC Transformer or a Server Shared Container to bring that functionality into your job from what I recall.
by chulett
Thu Mar 17, 2011 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with XMLOutput Stage
Replies: 6
Views: 6770

Can you let us know what it was, please?
by chulett
Thu Mar 17, 2011 9:25 am
Forum: General
Topic: Why we are using Control M
Replies: 3
Views: 1615

Ah... the wonders of an Enterprise Scheduler.
by chulett
Thu Mar 17, 2011 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert the Hexa decilmal file into txt formet
Replies: 20
Views: 7447

Re: how to Conrvet this hexa format to text

maheshkumar.bm wrote:This is my actual input data....
OK... this statement worries me and makes me harken back to my first statement. Are you saying that if you open your file in Windows using Notepad, what you posted is exactly what you see? :?
by chulett
Thu Mar 17, 2011 6:43 am
Forum: General
Topic: Unhandled Failure in routine
Replies: 1
Views: 1503

Asked and answered here many times. An exact search for "Controller problem: Unhandled failure" will reveal all.
by chulett
Thu Mar 17, 2011 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read data from Sequential stage
Replies: 4
Views: 1963

Any particular reason you posted this question three times? :?

ps. I deleted the other two, in case you were wondering.
by chulett
Thu Mar 17, 2011 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get the N th row
Replies: 6
Views: 2881

There's also the @INROWNUM and @OUTROWNUM system variables that can be leveraged. All solutions need to take your paritioning into account as you would be capturing the Nth row per node otherwise.
by chulett
Thu Mar 17, 2011 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read data from Sequential stage
Replies: 4
Views: 1963

Use a Server job, the Sequential File stage there has a 'Contains Terminators' option the PX one doesn't for some reason, it will easily read your 9 records properly.
by chulett
Thu Mar 17, 2011 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting spaces in the packed decimal field
Replies: 4
Views: 3111

That could be one way if that works for you. Another would be to leave it as a PIC X field in the CFF and then test for spaces later. If not spaces, use the SDK transform/routine to unpack the real value. I don't have any DataStage access to check on the exact name but those routines are all there i...
by chulett
Thu Mar 17, 2011 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I'm curious about rollback process.
Replies: 2
Views: 1415

Nope, it all depends on your commit level (i.e. how often you commit) and whether the job aborts or not. Only an Abort will result in a rollback and then only for any uncommitted records, this regardless of the delete method used.
by chulett
Wed Mar 16, 2011 10:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slow Delete Operation in ODBC Stage
Replies: 12
Views: 4390

Those Segment Violation error signals can be tough to track down. Have you done an exact search for SIGSEGV here? Can you post the complete, unedited error message here?
by chulett
Wed Mar 16, 2011 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert the Hexa decilmal file into txt formet
Replies: 20
Views: 7447

True... not sure why I felt like pointing that out. Guess just wanted to be clear that's not the actual source file that was posted but rather a dump of it, what with it being all hexy and such.
by chulett
Wed Mar 16, 2011 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with XMLOutput Stage
Replies: 6
Views: 6770

That would typically mean your XPath Expressions, the values you loaded into the Description column that tell the parser how to generate the XML, are not correct. How did you generate the metadata you are using for your target file? Do you have an xsd that defines what the output needs to look like,...