Search found 3835 matches

by eostic
Tue Jun 01, 2010 7:25 pm
Forum: General
Topic: How to load large XML files with External Source Stage
Replies: 6
Views: 4427

Do some careful debugging of the "list command" that you are using in the External Source Stage. I am surprised to see it appending the DS Project directory....... run the External Source to a flat file instead of XML...what do you get? You should have a complete list of your xml docs..not...
by eostic
Tue Jun 01, 2010 7:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set WSDL url as a parameter
Replies: 6
Views: 2420

I looked up an old Job that uses the WSTransformer and parameterizes things.......You are correct...it's Port Address that is the only one that is parameterizable.. (which makes sense...most of the others are primarily static metadata)....but mine works great. I replaced the hostname on mine with a ...
by eostic
Tue Jun 01, 2010 2:58 pm
Forum: General
Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
Replies: 18
Views: 17957

Read thru the thread and do some searches.....you are sending file "names" from External Source into xml.....there is no context here for "view data". Also check out this link: http://dsrealtime.wordpress.com/2007/12 ... -a-source/
by eostic
Tue Jun 01, 2010 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Multiple Arrays
Replies: 5
Views: 2027

...and how do they arrive to you? both customers and all 4 addresses in a single relational row? on 4 separate rows, one for each address? something in between?

Ernie
by eostic
Tue Jun 01, 2010 2:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Multiple Arrays
Replies: 5
Views: 2027

Is it always only "one" additional customer per customer and only 2 addresses in each "array" ?

Ernie
by eostic
Tue Jun 01, 2010 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set WSDL url as a parameter
Replies: 6
Views: 2420

...it's been awhile, but I recall in testing that I was not able to parameterize anything else on the advanced tab...
by eostic
Tue Jun 01, 2010 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set WSDL url as a parameter
Replies: 6
Views: 2420

I've parameterized the endpoint, yes.

Ernie
by eostic
Tue Jun 01, 2010 2:19 pm
Forum: General
Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
Replies: 18
Views: 17957

It's all in the thread. Start a new thread and outline what issues you are having.
by eostic
Tue Jun 01, 2010 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: root element in XML document
Replies: 6
Views: 2016

The root is usually going to be the first string in your Description property on the input link of your XMLOutput Stage...... EVERY column will have the same value for that first string.....so, I would exect, in your job, to see every Description starting with /arrayofmaterialdescriptions/... Someti...
by eostic
Mon May 31, 2010 8:55 am
Forum:
Topic: meta architect
Replies: 7
Views: 3130

Do you already have 8.1.1 or 8.1.2 ? ....if so, it is in the regular workbench docs.

Ernie
by eostic
Fri May 28, 2010 3:10 pm
Forum: Site/Forum
Topic: Anyone else have downloaed php file issues when posting?
Replies: 5
Views: 3924

Anyone else have downloaed php file issues when posting?

These are getting tiring. Anyone know why I get dozens of php files downloaded anytime I post something to the forum. I used to see it "once in awhile"...but now it's all the time.......and often it hangs things up.

Thanks.

Ernie
by eostic
Fri May 28, 2010 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File size limit
Replies: 10
Views: 5080

There are too many variables. Size of tags, size of data...no real way to easily predict it. I've done as much as 500M in closed tests --- this is why the conservative recommendation that you received is 100M. On targeting though, you can cheat. As you have mentioned in prior threads, just create si...
by eostic
Fri May 28, 2010 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File size limit
Replies: 10
Views: 5080

There are too many variables. Size of tags, size of data...no real way to easily predict it. I've done as much as 500M in closed tests --- this is why the conservative recommendation that you received is 100M. On targeting though, you can cheat. As you have mentioned in prior threads, just create si...
by eostic
Fri May 28, 2010 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices Error
Replies: 13
Views: 12506

...interestingly enough, I might add that the error above points to a numeric exception of some kind. Like maybe a datatype problem. Have you populated all of your columns? Are any of them sending nulls or bad values? Also...what are you using as a simple test service? It's always good to have one t...
by eostic
Fri May 28, 2010 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices Error
Replies: 13
Views: 12506

Same...pursue the payload research. Something is different between the call from SOAPui and the one from DS.

Ernie