Search found 3835 matches

by eostic
Wed May 05, 2010 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deploying services
Replies: 3
Views: 1217

Today this is best accomplished by a) migrating your DataStage Job. Use normal means. Compile the job in the new environment. If possible, keep the Server, Project, and Folder names the same. b) export your ISD project using the export function in the Information Server console. c) Make careful note...
by eostic
Wed May 05, 2010 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deploying services
Replies: 3
Views: 1217

Well.....it depends on the context of the question and what you are trying to achieve....let's get more specific..... a) For an already deployed ISD service, are you looking to "load balance" it (the DataStage Job published as an Operation) onto other DataStage Servers in the same domain? ...
by eostic
Wed May 05, 2010 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Best Practices doc question
Replies: 4
Views: 1531

"Data Element" is the property. On the input link of the XMLStage. As Craig notes, the "&" are proper escape characters for when string content containing xml (or anytime characters such as < and > appear) is placed "inside" xml tags as "values"....... Whe...
by eostic
Tue May 04, 2010 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Websphere MQ
Replies: 8
Views: 4210

Well... a 2058 in the formal MQ documentation says the name is incorrect. So try some alternatives... http://www-01.ibm.com/support/docview.wss?rs=856&context=SSWHKB&dc=DB520&uid=swg21166938&loc=en_US&cs=UTF-8&lang=en&rss=ct856websphere The fact that you are receiving the...
by eostic
Tue May 04, 2010 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Websphere MQ
Replies: 8
Views: 4210

Something is wrong with the name of the Queue Manager.....check to see that you are using the right case, be sure it doesn't have any odd characters in it...probably best if it is short, single word and upper case to be safest.

Ernie
by eostic
Tue May 04, 2010 11:01 am
Forum: General
Topic: Managing repository
Replies: 10
Views: 2894

There are many... though for what you are noting here, dsjob is probably the most veratile, letting you dive deeply into job runs, link results, etc. etc. It comes in a variety of flavors, whether you prefer to do things in a shell at the OS command level, or C++, or directly from within DataStage. ...
by eostic
Tue May 04, 2010 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: another xml question
Replies: 5
Views: 2545

It looks like a fairly poorly designed XML document. It would be interesting to know how the consuming application reads it. Why would you have three separate repeating nodes of "event", each with unique information? It should be perfectly fine to have the sub-nodes of event aggregated und...
by eostic
Tue May 04, 2010 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml source
Replies: 2
Views: 1473

Ask why those requirements are this rigid? Is it 40? or 400? Either way, somewhere you are going to have to work out the logic and map out the metadata, unless you write your own entirely dynamic parser.... How hard is it to get the metadata for all 40? ...they can exist on the same xmlInput Stage, ...
by eostic
Fri Apr 30, 2010 12:03 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: DB2 Extract into Web service
Replies: 9
Views: 6728

...Sort of....but now you are on a bigger topic...I can't comment on the rest of your job, and it's impact on having multiple nodes.... in general, they will all get multiples, although there are ways to control that --- but that is beyond this thread, discussed elsewhere in many topics in the forum...
by eostic
Fri Apr 30, 2010 10:16 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: DB2 Extract into Web service
Replies: 9
Views: 6728

....Exactly... you are now on the right track......"if" your Web service can handle it (that's a whole different discussion), you can create "additional" clients........ a) add more nodes. Each node process for that WSTransformer will be its own SOAP client, issuing calls with wh...
by eostic
Fri Apr 30, 2010 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output format help
Replies: 4
Views: 1939

...it wastes space. Open the document with a tool that understands XML. Generate formatted output ought to be removed or at least not be the default.

Ernie
by eostic
Mon Apr 26, 2010 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading xml files through datastage having dtd
Replies: 3
Views: 6191

As Craig notes, DTDs have been pretty much replaced by XSD (XML Schema Definitions). Have the client provide an xsd, or as "complete a document as possible". Look on the web too --- there are tools that can generate reasonable xsd's from DTDs. Ditto to all that Craig said....spend time lea...
by eostic
Sat Apr 24, 2010 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WebService
Replies: 6
Views: 1781

Once you recover this scenario, the preferred thing to do is to "Disable" the Operation that controls the Job..... ...in the ISD Console (Information Server Console), get yourself to the "Deployed Application Workspace" [this is after you have successfully deployed a new Applicat...
by eostic
Wed Apr 21, 2010 4:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RTI WS doesn't return data if above a certain amount of rows
Replies: 28
Views: 8827

Can I assume that you are including both Xmx and Xms at the same time? One is for initial size and the other is for max....

Ernie
by eostic
Tue Apr 20, 2010 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output stage problem
Replies: 2
Views: 1201

It's an anomaly. It's leaving out your namespace prefixes. The colon is supposed to be there, but it should also be prefixed with some letters before it. I believe that it had been fixed, as I haven't seen it in a long time, but it was definitely an early 8.x issue. Do you know if the namespaces are...