Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Concurrent execution of workflows 1

Status
Not open for further replies.

sweetleaf

Programmer
Jan 16, 2001
439
0
0
CA
Hello,

Does anyone know whether it is possible to run the same job flow concurrently? The scenario is that staggered data gets entered into the source tables in question, but clients still need the target outputs with whatever data is available regardless. I am not sure if there is a way to do this within Powercenter.

Thanks for any help.
 
Not sure what you want here. Why would you want to run a job concurrently? (or do you mean continuously)
I expect that job 1 will have an exclusive write lock on the target untill the job completes.
Can you explain in more detail?

Ties Blom

 
I'm not sure if I understand the question.

You mean have to instances of the same workflow running concurrently? In different phases?

If this is what you mean, you need to duplicate the workflow (same workflow can't be executing twice) but then have to pay some attetion to some other questions like locks or data changes, etc..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top