色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

在Oracle iAS 10g中創(chuàng)建Report Server

瀏覽:92日期:2023-11-16 08:54:04
1. rwserver -install rep012. In “Service”, start the rep01 server to create the conf file.3. Open <Oracle_home>reportsconfrep01.conf4. 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='50'/> <!--property name='cacheDir' value='your cache Directory'/--> <!--property name='maxCacheFileNumber' value='max number of cache files'/--> <!--property name='ignoreParameters' value='parameter names to be ignored in constructing cache key, separated by comma ',''/--> </cache> <!--Please do not change the id for reports engine.--> <!--The class specifies below is subclass of _EngineClassImplBase and implements EngineInterface.--> <engine initEngine='1' maxEngine='1' minEngine='0' engLife='50' maxIdle='30' callbackTimeOut='60000'> <property name='sourceDir' value='c:geo;C:WINDOWSFonts'/> <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 initEngine='1' maxEngine='1' minEngine='0' engLife='50' maxIdle='30' callbackTimeOut='60000'/> <!--security 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='report' engineId='rwEng'/> <job jobType='rwurl' engineId='rwURLEng'/> <notification class='oracle.reports.server.MailNotify'> <property name='succnotefile' value='succnote.txt'/> <property name='failnotefile' value='failnote.txt'/> </notification> <!--notification 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='20' idleTimeOut='15'> <orbClient publicKeyFile='clientpub.key'/> <!--cluster publicKeyFile='serverpub.key' privateKeyFile='serverpri.key'/--> <cluster publicKeyFile='C:Oracleiasreportsjlibcpub.key' privateKeyFile='C:Oracleiasreportsjlibcpriv.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 database6. Modify <oracle_home>iastoolsuifont.ali to include Arial = 'SIMFANG.TTF';in the [ PDF:Subset ] section7. restart the report server8. set the report server in application to point to this report server(rep01)9. print report 10. in Browser, type /reports/rwservlet/showjobs?server=rep01'>http://<webserver>/reports/rwservlet/showjobs?server=rep01;, in this step, you can see the report job just printed.So far, the report server is created successfully.BTW, in the above rep01.cluster2.conf file, there's a line begining with; <cluster This is used when the report server is a memeber of the specified cluster.
主站蜘蛛池模板: 特级毛片a级毛免费播放 | 国产午夜精品理论片免费观看 | 九九九九在线精品免费视频 | 久久久久免费视频 | 国产精品久久久久久久免费 | 农村三级孕妇视频在线 | 欧美成人高清手机在线视频 | 日韩精品久久一区二区三区 | 亚洲一级理论片 | 黄色在线不卡 | 国模偷拍在线观看免费视频 | 国产精品19p | 欧美高清一级片 | 看一级毛片一区二区三区免费 | 欧美成人福利视频 | 日韩午夜视频在线观看 | 免费播放欧美毛片 | 美女a毛片 | 久久国产亚洲精品 | a级国产乱理伦片在线观看国 | 久久综合亚洲一区二区三区 | 国产精品亚洲欧美日韩区 | 国产一级毛片亚洲久留木玲 | 免费观看欧美精品成人毛片 | 国产精品日韩欧美在线 | 天堂入口| 免费香蕉成视频成人网 | 久久这里只有精品免费视频 | 那里有黄色网址 | 亚洲国产综合人成综合网站00 | 欧美性猛交xxxxx按摩国内 | 欧美一级aa毛片禁片 | 国产精品福利午夜一级毛片 | 能在线观看的一区二区三区 | 美女黄色在线看 | 免费亚洲视频 | 国产欧美日韩精品a在线观看 | 91aaa免费免费国产在线观看 | rion美乳弹出来四虎在线观看 | 中文字幕日韩精品亚洲七区 | 好吊妞国产欧美日韩视频 |