Work Flow manger error 'cannot connect to the server'

When i was running workflow manager i.e, when i right click the task icon and clicking start workflow from task, i am getting a message like 'cannot connect to the server'.
Can any body guide me, how to get the output.

Thanks

Showing Answers 1 - 5 of 5 Answers

Anu

  • Jul 17th, 2006
 

There might be several reasons for this.

First check out whether the Informatica service is running or not. Sometimes the server address will change everytime.so it is suggestable to resolve the server (server-server configuration) and then start the service.

Also check out the repository server configuration... 

hope this will be useful..

  Was this answer useful?  Yes

Motilal

  • Jul 17th, 2006
 

Try to folow the below mentioned steps ...

==>Configure the Informatica Server Set-Up in Start-->Programs-->Informatica7.1-->Informatica server set-up.

==>Open the the workflow manager go to workflow tab and then assign server option.

Put the server name that you have given in server set-up.

===>Then go to control panel-->services and start the "informatica server" service.

Then do the things.. Most probably will work great.

  Was this answer useful?  Yes

Manoj Kumar Panigrahi

  • Nov 23rd, 2006
 

First check the Informatica service is running or not.

2nd  the server address will change everytime.start the service.  

Go to workflow Manager- Server-Configuration

 and Last see repository server configuration... 

  Was this answer useful?  Yes

gargnakul

  • Feb 13th, 2007
 

Hi ,Can anybody please help me in case i want to store values of workflow monitor in target table .Like suppose if i run any workflow and check the status in workflow monitor.Now my requirement is that i want to store the values of success/fail and error messages that we usually saw in Workflow monitor into our database tables.ThanksNakul

  Was this answer useful?  Yes

libinjose

  • Apr 2nd, 2010
 

In that case you may query the fields from below Informatica repository tables and populate into your target tables.

REP_WFLOW_RUN (WORKFLOW_NAME, RUN_ERR_MSG, RUN_STATUS_CODE)

REP_TASK_INST_RUN(INSTANCE_NAME, RUN_ERR_MSG, RUN_STATUS_CODE NUMBER)

Status code of the task.

1 = Suceeded
2 = Disabled
3 = Failed
4 = Stopped
5 = Aborted
6 = Running
7 = Suspending
8 = Suspended
9 = Stopping
10 = Aborting
11 = Waiting
12 = Scheduled
13 = Unscheduled
14 = Unknown
15 = Terminated

  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.