Search found 3835 matches

by eostic
Tue Jul 30, 2013 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read entire data of a text col when data is huge
Replies: 5
Views: 2273

Another useful question is exactly how large are we talking about?
by eostic
Tue Jul 30, 2013 2:02 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: service first request is consuming more time
Replies: 2
Views: 3376

Not sure.....prior to your submitting those dummy requests (ie..when you know you are going to have a long-response-time condition), take a look in the DS Director....are the instances up and running and available? That would be the first thing I would check....possibly there are issues with CASS an...
by eostic
Sun Jul 28, 2013 12:47 pm
Forum: General
Topic: Web service stage how to prevent the encoding the message
Replies: 1
Views: 758

If it is truly a SOAP based web service then the content of the xml inside the payload (when xml is being passed as the actual input data), then by design it has to be "escaped" on the wire [xml inside of xml]. The receiving application, when normally de-serializing the SOAP payload, will ...
by eostic
Sun Jul 28, 2013 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not fetching data from XML Input stage
Replies: 6
Views: 1937

Look at the "xpath" in the Description Properties of the output link of the xmlInput Stage....see if they have prefixes defined in the xpath (such as /xyz:name ) ...if so, then you need the namespaces to be "in" the actual xml......or not, if they aren't there. Look at your docum...
by eostic
Fri Jul 12, 2013 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Services Transformer Fatal Error 0026
Replies: 11
Views: 10877

Just some thoughts...

...do you get the request and response nicely when you call the TemperatureConversion service?

...and another thought (although I would expect this to blow up prior to the request going out) are the datatypes....what are they? Anything different or odd about them?

Ernie
by eostic
Fri Jul 12, 2013 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Services Transformer Fatal Error 0026
Replies: 11
Views: 10877

Ok...if you have at least one that is working, it is sometimes helpful to trace the activity of the invocation.... Build your Job as a "Server" Job....(do this first with the temperature conversion service that you know works).....then when you compile and run it, click on the "Tracin...
by eostic
Fri Jul 12, 2013 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Services Transformer Fatal Error 0026
Replies: 11
Views: 10877

Is this in 9.1 ? I heard of an issue in some cases with 9.1 and there may be a patch available. Contact your support provider. If it is not 9.1, have you ever gotten "any" web services to work?

Ernie
by eostic
Fri Jul 12, 2013 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XMLOutput 1 header and n content
Replies: 4
Views: 2305

I have found it necessary at times to include a dummy element in the node with an artificial key (use a counter in an upstream transformer to create this additional column)....then the rows are ultimately unique and you'll get the groupings you need.... ....depending on the downstream application, t...
by eostic
Wed Jul 10, 2013 7:07 am
Forum:
Topic: Business Glossary Description Attribute. No Carriage Return?
Replies: 3
Views: 2803

I remember that being an issue, but not sure when it was corrected. I can definitely put carriage returns in my 9.1 and they remain.

Ernie
by eostic
Tue Jul 09, 2013 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ampersand sign in XML Stage Causing error
Replies: 6
Views: 4465

All of this is a correct discussion about escape characters and xml, but it would be useful to add some more context.... The initial post notes: "I am reading a string from a 9.7 DB2 table. The string contains the ampersand sign........When I pass the VARCHAR string to an XMLInput Stage.......&...
by eostic
Mon Jul 08, 2013 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage - Unable to see the hierarchy coming in the output
Replies: 3
Views: 2184

It depends...if you have multiple "paths" of that hierarchy (such as a company xml document with "employees" and also an unrelated "products") node, then they have to be related together with other steps..... Usually, if you have only one input link coming in, which is ...
by eostic
Wed Jun 26, 2013 3:52 pm
Forum: General
Topic: Create Table in DataStage from Source Definition
Replies: 5
Views: 2339

I am not a Netezza expert, so I can't comment on the viability of the possible stage types, but it looks like the Netezza Enterprise Stage has the option for CREATE, as does, of course, ODBC. The Netezza Connector doesn't appear to, at least at first glance, but there may be ways that I am not aware...
by eostic
Wed Jun 26, 2013 3:16 pm
Forum: General
Topic: Create Table in DataStage from Source Definition
Replies: 5
Views: 2339

I do this all the time because I'm always "in" DataStage and often too lazy to fire up one of my SQL tools....use one of the target stage types that has a "Create" option...it will generate CREATE DDL from the input link column list and then load it...

Ernie
by eostic
Wed Jun 26, 2013 7:28 am
Forum:
Topic: Configuring IMAM Metadata Interchange Servers
Replies: 3
Views: 3807

hard to say....be sure you ping the windows box from the server and vice versa, and be sure that there is no firewall between them. The server has to reach out to (for this purpose) be the "client" to the windows machine. Also make sure that you have a tomcat6 process running on your windo...
by eostic
Tue Jun 25, 2013 7:59 pm
Forum: General
Topic: Datastage repository tables
Replies: 4
Views: 2143

Another thought is that the answer might be far more complicated than just looking at the metadata in the repository...the source and target may be defined only by the values passed into the Job at runtime....in those cases, the best way to obtain the information is to use the Metadata Workbench, sp...