Search found 210 matches

by suryadev
Fri Jul 16, 2010 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need a message to output
Replies: 5
Views: 2532

Actually I have two conditions specified in the query used in ODBC. If the situation arises in any of these conditions no records can be pulled out of the database. So when these situations arise I mean if condition1 happens msg should be condition1 so no records if condition2 is the situation then ...
by suryadev
Fri Jul 16, 2010 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need a message to output
Replies: 5
Views: 2532

when I use a transformer after look-up I get 18 fields as output from look up.....do i need to create an other column in transformer target for the message or any condition over there?
by suryadev
Thu Jul 15, 2010 11:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need a message to output
Replies: 5
Views: 2532

need a message to output

My job has a lookup between input and DataBase. If I get records from the database lookup is done between input and Database,records are sent to the output . If no records come out from the database A message should be sent to the target saying"no records found". Is there any stage which c...
by suryadev
Thu Jul 15, 2010 11:57 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: regarding response to the service
Replies: 9
Views: 7995

The response to the service in the form of data is passing by in the job.

so if the client requires an output or the response in XML how can I do that?

by using XML output stage before WISD output stage........do I get the output in XML format.
by suryadev
Thu Jul 15, 2010 8:51 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: regarding response to the service
Replies: 9
Views: 7995

which format does the dataflow in a job which is invoked as a service

if the binding is SOAP over HTTP.
by suryadev
Wed Jul 14, 2010 3:50 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: regarding response to the service
Replies: 9
Views: 7995

this are the response parameters <element name="school_nm" nillable="true" type="xsd:string"/> <element name="school_cd" nillable="true" type="xsd:string"/> <element name="city" nillable="true" type="xsd:string"...
by suryadev
Tue Jul 13, 2010 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: missing output
Replies: 6
Views: 2131

thanks for the response
what can be the null field value is that " " or....what could it be?
by suryadev
Tue Jul 13, 2010 3:11 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: regarding response to the service
Replies: 9
Views: 7995

how can I check the format of the response,
the binding is SOAP over HTTP.
by suryadev
Tue Jul 13, 2010 2:28 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: regarding response to the service
Replies: 9
Views: 7995

regarding response to the service

I used a WISD input and WISD output to invoke the job as a service,

Used a tool to test the service but the thing is if there are 5 fields but I get the response as 3 fields because other 2 fields have null values.

Is there any way where I could see null in the response for those two fields.
by suryadev
Tue Jul 13, 2010 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: missing output
Replies: 6
Views: 2131

Sequential_File_65: When checking operator: When validating export schema: At field "person_info": Exporting nullable field without null handling properties this is the waring.....probably..this could help you..to solve my issue... do I need to use NO for Nullable....but I have null values...
by suryadev
Tue Jul 13, 2010 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: missing output
Replies: 6
Views: 2131

no , my new field is not a look up key.
by suryadev
Tue Jul 13, 2010 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: missing output
Replies: 6
Views: 2131

missing output

Hello, Input is a sequential file and the ouput is also a sequential file. I have a lookup between the input file and odbc . no errors or warings. first I used a sql query in ODBC for 5 fields and I could see the output in the file, but when I add another field in the query I cannot see output in th...
by suryadev
Mon Jul 12, 2010 4:14 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: deploy a service
Replies: 6
Views: 5700

thanks,
I am using 8.0.1 so I guess there is no manager,so I have to export the service to the test environment just browse for the test server and export it and where can I get the wsdl after deploying it in the test server.
please let me know....
by suryadev
Mon Jul 12, 2010 11:43 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: deploy a service
Replies: 6
Views: 5700

Thanks,
OK so I have to migrate the job to the test environment and then deploy the service there. How can I migrate the job to test environment?
by suryadev
Mon Jul 12, 2010 8:15 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: deploy a service
Replies: 6
Views: 5700

deploy a service

Hello, I deployed the webservice in the information server and I can test the service with SOAP UI tool. If the client wants to test the service do I need to deploy it in the test environment or is it OK if it is deployed in the information server.If I need to deploy the service in the test environm...