Search found 53125 matches

by ray.wurlod
Mon Jun 12, 2006 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project is not set up for DataStage
Replies: 9
Views: 3337

If the DS_JOBS index on CATEGORY is out of date, the process of building the category list for the clients will not work properly. I selected DS_JOBS because the error message (cannot open DSR_JOBS) suggests this as the most likely culprit. It remains the case that DSR_JOBS is a subroutine, not a ha...
by ray.wurlod
Mon Jun 12, 2006 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date
Replies: 17
Views: 4570

That's reasonable; when you're using View Data the job doesn't have a start date. You need to supply a replacement value (which is possible if you are using a job parameter, but not if relying in the job on a macro).
by ray.wurlod
Mon Jun 12, 2006 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Efficient way of design
Replies: 4
Views: 918

4) Use cat file1 file2 file3 file4 file5 as the filter expression in a Sequential File stage.
The output from cat becomes what the stage reads, without needing to create another disk file.
by ray.wurlod
Mon Jun 12, 2006 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please help in deciphering Server transformer expression
Replies: 2
Views: 1201

I have grave doubts that the expression as given would work properly. Placement of the DataTypeAsciiPic9() function suggests that it expects a binary value with which to work, yet the result of the expression supplies as its argument will be a string of numeric characters. If all you want is the yea...
by ray.wurlod
Mon Jun 12, 2006 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access is Denied
Replies: 7
Views: 1386

To what operating system groups are the DataStage roles assigned?
by ray.wurlod
Mon Jun 12, 2006 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve Cleared Log Entries.
Replies: 5
Views: 1138

If you have system backups you can recover. Restore RT_LOGnnn (a hashed file) so any location, and create a VOC pointer to it, with D_RT_LOG as the file dictionary pointer. You now have whatever entries were backed up accessible. You can extract the entries using DataStage/SQL or even a DataStage jo...
by ray.wurlod
Mon Jun 12, 2006 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error writing a hash file
Replies: 4
Views: 1114

Is there anything unusual about this hashed file - static hashed, 2GB in size, etc.?
by ray.wurlod
Mon Jun 12, 2006 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating config for accessing Teradata
Replies: 11
Views: 10746

Yes, just as any Teradata client must. However, there are default values in DataStage; it is sufficient to rely on these unless you want to make use of more amps than the number of processing nodes in your DataStage configuration file.
by ray.wurlod
Mon Jun 12, 2006 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date
Replies: 17
Views: 4570

Does this work in a parallel job?
by ray.wurlod
Mon Jun 12, 2006 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert For BLOB in Oracle
Replies: 3
Views: 1783

No.

The only way to transfer a BLOB is to encode it as a text string (for example uuencode) for transfer. Even then there is an upper limit on the size of string with which DataStage can deal.
by ray.wurlod
Mon Jun 12, 2006 2:33 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Where does 'trace' output go?
Replies: 14
Views: 7338

Just to prolong the hijack, I only had one official at bat.
by ray.wurlod
Mon Jun 12, 2006 6:29 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Where does 'trace' output go?
Replies: 14
Views: 7338

<Aside>
I had a strange game of baseball last weekend. I got one hit and 6 RBIs.
</Aside>
by ray.wurlod
Mon Jun 12, 2006 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Update eror
Replies: 14
Views: 3783

In Designer. Where you are asserting the RCP is not enabled, the default setting is "use project defaults". You must uncheck this check box explicitly to be able to disable RCP if the project default is "enabled".
by ray.wurlod
Mon Jun 12, 2006 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Standards and conventions
Replies: 4
Views: 7699

The ones that I use if a client lacks their own may be seen from this page
by ray.wurlod
Mon Jun 12, 2006 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export of jobs
Replies: 5
Views: 1492

Technically they should process the project in the same order so, provided that they are started far enough apart and there are no very large objects in the project, they should both succeed. If they do not, the later-started export will skip any objects locked by the first-started export, and may t...