Monday 24 June 2013

"VIEWER - CANT GET TEMP NAME" in Oracle application R12.


Facing issue in R12 instance.

When i try to open "View Log" from "Concurrent Requests", face the following error -
"VIEWER - CANT GET TEMP NAME".




















When i checked parameters in xml file "/" is missing tmp parameters.


appdev@ctssd $ egrep -i 's_jsp_main_mode|s_applptmp|s_appltmp' $CONTEXT_FILE

recompile
/ebsdev/erpapp/comn/admin
ebsdev/erpapp/comn/temp
ebsdev/erpapp/comn/temp

appdev@ctssd $

Cause:Entries in xml file is wrong for two parameters s_applptmp and s_appltmp.If you observe "/" is missing before instance name i.e,(ebsdev)



Solution:

1)stop appliction service
2)make changes in xml file as / is missing
3)Run autoconfig.
4)if it is R12 instance move persistance
5)start application service and re test issue.Issue will be fixed.















1 comment: