Search found 23 matches

by niremy
Fri Mar 12, 2010 3:24 am
Forum: General
Topic: Calling a DataStage job from a java program
Replies: 7
Views: 12126

I forgot to bring back my solution to the problem:

I finally used an ssh connection and call the dsjob command.
The java library I used was ganymed-ssh2

Thanks for your participation.
by niremy
Thu Jan 14, 2010 9:04 am
Forum: General
Topic: Calling a DataStage job from a java program
Replies: 7
Views: 12126

Thanks eostic. My problem is I'm not sure I will have a client on the computer I will run the java webserver. I've read somewhere on dsxchange that we can turn some DS jobs into webservices. I looked into the official documentation bundled with Datastage but I only found how to use webservice inside...
by niremy
Mon Jan 11, 2010 4:46 am
Forum: General
Topic: Calling a DataStage job from a java program
Replies: 7
Views: 12126

Calling a DataStage job from a java program

Hello,

I'd like to run DataStage job from a scheduler written in java (quartz) and I'd like to know if there is an API somewhere for calling DataStage jobs in a java program.

Thanks for your response.
by niremy
Fri Dec 11, 2009 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML validation on XML input stage result in sigsegv
Replies: 7
Views: 8782

Hello,

The SIGSEGV error has been corrected with the patch JR34558.
For your information the patch is a portage of the patch JR33356 for IS 8.1.

I don't have time to fully test the validation functionality, I hope there's no more problems
by niremy
Thu Nov 05, 2009 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML validation on XML input stage result in sigsegv
Replies: 7
Views: 8782

Back in the business. I'm pleased to see that I didn't took the wrong path using the xml validation as you described the exact job that I designed. Today I tried the various option you describe. I even used Decimal for the Message format, but unfortunately I didn't receive a single warning for type ...
by niremy
Wed Nov 04, 2009 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML validation on XML input stage result in sigsegv
Replies: 7
Views: 8782

Thanks again. I may have an interesting additionnal information. As a colleague pointed out, I had a reject output into which I assumed the validation errors should be sent. I removed this reject output and the xml validation sent a message to the log with the expected validation error alongside a b...
by niremy
Wed Nov 04, 2009 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML validation on XML input stage result in sigsegv
Replies: 7
Views: 8782

Thanks for the quick reply. As you pointed the XML schema was simply pointing to the local file schema.xsd . I've replaced schema.xsd with the full path to the schema : xsi:schemaLocation="http://www.example.org/schema /home/isadmin/schema.xsd "> Unfortunately, the validation still show no...
by niremy
Wed Nov 04, 2009 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML validation on XML input stage result in sigsegv
Replies: 7
Views: 8782

XML validation on XML input stage result in sigsegv

Hello, I'm trying to make a job with an XML Input stage to transform some data from an xml file to a sequential file. I managed to make the job with a valid xml file thanks to Kim Duke and his XML best practice. Now I want to validate the input XML in order to verify if the input xml has the correct...