Search found 3835 matches

by eostic
Thu Mar 03, 2011 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: For invalid xml the job is getting aborted by showing SIGILL
Replies: 15
Views: 7260

I have absolutely no idea. Would have to turn to someone who knows what that APT variable does. Do things like try a Server Job and see what happens. Uncheck validation (you don't need xsd validation for this) and see what happens. What are you sending to the stage? --- a URL pointing to XML, or the...
by eostic
Thu Mar 03, 2011 1:49 pm
Forum: General
Topic: Code/Impact analysis tools: IN-COM's Smart TS XL
Replies: 10
Views: 3737

Never heard of it......let us know what you find out. Thanks for the link...

Ernie
by eostic
Thu Mar 03, 2011 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: For invalid xml the job is getting aborted by showing SIGILL
Replies: 15
Views: 7260

Interesting discovery...what happens when you set the value the same in both servers?

Ernie
by eostic
Wed Mar 02, 2011 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: For invalid xml the job is getting aborted by showing SIGILL
Replies: 15
Views: 7260

well, well....surprise, surprise.......I dug up an old job that tests this..... and in 8.5, in a Server Job, "not well formed" xml went down the reject link just fine! :) I did not check validation, and had "REJECT" for all three of the options on the xmlInput Stage. The content ...
by eostic
Wed Mar 02, 2011 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: For invalid xml the job is getting aborted by showing SIGILL
Replies: 15
Views: 7260

Your issue is "not well formed" as opposed to "invalid". Not sure if the Stage can do that one without aborting the job, since it is a more serious failure. Been a long time since I've tried one, but I'll see if I can dig up some old validation tests.......you may have to use a s...
by eostic
Wed Mar 02, 2011 9:24 pm
Forum: General
Topic: Export FastTrack Components
Replies: 4
Views: 2746

Hi Ray...

Was in FastTrack today for other reasons, and was able to do a successful export at the project level <projectName>.ftp. Worked fine, creating a valid .isx.

Will try a mapping spec next.

This is in an 8.5 running on xp.

Ernie
by eostic
Wed Mar 02, 2011 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parse Issue
Replies: 6
Views: 3686

The XML Stages are fairly consistent from release 6.5, when they were available as an add-on, up until 8.1, with FP1. The behavior, usage, features remain mostly constant, although in 8.0 there were numerous anomalies --- you need at least 8.1 with FP1 to have things fully operational in the 8.x env...
by eostic
Wed Mar 02, 2011 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fast Track Query
Replies: 4
Views: 1577

As far as I know, there is no way to restrict a user to "read only" access.

Ernie
by eostic
Wed Mar 02, 2011 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: For invalid xml the job is getting aborted by showing SIGILL
Replies: 15
Views: 7260

In addition to Sreeni's thoughts, what is making your document invalid? Is it not even well formed, or is it just subtly invalid? If it is subtly invalid, uncheck the validation option --- the job should run perfectly. You should probably do both --- check for absolute failures in a sequence or othe...
by eostic
Wed Mar 02, 2011 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know the XPath derivation in DS to read an xml
Replies: 4
Views: 1487

Could be a variety of things going on. Just for structure's sake, I would suggest entirely removing the namespaces (just zap then in an editor in a small test document), then having a single column for CharacteristicValue and end the xpath with it (fill in the higher elements) .../.../Characteristic...
by eostic
Wed Mar 02, 2011 12:07 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Calling a service with multiple requests
Replies: 15
Views: 9990

Then the right approach is Shared Containers. This is a re-usable bit of DataStage logic where you would basically put just your CASS details.....and then use that Shared Container in another Job that has ISDinput and ISDoutput --- and deploy that Job for your users.... ...and include the Shared Con...
by eostic
Wed Mar 02, 2011 12:02 am
Forum: General
Topic: Export complete DDL from FastTrack
Replies: 6
Views: 2295

Generate a simple DS Job, then go into the target and use the ddl creation option inside of DS to get the SQL. That's a lot of GUI effort, but it should work. Probably easier to just export the mapping and its components and generate your own CREATE from the columns. You could programmatically dump ...
by eostic
Tue Mar 01, 2011 5:35 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Calling a service with multiple requests
Replies: 15
Views: 9990

One of the key points in the discussion above is "why web services"? If you are processing files, and you have control...just use files. Please outline the reason for adding web services to this architecture. Then it may be easier to understand your goals and provide the best guidance. Ernie
by eostic
Tue Mar 01, 2011 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fast Track Query
Replies: 4
Views: 1577

FastTrack in 8.5 has audit history that from what I can tell, is very complete on telling me who changed what and what the change was..... I haven't experimented with every single possible change use case, but it looks like it might fit your requirements.

Ernie
by eostic
Tue Mar 01, 2011 1:32 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Calling a service with multiple requests
Replies: 15
Views: 9990

Let me be more clear in the first sentence.... Save the ISD "Always on" paradigm [ISDInput Stage starting the Job] for your address validation Jobs.....and instead, as outlined in the rest of the post, use a regular "batch" DataStage Job that is published as a Service.

Ernie