Search found 3835 matches

by eostic
Thu Jan 28, 2010 5:55 am
Forum: General
Topic: validating XML output using XML schema
Replies: 11
Views: 13748

hmm. Not sure. Is that space in the xsd name just an issue here in the Forum? Assuming it is, I can't see anything obvious. Anyone else have an idea? I'll have to try it but probably won't have time until a day or so....

Ernie
by eostic
Thu Jan 28, 2010 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding XSD path in XML doc
Replies: 5
Views: 2792

Nope. It has to be "in" the document.

Ernie
by eostic
Wed Jan 27, 2010 8:01 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: start and stop the WISD jobs
Replies: 7
Views: 4552

Key questions, as Ray notes, is the type and topology of the Jobs.....if we assume that they are "always on" Jobs with WISD input stage, then you "deploy" them at the Information Server Console (ISD Console).....and then go to the "Deployed Application Workspace" once t...
by eostic
Wed Jan 27, 2010 7:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding XSD path in XML doc
Replies: 5
Views: 2792

good point...here's the idea...I'll leave it to you to explore the exact functions to use..... Let's say you have a document whose initial lines look like this: <?xml version="1.0" ?> <Company> (and so forth) ...and you want to get the SchemaLocation="C:\tmp\mySchema.xsd" inserte...
by eostic
Wed Jan 27, 2010 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding XSD path in XML doc
Replies: 5
Views: 2792

...being able to do this easily will depend a lot on the size of your xml document and the way that you are reading it.... ..the simples method is to pass the content (the entire document) as a single column, through a Transformer (or Basic Transformer if you are in a Parallel Job) and then apply an...
by eostic
Wed Jan 27, 2010 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling jar file from DataStage
Replies: 6
Views: 4015

There may be ways to do that by calling out to the command line in a before/after routine --- the deeply elegant way to do it would be to write a small java class that would accept your xml on an input link and do the validation, and code that class so that it operates with JavaPack. ....but that se...
by eostic
Wed Jan 27, 2010 7:15 am
Forum: General
Topic: validating XML output using XML schema
Replies: 11
Views: 13748

Hmm. Let's ask and try a few things. a) what happens when you don't ask for validation (don't check the box)....do you get a document created? b) if so....create it in DS and then find a validation tool on the web or in XMLSpy or other such product, and validate it.---- is it valid? The error almost...
by eostic
Wed Jan 27, 2010 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML Data
Replies: 21
Views: 11324

View data has very little use or meaning in this context. Just send your filename via "ls" (unix list command) over to your XMLInput Stage and start parsing.....view things after they have been extracted. You can also do some initial tests by sending over a hard coded filename from the Row...
by eostic
Tue Jan 26, 2010 5:19 am
Forum: General
Topic: validating XML output using XML schema
Replies: 11
Views: 13748

I haven't tried schema validation on xmlOutput in a long time, but in reviewing tests that I use very often for xmlInput, my schemaLocation attributes for Windows systems are always absolute file identifiers.....meaning noNameSpaceSchemaLocation="C:\myfile\xyz\mySchema.xsd" ...you might wa...
by eostic
Fri Jan 22, 2010 4:05 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Webservices Client stage help
Replies: 2
Views: 4047

That looks like the fault is being returned to you by Siebel.....so...either Siebel doesn't like the spaces in the value, or the value is being altered somewhere along the way. The Trace option wasn't working in 8.x, so I haven't tried it in a long time, but give it a shot and see......click the Tra...
by eostic
Fri Jan 22, 2010 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web service call from DataStage8.1- PX
Replies: 1
Views: 1129

These are very broad topics....do some searching thru the forum...many have been discussed at length. Look in the Information Services Director category of the forum, and do searches on Web Services Pack or WS Transformer....I have some entries on the subjects at my blog (url below) also.

Ernie
by eostic
Thu Jan 21, 2010 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Datastage !!!
Replies: 5
Views: 5007

Let's first assume that you have this xml in a file by itself, and what we see below was a cut/paste from IE (not from viewing the file in say, notepad). Your Folder main subdirectory property should point to the directory containing the xml doc, and the link level property should have something lik...
by eostic
Thu Jan 21, 2010 9:58 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service Monitoring
Replies: 2
Views: 2909

I like to create a "heartbeat" service that I can call from a custom application every "n" minutes to be sure that the Server and infrastructure (the app server, DS Server, etc.) is still up and running.... and also....I've seen creative things done with dsjob for running jobs......
by eostic
Thu Jan 21, 2010 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Datastage !!!
Replies: 5
Views: 5007

On the output of the Folder Stage, find and load the "Built-In" table definition called "Folder".....it contains two columns..... Record and Filename...... at the XMLInput Stage, check "content" and select "record".....


Ernie
by eostic
Thu Jan 21, 2010 6:36 am
Forum: General
Topic: Parallel job vs Server job
Replies: 6
Views: 1972

...and some clarification. "Two separate products" is not entirely true...they are very inter-twined at this point, in mangaement, authentication, metadata objects, and code. "Two separate run-time architectures with conceptually similar design functionality" might be a more appr...