Standalone Report Service in 10gAS

I have just installed 10gAS R2 (10.1.2.0.2) on Red Hat EL4. I installed the infrastructure and middle-tier on the same box and everything went fine. I have a report server (rep_server1) that is running. I would like to create two other report servers (development and test) that run on the same server. I was told (from a colleague) that using "rwserver -install server=development" is no longer supported in 10.1.2.0.2. I was also told to use OPMN to create the services, so it would be "registered" with OPMN. I have read through the Report Services documentation but was unable to locate any instruction on how to do this. Am I missing something here, or was I mis-informed, or am I just blind?
Thanks in advance,
Dan

Ok, this is what you want to do.
Set your display
setenv DISPLAY 192.45.197.48:0.0Create the standalone reports server
$ORACLE_HOME/bin/rwserver.sh server=testA dialog box will start, and it says starting reports server
WAIT until is says ready, then click the shutdown button
Then
$ORACLE_HOME/bin/addNewServerTarget.sh test
$ORACLE_HOME/opmn/bin/opmnctl stopall
$ORACLE_HOME/opmn/bin/opmnctl startall
$ORACLE_HOME/opmn/bin/opmnctl statusYou should now see your report server listed and it should be alive. Now the server is registered with OPMN and it should be good to go. Deleting the reports server is another story. I'm still trying to figure out how to do that.
Good Luck

Similar Messages

  • Install Report Service with 10gAS?

    I have installed Oracle 10gAS Enterprise (904).
    How can I install 10g Report Service in the same machine and the same ORACLE_HOME?
    please help.....

    When I installed 10g HTTP Server and Webcache, After that, I want to intall Report Service on the same host ( dont want to install infrastructure)
    How can I install report service?

  • SSL and 10gAS Form/Reports Services standalone

    Successfully installed 10g Forms and Reports Services standalone (without Infrastructure). Successfully created a new Reports Service and it has been running OK (with some bugs crashing/restarting reports occasionally, inconsistent web-based information, inconsistent logs). Next step is to get certificate for this SSL working. Note 250532.1 does not help our environment since we don't use Infrastructure. Even tried to use the Command C:\OraHome1\jdk\bin\keytool to begin with certificate but it just does not work. Oracle tech support told me SSL is not yet for standalone FR Services.
    I'd like to know if anyone has other suggestion/experience about configuring SSL on a standalone FR Services to make https working.
    Thanks.

    Here you go. Here is how to make a 9.0.4 Forms and Report Services only install SSL enabled.
    1. Open Enterprise Manager.
    2. Disable Web Cache component.
    2a. optionally stop Enterprise Manager service to save resources.
    3. Edit httpd.conf file.
    3a. On line before ClearModuleList, add this:
    LoadModule ossl_module modules/ApacheModuleOSSL.DLL
    3b. Now after the last AddModule which is just before "<IfDefine SSL>", add this line:
    AddModule mod_ossl.c
    3c. Make sure you have these two lines:
    Listen 80
    Listen 443
    If you have something else like Listen 7777, you can remove these.
    3d. Now add these lines just before "SetEnv PERL5LIB":
    <IfModule mod_ossl.c>
    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl .crl
    SSLPassPhraseDialog builtin
    SSLSessionCache shmcb:logs\ssl_scache(512000)
    SSLSessionCacheTimeout 300
    SSLMutex sem
    SSLLog logs\ssl_engine_log
    SSLLogLevel warn
    <VirtualHost default:443>
    DocumentRoot C:\orahome1\Apache\Apache\htdocs
    ServerName server.yourdomain.com
    ServerAdmin [email protected]
    ErrorLog logs/error_log
    TransferLog "logs/access_log"
    Port 443
    SSLEngine on
    SSLCipherSuite SSL_RSA_WITH_RC4_128_MD5:SSL_RSA_WITH_RC4_128_SHA:SSL_RSA_WITH_3DES_EDE_CBC_SHA:SSL_RSA_WITH_DES_CBC_SHA:SSL_RSA_EXPORT_WITH_RC4_40_MD5:SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
    SSLWallet file:C:\OraHome1\Apache\Apache\conf\ssl.wlt\default
    <Files ~ "\.(cgi|shtml)$">
    SSLOptions +StdEnvVars
    </Files>
    <Directory cgi-bin>
    SSLOptions +StdEnvVars
    </Directory>
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
    CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
    </VirtualHost>
    Listen 443
    </IfModule>
    As you can tell, this is on a Windows server so you'll need to change the location of the default wallet to the correct directory. On Windows, a default wallet with a cert is provided.
    Save the httpd.conf file and restart the HTTP_Server. HTTP and HTTPS now works. HTTPS should prompt you that the cert doesn't match but it is listening.
    Get your wallet configured now and install it. Restart HTTP_Server and you are done.
    That SSL section was borrowed from a test install of 9.0.2.3 that had all of that included. I'm sure you could do the same by borrowing from a full install of 9.0.4.
    Now you could use WebCache which is pretty straight forward. Look on Metalink if you don't want to turn off WebCache on how to configure a wallet with it. I prefer to use Apache SSL but that is just me. :)

  • Forms & Reports Services Standalone 10.1.2.0.2 in a Solaris 10 question.

    Hi everyone
    I have installed Forms & Reports Services Standalone 10.1.2.0.2 in a Solaris 10, it is possible install in this sqlloder utility?
    I need sqlloader access from a form by a 'host' command, is that possible?
    I try this command from the form:
    HOST ('sqlldr user/pass@servicedb control=/home/oracle/controlfile.ctl');
    but it didn't work... is there other way?
    Thanks.

    You can easily create new report servers on a machine. However, to run several reports in parallel you do not need extra servers. You should configure your existing server with extra engines. This can easily be done by changing the maxEngine attribute of the engine section (engine with id=rwEng) in <reportserver>.conf file. You can also manipulate these values through Application server Control. Change the value to 2 and you can run two reports at the same time. depending on available memory you might consider a value of 4 or 8 as well.

  • How to use a Geotrust certificate with standalone forms/reports services

    Hi!
    I have successfully installed the standalone version of Oracle Forms and Reports Services (10.2.0.2). I'm trying to configure things so I can use SSL. I used Wallet Manager to create a CSR and then obtained a certificate from Geotrust. When I try to import it, I get the following message:
    User certificate import has failed because the CA certificate does not exist"
    I don't think I've got a CA certificate. Am I doing this process correctly for the standalone version of Forms and Reports?

    Hi,
    You have to import the CA root certificate into your wallet first. Check with your certificate provider.
    HTH,
    Jim

  • Clone the Forms and Report services standalone server

    I want to clone Forms and Report services standalone server, Is there any easy step by step instruction doc available??

    I havent seen any doc for cloning of forms & reports services alone...
    Usually cloninig is done for the full applns
    Rajesh

  • OAS Forms and Reports Services 10g (9.0.4.0.0)  Standalone Inst for Linux !

    Hi,
    Is available Oracle Application Server Forms and Reports Services 10g (9.0.4.0.0) 'Standalone' Install Option for Linux platform ?
    If yes, where to download it.
    Regards
    Nelson

    http://www.oracle.com/technology/software/products/forms/index.html

  • Reporting Services in both SharePoint 2013 connected and native mode?

    Is it possible to configure Reporting Services (SQL Server 2014) to support both SharePoint 2013 connected mode and local Report Server in native mode on the same server using multiple instances of RS? The reason for this setup is to avoid having to purchase
    SharePoint Enterprise CALs for other users than analysts and still be able to publish standard reports to all employees.
    Management and analysts -> Custom reports published through SharePoint 2013 Enterprise (SP2013 ECALs and SQL Server 2014 core license). Data alerts and Power View enabled if possible.
    All employees -> Standard reports published through Native Mode Report Server (SQL Server 2014 core license). Possible subscriptions.
    I find the official documentation a bit lacking in this area but can't find anything stating against the above. It would be greatly appreciated if someone could confirm before planning the installs.
    What I'm aiming for is somewhat similar to the "2 Tier Topology" described at: Example
    License Topologies and Costs for SQL Server 2014 Self-Service Business Intelligence
    With the difference that there is a separate SQL Server 2014 server used both by SharePoint and as a standalone BI-server.
    SharePoint EE + SQL Server 2014 EE
    Excel Services
    SSRS Add-in (Reporting Services, Power View)
    SQL Server DB for SP Content, Configuration and Service Application DB:s
    SQL Server 2014 EE - SharePoint + Standalone for BI
    SSRS SharePoint Mode
    SSRS Native Mode
    SSAS (Not in SharePoint mode, skipping PowerPivot for now. Would Power View still work?)
    SQL Server DB for Data Warehouse
    = 1 x SharePoint EE Server Licence, 2 x SQL Server 2014 EE Server Licenses?
    Deployment
    Topologies for SQL Server BI Features in SharePoint - Actually gives a good overview in the section "PowerPivot for SharePoint
    2013 and Reporting Services Three Server Deployment". Just remove PowerPivot Service from Server 1 and change the Analysis Services in Server 2 to a regular native multidimensional mode. Server 2 would also be used for native Reporting Services.
    Fallback or even beneficial option to install SSRS in SharePoint mode on the SQL Server instance used for content and configuration?

    Hi Daniel Wikar,
    As per my understanding, you want to install two SQL Server instances on the same server, and configure one of the Reporting Services to SharePoint integrated mode, another to native mode.
    According to my knowledge, multiple instances of Reporting Services on the same computer, where one instance runs in SharePoint integrated mode and the other instance runs in native mode is supported. But we must run all report server instances at the same
    level. For example, if we are using SQL Server 2014, all report server instances must be SQL Server 2014.
    Besides, Analysis Services and Reporting Services can be installed as standalone servers, in scale-out configurations, or as shared service applications in a SharePoint farm. Installing the services in a farm enables BI features that are only available in
    SharePoint, including PowerPivot for SharePoint and Power View.
    For more information about Feature Comparison of SharePoint and Native Mode and Supported and Unsupported Configurations, please refer to the following documents:
    http://msdn.microsoft.com/en-us/library/ms157231.aspx
    http://technet.microsoft.com/en-US/library/bb510781(v=SQL.105).aspx
    For detailed information regarding to the license issue, please call
    1-800-426-9400,
    Monday through Friday, 6:00 A.M. to 6:00 P.M. (Pacific Time) to speak directly to a Microsoft licensing specialist. For international customers, please use the Guide to Worldwide Microsoft Licensing Sites to find contact information in your locations.
    You can also visit the following site for more information and support on licensing issues:
    http://www.microsoft.com/licensing/mla/default.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • Workflows 2013 and SQL Report Services: Configure on Independent Servers or Existing App Servers?

    Currently, my SharePoint 2013 Farm has Workflows 2013 and SQL Report Services installed on app servers, along with other applications. Workflows 2013 isn't working correctly (installed prior to my coming on board with the organization), I'm assuming it
    is a configuration issue, but rather than re-configure, I've read that is recommended to be a standalone server. It was also recommended by a MSFT rep that our report services have its own independent server. Currently, Report Services is also installed on
    an app server that runs other applications on the farm.
    Has anyone had any experience with installing Workflows 2013 and/or SQL Report Services on independent vs. existing application servers?
    Additionally, my existing application servers have 24 GB of RAM (I believe the recommendation for SharePoint production environments is 12 GB), should I plan for the potentially new servers (Workflows and Report Services) to also have 24 GB of RAM? Not really
    sure if it will be needed if they have dedicated tasks.
    Thanks for any input you can provide!

    It entirely depends on load. WFM will work just fine installed on servers in the SharePoint farm. SSRS preferably should go on the end-user facing servers for better performance.
    The questions you're asking are all "it depends" :)
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to install Oracle Report Services in Oracle Application Server 10.1.3.1

    My project is running on Oracle Application Server(OAS) 10.1.3.1, and I need to develop some Oracle Reports for my client.
    But I find out there is not "Oracle Report Services" component in OAS 10.1.3.1 like OAS 10.1.2.
    Is there Oracle Report Services for OAS 10.1.3.1? How to get it?

    Max Yuan wrote:
    You mean I need to install 2 OAS(10.1.2 for report, 10.1.3 for my project), or deploy my project to 11g? For the Reports reporting project, you'll need a version/edition that includes AS Reports Services.
    In "10gr2" that means AS 10.1.2.0.2 (plus Patch set): AS Infrastructure + AS BI&Forms installation (enterprise edition) or the standalone Forms and Reports installation (EE or separate licensing). You also need the Developer Suit (Reports Builder). OFM "11gr1" suite has some version of Reports Services but I don't know the available packages and installation types.

  • SQL Server 2012 Reporting services Report Builder ClickOnce in SharePoint integrated mode

    Hi
    I've installed SSRS 2012 in Integrated Mode with SharePoint 2013.
    I've created RS Application, I have the Content types for Report Builder Report but when I try to create a new Report Builder Report from a document library (using ribbon) it try to lauch the following url
    http://sp2013/bi/_layouts/15/ReportServer/RSAction.aspx?RSAction=ReportBuilder&FileUrl=http://sp2013/_layouts/15/ReportServer/rs.rsapplication&SaveLocation=http%3A%2F%2Fsp2013%2Fbi%2FDocuments&Source=http%3A%2F%2Fsp2013%2Fbi%2FDocuments%2FForms%2FAllItems%2Easpx
    which gives an 404 Not found error
    I've installed Report Builder 3.0 as standalone because from SQL installation I didn't get an Report Builder
    What else should I do ?
    I've noticed that ReportBuilder_3.....application is in webservices folder of sharepoint
    Please help
    Sorin Sandu

    Hi Sorin,
    SQL Server 2012 Reporting Services (SSRS) includes stand-alone and ClickOnce versions of Report Builder. The ClickOnce version can be used with Reporting Services installed in native or SharePoint integrated mode. For more information about how to start
    Report Builder, please see:
    http://msdn.microsoft.com/en-us/library/ms159221(v=sql.110).aspx
    Reference:
    SharePoint 2010 – SQL 2012 Reporting Services
    SharePoint 2010 - SQL 2012 Reporting Services Part 2
    Hope this helps.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Error when installing reporting Services

    Hello!
    I have a
    monitoring infrastructure
    with the
    Operations Manager
    R2 with
    2012 following scenario:
    Hello!
    I have
    a monitoring infrastructure
    with the
    Operations Manager
    R2 with
    2012 following scenario:
    Trust relationship between
    two domains
    (A, B).
    Management server
    in the domain
    "A"
    database in domain "B"
    When I try to
    install reporting services
    function
    on a separate server
    or on the
    existing
    Management Server,
    the error
    occurs as follows:
    This is
    the installation
    log:
    Application Started
    [10:48:33]: Always: :Machine on which Operations Manager is being installed: SERVER
    [10:48:33]: Always: :Current setup user: DOMAIN\scom
    [10:48:33]: Always: :Current setup version: 7.1.10226.0
    [10:48:34]: Always: :Begin: Parse command line.
    [10:48:34]: Debug: :Collected a path value of: E:\Setup\AMD64\
    [10:48:34]: Always: :Begin: Parse command line.
    [10:48:34]: Always: :End: Parse reporting command line switches.
    [10:48:34]: Always: :End: Parse data reader account command line switches.
    [10:48:34]: Always: :End: Parse command line.
    [10:48:34]: Always: :Begin: System State detection.
    [10:48:34]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:34]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:34]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:34]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:34]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:34]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:34]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMCONSOLE
    [10:48:34]: Info: :Version Installed=7.1.10226.0
    [10:48:34]: Info: :Info:Component OMCONSOLE is installed
    [10:48:34]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMSERVER
    [10:48:34]: Info: :Version Installed=7.1.10226.1009
    [10:48:34]: Info: :Info:Component OMSERVER is installed
    [10:48:34]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMWEBCONSOLE
    [10:48:34]: Info: :Version Installed=7.1.10226.0
    [10:48:34]: Info: :Info:Component OMWEBCONSOLE is installed
    [10:48:34]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMREPORTING
    [10:48:34]: Info: :Info:Component OMREPORTING is not installed
    [10:48:34]: Always: :End: System State detection.
    [10:48:34]: Always: :OM component is installed on this machine and it's interactive run.
    [10:48:34]: Info: :Info:this is ARP run
    [10:48:34]: Always: :We have a path entry and we are not uninstalling so we are setting C:\Program Files\Microsoft System Center 2012 R2\Operations Manager to the value installpath.
    [10:48:34]: Info: :SetInstallPath: installpath has a value of C:\Program Files\Microsoft System Center 2012 R2\Operations Manager
    [10:48:34]: Info: :Info:SetComponentSwitches: component list not specified
    [10:48:34]: Always: :Begin: Rationalize components.
    [10:48:34]: Always: :Begin: Rationalize command line arguments (first run).
    [10:48:34]: Always: :RationalizeCommandLineArguments succeeded.
    [10:48:34]: Always: :End: Rationalize command line arguments (first run).
    [10:48:34]: Always: :Begin: Rationalize ARP scenario.
    [10:48:34]: Always: :Begin: Rationalize final steps.
    [10:48:35]: Info: :Beginning evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:35]: Debug: :Condition wasnt defined for rule 'Block Unsupported MOM versions.'.
    [10:48:35]: Info: :Beginning evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:35]: Debug: :Condition wasnt defined for rule 'PreOM12RTMRulesGroup'.
    [10:48:35]: Info: :Version Installed=7.1.10226.1009
    [10:48:35]: Info: :Info:MOMSelect is installed: False
    [10:48:35]: Info: :Info:MOMAEM is installed: False
    [10:48:35]: Info: :Info:MOMEval is installed: False
    [10:48:35]: Info: :Info:MOMOEM is installed: False
    [10:48:35]: Info: :Info:MOMAgent is installed: False
    [10:48:35]: Info: :Info:MOMGW is installed: False
    [10:48:35]: Info: :Info:MOMReporting is installed: False
    [10:48:35]: Info: :Finished evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:35]: Info: :Beginning evaluation of rule 'BlockPre2012SP1'
    [10:48:35]: Debug: :Condition wasnt defined for rule 'BlockPre2012SP1'.
    [10:48:35]: Info: :Version Installed=7.1.10226.1009
    [10:48:35]: Info: :Info:OMServer is installed: False
    [10:48:35]: Info: :Version Installed=7.1.10226.0
    [10:48:35]: Info: :Info:OMConsole is installed: False
    [10:48:35]: Info: :Version Installed=7.1.10226.0
    [10:48:35]: Info: :Info:OMReporting is installed: False
    [10:48:35]: Info: :Info:OMWebConsole is installed: False
    [10:48:35]: Info: :Finished evaluation of rule 'BlockPre2012SP1'
    [10:48:35]: Info: :Finished evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:35]: Info: :Beginning evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:35]: Debug: :Condition wasnt defined for rule 'Check that Unsupported SKU does not exist for SCOM setup.'.
    [10:48:35]: Info: :Info:MOMAEM is installed: False
    [10:48:35]: Info: :Info:MOMEval is installed: False
    [10:48:35]: Info: :Finished evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:35]: Always: :End: Rationalize final steps.
    [10:48:35]: Always: :End: Rationalize components.
    [10:48:35]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:35]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:35]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:35]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:35]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:35]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:35]: Always: :IsValidToInstall: Web Console found already installed; cannot install Server Component.
    [10:48:35]: Error: :Error:IsReportingValidToInstall failed SRS instance not provided
    [10:48:35]: Info: :Start adding DataItems
    [10:48:35]: Info: :Initial Configuration
    [10:48:35]: Info: :Database Configuration
    [10:48:35]: Info: :Data Warehouse Configuration
    [10:48:35]: Info: :Management Server
    [10:48:35]: Info: :Operations console
    [10:48:35]: Info: :Web Console Server
    [10:48:35]: Info: :Reporting Server
    [10:48:35]: Info: :Final Configuration
    [10:48:35]: Info: :Done adding DataItems
    [10:48:35]: Info: :Adding Page StartPageTrack
    [10:48:35]: Info: :Adding Page UpgradeInvalidStartPage
    [10:48:35]: Info: :Adding Page UpgradeInvalidRootPage
    [10:48:35]: Info: :Adding Page ARPStartPageSwitch
    [10:48:35]: Info: :Adding Page ARPAddRemovePage
    [10:48:35]: Info: :Adding Page UpgradePageSwitch
    [10:48:35]: Info: :Adding Page UpgradePage
    [10:48:35]: Info: :Adding Page UpgradeManagementGroupPageSwitch
    [10:48:35]: Info: :Adding Page UpgradeManagementGroupPage
    [10:48:35]: Info: :Adding Page UpgradeEulaPage
    [10:48:36]: Info: :Adding Page RegularStartPageSwitch
    [10:48:36]: Info: :Adding Page ComponentsPageCleanInstall
    [10:48:36]: Info: :Adding Page ComponentsPage
    [10:48:36]: Info: :Adding Page InstallationLocationPage
    [10:48:36]: Info: :Adding Page PrerequisitesProgressPage
    [10:48:36]: Info: :Adding Page AdditionalPrerequisitesPage
    [10:48:36]: Info: :Adding Page InstallScenario
    [10:48:36]: Info: :Adding Page ShortEulaPage
    [10:48:36]: Info: :Adding Page SecondServerOperationalDb
    [10:48:36]: Info: :Adding Page EulaPageCleanInstall
    [10:48:36]: Info: :Adding Page FirstServerOperationalDb
    [10:48:36]: Info: :Adding Page DbPageDataWarehouse
    [10:48:36]: Info: :Adding Page SelectManagementServerForReporting
    [10:48:36]: Info: :Adding Page SelectReportingInstance
    [10:48:36]: Info: :Adding Page SelectManagementServerForWebConsole
    [10:48:36]: Info: :Adding Page WebConsoleSitePage
    [10:48:37]: Info: :Adding Page WebConsoleAuthorizationMode
    [10:48:37]: Info: :Adding Page AccountsInformationPage
    [10:48:37]: Info: :Adding Page ImproveUserExperiencePage
    [10:48:37]: Info: :Adding Page MSFTUpdatePage
    [10:48:37]: Info: :Adding Page ConfigurationSummaryPage
    [10:48:37]: Info: :Adding Page ProgressPage
    [10:48:37]: Info: :Adding Page BlockPage
    [10:48:37]: Info: :Adding Page FinishPage
    [10:48:37]: Info: :Beginning evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:37]: Debug: :Condition wasnt defined for rule 'Block Unsupported MOM versions.'.
    [10:48:37]: Info: :Beginning evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:37]: Debug: :Condition wasnt defined for rule 'PreOM12RTMRulesGroup'.
    [10:48:37]: Info: :Version Installed=7.1.10226.1009
    [10:48:37]: Info: :Info:MOMSelect is installed: False
    [10:48:37]: Info: :Info:MOMAEM is installed: False
    [10:48:37]: Info: :Info:MOMEval is installed: False
    [10:48:37]: Info: :Info:MOMOEM is installed: False
    [10:48:37]: Info: :Info:MOMAgent is installed: False
    [10:48:37]: Info: :Info:MOMGW is installed: False
    [10:48:37]: Info: :Info:MOMReporting is installed: False
    [10:48:37]: Info: :Finished evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:37]: Info: :Beginning evaluation of rule 'BlockPre2012SP1'
    [10:48:37]: Debug: :Condition wasnt defined for rule 'BlockPre2012SP1'.
    [10:48:37]: Info: :Version Installed=7.1.10226.1009
    [10:48:37]: Info: :Info:OMServer is installed: False
    [10:48:37]: Info: :Version Installed=7.1.10226.0
    [10:48:37]: Info: :Info:OMConsole is installed: False
    [10:48:37]: Info: :Version Installed=7.1.10226.0
    [10:48:37]: Info: :Info:OMReporting is installed: False
    [10:48:37]: Info: :Info:OMWebConsole is installed: False
    [10:48:37]: Info: :Finished evaluation of rule 'BlockPre2012SP1'
    [10:48:37]: Info: :Finished evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:37]: Info: :Beginning evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:37]: Debug: :Condition wasnt defined for rule 'Check that Unsupported SKU does not exist for SCOM setup.'.
    [10:48:37]: Info: :Info:MOMAEM is installed: False
    [10:48:37]: Info: :Info:MOMEval is installed: False
    [10:48:37]: Info: :Finished evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:37]: Debug: :OMForwardToStartPageTrackPageHandler: Moving to page ARPStartPageSwitch
    [10:48:37]: Always: :Entering Page: ARPAddRemovePage
    [10:48:40]: Always: :Begin: Rationalize components.
    [10:48:40]: Always: :Begin: Rationalize command line arguments (first run).
    [10:48:40]: Always: :RationalizeCommandLineArguments succeeded.
    [10:48:40]: Always: :End: Rationalize command line arguments (first run).
    [10:48:40]: Always: :Begin: Rationalize ARP scenario.
    [10:48:40]: Always: :Begin: Rationalize final steps.
    [10:48:40]: Info: :Beginning evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:40]: Debug: :Condition wasnt defined for rule 'Block Unsupported MOM versions.'.
    [10:48:40]: Info: :Beginning evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:40]: Debug: :Condition wasnt defined for rule 'PreOM12RTMRulesGroup'.
    [10:48:40]: Info: :Version Installed=7.1.10226.1009
    [10:48:40]: Info: :Info:MOMSelect is installed: False
    [10:48:40]: Info: :Info:MOMAEM is installed: False
    [10:48:40]: Info: :Info:MOMEval is installed: False
    [10:48:40]: Info: :Info:MOMOEM is installed: False
    [10:48:40]: Info: :Info:MOMAgent is installed: False
    [10:48:40]: Info: :Info:MOMGW is installed: False
    [10:48:40]: Info: :Info:MOMReporting is installed: False
    [10:48:40]: Info: :Finished evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:40]: Info: :Beginning evaluation of rule 'BlockPre2012SP1'
    [10:48:40]: Debug: :Condition wasnt defined for rule 'BlockPre2012SP1'.
    [10:48:40]: Info: :Version Installed=7.1.10226.1009
    [10:48:40]: Info: :Info:OMServer is installed: False
    [10:48:40]: Info: :Version Installed=7.1.10226.0
    [10:48:40]: Info: :Info:OMConsole is installed: False
    [10:48:40]: Info: :Version Installed=7.1.10226.0
    [10:48:40]: Info: :Info:OMReporting is installed: False
    [10:48:40]: Info: :Info:OMWebConsole is installed: False
    [10:48:40]: Info: :Finished evaluation of rule 'BlockPre2012SP1'
    [10:48:40]: Info: :Finished evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:40]: Info: :Beginning evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:40]: Debug: :Condition wasnt defined for rule 'Check that Unsupported SKU does not exist for SCOM setup.'.
    [10:48:40]: Info: :Info:MOMAEM is installed: False
    [10:48:40]: Info: :Info:MOMEval is installed: False
    [10:48:40]: Info: :Finished evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:40]: Always: :End: Rationalize final steps.
    [10:48:40]: Always: :End: Rationalize components.
    [10:48:40]: Debug: :CustomDelegates: ForwardToPageBasedOnPropertyValueHandler: Property bag entry for ARPRun is 2.  This means that we will move to a next page id ComponentsPage.
    [10:48:40]: Always: :Entering Page: ComponentsPage
    [10:48:40]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:40]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:40]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:40]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:40]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:40]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:40]: Info: :Server Installed:True  InstallingNow:False
    [10:48:41]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:41]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:41]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:41]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:41]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:41]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:41]: Info: :Server Installed:True  InstallingNow:False
    [10:48:42]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:42]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:42]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:42]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:42]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:42]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:42]: Info: :Server Installed:True  InstallingNow:False
    [10:48:42]: Always: :Entering Page: PrerequisitesProgressPage
    [10:48:43]: Debug: :LoadPrerequisites: Start adding ComponentTitles
    [10:48:43]: Always: :LoadPrerequisites: Start adding DataItems
    [10:48:43]: Always: :memoryCheckTitle
    [10:48:43]: Always: :memoryCheckTitle
    [10:48:43]: Always: :ntfsCheckTitle
    [10:48:43]: Always: :DriveSpaceCheckTitle
    [10:48:43]: Always: :DriveSpaceCheckTitle
    [10:48:43]: Always: :OSVersionCheckTitle
    [10:48:43]: Always: :OSVersionCheckTitle
    [10:48:43]: Always: :PowershellCheckTitle
    [10:48:43]: Always: :DomainControllerCheckTitle
    [10:48:43]: Always: :WindowsInstallerCheckTitle
    [10:48:43]: Always: :PendingRebootCheckTitle
    [10:48:43]: Always: :WinRMCheckTitle
    [10:48:43]: Always: :RemoteRegistryCheckTitle
    [10:48:43]: Always: :ReportViewerCheckTitle
    [10:48:43]: Always: :ClusteredServerCheckTitle
    [10:48:43]: Always: :ActiveDirectoryCheckTitle
    [10:48:43]: Always: :IsComputerNameValidTitle
    [10:48:43]: Always: :SEViewerInstalledCheck
    [10:48:43]: Always: :AVIcodeAgentCheck
    [10:48:43]: Always: :MOMASPAgentInstalledCheck
    [10:48:43]: Always: :IISCheckTitle
    [10:48:43]: Always: :IISMetabaseCheckTitle
    [10:48:43]: Always: :AspNetCheckTitle
    [10:48:43]: Always: :WindowsAuthRoleCheckTitle
    [10:48:43]: Always: :StaticContentRoleCheckTitle
    [10:48:43]: Always: :DefaultDocumentRoleCheckTitle
    [10:48:43]: Always: :DirectoryBrowsingRoleCheckTitle
    [10:48:43]: Always: :HttpErrorsRoleCheckTitle
    [10:48:43]: Always: :HttpLoggingRoleCheckTitle
    [10:48:43]: Always: :RequestMonitorRoleCheckTitle
    [10:48:43]: Always: :RequestFilterRoleCheckTitle
    [10:48:43]: Always: :StaticContentCheckTitle
    [10:48:43]: Always: :IISConsoleCheckTitle
    [10:48:43]: Always: :IsapiAllowedCheckTitle
    [10:48:43]: Always: :IsAspNetIntegratedHandlerInstalledTitle
    [10:48:43]: Always: :HttpActivationCheckTitle
    [10:48:43]: Always: :HttpActivationCheckTitle
    [10:48:43]: Always: :LoadPrerequisites: Done adding prerequisites checks
    [10:48:43]: Info: :Approximated Memory = 8192
    [10:48:43]: Info: :Approximated Memory = 8192
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and MemoryCheck-1gbFail: 0CheckPrerequisites:   Logic Type:and MemoryCheck-2gbWarn: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  memoryCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and NTFSDrive-Fail: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  ntfsCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and DriveSpaceCheck-Fail: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  DriveSpaceCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:     ProductType was not a match.  Looking for: LanmanNT Found: ServerNTCheckPrerequisites:   Logic Type:or OSVersion-w2k8R2-Fail: 2CheckPrerequisites:   Logic
    Type:or OSVersion-w2k8R2-Fail: 0CheckPrerequisites:   Logic Type:and ArchitectureIs64Check-Fail: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  OSVersionCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[Successfully parsed version numbers.  Required: 3.1  Actual: 5.0CheckPrerequisites:   Logic Type:and WindowsInstallerVersionCheckDelegate-v31: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  WindowsInstallerCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Error: :<![CDATA[CheckPrerequisites:   Logic Type:and PendingReboot-Fail: 1]]>
    [10:48:43]: Error: :
    [10:48:43]: Error: :CheckPrerequisites:  PendingRebootCheckTitle: Warning
    [10:48:43]: Error: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and ADCheck-Fail: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  ActiveDirectoryCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[IsComputerNameValid: Hostname: SERVER  Len: 6CheckPrerequisites:   Logic Type:and IsComputerNameValid: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  IsComputerNameValidTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and AvicodeAgentInstalled-x86: 0CheckPrerequisites:   Logic Type:and AvicodeAgentInstalled-x64: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  AVIcodeAgentCheck: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :IsServiceInstalled: RemoteRegistry?  True.
    [10:48:43]: Debug: :ServiceControlFunctions.IsEnabledAndRunning(): Starting...
    [10:48:43]: Debug: :IsServiceInstalled: RemoteRegistry?  True.
    [10:48:43]: Debug: :ServiceControlFunctions.IsEnabledAndRunning(): Checking second time because first time result was False.
    [10:48:43]: Debug: :IsServiceInstalled: RemoteRegistry?  True.
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and PassIfWin8Anything: 0CheckPrerequisites:   Logic Type:and ServiceCheck-WinRM-enabled: 0CheckPrerequisites:   Logic Type:or ServiceCheck-WinRM-running:
    2]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  RemoteRegistryCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Always: :CheckPrerequisites: Return Value 1
    [10:48:43]: Always: :Entering Page: AdditionalPrerequisitesPage
    [10:48:43]: Info: :Info:Attempting to get the text for the prereq: PendingRebootCheckTitle
    [10:48:45]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:45]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:45]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:45]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:45]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:45]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:45]: Always: :Entering Page: SelectReportingInstance
    [10:48:45]: Always: :SQL Server SRS Instance (escaped name) RS_MSSQLSERVER
    [10:48:45]: Info: :Attempting to get the SSRS version from:
    \\SERVER\Root\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER:__NAMESPACE
    [10:48:45]: Debug: :Path is
    \\SERVER\Root\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER\V11:MSReportServer_Instance
    [10:48:45]: Always: :SRS instance on SERVER. Version 11.0.3000.0.
    [10:48:45]: Always: :No SRS instances on SERVER.
    [10:48:45]: Info: :Info: SERVER SRS version = 11.1.3000.0
    [10:48:45]: Info: :Attempting to check SRS version
    [10:48:45]: Info: :Info: SERVER SRS version = 11.1.3000.0
    [10:48:45]: Info: :Attempting to check SRS version
    [10:48:45]: Info: :Info: SERVER SRS version = 11.1.3000.0
    [10:48:46]: Debug: :GetSRSProperties: SRS Server is: SERVER.
    [10:48:46]: Always: :GetSRSProperties: SRS Instance is: MSSQLSERVER
    [10:48:46]: Debug: :GetSRSProperties:  Actual SRS reg location is: SOFTWARE\Microsoft\Microsoft SQL Server\MSRS11.MSSQLSERVER\Setup
    [10:48:46]: Info: :Attempting to get the SSRS version from:
    \\SERVER\Root\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER:__NAMESPACE
    [10:48:47]: Debug: :GetSRSProperties: SRS DatabaseServerName is SERVER.
    [10:48:47]: Debug: :GetSRSProperties: SRS InstanceName is MSSQLSERVER.
    [10:48:47]: Debug: :GetSRSProperties: SRS DatabaseName is ReportServer.
    [10:48:47]: Debug: :GetSRSProperties: SRS Report Server folder is C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\.
    [10:48:47]: Debug: :GetSRSProperties: SRS Config File is C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\rssrvpolicy.config.
    [10:48:47]: Debug: :GetSRSProperties: SRS binary folder is C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\bin.
    [10:48:47]: Info: :Attempting to get the SSRS version from:
    \\SERVER\Root\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER:__NAMESPACE
    [10:48:47]: Info: :Info:Found url for given RS instance:SERVER. RS
    URL:https://SERVER.DOMAIN.com.br:443/ReportServer
    [10:48:47]: Debug: :GetSRSProperties: ReportServer Url is
    https://SERVER.DOMAIN.com.br:443/ReportServer.
    [10:48:47]: Always: :Reporting URL:
    https://SERVER.DOMAIN.com.br:443/ReportServer
    [10:48:47]: Info: :Attempting to connect to above URL
    [10:49:12]: Always: :Create dummy schedule
    [10:49:19]: Always: :Delete dummy schedule
    [10:49:20]: Always: :Entering Page: AccountsInformationPage
    [10:49:42]: Info: :Info:AccountsInformationPage: In OnNextFinalValidationsDoWork to validate account access.
    [10:50:03]: Error: :Error:Could not validate the specified account because the SQL Server Instance was null.
    [10:50:03]: Info: :Standalone Reporting needs to validate the Data Reader account against the Management Group for clean install.
    [10:50:03]: Error: :Error:GetUserNameGivenAccount: Account Name was not specified
    [10:50:03]: Error: :Failed to check if Data Reader account is same as that in the management group: Threw Exception.Type: System.ArgumentNullException, Exception Error Code: 0x80004003, Exception.Message: Value cannot be null.
    Parameter name: account.accountUserName
    [10:50:03]: Error: :StackTrace:   at Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.SetupUtils.GetUserNameGivenAccount(Account account, String& userName)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingComponent.IsDataReaderAccountSameInManagementGroup(Account dataReaderAccount, String managementServerName)
    [10:50:03]: Info: :Info:AccountsInformationPage: Async account validation thread returned to UI thread.

    The user running setup is not in sysadmin role in the reporting database. This one took a little bit longer to tackle. The SDK account (the
    Data Reader and Data Writer account as well) did have sysadmin permissions on that database
    (ReportServer).
    Verify that user who used in setup has sysadmin role
    Also checked the Data Warehouse database (hosted on the same server) and the same permissions were in place there as well. A last check was performed on
    Security > Server Roles > sysadmin.
    Also you can refer below link
    http://thoughtsonopsmgr.blogspot.com/2011/08/scom-r2-reporting-installation-keeps-on.html
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical

  • InternalCatalogException in Reporting Services 2008 - no reports rendering

    Hi all,
    We've had an unexpected outage on two of our reporting services server overnight and we're hoping someone can point us in the right direction.  We have a Windows Server 2008 machine running about 5 instances of reporting services in standalone, non-IIS
    mode.
    Two of these instances have started hitting exceptions when rendering any reports.  I include an excerpt from the log below.
    The first evidence of a problem in the log is an InternalCatalogException, of which I can find many unrelated hits when searching the forums so I don't think this is specific enough to trace.  I do note a reference to "segmentedChunkStore" in the
    text which seems like a better clue.
    I've eliminated the idea of a machine/OS issue due to several instances not affected by this problem.  There is some possibly related info which may help:
    -This machine is a HyperV VM which has been moved between hosts within the last few weeks. In the process, all Report Server databases were backed up and restored at the new site.
    - It uses a Custom Authentication extension authored by us.
    - Within the last few days, users of three RS instances advised that a role permission they had prior to the move (Consume Reports Task) was no longer granted.  I had to re-grant this to the role.  The two
    RS instances now experiencing the InternalCatalogException issue raised an error at the time about not being able to find a group when I granted the task.  I added the group, granted again, and it granted without error so I thought nothing more
    of it.
    - These two RS instances have been working fine since the HyperV host move right up until last night.
    - The machine had several Windows Updates queued up which were installed last night.  Since completion of the updates and subsequent reboot, these two Reporting Services instances now raise this InternalCatalogException error when trying to render any
    reports from Report Manager, Report Server, or previous from Report Viewer.
    At this point, I'm suspecting some sort of data corruption has occurred in the ReportServer databases, initially causing the loss of the Consume Reports permission and, after a reboot, these exeptions. But any suggestions on how to troubleshoot further greatly
    appreciated. Here is the excerpt from the log.
    library!ReportServer_0-1!8d4!09/19/2012-20:55:53:: Call to GetItemTypeAction(/Risk Manager/Dashboard Module/Medsys/IncConseqCountYTD).
    library!ReportServer_0-1!12f0!09/19/2012-20:55:53:: Call to GetItemTypeAction(/Risk Manager/Dashboard Module/Medsys/IncCount13Months).
    library!ReportServer_0-1!f98!09/19/2012-20:55:53:: Call to GetItemTypeAction(/Risk Manager/Dashboard Module/Medsys/my30DayActionList).
    library!ReportServer_0-1!10c0!09/19/2012-20:55:53:: Call to GetItemTypeAction(/Risk Manager/Dashboard Module/Medsys/org30DayStatusPanel).
    library!ReportServer_0-1!830!09/19/2012-20:55:54:: i INFO: RenderForNewSession('/Risk Manager/Dashboard Module/Medsys/org30DayStatusPanel')
    library!ReportServer_0-1!830!09/19/2012-20:55:54:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.,
    segmentedChunkStore;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    library!ReportServer_0-1!830!09/19/2012-20:55:55:: i INFO: Exception InternalCatalogException dumped to: C:\Program Files\Microsoft SQL Server\MSRS10.TESTIMPACRS\Reporting Services\Logfiles flags= ReferencedMemory, AllThreads, SendToWatson
    chunks!ReportServer_0-1!830!09/19/2012-20:55:55:: w WARN: Rolling back shared chunk transaction for snapshot '49663ae9-6692-4ea2-8a5d-210de4729653', Permanent=False.
    library!ReportServer_0-1!830!09/19/2012-20:55:55:: w WARN: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    library!ReportServer_0-1!ff8!09/19/2012-20:55:55:: i INFO: RenderForNewSession('/Risk Manager/Dashboard Module/Medsys/my30DayStatusPanel')
    library!ReportServer_0-1!8d4!09/19/2012-20:55:55:: i INFO: RenderForNewSession('/Risk Manager/Dashboard Module/Medsys/triCountPanel')
    library!ReportServer_0-1!8d4!09/19/2012-20:55:55:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details., segmentedChunkStore;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    library!ReportServer_0-1!ff8!09/19/2012-20:55:55:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details., segmentedChunkStore;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    chunks!ReportServer_0-1!ff8!09/19/2012-20:55:55:: w WARN: Rolling back shared chunk transaction for snapshot '68d6456c-1ed0-46eb-8bec-37b04f94065a', Permanent=False.
    library!ReportServer_0-1!ff8!09/19/2012-20:55:55:: w WARN: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    library!ReportServer_0-1!8d4!09/19/2012-20:55:56:: i INFO: Exception InternalCatalogException dumped to: C:\Program Files\Microsoft SQL Server\MSRS10.TESTIMPACRS\Reporting Services\Logfiles flags= ReferencedMemory, AllThreads, SendToWatson
    chunks!ReportServer_0-1!8d4!09/19/2012-20:55:56:: w WARN: Rolling back shared chunk transaction for snapshot '464d6ec5-f256-4633-97d9-792c700931a0', Permanent=False.
    library!ReportServer_0-1!8d4!09/19/2012-20:55:56:: w WARN: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    library!ReportServer_0-1!b90!09/19/2012-20:55:56:: i INFO: RenderForNewSession('/Risk Manager/Dashboard Module/Medsys/my30DayActionList')
    library!ReportServer_0-1!b90!09/19/2012-20:55:56:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details., segmentedChunkStore;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    library!ReportServer_0-1!1598!09/19/2012-20:55:57:: i INFO: RenderForNewSession('/Risk Manager/Dashboard Module/Medsys/IncCount13Months')
    library!ReportServer_0-1!b90!09/19/2012-20:55:57:: i INFO: Exception InternalCatalogException dumped to: C:\Program Files\Microsoft SQL Server\MSRS10.TESTIMPACRS\Reporting Services\Logfiles flags= ReferencedMemory, AllThreads, SendToWatson
    chunks!ReportServer_0-1!b90!09/19/2012-20:55:57:: w WARN: Rolling back shared chunk transaction for snapshot '94bb87a7-bece-454e-b418-78b18b9eacb1', Permanent=False.
    library!ReportServer_0-1!b90!09/19/2012-20:55:57:: w WARN: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    library!ReportServer_0-1!8d4!09/19/2012-20:55:57:: i INFO: RenderForNewSession('/Risk Manager/Dashboard Module/Medsys/IncConseqCountYTD')
    library!ReportServer_0-1!1598!09/19/2012-20:55:57:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details., segmentedChunkStore;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    library!ReportServer_0-1!8d4!09/19/2012-20:55:58:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details., segmentedChunkStore;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    chunks!ReportServer_0-1!8d4!09/19/2012-20:55:58:: w WARN: Rolling back shared chunk transaction for snapshot 'e254656f-6c22-49e6-b473-5ed986e0a730', Permanent=False.
    library!ReportServer_0-1!8d4!09/19/2012-20:55:58:: w WARN: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    library!ReportServer_0-1!1598!09/19/2012-20:55:58:: i INFO: Exception InternalCatalogException dumped to: C:\Program Files\Microsoft SQL Server\MSRS10.TESTIMPACRS\Reporting Services\Logfiles flags= ReferencedMemory, AllThreads, SendToWatson
    chunks!ReportServer_0-1!1598!09/19/2012-20:55:58:: w WARN: Rolling back shared chunk transaction for snapshot 'e15cc0b9-c8b1-446a-a3bf-da2ceba6273d', Permanent=False.
    library!ReportServer_0-1!1598!09/19/2012-20:55:58:: w WARN: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.
    library!WindowsService_0!14a0!09/19/2012-21:01:07:: i INFO: Call to CleanBatch()
    library!WindowsService_0!14a0!09/19/2012-21:01:13:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings.
    Regards,
    Michael

    There are some more objects that reference the hardcoded temp DB of the ReportingServer:
    - dbo.ExtendedDataSources (VIEW)
    - dbo.ExtendedDataSets (VIEW)
    - dbo.ExtendedCatalog (FUNCTION)
    I've created a TSQL Script which does the job for you. The script below creates a script that can be executed on a renamed ReportingServer DB. 
    Just set appropriate values for the variables @oldTempDB and
    @newTempDB 
    SET NOCOUNT ON
    GO
    IF EXISTS (SELECT * FROM tempdb..sysobjects WHERE id=OBJECT_ID('tempdb..#tmp_objects')) DROP TABLE #tmp_objects
    GO
    DECLARE @oldTempDB varchar(150), @newTempDB varchar(150)
    SET @oldTempDB='ReportServer$TempDB'
    SET @newTempDB='MY_ReportServer$TempDB'
    SELECT
    CASE type_desc
    WHEN 'VIEW'
    THEN 'VIEW'
    WHEN 'SQL_STORED_PROCEDURE'
    THEN 'PROC'
    WHEN 'SQL_TRIGGER'
    THEN 'TRIGGER'
    WHEN 'SQL_SCALAR_FUNCTION'
    THEN 'FUNCTION'
    WHEN 'SQL_INLINE_TABLE_VALUED_FUNCTION'
    THEN 'FUNCTION'
    WHEN 'SQL_TABLE_VALUED_FUNCTION'
    THEN 'FUNCTION'
    END AS objectType
    , m.definition AS SQLCommand
    , s.name AS SchemaName
    , o.name as ObjectName
    , s.name + '.' + o.name AS objectFullName
    , 0 AS done
    , 0 AS success
    , NEWID() AS ID
    , LEN(m.definition) AS Length
    INTO #tmp_objects
    FROM sys.objects o
    INNER JOIN sys.all_sql_modules m
    ON m.object_id=o.object_id
    INNER JOIN sys.schemas s
    ON s.schema_id=o.schema_id
    WHERE type_desc IN (
    'VIEW'
    , 'SQL_STORED_PROCEDURE'
    , 'SQL_TRIGGER'
    -- , 'USER_TABLE'
    , 'SQL_SCALAR_FUNCTION'
    , 'SQL_TABLE_VALUED_FUNCTION'
    , 'SQL_INLINE_TABLE_VALUED_FUNCTION'
    AND PATINDEX('%' + @oldTempDB + '%', m.definition)>0
    AND PATINDEX('%' + @newTempDB + '%', m.definition)=0
    PRINT 'BEGIN TRANSACTION'
    PRINT 'SET NUMERIC_ROUNDABORT OFF'
    PRINT 'GO'
    PRINT 'SET ANSI_PADDING, ANSI_WARNINGS, CONCAT_NULL_YIELDS_NULL, ARITHABORT, QUOTED_IDENTIFIER, ANSI_NULLS ON'
    PRINT 'GO'
    DECLARE @SQLDefinition VARCHAR(MAX), @ObjectName VARCHAR(200), @ObjectType VARCHAR(50), @CommandID VARCHAR(50), @ObjectFullName VARCHAR(350), @SchemaName VARCHAR(50), @searchPattern varchar(250), @reverseSearchPattern varchar(250)
    DECLARE @LineBreakPos INT, @Pos INT, @patternCounter INT
    WHILE EXISTS(
    SELECT *
    FROM #tmp_objects
    WHERE done=0
    BEGIN
    SELECT TOP 1
    @CommandID=ID
    FROM #tmp_objects
    WHERE done=0
    ORDER BY objectName
    /*-----------------------create output-----------------------------------------*/
    SELECT
    @SQLDefinition=t.SQLCommand
    , @ObjectName=t.objectName
    , @SchemaName=t.SchemaName
    , @ObjectFullName=t.objectFullName
    , @ObjectType=t.objectType
    FROM #tmp_objects t
    WHERE
    t.ID=@CommandID
    SET @patternCounter=0
    /************replace create by alter and oldTempDB by newTempDB***********/
    WHILE @patternCounter<4
    BEGIN
    IF @patternCounter=0 SET @searchPattern='%CREATE %' + @ObjectType +'% %' + @SchemaName + '.' + @ObjectName + '%'
    IF @patternCounter=1 SET @searchPattern='%CREATE %' + @ObjectType +'% %[' + @SchemaName + '].' + @ObjectName + '%'
    IF @patternCounter=2 SET @searchPattern='%CREATE %' + @ObjectType +'% %[' + @SchemaName + '].[' + @ObjectName + ']%'
    IF @patternCounter=3 SET @searchPattern='%CREATE %' + @ObjectType +'% %' + @SchemaName + '.[' + @ObjectName + ']%'
    SET @reverseSearchPattern=REPLACE(REVERSE(@SearchPattern),'[','[[]')
    SET @SearchPattern=REPLACE(@SearchPattern,'[','[[]')
    IF PATINDEX(@searchPattern, @SQLDefinition)>0
    BEGIN
    SET @patternCounter=99
    SET @SQLDefinition= REPLACE(
    SUBSTRING(
    SUBSTRING(@SQLDefinition,
    1,
    LEN(@SQLDefinition) - PATINDEX(@ReverseSearchPattern, REVERSE(@SQLDefinition))+1
    PATINDEX(@searchPattern, @SQLDefinition),
    LEN(@SQLDefinition)
    'CREATE ',
    'ALTER '
    + SUBSTRING(
    @SQLDefinition, LEN(@SQLDefinition) - PATINDEX(@ReverseSearchPattern, REVERSE(@SQLDefinition))+2
    , LEN(@SQLDefinition)
    SET @SQLDefinition=REPLACE(@SQLDefinition, @oldTempDB, @newTempDB)
    END
    ELSE
    BEGIN
    SET @patternCounter=@patternCounter+1
    END
    END
    IF @patternCounter=99 /*found pattern*/
    BEGIN
    /************END replace create by alter*******/
    PRINT ''
    PRINT ''
    PRINT '/******ALTER ' + @ObjectType + ' ' + @ObjectFullName + '******/'
    PRINT 'PRINT ''******ALTER ' + @ObjectType + ' ' + @ObjectFullName + '*******'''
    PRINT 'GO'
    SET @LineBreakPos=CHARINDEX(CHAR(13)+CHAR(10), LEFT(@SQLDefinition,8000))
    IF @LineBreakPos>0 AND LEN(@SQLDefinition)>=8000
    BEGIN
    SET @Pos=1
    WHILE @LineBreakPos>0
    BEGIN
    PRINT SUBSTRING(@SQLDefinition, @Pos, @LineBreakPos-1)
    SET @Pos=@Pos + @LineBreakPos+1
    SET @LineBreakPos=CHARINDEX(CHAR(13)+CHAR(10), SUBSTRING(@SQLDefinition, @Pos, 8000))
    END
    END
    ELSE
    BEGIN
    PRINT @SQLDefinition
    END
    PRINT ''
    PRINT 'GO'
    PRINT 'IF @@ERROR>0 BEGIN ROLLBACK TRANSACTION ''Errors occured, script abborded'' SET NOEXEC ON END'
    PRINT 'GO'
    /*---------------------------end output----------------------------------------------*/
    END
    UPDATE TG
    SET TG.done=1
    , TG.success=(CASE WHEN @patternCounter=99
    THEN 1
    ELSE 0
    END
    FROM #tmp_objects TG
    WHERE
    TG.ID=@CommandID
    END
    PRINT 'IF @@TRANCOUNT>0 BEGIN COMMIT TRANSACTION PRINT ''Successful'' END '
    PRINT 'GO'
    PRINT 'SET NOEXEC OFF'
    Select *
    FROM #tmp_objects
    WHERE success=0
    DROP TABLE #tmp_objects
    Execute this script in MSSQL Management Studio or in a similar tool and copy the created script from the "Messages" pane. If any object fails a table containing them will appear in the results pane.
    Make sure you check the resulting script first before executing to avoid accidential altering of an object.
    have fun with it! ...and thanks to microsoft for making us an extra loop...
    Claude

  • SCCM 2012 - Migrating SQL components to cluster including Reporting Services

     
    Current SCCM 2012 environment:
     - CAS with database on remote SQL (non-cluster) server in a named instance - SQLSRV\CASINST 
     - SQL Reporting Services in also installed in the SQLSRV\CASINST instance 
     - The SCCM Reporting Services Point role is installed on the SQLSRV\CASINST instance 
     - Primary server with database on the same remote SQL (non-cluster) server in a different named instance - SQLSRV\PRIINST 
    Now I would like to move all of the database stuff to an existing SQL 2008 R2 cluster (SQLCLUSTER) and decommission the SQLSRV server.  SQLCLUSTER already exists and the default instance is already in use (for other applications) for both database engine
    services and reporting services.
    From my understanding:
     - SQL 2008 R2 Reporting Services cannot be clustered
     - Best practise is to install Reporting Services Point on a remote site server rather than a CAS server
     - SSRS can be installed on nodes in SQL cluster as standalone installs - with the caviat that they don't use instance names already in use
    So I plan to:
     - Move CAS database to new named instance on cluster eg SQLCLUSTER\CASINST 
     - Move primary database to new named instance on cluster eg SQLCLUSTER\PRIINST 
     -  Install SQL Reporting Services on one of the cluster nodes (unclustered) using a named SSRS instance eg SQLCLUSTERNODE1\SCCMREPORTING
    -  This article points out some interesting results of not have a default instance -  http://magalhaesv.wordpress.com/2012/05/24/system-center-configuration-manager-x-sql-server-reporting-services-x-wmi-english-version/
     - Move Reporting Services Point from SQLSRV\CASINST to the cluster node eg SQLCLUSTERNODE1\SCCMREPORTING
    I have read on some forums (eg
    http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/40ad0cb4-a464-4576-b824-957ed6e1b2e2) things like '' If you have an app like SCCM that requires a default instance of SSRS, you are out of luck if your cluster already has a default
    instance of the database engine.", but I cannot find this anywhere in Microsoft documentation.  From the MS documentation (http://technet.microsoft.com/en-us/library/7fd0d4f5-14e0-4ec7-b2e6-3b67487df555#BKMK_InstallReportingServicesPoint)
    I understand that as long the current user has read access to WMI on the remote site server where SQL Reporting Services is installed, you should be able to use a named instance for SQL Reporting Services and successfully install the Reporting Services Point
    on it.
    So a 2 part question:
     - Anybody see any obvious flaws in my high level plan?
     - Anybody care to comment on the SCCM requiring a default instance of SSRS?
    My Microsoft Core Infrastructure & Systems Management blog -
    blog.danovich.com.au

    Yes, I know this is an old post, I’m trying to clean them up, Did you figure this out, if so how?
    http://www.enhansoft.com/
    Hi Garth,
    Yes we moved the DBs and RS as outlined above. As expected, we needed to have a default instance of RS because otherwise the SCCM console doesn't see the Reporting Services instance when you try to deploy the Reporting Services site role.
    So the above plan worked.
    My Microsoft Core Infrastructure & Systems Management blog -
    blog.danovich.com.au

  • Query on install Oracle AS Forms and Reports Services

    Hi All,
    I want to install 'Oracle Internet Application Server Products - Forms and Reports', I referenced the 'Forms and Reports Services Installation Guides 10g Release 2(10.1.2) for Windows B16392-02'.
    I install successfully up to Chapter 5.
    When I jump into Chapter 6 of the release (Configuring Forms and Reports Services to Use an Oracle Application Server Infrastructure), I followed the guideline but could not see my AS has any way to allow me to configure Oracle Identity Management/OracleAS Metadata Repository/Starting OPMN Services/Testing the Configuration.... Is it because my AS is just for Forms and Reports and not a full feature one? How I can test my AS is working?
    On the other hand, is it possible to migrate forms and reports from old version like Developer 2000 4.5 to 10g? Any reference or suggestion?
    And what I need to do more with the current AS in order to allow me to upload forms and reports to it? Please kindly advise.
    Best Regards
    AC

    Hi AC!
    There are two versions of Forms and Reports: one standalone and one as part of the Application Server. The second one will offer the Infrastructure. If you use the second one then you will have an Infrastructure after the installation.
    Seems to me that you do not have the complete AS but the standalone version.
    cu
    Andreas

Maybe you are looking for

  • How to correct the time on a bunch of photos?

    I have imported a bunch of photos, but the time of the camera was not correctly set. Now I have to change the time of each photo by adding 4h 45'. Is there an efficient way to do this? (There is Photos → Batch Change... but this offers to add x minut

  • CCITTG4 import

    I am working in unstructured FrameMaker v7.2p158 on Windows XP 2002 service pack 3. I import a CCITTG4 file by reference, and then scale it to fill an anchored frame that covers most of the page. The preview of the CCITTG4 file fills the anchored fra

  • How to make a contact sheet in bridge

    Hi, I'm new to using bridge.  I'm taking a photography class this semester and I need to make a contact sheet.  The professor showed us, very quickly, how to do it and now I'm lost. Any help will be appreciated.  I'm running Bridge CC Thanks Travis

  • Critical scenario

    I have one problem..... ......... ... company is selling the goods to the customer which is based in mumbai , so what they are doing they create a virtual depot in mumbai and doing stock transfer to that depot and then selling the goods from that dep

  • Regarding order by clause

    the values of a column are: 1 - 5 hours 20 mins - 1hr greater than 5 hours less than20 mins I want the output in the order as: less than20 mins 20 mins - 1hr 1 - 5 hours greater than 5 hours This is neither ascending nor descending order. Is there an