Search found 53125 matches

by ray.wurlod
Mon Feb 18, 2013 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file read error
Replies: 3
Views: 1181

Add a reject link to the Sequential File stage. Direct rejected rows wherever you will.
by ray.wurlod
Mon Feb 18, 2013 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: file transfer
Replies: 1
Views: 739

FTP is a good solution provided the Windows machine is open to FTP requests (DataStage does support Secure FTP). Otherwise some form of remote copy command, or use technology like Samba to mount the Windows disk on the UNIX machine.
by ray.wurlod
Mon Feb 18, 2013 2:55 pm
Forum: General
Topic: characterset nchar utf8 vs utf16 in metadatarepository
Replies: 2
Views: 1965

If you sought my professional opinion I'd advise getting a definitive answer from IBM through your official support provider. UTF16 is, however, a superset of UTF8 (that is, UTF8 codepoints are exactly the same codepoints under a UTF16 regime), so leaving the metadata repository set at UTF16 ought n...
by ray.wurlod
Mon Feb 18, 2013 2:52 pm
Forum: General
Topic: DataStage repository: Get list of all jobs and their sequenc
Replies: 1
Views: 2214

Welcome aboard.

The structure of the common metadata repository is not documented, and IBM reserves the right to change it at any future release. Therefore whatever you discover might only be useful for one version. Or you might be lucky. I'm happy enough with the tools now in the clients.
by ray.wurlod
Mon Feb 18, 2013 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Error:- JNIWrapper: load library failed
Replies: 3
Views: 2025

Exactly the same error, with exactly the same CLASSPATH settings?

If not, do start your own thread. Indeed, you should do that anyway, because you are on a different version than prasson_ibm.
by ray.wurlod
Fri Feb 15, 2013 7:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to LDAP
Replies: 16
Views: 9208

There's no call to Terminate in your TestConnection class.

This may explain why the second attempt to connect fails.
by ray.wurlod
Fri Feb 15, 2013 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Detecting the number of processes from job scores
Replies: 23
Views: 8780

I would prefer that you take up the issue of the possibly wrong answers with IBM directly. After all, the most that I could do is support your assertion that none of the options is correct; I could not do anything about fixing that situation.
by ray.wurlod
Fri Feb 15, 2013 7:17 pm
Forum: General
Topic: load from dat file into DRS stage..ORA-01722: invalid number
Replies: 2
Views: 1238

Is there an empty line at the end of your source file, column heading, comment lines, anything like that?
by ray.wurlod
Fri Feb 15, 2013 7:14 pm
Forum: Site/Forum
Topic: Premium Membership Activation
Replies: 18
Views: 23072

Keep in mind the horrible weather currently besetting the eastern USA.
by ray.wurlod
Fri Feb 15, 2013 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter passing
Replies: 3
Views: 1061

Can you show us exactly how you are attempting to build the header string?
by ray.wurlod
Fri Feb 15, 2013 12:49 am
Forum: General
Topic: All Type Sources and Target Audit report
Replies: 5
Views: 1726

DS_JOBOBJECTS, as its prefix suggests, contains only design-time information, not runtime information. Runtime information is stored in tables with RT_ prefix, particularly RT_STATUS. Structure of these tables is not documented, but may be inferred from inspection of various header files. It is not ...
by ray.wurlod
Fri Feb 15, 2013 12:45 am
Forum:
Topic: Backing up Business Glossary Terms and Categories
Replies: 4
Views: 3032

That is both correct and annoying. Rest assured that IBM has been made aware of the requirement (though an enhancement request from you wouldn't hurt; the more the merrier).

On the other hand, you should be backing up the repository (and the staging repository) in any case.
by ray.wurlod
Thu Feb 14, 2013 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filepattern read, need to split on date , and process loop
Replies: 2
Views: 764

How are you reading them now?

Assuming it's an ls command, just add to that - maybe sort in date/time order and pipe the result through tail -3 command.