Search found 53125 matches

by ray.wurlod
Tue Jul 31, 2012 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performing multiple DB2 statements, "unavailable resour
Replies: 6
Views: 9618

chandra.shekhar@tcs.com wrote:See the Maximizing concurrency section of this article.
What article would that be?
by ray.wurlod
Mon Jul 30, 2012 5:38 pm
Forum: General
Topic: BatchNo,Message Type,Message Detail info using Routine
Replies: 13
Views: 3100

After all, apparently you would not be permitted to install it.

How come you can install your own code?
by ray.wurlod
Mon Jul 30, 2012 5:28 pm
Forum: General
Topic: BatchNo,Message Type,Message Detail info using Routine
Replies: 13
Views: 3100

Download ETLstats to your own machine then pretend you wrote the code for your client. But do include source attribution in your code - that's only common courtesy.
by ray.wurlod
Mon Jul 30, 2012 5:25 pm
Forum: General
Topic: Error: The configuration does not contain the invoking node
Replies: 17
Views: 6676

... and make sure there's a space between the -x option and the pathname of the Data Set descriptor file.
by ray.wurlod
Mon Jul 30, 2012 5:24 pm
Forum: General
Topic: Invocation IDs and output file name
Replies: 3
Views: 1302

All the important information is in the part you can see. But do renew - it helps keep DSXchange going.
by ray.wurlod
Mon Jul 30, 2012 5:22 pm
Forum: General
Topic: Create Email Messages in HTML format
Replies: 5
Views: 3840

If the number of invoices is never going to be too large it should be straightforward to create a routine and invoke it from a Routine activity in the controlling sequence. That same routine could invoke DSSendMail or you may prefer to keep the two tasks separate.
by ray.wurlod
Mon Jul 30, 2012 5:19 pm
Forum: Cognos (IBM BI)
Topic: Anyone know how to harvest/export Cognos tool tip defs?
Replies: 8
Views: 12498

I'm running bi2bg successfully at my current site (finishing there today) so let's catch up at IOD. We've scripted it to run out of a third party scheduler, but the script itself is very straightforward. You'll notice we're running on Windows, so it's a BAT file, but there's hardly any logic to it. ...
by ray.wurlod
Sun Jul 29, 2012 9:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hanging
Replies: 4
Views: 1577

I presume you mean Transformer stages. Transforms are not available in parallel jobs.
by ray.wurlod
Sun Jul 29, 2012 4:53 pm
Forum: General
Topic: training license for datastage
Replies: 1
Views: 996

They don't.

You can, however, hire DataStage time on the Amazon cloud (search DSXchange for details).
by ray.wurlod
Sun Jul 29, 2012 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: High disk utilisation in project & DS Engine directory
Replies: 8
Views: 4496

(Actually there is a built-in - but undocumented - utility for archiving and restoring hashed files - it's the "UniVerse" uvbackup and uvrestore commands.) There is also a "UniVerse" bulk loader called loadfile, but you would need to save the log in loadfile format. There is a BA...
by ray.wurlod
Sat Jul 28, 2012 7:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: High disk utilisation in project & DS Engine directory
Replies: 8
Views: 4496

All the RT_* entries are necessary. With the exception of RT_LOG* they should not grow very large. Keep RT_LOG* small by autopurging at as short an interval as you can tolerate. As Paul noted indirectly, projects can be created anywhere on the file system, other than the root directory. So you could...
by ray.wurlod
Fri Jul 27, 2012 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user defined query in odbc
Replies: 4
Views: 1805

You don't even need user-defined SQL for this. Simply use DataStage to filter the rows needing deleting) and pass them to a straightforward DELETE in the target stage.
by ray.wurlod
Fri Jul 27, 2012 5:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Containers not able to compile
Replies: 3
Views: 1706

Other than what Arnd said, a shared container created in 8.1 should be able to be used without problems in 8.7 jobs.

If the shared container includes Enterprise stage types, you should consider updating these to Connectors.
by ray.wurlod
Fri Jul 27, 2012 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use Stored Procedure to call db2 sp
Replies: 2
Views: 2310

There is probably a property you can set in the stage called something like "treat warnings as fatal". This would force the job to abort.
by ray.wurlod
Fri Jul 27, 2012 5:06 pm
Forum: General
Topic: Operation Console issue - ODBQueryApp failed to run.
Replies: 3
Views: 4941

Did you follow the steps for setting up the ODB in exacting detail? It's absolutely vital that this be done correctly. During beta testing I needed three attempts to get it right. Once it is set up properly it's a great tool. I think they need to simplify its setup but, if you think about what it's ...