电脑知识|欧美黑人一区二区三区|软件|欧美黑人一级爽快片淫片高清|系统|欧美黑人狂野猛交老妇|数据库|服务器|编程开发|网络运营|知识问答|技术教程文章 - 好吧啦网

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

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

瀏覽:94日期: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.
主站蜘蛛池模板: 电脑知识|软件|系统|数据库|服务器|编程开发|网络运营|知识问答|技术教程文章 - 好吧啦网 | 色油机-色母机-失重|称重式混料机-称重机-米重机-拌料机-[东莞同锐机械]精密计量科技制造商 | 沈阳庭院景观设计_私家花园_别墅庭院设计_阳台楼顶花园设计施工公司-【沈阳现代时园艺景观工程有限公司】 | 胀套-锁紧盘-风电锁紧盘-蛇形联轴器「厂家」-瑞安市宝德隆机械配件有限公司 | 等离子空气净化器_医用空气消毒机_空气净化消毒机_中央家用新风系统厂家_利安达官网 | 818手游网_提供当下热门APP手游_最新手机游戏下载 | 高压无油空压机_无油水润滑空压机_水润滑无油螺杆空压机_无油空压机厂家-科普柯超滤(广东)节能科技有限公司 | 电销卡_北京电销卡_包月电话卡-豪付网络 | 北京遮阳网-防尘盖土网-盖土草坪-迷彩网-防尘网生产厂家-京兴科技 | 广东教师资格网-广东教师资格证考试网| 耙式干燥机_真空耙式干燥机厂家-无锡鹏茂化工装备有限公司 | 葡萄酒灌装机-食用油灌装机-液体肥灌装设备厂家_青州惠联灌装机械 | 钛板_钛管_钛棒_钛盘管-无锡市盛钛科技有限公司 | 医学动画公司-制作3d医学动画视频-医疗医学演示动画制作-医学三维动画制作公司 | 游泳池设备安装工程_恒温泳池设备_儿童游泳池设备厂家_游泳池水处理设备-东莞市君达泳池设备有限公司 | 污水处理设备维修_污水处理工程改造_机械格栅_过滤设备_气浮设备_刮吸泥机_污泥浓缩罐_污水处理设备_污水处理工程-北京龙泉新禹科技有限公司 | TPE塑胶原料-PPA|杜邦pom工程塑料、PPSU|PCTG材料、PC/PBT价格-悦诚塑胶 | 滚珠丝杆升降机_螺旋升降机_丝杠升降机-德迈传动 | 新车测评网_网罗汽车评测资讯_汽车评测门户报道 | 密封无忧网 _ 专业的密封产品行业信息网 | 水平筛厂家-三轴椭圆水平振动筛-泥沙震动筛设备_山东奥凯诺矿机 包装设计公司,产品包装设计|包装制作,包装盒定制厂家-汇包装【官方网站】 | 北京中创汇安科贸有限公司 | 最新电影-好看的电视剧大全-朝夕电影网 | 合肥白癜风医院_合肥治疗白癜风医院_合肥看白癜风医院哪家好_合肥华研白癜风医院 | 铜镍-康铜-锰铜-电阻合金-NC003 - 杭州兴宇合金有限公司 | 不锈钢钢格栅板_热浸锌钢格板_镀锌钢格栅板_钢格栅盖板-格美瑞 | _网名词典_网名大全_qq网名_情侣网名_个性网名 | 塑料熔指仪-塑料熔融指数仪-熔体流动速率试验机-广东宏拓仪器科技有限公司 | 茶叶百科网-茶叶知识与茶文化探讨分享平台 | 挤出机_橡胶挤出机_塑料挤出机_胶片冷却机-河北伟源橡塑设备有限公司 | 衬氟旋塞阀-卡套旋塞阀-中升阀门首页 | 河南砖机首页-全自动液压免烧砖机,小型砌块水泥砖机厂家[十年老厂] | 上海logo设计 | 建筑资质代办-建筑资质转让找上海国信启航 | 大倾角皮带机-皮带输送机-螺旋输送机-矿用皮带输送机价格厂家-河南坤威机械 | 美缝剂_美缝剂厂家_美缝剂加盟-地老板高端瓷砖美缝剂 | 聚氨酯保温钢管_聚氨酯直埋保温管道_聚氨酯发泡保温管厂家-沧州万荣防腐保温管道有限公司 | 电车线(用于供电给电车的输电线路)-百科 | 信阳网站建设专家-信阳时代网联-【信阳网站建设百度推广优质服务提供商】信阳网站建设|信阳网络公司|信阳网络营销推广 | 不锈钢监控杆_监控立杆厂家-廊坊耀星光电科技有限公司 | 西安烟道厂家_排气道厂家_包立管厂家「陕西西安」推荐西安天宇烟道 |