Installation of weblogic server, forms and report services 11g on window server 2008 32/64 bit
1. set TCP/IP of the machine and change computer name.
2. Increase Virtual Memory to 1024/4000
3. Off Firewall
4. Check hostname (it should be short and readable)
5. Install latest JDK 64 and 32 bit
6. Right click on setup and go to property mactch the compatibility with operating system and checked to run as administrator.
7. Install weblogic generic without creating domain at the last screen and uncheck the checkbox and press done.
8. If found error to remove the below error in forms and reports installation
"Executing: opmnctl startproc ias-component ..." Error t 68%
Addition for solution follow my case:
1. In "C:\Oracle\Middleware\oracle_common\oui\lib\win32\", copy "msvcp71.dll,msvcr71.dll"
to "c:\windows\system32" &"C:\Windows\SysWOW64"
2. Hit "Retry" in the installer.
9. Install forms and Reports select configure for deployment. On next screen select form builder and report builder.
10. Application Deployment steps
1. Open em URL=http://app-pc:7001/em
2. follow the screens shots
3. put URL in IE browser http://app-pc:8888/forms/frmservlet?config=FOF
11.Resport Server error after complete installation and deployment
a solution of Rep-51002: Bind to Reports Server "hostname" failed
After searching 2 days about a solution of error "Rep-51002: Bind to Reports Server hostname failed" for Reports 10g
Finally I found it
1- Edit rwnetowrk.conf in C:\DevSuiteHome_1\reports\conf
2- modify timeout value from 1000 to 6000
3- Restart OC4J
First report after restarting Weblogic Server - WLS_REPORTS will take a while but the rest will be faster.
I wish I could help.
12. Remove this error REP-52262: Diagnostic output is disabled.
Address: C:\Oracle\Middleware\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.2\configuration
REP-52262: Diagnostic output is disabled.
Reports 11.1.2.1 turns off the diagnostics output by default. If you need to turn it on, do the following.
Edit the "$DOMAIN_HOME/config/fmwconfig/servers/WLS_REPORTS/applications/reports_11.1.2/configuration/rwservlet.properties" file as follows.
# From
<inprocess>yes</inprocess>
# To
<inprocess>yes</inprocess>
<webcommandaccess>L2</webcommandaccess>
To call Report with parameter form the following error appear.
REP-52005: The specified key hide_pass_key does not exist in key map file.
Error= REP-52251 cannot get output job id
[SOLVED] Error in Reports Generation
Hide username and password while calling oracle Reports
If you have not configured reports with Oracle Single Sign-on, Oracle report server explicitly requires username and password when report is called using Web.Show_document(). Username and password is required in report calling URL, for example following method calls a reports using Web.Show_Documnet().Web.Show_Document('http://domainname.com:8090/reports/rwservlet?userid=username/password@db& server=ReportsServer_1&desformat=PDF&destype=cache&report=report.rdf¶mform=yes','_blank');
In above call username and password are visible in URL, causing security problem. Oracle has provieded serveral methods to resolve this problem, one of these solution is to define keymapping in CGICMD.DAT file. In Reports services 11g this file is located at following location
$DOMAIN_HOME/servers/WLS_REPORTS/stage/reports/reports/configuration/cgicmd.dat OR
C:\Oracle\Middleware\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.2\configuration/cgicmd.dat
In Oracle Reports services 10g this file can be located in reportsconf directory.
To define a key mapping, append follwing line at the end of the file
cnx: userid=username/password@db %*
REP-51019: Need system user authentication
disabling SSO from a Reports Server would require these steps:
1. In $OH/reports/conf/rwservlet.properties change SSO to 'no': SINGLESIGNON=NO
2. In $OH/reports/conf/rep_server.conf do the following
Instead of comment remove the security tag and securityid in both job tags
. a. Add the comment '!--' at the beginning of the security tag and add '--' at the end of the security tag.
. b. Remove the '!--' and '--' at the beginning and end of the property name tag INSIDE the security tag. Per Development: "XML file does not support nested comments."
. c. Add the '!--' at the beginning of the destination tag for oraclePortal and add '--' at the end of the destination tag for oraclePortal.
. d. Remove the '!--' and '--' at the beginning and end of the property name tag INSIDE the destination tag for oraclePortal. Per Development: "XML file does not support nested comments."
. e. Remove the securityId="rwSec" in both of the job tags for report and rwurl.
3. Restart your OC4J_BI_Forms which also restarts your Reports Server (rep_server) opmnctl restartproc ias-component=OC4J process-type=OC4J_BI_Forms
OR
Restart reports server/Managed server, now you can call your report using following URL1. In $OH/reports/conf/rwservlet.properties change SSO to 'no': SINGLESIGNON=NO
2. In $OH/reports/conf/rep_server.conf do the following
Instead of comment remove the security tag and securityid in both job tags
. a. Add the comment '!--' at the beginning of the security tag and add '--' at the end of the security tag.
. b. Remove the '!--' and '--' at the beginning and end of the property name tag INSIDE the security tag. Per Development: "XML file does not support nested comments."
. c. Add the '!--' at the beginning of the destination tag for oraclePortal and add '--' at the end of the destination tag for oraclePortal.
. d. Remove the '!--' and '--' at the beginning and end of the property name tag INSIDE the destination tag for oraclePortal. Per Development: "XML file does not support nested comments."
. e. Remove the securityId="rwSec" in both of the job tags for report and rwurl.
3. Restart your OC4J_BI_Forms which also restarts your Reports Server (rep_server) opmnctl restartproc ias-component=OC4J process-type=OC4J_BI_Forms
OR
Error frm-92102 network error has occurred oracle
Solution: Try increasing the retries in <oracle home>\forms\server\
vi formsweb.cfg
(OR)
Set networkretries to 30 in the $FORMS_WEB_CONFIG_FILE (Note: $OA_HTML/bin/appsweb.cfg is not used in R12+)
networkRetries=0
add 30 inplace of 0 and save it
and run autoconfg and then start the application services.
--------------------------------------------------
Error java was blocked because it is out of date fix
Delete any previously downloaded versionlist.xml files and Instruct IE to stop updating the XML file. This can be done on your workstation by running the following commands in a command window:
reg add "HKCU\Software\Microsoft\Internet Explorer\VersionManager" /v DownloadVersionList /t REG_DWORD /d 0 /f
--del “%LOCALAPPDATA%\Microsoft\Internet Explorer\VersionManager\versionlist.xml”
del “c:\Users\Muhammad Khalil\AppData\Local\Microsoft\Internet Explorer\VersionManager\versionlist.xml”
OR
Rename the above file.
a solution of Rep-51002: Bind to Reports Server "hostname" failed
After searching 2 days about a solution of error "Rep-51002: Bind to Reports Server hostname failed" for Reports 10g
Finally I found it
1- Edit rwnetowrk.conf in C:\Oracle\Middleware10_3\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.2\configuration\rwnetwork.conf
2- modify timeout value from 1000 to 6000
3- Restart OC4J
2- modify timeout value from 1000 to 6000
3- Restart OC4J
I have error on app server report service
ReplyDeleteREP-51019: Need system user authentication
how to solve
advanced thanks your support