Wednesday, February 7, 2018

txkWfClone.sh Timed out

While executing first autoconfig for clone system , txkWfClone.sh gives error that autoconfig did not complete successfully,

AutoConfig could not successfully execute the following scripts:
  Directory: /testapps/R12/inst/apps/TEST_testapp/admin/install
    txkWfClone.sh           INSTALL_SETUP      -1


AutoConfig is exiting with status 1

From log file,

AutoConfig Setup Phase
Running Setup Process 7 of 8 for AD_TOP
Executing script in InstantiateFile:
/testapps/R12/inst/apps/TEST_testapp/admin/install/txkWfClone.sh

script returned:
****************************************************
Timed out( 3750000 ): Interrupted Exception

If Workflow tables have high row counts related error can be observed . Below tables can be reviewed for row counts

select count(*) from wf_resources where name = 'WF_WEB_AGENT' and language = 'US';
select count(*) from WF_ITEM_ATTRIBUTE_VALUES;
select count(*) from WF_ITEM_ATTRIBUTES;
select count(*) from wf_activity_attr_values;
select count(*) from wf_process_activities;
select count(*) from wf_activity_attributes;
select count(*) from wf_notification_attributes;
select count(*) from wf_message_attributes;

Firstly "Purge Obsolete Workflow RunTime Data" concurrent program can be executed on source system to get less data for clone system.

In my situation , i have already restored source system for clone which is nearly 15 TB and no chance to run related concurrent program before system configuration.

To solve my issue , after getting error from adcfgclone script , I have executed txkWfClone.sh as single process from command line and completed adcfgclone successfully.

No comments:

Post a Comment