Re: clone error

  • From: Jurijs Velikanovs <j.velikanovs@xxxxxxxxx>
  • To: ora-apps-dba@xxxxxxxxxxxxx
  • Date: Tue, 30 Jun 2009 09:30:29 +1000

Hi Virendra,

Did preclone return command prompt control back?
If it did and "ERRORCODE = 0 ERRORCODE_END" i would try to go with next step.
As end of the day the final check for succesful preclone is successful clone ;)
If the clone will not be successful you always can repeat preclone on
a source env and copy over just "clone" directory.

Just my 0.02,
Yuri


On Tue, Jun 30, 2009 at 8:20 AM, Virendra Patel<vap824@xxxxxxxxx> wrote:
> hi,
> i am running adpreclone.pl
> on the db tier
> the progress bar showed 50% on the next line it showed 100% i dont
> understand whether preclone ran properly or not.. i am sending an extract
> [oravis@vapsoft VIS_vapsoft]$ perl adpreclone.pl dbTier
> Running Rapid Clone with command...
>         perl /u01/app/oravis/visdb/9.2.0/appsutil/bin/adclone.pl
> java=/u01/app/oravis/visdb/9.2.0/appsoui/jre/1.3.1 mode=stage
> stage=/u01/app/oravis/visdb/9.2.0/appsutil/clone component=dbTier
> method=CUSTOM dbctx=/u01/app/oravis/visdb/9.2.0/appsutil/VIS_vapsoft.xml
> showProgress
>
> Beginning database tier Stage - Tue Jun 30 18:09:58 2009
> APPS Password : apps
> Log file located at
> /u01/app/oravis/visdb/9.2.0/appsutil/log/VIS_vapsoft/StageDBTier_06300610.log
>   /     50% completed       Logfile:
> /u01/app/oravis/visdb/9.2.0/appsutil/log/VIS_vapsoft/StageDBTier_06300610.log
>
> (PLEASE CHECK AND LET ME KNOW  THE ABOVE 50%)
>
> Completed Stage...
> Tue Jun 30 18:10:20 2009
>
> [oravis@vapsoft VIS_vapsoft]$ more
> /u01/app/oravis/visdb/9.2.0/appsutil/log/VIS_vapsoft/StageDBTier_06300610.log
> #############################################################
> Started StageDBTier at Tue Jun 30 18:10:02 EDT 2009
> Version:
>         StageDBTier.java        :       115.22
> #############################################################
>
> ---------------------------------------------------------------
>                    ADX Database Utility
> ---------------------------------------------------------------
>
> getConnection() -->
>     sDbHost    : vapsoft
>     sDbDomain  : vp.com
>     sDbPort    : 1521
>     sDbSid     : VIS
>     sDbUser    : APPS
>     Trying to connect using SID...
> getConnectionUsingSID() -->
>     JDBC URL: jdbc:oracle:thin:@vapsoft.vp.com:1521:VIS
>     Connection obtained
>
> -------------------ADX Database Utility Finished---------------
>
> Zip at /usr/bin/zip
> ZIP used: Zip 2.3 (November 29th 1999). Usage:
> # Calling StageDBTechStack...
> Creating Staging Area
> Cloning Stage Area already exists, updating existing area.
> Done...
> # Calling StageDatabase...
> Creating Staging Area
> Cloning Stage Area already exists, updating existing area.
>
> ---------------------------------------------------------------
>                    ADX Database Utility
> ---------------------------------------------------------------
>
> getConnection() -->
>     sDbHost    : vapsoft
>     sDbDomain  : vp.com
>     sDbPort    : 1521
>     sDbSid     : VIS
>     sDbUser    : APPS
>     Trying to connect using SID...
> getConnectionUsingSID() -->
>     JDBC URL: jdbc:oracle:thin:@vapsoft.vp.com:1521:VIS
>     Connection obtained
>
> -------------------ADX Database Utility Finished---------------
>
> Generating Create Control file script adcrdbclone.sql
>
> ---------------------------------------------------------------
>                    ADX Database Utility
> ---------------------------------------------------------------
>
> getConnection() -->
>     sDbHost    : vapsoft
>     sDbDomain  : vp.com
>     sDbPort    : 1521
>     sDbSid     : VIS
>     sDbUser    : APPS
>     Trying to connect using SID...
> getConnectionUsingSID() -->
>     JDBC URL: jdbc:oracle:thin:@vapsoft.vp.com:1521:VIS
>     Connection obtained
>
> -------------------ADX Database Utility Finished---------------
>
>
> ---------------------------------------------------------------
>                    ADX Database Utility
> ---------------------------------------------------------------
>
> getConnection() -->
>     sDbHost    : v
>     sDbDomain  : vp.com
>     sDbPort    : 1521
>     sDbSid     : VIS
>     sDbUser    : APPS
>     Trying to connect using SID...
> getConnectionUsingSID() -->
>     JDBC URL: jdbc:oracle:thin:@vapsoft.vp.com:1521:VIS
>     Connection obtained
>
> -------------------ADX Database Utility Finished---------------
>
>
> ---------------------------------------------------------------
>                    ADX Database Utility
> ---------------------------------------------------------------
>
> getConnection() -->
>     sDbHost    : vapsoft
>     sDbDomain  : vp.com
>     sDbPort    : 1521
>     sDbSid     : VIS
>     sDbUser    : APPS
>     Trying to connect using SID...
> getConnectionUsingSID() -->
>     JDBC URL: jdbc:oracle:thin:@vapsoft.vp.com:1521:VIS
>     Connection obtained
>
> -------------------ADX Database Utility Finished---------------
>
> Net8 listener Started...
>
> Connecting to the Database VIS to create dbinfo.lst and adcrdbclone.sql
> /u01/app/oravis/visdb/9.2.0/appsutil/out/VIS_vapsoft/dbfinfo.lst created
> Successfully.
> Generating
> /u01/app/oravis/visdb/9.2.0/appsutil/out/VIS_vapsoft/addbhomsrc.xml which
> will contain the unique mount points
> NODE_ID Column Availability: true
> Node Id Column is available. dbfinfo.lst will contain the node list
> Host Column Availability: true
> Generated
> /u01/app/oravis/visdb/9.2.0/appsutil/out/VIS_vapsoft/addbhomsrc.xml
> successfully.
> /u01/app/oravis/visdb/9.2.0/appsutil/out/VIS_vapsoft/adcrdbclone.sql created
> Successfully.
> Disconnected from Database.
>
> Zip2 - Start of native zipping array sh -c "cd
> /u01/app/oravis/visdb/9.2.0/appsutil/out/VIS_vapsoft/; zip  -q  -y
> /u01/app/oravis/visdb/9.2.0/appsutil/clone/data/stage/adcrdb.zip -@ ; echo
> ERRORCODE = $? ERRORCODE_END"
> Zip2
> ERRORCODE = 0 ERRORCODE_END
>
> .end std out.
>
> .end err out.
>
>
> Zip2 - Completed native zipping sh -c "cd
> /u01/app/oravis/visdb/9.2.0/appsutil/out/VIS_vapsoft/; zip  -q  -y
> /u01/app/oravis/visdb/9.2.0/appsutil/clone/data/stage/adcrdb.zip -@ ; echo
> ERRORCODE = $? ERRORCODE_END"
> Done...
>
>
> --- On Thu, 6/18/09, Fernandes, Aldrin <afernand@xxxxxxxx> wrote:
>
> From: Fernandes, Aldrin <afernand@xxxxxxxx>
> Subject: RE: forms error
> To: ora-apps-dba@xxxxxxxxxxxxx
> Date: Thursday, June 18, 2009, 2:14 PM
>
> Virendra,
>
> Did you change the apps password
>
> Aldrin
>
> ________________________________
> From: ora-apps-dba-bounce@xxxxxxxxxxxxx
> [mailto:ora-apps-dba-bounce@xxxxxxxxxxxxx] On Behalf Of Virendra Patel
> Sent: Thursday, June 18, 2009 11:07 AM
> To: ora-apps-dba@xxxxxxxxxxxxx
> Subject: Re: forms error
>
> hi jurjis,
> i checked the communications is ok but still it errors out ....
> thanks
> virendra
>
> --- On Tue, 6/16/09, Jurijs Velikanovs <j.velikanovs@xxxxxxxxx> wrote:
>
> From: Jurijs Velikanovs <j.velikanovs@xxxxxxxxx>
> Subject: Re: forms error
> To: ora-apps-dba@xxxxxxxxxxxxx
> Date: Tuesday, June 16, 2009, 11:39 PM
>
> VP,
>
> I am guessing you are getting this error message constantly. Right?
> Can you confirm that Forms Server is up and running on your server
> (simple check might be "netstat -tlp", look for 9001 port to be
> listen)?
> If it is not started just start it using $ADMIN_SCRIPTS_HOME/adfrm*
> start command.
> If the Forms server is up I would try to check a connectivity in
> between the Windows workstation and the server. you can use "telnet
> vapsoft.vp.com 9001" command to che ck if you can connect to that port
> from the workstation you are testing from.
>
> Those two things should give you a good control on that problem.
> Yury
>
> On Wed, Jun 17, 2009 at 12:47 PM, Virendra Patel<vap824@xxxxxxxxx> wrote:
>> hi ram,
>> attached is the error.
>> thanks
>> vp
>>
>> --- On Tue, 6/16/09, Ramakrishnan Seshadhri <ramakrishnan42@xxxxxxxxx>
>> wrote:
>>
>> From: Ramakrishnan Seshadhri <ramakrishnan42@xxxxxxxxx>
>> Subject: Re: forms error
>> To: ora-apps-dba@xxxxxxxxxxxxx
>> Date: Tuesday, June 16, 2009, 9:56 PM
>>
>> click on the details button and let know the exact java error.
>>
>>
>> Ram
>>
>> On Tue, Jun 16, 2009 at 11:24 PM, Virendra Patel <vap824@xxxxxxxxx> wrote:
>>>
>>> hi,
>>> i have upgraded the oracle apps from 11.5.10 to to CU2,
>>> now i am getting FRM-92050 ..please help
>>> thanks
>>> virendra
>>
>>
>>
>
>
>
> --
> Jurijs
> +371 29268222 (+2 GMT)
> ============================================
> http://otn.oracle.com/ocm/jvelikanovs.html
>
>
> ________________________________
> This email contains confidential information that is proprietary to EPCOR
> and its subsidiary companies in all respects. This information is intended
> only for the person(s) named in the destination address. Unauthorized
> distribution, copying or disclosure is strictly prohibited. If you receive
> this e-mail in error please delete it immediately.
>



-- 
Jurijs
+371 29268222 (+2 GMT)
============================================
http://otn.oracle.com/ocm/jvelikanovs.html

Other related posts: