Unable to login from IE to Azure hosted cloud service

Hi 
We have hosted cloud service on azure and not able to login with the existing users in it.
While if we add SSL to the same service we can able to login to the site. 
Will you please let us know what is the issue cause? Is azure restrict to login? 
Do we need to add some code changes for the IE login?
We have faces same problem on our local server but have resolved by installing patch from microsoft link "http://www.microsoft.com/en-in/download/details.aspx?id=39257"
So please help us.
Thanks,
Rohit Jagtap.

Hi,
As you said, you have face the same problem on local server, so I think this issue is more related to your application, as far as I know, it is nothing to do with azure.
To resolve this issue, I think the detail error message is necessary, I suggest you use diagnostics to log errors, refer to
http://azure.microsoft.com/en-us/documentation/articles/cloud-services-dotnet-diagnostics/ for more details, or use remote debug to find issue, see more at:
http://blogs.msdn.com/b/cie/archive/2014/01/24/windows-azure-remote-debugging.aspx
Best Regards,
Jambor
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • I am unable to login from my login page after I restarted my mini mac running snow leopard 10.6 server. I am a new user. Need help

    I am unable to login from my login page after I restarted my mini mac running snow leopard 10.6 server. I am a new user. Need help

    Try clearing your cache, [https://support.mozilla.org/en-US/kb/How to clear the cache Instructions here]. Then, try going to [https://accounts.google.com Google Accounts]. If there is currently an account singed in, sign out, then back in. After that, try going to Google Adwords.

  • Calling Azure Key Vault from a non Azure hosted application

    Hi,
    I need to know whether I can call the Azure's Key Vault from a non Azure hosted application which is either running on a private cloud or on premise. I believe it will as long as I authenticated with that MS Azure AD and then use the token to access the
    Azure's Key Vault.
    Regards,
    Wahaj

    Hi Wahaj,
    Yes you can, there is no requisite that the consuming client should be azure hosted. It can be a console application too running on your local system, as long as it is able to authenticate against the azure ad. The sample that I have used
    here is a console application that talks to the key vault service. 
    Let know if you need any additional information
    Please mark posts as answers/helpful if it answers your query. This would be helpful for others facing the same kind of problem

  • Unable to login from laptop but can share screen

    Hi
    Weird problem
    OSX 10.6.3 Server
    I am Unable to login as a user from my laptop but as the user can share the screen from within finder.
    2 users are setup the same one can login"connect as" but not share the screen
    the other can share the screen but not login"connect as" from finder giving an "invalid user ID or Password yet both are the same for each login be it screen or share"connect as" & both have Administrator rights.
    I have deleted & redone the users three times.
    Can login as Admin for both from either laptop
    Lost & looking for advise

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". See this: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

  • Lync 2013 Mobile unable to login from wifi

    Dear All,
    Many thanks in advance.
    My Lync 2013 mobile client is unable to login via internal network. 
    I have tried to provide external web directory and lyncdiscover by giving way through internal leg of reverseproxy(TMG).
    I think I'm missing something from the basic. Will appreciate your reply. :)

    You are not missing something basic, this is a real issue with using Lync mobile while on internal corpnet. A known feature (issue) with Lync mobile is that has to connect to the external web services. So when internal it will hairpin out your FW and connect
    to the web services:
    http://technet.microsoft.com/en-us/library/hh690030.aspx
    Some more info:
    http://blog.schertz.name/2013/07/understanding-lync-2013-mobility/
    A lot of Firewalls do not allow this sort of "hairpinning".
    Thom Foreman, MCSE, MCSA, MCTS

  • Unable to connect to VM's in new cloud service via express route

    We have changed our express route setup, initially we had an express route via London, but we have added a second one via Amsterdam and removed the one via London. All existing and new vm's in the different vnet's have connection to our local datacenter,
    but as soon as we create vm's in a new cloud service the published routes don't seem to be picked up and the machine are only reachable in their local vnet on azure.
    Does anyone have an idea where to look, it looks like the route publishing does not seem to work correctly, but it is strange that new vm's in existing cloud service do work correctly. BGP peering and vnet have been provided access via the expressroute and
    all have status provisioned.

    Hi Syed,
    When I try to connect to a new vm via rdp or try to do a tracert to the machine (with firewall turned off on the vm) I don't get a response (traffic is routed via the express-route correctly). If I do a tracert to an ip on the on premise network
    from the vm in question the trace is directed to internet instead of to the on premise network via the express route.
    the new cloud services were created in the same region as the working cloud services and the vm's are also in the same vnet/subnet as the working vm's. If I delete a vm (keeping the disks) from a new cloud service and redeployed it in an existing cloud service
    I can reach it again via the internal ip.
    We have checked the route publishing and the correct routes are published to the express route/vnet.
    When I check the provisioning of the vnet's via get-azurededicatedcircuitlink all the vnet's in question are listed as provisioned.
    I'll try to remove the bpgrouting for the original expressroute this evening to see if that helps.
    kind regards
    Xander

  • Azure PAAS Cloud service Role restart scenario

    Hi Azure team,
    I want to know if i'm changing any configuration setting value through azure portal, Will it restart the Role instance?
    Steps:
    Azure portal login->cloud service->configure->change and save the configuration value.

    It depends on the change, adding disks won't restart. Changing the underlying hardware - i.e. changing the size of the machine will force a restart. 

  • Error while Exporting large data from Reportviewer on azure hosted website.

    Hi,
    I have website hosted on azure. I used SSRS reportviewer control to showcase my reports. while doing so i faced an issue.
    Whenever i export large amount of data as Excel/PDF/word/tiff it abruptly throw following error:
    Error: Microsoft.Reporting.WebForms.ReportServerException: The remote server returned an error: (401) Unauthorized. ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized.
    at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
    at Microsoft.Reporting.WebForms.SoapReportExecutionService.ServerUrlRequest(AbortState abortState, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
    --- End of inner exception stack trace ---
    at Microsoft.Reporting.WebForms.SoapReportExecutionService.ServerUrlRequest(AbortState abortState, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
    at Microsoft.Reporting.WebForms.SoapReportExecutionService.Render(AbortState abortState, String reportPath, String executionId, String historyId, String format, XmlNodeList deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
    at Microsoft.Reporting.WebForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
    at Microsoft.Reporting.WebForms.ServerReport.Render(String format, String deviceInfo, NameValueCollection urlAccessParameters, String& mimeType, String& fileNameExtension)
    at Microsoft.Reporting.WebForms.ServerModeSession.RenderReport(String format, Boolean allowInternalRenderers, String deviceInfo, NameValueCollection additionalParams, Boolean cacheSecondaryStreamsForHtml, String& mimeType, String& fileExtension)
    at Microsoft.Reporting.WebForms.ExportOperation.PerformOperation(NameValueCollection urlQuery, HttpResponse response)
    at Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context)
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    It works locally (developer machine) or having less data. But it didn't work with large data when publish on azure.
    Any help will be appreciated.
    Thanks.

    Sorry, let me clarify my questions as they were ambiguous:
    For a given set if input, does the request always take the same amount of time to fail? How long does it take?
    When it works (e.g. on local machine using same input), how big is the output file that gets downloaded?
    Also, if you can share your site name (directly or
    indirectly), and the UTC time where you made an attempt, we may be able to get more info on our side.

  • Unable to login from another domain with BPC 7.0

    Hi,
    We have done a domain installation of BPC 7.0 and with a client in the same domain (domain X) we are able to login, but not with a client in a different domain (domain Y).
    When it asks the credentials we introduce the user and password in the original domain but it is not able to connect.
    We don´t want to register users from domain Y. We just want to connect from machines in that domain,
    Do you know if this connection is possible?
    Thanks,
    Roberto

    Hello Roberto,
    When you install SAP BPC on domain X, you will be able to connect only with the X Domain\BPC SYS ADMIN ID user.
    If you want to log on the machine with a Y Domain account, you must check if it's possible with the AD administrator.
    If you want to log on BPC with a Y Domain account, you have to add this Y Domain account in the internal BPC security. For that you must :
    First : Add a Domain Y entry in SAP BPC Server Manager.
    Second : Add user in BPC security for the desired AppSet.
    Sincerely

  • Unable to login from win7

    I cannot login to my mac from Win7. Win7 wants a username and a password but does not accept ist.

    Hi  guys
    More details from the tech rep having the issue:
    He's using Management Studio 2008 to connect to SQL 2005 Server from his desktop
    SELECT @@ServerName doesn't appear to be a recognized command when issued from Management Studio 2005
    I'm able to see his connection in SQL Profiler from his desktop
    Using the same SQL Profiler session, I see nothing when he attempts to connect from the server
    Shared Memory is enabled
    I'm able to connect to the SQL instance from the server (though I'm added to the SQL Logins so it's not exactly the same case)
    The login error he gets from the server is Cannot connect to ServerName.  Additional Information: Login failed for domain\userName (Microsoft SQL Server, Error 18456)
    Steven

  • Unable to login from designer

    Hi ,
    I have installed server and client components on different machines. My
    repository database also on server machine. I successfully created the
    repository. From client system I can login the central management
    console also . But when I am trying to login the designer I am getting
    the below error login failed to specific systems.
    I am using SAP Data Services 4.2.2
    Please find the below  screenshots and help me to resolve this issue.
    Thanks & Regards,
    Venkata Ramana Paidi

    Hi Venkata,
    Can you please check the below points regarding your query:
    All Specific Ports are Open or not (Related to SAP Business Objects Application ,SAP BODS 4.0 and Database)
    Ping the database sever name using the command line in the designer machine
    Though you logged in, the user may not have privileges to access DB.
    Try to telnet the CMS Port, database port, telnet <serverip><serverPort>, if no issues then no problem.
    Last but not the least (it happened to me) check both are in the same sub-net and no connectivity issues between the machines. If that's the case, try using LAN cable. It will work
    Or you can also refer below Thread also.
    Firewall Blocking Access - Port Numbers/Ranges?
    Data Services 4.1 - Designer Port Configuration
    http://www.forumtopics.com/busobj/viewtopic.php?p=968518&sid=3f1e5c6084aba6643949f7c788cde4f6
    http://scn.sap.com/message/14546300#14546300
    Job Server Not Responding
    Regards,
    Daya Jha

  • Unable to login from portal home page

    We have installed oracle9iAS portal service. we got the portal home page but when we pressed
    login link on this page we got an error saying
         Error: You cannot login because there is no configuration
         information stored in the enabler configuration table. (WWC-41439)
    we just want to know furthur details about this.
    will you please tell us details about this.?
    Actually when we were installing oracle9iAS we got some messages saying that some queries could not
    execute and asked for continuing with default settings. So we continued with default settings after
    several RETRIES.
    The database for oracle9iAS exists in different machine in the network.(I think this is not a problem)

    run ssodatan.cmd (for NT)if this is your only node.
    or
    run ssodatax.cmd (for NT)if you are associating portal to an existing Login Server
    The scripts reside in your %IAS_HOME%\portal30\admin\plsql directory

  • Unable to login to IB - again com.sap.engine.services.rmi_p4.P4IOException

    We have installed a new PI 7.1 system and at he moment I have the problem that I can't login into the IB tools. I found a lot of threads with this problem but I can't find a solution for my specific problem. Have a look at the well known error log:
    com.sap.aii.utilxi.misc.api.ReconnectRuntimeException: Cannot connect to server using message server: ms://MYHOST:8100/P4
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.getInitialContext(EJBHomeFactory.java:668)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.connect(EJBHomeFactory.java:461)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.initRemoteFactory(EJBHomeFactory.java:133)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:176)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:121)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:109)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginController.doTrial(SplashLoginFrame.java:960)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginAction$1.run(SplashLoginFrame.java:832)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.Guitilities$EventProcessor.dispatchEvent(Guitilities.java:319)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext.
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:488)
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.init(Unknown Source)
         at javax.naming.InitialContext.<init>(Unknown Source)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.getInitialContext(EJBHomeFactory.java:653)
         ... 15 more
    Caused by: com.sap.engine.interfaces.cross.EXTstinationException: cannot establish connection with any of the available instances:
    MYHOST.DOMAIN.EXT:50104 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 172.24.205.193 and port: 50104
         at com.sap.engine.interfaces.cross.EXTstination.getNextAvailableBroker(Destination.java:59)
         at com.sap.engine.interfaces.cross.EXTstination.getRemoteBroker(Destination.java:35)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:352)
         ... 20 more
    As you can see I call the IB via a pure hostname "MYHOST". But in the last step you can see the the FQDN  "MYHOST.DOMAIN.EXT"was used. That brings me into trouble because these are different IP's. I can't reach the MYHOST.DOMAIN.EXT IP and that's why I can't login into the IB.
    If I add an entry in my local host file for MYHOST.DOMAIN.EXT with the IP address I can reach all works fine but this solution is unacceptable.
    The key question is why the IB uses this FQDN. I can't find any setting where this FQDN is used. I have checked the complete exchange profile, the sld and and and u2026. I always find only the pure hostname MYHOST.
    Additionally I have to say that we have already a PI 7.1 system (DEV) whre I can use all tools. But this is a migrated system (from 3.0). I have only problems with that new installed empty system.

    Thanks Barry. I've checked all connections. They all use the short name and all work.
    Thanks Joel, but I think you get me wrong. That's why I will explain it a little bit better.
    I can use the IB if I manipulate my own hosts file but this is in my eyes not the right way. As I have written I can use my PI dev system without that kind of manipulation.
    My new PI system is at our computer centre. The PI machine has two network interface and I can use only one of these two. As you can see at the error log the full name points to 172.24.205.193 but I only can reach the 172.20.02.193 address. For this second IP we have an entry at our DNS server. The other one (FQDN) comes from the computer center DNS server. Of course I can overwrite it with an entry in my local hosts file but I think that isn't a good solution.
    The key question is: Why the full qualified domain name "MYHOST.DOMAIN.EXT" is used instead of the short name.
    I call the IB via the web page
    http://MYHOST:50100/dir/start/index.jsp
    And as you can se at the log the first call goes to this address. But then a second call goes to MYHOST.DOMAIN.EXT:50104. And I can find any setting (exchange profile and so on) where this full qualified domain name is specified.

  • Unable to login to server 2008 r2, but other services still work.

    Hi,
    I have a physical windows 2008 r2 server that every once in awhile will not allow users to log in through RDP or through the console. Restarting the system provides a temporary fix but I would like to find something more permanant. When this event happens
    the system is still pingable. I am also able to connect to the administrative share on the c drive, and use sql server management studio to connect to the analysis services on this box. There are no helpful entries in the  system event logs,  the
    only message that is shown over the time when I suspect that the issue occured, is a server uptime message. In the application log I found a MSSQLSERVER message that reads: 
    SSPI handshake failed with error code 0x8009030c
    but I think this is a result of the problem not the cause of it.
    Does anyone have any ideas about how to fix this?
     I have also noticed a similar issue on some virtual systems.

    Hi,
    I’d like to confirm whether there is any update about this issue, please feel free to let us know.
    Best Regards,
    James

  • Unable to enable diagnostics for a WorkerRole on Cloud Services

    Hi, 
    I have problems with deployment of a package to Azure CloudServices, it contains one Worker Role, that is the log which I'm getting when I deploy it with diagnostics enabled:
    6:05:29 PM - Applying Diagnostics extension.
    6:05:50 PM - Preparing deployment for [...] - 2/9/2015 6:05:27 PM with Subscription ID '[...]' using Service Management URL 'https://management.core.windows.net/'...
    6:05:50 PM - Connecting...
    6:05:50 PM - Verifying storage account '[...]'...
    6:05:51 PM - Uploading Package...
    6:05:57 PM - Creating...
    6:06:30 PM - Created Deployment ID: [...].
    6:06:30 PM - Instance 0 of role WorkerRole is stopped
    6:06:30 PM - Starting...
    6:06:46 PM - Initializing...
    6:06:46 PM - Instance 0 of role WorkerRole is creating the virtual machine
    6:07:49 PM - Instance 0 of role WorkerRole is starting the virtual machine
    6:09:22 PM - Instance 0 of role WorkerRole is in an unknown state
    6:10:23 PM - Instance 0 of role WorkerRole is busy
    Details: Waiting for role to start... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:10:04Z]
    6:10:54 PM - Instance 0 of role WorkerRole is busy
    Details: Recovering role... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:10:04Z]
    6:11:24 PM - Instance 0 of role WorkerRole is restarting
    Details: Role has encountered an error and has stopped. Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:11:01Z]
    6:13:27 PM - Instance 0 of role WorkerRole is busy
    Details: Recovering role... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:13:05Z]
    6:15:30 PM - Instance 0 of role WorkerRole is busy
    Details: Recovering role... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:15:09Z]
    6:17:33 PM - Instance 0 of role WorkerRole is restarting
    Details: Role has encountered an error and has stopped. Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:17:16Z]
    6:19:35 PM - Instance 0 of role WorkerRole is busy
    Details: Waiting for role to start... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:19:25Z]
    6:21:38 PM - Instance 0 of role WorkerRole is busy
    Details: Waiting for role to start... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:21:29Z]
    What could be the reason for this failure? Are there ways to get more precise information about those exceptions?

    Hi ,
    How did you enable this feature in your project? I recommend you could refer to this documents:
    https://msdn.microsoft.com/en-us/library/azure/dn482131.aspx
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for