Search found 3835 matches

by eostic
Tue Jul 26, 2011 6:38 am
Forum: General
Topic: Query related to Metadata import
Replies: 3
Views: 1229

Import....Table Definitions.....Start Connector Import Wizard..... (instead of using other plugin or other types of imports).
by eostic
Tue Jul 26, 2011 6:36 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Services Transformer stage not able to handle huge data
Replies: 4
Views: 3055

then it might be something else....try other services...try other data...I've done 10 and 20meg payloads in the past without a problem.
by eostic
Fri Jul 22, 2011 11:58 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Services Transformer stage not able to handle huge data
Replies: 4
Views: 3055

Large quantities of data over SOAP is not such a good idea regardless of the client tooling.... ....but you might want to find out if the provider of the service offers a chunking option...some do....I recall writing a job to call SF.com (before we had a pack for it) and they had this cool option (o...
by eostic
Tue Jul 19, 2011 6:29 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Manually Configuring Web Service Pack
Replies: 10
Views: 10992

As suggested above, the proxy may indeed be the issue. Assuming you can prove that, you may need to write your own handler to deal with it, if the other server expects the client to get the response and then re-route itself from a value in the SOAP fault...

Ernie
by eostic
Thu Jul 14, 2011 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing reject record with new xml stage
Replies: 1
Views: 1174

Hard to say whether you can control this, because this one is truly not-well-formed xml as opposed to "invalid" based on schema. The root element you selected is probably going to dictate the context of parsing and the scope of the rejection. Try "chunking" just that node (right ...
by eostic
Thu Jul 14, 2011 5:56 am
Forum:
Topic: How to Import/Export stuff in Metadata workbench?
Replies: 1
Views: 2718

istool is the most appropriate method. It lets you export IA, FT and Database table information for migration or for backup purposes. The only thing it doesn't provide extract for is Extension Mappings and Extended Data Sources, so keep the csv files you use to create those. It has a very complete a...
by eostic
Wed Jul 13, 2011 3:18 pm
Forum: General
Topic: XML Stage in 8.5 FP1
Replies: 7
Views: 1839

....one more thing....if the files are really that big (1G) then you will absolutely need the new xmlStage with the steps above. However....if you have any xml documents for this application or another that are much smaller [<about 200M] (or for readers of this thread that are not at 8.5), the exist...
by eostic
Wed Jul 13, 2011 11:01 am
Forum: General
Topic: XML Stage in 8.5 FP1
Replies: 7
Views: 1839

Ok...there's LOTS to learn, but here are the "basics": a) You can use the new XML Stage to read xml documents from disk. b) You need to import your xsd into the "library" using the Library manager or the Library tab within the Assembly editor c) At a minimum, you will need and xm...
by eostic
Fri Jul 08, 2011 9:49 am
Forum: General
Topic: XML Stage in 8.5 FP1
Replies: 7
Views: 1839

....not until you answer the questions above..... ; ) there are many approaches....all of which support reject possibilities.

Ernie
by eostic
Thu Jul 07, 2011 2:11 pm
Forum: General
Topic: XML Stage in 8.5 FP1
Replies: 7
Views: 1839

Ok..there are multiple approaches, 100's of entries in this forum, and some very good documentation....(places you should also start reading and looking into)...and also, various choices you can make in 8.5.1.... Some additional starting questions for you that will help.... How complex are the xml d...
by eostic
Thu Jul 07, 2011 11:06 am
Forum:
Topic: WorkBench Automated Services
Replies: 2
Views: 1251

Automated Services could certainly take many hours...the first time. After that, it detects changes. When initially learning the workbench and how lineage operates, I suggest using a small project with fewer than 100 Jobs...so that you can more easily perform Automated Services over and over and ove...
by eostic
Thu Jul 07, 2011 6:31 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WCF Service support in Datastage
Replies: 3
Views: 4020

...getting there...but not yet. The new xml stage in 8.5 is being enhanced further to do web services also, and be a replacement for the ws transformer and ws client....but it's still in the oven....
by eostic
Wed Jul 06, 2011 4:27 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Manually Configuring Web Service Pack
Replies: 10
Views: 10992

hmm. It sounds like something else I saw recently, a 301 re-direct based on a load balancer. I can't be sure, but I suspect that this can't be handled in the current WS Stages, because there's no way to "capture" the error and then perform another behavior. The error/fault is received by t...
by eostic
Wed Jul 06, 2011 4:19 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WCF Service support in Datastage
Replies: 3
Views: 4020

Arrays can be difficult...you have to build them yourself.....and it requires that you are first very comfortable with the xmlOutput and the xmlInput Stages.... Use a SOAP testing tool (such as SOAP UI or Actional Diagnostics) and capture the exact xml of the SOAP envelope request and response struc...
by eostic
Wed Jul 06, 2011 4:14 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Webservice result on a single line
Replies: 0
Views: 2413

...not sure what the problem is...the two are equivalent. Spaces and carriage returns are "noise" in xml. Is the "response" from the web service? or what you are trying to send to it? Who or what is complaining about the single row? That's preferred in all cases...it is less spac...