ADJVAPRG: command not found

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

ADJVAPRG: command not found

khaleelsi99
adop phase=prepare giving error:

Use of uninitialized value $result in split at /u01/oracle/VIS/appsTier/fs1/EBSapps/appl/au/12.0.0/perl/TXK/ADOPValidationUtils.pm line 1291.
No such file or directory at /u01/oracle/VIS/appsTier/fs1/EBSapps/appl/au/12.0.0/perl/TXK/ADOPValidationUtils.pm line 230.

when i follow the document Doc ID 2090393.1 i am getting the following error:

ADJVAPRG: command not found

Reply | Threaded
Open this post in threaded view
|

Re: ADJVAPRG: command not found

ErmanArslansOracleBlog
Administrator
By looking at the error stack you have, we can say that:

Patch context file is missing in the FND_OAM_CONTEXT_FILES table. Line 1291 of ADOPValidationUtils.pm line ) is expecting the full path of CONTEXT_FILE name from the patch file system. However, the command returns no results.

Review note :Error "Use of uninitialized value $result in split" In File txkADOPValidations.error When Running fs_clone (Doc ID 2090393.1)
Reply | Threaded
Open this post in threaded view
|

Re: ADJVAPRG: command not found

khaleelsi99
i followed the document (Doc ID 2090393.1)

but i m getting the following error:

$ ADJVAPRG: command not found
Reply | Threaded
Open this post in threaded view
|

Re: ADJVAPRG: command not found

ErmanArslansOracleBlog
Administrator
This is weird.
Please send me a screenshot of the error. (failing ssh terminal, where I can see it.)
Reply | Threaded
Open this post in threaded view
|

Re: ADJVAPRG: command not found

khaleelsi99
Error screen shot attached
Reply | Threaded
Open this post in threaded view
|

Re: ADJVAPRG: command not found

ErmanArslansOracleBlog
Administrator
You should put a $ sign in front of the ADJVAPRG.
ADJVAPRG is an environment variable.

so after sourcing your env file, execute it as -> $ADJVAPRG ....blabla
Reply | Threaded
Open this post in threaded view
|

Re: ADJVAPRG: command not found

khaleelsi99
Thanks it worked