Need To Trace Reports Server Connection to Database

Hi,
A customer is getting intermittent "Unable to connect to database" errors when running Oracle Reports.
We have tried teaking the Reports server's configuration, but the errors are still occuring.
I know how to set up a trace on the Reports server, but wonder how best to trace the server's connection/attempted connection to the database.
Is it possible to trace attempted connections?
Database is 9i 9.2.0.6, Reports server is OracleAS 10g 9.0.4.2.
Any suggestions greatly appreciated.
Jim

There is a parameter SQL_TRACE which you can turn on and it will start tracing all the sessions at database level which is not preferred way. You need to enable the trace for only report server sessions for troubleshooting and you can do this by enabling the trace in specific sessions. You can do something like this:
Connect to database using report server
On the server identify the sessions belongs to report server connection
Enable the tracing for those sessions by using:
SQL> exec dbms_system.set_sql_trace_in_session(SID,SERIAL#,true);
You can find the SID and SERIAL# (if your report server session) in V$SESSION view in database.
Then find the trace files in path defined user_dump_dest parameter. After getting the trace file use TKPROF to parse it. Just type at command prompt:
tkprof abc.trc abc.txt
It will convert the trace file into readable format.
Best Of Luck.
Daljit Singh

Similar Messages

  • Error Connecting Crystal Report Server XI to Database

    I am trying to install Crystal Reports Server XI on a server running Windows Server 2008 R2 (64 bit).  The software installs fine; however, when I try to login to the CMS (central management server), I get the following error:
    Falied to retrieve cluster name from the database.  Reason: Unable to connect to the database using the provided connection string.  Reason: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
    If I go to the configuration tab of the CMS and specify my data source, it acts like it is set up correctly.
    I am not sure what the problem is.  Does anyone have an idea?
    Thanks.
    Danielle

    Make sure that you have the 32bit ODBC driver activated for your BOBJ repository connection (configure this using odbccad32.exe)
    Regards,
    Stratos
    PS: I assume that Windows 2008 and SQL server 2008 were never officially supported for CRS XI. But I guess that also official support for CRS XI has already expired.

  • Can a 2008 Reporting Server Connect to a 2012 SQL Database

    The current report server and database server are both SQL Server 2008 R2 Enterprise.  We have a 2012 SQL Server that we will be migrating the database to so my question is, will there be any problems connecting to the 2012 SQL Sever database from a
    2008 Report Server?  We will be moving the report server to 2012 eventually but not anytime soon.  Any feedback would be appreciated.  Thank you.
    - Tae
    tae yang

    It seems to be working fine provided if you keep the compatibility level to 100.
    Refer this link
    https://msdn.microsoft.com/en-us/library/ms156016.aspx
     The schema of the report server database must be compatible with the report server instance. If the database is in an older format,
    you will be prompted to upgrade it to the current format. Newer versions cannot be down graded to an older version. If you have a newer report server database, you cannot use it with an earlier version of a report server instances
    --Prashanth

  • ReportViewer control not connecting to the report server - Connection refused

    I'm having an issue with connecting to SQL report server using the ReportViewer control.  Thing is when I connect to the reporting services web service (http://10.3.27.80/ReportServer/ReportService2010.asmx)
    it works fine and I can successfully pull the data I need.  But when I use the web control, its then that I cannot connect.  Here's my code:
    ASP.net code:
    <%@ Page Title="Reports" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Results.aspx.cs" Inherits="RSReportViewer.Results" %>
    <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>
    <asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
    <rsweb:ReportViewer ID="ReportViewer2" runat="server" Width="90%" ProcessingMode="Remote">
    <ServerReport ReportServerUrl="http://10.3.27.80:80/" />
    </rsweb:ReportViewer>
    Error message:
    ConnectionRefused
    Inner Exception: No connection could be made because the target machine actively refused it 176.74.176.178:8080
    I have not got the IP signified above configured anywhere throughout my solution!  So not sure where its getting that in the message.
    Stack trace:
       at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.GetSecureMethods()
       at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.IsSecureMethod(String methodname)
       at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.SetConnectionSSLForMethod(String methodname)
       at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WebForms.SoapReportExecutionService.LoadReport(String report, String historyId)
       at Microsoft.Reporting.WebForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WebForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at RSReportViewer.Results.Page_Load(Object sender, EventArgs e) in c:\Users\admin\Desktop\RSViewer\RSViewer\RSReportViewer\Results.aspx.cs:line 71
       at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Firewalls are disabled between the two boxes. 
    Thanks in advance for any pointers!

    Hi rmccabe82,
    Generally, “actively refused it" means that the host sent a reset instead of an acknowledge when you tried to connect. As per my understanding, the issue can be caused by the process that is hosting the service is not listening on that port, this may be
    because it is not running at all or because it is listening on a different port. Please try to ping ‘netstat –anb’ (requires admin privileges) to verify that it is running and listening on the expected port.
    Furthermore, please make sure the user has permissions to access the report server.
    References:
    http://www.smartftp.com/support/kb/connection-refused-f58.html
    http://stackoverflow.com/questions/9695224/no-connection-could-be-made-because-the-target-machine-actively-refused-it-127-0
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Crystal Reports Server 2008 Repository Database

    We've configured a new CRS 2008 server and have a "failed reports" report that worked in the old Crystal Enterprise 10 environment.   It would query the repository database CMS_InfoObjects table and report failed reports for the day.
    With the new version of Crystal Reports Server 2008 and the new repository database, the ObjName field and others in this table are now varbinary fields.
    How can we query this field like we did with the old version to get our "failed reports" report to work?
    I can't really find any informatin on the structure, etc. or how to query the repository database.

    Unfortunately, you can't query it directly from a report.  You have to use the query language that comes with the SDK.
    I'm not sure whether CRS comes with the same Query Builder tool that comes with BusinessObjects, but if it does you can access it through a url like this: http://<server name>/AdminTools/querybuilder/ie.jsp.
    To get the list of failed reports, you would run something like this query:
    Select SI_NAME, SI_ID, SI_CREATION_TIME
    from CI_INFOOBJECTS
    where SI_INSTANCE = 1
      and SI_SCHEDULE_STATUS = 3
      and SI_CREATION_TIME >= '2010/08/19,00:00:00'
    Unfortunately, there is no way to automate this with the Query Builder.  You would have to manually run this query every day to get the information you're looking for.
    If you can write code in Visual Studio or Java (or have someone available who can do this), this type of thing is not difficult to do in the SDK.  You could handle it a couple of ways:
    1.  Create a program that loads the information to a table in your database and then run a report in CRS that will show that data.
    2.  Create a program that loads the data into memory and runs a report off of the in-memory data.
    Either type of program could be set to run under the Windows Scheduler to automatically provide the information.
    -Dell

  • Crystal Report Server: Cannot save Database Configuration in CMC

    I already posted this question as SAP internal CSN message (message number 1896093 2009) but did not get any answer so far.
    I have installed a test version (which I'd like to become permanent some     
    day...) of Crystal Reports Server 2008 on a local machine to be able to      
    share Crystal reports within our department.                                 
    I created a couple of reports which I would like to get updated              
    regularly. The issue is here that I get a logon screen to the underlying     
    SQL Server as soon as a user clicks on "Refresh" when viewing a report       
    from InfoView. The SQL Server is running on integrated security              
    via SSO, which I cannot change...                                            
    To get around this issue I would like to change the default Database         
    Configuration of the reports. Hence I do the following:                      
    1) I open the Central Mangement Console                                      
    2) I select one of my reports                                                
    3) Rightclick on Properties                                                  
    4) On the Default tab I select Database Configuration                        
    5) the config is set to "Logon Screen" and I ant to change this to SSO,      
    so I set this                                                                
    6) Now I click on Save                                                                               
    => The setting is reverted to the old "Logon Screen" settin1g                                                                               
    This behavior is the same for all the reports I'm using.                                                                               
    Looking forward to any help, kind regards                                    
    Wolfgang
    P.S.: Ultimately this issue arises, because I cannot refresh my crystal report data in batch job mode, because the reports are reading data from an SQL server, which allows SSO-logon (integrated security) only. Thus I have to open each and every report for update manually and click on the refresh button.
    Edited by: Ralf Wolfgang Geithner on Jul 3, 2009 11:00 AM

    Hi Manish,
    thanks for your answer. Unfortunately I'm still stuck in this matter.
    Does this happen with the sample reports too? I think it will be a good approach to try this to see if your system is behaving differently for sample reports and reports published from outside
    I did not really try this, but viewing and editing my reports in Crystal Reports 2008 Designer works perfectly fine. As well can the user view my reports in the InfoViewApp.
    Also, does it revert to the login screen setting immediately after you click Save or does it show the setting as changed after clicking Save but, does not retain it when you come back and check the report settings again?
    The data is reverted immediately after clicking "Save"
    Kind reagrds
    Wolfgang

  • I NEED HELP IN REPORT SERVER

    HOW CAN I START ORACLE REPORT SERVER BY USING ORACLE DEVELOPER 10G R2

    Hello,
    Just launch :
    (Windows)
    rwserver server=repserver
    (UNIX)
    rwserver.sh server=repserver &
    Regards

  • To trace the users connecting to database

    Hi ,
    can any body help me on tracing the users who are connected to a database at a particular period of time.?
    thanks

    soundar wrote:
    these details on the audit where it gets recorded..?
    it's in audit trail file in the same directory as background process trace files or some where else..?It depends on the setting. If it is set to DB then it will be sent to the SYS.AUD$ table. This table doesn't need to be accessed directly. You can use the DBA_AUDIT_TRAIL view to get a more friendly look at the audit information.
    If it is set to OS it will go to the operating systems audit trail.
    It may be worth it to look at the documentation :)
    [Initialization Parameters: AUDIT_TRAIL|http://download.oracle.com/docs/cd/A84870_01/doc/server.816/a76961/ch111.htm]

  • Report Server create new database error

    Hello everybody
    I have MSSQL 2012 Standard Edition SP2 istalled on Windows Server 2008 R2.
    I had installed Reporting Services on that server (thru install wizard add new feature).
    Reporting Services installed with no errors, there is SQL Server Reporting Services service in SQL Server configuration Manager and it is running. When I launch Reporting Services Configuration Manager it saw the reporting services name and instance name,
    but when I try to define the new database there is such error:
    Could not connect to server: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception.
    The Reporting Services and Database Engine are on same server. I have the administrator permission both on Windows and SQL server instance
    Please help
    Thank you

    Hi HeyLe,
    Based on my research, the issue may be related to user access permission. You can refer to the following method to troubleshooting the issue:
    Open C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG folder | right click on the machine.config file | Properties | Security | make sure your domain account has FULL CONTROL permission on this file.
    If above steps still do not work, please backup your machine.config file to somewhere else and replace with the attached one from my Windows Server 2008 environment.
    Alternatively, app.config file also may cause the same issue.
    There is a similar issue, you can refer to it.
    http://stackoverflow.com/questions/6922879/exception-type-initializer-for-system-data-sqlclient-sqlconnection
    http://nishantrana.me/2011/04/19/the-type-initializer-for-system-data-sqlclient-sqlconnection-threw-an-exception/
    If your problem still exists, please feel free to let me know.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Creating Report and connecting to database

    Hi I am trying to create a report using Crystal Reports and VB.net, However when I use the database expert to connect to the database I get
    the error code 0xbe9, cannot open the database.
    It sometimes work and sometimes do not.
    Please help
    Regards
    Navin

    Hi Navin
    1) What version of CR - please be precise. If this is a stand-alone designer go to "Help | ABout...". If this is a CR bundle for VS, quote the version of crpe32.dll.
    2) What version of .NET?
    3) What database?
    4) How are you connecting to the database?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow me on Twitter

  • Crystal Report Server Database Log File Growth Out Of Control?

    We are hosting Crystal Report Server 11.5 on Microsoft SQL Server 2005 Enterprise.  Our Crystal Report Server SQL 2005 database file size = 6,272 KB, and the log file that goes with the database has a size = 23,839,552.
    I have been reviewing the Application Logs and this log file size is auto-increasing about 3-times a week.
    We backup the database each night, and run maintenance routines to Check Database Integrity, re-organize index, rebuild index, update statistics, and backup the database.
    Is it "Normal" to have such a large LOG file compared to the DATABASE file?
    Can you tell me if there is a recommended way to SHRINK the log file?
    Some Technical Documents suggest frist truncating the log, and the using the DBCC SHRINKFILE command:
    USE CRS
    GO
    --Truncate the log by changing the database recovery model to SIMPLE
    ALTER DATABASE CRS
    SET RECOVERY SIMPLE;
    --Shrink the truncated log file to 1 gigabyte
    DBCC SHRINKFILE (CRS_log, 1000);
    GO
    --Reset the database recovery model.
    ALTER DATABASE CRS
    SET RECOVERY FULL;
    GO
    Do you think this approach would help?
    Do you think this approach would cause any problems?

    my bad you didn't put the K on the 2nd number.
    Looking at my SQL server that's crazy big my logs are in the k's like 4-8.
    I think someone enabled some type of debugging on your SQL server, it's more of a Microsoft issue, as our product doesn't require it from looking at my SQL DB's
    Regards,
    Tim

  • Do I need Reports Server ?

    Hello folks!
    We are developing in Reports 6i and they'll be called
    through ASP pages. My questions is: do we need to install
    Reports Server (9iAS) in the Web Server to simulate this in
    development environment?
    Thanks,
    Anderson.

    Hello,
    CR must have the Oracle client installed. Unless you use a Wired Driver, which has the client engine built in, CR requires a client to be installed. It never has worked without the client installed.
    Also, I've found that if you have more than one Oracle client installed it causes problems. Make sure the first one in the PATH statement points to the latest version of the client.
    And yes you are correct, ODBC is a layer on top of the native client so it will be slower obviously because it has to go through one more layer of dll's to get to the server.
    Thanks again
    Don

  • SQL Server reporting server 2005 having error. 'The report server is not responding. Verify that report server is running and can be accessed from this computer'

    Hi team,
    I got below error message in SQL Server 2005 reporting service.
    ''The report server is not responding. Verify that report server is running and can be accessed from this computer'
    also in reports, i am getting below error:
    "The encrypted value for the "LogonCred" configuration setting cannot be decrypted. (rsFailedToDecryptConfigInformation)
    Get Online Help
    The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError)
    Get Online Help "
    Please find below log:
    <Header>
      <Product>Microsoft SQL Server Reporting Services Version 9.00.4060.00</Product>
      <Locale>en-US</Locale>
      <TimeZone>Eastern Daylight Time</TimeZone>
      <Path>F:\Program Files\Microsoft SQL Server\MSSQL.6\Reporting Services\LogFiles\ReportServer__07_28_2014_09_08_41.log</Path>
      <SystemName>MFLDDDBS04</SystemName>
      <OSName>Microsoft Windows NT 5.2.3790 Service Pack 2</OSName>
      <OSVersion>5.2.3790.131072</OSVersion>
    </Header>
    w3wp!webserver!1!7/28/2014-09:08:41:: i INFO: Reporting Web Server started
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing ConnectionType to '1'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing IsSchedulingService to 'True'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing IsNotificationService to 'True'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing IsEventService to 'True'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing MemoryLimit to '60' percent as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing MaximumMemoryLimit to '80' percent as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing IsWebServiceEnabled to 'True'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing ProcessRecycleOptions to '0'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing DailyCleanupMinuteOfDay to default value of '120' minutes since midnight because it was not specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing WatsonFlags to '1064'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing WatsonDumpOnExceptions to 'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException'  as specified in Configuration
    file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Data.SqlClient.SqlException,System.Threading.ThreadAbortException'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing SecureConnectionLevel to '0'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing DisplayErrorLink to 'True'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing WebServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    w3wp!resourceutilities!1!7/28/2014-09:08:42:: i INFO: Reporting Services starting SKU: Enterprise
    w3wp!resourceutilities!1!7/28/2014-09:08:42:: i INFO: Evaluation copy: 0 days left
    w3wp!library!1!7/28/2014-09:08:42:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. See the report server log files for more information., CryptUnprotectData:
    Win32 error:13;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. See the report server log files for more information.
    w3wp!library!1!7/28/2014-09:08:42:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.FailedToDecryptConfigInformationException: The encrypted value for the "LogonCred" configuration setting cannot be decrypted., ;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.FailedToDecryptConfigInformationException: The encrypted value for the "LogonCred" configuration setting cannot be decrypted. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. See the report server log files for more information.
       at Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.UnprotectData(Byte[] data, Int32 dwFlags, Boolean transitoryData)
       at Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectData(String data, Boolean transitoryData)
       at Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(String encryptedData, String element)
       --- End of inner exception stack trace ---

    Hi Vivek,
    In Reporting Services, values for LogonUser, LogonDomain, and LogonCred are created when the report server connection is configured to use a domain account. As to the error that “The encrypted value for the "LogonCred" configuration setting cannot be decrypted”,
    we can know that it relates to the domain account for report server connection.
    To fix this issue, we can refer to the following steps:
    Log in to SQL Server Database Engine in SQL Server Management Studio.
    Under Security folder, give sufficient permissions for your domain account.
    Open your Reporting Services Configuration (go to Start -> All Programs -> Microsoft SQL Server 2005 -> Configuration Tools -> Reporting Services Configuration)
    Navigate to the Database Setup tab, select ‘Service Credentials’ as the Credentials Type, then type your domain account and password in there. Press Apply.
    Restart the Report Server services.
    Reference:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/2d05b404-83aa-4fb2-bba6-52b587e890ec/sql-2005-rs-configuration-tool-encryption-key-error
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Rename a reporting server

    I am working on a side by side upgrade and migrade of a reporting server to a new server from 2008r2 to 2012. Standard edition.
    I will call it ServerA- old server, ServerB - new server.
    Both server has db engine and reporting service installed. Standalone and native mode.
    So far I have taken these steps:
    1. Do all the backups of database and some configuration files and encryption key.
    2. Installed SQL 2012 on ServerB and restore ReportServer and ReportServertempdb from ServerA backup to ServerB.
    3. In reporting server configuration manager of ServerB, databse setup page, change database and reconnect.
    4. restore encryption key from ServerA to ServerB.
    5. I open the report server manager website, it gives error The feature: "Scale-out deployment" is not supported in this edition of Reporting Services, I go the the reportsever databse and delete the key that is associated with the oldServerName.
    Everything works fine so far.
    Now we have a plan to swap the server name this weekend.
    That means I will change the servername of ServerB back to ServerA, and take the old ServerA offline.
    This way the developers have no need to change the connection string that in their applications.
    But my question comes:
    Steps I am going to do:
    1, Take offline ServerA. Network admin will rename ServerB to ServerA.
    I will then change SQL server name by using Sp_dropServer and Sp_addServer .
    2. Then open Reporting server configuration tool, database setup page, -change databse button from there to change servername.
    My question is next step:
    In the scale -out deployment, will servername change from ServerB to ServerA automatically? or will it have both ServerA and ServerB there?
    If both, I will have to remove one. Which one should I remove? Or should I do another encryption key restore?
    Or should I update the record in reportserver.dbo.keys table to update the table name from ServerB to ServerA?
    Thanks
    SQLFriend

    It is a good reminder to make a DNS record to Point to ServerB. Our network admin didn't mention that option to me. If renaming option won't work, I will try that.
    I thought to rename it may be a more cleaner way and do not cause confusion.
    It is easy to rename SQL server with only DB engine and SSIS installed, for reporting server it is a little tricky.
    Especially on the Scale-out deployment screen, which is not well documented if having multiple servers showing  there. We only need one server to show there,  so no  need to use Enterprise edition.
    Because for now I cannot test it , I have to see what will show on that screen exactly when we do the server swap and rename time on Friday. Two servers or only one?
    I know a couple of ways to remove the server from that screen: but for this case, I wonder should I delete the ServerB on the screen, or delete ServerA and rename ServerB item in the reportserver.dbo.keys table? the installationID part confuse me.
    Just thought if someone in this forum have experience of that or know exactly the scale out deployment and table/schema work?
    SQLFriend

  • Reports server 10.1.2.0.2 keeps going down !

    Hi Guys,
    The reports server 10.1.2.0.2 ( In-Process NOT standalone one ) works all day, when we come to work next day, we find that reports server is down and giving
    the following error:
    REP-501: Unable to connect to the specified database.
    We have to do a restart for the reports server to work. The reports server connect
    s to a cluster database, therefore, we dont shutdown the database during night f
    or backup for reports server connections to fail.
    I am thinking of maybe it is related to being idle and losing connections some how.
    http://servername:7778/reports/rwservlet?server=rep_servername&envid=PIBIS&report=SWRANBT&destype=CACHE&
    desformat=PDF¶mform=YES&userid=
    Operating System: Sun Solaris SPARC 64-bit
    Oracle Application Server: 10.1.2.0.2
    Oracle DB: 10.1.0.4
    Please advise,
    Cheers,
    Feras

    Hello,
    Please check the the engine (rwEng) trace file, is it showing similar error as follows;
    REP-0501: Unable to connect to the specified database.
    ORA-24323: value not allowed
    therefore, we dont shutdown the database during night for backup It has also been stated as a reason/cause in the doc;
    It is possible that the connection has been lost simply because a scheduled (e.g. overnight) backup and restart of the Oracle Server has taken place while the Report Server has remained up and running.
    Please review and see if it is helpful ;
    REP-501 on Initial Run After The Server's been Idle. Cannot Recover until Engine Restarts: Doc ID: Note:357652.1
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:804350786344799034::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,357652.1,1,1,1,helvetica
    Adith

Maybe you are looking for

  • Home Hub 3 Port Forwarding Issue - Question to BT

    Question to BT Hello i have recently joined BT Infinity and have hit the issue of the Port Forwarding not working. My HH3 is on the following version of software. Will this version automatically upgrade to the latest version of firmware and will this

  • Error 109 Problem when trying to download 5.5 trial?

    So i've uninstalled everything Adobe on my mac, and deleted any other straggling folders that did not have an "uninstall" anywhere in them, and have even downloaded the Adobe Creative Suite Cleaner Tool and it couldn't even find anything to uninstall

  • Movies/videos causing iTunes to shut down

    My laptop recently crashed and the hard drive replaced. Fortunately all my music; movies; videos; and tv shows were on my Ipod classic. I reloaded itunes. Now the movies cause itunes to stop stating it cannot find the movie. The icon is there but no

  • Best Connection VGA or HDMI???

    Ok people...i have read all these stories about plugging in DVI to HDMI on LCD's but my question is which connection is the best?? I have a Vizio 32in LCD with both VGA and HDMI. I'm currently using the VGA setup and it automatically went to 1366 x 7

  • Purpose of Manual Payment Advise for Customers

    Hi What is the use of Manual Payment Advise for Customers, generated through FBE1 Regards Rupal