RC-50013: Fatal: Instantiate driver did not complete successfully.

classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

RC-50013: Fatal: Instantiate driver did not complete successfully.

Roshan
Hello,

I am doing a clone of application on an AIX instance. I am getting the error
instantiate file:


   source : /app/PMTG/apps/tech_st/10.1.2/appsutil/template/adlnktools.sh
   dest   : /app/PMTG/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh
   backup : /app/PMTG/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh to /app/PMTG/inst/apps/PMTG_erpdr/out/adlnktools1.sh
   setting permissions: 700
   setting ownership: applprod:dba

instantiate file:
   source : /app/PMTG/apps/tech_st/10.1.2/appsutil/template/txkstubcfg1012.pl
   dest   : /app/PMTG/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl
   backup : /app/PMTG/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl to /app/PMTG/inst/apps/PMTG_erpdr/out/txkstubcfg10121.pl
   setting permissions: 700
   setting ownership: applprod:dba

instantiate file:
   source : /app/PMTG/apps/tech_st/10.1.2/appsutil/template/ftrace_cfg_1012.tmp
   dest   : /app/PMTG/apps/tech_st/10.1.2/forms/server/ftrace.cfg
   backup : /app/PMTG/apps/tech_st/10.1.2/forms/server/ftrace.cfg to /app/PMTG/inst/apps/PMTG_erpdr/out/ftrace1.cfg
   setting permissions: 700
   setting ownership: applprod:dba



[AutoConfig Error Report]
The following report lists errors AutoConfig encountered during each
phase of its execution.  Errors are grouped by directory and phase.
The report format is:
      <filename>  <phase>  <return code where appropriate>

  [APPLY PHASE]
  AutoConfig could not successfully execute the following scripts:
    Directory: /app/PMTG/apps/tech_st/10.1.3/perl/bin/perl -I /app/PMTG/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /app/PMTG/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /app/PMTG/apps/apps_st/appl/au/12.0.0/perl -I /app/PMTG/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/aix-thread-multi /app/PMTG/apps/tech_st/10.1.2/appsutil/clone
      ouicli.pl               INSTE8_APPLY       -1


AutoConfig is exiting with status 1

RC-50013: Fatal: Instantiate driver did not complete successfully.
/app/PMTG/apps/tech_st/10.1.2/appsutil/driver/regclone.drv


I have killed all the application processes and restarted the post clone.

Is the doc below ok?
(Doc ID 725995.1)

Thanks,
Roshan
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully.

ErmanArslansOracleBlog
Administrator
It seems the document is okay, but need to see the detailed log.
$INST_TOP/admin/log/ApplyAppsTier_<DATE_TIME>.log
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully.

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully.

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully.

ErmanArslansOracleBlog
Administrator
Okay.
You have exactly the same timeout as documented in 725995.1
script returned:
****************************************************
Timed out( 3750000 ): Interrupted Exception
Backing up /app/PMTG/apps/tech_st/10.1.2/jdkMon Sep 19 11:11:02 2016
Beginning OUI CLI cloning for s_tools_ohMon Sep 19 11:11:20 2016


-->Go ahead and apply the solution documented in Note: 725995.1
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully.

Roshan
Thanks man :) I killed the opmn processes and it is able to continue.

Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully.

Roshan
In reply to this post by Roshan
I am trying to start sqlplus after sourcing the environment file as shown below, I cannot access sqlplus. Do I need to run autoconfig?

$ ./APPSPMTG_erpdr.env
$ sqlplus
ksh: sqlplus:  not found.

Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully.

ErmanArslansOracleBlog
Administrator
You need to execute : . APPSPMTG_erpdr.env

That 's really a question that should not be asked by you Roshan . Be careful, you know this kinds of things.
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully.

Roshan
I had to input the whole path.
. /app/PMTG/apps/apps_st/appl/APPSPMTG_erpdr.env

Else it will say file not found
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully.

ErmanArslansOracleBlog
Administrator

If you cd into directory , then you dont have to use the whole path.
Anyways, there should be a space between the dot and the file name


19 Eyl 2016 18:57 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
I had to input the whole path.
. /app/PMTG/apps/apps_st/appl/APPSPMTG_erpdr.env

Else it will say file not found


To start a new topic under EBS 12.1/12.0, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully.

Harish
In reply to this post by Roshan
Thank you very much. This has helped very much.