Search found 210 matches

by suryadev
Tue Mar 01, 2011 7:43 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Calling a service with multiple requests
Replies: 15
Views: 13497

I have files but one of the tasks is to change the addresses in the files to corrected addresses.

and the other task is the users call the service and they give one address as a request so that they get the corrected address as response.


Thanks
by suryadev
Tue Mar 01, 2011 3:39 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Calling a service with multiple requests
Replies: 15
Views: 13497

Thanks for the information. So do a regular job and publish the job as a service using ISD. For this job the request is only one address and the response will also be one address. Actually I need two conditions to be satisfied, one as a service with one input and one output and for other condition t...
by suryadev
Tue Mar 01, 2011 11:21 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Calling a service with multiple requests
Replies: 15
Views: 13497

Actually I designed a web service published via ISD in Information server. This web service is for correcting the address,so used CASS in the service. As of now the request for the service is address and the response is the corrected address. My goal is to send a file as request to this web service....
by suryadev
Mon Feb 28, 2011 9:52 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Calling a service with multiple requests
Replies: 15
Views: 13497

Yes, I published my job as a service using information services director. So basically sequential file source-------->web service transformer---------->sequential file target Is this the right way to do it? Also Is XPATH the fields description so something like the length and data type. Thanks
by suryadev
Fri Feb 25, 2011 11:17 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Calling a service with multiple requests
Replies: 15
Views: 13497

The file contains 5 fields which are addr1,addr2,city,state,zip and this is the request for a service.


Thanks
by suryadev
Thu Feb 24, 2011 1:44 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Calling a service with multiple requests
Replies: 15
Views: 13497

Calling a service with multiple requests

I developed a web service with information services director. When the service is called a request is sent and I get the response and that is through soapUI tool. Is there any way to design a job which calls a service where the request is taken through a file and the response is stored in a file. pl...
by suryadev
Mon Feb 21, 2011 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Issue
Replies: 1
Views: 1466

FTP Issue

I had to compile and run some old jobs which has FTP stages. They were working well earlier but now the jobs throw an error which is usual FGU_marketing_psv: uri : ftp://HT1:21/Marketing_rpt.psv is not valid remote file. The change which was done to the jobs was nothing but we upgraded the Informati...
by suryadev
Wed Feb 16, 2011 8:54 am
Forum: IBM QualityStage
Topic: Which columns for standardizing names using USNAME rule set?
Replies: 13
Views: 9085

Thanks for the Information.

Can custom rulesets be reused?
by suryadev
Mon Feb 07, 2011 4:33 pm
Forum: IBM QualityStage
Topic: Which columns for standardizing names using USNAME rule set?
Replies: 13
Views: 9085

I read the tutorial which helped me to some extent. Actually the output for the 1st job which I am designing now has to be used as a source to 2nd job in which match frequency is used to generate frequency for the source. after this by using match specifications I need to match the fields with passe...
by suryadev
Mon Feb 07, 2011 10:02 am
Forum: IBM QualityStage
Topic: Which columns for standardizing names using USNAME rule set?
Replies: 13
Views: 9085

Yes I need to do matching involving the name,So the match fields are useful. After standardizing I need to create passes in the match specification based on the name. For this purpose all the fields have to be moved till the end of matching. Is this right? I checked the DCT file of the USNAME rule s...
by suryadev
Sun Feb 06, 2011 1:43 pm
Forum: IBM QualityStage
Topic: Which columns for standardizing names using USNAME rule set?
Replies: 13
Views: 9085

so,while mapping in the output of stage properties do I need to map all the fields (match primary fields,unhandled fields and all other fields)

After that which fields do I need to send as output to the target,Only the firstname,middlename,lastname or rest all the fields also?
by suryadev
Sun Feb 06, 2011 11:42 am
Forum: IBM QualityStage
Topic: Which columns for standardizing names using USNAME rule set?
Replies: 13
Views: 9085

In the first job which was designed earlier the name was not standardized and after standardize stage in the transformer stage first name was split into first_name and INItialFirst_name,middlename was split into middle_name and InitMiddle_name and the last name was the same. Now after standardizing ...
by suryadev
Fri Feb 04, 2011 11:53 am
Forum: IBM QualityStage
Topic: Which columns for standardizing names using USNAME rule set?
Replies: 13
Views: 9085

The job for which I am standardizing the name contains standardize stage which has address and area standardized. Now In the same stage I have to standardize the name using all the available fields (firstname,middlename,lastname and suffix) In the previous job the output from the standardize stage h...
by suryadev
Tue Feb 01, 2011 10:05 am
Forum: IBM QualityStage
Topic: Which columns for standardizing names using USNAME rule set?
Replies: 13
Views: 9085

Which columns for standardizing names using USNAME rule set?

In quality stage there was a job designed earlier in which the address is standardized using USADDR and USAREA. Now in the same job I need to standardize the name also,For that I will use USNAME rule set. So when using USNAME rule set which columns do I need to use for the standardization.firstname ...
by suryadev
Thu Dec 02, 2010 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP enterprise stage error
Replies: 11
Views: 7839

1) admin has entered the IP and server name in host and that works.

2) removed the spaces from the name of the file ,can read the data now from the remote file.