Search found 42189 matches

by chulett
Thu Apr 19, 2007 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting data from XML file
Replies: 12
Views: 7534

Especially with the Disable BBCode in this post option checked. :?
by chulett
Thu Apr 19, 2007 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to set a job to abort after first warning?
Replies: 7
Views: 1788

Re: how to set a job to abort after first warning?

I can do the same in run time...But our testing team needs this requirement to be set in the job itself. What does this mean, exactly? How are the jobs run in test? As you note, there is a "-warn" option for the command line 'dsjob' function where you could set it to 1. The limit can also be set wh...
by chulett
Thu Apr 19, 2007 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 12233

The DRS stage supports multiple interfaces, that's the Dynamic part. We're wondering what interface you've selected in the stage? My laptop is shutdown right now or I give the explicit name of the control, but it's where you set Oracle, ODBC, etc.
by chulett
Thu Apr 19, 2007 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access 7.1 server job from 7.5.1.A client
Replies: 7
Views: 1483

MCM is the Multiple Client Manager and ships with the latest products on the Client CDROM. If you have installed multiple clients in separate directories, you can use it to 'manage' which Client version is the active version. You can only have one version active at any given time, but it will adjust...
by chulett
Thu Apr 19, 2007 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML-Input Stage: wrong UTF-8 encoding
Replies: 3
Views: 1465

I've found that I also need to set $LC_CTYPE to C.utf8 to get this to work for me on my server.
by chulett
Thu Apr 19, 2007 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: newline delimter in Start loop activity
Replies: 3
Views: 1633

Haven't had to do this, but I'd try '010' if you mean linefeed or '013' if you mean a hard return.
by chulett
Thu Apr 19, 2007 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML-Input Stage: wrong UTF-8 encoding
Replies: 3
Views: 1465

The NLS_LANG approach is the correct one. How exactly did you try to 'set it' in your job? You should be setting the value in the Administrator as a User Defined Environment variable, adding it as a parameter to your job and then overriding the default value there.
by chulett
Thu Apr 19, 2007 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transfmer without an input link?
Replies: 8
Views: 2184

He didn't tell you because there is no other answer. A least I've never heard of one. Trick question. Be happy to be proven wrong, however!
by chulett
Thu Apr 19, 2007 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating DB2 stage with system date
Replies: 3
Views: 866

Keep in mind that the DB2 stage will want dates in internal format from what I recall.
by chulett
Thu Apr 19, 2007 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to clean a hash partitioned?
Replies: 8
Views: 1829

There was a presentation at AscentialWorld 2004 that went into how one particular company (BCBS?) leveraged distributed hashed files. It was very interesting, pros and cons, routines, the whole nine yards from what I recall.

I'll have to see if I can dig it up.
by chulett
Thu Apr 19, 2007 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default value
Replies: 7
Views: 1422

Best answer is to build some form of 'job control' that negates the need to worry about default values across projects. A central store of some kind where parameter values are automatically assigned at runtime is what is typically implimented.
by chulett
Thu Apr 19, 2007 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default value
Replies: 7
Views: 1422

Another option of the 'brute force' variety for a global / mass change of default values is the old 'export / edit / import' techinique. Perform a full export of the job's source then edit the .dsx, doing a search and replace of the values. Lastly reimport and recompile. Not all that elegant, but do...
by chulett
Thu Apr 19, 2007 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transfmer without an input link?
Replies: 8
Views: 2184

No, there's no other way. You need a stage variable so the job will compile and a constraint so it doesn't generate an infinite number of rows. :wink:
by chulett
Wed Apr 18, 2007 8:44 pm
Forum: General
Topic: How to add sequence number
Replies: 7
Views: 2263

Code: Select all

PrimaryKey : FMT(@INROWNUM,"4'0'R")
by chulett
Wed Apr 18, 2007 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between join , merge and lookup
Replies: 2
Views: 2009

If this is a Server question as you've marked the post, the first response you're going to get is "there is no Join or Lookup stage in Server jobs and Merge is for files". Actually, you just got it.

So is this actually a PX question?