How do you start a workflow from one server to another server

I want to start a workflow from one server to another server.
It means,upto now In UNIX Server i have all the scripts and in the same server only we are storing the Infomatica Repositories, hence to start that workflow iam using "pmcmd" command.
Now i am getting a situation where this Repositories will reside in another server. Now Basis on that i want Built a script.
Can any one Help me. Get back me in case of any explanations in my Question.

Regards
Padmanabham

Showing Answers 1 - 3 of 3 Answers

sriluck

  • Sep 24th, 2007
 

I came acrross a similar situation in my project.

The scenario was:

my script consisted of calling the informatica sessions and calling ora_sql functions to run sql scripts.

Informatica was  reciding in the same server but because of password issues, SQL scripts had to be referred from a different server.

Our solution: we split our script in to 2 parts. one calling the powermartsession and other calling the sql's. The dependencies were set up in autosys.

This is definitely not a clean solution but just a work around.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions