Search found 3835 matches

by eostic
Tue Aug 24, 2010 6:36 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Scheduling import of metadata
Replies: 1
Views: 1038

Hi Ray...I haven't had a chance to play with it, but last year the Imp/Export manager was given a command line interface that takes an xml document as the input arguments (that match what's in the GUI). Wish I could tell you exactly where to find it, but at the moment I don't know and will have to c...
by eostic
Tue Aug 24, 2010 6:34 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Calling a webservice
Replies: 11
Views: 8116

Could be a whole lot of things. Early 8.x received lots of java errors initializing the pack...that could be it here. Search the forum for things like "can't initialize jvm" and other similar errors. Exactly what release of 8.x are you on...those things were corrected in 8.1 with FP1. Try ...
by eostic
Tue Aug 24, 2010 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML node aggregation
Replies: 6
Views: 2707

On the input link of your XML output stage, play with the "key"....it's not a "key" per se, but indicates the deepest level of repeating nodes that represents the "base" row....... the column that has that setting usually has a big impact on the aggregation break point....
by eostic
Fri Aug 20, 2010 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS job : SQL server(XML code) to Seq. File
Replies: 3
Views: 1235

Do some basic testing first, just to see if you are able to read and extract this particular xml column....once you have that, the rest is straightforward....feeding that column as "content" to the xmlInput Stage. You will find many posts on this subject, and the other tips posted just abo...
by eostic
Fri Aug 20, 2010 5:37 am
Forum: General
Topic: HCSC wins TDWI award
Replies: 5
Views: 2648

Very cool description, Kim. Thanks. Nice work to all!
by eostic
Wed Aug 18, 2010 11:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Grouping
Replies: 6
Views: 2276

An xsd isn't the issue here, assuming that the xml is already being created successfully. Tell us more about the rows coming in....how are they sorted, what do the values look like? How are they grouped, and also share the "xpath" on the input link of your xmlOutput Stage [the values in th...
by eostic
Mon Aug 16, 2010 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input stage behaving differently across installations
Replies: 5
Views: 1556

At the moment I can't think then, of why one environment would work and not the other.....I will assume that you have carefully checked both jobs, and that neither of them have "validate" checked, and that they are both truly reading the exact same documents. As noted earlier, namespaces c...
by eostic
Mon Aug 16, 2010 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input stage behaving differently across installations
Replies: 5
Views: 1556

Can we assume that these two environments are also the exact same operating system?

Ernie
by eostic
Mon Aug 16, 2010 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input stage behaving differently across installations
Replies: 5
Views: 1556

Hard to say. Patch levels maybe? Namespaces had a variety of issues in early 8.x.

Ernie
by eostic
Sat Aug 14, 2010 8:38 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: deploying the webservice
Replies: 14
Views: 7857

Let's make sure we fully understand the Job and the terminology/functions that you are using in ISD..... You say that you have two ODBC stages. My understanding is that they are both used as lookups.....and both are used as "sparse" lookups only. And there are no others..... In ISD, you &q...
by eostic
Fri Aug 13, 2010 6:49 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: deploying the webservice
Replies: 14
Views: 7857

We would need more details, but it sounds like (maybe) you have a parallel job that is using lookups...... by default, lookups in EE load all their data into memory when the job is initialized...... there is a lot going on here....it sounds like you might have a job with WISDinput stage (which means...
by eostic
Fri Aug 13, 2010 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cobol ,PL/sql
Replies: 3
Views: 1113

some additional thoughts... Simpler maintenance over time...ESPECIALLY if the team changes or people move on or get promoted...... someone can look at a DS Job and can quickly get an idea of what is going on, even if they don't know the exact details.....not always so easy with a 3gl..... Also consi...
by eostic
Fri Aug 13, 2010 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMl Input Stage in Parrallel job
Replies: 6
Views: 2024

kumar's note is the important one....it sounds like the file is being mis-read at the source prior to getting into the Stage....send the path and name of the file into the xmlInput Stage, not the content...

Ernie
by eostic
Mon Aug 09, 2010 6:14 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web service Transformation stage error!!!
Replies: 6
Views: 5354

If it helps, here are some notes I've been keeping on this issue....(it was the same for JavaPack and WSPack). I've also found that in some cases I've needed to set these at the OS level via Control Panel/System/Environment Variables, and in other cases I only needed them in the individual Job envir...