Anda di halaman 1dari 11

4/24/2019 Creating New or Delete Report Server in Middle Tier | Windows 2000 | Xml

Search 80 million documents   Upload  EN 


 

 Home
Trusted by over 1 million members Search document
Download 1 of 6   
 Saved
1.8K views 0 0
RELATED TITLES

Creating New or Delete Report Server in


 Bestsellers
Middle Tier 
Uploaded by SHAHID FAROOQ on Aug 29, 2009
 Books

Full description
 Audiobooks Oracle Report Tenancy
    Server… Agreement
Save Embed Share Print
 Magazines


Download
Documents
1 of 6   Search document 
 

 Sheet Music

How to Manually Add a Standalone Report Server to the EM Console W


Applies to:

Oracle Reports Developer - Version: 9.0.4 to 10.1.2


Microsoft Windows 2000
Oracle Application Server Forms and Reports Services 9.0.4 / 10.1.2

Goal

How to get the EM Console Website to reflect a standalone report server registered with OPMN in the Or
Application Server Forms and Reports Services 9.0.4 / 10.1.2 (Forms & Reports ONLY) installation.

If the following command is not adding the standalone report server to the targets.xml and opmn.xml:

addNewServerTarget.bat <standalone report server>

then add the report server manually.

Solution
Manual steps for Oracle Application Server Forms and Reports Services 9.0.4 / 10.1.2 standalone instal
https://www.scribd.com/document/19211503/Creating-New-or-Delete-Report-Server-in-Middle-Tier 1/11
4/24/2019 Creating New or Delete Report Server in Middle Tier | Windows 2000 | Xml
the standalone report server to targets.xml:
------------------------
Search 80 million documents
1. Back up the targets.xml and opmn.xml configuration files:
  Upload  EN 
 

 Home
• %ORACLE_HOME%/sysman/emd/targets.xml
• %ORACLE_HOME%/opmn/conf/opmn.xml
 Saved

2. Edit the %ORACLE_HOME%/sysman/emd/targets.xml as follows:

 1. Make a copy of the in-process server entry in the targets.xml and paste directly below it.
Bestsellers
2. Replace the rep_hostname with the standalone report server name. There are 4 of them to rep

 3.Books
Edit the %ORACLE_HOME%/opmn/conf/opmn.xml as follows:

1. a. Make a copy of the in-process server entry in the opmn.xml and paste directly below it.
 Audiobooks
See step 3 in Note 260367.1 for an example of the entry to copy in the opmn.xml
2. Replace the rep_hostname with the standalone report server name.

 4.Magazines
Restart the Oracle<instancename>ASControl from the Services window.

5. Restart OPMN and all OPMN managed processes.


 Documents
%ORACLE_HOME%\opmn\bin> opmnctl stopall
%ORACLE_HOME%\opmn\bin> opmnctl startall
 Sheet Music
%ORACLE_HOME%\opmn\bin> opmnctl status
%ORACLE_HOME%\opmn\bin> opmnctl startproc ias-component=<standalone report server name
in status>

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or interruptions!

Start Free Trial


Cancel Anytime.

https://www.scribd.com/document/19211503/Creating-New-or-Delete-Report-Server-in-Middle-Tier 2/11
4/24/2019 Creating New or Delete Report Server in Middle Tier | Windows 2000 | Xml

Search 80 million documents   Upload  EN 


 

 Home

 Saved
Applies to:

Oracle Reports Developer - Version: 9.0.4 to 10.1.2


 Microsoft
Bestsellers
Windows 2000
Oracle Application Server Forms and Reports Services 9.0.4 / 10.1.2

 Goal
Books

 How to get the EM Console Website to reflect a standalone report server registered with OPMN in the Or
Audiobooks
Application Server Forms and Reports Services 9.0.4 / 10.1.2 (Forms & Reports ONLY) installation.

 If Magazines
the following command is not adding the standalone report server to the targets.xml and opmn.xml:

addNewServerTarget.bat <standalone report server>


 Documents
then add the report server manually.

 Solution
Sheet Music

Manual steps for Oracle Application Server Forms and Reports Services 9.0.4 / 10.1.2 standalone instal
the standalone report server to targets.xml:
------------------------

1. Back up the targets.xml and opmn.xml configuration files:

• %ORACLE_HOME%/sysman/emd/targets.xml
• %ORACLE_HOME%/opmn/conf/opmn.xml

2. Edit the %ORACLE_HOME%/sysman/emd/targets.xml as follows:

1. Make a copy of the in-process server entry in the targets.xml and paste directly below it.
2. Replace the rep_hostname with the standalone report server name. There are 4 of them to rep

3. Edit the %ORACLE_HOME%/opmn/conf/opmn.xml as follows:

1. a. Make a copy of the in-process server entry in the opmn.xml and paste directly below it.
See step 3 in Note 260367.1 for an example of the entry to copy in the opmn.xml

Registering a standalone Reports Server with OPMN.


==================================================

1. Start a new Reports Server using the command

rwserver.sh server=la

https://www.scribd.com/document/19211503/Creating-New-or-Delete-Report-Server-in-Middle-Tier 3/11
4/24/2019 Creating New or Delete Report Server in Middle Tier | Windows 2000 | Xml

2. Stop the Reports Server.


Search 80 million documents 
3. Register the newly created Reports Server la using the command
 Upload  EN 
 

 Home
$ORACLE_HOME/bin/addNewServerTarget.sh la

 Saved

 Bestsellers

 Books
 

 Audiobooks

 Magazines

The command addNewServerTarget.sh registers the reports server to OPMN and

 Enterprise
Documents Manager.

The following entry is added to $ORACLE_HOME/opmn/conf/opmn.xml :

 Sheet Music
<ias-component id="la" status="enabled" id-matching="false">
<process-type id="ReportsServer" module-id="ReportsServices">
<process-set id="la" restart-on-death="true" numprocs="1">
<environment>
<variable id="PATH"
value="/home/ias10g/OraHome1/bin:/usr/bin:/usr/ccs/bin:/bin:/usr/kerberos/bin:/opt
ava2-131/bin:/opt/IBMJava2-
131/jre/bin:/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/X11R6/bin"/>
</environment>
<module-data>
<category id="general-parameters">
<data id="batch" value="yes"/>
</category>
<category id="restart-parameters">
<data id="reverseping-timeout" value="120"/>
</category>
</module-data>

<dependencies>
<OID infrastructure="true"/>
<database infrastructure-key="portal"/>
<managed-process ias-component="OC4J" process-type="OC4J_BI_
process-set="default_island" autostart="true"/>
<managed-process ias-component="HTTP_Server" process-
type="HTTP_Server" process-set="HTTP_Server" autostart="true"/>
</dependencies>
<start timeout="120" retry="3"/>
<stop timeout="120"/>
<restart timeout="120"/>
<ping timeout="30" interval="30"/>
/
https://www.scribd.com/document/19211503/Creating-New-or-Delete-Report-Server-in-Middle-Tier 4/11
4/24/2019 Creating New or Delete Report Server in Middle Tier | Windows 2000 | Xml
</process-set>


</process-type>
Search 80 million documents
</ias-component>   Upload  EN  

 4.Home
Restart OPMN and all OPMN managed processes.

opmnctl stopall

 Saved
opmnctl startall

This will start the Reports Server la too.


The log entries for starting Reports Server through OPMN can be found in

 /home/ias10g/OraHome1/opmn/logs/la~ReportsServer~la~1
Bestsellers

5. The tag value restart-on-death="true" is responsible to restart the Reports Se

 inBooks
case it crashes.
This may be set to "false" while troubleshooting Reports Server crash issues t
prevent OPMN from

 Audiobooks
restarting the reports server.

 Magazines

 Documents

 Sheet Music

2. Replace the rep_hostname with the standalone report server name.

4. Restart the Oracle<instancename>ASControl from the Services window.

5. Restart OPMN and all OPMN managed processes.

%ORACLE_HOME%\opmn\bin> opmnctl stopall


%ORACLE_HOME%\opmn\bin> opmnctl startall
%ORACLE_HOME%\opmn\bin> opmnctl status
%ORACLE_HOME%\opmn\bin> opmnctl startproc ias-component=<standalone report server na
in status>

https://www.scribd.com/document/19211503/Creating-New-or-Delete-Report-Server-in-Middle-Tier 5/11
4/24/2019 Creating New or Delete Report Server in Middle Tier | Windows 2000 | Xml

Search 80 million documents   Upload  EN 


 

 Home

 Saved

 Bestsellers

 Books

 Audiobooks

 Magazines

 Documents

 Sheet Music

https://www.scribd.com/document/19211503/Creating-New-or-Delete-Report-Server-in-Middle-Tier 6/11
4/24/2019 Creating New or Delete Report Server in Middle Tier | Windows 2000 | Xml

Search 80 million documents   Upload  EN 


 

 Home

 Saved

 Bestsellers

 Books

 Audiobooks

 Magazines

 Documents

 Sheet Music

https://www.scribd.com/document/19211503/Creating-New-or-Delete-Report-Server-in-Middle-Tier 7/11
4/24/2019 Creating New or Delete Report Server in Middle Tier | Windows 2000 | Xml

Search 80 million documents   Upload  EN 


 

 Home

 Saved

 Bestsellers

 Books

 Audiobooks

 Magazines

 Documents

 Sheet Music

https://www.scribd.com/document/19211503/Creating-New-or-Delete-Report-Server-in-Middle-Tier 8/11
4/24/2019 Creating New or Delete Report Server in Middle Tier | Windows 2000 | Xml

Search 80 million documents   Upload  EN 


 

 Home

 Saved

 Bestsellers

 Books

 Audiobooks

 Magazines

 Documents

 Sheet Music

Reward Your Curiosity


Everything you want to read.
Anytime. Anywhere. Any device.

Read Free For 30 Days

No Commitment. Cancel anytime.

Share this document

    

Related Interests

https://www.scribd.com/document/19211503/Creating-New-or-Delete-Report-Server-in-Middle-Tier 9/11
4/24/2019 Creating New or Delete Report Server in Middle Tier | Windows 2000 | Xml

Windows 2000

Ibm Pc Compatibles
Xml 80 Server
Search million(Computing)
documents 
Oracle Database
Upload  EN 
 

 Home

Documents
 Saved Similar To Creating New or Delete Report Server in Middl…

 Bestsellers

 Books 

 Audiobooks

Oracle Report Tenancy Agreement How to Generate an 25896780 Case Using the Dcmctl O
 Magazines
Server… UPLOADED BY Arabic PDF File… Study of Rman… Utility I
UPLOADED BY Michael Nkanika UPLOADED BY UPLOADED BY UPLOADED BY U
SHAHID FAROOQ reddy.abhishe… Palash Sarkar Palash Sarkar
 Documents

 Sheet Music
More From SHAHID FAROOQ

Vitues of Syda Fazli-Anwar-e-Elahi Was Eel A Waseela Mu i m ibtidai_salook_naqa T


Fatima UPLOADED BY UPLOADED BY Faiz Awasi Qadri… Learn soofizm in… S
UPLOADED BY SHAHID FAROOQ SHAHID FAROOQ UPLOADED BY UPLOADED BY U
SHAHID FAROOQ SHAHID FAROOQ SHAHID FAROOQ

ABOUT S UPPORT

About Scribd Help / FAQ

Press Accessibility

Our blog Purchase help

Join our team! AdChoices


https://www.scribd.com/document/19211503/Creating-New-or-Delete-Report-Server-in-Middle-Tier 10/11
4/24/2019 Creating New or Delete Report Server in Middle Tier | Windows 2000 | Xml

Contact Us Publishers

Invite Friends
Search 80 million documents   Upload  EN 
 

Gi s

LE GAL
   
Terms

Privacy

Copyright

Copyright © 2019 Scribd Inc. . Browse Books . Site Directory . Site Language: English

https://www.scribd.com/document/19211503/Creating-New-or-Delete-Report-Server-in-Middle-Tier 11/11

Anda mungkin juga menyukai