Search found 3835 matches

by eostic
Mon Jun 07, 2010 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading XMLs into Db2 UDB -
Replies: 3
Views: 1222

It's possible that the DB2 Connector (new with release 8) is required to understand the pureXML datatypes.........but perhaps pureXML has ways of loading xml from disk, which DS could produce....

Ernie
by eostic
Mon Jun 07, 2010 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading XMLs into Db2 UDB -
Replies: 3
Views: 1222

Have you seen this article? I haven't seen any sites using it, but perhaps this will help...

http://www.ibm.com/developerworks/data/ ... 1&S_CMP=FP
by eostic
Mon Jun 07, 2010 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF stage:Issue of Junk values
Replies: 2
Views: 1258

Is that the only character field? Perhaps it is not EBCDIC and is already in ASCII...that would make it look strange.

What are its hex values?

Ernie
by eostic
Mon Jun 07, 2010 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices Error
Replies: 13
Views: 12506

Thanks. Strange that it worked via SOAPui.... it probably didn't or else it was using local windows authentication....is your DS Server on Unix or Linux?

Ernie
by eostic
Mon Jun 07, 2010 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage Error due to special character
Replies: 8
Views: 13965

Did some testing..perhaps this will help you in your research.... Environment is Windows XP, with DataStage 8.1 and FP1. The xml document has a character copyright in it (as in your first posting) and also the decimal version of the copyright. IE 7, in my environment, blows up on the copyright symbo...
by eostic
Fri Jun 04, 2010 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improve performance with multiple transformers
Replies: 24
Views: 6451

Anything else you can tell us about the job and the source file? How many rows ends up taking the 15 minutes? Also, what happens if you just have "Source File ---- Transformer --- (some target), and then a Constraint in the Transformer that is impossible (such as 1=0)....or you could also just ...
by eostic
Fri Jun 04, 2010 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage Error due to special character
Replies: 8
Views: 13965

These things can get a bit strange, because they are often dependent upon encoding schemes. What is at the top of your document? Does it have a specific declaration of UTF-8 ? It may need to have it specifically included, or even an alternate encoding scheme. A quick search on the web should uncover...
by eostic
Fri Jun 04, 2010 5:18 am
Forum: General
Topic: Processing XML using external source
Replies: 2
Views: 1319

Look carefully at the Description property of your output link......you should have something like /Name/FirstName . Anything else would be a typical reason for getting zero rows. Also...just in case, send your External Source stage link to a sequential file and be sure you are getting the filename ...
by eostic
Thu Jun 03, 2010 6:53 pm
Forum: IBM QualityStage
Topic: What's in your wallet?
Replies: 7
Views: 2653

Have you considered a script that runs dsjob? Primitive, but it would work...a user could run it at the command line and it could spin thru various projects and dump the status of running jobs....... (you could also use the the dsjob api in C++ but that would be a lot more work).....

Ernie
by eostic
Thu Jun 03, 2010 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Web Services Transformer stg-Out of memeory error
Replies: 1
Views: 3680

Does the WSTransformer work in general? (with other services with smaller payloads, etc.)? If so, then you probably simply have a payload that is just too large. Ultimately, the WSTransformer has to receive and parse out the returned SOAP envelope (XML)....if the payload is so large that it is over ...
by eostic
Thu Jun 03, 2010 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting error while running RunImportStart.sh script
Replies: 6
Views: 5623

I'm not sure what parts of Info Server are impacted by OMD import, but it's possible that increasing the heap space for WAS would help...... ....But I would also want to talk about the OMD that you are importing? What is the goal for OMD in your scenarion withing the Metadata Workbench? Collecting O...
by eostic
Wed Jun 02, 2010 5:38 pm
Forum:
Topic: Where do Metadata Workbench Data Files come from?
Replies: 3
Views: 3041

Hi Vincent.... Share Tables are created via several means, but Shared Files are today only created by using the "Create Shared Table from Table Def" or whatever the exact option is called from within DataStage. I generally do it via right mouse while on a standard DataStage Tabledef..........
by eostic
Wed Jun 02, 2010 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read data from MQRFH2 messages using MQ connector ?
Replies: 1
Views: 1975

I played a bit with this when the Connector first came out, but only in a lab scenario. I'd have to check my notes, but I recall that there was good detail on this in the manual, and at the very least, you needed the WSMQ.FORMATHEADERS (or something like that) Data Element in the output link as a co...
by eostic
Wed Jun 02, 2010 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastge- MQ connection
Replies: 2
Views: 1063

There's an entire pdf dedicated to it in the doc set. Start there too.
by eostic
Wed Jun 02, 2010 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OutPut stage
Replies: 2
Views: 1881

Here are some things to check and to look into...

Does it work in other Jobs? Have you had it working before in this Job? Does it work in a Server Job?

Ernie