Create a Server in Oracle IAS 10g

Source: Internet
Author: User
Tags ftp include modify
oracle|server| Create
1. Rwserver-install REP01
2. In "Service", the start of the REP01 server to create the Conf file.
3. Open <oracle_home>\reports\conf\rep01.conf
4. ADD path infomation, env infomation, such as:

<?xml Version = ' 1.0 ' encoding = ' iso-8859-1 '?>
<! DOCTYPE server Public "-//oracle corp.//dtd Reports server Configuration//en" "file:/c:/oracle/ias/reports/dtd/ Rwserverconf.dtd ">
<server version= "9.0.4" >
<!--compatible version= "6i"/-->
<cache class= "Oracle.reports.cache.RWCache" >
<property name= "cacheSize" value= "/>"
<!--property Name= "Cachedir" value= "Your cache directory"/-->
<!--property Name= "Maxcachefilenumber" value= "max number of cache files"/-->
<!--property Name= "Ignoreparameters" value= "parameter names to is ignored in constructing cache key, separated by comma ', ' "/-->
</cache>
<!--Please don't change the ID for reports engine.-->
<!--The class specifies below is subclass of _engineclassimplbase and implements Engineinterface.-->
<engine id= "Rweng" class= "Oracle.reports.engine.EngineImpl" initengine= "1" maxengine= "1" minengine= "0" englife= " "Maxidle=" callbacktimeout= "60000" >
<property name= "SourceDir" value= "C:\GEO; C:\WINDOWS\Fonts "/>
<property name= "TempDir" value= "C:\geo"/>
<property name= "Defaultenvid" value= "Zhs"/>
<!--property Name= "SourceDir" value= "Your reports source directory"/-->
<!--property Name= "TempDir" value= "Your Reports temp directory"/-->
<!--property Name= "Keepconnection" value= "yes"/-->
</engine>
<engine id= "Rwurleng" class= "Oracle.reports.urlengine.URLEngineImpl" initengine= "1" maxengine= "1" minengine= "0" Englife= "maxidle=" callbacktimeout= "60000"/>
<!--security id= "Rwsec" class= "oracle.reports.server.RWSecurity" >
<property name= "Securityuserid" value= "%portal_db_username%/%portal_db_password%@%portal_db_tnsname%" Confidential= "yes" encrypted= "no"/>
<property name= "oidentity" value= "%reports_oid_entity%"/>
</security-->
<!--destination Destype= "oracleportal" class= "Oracle.reports.server.DesOraclePortal" >
<property name= "Portaluserid" value= "%portal_db_username%/%portal_db_password%@%portal_db_tnsname%" Confidential= "yes" encrypted= "no"/>
</destination-->
<destination destype= "ftp" class= "Oracle.reports.plugin.destination.ftp.DesFTP" >
<!--property Name= "proxy" value= "Proxyinfo.xml"/-->
</destination>
<destination destype= "WebDav" class= "Oracle.reports.plugin.destination.webdav.DesWebDAV" >
<!--property Name= "proxy" value= "Proxyinfo.xml"/-->
</destination>
<job jobtype= "The" engineid= "Rweng"/>
<job jobtype= "Rwurl" engineid= "Rwurleng"/>
<notification id= "mailnotify" class= "Oracle.reports.server.MailNotify" >
<property name= "Succnotefile" value= "Succnote.txt"/>
<property name= "Failnotefile" value= "Failnote.txt"/>
</notification>
<!--notification id= "wfnotify" class= "Oracle.reports.server.WorkflowNotify" >
<property name= "ConnStr" value= "%wf_db_username%/%wf_db_password%@%wf_db_tnsname%" confidential= "yes" encrypted = "No"/>
</notification-->
<log option= "Nojob"/>
<!--jobstatusrepository class= "Oracle.reports.server.JobRepositoryDB" >
<property name= "Repositoryconn" value= "Repo_db_username/repo_db_password@repo_db_tnsname" confidential= "yes" encrypted= "No"/>
</jobStatusRepository-->
<!--trace Traceopts= "Trace_all"/-->
<connection maxconnect= "idletimeout=" >
<orbclient id= "rwclient" publickeyfile= "Clientpub.key"/>
<!--cluster publickeyfile= "Serverpub.key" privatekeyfile= "Serverpri.key"/-->
<cluster publickeyfile= "C:\Oracle\ias\reports\jlib\cpub.key" privatekeyfile= "C:\Oracle\ias\reports\jlib\ Cpriv.key "/>
</connection>
<environment id= "UTF8" >
<envvariable name= "Nls_lang" value= "American_america". UTF8 "/>
</environment>
<environment id= "ZHS" >
<envvariable name= "Nls_lang" value= "simplified Chinese_china. ZHS16GBK "/>
</environment>

<queue maxqueuesize= "1000"/>
<!--
The value of the ' identifier ' element is encrypted and is of the form Serveraccesskey_user/serveraccesskey_password

Serveraccesskey_user and Serveraccesskey_password in <server>.conf and Targets.xml
File should match for Reports EM pages to display data correctly.

Corresponding entries of username and password in targets.xml:
<property name= "Password" value= "Serveraccesskey_password" encrypted= "FALSE"/>
<property name= "UserName" value= "Serveraccesskey_user" encrypted= "FALSE"/>
-->
<identifier confidential= "yes" encrypted= "yes" >zgzcdkywauahwmnb+ a6ytgguux59ootnjja6pyd9oxatoapoa8xdlspnlpoukc/sjbypjfpruj0a///goa4sp/ 7awgehpn6w0ynldmaqcsix6vrfj58ophmebm0h8iebfvqt5qb6ozkmy5nrv8ipvvayeeco+vyxf44mmuzlkfg0vemtfflyrhtjtjcg/ upeckzyvcwmmkdcguyqqio5a46ivxbwkg8yxnrj4ibetu+jybmacde0tgjx+25ll5uxhts0q3iejsyk7tfb7yfuppcrex9meazg83lbxlz++ 135dzt4gmuw5nggb91qai+odk0gndpecrkjxs8mga8i91ycqzgrindnvgokxqql4qbvvvzzfawcvtyrc50gm0i+ Zdwnlkdaokndnmokqjkhyj5rgq6vfnrxragy3vseekphpiths/cd8yzv49mxltnjumlkgfkxe0ku</identifier>
<!--pluginparam name= "MailServer" >%MAILSERVER_NAME%</pluginParam-->
<!--pluginparam name= "proxy" type= "file" >proxyinfo.xml</pluginParam-->
<pluginparam name= "Xmlpds" type= "file" >xmlpds.conf</pluginParam>
<pluginparam name= "Jdbcpds" type= "file" >jdbcpds.conf</pluginParam>
<pluginparam name= "Textpds" type= "file" >textpds.conf</pluginParam>
</server>




5. Modify Tnsnames.ora to include a TNS name point to target database
6. Modify <oracle_home>\ias\tools\uifont.ali to include
Arial = "Simfang." TTF "in the [Pdf:subset] section
7. Restart the server
8. Set the "Application to" to "this" server (REP01)
9. Print
In Browser, Type/reports/rwservlet/showjobs?server=rep01 ">http://<webserver>/reports/rwservlet/ SHOWJOBS?SERVER=REP01, in this step, you can be the "just" job printed.

So far, the "server is created successfully."

BTW, in the above rep01.cluster2.conf file, there's a line begining with <cluster
This is used the memeber of the specified cluster.



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.