problem in synchronizing

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
Puli
Participant
Posts: 53
Joined: Mon May 26, 2008 2:59 am
Location: Australia

problem in synchronizing

Post by Puli »

hi Experts,

I have a job which stores Real-time Data in sequential file through WSDLInput stage & i have a sequence to process the RT-data from seq.file and have to be loaded in Table in just real-time.

i have a problem in synchronizing these two standalone jobs.As soon as the record comes it has to pick up the record,process & load them.

Wait for file activity has limitation that it can only wait for fixed filenames.it couldnt accept wildcard entry.

is there anyway to resolve through scripting to aviod sync.problems?

which is better option to go for? is it server job enabled Webservices or Parallel jobs enabled webservices?

Thanks in Advance...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I'm curious why you're landing the data, why not load it directly? You will have a problem with that flat file as it will only be flushed once the WISD job completes.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Puli
Participant
Posts: 53
Joined: Mon May 26, 2008 2:59 am
Location: Australia

Post by Puli »

Thanks chulett!!!

this advice worked out!!!
Post Reply