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!

Sessions fail when run in parallel

Status
Not open for further replies.

sahilk1975

Programmer
Oct 31, 2005
4
0
0
US
Hello all,

I am tring to run concurrent sessions in my workflow, as soon as I start the workflow, apart from first session, all the sessions fail. They do not even initialize, hence no log files are generated.

Those same sessions when run in series, they run successfully. Also, on the same server, in other folder, we are able to run sessions in parallel. Its only in this folder, we are facing this issue. We are using 6.2 version of Infa.

We really don't know what is going wrong.
Please help us

Thanks
Umesh
 
What does the workflow log say?
Did you check for deadlocks?
Does the number of parallel sessions exceed the number of allowed by you server setting? The default for Maxsessions in server config is 10.

Also check LMSharedMem..

Ties Blom

 
Given below is the worklog content
========================================
INFO : LM_36315 [Wed Aug 30 12:28:09 2006] : (14415|26) Starting execution of workflow [ParallelTest_Temp] in folder [Mappings_For_Projects].
INFO : LM_36330 [Wed Aug 30 12:28:09 2006] : (14415|26) Start task instance [Start]: Execution started.
INFO : LM_36318 [Wed Aug 30 12:28:09 2006] : (14415|26) Start task instance [Start]: Execution succeeded.
INFO : LM_36505 : (14415|26) Link [Start --> s_Dim_Job_Title]: empty expression string, evaluated to TRUE.
INFO : LM_36505 : (14415|26) Link [Start --> s_Dim_Line_Of_Business]: empty expression string, evaluated to TRUE.
INFO : LM_36330 [Wed Aug 30 12:28:09 2006] : (14415|26) Session task instance [s_Dim_Job_Title]: Execution started.
INFO : LM_36522 : (14415|26) Session task instance [s_Dim_Job_Title]: Started DTM process [pid = 21602] for this session instance.
INFO : LM_36330 [Wed Aug 30 12:28:09 2006] : (14415|26) Session task instance [s_Dim_Line_Of_Business]: Execution started.
ERROR : LM_36521 : (14415|26) Session task instance [s_Dim_Line_Of_Business]: Failed to start the DTM process for this session instance.
ERROR : LM_36320 [Wed Aug 30 12:28:10 2006] : (14415|26) Session task instance [s_Dim_Line_Of_Business]: Execution failed.
INFO : TM_6292 : (21602|1) Session task instance [s_Dim_Job_Title]: LM_36033 [Connected to repository [L_Infoq] running on server:port [pinfoq]:[4051] user [Administrator]].
INFO : TM_6292 : (21602|1) Session task instance [s_Dim_Job_Title]: TM_6228 [Writing session output to log file [/apps/informa/logs/SessLogs/s_Dim_Job_Title.log].].
INFO : TM_6292 : (21602|1) Session task instance [s_Dim_Job_Title]: TM_6230 [Post session mail sent without error for session [s_Dim_Job_Title].].
INFO : LM_36318 [Wed Aug 30 12:28:18 2006] : (14415|26) Session task instance [s_Dim_Job_Title]: Execution succeeded.
INFO : LM_36318 [Wed Aug 30 12:28:18 2006] : (14415|26) Workflow [ParallelTest_Temp]: Execution succeeded.
==========================================

s_Dim_Line_Of_Business failed whicle s_Dim_Job_Title succeeded. Both were started in parallel.

Yes, max sessions are 10 and no other jobs are running on server.

shared memory is
LMSharedMem=2000000

Possibly its a deadlock, could you please tell me how to figure it out.

Thanks
Umesh
 
Hi Ties ,

The issue is resolved now after restarting infa server and repository server.

Thanks for all your help.

--Umesh
 
Allright, that points to a cache problem. What is your setup, version 6 has known issues with - for example - DB2.

Ties Blom

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top