|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
RDBMS并非没有局限性。它们难以扩展,需要大量的资源来配置和维护,比如时间、硬件和人力。同样,它们往往遵循峰值性能模型,这就要求系统按照峰值容量来配置可用性,而不考虑典型的数据使用情况。oracle|server|创立
1.rwserver-installrep01
2.In“Service”,starttherep01servertocreatetheconffile.
3.Open<oracle_home>eportsconfep01.conf
4.Addpathinfomation,envinfomation,suchas:
<?xmlversion=1.0encoding=ISO-8859-1?>
<!DOCTYPEserverPUBLIC"-//OracleCorp.//DTDReportsServerConfiguration//EN""file:/C:/Oracle/ias/reports/dtd/rwserverconf.dtd">
<serverversion="9.0.4">
<!--compatibleversion="6i"/-->
<cacheclass="oracle.reports.cache.RWCache">
<propertyname="cacheSize"value="50"/>
<!--propertyname="cacheDir"value="yourcachedirectory"/-->
<!--propertyname="maxCacheFileNumber"value="maxnumberofcachefiles"/-->
<!--propertyname="ignoreParameters"value="parameternamestobeignoredinconstructingcachekey,separatedbycomma,"/-->
</cache>
<!--Pleasedonotchangetheidforreportsengine.-->
<!--Theclassspecifiesbelowissubclassof_EngineClassImplBaseandimplementsEngineInterface.-->
<engineid="rwEng"class="oracle.reports.engine.EngineImpl"initEngine="1"maxEngine="1"minEngine="0"engLife="50"maxIdle="30"callbackTimeOut="60000">
<propertyname="sourceDir"value="c:geo;C:WINDOWSFonts"/>
<propertyname="tempDir"value="c:geo"/>
<propertyname="defaultEnvId"value="zhs"/>
<!--propertyname="sourceDir"value="yourreportssourcedirectory"/-->
<!--propertyname="tempDir"value="yourreportstempdirectory"/-->
<!--propertyname="keepConnection"value="yes"/-->
</engine>
<engineid="rwURLEng"class="oracle.reports.urlengine.URLEngineImpl"initEngine="1"maxEngine="1"minEngine="0"engLife="50"maxIdle="30"callbackTimeOut="60000"/>
<!--securityid="rwSec"class="oracle.reports.server.RWSecurity">
<propertyname="securityUserid"value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%"confidential="yes"encrypted="no"/>
<propertyname="oidEntity"value="%REPORTS_OID_ENTITY%"/>
</security-->
<!--destinationdestype="oraclePortal"class="oracle.reports.server.DesOraclePortal">
<propertyname="portalUserid"value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%"confidential="yes"encrypted="no"/>
</destination-->
<destinationdestype="ftp"class="oracle.reports.plugin.destination.ftp.DesFTP">
<!--propertyname="proxy"value="proxyinfo.xml"/-->
</destination>
<destinationdestype="WebDav"class="oracle.reports.plugin.destination.webdav.DesWebDAV">
<!--propertyname="proxy"value="proxyinfo.xml"/-->
</destination>
<jobjobType="report"engineId="rwEng"/>
<jobjobType="rwurl"engineId="rwURLEng"/>
<notificationid="mailNotify"class="oracle.reports.server.MailNotify">
<propertyname="succnotefile"value="succnote.txt"/>
<propertyname="failnotefile"value="failnote.txt"/>
</notification>
<!--notificationid="wfNotify"class="oracle.reports.server.WorkflowNotify">
<propertyname="connStr"value="%WF_DB_USERNAME%/%WF_DB_PASSWORD%@%WF_DB_TNSNAME%"confidential="yes"encrypted="no"/>
</notification-->
<logoption="noJob"/>
<!--jobStatusRepositoryclass="oracle.reports.server.JobRepositoryDB">
<propertyname="repositoryConn"value="repo_db_username/repo_db_password@repo_db_tnsname"confidential="yes"encrypted="no"/>
</jobStatusRepository-->
<!--tracetraceOpts="trace_all"/-->
<connectionmaxConnect="20"idleTimeOut="15">
<orbClientid="RWClient"publicKeyFile="clientpub.key"/>
<!--clusterpublicKeyFile="serverpub.key"privateKeyFile="serverpri.key"/-->
<clusterpublicKeyFile="C:Oracleiaseportsjlibcpub.key"privateKeyFile="C:Oracleiaseportsjlibcpriv.key"/>
</connection>
<environmentid="UTF8">
<envVariablename="NLS_LANG"value="AMERICAN_AMERICA.UTF8"/>
</environment>
<environmentid="zhs">
<envVariablename="NLS_LANG"value="SIMPLIFIEDCHINESE_CHINA.ZHS16GBK"/>
</environment>
<queuemaxQueueSize="1000"/>
<!--
ThevalueoftheidentifierelementisencryptedandisoftheformSERVERACCESSKEY_USER/SERVERACCESSKEY_PASSWORD
SERVERACCESSKEY_USERandSERVERACCESSKEY_PASSWORDin<server>.confandtargets.xml
fileshouldmatchforReportsEMpagestodisplaydatacorrectly.
Correspondingentriesofusernameandpasswordintargets.xml:
<PropertyNAME="Password"VALUE="SERVERACCESSKEY_PASSWORD"ENCRYPTED="FALSE"/>
<PropertyNAME="UserName"VALUE="SERVERACCESSKEY_USER"ENCRYPTED="FALSE"/>
-->
<identifierconfidential="yes"encrypted="yes">ZgZCDkywAUaHwMnb+A6YTggUUX59oOtnJJa6PYd9OXatoaPoa8xDLsPnlpoUKC/SjBYPJfpRUj0A///GoA4Sp/7AwgEhpn6w0YNLDmAqcsix6VRFJ58opHMEBm0H8ieBFVQT5QB6ozKmY5nRv8IpVvaYEEcO+vYxf44MmuzLKfG0vEmtFFlYRHtjtjcG/UPecKzYVcwmMkDCGUyQqiO5a46iVxBWkG8yXnrj4IbETU+JybmAcde0TGjx+25LL5UXHTs0Q3IEJsyk7tFB7yfuppCrEx9meAZg83LbxLZ++135DZT4gMUW5Nggb91QaI+oDk0GNdpecrKJxS8MGa8i91yCqzgRInDNVGOKXQQL4QBVvVZzFAwCVtyRC50gm0i+zDwNlkdaoKndNMoKqjKHYJ5rGQ6VFnrxrAGy3vSeekPhPiths/Cd8YzV49mXlTnjUmlkGFkXe0ku</identifier>
<!--pluginParamname="mailServer">%MAILSERVER_NAME%</pluginParam-->
<!--pluginParamname="proxy"type="file">proxyinfo.xml</pluginParam-->
<pluginParamname="xmlpds"type="file">xmlpds.conf</pluginParam>
<pluginParamname="jdbcpds"type="file">jdbcpds.conf</pluginParam>
<pluginParamname="textpds"type="file">textpds.conf</pluginParam>
</server>
5.Modifytnsnames.oratoincludeatnsnamepointtotargetdatabase
6.Modify<oracle_home>ias oolsuifont.alitoinclude
Arial="SIMFANG.TTF"inthe[PDF:Subset]section
7.restartthereportserver
8.setthereportserverinapplicationtopointtothisreportserver(rep01)
9.printreport
10.inBrowser,type/reports/rwservlet/showjobs?server=rep01">http://<webserver>/reports/rwservlet/showjobs?server=rep01,inthisstep,youcanseethereportjobjustprinted.
Sofar,thereportserveriscreatedsuccessfully.
BTW,intheaboverep01.cluster2.conffile,theresalinebeginingwith<cluster
Thisisusedwhenthereportserverisamemeberofthespecifiedcluster.
解决方案提供商应记住DBaaS通常仅仅是解决方案的一部分。客户之所以与他们的解决方案提供商协同工作,不仅是因为他们出售的产品,而且还因为他们所提供的服务。 |
|