Search found 3835 matches

by eostic
Tue Jul 13, 2010 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 8
Views: 3577

looks like a nice relational implementation.....nested perfectly, unless I read it incorrectly. THis should be working just fine with aggregate and something in notes as your key.

if not...what "are" you getting?
by eostic
Tue Jul 13, 2010 4:41 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Running WISD jobs on demand
Replies: 15
Views: 7946

read...then re-read the post and the link I gave you up above. Yes...you must use lookup, preferably a sparse one if you anticipate any changes in the data.
by eostic
Mon Jul 12, 2010 7:07 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Running WISD jobs on demand
Replies: 15
Views: 7946

I can't be sure, but if it's an EE Job it might be because you aren't using a sparse lookup.....check out this entry... http://dsrealtime.wordpress.com/2010/05/26/guidelines-for-publishing-services-with-datastage-and-qualitystage/ ....you must make sure that your WISDinput link is the driving link f...
by eostic
Mon Jul 12, 2010 5:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate DS jobs autmatically ?
Replies: 9
Views: 3034

FastTrack can be configured to generate 7.5 Jobs as .dsx's.

Ernie
by eostic
Mon Jul 12, 2010 5:40 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Running WISD jobs on demand
Replies: 15
Views: 7946

hmmm. Tell us more about the Job. If you choose to use them, you can have only ONE wisdInput or wisdOutput......please explain what you mean by "6 outputs"...... Make absolutely certain that your wisdOutput stage always receives a row of "something"...just for this reason -- so t...
by eostic
Mon Jul 12, 2010 5:36 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: deploy a service
Replies: 6
Views: 3678

You get it from the same place in "that" Information Server as you do from your "current" Information Server... Have you logged into the Information Server Web Console for your current environment? Your "other" Info Server environment has an equivalent Web Console....it...
by eostic
Mon Jul 12, 2010 10:47 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: deploy a service
Replies: 6
Views: 3678

An ISD Service is owned by the Information Server domain. Assuming you have another Information Server in the test environment, you could migrate the ds job and the isd application metadata and deploy it there......but it has to be another fully operable Information Server instance, with DataStage, ...
by eostic
Mon Jul 12, 2010 10:45 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Running WISD jobs on demand
Replies: 15
Views: 7946

I'd like to suggest that you start a new thread, or change the status of this....there is nothing to "work-around" here...just techniques and features that have to be learned. Disable is at the deployment workspace of the Information Server Console. Use the Edit button on the lower right a...
by eostic
Sun Jul 11, 2010 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table to XML
Replies: 4
Views: 1803

Well..it's fairly simple, assuming you know how to do a pivot in DS, and have spent time with the xml best practices and know how to combine mlutiple chunks of independent repeating nodes... Nail those two tricks and the final document construction will be not too bad.
by eostic
Sun Jul 11, 2010 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table to XML
Replies: 4
Views: 1803

Tough call.... is this the full extent of the xml you need to create, or just a tiny sample of one that has vastly more columns and "types" ? It's not that great an xml design.....too bad that the AID, BID and CID fields aren't just true element names instead of attribute values. Do you ha...
by eostic
Sat Jul 10, 2010 5:09 pm
Forum: General
Topic: ETL is more than tools or an attempt at organized chaos.
Replies: 2
Views: 1158

Yes! Yes! and Yes....right up until the suggestion of C and .NET. ETL enhances the ability to achieve all of these great goals......other languages leave those goals at arms length.
by eostic
Sat Jul 10, 2010 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 8
Views: 3577

Assuming that items are "beneath" customers or orders, then check the aggregation ootion and make item or something at its level a key and the grouping will happen automatically.
by eostic
Sat Jul 10, 2010 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Differences between SybaseOC stage & ODBC-Sybase
Replies: 5
Views: 1298

Sybase Open Client (OC) = a stage that uses Sybase's own native API.
by eostic
Sat Jul 10, 2010 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Differences between Datastage Enterprise and Server Edition
Replies: 3
Views: 1261

Ray --- "separate products"? ....that's not really true once release 6 came out....they are very much a hybrid.....the concepts of DataStage were placed onto the vastly different and mostly command line interface for Torrent....at the pure engine level they are separate, but the GUI constr...
by eostic
Sat Jul 10, 2010 5:35 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: start and stop the WISD jobs
Replies: 7
Views: 4552

Not for ISD........the starting and stopping is controlled entirely by the gui....a command line is coming in the next release as an extension of istool......

Indeed, for always-on MQ type jobs, you can have it read a special message type to shut down gracefully....

Ernie