Page 1 of 1

problem in synchronizing

Posted: Tue Jul 07, 2009 1:12 am
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...

Posted: Tue Jul 07, 2009 6:42 am
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.

Posted: Tue Jul 14, 2009 2:35 am
by Puli
Thanks chulett!!!

this advice worked out!!!