Unable to connect: incorrect log on parameters - In CMC / CR report

I have a CR report that connects to an AS400 and an Excel file.  The Excel file is on a Network Drive, and I've made sure that the drive is mapped on my server that the Crystal Reports Server is on.  I can sucessfully run this report on this same server in CR XI.  However, when I try to Preview or Run Now from the CMC, it says "Unable to connect: Incorrect log on parameters".
I do not have a password on the Excel file, but this is where the problem seems to be.  Any ideas?

In case you use CR Server 2008 you won't find services for cache and page server. These services are integrated and controlled by the SIA (Server Intelligent Agent) service.
Start you CCM (Central Configuration Manager), Select Server Intelligent Agent, Right click and choose properties, Untick System Account and provide a user (domain) account which has sufficient rights to access your folder.
Regards,
Tim

Similar Messages

  • Adding a Subreport to existing report and getting this error, "Unable to connect: incorrect log on parameters"

    I have taken on an existing vb.net project done in Visual Studio 2008 with crystal reports version Crystal Report XI.
    The reports on their own work very well. Problem is I need to add information to my report which is a 'many-to-one' situation where for each Project Id that I am displaying I need to display several attached documents and the report I am working on is for several Project Id's.
    I figured this would be a perfect situation for a SubReport. I created a separate report which calls a stored procedure to get all of the Attached Documents for a specific Project Id. I thought if I were to add this new SubReport to the Original Report and link the Project Id's, easy-peazy, I would be done.
    This is not the case. I have vb code that loads the Original Report with a stored procedure and when this code runs with the setup I described above it fails when it is creating the final report with the following error:
    Logon failed. Details: crdb_adoplus : Object reference not set to an instance of an object. Error in File C:\~\ProjectDescriptionReport {6BA19F79-2A12-4826-B1F6-456EF799963B}.rpt: Unable to connect: incorrect log on parameters.
    I have no specific connections in my vb code for the reports. If I do not add the subreport to the main report, it loads correctly, so I know the error is caused by the subreport.
    This is the code that creates the original report (sorry for dumping the code here, i just thought it would be easier to see all the code) :
    Public Function LoadReport(ByVal inProjectNum As Integer, ByVal strProjectName As String) As DataTable ', ByVal inFiscalYear As Integer, ByVal inCompany As String) As DataTable
            Dim cnn As SqlConnection = Nothing
            Dim cmd As Data.SqlClient.SqlCommand
            Dim obj As New clsDataClass
            Dim dataAdapter As SqlClient.SqlDataAdapter
            Try
                LoadReport = New DataTable("DescriptionReport")
                cmd = New SqlCommand()      
                cnn = obj.Create_Connection()
                With cmd
                    .CommandType = Data.CommandType.StoredProcedure
                    .Connection = cnn
                    .CommandTimeout = "60"
                    .CommandText = "usp_GetProjectGroupSpecsCR"              
                    .Parameters.AddWithValue("@ProjectNumber", inProjectNum)
                    .Parameters.AddWithValue("@ProjectName", strProjectName)
                End With
                dataAdapter = New System.Data.SqlClient.SqlDataAdapter
                dataAdapter.SelectCommand = cmd
                dataAdapter.Fill(LoadReport)
                Dim oRpt As New ReportDocument()
                oRpt.Load(Server.MapPath("ProjectDescriptionReport.rpt"))
                oRpt.Refresh()
                oRpt.SetDataSource(LoadReport)
                'oRpt.OpenSubreport("AttachmentsReport").SetDataSource(LAR)
                oRpt.SetParameterValue("inProjectNum", inProjectNum)
                oRpt.SetParameterValue("strProjectName", strProjectName)
                oRpt.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, True, "Projects_DescriptionReport") 'inCompany & "ProjectsReport_Description" & inFiscalYear) <-- Line where the error occures.
    What I need to know is what is the proper way to add a subreport to a vb.net application?
    From the ways I have tried it is clearly not working and I am out of ideas. I am fairly new to Crystal Reports and this way of coding it.
    Any help for this would be greatly appreciated, I've been stuck on this for a while and am finally reaching out to the Crystal Report Specialists.
    Thank you in advance,
    Bryan

    Hi Bryan,
    You may want to check the Connection properties also. I think the MS Data.SqlClient.SqlCommand is using the MDAC driver, or could be modified.
    If you are connecting to SQL Server 2008 or above you should be using the SQL Native 10 or 11 Client.
    As Dell suggests have a look at the samples and if you can use a DSN ( 32 bit or 64 bit ODBC Admin )
    Also search for "CRlogger", you'll find how to enable CR's database logging component and may help show you what part is failing.
    Don

  • Unable to connect: incorrect log on parameters. Database Vendor Code: 18456

    I have imported a report into Info View (that has no parameters), I am able to run the report on Demand in InfoView, and I am also able to run the report within the CMC Preview.   I have tried scheduling using the admin account in CMC, through the publishing wizard and also with a authorized users in InfoView.  But anytime I try to schedule the report I get this error.
    Status: Failed 
    Printer: The instance is not printed. 
    External Destination: Mail the instance to " XXX@XXX .com " with a subject of " test ". 
    Data Refresh Settings:  Use the server defaults. 
    Start Time: 11/18/08 3:02:19 PM 
    End Time: 11/18/08 3:02:23 PM 
    Server Used: clr-combr.reportjobserver 
    Error Message: Error in File C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\clr-combr.reportjobserver\~tmp1304574d76168ca.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 18456 ] 
    I have made sure that the Reportjobobject is enabled and the server for SMTP email is enabled, and I am pretty sure I have the properties set up correctly within there, we created a email account specifically for crystal.  And that email account is also set up as a user.  I don't know where else to look.
    Please help.
    Thanks

    Hi Ashley
    I would like to suggest you following things with the Report:
    1) Please log in into CMC, go to Report which you want to schedule.
    2) Click on the report and go to Process
    3) Click on the tab Database.
    4) There will be two option to make the entries for database logon required for the Report.
    Please select the appropriate option. Are you able to Preview the report?
    What is the database in use? Please also check the odbc driver settings for that database.

  • Unable to connect: incorrect log on parameters [Database Vendor Code: 1005]

    We have a report that has been in production for some time and ran successfully with no trouble.  However, it now keeps failing with this error and the log on parameters are correct.  The whole error is:
    Error in
    File / usr/local/bobje/data/procSched/mrspas051.reportjobserver/~ tmp2f0ea56e4c88a08d6.rpt: Unable to connect: incorrect log on parameters, Details: [Database Vendor Code: 1005]. 
    Can you tell us why a report suddenly fails with this error?  Thank you.

    We've been having the same issue with scheduled Crystal reports (in BO 3.1).  After much testing, we found that even though reports are set to use the custom database logon credentials, if the name of the original data source changes, it causes the error (Error in File ~tmp1d06ed702daa30.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 1005 ] ).  For example, I publish a report to a production environment.  It has an original data source called "test".  I set it to use the custom database logon.  A user then creates a recurring schedule and it runs successfully.  A developer opens the report in Crystal 2008 and changes the connection to something else, for ex "dev" (in Crystal, this is on the Database menu, select "Set Datasource Location" and pick a different option under My Connections or create a new one), then saves the report to BO.  We promote the report to prod and it overwrites the existing file.  We make sure it's still set to use the custom database connection to prod but the recurring schedules that were set up when the original data source was called "test" immediately begin to fail.  I tried working with support but they didn't really help much.  They had me install the Oracle 11G client on our servers since we were connecting to our 11G repository with the 10G client but that did nothing.  They finally claimed that since our repository database was Oracle 11G R2 (not just 11G), it wasn't supported and they wouldn't go any further.  If anyone's found a solution, I would really appreciate hearing how it was fixed.

  • Crystal Reports Server :Unable to connect: incorrect log on parameters

    Hi there, I am getting the following error in Crystal Reports Server  when i try to preview or schedule a Crystal Report on an Access 2000 database.
    Unable to connect: incorrect log on parameters
    The Access database does not have has not username or password and I have left these blank when publishing it, and the Database properties in the Central Management Console also show the username and password as blank.
    All other reports are fine is it just reports on the Access 2000 database that give me this errror.
    Anyone any ideas.
    Thanks

    Hi,
    ok now you have to make ure that the user used to run the BOBJ services on your BO server (if you hvae windows then this is the local system account), has access to your AccessDB. Normally local users do not have access to network locations so it is advisable to create a domain user, who is allowed to access the directory with your database and is melber of the local administrators group on the BOBJ server. All you have to do then is to  configure your BOBJ services (Use the Central Configuration Management utility to do this) to run under the credentials (Log-on-as) of user you created.
    Regards,
    Stratos

  • Unable to connect: incorrect log on parameters. (CR with InfoSet Query)

    Hi ,
    I have created a crystal report with InfoSet Query in Crystal Report Designer 2011. And it works fine, data extraction also works fine. After that, I have uploaded it into BI Platform 4.0. I can display the CR via clicking View from context menu. But it was still failed once I tried to schedule it in BI launch Pad.
    The error message is : Error in File ~tmp314c6a47c20e892.rpt: Unable to connect: incorrect log on parameters.
    It's so stranger, since i can view it in Designer and viewing it direct in BI lauch Pad. Do you have met this same issue within BI Platform 4.0. Thanks.
    Best Regards,
    Simon Shen

    Not sure if this will help but I finally had success with running a report with a database connection. Here is what I learned from other posts:
    1) Make sure you are using the ODBCAD32.exe located in \windows\syswow64 folder. It's the 32 bit Administrator, the one in the Control Panel is the 64 bit versions and it won't work with a 32 bit app.
    2) Make sure you use System DSN, not User DSN.
    Other tips...
    1) Create a blank report (no parameters, no db connection). Run and get that to work first.
    2) Create a basic db report (no parameters, one table, one field). Run and get that to work second.
    3) If step two fails, try creating a report with different drivers.
    4) If step three fails, try installing the latest service packs and repeat 1-3.
    5) If step four fails, throw out the software or computer or both

  • Error in SAP running Crystal rpt-Unable to connect,incorrect log parameters

    A user modified and saved an existing crystal report. They said that they didnu2019t change report definitions, or change parameters, They just modified the report and saved it. Now, when in SAP users are getting the message 'Login Failed. Unable to connect,incorrect log parameters'.  Does anyone know what needs to be done to correct the issue?

    Hi ,
    have u nake a new addon with the changes ?, just check the connection string and refresh the database connection in report .
    rgds,
    Premraj

  • Error: 536 Error in File report filename Unable to connect: incorrect log

    Hi
    I am getting the above error on a client's machine when executing the following code
    for i := 0 to crpe.Subreports.Count - 1 do  
      for j:=0 to crpe.Subreports<i>.Tables.Count - 1 do  
        crpe.Subreports<i>.Tables[j].Path := path;  
    crpe.Subreports[0];   {This line points the VCL back to the main Report}  
    for i := 0 to crpe.Tables.Count - 1 do  
      crpe.Tables<i>.Path := path;  
    The path and the tables exist. The above code also fails when connecting to a report with no subreports.
    I cannot see why it is given me incorrect log on parameters as they are just Paradox tables. On other machines it works just fine.
    I am distributing Crystal Reports 2008 SP3 runtime. I am using Delphi 2007 to run the reports.
    Any ideas?

    Hi
    Thank you for the information.
    I was hopeful that we could still get a solid solution using this version of Crystal and it is a pity that SAP has stopped all support of Win 32 API. We really cannot justify rewriting the application in a .NET language as we want to continue with a Win32 solution for the near future.
    What is frustrating is the fact that it works on various computers with similar OS.
    On the particular computer we are having the problem I could not really see any differences in the files loaded in memory apart from this one entry
    icudt30.dll ICU Data DLL IBM Corporation and others 3.0.0.1
    The version I have loaded in memory is
    icudt30.dll ICU Data DLL IBM Corporation and others 12.3.1.684
    This dll is installed by Crystal in
    C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86
    Do you know anything about this DLL?

  • Scheduled report failing with "Incorrect log on parameters"

    I am having trouble with a report scheduled on our Crystal Enterprise Server.  I didn't design this report but am responsible for supporting the server, so I am trying to determine if this is a server issue or not. 
    The user who designs these reports has designed many others without issue.  She uses Crystal Reports XI and publishes them to the server. There is a group of similar reports that she has setup to run on a schedule and all run fine except for one.  This one gives the error:
    Error Message: Error in File C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\REPORTS.reportjobserver\~tmpee06be03474eb18.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 18456 ]
    Within CR XI, we have double and triple checked the username, password and database connection info.  The report is using OLE DB to connect to a SQL 2005 server.  I know the credentials are correct because several other reports use the same credentials and work fine. 
    One other interesting note, if I log into the Central Management Console, I can run the same report manually without errors. It only throws this error when it runs as scheduled. 
    Hope someone can offer some suggestions.  I'm no Crystal expert so please ask if I didn't provide enough information.

    Moved to BOE Admin Forums.
    In the Properties of the report in the CMC you can set the log on info as well as any parameters when scheduled.
    Check the Admin guide on how to
    Don

  • Unable to connect to the 2014 SQL Developer's Edition Report Server

    Hello,
       I have been through the wringer trying to gain access to my report service.  I have to admit that I am something of a neophyte with regards to SQL Server but I am pretty good with Windows 7 management in general.  I have just installed
    SQL 2014 Developer's Edition under Windows 7 SP1.  I have connected to the database engine server and loaded a couple of databases.  I chose windows authentication and can get into the report configuration manager and the SQL server configuration
    manager with no problems.  I have registered the URLs for both the web and report manager.  I can connect to all of the other instances (database engine, analysis services, and integration services).  I have to run with administrator privileges
    to connect to the integration services but it does not make any difference when attempting to connect to the reporting service either through report builder 3 or connect through object explorer.  I can find no relevant errors in the RS log even after
    enabling logging.  I have been through many of the articles I could find online but nothing seems to resolve the problem.  When connecting it shows Windows Authentication and the correct domain\user.  I also browse to find the service so the
    URL should be correct. The error that I am getting is as follows:
    "Unable to connect to the server at CALYSTO\ReportService. The specified URL might not be valid or there might be a problem with the report server version or configuration. Specify a different URL, or contact your server administrator to verify that
    the report server runs SQL Server 2008 or later. Additionally, if you are trying to connect to a SharePoint-integrated report server, verify that SharePoint is installed on the server and that the report server uses SharePoint integrated mode. (Microsoft.SqlServer.Management.UI.RSClient)"
    Program Location:
       at Microsoft.SqlServer.Management.UI.RSClient.RSClientConnection.CreateConnection()
       at Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.GetRSConnectionObject(Boolean ensureOpenConnection)
       at Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.RSTypeImpl.ProceedWithConnection(UIConnectionInfo ci)
       at Microsoft.SqlServer.Management.UI.ConnectionDlg.RSType.Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.ProceedWithConnection(UIConnectionInfo ci)
       at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()
    I have tried fixing the installation with the installation disk, removing the report service instance and reinstalling it, using the administrator account instead of mine (with is of course an administrator).  I'm at a loss right now.  I have spent
    about 12 hours trying to track this down and so far nothing has worked.  I'm about ready to reinstall the entire operating system and start all over.  I thought that I would try this venue before going to that extreme.
    Any thoughts, questions, or ideas would be much appreciated.
    Thanks,
    -Tom
    Tom L

    "Unable to connect to the server at CALYSTO\ReportService.
    Hello Tom,
    It should be "ReportServer" in the URL, not "ReportService".
    In "Reporting Service Configuration Manager" look up the correct URL. Open Internet Explorer with right-mouse click => "Run as Administrator" and open the URL, this should work. Navigate to "Side setting" (on top right side),
    go to tab "Security" and add your account with role "System Administrator". Afterwards you should be able to open the URL without running IE as admin.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Problem with 3g wifi unable to connect (incorrect password)

    It is almost year and half my 3g could not connect to the wifi router. But I could connect it to a wifi printer. I tried to update and see if the problem is fixed still the remains the same. In the begining it used to be on and off. Like work for one week and off for another 2 weeks. After 3 times then it has not been able to connect to the wifi router. It shows all the availabe wifi routers but when I try to connect it says unable to join network. It looks like a software issue that Apple could fix.

    Hi
     Open the chrome browser >>  Next  once Chrome is open then in the top Right hand corner of the browser ( below red cross) you will see 3 lines horizontal to each other . Click the 3 lines and open browser options >> Next > click  Settings >>>
     Next  scroll down till you see Advanced Settings and click Advanced Settings >>>>  Next scroll down to where it says Network >> Next click  Change Proxy Settings >>>> Once inside Internet Properties  Click LAN settings >>>> Make sure that  " Automatically  Detect Settings "  and click OK ...   Close the Browser and re-open Chrome and your home page should be displayed as normal .  Also if you have uninstalled IE ( internet explorer ) You can run Windows update and it should realise that IE has been uninstalled and offer the program via Windows Udate again . Failing that here is the link for IE 11 download.
       http://windows.microsoft.com/en-GB/internet-explorer/ie-11-worldwide-languages
                       Hope this helps 
                                   Checkurtech
    ****Click the White Kudos star to say thanks****
    ****Please mark Accept As Solution if it solves your problem****

  • Upgrading DPM 2012 SP1 to DPM 2012 R2 fails (DPM Setup is unable to connect to the specific instance of SQL Server Reporting Service (ID: 33431)

    The Background:
    1.  DPM 2012 SP1 was originally installed on a server with local SQL 2008 R2 instance (SQL was installed as part of DPM)
    2.  SQL database was upgraded to SQL 2012 SP1
    Now I want to upgrade DPM 2012 SP1 CU3 to R2.  It is throwing the following error.  Any help would be appreciated. 

    This absolutely fixed my issue.  I had upgraded my version of SQL and was then trying to upgrade DPM 2012 to 2012R2 and I could not figure out where the installation was querying old version of the reporting services.
    DPM Log Before:
    [6/4/2014 2:53:32 PM] Information : Query WMI provider for path of configuration file for SQL Server 2008 Reporting Services.
    [6/4/2014 2:53:32 PM] Information : Querying WMI Namespace: \\DPMServer\root\Microsoft\SqlServer\ReportServer\RS_MSDPM2012\v10\admin for query: SELECT * FROM MSReportServer_ConfigurationSetting WHERE InstanceName='MSDPM2012'
    [6/4/2014 2:53:32 PM] * Exception :  => System.Management.ManagementException: Provider load failure
    DPM Log After:
    [6/4/2014 3:25:36 PM] Information : SQL Server 2008 R2 SP2 instance MSDPM2012 is not present on this system.
    [6/4/2014 3:25:36 PM] Information : Query WMI provider for SQL Server 2008.
    [6/4/2014 3:25:36 PM] Information : Querying WMI Namespace: \\DPMServer\root\Microsoft\SqlServer\ComputerManagement11 for query: Select * from SqlServiceAdvancedProperty where ServiceName='MSSQL$MSDPM2012' and PropertyName='Version'
    [6/4/2014 3:25:36 PM] Information : SQL Server 2008 R2 SP2 instance MSDPM2012 is present on this system.
    [6/4/2014 3:25:36 PM] Information : Inspect context initialized with
    SQL Server namespace: \\{0}\root\Microsoft\SqlServer\ComputerManagement11
    Reporting namespace: \\{0}\root\Microsoft\SqlServer\ReportServer\RS_{1}\v11\admin
    SqlServerDetected: True
    [6/4/2014 3:25:36 PM] Information : Check if SQL Server 2012 Service Pack 1 Tools is installed.
    [6/4/2014 3:25:36 PM] Information : Inspect.CheckSqlServerTools : MsiQueryProductState returned : INSTALLSTATE_DEFAULT
    [6/4/2014 3:25:36 PM] Information : **********************************************************************************
    Thanks for This FIX!

  • Crystal Report with text(csv) data file, unable to connect on deployment.

    Hi
    I have a crystal report that connects to a text file using (Access/Excel DAO).
    Now I wrote a C# .net code that loads this report and change the file name to the text file to a different file
    using table.TableName and  table.Location to the new file and location,
    then I do applyLogonInfo.
    This worked perfectly on the machine where I developed my report and code but when I put the
    files to a different machine where I need to deploy the reports, I get the following error.
    Unable to connect: incorrect log on parameters.
       at CrystalDecisions.ReportAppServer.Controllers.DatabaseControllerClass.SetTa
    bleLocation(ISCRTable CurTable, ISCRTable NewTable)
       at CrystalDecisions.CrystalReports.Engine.Table.set_Location(String value)
       at ComponentCalcsReport.GenerateCrystalReport.getReportInPdf(String reportfil
    e, String fileName)
    I have done the following on the deployment machine.
    1) I have installed the CR_runtime libraries required to be able to run crystal report applications.
    2) I have put my .rpt file and the .csv database files in the correct folder.
    3) I have put my exe file on the machine.
    I run it from the command line.
    Am I missing something like registering the DAO or creating a DSN explicitly?

    Hi,
    After searching through the forums I found this nice document
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0225775-88c4-2c10-bd80-8298769293de?quicklink=index&overridelayout=true
    Using it's steps, I found out that when I created the report file using CR, I had the data connection set as a path
    on the D drive. But the client/deployment machine did not have a D drive and hence the path to which the database was
    pointing to. Therefore, the error "cannot connect to database" since the database name was pointing to D:pathToData
    When I created a report that was on the C drive and it's data connection was also made from C drive then the same report worked fine on the client machine. I had to make sure that on the client machine I set up the exact same folder structure as the development machine's (i.e. C:pathToMyDataandReportFolder).
    I tried using the setConnection function to change this path at run-time but did not succeed.

  • Incorrect Log On Paramters (Windows 7 64-bit)

    Hi,
    I just recently switched to Win7 64-bit. from XP. I'm having an issue with scheduling the report in the Central Management Console telling me that the report has incorrect log on parameters and will not run.
    The report is being created locally on my Win7 machine and saved to a home folder on the server. I then take all the normal steps to schedule it in CMS. I am nearly 100% sure that the problem lays in the Win7 machine where the report is created as I've recreated it on my old XP box and scheduled it just fine.
    I've tried running CR11 on my PC in the WindowsXP mode and normally in the 64-bit mode. It connects to the database just fine and it runs the report without the problem as well. I have no idea what I'm doing wrong. Any suggestions would be GREATLY appreciated!
    Thanks!
    EDIT: It is ODBC connection to SQL. The CR11 version on my PC is: 11.0.0.895

    Hi Jack,
    Need more details on your install and where and what is installed?
    The version of CR Designer and Reports must match the version Business Objects Enterprise. You can't open BOE if CR doesn't match. You can publish the reports though.
    So where is everything installed? One PC or multiple?
    And Windows 7 is a Work Station OS so I doubt you will be able to get BOE installed on it also.
    If this is the case then I may move your post to the[ BOE Admin |BI Platform;forum or get you to just log your issue there and get you to mark this post as answered.
    Thank you
    Don

  • DPM unable to connect to SQL Rreporting during install

    I'm attempting to install System Center 2012 R2 Data Protection Manager on the same machine I installed SQL Server 2014.
    I configured the default instance of SQL Server with the database engine and Reporting Services - Native, the database was created for reporting and the reporting website comes up. I configured TCP/IP for all enabled and listening, removed the dynamic port
    0 from the network devices and specified 1433 under IPAll. The firewall is turned off, the user is a domain admin and sysadmin, the SQL Browser service is running.
    When I attempt to install DPM and connect to the local instance it keeps giving me the same error no matter what I try. "DPM setup is unable to connect to the specified instance of SQL Server Reporting Service. (ID: 33431)"
    Has anyone gotten this to work yet? I see that SC DPM 2012 r2 and sql 2014 are compatible.

    Hi,
    DPM 2012 R2 does not support using SQL 2014 for database.
    Please see
    Preparing your environment for System Center 2012 R2 Data Protection Manager (DPM)
    SQL Server Database
    SQL Server 2012 with SP2 Standard or Enterprise 64-bit
    SQL Server 2012 with SP1 Standard or Enterprise 64-bit
    SQL Server 2012 Standard or Enterprise 64-bit
    SQL Server 2008 R2 with SP2 Standard or Enterprise 64-bit
    SQL Server 2008 R2 with SP1 2012 Standard or Enterprise 64-bit
    However after you install
    KB3009516 Update Rollup 4 (UR4) DPM 2012 R2 can protect SQL 2014 databases.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

Maybe you are looking for

  • Tethering in uk, USB no longer works with iPhone

    After getting my iPhone to tether with MacBook pro (not very well with orange I might add) my iphone no longer charges with USB and mac, iphoto nor iTunes sync anymore with iPhone? Does anyone have any idea why this could be the case? Any ideas on sp

  • If i uninstall itunes on windows 7 and reinstall itunes will i loose my data?

    If i uninstall itunes on windows 7 and reinstall will i loose my data/libraries?

  • Elements 9 prints wrong sizes

    I keep getting a different print size than I specified in Elements 9: I will specify for example a 7x10" image on 8 1/2 x 11" borderless paper, but the image will fill the whole sheet; or I will specify "scale to fit media" and the paper will be fill

  • Network-Shared Variable - 1 subscriber / variable?

    I have been reading into the NSV Subscriber example that comes with CVI.  My question is: does each variable require 1 subscriber, or can 1 subcriber be used to read multiple NSV?  Better yet, can anyone explain to me how NSV read and write can be do

  • Concatenating VARCHAR2 to pass to a Java method

    Hi, I've imported in Oracle 10g a Java method which processes a String. I've mapped the String to a varchar2 as follow: create or replace function PARSE(input in varchar2) RETURN varchar2 as language java name 'Base64.decodeToString(java.lang.String)