Search found 42189 matches

by chulett
Tue Jan 05, 2010 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS_JOBS
Replies: 5
Views: 1697

NRO means Not Read Only and is another piece of metadata in the table. I would assume you've got your hashed file setup incorrectly. Post your columns and which is marked as the Key field.
by chulett
Tue Jan 05, 2010 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03106: fatal two-task communication protocol error
Replies: 12
Views: 13010

Please clarify if one of the different array sizes you tried was 1. And post all of the errors messages you receive complete and unedited rather than something like them. What is your total byte length for the record?
by chulett
Tue Jan 05, 2010 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character - ^Ö
Replies: 4
Views: 1839

Once you do find the decimal value, you can use the CHAR() function to represent it and then include that in something like Convert() to remove it by converting it to '', an empty string.
by chulett
Tue Jan 05, 2010 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character - ^Ö
Replies: 4
Views: 1839

Is that actually one character? You need to find the hex/decimal value of it in order to remove it. From UNIX you can try either an "od -h" to dump it in hex or use an actual hex editor to determine that. Lots of free ones out there.
by chulett
Tue Jan 05, 2010 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03106: fatal two-task communication protocol error
Replies: 12
Views: 13010

You increased the array size with field sizes like that? Yikes. What happens if you set it to 1?
by chulett
Tue Jan 05, 2010 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error
Replies: 26
Views: 4968

Jeez, this is like being Bill Murray in that Groundhog Day movie.
by chulett
Tue Jan 05, 2010 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading the logs
Replies: 1
Views: 829

Reading logs has been discussed here ad nauseam. A search for DSGetLog or -logdetail should turn them up, the former for a DataStage routine solution and the latter for a command line solution using dsjob.
by chulett
Tue Jan 05, 2010 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About Oracle Bulk Load
Replies: 4
Views: 1811

Yes... but how, exactly? Using anything DataStage (Execute Command stage, ExecSH,DSExecute, etc etc) will decrypt the password for you during the invocation.
by chulett
Tue Jan 05, 2010 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem installing DS 8.1 on AIX 6.1
Replies: 9
Views: 5607

Firs thing I'd look into is that large ** WARNING ** block in the message.
by chulett
Tue Jan 05, 2010 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Best Practices job fails to output data
Replies: 23
Views: 6429

I was under the impression that the latest iterations of 8.1 plugged all the leaks in the SS XML, perhaps I was mistaken. We've also seen plenty of examples where you could 'get away' with something in earlier versions that are subsequently fixed in later versions - to many people it appears as a bu...
by chulett
Tue Jan 05, 2010 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Best Practices job fails to output data
Replies: 23
Views: 6429

I wouldn't bother. Give Ernie a chance to look into it first.
by chulett
Tue Jan 05, 2010 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to avoid the ABNORMAL TERMINATION
Replies: 5
Views: 1800

There is "no" magic bullet. And as noted, jobs can abort for a very large variety of reasons. You'd need to post specific errors for anyone to provide specific help.
by chulett
Tue Jan 05, 2010 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Syntax of Macro function of DSLinkinfo
Replies: 4
Views: 2887

:?

Why would anyone need to post 'the exact syntax' here when you can simply look it up in the Designer's online help? It's all there, including how to get a row count from a particular link.
by chulett
Tue Jan 05, 2010 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About Oracle Bulk Load
Replies: 4
Views: 1811

Re: About Oracle Bulk Load

derekchu wrote:I cannot simple construct a shell command to trigger it.
Yes, you can. Have you tried it yet? What happened?
by chulett
Tue Jan 05, 2010 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to start Web Console for IBM Information Server
Replies: 8
Views: 11416

Actually, this is their thread and is very much related. And I assume your DBA can reset the password for you.