Search found 3835 matches

by eostic
Fri Oct 30, 2009 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ - Post messages in a group
Replies: 6
Views: 1643

...are you still in 7.x ? The MQ Plugin isn't as flexible here, but with the 8.x MQ Connector, you can set the "Correlation ID"....this is a property in the MQ header that allows an application to logically group messages together..... That might be an option for you, if you are on release...
by eostic
Fri Oct 30, 2009 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: max value of APT_DEFAULT_TRANSPORT_BLOCK_SIZE is no good
Replies: 3
Views: 3111

I can't remember the exact numbers and internals, but there are multiple buffers created. I'll try to dig up some tests I did on this and let you know.... ...bottom line --- there is a point where you will max out, with little alternative in EE except to write the chunks out independently. I've done...
by eostic
Fri Oct 30, 2009 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Preventing tags from being written into an XML file
Replies: 6
Views: 1238

...or alternatively you could also just make sure that the value for that column on that row is truly "null"...the default is to not create the element tag....

...of course, it's strange that the receiving application cares.....it should be able to handle empty elements.

Ernie
by eostic
Thu Oct 29, 2009 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Serverices Transformer error - abnormal termination
Replies: 3
Views: 1707

This was it. On most platforms the problem was resolved in 8.1, but it doesn't surprise me if it still pops up. This issue impacted WSPack in all places and JavaPack in all places, and the env variables, while "similar" on all platforms, are not identical. To future searchers, check with y...
by eostic
Thu Oct 29, 2009 12:54 pm
Forum: General
Topic: Information on Demand 2009 news
Replies: 16
Views: 5728

It's apparently supposed to go out and find all the various appropriate logs for you too...
by eostic
Thu Oct 29, 2009 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How big is your DataStage machine?
Replies: 2
Views: 1090

How big is your DataStage machine?

Curious --- how big is the machine that you are using for your DataStage engine? How many cpu's? How much real memory? Are your development boxes and production boxes the same size? Is it dedicated to DataStage primarily, or running many other apps? We've talked about benchmarks in various threads, ...
by eostic
Thu Oct 29, 2009 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML repeating elements
Replies: 2
Views: 1440

Be sure you have aggregation as one of the checked options in the XMLOutput Stage, and try making one of the lowest elements (such as FriendName your repetition element (key).

Ernie
by eostic
Thu Oct 29, 2009 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Services - Abnormal Termination
Replies: 10
Views: 5621

Does the Service work successfully outside of DataStage?
by eostic
Thu Oct 29, 2009 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informatica Table Definition Conversion to Datastage
Replies: 13
Views: 12434

Now you are treading into deeper water. Complex flat files (with occurs, etc.) are handled in a more proprietary way by all the tools out there. Things aren't as standard. I'm sure it can still be done, but now you probably are going to need to have some deeper experience with the CFF stage and its ...
by eostic
Wed Oct 28, 2009 8:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ - Post messages in a group
Replies: 6
Views: 1643

Can you describe more what you mean by a 'group'. There are varuous things you can do that might be described as grouping.
by eostic
Wed Oct 28, 2009 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informatica Table Definition Conversion to Datastage
Replies: 13
Views: 12434

All the solutions are the same thing --- albeit with perhaps a few more steps in some cases than others..... Find something (DataStage?) to read the xml metadata from the other tool. Manipulate that metadata and create whatever other file type that you are most comfortable with..... study a .dsx.......
by eostic
Tue Oct 27, 2009 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informatica Table Definition Conversion to Datastage
Replies: 13
Views: 12434

FastTrack will help you create a source to target mapping, which then could lead to the generation of a DataStage Job....and it can import spreadsheets that already have source/target mappings....but that won't help you with the pure table definitions.... IBM Services has tools that can assist with ...
by eostic
Mon Oct 26, 2009 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Information Services error
Replies: 6
Views: 2174

Could be a lot of things....Craig's question above is critical ---- has this particular Job as a service ever worked? Quite often this pipe error occurs when an initializing Job instance is trying to start up, and it times out before being able to contact the ASBAgent........try increasing the timeo...
by eostic
Fri Oct 23, 2009 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can Server 7.1 jobs run on DataStage 8.x Parallel ?
Replies: 6
Views: 2581

DataStage Server "comes along for the ride" with DataStage Enterprise Edition (Parallel)...so, yes....your existing DataStage Server Jobs will import, work and operate just fine, as they do today. When and where you need parallel performance, you can build parallel jobs and optionally use ...
by eostic
Fri Oct 23, 2009 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem parsing xml
Replies: 6
Views: 1732

Use the one that is most complete. The metadata importer, in my experience, is not going to scan beyond the initial instance of each node tree..... That's why you need to use a document that has "all" possibible nodes fully populated. The best way to do that is to have the xsd and "ge...