CrystalReports prompting for database details

Hello all,
I am posting this issue for the second time.. In my previous post, I didn't get a solution.
For some reason a few of the reports that we run are prompting for database information for no apparent reason. I have provided a screen shot of what the behavior looks like.  Can you please let me know if you have any ideas on what might be causing this?  I have written a number of reports with the same use but for some reason only a few behave in this way.
Any ideas you may have would be helpful.
[Crystal Report DB Login screen|http://img214.imageshack.us/img214/7665/image006cy.jpg]
Thanks in advance
Anoop

Hi..
I am using CrystalRepots 12.2 in my machines and .NET Framework 2.0.
I am using vb.net 2005 for developing applications.
I am using SQL 2005 Database.
Connection using is ADO.NET
Here is the database login source code. Please check it.
<pre>
            Dim c As ConnectionInfo
            Dim crDB As Database
            Dim crTables As Tables
            Dim crTable As Table
            Dim TblLogonInfo As TableLogOnInfo
            Dim crSections As Sections
            Dim crSection As Section
            Dim crReportObjects As ReportObjects
            Dim crReportObject As ReportObject
            Dim crSubreportObject As SubreportObject
            Dim subRepDoc As New ReportDocument
            Dim ServerName As String, DatabaseName As String
                Me.rptDoc.Load(sCRPath, OpenReportMethod.OpenReportByTempCopy)
                ServerName = ActiveCompanyServer
                DatabaseName = ActiveCompanyDB
                c = New ConnectionInfo
                'Set Conenction info for DB
                With c
                    .ServerName = ServerName
                    .DatabaseName = DatabaseName
                    .UserID = "sa"
                    .Password = SAPsaPwd
                End With
                'Associate DB to the report
                crDB = Me.rptDoc.Database
                'Instantiate Tables collection
                crTables = crDB.Tables
                'Loop thru tables in report and set connection information
                For Each crTable In Me.rptDoc.Database.Tables
                    TblLogonInfo = crTable.LogOnInfo
                    TblLogonInfo.ConnectionInfo = c
                    crTable.ApplyLogOnInfo(TblLogonInfo)
                    crTable.Location = c.DatabaseName & ".dbo." & _
                             crTable.Location.Substring(crTable.Location.LastIndexOf(".") + 1)
                Next
                'Set the sections collection with report sections
                crSections = Me.rptDoc.ReportDefinition.Sections
                'Loop through each section and find all the report objects
                'Loop through all the report objects to find all subreport objects, then set the
                'logoninfo to the subreport
                For Each crSection In crSections
                    crReportObjects = crSection.ReportObjects
                    For Each crReportObject In crReportObjects
                        If crReportObject.Kind = ReportObjectKind.SubreportObject Then
                            'If you find a subreport, typecast the reportobject to a subreport object
                            crSubreportObject = CType(crReportObject, SubreportObject)
                            'Open the subreport
                            subRepDoc = crSubreportObject.OpenSubreport(crSubreportObject.SubreportName)
                            crDB = subRepDoc.Database
                            crTables = crDB.Tables
                            'Loop through each table and set the connection info
                            'Pass the connection info to the logoninfo object then apply the
                            'logoninfo to the subreport
                            For Each crTable In crTables
                                With c
                                    .ServerName = ServerName
                                    .DatabaseName = DatabaseName
                                    .UserID = "sa"
                                    .Password = SAPsaPwd
                                End With
                                TblLogonInfo = crTable.LogOnInfo
                                TblLogonInfo.ConnectionInfo = c
                                crTable.ApplyLogOnInfo(TblLogonInfo)
                                crTable.Location = c.DatabaseName & ".dbo." & crTable.Location.Substring(crTable.Location.LastIndexOf(".") + 1)
                            Next
                        End If
                    Next
                Next
</pre>
I had been using the same code from the year 2005(last 5 years). But didn't see this error before.
Also i am getting this error only for 2 or 3 reports.
I guess the issue is with the crystal report design.
Any way please help me.
Thank you
Anoop

Similar Messages

  • Prompting for Database logon

    Hi all,
    I hardcoded the database logon credentials for a report on CMC and selected " Use the same logon Details when you run". But when i am running the report on Infoview it is prompting for Database logon credentials. I dont want the user to be prompted for logon credentials when he runs the report from Infoview. Is there any other configuration do i need to do on CMC side. I have few other reports running on the same database, when we run those reports it is not asking for logon credentials. It is asking for only that specific report.
    Any ideas would be greatly appreciated.
    Environment: BOXI3.1, Crystal Reports 2008 and SQL server 2005.
    Thanks and Regards
    Sudharsan.

    Moving to BOE forums

  • Report sometimes prompts for database logon prior to execution

    I have installed the Crystal Reports Integration Addon on our system and it works correclty for users on our terminal services server.  But when I installed it on a user's PC running Windows XP, when I go to execute an existing report, the Runtime viewer launches, and then displays a Database logon panel with the Server field filled in, the database field is blank, and the SA user and password fields are populated, and I get an error that says logon failed.  I type in the SA user id and password, but get the same error.
    If the same user logs onto the TS server, the runtime viewer launches correctly and the report prompts for input, then displays the appropriate data (no database logon is requested). But if it runs at that user's workstation, the viewer launches, and then prompts for database logon.
    We are running SAP 2007A SP00 PL47, CR Basic 2008 for SAP Business One, and the runtime viewer is Crystal Reports 2008 Runtime SP1. version 2.0.0.7

    Hi Bruce,
    I am not sure what the problem is.
    The only workaround I can think of is to change the Integrated Security in the report to true. This means that you will be using Windows Authentication as opposed SQL Authentication. This will not prompt for SQL username and password.
    Usually this is NOT an ideal process as you will have to Add each and every Windows user in the SQL Database you are trying to access. For example, you have to add DOMAIN_NAME\User_Name under the Database Properties.
    I am not sure what the minimum security you need to run the report. You will try a few different options and see what works best for you. Avoid permissions that would give users ability to write to the SQL database.
    Again, I know this is not ideal. But I am not sure what else can be done here.
    Krishnan

  • Prompt for database logon information

    I am using CRS XI R2 SP4 on Windows
    I installed a report on the server and completed the datasource information and set the checkbox for using the same database info when report is run.
    However when the run is run the user is prompted for database user/password the other fields such as database host and database name are read-only.
    The only difference between this report and other reports that do not exhibit this behavior is that this report has a sub-report that uses a Command object
    Please suggest ways to suppress the database login prompt.
    Regards
    Lawrence

    did not receive a response to my question

  • Infoview prompts for database logon screen when updating dynamic parameter

    I have already set up initial database ID/PW for the report in CMS, but when I I tried to update my parameter to schedule the report, it is requiring the user to enter database ID/PW again........Is there a way to set this up so that the user can bypass this step since it is quite annoying?
    Thanks.

    Is your lov created Business View Manager? If it is, you can store the userid and password in the data connection your business view is based on.
    1) Start Business View Manager. Close the default screen that appears.
    2) Click View > Repository Explorer on the menu bar.
    3) Expand the Dynamic Cascading Prompts folder. Locate the "Data Connection" for the appropriate dynamic parameter. It will be in the form of <parameter_name>_DC (i.e. it will have the name of the parameter and then '_DC').
    4) Double-click the Data Connection. "Property Browser" will appear.
    5) Type the database user name and password in that Property Browser.
    6) Set the Runtime Prompt to Never Prompt.
    7) Save the changes to the Data Connection.
    The prompt for database logon information will no longer appear when changing parameter values.
    Hitomi

  • Dynamic Parameter Prompting for Database Connection Password

    Post Author: rsharp
    CA Forum: Publishing
    Hi
    I've been finding recently that reports using dynamic parameters and published into Crystal Server prompt for the database connection password when the dynamic parameter is accessed.  Thing is, this only started happening recently for new and already existing reports with dynamic parameters and I don't know why.  In Crystal Reports the dynamic parameter can be accessed without a database connection prompt being displayed but not after publishing.  (Maybe there's a problem with the Publishing Wizard?)  Static parameters work just fine just as they always have, but I'm a bit mystified by the fact that dynamic parameters used to work (without prompting) but now they don't.  Any advice or opinion would be much appreciated.

    Post Author: amr_foci
    CA Forum: Publishing
    from the CMC you have to set the default connection or wat connection should this report use,
    go to this report in CMC, click process tab, and check the connection

  • Dynamic Parameter Prompting for Database Connection Password When schedulin

    I'm having problems with Dynamic Parameters when I try to schedule a report in InfoView.
    I create the report in Crystal Reports XI and publish it to the Crystal Server. I go into CMC and under Process:Database set the correct data source and enter the server, database, user and password.
    When the report is run I can choose a dynamic parameter and the reports runs fine - it's when I try to schedule the report and choose the parameter that I am asked to enter the user and password for the database.
    If the parameter is static it's fine and I don't get prompted. Because I want the end-users to schedule their own reports I need to have the user and password embedded in the report.
    From what I've read in the forums, there seems to be a lot of issues with dynamic parameters and database logons, and no real solutions. But this is just weird that it's only failing when I try to schedule the report!

    I am having the same issue. 
    Issue started on 9/25/2008
    Existing BO 11r2 installation including service pack 2
    Windows Server 2003 Service pack 2
    Existing scheduled reports do not exhibit this behaviour and run correctly.
    Add new or update existing report. Log into the CMC as administrator and set process for database and parameters.
    Exit CMC
    log into Infoview.  Click on report and run (as administrator OR as existing user with permissions) NO PROBLEM.
    Log into Infoview as Administrator or existing users with permissions) as attempt to schedule report.  All reports Any dynamic parameter and request for user name and password opens.  Once the correct info is entered the report can be scheduled.
    This is a new issue on our installation, we have been running without problems for over a year.
    Any help appreciated.

  • Report that uses web services as data source, prompts for database logon

    I have a crystal report that uses web services as a data source. When I deploy the report to Infoview it prompts me for a database username and password. Since I am not using a database it should not prompt me for these. I tried various options in the CMC->database settings for this report but it still prompts me for the database logon info or tells me that the database logon information is incorrect.
    The report work fine in the Crystal Reports Designer.
    Does anyone know how I can prevent this report from prompting me for the database logon info ?
    Thanks,

    What options have you tried in the CMC?
    Have you tried running the report in Crystal Reports installed directly on the Enterprise machine?

  • Report in production prompts for database connection info

    Hi,
    I'm using SAP Crystal Reports version for VS 2010 SP1. I'm trying to implement the most basic need--to create reports in a development environment and move them to production by just copying the .rpt files. I want to rely on the database connection string from web.config, but don't see how that is done. I've tried using ADO.NET DataSets from Project Data and can get the report to run while developing, but when I move to another server I'm always prompted with the "The report you requested requires further information" dialog.
    I tried this solution, which keeps the db server name in a web.config variable:
               ReportDocument boReportDocument = new ReportDocument();
                boReportDocument.Load(Server.MapPath(rmCR.SelectedItem.Value.ToString()));
                ConnectionInfo boConnectionInfo = new ConnectionInfo();
                boConnectionInfo.ServerName = ConfigurationManager.AppSettings["dbServerName"];
                boConnectionInfo.DatabaseName = "dbCMRP_Employees";
                boConnectionInfo.IntegratedSecurity = true;
                ModifyConnectionInfo(boReportDocument.Database, boConnectionInfo);
                // Modify the ConnectionInfo for all tables in all subreports
                foreach (ReportDocument boSubreport in boReportDocument.Subreports)
                    ModifyConnectionInfo(boSubreport.Database, boConnectionInfo);
                Session.Add("Report", boReportDocument);
                Response.Redirect("CrystalReportsViewer.aspx");
    and this works fine in development, but when moved to a different server I get the "The report you requested requires further information" dialog. I've made sure that the db has the correct security settings, but can't find anything missing.
    I'm sure I'm missing something basic, but can't seem to find any solution after searching for days. Any solution that allows me to create the report in VS 2010 and copy to a production server will be appreciated.
    Thanks,
    Dan

    Thanks for your replies.
    I think I've done what's outlined in the Troubleshooting Guide link that Ludek gave me.  I did install Process Monitor and found the "Access Denied" entry, but I'm not sure which folder needs permission given to IIS APPPOOL\ASP.NET v4.0.
    Here's the entry from Process Monitor:
    Description:        IIS Worker Process
    Company:           Microsoft Corporation
    Name:  w3wp.exe
    Version:               7.5.7601.17514
    Path:     C:\Windows\SysWOW64\inetsrv\w3wp.exe
    Command Line:                C:\Windows\SysWOW64\inetsrv\w3wp.exe -ap "ASP.NET v4.0" -v "v4.0" -l "webengine4.dll" -a
    .\pipe\iisipm461f344a-3d68-4e7c-b42e-ca18eac4553c -h "C:\inetpub\temp\apppools\ASP.NET v4.0\ASP.NET v4.0.config" -w "" -m 0 -t 20
    PID:        7512
    Parent PID:         3892
    Session ID:          0
    User:     IIS APPPOOL\ASP.NET v4.0
    Auth ID:               00000000:00465886
    Architecture:     32-bit
    Virtualized:         False
    Integrity:             High
    Started:                8/29/2011 1:03:58 PM
    Ended:  (Running)
    Modules:
    w3wp.exe           0x120000             0x8000  C:\Windows\SysWOW64\inetsrv\w3wp.exe      Microsoft Corporation                7.5.7601.17514
    Microsoft.Web.Administration.dll            0x28ae0000        0x24000                C:\Windows\assembly\GAC_MSIL\Microsoft.Web.Administration\7.0.0.0__31bf3856ad364e35\Microsoft.Web.Administration.dll                Microsoft Corporation   6.1.7601.17514
    App_Web_822ce1a1f503e532a2e860f7ce344f6d0d0f2eba.ascx.3417f053.eb4fk61t.dll     0x28b10000        0x8000                C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\intranet\58a686e6\86baa618\App_Web_822ce1a1f503e532a2e860f7ce344f6d0d0f2eba.ascx.3417f053.eb4fk61t.dll                n/a         0.0.0.0
    App_Web_aed28e8a45aa161f6c9fc3f563283cb89b317bdc.ascx.3417f053.rodqolhn.dll     0x28c90000         0x8000                C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\intranet\58a686e6\86baa618\App_Web_aed28e8a45aa161f6c9fc3f563283cb89b317bdc.ascx.3417f053.rodqolhn.dll                n/a         0.0.0.0
    pvlocale-1-0.dll 0x2fc80000          0x76000                C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\pvlocale-1-0.dll      SAP BusinessObjects                14.0.0.760
    System.Data.Entity.ni.dll              0x2fd50000         0xcb8000                C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Data.Entity\978e8514751373383f79c3fdd667aa2b\System.Data.Entity.ni.dll                Microsoft Corporation   4.0.30319.1

  • Infoview prompts for database logon screen when changing dynamic parameter

    I have already set up initial database ID/PW for the report in CMS, but when I run the report from InfoView as I tried to update my parameter, it is requiring the user to enter database ID/PW again........Is there a way to set this up so that the user can bypass this step since it is quite annoying?
    Thanks.

    did you try selecting use same database credentials database option in CMS? If you are still getting the database prompt then it might be because of dynamic parameters in the report. If you have any dynamic parameters in the report it generates LOV in the repository. So try to open the LOV in Business VIew Manager and check the properties of the LOV and go to corresponding data connection for that LOV and in the properties tab select never prompt instead of always prompt by giving database credentials.
    regards,
    Raghavendra

  • Crystal Report Viewer Credential Prompt for Report with Dynamic Parameters

    The .NET Crystal Report Viewer is prompting for database credentials when launching a report containing dynamic parameters. This only occurs for reports created with SAP Crystal Reports 2011 designer. Reports created with Crystal Reports XI designer (where dynamic parameters were first introduced) work correctly.
    The credential prompt window contains the following fields:
    - Server Name: <server name> (disabled)
    - Database Name: <database name> (disabled)
    - User Name: <empty> (enabled)
    - Password: <empty> (enabled)
    - Use Single Signon Key: false (disabled)
    The values in the prompt window which are disabled are the database connection values used during the design of the report in the SAP Crystal Reports 2011 designer.
    Expected Result:
    - No prompt for database credentials.
    - Values read from the database should be populated in a drop down for the dynamic parameters.
    Environment:
    - Visual Studio 2010 (C#)
    - Windows 7 Enterprise
    - SAP Crystal Reports runtime engine for .NET Framework 4
    - SAP Crystal Reports, version for Visual Studio 2010
    - SAP Crystal Reports 2011
    The database connection is being set to use a DSN. It must be a DSN as the calling application is only aware of the DSN/Username/Password values. These values are being passed to the Crystal Report Viewer contained in a Windows form.
    The database connection for the report is being set as follows:
    foreach (InternalConnectionInfo internalConnectionInfo in this.report.DataSourceConnections)
        // Must set the UseDSNProperties flag to True before setting the database connection otherwise the connection does not work
        if (internalConnectionInfo.LogonProperties.ContainsKey("UseDSNProperties"))
            internalConnectionInfo.LogonProperties.Set("UseDSNProperties", true);
        // Supposed to set the database connection for all objects in the report (ie. main report, tables, sub reports)
        internalConnectionInfo.SetConnection(this.DSN, string.Empty, this.LoginName, this.Password);
    The SetConnection method's signature is as follows:
       SetConnection(string server, string database, string name, string password)
    As you can see from the code snippet above I am setting the DSN name as the server parameter, blank for the database parameter (a database connection using DSN should only require DSN name/Username/Password) and the database username and password respectively.
    Is this a SAP bug?
    Is this the correct way of setting the database connection to use a DSN?
    Is there some other properties that need to be set somewhere else in the report through code?
    Any help would be greatly appreciated.

    Thanks for the pointer to the database connection code generator. After taking a look at the output from the tool I was able to finally get the dynamic parameters to load and populate properly without prompting for credentials. I needed to tweak the outputted code a bit to match my requirements of using a DSN only connection.
    Instead of updating the database connection properties contained within the Report.Database.Tables collection from the CrystalReports.Engine namespace, I changed it to replace the database connection properties in the Report.ReportClientDocument.DatabaseController.Database.Tables collection from the CrystalDecisions.ReportAppServer.DataDefModel namespace. For one reason or another, using the RAS namespace solved the problem.
    Below is the updated code with the change made:
    using RAPTable = CrystalDecisions.ReportAppServer.DataDefModel.Table;
    foreach (InternalConnectionInfo internalConnectionInfo in this.report.DataSourceConnections)
        // Must set the UseDSNProperties flag to True before setting the database connection
        if (internalConnectionInfo.LogonProperties.ContainsKey("UseDSNProperties"))
            internalConnectionInfo.LogonProperties.Set("UseDSNProperties", true);
        // Sets the database connection for all objects in the report (ie. main report, tables, sub reports)
        internalConnectionInfo.SetConnection(this.DSN, string.Empty, this.LoginName, this.Password);
    // The attributes for the QE_LogonProperties which is part of the main property bag
    PropertyBag innerPropertyBag = new PropertyBag();
    innerPropertyBag.Add("DSN", this.DSN);
    innerPropertyBag.Add("UserID", this.LoginName);
    innerPropertyBag.Add("Password", this.Password);
    innerPropertyBag.Add("UseDSNProperties", "true");
    // The attributes collection of the tables ConnectionInfo object
    PropertyBag mainPropertyBag = new PropertyBag();
    mainPropertyBag.Add("Database DLL", "crdb_ado.dll");
    mainPropertyBag.Add("QE_DatabaseType", "OLE DB (ADO)");
    mainPropertyBag.Add("QE_LogonProperties", innerPropertyBag);
    // Pass the database properties to a connection info object
    ConnectionInfo connectionInfo = new ConnectionInfo();
    connectionInfo.Attributes = mainPropertyBag;
    connectionInfo.Kind = CrConnectionInfoKindEnum.crConnectionInfoKindCRQE;
    connectionInfo.UserName = this.LoginName;
    connectionInfo.Password = this.Password;
    // Replace the database connection properties of each table in the report
    foreach (RAPTable oldTable in this.report.ReportClientDocument.DatabaseController.Database.Tables)
        RAPTable table = new RAPTable();
        table.ConnectionInfo = connectionInfo;
        table.Name = oldTable.Name;
        table.QualifiedName = oldTable.QualifiedName;
        table.Alias = oldTable.Alias;
        this.report.ReportClientDocument.DatabaseController.SetTableLocation(oldTable, table);
    this.report.VerifyDatabase();
    Thanks again Ludek for the help.

  • Auto Configure not prompting for credentials

    Hi Folks,
    I've a problem where users of Outlook on XenApp cannot configure an email profile. It just times out. I access the same XenApp server/user account from a Published Desktop or RDP the profile configures fine. 
    The Outlook Auto Configuration tool works identically in both scenarios except for the last step. On the Published Desktop I am prompted for domain credentials and then sent the Autodiscover XML file. However, over a XenApp session Auto Configuration never
    prompts for login details, although the log say differently, and the attempt fails.
    I turned on Outlook logging and captured Autodiscover logs for both scenarios (identifying information is changed to NWTraders)
    Log of Autodiscover failure over a XenApp session
    11676 0x0073AF1C
    02/05/15 13:13:07  Autodiscover to https://mail.nwtraders.com/autodiscover/autodiscover.xml starting 11676
    0x0073B22A 02/05/15 13:13:08
     GetLastError=0; httpStatus=401. 11676
    0x0073B22A 02/05/15 13:13:08
     AutoDiscover disabled auth schemes: 11676
    0x0073B22A 02/05/15 13:13:08
       <NONE> 11676
    0x0073B22A 02/05/15 13:13:08
     AutoDiscover supported auth schemes: 11676
    0x0073B22A 02/05/15 13:13:08
       Negotiate 11676 0x0073B22A
    02/05/15 13:13:08    NTLM 11676
    0x0073B22A 02/05/15 13:13:08
       Basic 11676 0x0073B22A
    02/05/15 13:13:08  AutoDiscover attempting Auto-Negotiate with Desktop Credentials. 11676
    0x0073B22A 02/05/15 13:13:08
     AutoDiscover USING pcreds->dwAuthScheme: 11676
    0x0073B22A 02/05/15 13:13:08
       Negotiate 11676 0x0073B258
    02/05/15 13:13:08  GetLastError=0; httpStatus=401. 11676
    0x0073B258 02/05/15 13:13:08
     AutoDiscover attempting NTLM with Desktop Credentials. 11676
    0x0073B258 02/05/15 13:13:08
     AutoDiscover USING pcreds->dwAuthScheme: 11676
    0x0073B258 02/05/15 13:13:08
       NTLM 11676 0x0073B287
    02/05/15 13:13:08  GetLastError=0; httpStatus=401. 11676
    0x0073B287 02/05/15 13:13:08
     AutoDiscover attempting supplied Credentials. 11676
    0x0073B287 02/05/15 13:13:08
     [email protected] 11676
    0x0073B287 02/05/15 13:13:08
     AutoDiscover USING pcreds->dwAuthScheme: 11676
    0x0073B287 02/05/15 13:13:08
       Negotiate 11676 0x0073C563
    02/05/15 13:13:13  GetLastError=0; httpStatus=401. 11676
    0x0073C563 02/05/15 13:13:13
     AutoDiscover attempting Basic auth with the Supplied Credentials. 11676
    0x0073C563 02/05/15 13:13:13
     [email protected] 11676
    0x0073C563 02/05/15 13:13:13
     AutoDiscover USING pcreds->dwAuthScheme: 11676
    0x0073C563 02/05/15 13:13:13
       Basic 11676 0x0073CE7C
    02/05/15 13:13:15  GetLastError=0; httpStatus=401. 11676
    0x0073CE9B 02/05/15 13:13:15
     AutoDiscover attempting AutoDiscover Credentials. 11676
    0x0073CE9B 02/05/15 13:13:15
     [email protected] 11676
    0x0073CE9B 02/05/15 13:13:15
     AutoDiscover USING pcreds->dwAuthScheme: 11676
    0x0073CE9B 02/05/15 13:13:15
       Negotiate 11676 0x0073D84F
    02/05/15 13:13:17  GetLastError=0; httpStatus=401. 11676
    0x0073D85F 02/05/15 13:13:17
     AutoDiscover attempting AutoDiscover Credentials. 11676
    0x0073D85F 02/05/15 13:13:17
     [email protected] 11676
    0x0073D86E 02/05/15 13:13:17
     AutoDiscover USING pcreds->dwAuthScheme: 11676
    0x0073D86E 02/05/15 13:13:17
       Negotiate 11676 0x0073E204
    02/05/15 13:13:20  GetLastError=0; httpStatus=401. 11676
    0x0073E204 02/05/15 13:13:20
    AutoDiscover prompting for Exchange credentials. 11676
    0x0073E213 02/05/15 13:13:20
    Autodiscover to https://mail.nwtraders.com/autodiscover/autodiscover.xml Failed (0x80040113) 11676
    0x0073E213 02/05/15 13:13:20
    AutoDiscover Warning: ExcludeHttpRedirect is ON. 11676
    0x0073E213 02/05/15 13:13:20
    AutoDiscover Warning: ExcludeSrvRecord is ON. 11676
    0x0073E213 02/05/15 13:13:20
    AUTODISCOVER GET SETTINGS END 11676
    0x0073E213 02/05/15 13:13:20
    Log of Autodiscover success over Published Desktop (works same over RDP)
    02/05/15 13:11:40  Autodiscover to https://mail.nwtraders.com/autodiscover/autodiscover.xml starting 12244
    0x00725EBF 02/05/15 13:11:41
     GetLastError=0; httpStatus=401. 12244
    0x00725EBF 02/05/15 13:11:41
     AutoDiscover disabled auth schemes: 12244
    0x00725EBF 02/05/15 13:11:41
       <NONE> 12244
    0x00725EBF 02/05/15 13:11:41
     AutoDiscover supported auth schemes: 12244
    0x00725EBF 02/05/15 13:11:41
       Negotiate 12244 0x00725EBF
    02/05/15 13:11:41    NTLM 12244
    0x00725EBF 02/05/15 13:11:41
       Basic 12244 0x00725EBF
    02/05/15 13:11:41  AutoDiscover attempting Auto-Negotiate with Desktop Credentials. 12244
    0x00725EBF 02/05/15 13:11:41
     AutoDiscover USING pcreds->dwAuthScheme: 12244
    0x00725EBF 02/05/15 13:11:41
       Negotiate 12244 0x00725EEE
    02/05/15 13:11:41  GetLastError=0; httpStatus=401. 12244
    0x00725EEE 02/05/15 13:11:41
     AutoDiscover attempting NTLM with Desktop Credentials. 12244
    0x00725EEE 02/05/15 13:11:41
     AutoDiscover USING pcreds->dwAuthScheme: 12244
    0x00725EEE 02/05/15 13:11:41
       NTLM 12244 0x00725F1D
    02/05/15 13:11:41  GetLastError=0; httpStatus=401. 12244
    0x00725F2C 02/05/15 13:11:41
     AutoDiscover attempting supplied Credentials. 12244
    0x00725F2C 02/05/15 13:11:41
     [email protected] 12244
    0x00725F2C 02/05/15 13:11:41
     AutoDiscover USING pcreds->dwAuthScheme: 12244
    0x00725F2C 02/05/15 13:11:41
       Negotiate 12244 0x0072719B
    02/05/15 13:11:46  GetLastError=0; httpStatus=401. 12244
    0x007271AB 02/05/15 13:11:46
     AutoDiscover attempting Basic auth with the Supplied Credentials. 12244
    0x007271AB 02/05/15 13:11:46
     [email protected] 12244
    0x007271AB 02/05/15 13:11:46
     AutoDiscover USING pcreds->dwAuthScheme: 12244
    0x007271AB 02/05/15 13:11:46
       Basic 12244 0x00727AC3
    02/05/15 13:11:48  GetLastError=0; httpStatus=401. 12244
    0x00727AF2 02/05/15 13:11:48
     AutoDiscover attempting AutoDiscover Credentials. 12244
    0x00727AF2 02/05/15 13:11:48
     [email protected] 12244
    0x00727AF2 02/05/15 13:11:48
     AutoDiscover USING pcreds->dwAuthScheme: 12244
    0x00727AF2 02/05/15 13:11:48
       Negotiate 12244 0x007285CF
    02/05/15 13:11:51  GetLastError=0; httpStatus=401. 12244
    0x007285EE 02/05/15 13:11:51
     AutoDiscover attempting AutoDiscover Credentials. 12244
    0x007285EE 02/05/15 13:11:51
     [email protected] 12244
    0x007285EE 02/05/15 13:11:51
     AutoDiscover USING pcreds->dwAuthScheme: 12244
    0x007285EE 02/05/15 13:11:51
       Negotiate 12244 0x00728F93
    02/05/15 13:11:53  GetLastError=0; httpStatus=401.12244
    0x00728F93 02/05/15 13:11:53
    AutoDiscover prompting for Exchange credentials. 12244
    0x0072B25D 02/05/15 13:12:02
    corpNWTraders\jsmith 12244
    0x0072B25D 02/05/15 13:12:02
     AutoDiscover USING pcreds->dwAuthScheme: 12244
    0x0072B25D 02/05/15 13:12:02
       Negotiate 12244 0x0072BB95
    02/05/15 13:12:05  GetLastError=0; httpStatus=200. 12244
    0x0072BB95 02/05/15 13:12:05
     Autodiscover XML Received 
    12244  ---BEGIN XML---
    I have the Autodiscover methods which use Active Directory turned off because the Exchange service is not on my domain or a Trusted domain. So we are relying on the HTTPS method only
    11588 0x00404E76
    02/05/15 12:17:01 AutoDiscover Warning: ExcludeScpLookup is ON.
    11588 0x00404E76
    02/05/15 12:17:01 AutoDiscover Warning: ExcludeHttpsRootDomain is ON.
    11588 0x00404E76
    02/05/15 12:17:01 AutoDiscover Warning: ExcludeHttpsAutoDiscoverDomain is ON.
    Regards - Mic

    Hi,
    Based on the information you provided, the issue was caused by an Autodiscover failure. To troubleshoot the issue, I suggest you post the question in Exchange forum:
    https://social.technet.microsoft.com/Forums/office/en-US/home?category=exchangeserver
    Regards,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • SCAT Issue, Prompting for password while upload

    When trying to load data using file in SCAT Tcode, the system prompts for user id & password for each line item in the file, what would be the reason for this?
    BR,
    Praveen.

    Hi Praveen,
    Seems like you are being prompted for your login details while uploading each record in the data file because the target system inside system data container to which you are referring to is a normal RFC and not a trusted RFC.
    Get the RFC properly filled, click on the Remote Logon button and check whether it is still prompting for logon details. If so, contact your basis / network team and ensure that you can open a session and not a logon session when you press the remote logon button in SM59.
    Hope this is of some help to you

  • MS access database prompting for username and  password

    Hello,
      When I try to run a crystal report that is connected to a (Access Database) from crystal server 2013, I get prompted for a username and password. Im not sure what im doing wrong, Ive tried creating a ODBC connection, change the SAP service to run under a domain user account, recreated the report with a different file path.  but still no luck, please help im at a lose.
    Thank you

    Hello,
    Refer please to the following kbas, probably this can help you :
    http://service.sap.com/sap/support/notes/1270997
    http://service.sap.com/sap/support/notes/1661997
    Regards,
    Asma

  • HT5569 my iphone 4 won't ask for a password there is no prompt for me to enter my wifi details despite the wifi address coming up on the list ...

    Please help! My partner has taken my old phone but we cant get it to join our wifi network a home - it wont request or prompt for the password...My iphone 4S works and joins the same network so it must be within distance to the router...we cant work it out.
    Can anyone suggest what to do. We have turned on and off the router, the phone, and checked most things. It lists the locked wifi network but the message says ' Unable to join network'.
    Many thanks

    Hello cwestnutt,
    Thank you for the details of the issue you are experiencing with Wi-Fi on your iPhone.  You have taken some really good steps to troubleshoot this issue already.  I found an article that includes a few additional steps you can try.  You can skip any steps you have already taken. 
    I recommend reviewing the full article but the section titled "Unable to connect to a Wi-Fi network" specifically stands out to me for the issue you described:
    Unable to connect to a Wi-Fi network
    Verify that you're attempting to connect to your desired Wi-Fi network.
    Make sure you're entering your Wi-Fi password correctly. Passwords may be case sensitive and may contain numbers or special characters.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings. Note: This will reset all network settings including:
    previously connected Wi-Fi networks and passwords
    recently used Bluetooth accessories
    VPN and APN settings
    Find the full article here:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for

  • How to process the data in a child node

    Hi Guru, would like to knows is that a way or best practice to process the child notes data? This is my case. request input will have this structure. <To> <Email>[email protected]</Email> <Email>[email protected]</Email> </To> <From>David</From> from

  • [SOLVED] Arch will not boot all the way after update

    Hey all, I feel really stupid about this one, but I really need some help. Today I updated my system and eventually during that session I decided to turn off the computer using "shutdown -h 0". This resulted in an error. I tried simply "reboot", but

  • Burned CD does not appear in Source List

    Itunes can read a purchased CD, but when I try to get it to read a burned Mp3 cd, it only adds the songs to my library, and then my library can't locate them as soon as I take the cd out. Any help would be appreciated. Also; for some reason it seems

  • Data retrieval from 8 db tables

    Hi Folks, We haev a requirement where we need to query 7 tables to retrieve some data and display it in the form of a list. This report is to be executed in background. Right now we have 3 select statements, each of which has inner joins on 2-3 table

  • SQL 2012 Cluster Multi Instances !

    Hello, For SQL 2012 Cluster Multi Instances setup, Does the Storage Space should be different for each instance or can be the same? Kindly help me in this. Regards !