Search found 53125 matches

by ray.wurlod
Sat Sep 15, 2007 12:21 am
Forum: General
Topic: Mapping tool
Replies: 7
Views: 1919

Yep sure was quiet! Even with the volume up full and the headphones on I had to listen pretty hard. Looks pretty impressive - is the rightmost column (Transformation) free text, or is there some specified form that it must take. In particular, can the column names be dragged into here (rather than c...
by ray.wurlod
Fri Sep 14, 2007 8:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installing GenHTML -- trouble with JobReport routine
Replies: 8
Views: 3444

Curious. So this is not the DSJobReport routine (in Built-In\Before/After category) that ships with DataStage (obviously, since a before/after subroutine has precisely two arguments). It may be that the process of upgrading or creating a new account has overloaded Kim's routine with the supplied one...
by ray.wurlod
Fri Sep 14, 2007 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unlock Job on Unix Server
Replies: 3
Views: 1408

Where, and with what authority (login), are you attempting to use the UNLOCK command?

Try using the Cleanup Resources option in Director.
by ray.wurlod
Fri Sep 14, 2007 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting all jobnames under a particular category
Replies: 3
Views: 1339

WriteSeq ID To objFileVar Then ...
by ray.wurlod
Fri Sep 14, 2007 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle LongNVarchar requirement
Replies: 6
Views: 2504

Change the requirement. Or use CAST in the extraction SQL to convert the NTEXT to LongVarChar.
by ray.wurlod
Fri Sep 14, 2007 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strip unwanted non-Alpha numeric characters
Replies: 2
Views: 1109

Construct a string containing all non-alphanumeric characters, perhaps in a stage variable. Use the Convert() function to convert these to "".
by ray.wurlod
Fri Sep 14, 2007 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comilation error on $APT_CONFIG_FILE in sequence
Replies: 5
Views: 1471

That's very surprising. Check its spelling and casing where you've used it as a job parameter. Did you add it via "Add Environment Variable" button?
by ray.wurlod
Fri Sep 14, 2007 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in conversion logic
Replies: 4
Views: 1057

The only thing you can do, if you can't change the representation of NULL, is change the column definition from Char(13) to VarChar(13) - which is not fixed-width.
by ray.wurlod
Fri Sep 14, 2007 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting into multiple files
Replies: 5
Views: 1212

Create one large file using DataStage then use the UNIX command split to break it into many smaller files.
by ray.wurlod
Fri Sep 14, 2007 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migrated projects working only for admin id
Replies: 3
Views: 1099

For starters, NEVER kill job processes.

What errors occur? "Not working fine" is insufficient diagnosis. What are the operating system permissions on the source file, the target file, and the parent directory of each?
by ray.wurlod
Fri Sep 14, 2007 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data caching - Commiting data batch wise
Replies: 3
Views: 1301

Make up your mind. You posted in the parallel forum with a job type marked as parallel. Now, you ask for a server answer. To get that, post your question in the server forum.
by ray.wurlod
Fri Sep 14, 2007 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading to Netezza byteint field Error?
Replies: 3
Views: 2742

The moral of the story is that one should never hand-code table metadata; always import table definitions from the data source/target.

If the metadata remain untouched by human hands, there is no possibility to introduce error.
by ray.wurlod
Fri Sep 14, 2007 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 0: Export failed.,0: write() failed: Broken pipe
Replies: 3
Views: 1975

The number of nodes in the configuration is completely unrelated to a broken pipe, which can occur on any single node or between two nodes.

Abt was an engineer who invented a cogged railway system for steep inclines. There, you have Abt explained, as requested.
by ray.wurlod
Fri Sep 14, 2007 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Number Assigning to invoice..
Replies: 1
Views: 870

Show us precisely what you did with stage variables. An approach based on stage variables can certainly work, provided your data appear sorted as in your example here. You need stage variables to "remember" Inv and RecType from the previous row, others to detect whether there's been an change in Rec...
by ray.wurlod
Fri Sep 14, 2007 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installing GenHTML -- trouble with JobReport routine
Replies: 8
Views: 3444

The bonus question should be added to one or more of the DataStage Interview Question web sites.
:lol:

I should love to hear how you replied (provided it's clean, of course).

Check the source code for DSJobReport and verify that it has five input arguments.