Search found 42189 matches

by chulett
Mon Feb 09, 2009 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PL/SQL Procedure to be called after datastage job.
Replies: 5
Views: 3598

Or simply use the Stored Procedure stage.
by chulett
Mon Feb 09, 2009 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tracking the size or no. of rows in a seq file
Replies: 7
Views: 2562

Instead of the size, if anyone suggests about scenario where no. of rows in the file increases abruptly over some specified number, that could be also helpful. Check out the DSGetLinkInfo function for a way a routine can check the number of records down a link from another job, say from one that do...
by chulett
Mon Feb 09, 2009 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing value for the parameter "DSJobInvocationId"
Replies: 5
Views: 2849

There's more to an MI job than just checking that box. How about explaining what kind of job this is? Where are you using the DSJobInvocationId macro and why?
by chulett
Mon Feb 09, 2009 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could npt open file
Replies: 1
Views: 931

Sounds like more of the same problem you posted earlier. Did you ask about getting your ulimit raised?
by chulett
Mon Feb 09, 2009 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get data between ;'s
Replies: 7
Views: 1573

Read the documentation for the Field() function, you can use it to get the 2nd field from your semi-colon delimited string.
by chulett
Sun Feb 08, 2009 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete Failure on Oracle OCI
Replies: 7
Views: 4341

Then, as noted, you need to determine what's different in the production environment. Something obviously is.
by chulett
Sun Feb 08, 2009 10:25 am
Forum: General
Topic: Error calling DSSetParam
Replies: 13
Views: 16773

You get this where? Is this a Sequence job or your own job control or ...? Also note there's no reason to "set" a parameter using an environment variable, it will inherit it automatically. That's the whole point, after all.
by chulett
Sun Feb 08, 2009 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom 7524
Replies: 4
Views: 1867

i have also looked in the RT_BP2927 file of the job. nothing there on line 122. Just an FYI, that's not where it noted that line 122 was a problem: Program "DSP.Open": Line 122, Exception raised in GCI subroutine Since we don't have access to the source for DSP.Open you need to look for o...
by chulett
Sat Feb 07, 2009 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data stage ee error in transformer stage
Replies: 4
Views: 2205

chulett am using in my home i have installed in my own tell how should i correct all the mistakes hey u said u know how to coreect the error can u pls say me clearly how to slove the problem am using dadstage ee in my home am using xp os server job is running perfect in parallel job when am using t...
by chulett
Sat Feb 07, 2009 5:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ulimit settings
Replies: 5
Views: 4370

Don't put quotes around the commands.
by chulett
Sat Feb 07, 2009 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data stage ee error in transformer stage
Replies: 4
Views: 2205

Who installed DataStage for you? Talk to them about the compiler. I assume this happens to anyone / any job with a transformer stage, yes?
by chulett
Sat Feb 07, 2009 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Array Handling in Complex Flat File.
Replies: 4
Views: 2185

First suggestion - try searching the forums for the actual phrase "occurs depending on" as you're not the first person to ask questions of this nature.
by chulett
Sat Feb 07, 2009 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data stage ee error in transformer stage
Replies: 4
Views: 2205

OK... basic stuff here... do you have a supported C++ compiler installed and configured properly on the DataStage server?
by chulett
Sat Feb 07, 2009 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No DataStage credentials were found
Replies: 7
Views: 7096

What did you find when you searched for "No DataStage credentials were found" in the forums here?
by chulett
Sat Feb 07, 2009 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql to oracle data error
Replies: 4
Views: 1619

What are your data types in the job? Unsupported types are listed in the OCI pdf documentation, btw.