Search found 53125 matches

by ray.wurlod
Mon Nov 02, 2009 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: change password for isadmin and wasadmin
Replies: 6
Views: 9490

Edit the user definitions in Web Console for IBM Information Server. Assert the new passwords (twice, as usual).
by ray.wurlod
Mon Nov 02, 2009 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log file size limitation
Replies: 3
Views: 1125

That looks suspiciously like an interview question.
by ray.wurlod
Mon Nov 02, 2009 2:44 pm
Forum: General
Topic: Linux Red Hat v5 64 bit
Replies: 14
Views: 5057

DataStage is still a 32-bit application, so you need the 32-bit switch on the compiler options.
by ray.wurlod
Mon Nov 02, 2009 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error calling subroutine DSR_EDIT (Action = 2)
Replies: 9
Views: 5423

This is not part of your routine. It is a query to prove that ODBC.H exists in UNIVERSE.INCLUDE.

What happens if you rename the routine? What happens if you make a copy of the routine?
by ray.wurlod
Mon Nov 02, 2009 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle load - fixed width file
Replies: 6
Views: 3781

Based on what Kryt0n reported, you are wrong.
by ray.wurlod
Mon Nov 02, 2009 5:22 am
Forum: General
Topic: Reading "keys" from RT_Log using shellscript
Replies: 2
Views: 1653

Welcome aboard.

There are command line commands UVread and UVwrite that you can use.
For example:

Code: Select all

$DSHOME/bin/UVread RT_LOG42 //PURGE.SETTINGS
by ray.wurlod
Sun Nov 01, 2009 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Appending sysdate to seq file name
Replies: 2
Views: 1269

Slashes in a file name are probably illegal, as they are interpreted as pathname delimiters. You may want to rethink the format of your requirement.

I would always counsel the "create the file with the base name and rename it to include the data subsequently" approach.
by ray.wurlod
Sun Nov 01, 2009 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modifying the UVCONFIG File on Windows?
Replies: 5
Views: 2380

Yes, that's about it. A search on DSXchange will give it to you. To execute the uvregen command you must be attached to the DataStage Engine folder in a CMD shell.
by ray.wurlod
Sun Nov 01, 2009 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To get loaded count in DB2 table
Replies: 10
Views: 2651

DataStage only reports how many records it sends to the database. If you can't use a reject link (because of Load method, for example) then you need some other mechanism, such as reviewing the log of the bulk loader. You can, of course, automate this if you know the format of that log.
by ray.wurlod
Sat Oct 31, 2009 8:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage - Configuring Record delimiter
Replies: 21
Views: 10822

It does matter, and would in server jobs as well. You can not read a file defined to be fixed width if the records are not all the same size. A single VarChar column is NOT fixed width - I usually set both the field delimiter and quote character to 000 in these cases.
by ray.wurlod
Sat Oct 31, 2009 8:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the Difference between Hashfile and Sequential File
Replies: 2
Views: 2707

When's the interview? There is no such thing as a hash file, other than a tool for shaping a block of hash. The correct terminology in DataStage is "hashed" file. It is so called because it uses a hashing algorithm, rather than a primary key index or other mechanism, to determine the uniqu...
by ray.wurlod
Sat Oct 31, 2009 8:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ole server error in merge stage
Replies: 3
Views: 1728

Please delete your duplicate post on this subject.
by ray.wurlod
Sat Oct 31, 2009 8:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ole server error in merge stage
Replies: 3
Views: 1728

The OLE server referred to here, I am guessing, is the one that exposes objects that the DataStage clients - in particular the Designer - use. You have experienced an OLE Automation error - probably Windows has lost the handle between your application (DataStage Designer) and the OLE server (dsobjec...
by ray.wurlod
Sat Oct 31, 2009 8:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help DataStage Problem C Stage PlunIn function
Replies: 9
Views: 1813

I think everyone is barking up the wrong tree here. Remember that this is a server job. In server jobs active stages are the drivers, so that here the Transformer stage is reporting the error. But it's coming from a passive stage - one that's reading data. Passive stages are libraries that expose fi...
by ray.wurlod
Fri Oct 30, 2009 11:01 pm
Forum: Data Integration
Topic: Show Metadata, Court Says
Replies: 2
Views: 8982

Show Metadata, Court Says

Hidden data embedded in electronic public records must be disclosed under Arizona's public records law, the State Supreme Court ruled. The unanimous decision overturned lower courts' rulings and is one of the first decisions by a state appellate court on whether a public records law applies to so-c...