Wednesday, December 30, 2009

General Issues

1)Assigned responsibilities to that user are reflecting.

Solution :
1) Bounce the apache
and check it and other solution is
2)You need to run the following concurrent programs if you have any missing responsibilities

- "Sync responsibility role data into the WF table."
- "Synchronize WF LOCAL tables"
- "Workflow Directory Services User/Role Validation"

3) bounce the Apache after running the above programs
*********************************************************************************
Error while lauching the forms
APP-FND-01542 THe application server is not authorized to acess the database

And the modplsql log says
[Wed Sep 2 17:21:59 2009] [error] mod_plsql: /pls/VIS02/fnd_icx_launch.launch HTTP-403 ORA-1017
[Wed Sep 2 17:22:33 2006] [error] mod_plsql: /pls/VIS02/fnd_icx_launch.launch HTTP-403 ORA-1017
[Wed Sep 2 17:22:41 2006] [error] mod_plsql: /pls/VIS02/fnd_icx_launch.launch HTTP-403 ORA-1017
[Wed Sep 2 17:39:03 2006] [error] mod_plsql: /pls/VIS02/fnd_icx_launch.launch HTTP-403 ORA-1017

Solution:
Change the parameter "appserverid_authentication oa_var="s_appserverid_authentication">SECURE/appserverid_authentication"

To
"appserverid_authentication oa_var="s_appserverid_authentication">OFF/appserverid_authentication"
In the xml file

and run the autoconfig.

************************************************************************************
3) Forms not coming up
Solution
check the enteries of hostname and virtual name
"oacore_trusted_oproc_nodes oa_var="s_oacore_trusted_oproc_nodes">vis02,hostname.abcd.comhostname ************************************************************************************

user level export and import

expdp parfile=PLCT170.par oracle@uslp123sd7dfcvxsza > more PLCT050.par userid= "/ as sysdba" dumpfile=T050.dmp logfile=expdpT0...