Search found 53125 matches

by ray.wurlod
Tue Jul 12, 2005 8:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Type "Info" logs
Replies: 12
Views: 2961

MAXFETCHBUFF = 16384

Note the space either side of "=". These are necessary.
There is also MAXFETCHCOLS, for which the default is 400, meaning that your request can not return more than 400 columns.
by ray.wurlod
Tue Jul 12, 2005 6:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File error
Replies: 34
Views: 8630

AIX can support larger files than 2GB. Have your UNIX administrator adjust things. There's no need to upgrade DataStage; it won't help with this problem if AIX is still limited to 2GB files.
by ray.wurlod
Tue Jul 12, 2005 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

It's available directly in UniVerse 10.1 (via the Encrypt() and Decrypt() functions), but not in DataStage BASIC.
by ray.wurlod
Tue Jul 12, 2005 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

It's available directly in UniVerse 10.1 (via the Encode() function), but not in DataStage BASIC.
by ray.wurlod
Tue Jul 12, 2005 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer did not pass the Parameter Value
Replies: 12
Views: 4814

Show us the "job starting" entry for the job sequence - maybe it didn't have its parameters set.
by ray.wurlod
Tue Jul 12, 2005 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Type "Info" logs
Replies: 12
Views: 2961

See my recent post about MAXFETCHBUFF in uvodbc.config file.
by ray.wurlod
Tue Jul 12, 2005 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extracting only required data from a BLOB
Replies: 2
Views: 935

You need a MAXFETCHBUFF setting in the uvodbc.config file. THe default maximum row size via ODBC is 8192 bytes.
by ray.wurlod
Tue Jul 12, 2005 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting from BLOB
Replies: 3
Views: 1205

Once it's a VarChar or Long VarChar you can use substrings quite happily. But does this really make sense for a BLOB? For a CLOB yes, but a BLOB?
by ray.wurlod
Tue Jul 12, 2005 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control compile only option and PX jobs
Replies: 1
Views: 942

You're 100% correct. An audit would need to show that the compilers were the same before you could assert that the jobs are the same.
by ray.wurlod
Tue Jul 12, 2005 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unlocking Job
Replies: 5
Views: 1463

Find out why they're getting locked, and avoid that behaviour. Don't kill the processes. Shut down clients gracefully. Learn how to determine who's got what locked.
by ray.wurlod
Tue Jul 12, 2005 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: plz guide me how to capture the logdetails
Replies: 5
Views: 2383

Madhav_M wrote:Ray,
I used this option to generate log details.
Is there is any way to avoid manual intervention.
I mean can we execute any commands to automate this for all jobs in a folder?

Thanks
Madhav

No. There isn't.
by ray.wurlod
Tue Jul 12, 2005 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ROW SPLITTER PROBLEM
Replies: 6
Views: 2199

Row Splitter can do the breakout into separate columns.
by ray.wurlod
Tue Jul 12, 2005 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UDB configuration
Replies: 3
Views: 1532

The only obvious this is that hmunx121 is not an IP address, and you don't have an explicit entry for [SRCDB] (or whatever else you want to call your DSN).
by ray.wurlod
Tue Jul 12, 2005 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How fast is dataset/fileset
Replies: 3
Views: 1336

You still have to read the sequential file once to create the File Set or Data Set, so you process the entire volume of data twice.
If the sequential file has fixed width records you can set it up to be read in parallel.
by ray.wurlod
Tue Jul 12, 2005 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs not running
Replies: 13
Views: 4604

Did you try to run the job from Director or from dsjob? If dsjob, make sure that the project name is correctly cased as well as correctly spelled. Try running from Director (where you simply can't get the project name wrong!).