Search found 210 matches

by suryadev
Fri Sep 24, 2010 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading data from a PSV file
Replies: 2
Views: 1891

Reading data from a PSV file

the job has its finished but no records are loaded into the file. the delimiter is pipe as there is no symbol of pipe I used "|" in the field defaults --delimiter. when i view the log I see the below warnings Sequential_File_38,0: Field "EntityID" has import error and no default ...
by suryadev
Tue Sep 21, 2010 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel warning - Dropping "APT_0_comm_type"
Replies: 7
Views: 4013

Funnel warning - Dropping "APT_0_comm_type"

Funnel_786: When checking operator: Dropping "APT_0_comm_type" in transfer from "inRec" to "outRec"


In the job log I can view a lot of these warnings from a funnel stage.

can anyone help me with that warning?
by suryadev
Mon Sep 20, 2010 3:28 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Why does the job abort?
Replies: 3
Views: 4538

'main_program: ORCHESTRATE step execution terminating due to SIGINT' and the job aborts

this is the error message which comes when the job aborts
by suryadev
Mon Sep 20, 2010 1:38 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Why does the job abort?
Replies: 3
Views: 4538

Why does the job abort?

The service has a job used as an information provider and that is an always running job. The issue is the job aborts once in a while,which makes the service down and when I redeploy the service it works fine but the same issue arises again in a week or two. In the director I can view the long and it...
by suryadev
Mon Aug 30, 2010 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding If then Else in transformer
Replies: 3
Views: 1830

Thanks a lot, IT worked.
by suryadev
Mon Aug 30, 2010 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding If then Else in transformer
Replies: 3
Views: 1830

Regarding If then Else in transformer

I used the If Then Else condition in the transformer. what happens is this condition is fine with the values which has integers but this is not working with the values as characters. please let me know are there any changes to be done ex--If entityid="123" then "Y" else "N&q...
by suryadev
Thu Aug 05, 2010 9:05 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: array problem in webservice
Replies: 1
Views: 3041

array problem in webservice

I used a funnel to get single output from 4 different outputs using transformer stages before the each inputs of funnel. I mean to say that all the 4 inputs now have same columns with SetNull() in some of the columns. so the problem is I used this service as an array and the response I receive now i...
by suryadev
Thu Aug 05, 2010 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup error
Replies: 8
Views: 3090

thanks,
Do you mean the dataset files are in this folder

director--->tools----->dataset management----->files
by suryadev
Thu Aug 05, 2010 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup error
Replies: 8
Views: 3090

I cannot use a join stage as the job is invoked as a webservice so only lookup supports this situation.

how can I increase the scratch disk space or remove the old files?

I have no clue about this situation

can you elaborate your answer?
by suryadev
Thu Aug 05, 2010 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup error
Replies: 8
Views: 3090

how can I do that ?

please let me know!!!
by suryadev
Thu Aug 05, 2010 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup error
Replies: 8
Views: 3090

lookup error

this is the error in job,used look up for two copy stages.

can anyone help me with this error?

Lookup_55,0: Error writing table file "/opt/IBM/InformationServer/Server/Datasets/lookuptable.20100805.3pn2g5c": No space left on device
by suryadev
Thu Jul 29, 2010 1:25 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: operations in services
Replies: 10
Views: 7820

That works ernie,thanks for your input.
by suryadev
Thu Jul 29, 2010 8:26 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: operations in services
Replies: 10
Views: 7820

thanks ernie,



Do I need to check both "array and Group arguments into structure"

only in the outputs If I need multiple output

and in the inputs is there is multiple input.
by suryadev
Wed Jul 28, 2010 10:20 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: operations in services
Replies: 10
Views: 7820

I used three operations but I have a problem with the multiple info. The request is unique_id and I do look up with person_id. then a lookup between person_id and name_info. there are multiple name_info for same person_id. When the target is a sequential file I can get the multiple name_info for sam...
by suryadev
Wed Jul 28, 2010 7:58 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: operations in services
Replies: 10
Views: 7820

Yes that was ESB layer but there is a slight change in my issue. I designed 3 dummy operations for the WSDL. and the invoked them to the service. Now the used Soap tool to test the connections and I found there 3 seperate operations. does the same thing appear to ESB ( the mediation module between c...