Search found 44 matches

by Sgiri1
Thu Jan 14, 2010 11:17 pm
Forum: General
Topic: Calling a DataStage job from a java program
Replies: 7
Views: 12143

by Sgiri1
Wed Dec 16, 2009 7:27 am
Forum: IBM QualityStage
Topic: error in address standardization
Replies: 4
Views: 2205

i need to know how to avoid this error
by Sgiri1
Wed Dec 16, 2009 7:26 am
Forum: IBM QualityStage
Topic: error in address standardization
Replies: 4
Views: 2205

ray.wurlod wrote:Please disable operator combination so that you can know which stage is throwing the error. ...
i am pretty sure this is because of CASS stage. this problem doesn't persis if i remove the CASS stage from the job.
by Sgiri1
Mon Dec 14, 2009 10:46 pm
Forum: IBM QualityStage
Topic: error in address standardization
Replies: 4
Views: 2205

error in address standardization

Hi we are using CASS stage and GAV in our parallel job for address standardization. we are processing a dataset with 700,000 records with default apt configuration. our job aborts after 10K records of processing with the warnings below: APT_CombinedOperatorController,0: ???(14070):Sun Dec 13 22:49:1...
by Sgiri1
Mon Dec 14, 2009 12:42 am
Forum: General
Topic: error in address standardization
Replies: 1
Views: 1034

error in address standardization

Hi we are using CASS stage and GAV in our parallel job for address standardization. we are processing a dataset with 700,000 records with default apt configuration. our job aborts after 10K records of processing with the warnings below: APT_CombinedOperatorController,0: ???(14070):Sun Dec 13 22:49:1...
by Sgiri1
Sat Sep 26, 2009 7:02 am
Forum: General
Topic: Parametrization of WebService Infor in WebService Tx Stage
Replies: 0
Views: 480

Parametrization of WebService Infor in WebService Tx Stage

Hi,
i want to parameterize the information passed to call a WebService using the WebService Tx stage. The port address and wsdl address passed to it on clicking the Advanced button need to be parameterized. normal method of parameterization #$PortAddress# doesnt seem to work out.
by Sgiri1
Tue Sep 01, 2009 12:02 am
Forum: General
Topic: Calling a script through a routine
Replies: 6
Views: 2645

So, execution of a perl script once per row inside your job? That's really going to kill performance, are you sure there's no better approach available here? What does the script do? ... My script has a set of regex and the i/p data for certain columns in the table has to be validated against these...
by Sgiri1
Mon Aug 31, 2009 12:31 am
Forum: General
Topic: Calling a script through a routine
Replies: 6
Views: 2645

Calling a script through a routine

Hi,

I need to call a perl script through a routine. any specific commands to do the same. I am not opting an execute command stage to do the same since i have to apply the functionality of the script over few columns in the job.
by Sgiri1
Tue Aug 18, 2009 10:32 pm
Forum: General
Topic: Timestamp conversion
Replies: 8
Views: 2103

The i/p is a string and the o/p is a timestamp
by Sgiri1
Tue Aug 18, 2009 8:18 am
Forum: General
Topic: Timestamp conversion
Replies: 8
Views: 2103

Timestamp conversion

hi please let me know how to do following time stamp conversion.

My i/p is 2009-08-05 23:35:06

and the required o/p is mm/dd/yyyy hh:mi:ss AM
by Sgiri1
Sat Aug 08, 2009 12:45 pm
Forum: General
Topic: extract variable from delimited string of words
Replies: 4
Views: 1413

extract variable from delimited string of words

hi, how to extract the valid value of the delimited string. example: from the string of words below i should fetch he value of 'VARIABLE' which is 12345 this is an;VARIABLE=12345;example for my requirement the strings are repetitive and i may receive NULL values for the VARIABLE. in such a case i mu...
by Sgiri1
Mon May 18, 2009 3:25 am
Forum: General
Topic: KERBEROS error in FTP script
Replies: 6
Views: 3952

KERBEROS error in FTP script

Hi, The FTP script that i'm using to FTP a file from a UNIX server to a remote system of type VMS throws me the following error FTP_CHECK1..JobControl (@Execute_Command_1): Executed: sh TEST/scripts/FTPScript.sh Reply=0 Output from command ====> I never heard of the AUTH command. Try HELP. I never h...
by Sgiri1
Wed May 06, 2009 5:05 am
Forum: General
Topic: Neglect the duplicate from the string
Replies: 6
Views: 1554

thnks it wrkd :D
by Sgiri1
Wed May 06, 2009 4:50 am
Forum: General
Topic: Neglect the duplicate from the string
Replies: 6
Views: 1554

i have tried it through stage variables.
have taken the length of the string and divided it by two to get the original length and assigned the value to a stage variable. but i'm not sure in which function i shud use the stage variable to get the substring.
by Sgiri1
Wed May 06, 2009 4:13 am
Forum: General
Topic: Neglect the duplicate from the string
Replies: 6
Views: 1554

Sainath.Srinivasan wrote:Substring to half its length !!
can u exactly tell me how that could be done?