Search found 42189 matches

by chulett
Sat Aug 27, 2011 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting CR and LF to Empty stirng
Replies: 4
Views: 1933

Re: Converting CR and LF to Empty stirng

mac4rfree85 wrote:I tried the following but it was not converted.
You quoted the char functions you were attempting to use so they just turned into a 14 character string.
by chulett
Fri Aug 26, 2011 8:15 pm
Forum: General
Topic: Unable to create the project
Replies: 6
Views: 3208

I've seen it take anywhere from 10 to 30 minutes sometimes to clear ports in a WAIT state... how much time had passed when you posted?
by chulett
Fri Aug 26, 2011 3:57 pm
Forum: General
Topic: How to abort jobs that finish with warnings
Replies: 10
Views: 4142

Any I'd have right now would be Informatica related. :wink:

Perhaps an exact search of the forums for JOBINTERIMSTATUS would turn up something useful?
by chulett
Fri Aug 26, 2011 3:16 pm
Forum: General
Topic: How to abort jobs that finish with warnings
Replies: 10
Views: 4142

Yes, jobs must abort for the checkpoint restart to work.

Create an after-job routine that checks JOBINTERIMSTATUS which shows what the final status will be at that point. If it says that it will be finishing with warnings, abort the job by calling DSLogFatal() with an appropriate message.
by chulett
Fri Aug 26, 2011 11:03 am
Forum: General
Topic: Using Parameter with in a Parmeter
Replies: 6
Views: 2801

But that's the question, "in between" or "within". What you cannot do is define a job parameter (let's call it B) and for some portion of B you reference another job parameter - let's say A:

Parameter A: "1"
Parameter B: "100":#A#:"002"
by chulett
Fri Aug 26, 2011 7:29 am
Forum: General
Topic: Using Parameter with in a Parmeter
Replies: 6
Views: 2801

No, you cannot. Multiple levels of parameter "resolution" are not supported.
by chulett
Fri Aug 26, 2011 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing table name from incoming field value
Replies: 7
Views: 2371

Not possible. Column values can come from your data stream but not table or column names. You could use a job parameter for that but it wouldn't help in your "update different tables without looping" quest.
by chulett
Fri Aug 26, 2011 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Custom Query for Oracle Stage in 8.01
Replies: 3
Views: 1736

And yet we all know that active stages in Server jobs report the errors regardless of what actually caused it. Was there a "From previous run..." entry added after you Reset the job?
by chulett
Fri Aug 26, 2011 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Server Job validation
Replies: 7
Views: 2598

What did your official support provider have to say?
by chulett
Thu Aug 25, 2011 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting the data using Store Procedure
Replies: 3
Views: 1167

Out of curiousity - do you truly need a stored procedure? What would it be doing that you could not do in the job?
by chulett
Thu Aug 25, 2011 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Renaming A Set Of XML Files
Replies: 2
Views: 1079

I've basically done exactly what Ernie suggested for the first one in the past and it worked out fine. We were using the Trigger Column option in the XMLOutput stage which means we had minimal control over the names created, so had to go back and post-process to convert them to the client's standard...
by chulett
Thu Aug 25, 2011 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file properties
Replies: 4
Views: 1716

One option might be an after-job check that deletes the file if it is found to be empty.
by chulett
Thu Aug 25, 2011 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file properties
Replies: 4
Views: 1716

No, an output file is always created.
by chulett
Thu Aug 25, 2011 9:37 am
Forum: General
Topic: log
Replies: 6
Views: 1699

All that's stored in the most recent set of stats, if you need more you need to capture and store them. Elsewhere.
by chulett
Thu Aug 25, 2011 7:43 am
Forum: General
Topic: Folder to Folder copy in Designer client
Replies: 6
Views: 2567

Be very careful if you take this "edit the dsx" route to change job categories. One slip of the editor and the import can destroy your project. Been there, done that, got the t-shirt.