Search found 42189 matches

by chulett
Sun May 20, 2012 9:32 pm
Forum: General
Topic: File name too long.
Replies: 4
Views: 1168

This isn't an issue I'd worry too much about 'fixing' but I would imagine the solution you found earlier is still viable if they really bother you.
by chulett
Sun May 20, 2012 9:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Working of Link Ordering
Replies: 16
Views: 5665

As Ray would say, the issue of Premium Content is easily solved. :wink:
by chulett
Sun May 20, 2012 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Working of Link Ordering
Replies: 16
Views: 5665

It really is as simple as the links are completely processed in order, so the first one must go to the target and its fate determined before the second one is... released. Now, array and transaction sizes can complicate error reporting and may affect how it works depending on the relationship betwee...
by chulett
Sun May 20, 2012 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file behaving differently in Svr and Parallel
Replies: 4
Views: 1283

You need to switch from Delimiter to Delimiter String to see the Windows option, since it is two characters.
by chulett
Sun May 20, 2012 11:10 am
Forum: General
Topic: Current timestamp as global variable
Replies: 10
Views: 6196

Pretty much except Ray threw in a little bit of high-level hoodoo to implement the DIGITS transform at the same time. :wink:
by chulett
Sun May 20, 2012 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Working of Link Ordering
Replies: 16
Views: 5665

Re: Working of Link Ordering

dxk9 wrote:Will the 1st record sent to Link 1 gets processed before its being sent to link 2 ??
This.
by chulett
Sun May 20, 2012 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 421 Timeout (900 seconds): closing connection. 7.5.1A AIX
Replies: 6
Views: 3452

Hmmm... don't recall an ftp issue in 7.5.1a and I spent many moons working with that product version. But I'll be the first to admit that doing multiple ftps wasn't high on the 'to do' list.

Have you involved your official support provider yet?
by chulett
Sun May 20, 2012 8:22 am
Forum: IBM QualityStage
Topic: Is it possible to find the City and State name using ZipCode
Replies: 5
Views: 2857

Ah... thanks for the clarification. :)
by chulett
Sat May 19, 2012 5:47 pm
Forum: IBM QualityStage
Topic: Is it possible to find the City and State name using ZipCode
Replies: 5
Views: 2857

I was under the impression that ZIP+4 would actually be enough to get a unique city / state value. At least the vast majority of the time. :wink: When I needed to do something like this many (many) moons ago, I recall being told that each ZIP code will have a 'preferred' city/state with any other po...
by chulett
Sat May 19, 2012 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: maximum memory buffer size
Replies: 9
Views: 3855

... and nothing about that is DataStage specific, that is just the nature of buffers.
by chulett
Sat May 19, 2012 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of routines
Replies: 4
Views: 3437

What kind of routines? All of the above mentioned ones are BASIC routines for Server and Sequence jobs and their source code is visible. Do you mean parallel routines? Those are written in C++ and are a wee bit more complicated...
by chulett
Sat May 19, 2012 7:50 am
Forum: General
Topic: Current timestamp as global variable
Replies: 10
Views: 6196

At first you said globally within 'this' job but now it is across multiple jobs? Complicates it a little but you should still be able to capture it in a routine in your Sequence job and then pass it as a job parameter to all downstream jobs.
by chulett
Sat May 19, 2012 7:45 am
Forum: General
Topic: Difference between CLEAR.FILE and CLEAR-FILE
Replies: 10
Views: 3409

I would imagine it's an all-or-nothing proposition. Any chance you are clearing the logs of running jobs?
by chulett
Fri May 18, 2012 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading XMLTYPE data in Oracle Gives a warning
Replies: 2
Views: 2174

Sorry, back to the Server forum you go.

Have you tried using the extract() function to read the XMLTYPE field? I'm assuming you want XML back rather than pulling a specific string value.
by chulett
Fri May 18, 2012 10:55 pm
Forum: General
Topic: Batch Status Report Email Notification
Replies: 5
Views: 1620

You don't need to populate the SMTP server property.