Search found 53125 matches

by ray.wurlod
Tue Feb 02, 2010 10:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get number of loaded records to log table
Replies: 8
Views: 2620

There aren't any.

DataStage will report the number of rows it sends along a link, and the number of records rejected. You might be able to perform arithmetic on these numbers to deduce the number of loaded records.
by ray.wurlod
Tue Feb 02, 2010 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max length for string data type in datastage
Replies: 4
Views: 4892

Nah. I've often worked with string[max=4000] and sometimes even larger.

If you're asking about the maximum size of a CHAR data type in a database, the answer to that is that different databases have different rules, but 255 is a common limit. That's why they have the LONG... data types.
by ray.wurlod
Tue Feb 02, 2010 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator terminated abnormally: received signal SIGBUS
Replies: 6
Views: 6736

If they're still in use, no. If they're not still in use, yes.
by ray.wurlod
Tue Feb 02, 2010 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "No output from command " from routine stage
Replies: 28
Views: 9496

Probably be next week before I get a chance to play with it. This week's work is on AIX, and in my copious free time I'm taking a class in the 8.1 Foundation Tools.
by ray.wurlod
Tue Feb 02, 2010 3:39 pm
Forum: IBM QualityStage
Topic: Match cut off value
Replies: 5
Views: 1842

These are the weights you see in reports and in the Match Design tool.
by ray.wurlod
Tue Feb 02, 2010 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator terminated abnormally: received signal SIGBUS
Replies: 6
Views: 6736

is it good way to delete the log files from (/opt/IBM/InformationServer/Server/Scratch) to readuce the space issue i.e we get the error message Operator terminated abnormally: received signal SIGBUS No. They are unrelated. Do an Internet search for SIGBUS. But it IS a good idea to keep the scratchd...
by ray.wurlod
Tue Feb 02, 2010 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max length for string data type in datastage
Replies: 4
Views: 4892

Lots. How much memory do you have?
by ray.wurlod
Tue Feb 02, 2010 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resource bundle corresponding to message key CONN-NGBR-00002
Replies: 4
Views: 10621

The message text associated with message ID CONN-NGBR-00002 can not be found. That DSHOME is set should be sufficient. It may simply be that this message is not in the resource table. Not all messages are in the resource table. Are you using English or Portuguese? Time to annoy your support provider.
by ray.wurlod
Tue Feb 02, 2010 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "No output from command " from routine stage
Replies: 28
Views: 9496

I'm still curious. Would you be so kind as to post the previous iteration of CompareFiles routine?
by ray.wurlod
Tue Feb 02, 2010 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds.rc -s not found
Replies: 1
Views: 1530

Seeing this in an 8.1 brand new installation (on AIX). Trying to track down which of the "-s" entries in ds.rc is causing the error.
by ray.wurlod
Tue Feb 02, 2010 3:10 pm
Forum: IBM QualityStage
Topic: Question: 1)Overflow 2)"Running Job ..." in 4 days
Replies: 15
Views: 6493

It may not be possible. It depends on your data. For example if there are many records with same birth month and first name, then you will tend to get overflow used in pass 4. There's a similar argument for pass 7. Match will still work when there is overflow - it just won't be as efficient. If the ...
by ray.wurlod
Tue Feb 02, 2010 3:06 pm
Forum: IBM QualityStage
Topic: Match cut off value
Replies: 5
Views: 1842

Examine the aggregate weights and set your cutoff values accordingly.
by ray.wurlod
Tue Feb 02, 2010 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence aborts though all jobs within it finish successfull
Replies: 7
Views: 2967

The job is running - it started at 23:25:04.

At 23:25:14 an attempt is made to start the job again. This attempt fails, throwing (correctly) "job not in correct state" error.

The job that is still running finishes at 23:26:33 and it's that one whose successful completion is reported.
by ray.wurlod
Tue Feb 02, 2010 3:00 am
Forum: General
Topic: time conversion
Replies: 17
Views: 10756

I don't know whether U (one of our posters can get you the solution). Why not send U an email or private message? The format string "%hh:%nn:%ss" expects two digits in the hour component. I mentioned that before. Your data only has one. You need to handle that with a different format strin...
by ray.wurlod
Tue Feb 02, 2010 2:58 am
Forum: General
Topic: Getting Rowcount
Replies: 1
Views: 1104

Download ETLstats from Kim Duke's website rather than contemplating reinventing the wheel.