Search found 42189 matches

by chulett
Wed Jul 30, 2014 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Address Parsing Help Parallel Transformer
Replies: 7
Views: 2303

Start by looking at UpCase() so you don't have to worry about "Attn" versus "ATTN" (etc) and then Index() to determine if those substrings are present. Any answer other than zero = yes.
by chulett
Wed Jul 30, 2014 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update previous records with yesterday's date
Replies: 9
Views: 7004

OK... just a couple of small points. There's absolutely no need for a second job. And I wouldn't consider anything I wrote up to be any kind of a 'workaround' but rather How It Is Done. FYI.
by chulett
Wed Jul 30, 2014 7:41 am
Forum: General
Topic: Error 126 Loading
Replies: 2
Views: 923

Re: Error 126 Loading

Found this which mentions those errors. And once any PATH issue has been resolved, you restart everything so they take effect.
nagsep9 wrote:also do we need to do any pre-check before starting the DS load?
That's a pretty wide open question. I'll just start with "no".
by chulett
Tue Jul 29, 2014 4:17 pm
Forum: Site/Forum
Topic: My login inactive
Replies: 17
Views: 22970

You still need to have some patience, I'm afraid...
by chulett
Tue Jul 29, 2014 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise
Replies: 1
Views: 980

Yes. From the documentation: URI Is a pathname connecting the Stage to a source file on a remote host. It has the Open dependent property. You can repeat this property to specify multiple URIs, or you can use a wildcard in the path to retrieve a number of files. You can specify an absolute or a rela...
by chulett
Tue Jul 29, 2014 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split single XML to Multiple XMLs based on count
Replies: 7
Views: 5403

I'm assuming it's part of the new XML stage but couldn't tell you where or exactly how it was implemented... but I'm sure it would be documented somewhere. In the Old World, you designate a Trigger Column and whenever the value in it changes the current file is closed and a new one opened. So we wou...
by chulett
Tue Jul 29, 2014 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transposing in Datastage
Replies: 2
Views: 1179

Spell out your requirements in words rather than simply post before and after pictures. This not only helps us but could very well help you as well.
by chulett
Tue Jul 29, 2014 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split single XML to Multiple XMLs based on count
Replies: 7
Views: 5403

There is a "trigger column" property that does exactly that.
by chulett
Tue Jul 29, 2014 10:23 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: IAADMIN returns Error 401 when importing a project
Replies: 7
Views: 6195

So... this is intermittent? Meaning you use the identical command line several times and it sometimes works and it sometimes fails? Or now that you've started to get the 401 error you can no longer do imports or exports? :?
by chulett
Tue Jul 29, 2014 7:07 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: IAADMIN returns Error 401 when importing a project
Replies: 7
Views: 6195

I don't know specifically what it means here but a "401" error is generally an authentication error, an "unauthorized" attempt to do something. Out of curiosity, does your user have the permissions it would need to do this?
by chulett
Tue Jul 29, 2014 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read from write into excel file.
Replies: 7
Views: 4259

Try it, let us know. It would basically be a 'create table' statement. Create and populate it yourself once so you can import and leverage the metadata. And in your shoes I would check with support, see what advice they have.
by chulett
Tue Jul 29, 2014 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with data extraction from XML File
Replies: 5
Views: 2577

Start your own post. Explain your issue.
by chulett
Mon Jul 28, 2014 11:09 pm
Forum: Site/Forum
Topic: My login inactive
Replies: 17
Views: 22970

It wasn't the right section but this is... so here we are.

I've been told in the past that the best email to use is "editor@dsxchange.net", (note that it is .net and not .com) hope that still holds true.
by chulett
Mon Jul 28, 2014 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read from write into excel file.
Replies: 7
Views: 4259

Well... I have no actual experience with this as I've never worked on a Windows edition of DataStage but you should have Excel ODBC drivers you can leverage for this. At least for the reading part. No clue how well they write back to Excel or if writing back to the same file you are reading will be ...