Error when accessing the web-based portal for SQL Azure

Hi,
when trying to access SQL azure management portal, the following error is thrown:
[MoreThanOneMatch]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See
http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.00&File=System.Core.dll&Key=MoreThanOneMatch -
Looking at the site in question, the problem seems to be Silverlight related. However, I am unable to debug as suggested since the server is located on Microsoft premises. To rule out a wrong password, I did a reset and ruled out typos by copying username
and password into the field. Furthermore since its not a production database, all IPv4 addresses (range 0.0.0.0-255.255.255.255) are allowed to access the database, so the problem should not be related to ip-based access restrictions. Is this a bug
in the web interface or is the problem sitting in front of the screen?
Regards,
Chris

Hello,
I also meet this issue when connect to SQL database without specify database on the login page. But the error disappear when I specify the database name in the database section, for example, master.It may be a bug in Management Portal of SQL Database. 
Regards,
Fanny Liu
If you have any feedback on our support, please click here. 
Fanny Liu
TechNet Community Support

Similar Messages

  • Is there a way to access the web-based setup for my router if I cannot access the internet?

    Okay, I need to change the ip address settings on my router. I have a WRT54G Wireless router. I cannot access the internet on my computer connected to the router, and do not know how to change the router settings without accessing the web-based setup page. So, back to my question. Is there a way to access this page if I cannot connect to the internet?

    On the back of the router is a small reset switch. Using a paper clip or other small item, press the switch in and hold it for a few seconds. This will reset the router to the default IP address of 192.168.1.1. Enter that address in your web browser, and be sure your computer is attached to the router by an Ethernet cable. Don't attempt to do this using the wireless connection.
    Once you have reached the web configuration utility you can change the DHCP settings.
    To give your PC a static IP address you will need to open your network connections panel and, assuming your using Windows XP, make the changes from dynamic IP to static there.

  • Errors when compiling the web service (SAP Web Service Design Tool)

    After downloading and installing the SAP de Web Service Design Tool (for Crystal Reports Server) I created a connection, a simple query and was able to deploy a web services. I tested the web service with an Xcelsius dashboard within InfoView. Thereafter I created a second connection (other name but same ODBC connection / server) and created another simple query with two date(range) parameters and a group by year and month function in order to do a select count(). It executes fine, but when I try to publish the web service I get an error.
    There are errors when compiling the web service.
    Is does not say whatu2019s wrong or how I can solve this problem.
    Who can help me?
    Some notes:
    1) Within expert mode I used a MONTH() SQL function which does not show in the normal mode.
    2) It seams that the u2018administrationu2019 of Web Service Design Tool got u2018corruptedu2019 after only creating the two connections, queries and services mentioned above. I believe so because I could select one of two queries when I created the second service, but within the current connection I had only one query.
    Thanks for any help,
    Ron
    ADDITIONAL INFO: The parameters seam to be the problem. After removing the parameters I can publish the service. But without parameters it is NO SOLOTION.
    Edited by: RonKoudijs on Aug 26, 2010 6:28 PM

    Hello Taylan,
    I think the error that you received was due to packaging issues.I placed the
    UtilClass.java file under a directory called data which was present under
    the project directory.
    When you want to access a java class, you can either place the compiled
    class file in the WEB-INF/classes folder or you can place the java file
    under the project directory.
    I have attached the sample project that I created with your files.
    Let me know if you have any other questions.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "taylan" <[email protected]> wrote in message
    news:3d6351b0$[email protected]..
    >
    I am trying to write a simpe web service in WebLogic Workshop, but havingan error
    which I could not understand. Could you please help me? Thanks in advance.
    Regards,
    Taylan
    My web service code is like belows:
    import weblogic.jws.control.JwsContext;
    import data.*;
    public class WebService1
    /** @jws:context */
    JwsContext context;
    * @jws:operation
    public UtilClass testType(UtilClass tTest){
    UtilClass returnObj=new UtilClass();
    if(tTest.getName()!= null){
    returnObj.setName(tTest.getName());
    return returnObj;
    and my UtilClass is placed in the data directory under the same directorywith
    my web service code. It is a simpe class as belows:
    package data;
    public class UtilClass
    private String name;
    public void setName(String name){
    this.name=name;
    public String getName(){
    return name;
    However I got an error when I try to compile the webservice class. Theerror is
    like belows:
    File Line Message
    WebService1.jws 0 Resource found on system classpath: data.UtilClass
    Build complete - 1 error(s), 0 warning(s)
    [ngroup.zip]

  • Error: "Cannot access the web server" with BlazeDS Turnkey

    Help! I'm new to Flex and BlazeDS and Eclipse.  I was trying to setup a Flex Project using a BlazeDS/Tomcat server running from Eclipse on Windows XP per the example in flexbandit.com/archives/55#comment-269 and in (www.infoq.com/articles/blazeds-intro).   I am NOT using the Eclipse Flex plug-in.  I'm using Flex Builder for the Flex code.
    Here's what I've done:
    I installed BlazeDS and tested http://localhost:8400 - That worked.
    I setup Tomcat in Eclipse.  -  That seemed to work.
    I created a Dynamic Web Project in Eclipse - That seemed to work.
    I created the bare-bones BlazeDS Configuration under the Eclipse project and then created a basic HelloWorld java class.
    I added the destination in the “remoting-config.xml” file found in the c:/projects/workspace/ReportGenTool/WebContent/WEB-INF/flex” directory:
    <destination id="HelloWorld">   <properties>  <source>HelloWorld</source> </properties> </destination>
    When I started the application server by clicking on the server's green play button in Eclipse and then tried to open localhost:8400/ReportGenTool, I got the 404 error : The requested source (/ReportGenTool/) is not available which according to the instructions is fine.
    Next I created a Flex Project, but when I try to validate the new Flex project configuration, it gives me an error "Cannot access the web server. The server may not be running, or the web root folder or root URL may be invalid."
    When I validated the server was running after setting up the BlazeDs Turnkey, I saw the BlazeDS page.
    Now when I bring up http://localhost:8400 I get:
          Directory Listing for /
          Apache Tomcat/6.0.14
    My eclipse project is named ReportGenTool and I've overwritten the WebContent directory with the META-INF and WEB-INF directories from the BlazeDS installation (C:\blazeds\tomcat\webapps\blazeds).  According to Eclipse the server is running.
    My Flex project is named ReportGenTool and is located in another directory away from the Eclipse project directory.
         My root folder is: C:\Projects\workspace\ReportGenTool\WebContent
         Root URL: is http://localhost:8400/ReportGenTool/
         Context root is: /ReportGenTool/
    Any idea what might be wrong? What didn't I configure that needs to be configured?
    Thanks in advance.

    This is not working because your router has a direct to your web server that is not through the outside interface which is needed for nat to occur, for this to work you need to setup a loopback interface as nat outside and policy route traffic to there for your server traffic
    Bu if your server is internal why do you need nat at all? Can you not use bind with views that might be simpler
    M
    Sent from Cisco Technical Support iPad App

  • How do I access the web-based utility

    I just purchased a wireless router...WRT300N. I want to access the "web-based utility" in order to update the firmware.
    How do I access the web-based utility...help!
    Thanks.

    Access the router’s web-based setup page.
    For instructions, click here.
    Linksys Easy Answer 4030, applies to WRT300N
    Upgrading the Linksys Router's Firmware
    Hope this helps,
    Lilla
    Westell 6100 modem/router; Linksys WRT54GL v1.1 router firmware 4.30.9; Linksys WPC54G v2 Notebook Card; CenturyTel DSL using PPPoE

  • My comapny has a web based portal for assigning work. Last week I lost the ability to connect to it through a tethered laptop using my Galaxy S5. It worked for the last several years using my drois phones. I can acess it from my home PC, through networked

    I can no longer access my company's web based portal through a tethered laptop. All other web pages work. Has anyone experienced anything like this? It's a verizon problem for sure since I can get to it from every other method...

    It could very well be Verizon where you're able to access from your home PC. But have you tried looking into the Laptops operating system Device Manager to see if that gives any indication of anything, like perhaps possible network driver update?

  • Error when accessing a struts based JSP application

    Hello
    I have a JSP based web application, based on the struts framework. When I deploy this on a Sun ONe application server 7 , on s SunOS 5.8 machine, I get the following errors when I try to access the starting page. Is there something special which needs to be done for struts to work with the application server. ANy help is appreciated
    Regards
    - Aniruddha
    [07/Jan/2003:14:53:48] SEVERE ( 54): ApplicationDispatcher[acweb1] Servlet.se
    rvice() for servlet jsp threw exception
    javax.servlet.ServletException: Cannot find bean under name com.actuate.locales
    at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContext
    Impl.java:471)
    at jasper.private._login_jsp._jspService(_login_jsp.java:1187)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.j
    ava:552)
    at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:368)
    at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:287)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatch
    er.java:723)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispa
    tcher.java:444)
    at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDisp
    atcher.java:123)
    at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(Appl
    icationDispatcher.java:138)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatc
    her.java:355)
    at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet
    .java:1759)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(Standa
    rdWrapperValve.java:720)
    at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperV
    alve.java:118)
    at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.
    java:278)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve
    .java:274)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:50
    5)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve
    .java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:50
    5)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve
    .java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:50
    5)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
    203)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:50
    5)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor
    .java:157)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    ----- Root Cause -----
    ----- Root Cause -----
    javax.servlet.jsp.JspException: Cannot find bean under name com.actuate.locales
    at org.apache.struts.taglib.html.OptionsTag.getIterator(OptionsTag.java:383)
    at org.apache.struts.taglib.html.OptionsTag.doEndTag(OptionsTag.java:222)
    at jasper.private._login_jsp._jspService(_login_jsp.java:942)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.j
    ava:552)
    at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:368)
    at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:287)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatch
    er.java:723)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispa
    tcher.java:444)
    at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDisp
    atcher.java:123)
    at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(Appl
    icationDispatcher.java:138)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatc
    her.java:355)
    at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet
    .java:1759)
    at org.apache.struts.act

    Hi Experts,
    Please give me a solution for this.
    I am accessing the function like this in Webdynpro java
    wdComponentAPI.getMessageManager().reportSuccess("Inside MAT Search");
    Zmm_Bapi_Ptip_Search_Input input = new Zmm_Bapi_Ptip_Search_Input();
    wdContext.nodeZmm_Bapi_Ptip_Search_Input().bind(input);
    Zptip_Mat inputMat = new Zptip_Mat();
    inputMat.setMaktx(wdContext.currentVn_InputElementsElement().getVa_MatDesc());
    inputMat.setMatnr(wdContext.currentVn_InputElementsElement().getVa_MatNo());
    inputMat.setWerks(wdContext.currentVn_InputElementsElement().getVa_Plant());
    inputMat.setSearch("MCRS");
    wdComponentAPI.getMessageManager().reportSuccess("B4 Execution");
    wdContext.currentZmm_Bapi_Ptip_Search_InputElement().modelObject().execute();
    wdComponentAPI.getMessageManager().reportSuccess("After Execution");
    } catch (Exception e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    wdComponentAPI.getMessageManager().reportSuccess("Error in Material Search"+e.getMessage());
    wdComponentAPI.getMessageManager().reportException(e.getLocalizedMessage(),true);
    Please leet em know, if anywhere i am going wrong.
    Thanks & Regards,
    Palani

  • 500 Internal Server Error while accessing the report on portal

    All,
    We are on BI7.  have few queries on portal and recently while accessing the queries user is getting the 500 Internal Server Error. The error message is like below:
    500 Internal Server Error
    Failed to process request; contact your system administrator
    BEx Web Application " I_Qnc()2ex.........(etc) does not exist.The application was either ended by a timout or an error occured.
    Recently most of the users started getting this problem and it is on a high resolution to be resolved.
    Any suggestion greatly appreciated.
    Regards
    Vijay

    Hi
    This is mostly TimeOut Error.
    However, 500 Error applies to variety of problems within the server.
    Please make a back up of your query and restrict it further so it populates less data.
    If the report is running properly for less range of data, that's a timeout issue.
    Otherwise you will have to recheck the query. Mostly these are timeouts because, in general production data is high and if there us less restriction, the query OLAP time and front-end time will be more than optimized.
    Cheers
    Sri

  • Getting error when refreshing the WebI report

    Hi,
    I am building WebI reports using a universe which is constructed over a BI cube.
    Initially I am building the report and uploading it into CMS.
    When I am importing the report from CMS and refreshing it, I am getting an error
    "A database error has occured. The database error text is: A runtime exception has occured. (Lisence key check failed, Check that you are lisenced to access SAP data sources). (WIS 10901)".
    What could be the reason for this kind of behaviour?
    The version of BO is 3.1.

    Hi,
    Your answer was really helpful, and it worked upto some extent. I have updated the lisence key and the following error is no longer coming.
    "(Lisence key check failed, Check that you are lisenced to access SAP data sources). (WIS 10901)".
    But now I have a new error popping up when ever I import a report from CMS and refreshing it.
    The error is "A database error occured. The database text is: The supplied XML is not valid.[SYMTNKEY].[LEVEL 01]. (WIS 10901)."

  • Error when configuring the userstore in OAM for OUD

    Hi,
    I installed the OIM/OAM sucessfully. I would like to do a PoC to protect one web based application using the OAM.
    Using the OUD as user story. When trying to create a userstore in OAM, i am getting the below error. However, when i click on test connection, it shows sucessfully.
    security.idm.ObjectNotFoundException: No User found matching the criteria.>
    <May 6, 2013 4:51:23 PM IST> <Error> <oracle.oam.user.identity.provider> <OAMSSA -20023> <Authentication Failure for user : test2, for idstore OUDStore1 with exc
    eption Could not get user : test2, idstore: OUDStore1, with exception: No User found matching the criteria. with primary error message null>
    Can you please suggest me.
    Thanks
    Harry

    Hi Brandon,
    I'm wondering if your SAP Server realy is running on the 'localhost'? Don't you work on a seperate machine? Try the MDK-config with the server name of your SAP server, e.g.:  ME SERVER NAME: sapserver or so (in case you're working on a different machine)
    With that your browser should display the page.
    Regards

  • Page Not Found error when accessing the Identity server console

    Hi,
    I have installed the Sun One Portal Server.
    when i access the URL for Identity server, i am getting Page not Found exception.
    Any suggestions, why this problem could occur.
    Regards,
    Mukta

    First the obvious: Restart the Webserver/Application Server
    Did you choose "Configure Later"?
    Is amconsole/amserver/... really deployed? You can see this in the Admin web interface of the server.
    Do you see anything in the logfiles?
    Chris

  • 403 Error when accessing the server

    Hi,
    I have successfully installed the ABAP WebAS Preview. All the processes start but when I try to access the server on port 8000 or 8100, I got this error message :
    Service cannot be reached
    What has happened?
    URL http://192.168.0.2:8000/ call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system NSP with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:blackbox_NSP_00-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    I'm connected to a modem-router at home which behaves as a DHCP server.
    I thought it was due to the fact I didn't have a full domain name in my computer name. I have tried to enter LOCALHOST and port 8000 in SE80>Utilities>Settings>Business Server Pages. No way ! Same error.
    Thanks in advance for your help.
    BTW I'd like to play with BSPs, where should I go to find some code examples ?

    this is probably because ICM may not be running. check it thru transaction SMICM and also check in transaction SICF whether the services are active.
    try to ping the system using
    http://server.xxx.om:port/sap/bc/ping
    as far BSP samples and tutorial.
    BSP weblogs here at SDN
    http://scn.sap.com/community/abap/bsp/content?filterID=content~objecttype~objecttype[blogpost]
    and tutorial at help.sap.com
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/content.htm
    also check out
    /people/durairaj.athavanraja/blog/2005/08/21/running-your-first-bsp-application-in-sap-netweaver-04-abap-edition--nsp
    Regards
    Raja

  • Error when creating the webi query

    when i try to create a query based on template universes delivered with BOBJ webi (as eFashion) i get the following error
    A database error occured. The database error text is: (CS) "DBDriver failed to load: C:\Program File\Business Objects\BusinessObjects ENterprise12.0\win32_x86\dataAccess\connectionServer\dbd_wodbc3.dll (The specified procedure could not be found. )". (WIS 10901)
    when  i press help i get
    Cause
    The database that provides the data to this document has generated an error. Details about the error are provided in the section of the message indicated by the field code: .
    Please help.

    ok i did
    [error on access Webi WS 10901;
    error on access Webi WS 10901
    thx

  • SunCluster 3.2 - Error when accessing the SC management console

    Hi,
    I have a SC 3.2 with two nodes. I defined a VIP for the both nodes. When accessing to the Web GUI on the VIP, I cannot access to the Systeme Application. When the 1st node is online, the Systeme management is accessible. When switching to the other node, the Systeme application is node accessible. I have the following error : "No application available". However, when connectin with CLI. It appears that everything is OK. Could you please help me.....
    I need to access to the SC application when one or the other node is active....
    Thanks for your help.

    When checking the /var/log/webconsole/console/console_admin_log file, I have the following error:
    bash-3.00# more console_admin_log
    # ============================================================
    # Console configuration log created on Mon, 5 May 2008, 20:13:08
    5-May-2008 | 20:13:11 | INFO | Undeployed web app context "SunClusterManager"
    for application SunClusterManager
    bash-3.00#
    Maybe is it the cause of my problem because the file console_admin_log doesn't exist of the node where it's working....????
    Thanks for your help.

  • 500 internal server error when using the web interface

    I've created several tables in Visual Studio, and I'm using a .NET backend for my mobile services.
    The table code looks something like this...
    using Microsoft.WindowsAzure.Mobile.Service;
    namespace AzureService.DataObjects
    public class Country : EntityData
    public string Name { get; set; }
    I then added a scaffolded item to generate the controller for my table, then published.
    I then went to my azure service, flipthechipservice.azure-mobile.net, and tried to run the default POST with default data.
    I then get back a popup, which looks like the following...
    Now what baffles me is I have already created another table, called 'Call', which has exactly the same 'Name' field as the above Country table, yet the Call POSTs work.
    I then tried creating another table, with a Name field, and I get the 500 error again. 
    How can this be possibly happening? Nothing is different, and now I get 500 errors? 
    This makes no sense.
    Thanks

    Thank you, I looked at the logs, and this is the error...
    System.NotSupportedException: Model compatibility cannot be checked because the database does not contain model metadata. Model compatibility can only be checked for databases created using Code First or Code First Migrations.
     at System.Data.Entity.Internal.ModelCompatibilityChecker.CompatibleWithMode
    I looked this error up, and tried
    this proposed solution on StackOverFlow
    I changed the line of code in my WebApiConfig Register() method from...
    Database.SetInitializer(new MobileServiceInitializer());
    to 
    Database.SetInitializer<MobileServiceContext>(new DropCreateDatabaseIfModelChanges<MobileServiceContext>());
    I also have this in my WebApiConfig...
    public class MobileServiceInitializer : DropCreateDatabaseIfModelChanges<MobileServiceContext>
    protected override void Seed(MobileServiceContext context)
    base.Seed(context);
    My understanding is that the database should drop and create if the model changes? So why is this not happening?
    I then tried another solution, and changed DropCreateDatabaseIfModelChanges to DropCreateDatabaseAlways. I still get an internal error. Then the logs show this problem...
    System.Data.SqlClient.SqlException (0x80131904): Cannot open database "master" requested by the login. The login failed.
     Login failed for user 'QEOzFqAnDXLogin_flipthechipservice'.
     This session has been assigned a tracing ID of 'a3b12e78-90f2-4db0-a5ca-6895eebd246c'. Provide this tracing ID to customer support when you need assistance.
     at System.Data.SqlClient.SqlInternalConnection.OnError
    As an additional question, how do I re-generate my local SQL database when debugging on my local PC's web browser? I deleted the database, but can't seem to get it back?
    Thanks

Maybe you are looking for