Issue:
We had a
request to refresh FND_TOP alone. We stopped the application process and
refreshed the FND_TOP from production.
As expected forms were not opened up so we have to relink FND module
using adadmin. After that it works
perfectly fine.
request to refresh FND_TOP alone. We stopped the application process and
refreshed the FND_TOP from production.
As expected forms were not opened up so we have to relink FND module
using adadmin. After that it works
perfectly fine.
Now the Issue
was if we try opening any concurrent request log file using “Tools-> copy
file” option it gives an error saying
was if we try opening any concurrent request log file using “Tools-> copy
file” option it gives an error saying
Query String Parse Error.
temp_id=3114441888
Solution:
We have to forcefully relink FNDWRR.exe executable to make it work.
$cd $FND_TOP/bin
$ adrelink.sh force=y "fnd FNDWRR.exe"
Remarks:
If the above solution didn't work, you may refer the below Metalink Note.
Note 112934.1 Query String Parse Error When Opening a Log File
Note 157578.1 Query String Parse Error when Viewing Request Out or Log Files Note 743888.1 ERROR IN CONCURRENT REQUEST AT 'QUERY STRING PARSE ERROR.TEMP_ID
Recent Posts