Can't create a new SQL Azure Standard Tier db

I'm having an issue creating a new sql azure standard tier db. Here's the basic steps I've done to migrate a web tier db.
Register for the sql preview programme
https://account.windowsazure.com/PreviewFeatures
Perform a db export to blob storage
use the + (new) button to create a new SQL db
select the import option
browser to your saved export
hopefully see the new tiers as options in dialog. 
The new tiers require a separate server to web. Can create this from the import dialog
I have 2 independent azure accounts, the above process worked for my test account but for the live account where I was also experimenting after success on the test account I hit an issue. I request to create a new server whilst importing. This step seems
to work but then the actual import fails with this msg
"Error encountered during the service operation. 
 Could not import package.
 Error SQL72014: .Net SqlClient Data Provider: Msg 40823, Level 16, State 1, Line 1 Invalid value provided for parameter EDITION. Please provide a value that is valid on server version 1.0.
 Error SQL72045: Script execution error. The executed script:
 CREATE DATABASE [$(DatabaseName)] COLLATE SQL_Latin1_General_CP1_CI_AS
 (EDITION = 'Standard', MAXSIZE = 1 GB)"
Tried a couple of times but no joy. Using the portal I can browse to the new sql server and it looks okay other than the list of ENABLED
RESERVATION SIZES ONLY HAS P1, P2, P3 I'm requesting a standard (s1) db not premium (P1, P2, P3). On my test server I see in this list also S1,
S2. As you can see in the error message I'm requesting Edition = Standard. I get the feeling the newly created server is not accepting standard tier dbs?
Now the server is created if I try an import I see the server in the list of available servers but when I select a tier of Basic or Standard the new server is grayed out, not so if I select Premium or the older Web or Business? Interestingly my current live
sql server shows up as supporting the new premium?
Thanks
Wayne 

Hello,
Glad to hear that the issue resolved and thanks for your sharing.
Regards,
Fanny Liu
If you have any feedback on our support, please click here. 
Fanny Liu
TechNet Community Support

Similar Messages

  • Poor performance of new SQL Azure Standard database

    This is not new information. The revised SQL models (basic|standard|premium) perform poorly compared to the earlier web|business databases.  We are talking orders of magnitude - over 4 minutes to perform an update vs. 19 seconds. (UPDATE Invoice SET
    SalesOrderID = O.SalesOrderID FROM Invoice INNER JOIN SalesOrder AS O ON Invoice.InvoiceID = O.InvoiceID for 196043 rows.
    Microsoft is saying we can only use the web database until September, 2015.  Moving to new model (tried standard S2) will cause the project to fail.
    There are numerous posts on the Internet identifying this problem.  How do we get Microsoft's attention?  This is an Azure killer. Fortunately for us, there are a number of other hosting solutions
    available.
    If this problem is not resolved in the next few months, we will be forced to abandon Microsoft Azure!
    Jim Rand

    Our application is a desktop application that communicates to the web role using a single WCF call. In the server pipeline, a call is made to a method that looks like this, except all the error trapping is removed here for brevity:
    public static Response Process(Request request)
    DateTime startDate = DateTime.UtcNow;
    Agents.Agent agent = Agents.AgentFactory.GetAgent(request);
    Response response = agent.ProcessRequest();
    response.ServiceTime = DateTime.UtcNow - startDate;
    return response;
    While building this application over the last year, we did occasional performance testing with the Windows client reporting on logout to the server the mean service time for a complete session. Quite frankly, I was amazed at the performance.  While
    slightly slower than the development machine, the performance was acceptable from the user perspective over the Internet.
    Not so anymore. The mean service time on the Azure server has increased dramatically resulting in timeouts. 
    We will be sticking with the Web edition for one more month during development. At that time, we will switch to Premium(P1) for user acceptance testing.  It should be interesting see what the mean, median and standard deviation session server statistics
    are.
    The performance of SqlAzure web edition is no longer acceptable.  I sure hope Premium(P1) makes it.
    Jim Rand

  • Can't create a new SQL Reporting Server

    I am trying to create a new reporting server.  I was able to create one earlier in the day but it was tied to the wrong subscription (not the one my databases were in).  
    So I tried to create another one attached to the right subscription and I am unable to I get the following error no matter what I put in for Username/password.
    Error Code: InternalServerError; Error Message: Log on failed. Ensure the user name and password are correct. Tracing
    ID is: f472bbc5-aa4b-4af8-b12e-72a7746db9f1. Machine name is SQL0ABAA615. ---> Microsoft.ReportingServices.Diagnostics.Utilities.LogonFailedException: Log on failed. Ensure the user nam
    I removed the bad one and still get the same message.  I have tried using the admin account, the account that was used to create the initial server my account (which is an admin account) and also just creating a new login/pwd combination nothing works.
    Any ideas or help would be greatly appreciated.
    Chuck

    Thanks for your question. Unfortunately we are in the process of deprecating SQL Reporting services.  Full details are available at http://msdn.microsoft.com/en-us/library/gg430130.aspx
    Thanks Guy

  • Can I migrate from sql azure business database edition (old) to sql azure standard database edition (new in preview)?

    I have an export .bacpac file from a sql azure business database edition and I want import that file to sql azure standard database edition.
    I have tried through Azure but I think that is not supported yet.
    I have also tried through Microsoft SQL Server Management Studio 2012 but Wizard only shows me old editions "web" and "business" for destination database and it is incompatible...
    Thanks.

    I've done this today.
    You'll need to restore your database onto Azure as a Business/Web addition. Either use your existing or New > SQL Database > Import.
    Then you need to sign up to the SQL Preview https://azure.microsoft.com/en-us/services/preview/.
    Once you've done that, in the Azure portal under DB > Scale, you'll have Web, Business, Basic, Standard and Premium to choose from.
    Obviously this is still in preview mode.

  • How can I create a new standard tab set?

    I have a tab set right now with one tab in it. How can I create a new tab set in an existing page with different tabs in it? Thanks.....

    Hi,
    Refer:
    http://proskudin.blogspot.com/2007/06/two-level-tabs.html
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • How can i create a new user with only read rights ?

    How can i create a new user with only read rights ?

    You are asking about a Database User I hope.
    You can look into the Oracle 8i Documentation and find various privillages listed.
    In particular, you may find:
    Chapter 27 Privileges, Roles, and Security Policies
    an intresting chapter.
    You may want to do this with the various tools included with 8i - including the
    Oracle DBA Studio - expand the Security node and you can create USERS and ROLES.
    Or use SQL*Plus. To create a
    user / password named John / Smith, you would login to SQL*Plus as System/manager (or other) and type in:
    Create user John identified by Smith;
    Grant CONNECT to John;
    Grant SELECT ANY TABLE to John;
    commit;
    There is much more you can do
    depending on your needs.
    Please read the documentation.
    -John
    null

  • Is it possible to open a new Worksheet without creating a new *.sql file

    Hello Community,
    Declaimer: It may be a trivial question. I just willing to make SQL Developer my default day to day tool.
    I is possible to open a new Worksheet without creating a new *.sql file. Like in an MS Word. If I just need some space to write something and than destroy the file without saying. I can quickly click < ctrl + N > and get the space.
    In SQL Developer to get a new "space"/work sheet i
    -a- < ctrl + N >
    -b- choose "SQL File"
    -c- confirm default location
    -d- choose the connection to be used (right top conner)
    This process is way to long for getting a new sheet to put write an SQL.
    Can you suggest a better way to get a workspace with current connection assigned in no time (like in MS Word)?
    Please ;)
    Yury

    There is no need to create new .sql file.
    I don't know why you need new SQL Worksheet when you can simply do the space by pressing Enter, but you can open a new one from Tools -> SQL Worksheet. There is also a toolbar button for this.

  • How can I create a new iCloud account for a familiy member having a new iDevice and reuse one of my aliases for it

    Hi there,
    I moved into iCloud from the very beginning and started with one iCloud account for me and my family, making use of email aliases for family members. Now the number of personal iDevices grows and I want to create a new and separate iCloud Account for my son. The pity is, that I reserved his full name already as alias address on my initial iCloud account. If I now delete this alias, can I create a new account with the former alias as new primary email address?
    Or is there at least any transfer procedure supported for aliases between different accounts?
    Thanks for your help, lauterbachj

    Couldn't agree more... the folks who are getting penalized for this are the early adopters of .Mac/iCloud dating from the days when the only way to implement a "family" account was to use aliases. Now all my kids' / my wife's name aliases sit in my account, unable to move. I guess the good news is that if I delete them nobody else will get them, but this seems a pretty poor consolation.
    Would it really be so difficult to implement a "move this alias to another iCloud account" option that requires the "sender" and "receiver" to exchange some sort of code to implement the transation in order to prevent fraud?

  • TS2756 How can i create a new usb connection (service)  on my iMac for sharing internet from my iPhone5 ( i seem have to deleted it )

    How can i create a new usb connection (service)  on my iMac for sharing internet from my iPhone5 ( i seem have to deleted it )
    i know its not a problem whit my carrier o data plan or sharing preferences on the ipone because when i use it un my laptop it works perfectly through
    the usb and even works on the Imac through wifi and bluethood tethering but NOT through usb!!.
    the problem is that trying to make it work i deleted the "profile" usb iphone on the network prefereces panel. Now i only have 3 options: ethernet / wifi / bluetooth
    but not the usb iPhone i used to have.
    And when i try to add a new one i dont get a USB option.
    can some one help me please??
    this is how it looks (after the bluetooth PAN i used to have USB iPhone option)

    The question would be more appropriate in the Mac forums as it is not really related to the iPhone.

  • IPad2 and a new MacBook running Lion, Both Devices use the same Apple ID which is a Hotmail eMail id. Can I create a new iCloud eMail Id and use iCloud eMail and continue to use my Hotmail Id for my Apple Id and use it for iTunes, iCloud

    I have an iPad2 and a new MacBook running Mountain Lion. Both Devices use the same Apple ID which is a Hotmail eMail id. Can I create a new iCloud eMail Id and use iCloud eMail and continue to use my current Hotmail Id for my Apple Id for iTunes, iCloud.
    Note, I will use both Hotmail and iCloud eMail.

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")

  • How can I create a new ring tone for my iPhone 4?

    How can I create a new ring tone for my iPhone 4? I followed the Garage Band process and ended up with the ring tone I want as a AAC audio file. It got stored in my iTunes a a song rather than a ring tone. How do I make it a ring tone vs. a song? I tried dragging it t the Ring Tone category at the bottom of the ITunes list, but it won't alloow me to move it?

    There's also an easy to use Applescript over at Doug's Applescripts for iTunes. It automates the whole thing. All you do is set the start and stop time on a file in iTuens and run the script. It will do everything else.
    Make Ringable v1.1
    http://dougscripts.com/475

  • Admin Tool can not create any new database or model [nqserror 46131]

    Hi everyone!
    I can not create anything new in each layer on the admin tool. It marks unknown error.
    When I try to import metadata it send the message: [nqserror 46131] unresolved hostname, everything in online mode. I can modify everything offline, then replace the rpd and I can create reports in Answers. But I need to do all of these online mode.
    Everything else works well (Answers, Dashboards, Publisher). The server name is correctly put in the instanceconfig.xml.
    OBIEE Version: 11.1.1.6.0 (upgrade recently from 11.1.1.5). The scheduler does not start since migration.
    Server OS: Red hat enterprise edition
    Regards,
    Edgar Tercero
    Edited by: 958457 on 11-sep-2012 12:04
    Edited by: 958457 on 11-sep-2012 14:13

    Thanks but it not solve my problem.
    I detect no problem in my enviroment variables in the bi-init.sh
    This is what my admin tool log says:
    [OracleBIServerComponent] [ERROR:1] [] [] [ecid: ] [tid: 690] [nQSError: 43113] Message returned from OBIS. [[
    [nQSError: 46131] Unresolved host name: vrnmobiee. Could not get details about the specified host]]

  • Can I create a new itunes account and synch my iPod to it?

    I have an iTunes account, but have only bought music and apps on it for my son's iPod Touch.
    Now I have my own iPod Touch and we want to have separate accounts. I already synched my new iPod to my own account - the one where all his music is.
    What can I do at this point to let my son have his own account with all the music/apps he has purchased?
    Can I create a new account and synch my iPod to that? Can I change the email address on the first account to my son's email?

    Yes but you will need to authorize your computer for purchases on the old iTunes account.

  • I can't create any new reminders on my iPhone 5S with iOS 8.

    Hi.
    I have a 16 GB iPhone 5S with iOS 8.1.3. The problem I have is that I can't create any new reminders, at all. The problem started with my iPhone 4 (which I had before this phone), and I was using iOS 7 when the problem arose (but it didn't start immediately after I switched to iOS 7).
    One day when I had the iPhone 4, I noticed that all my reminders had disappeared, and that I couldn't create any mew ones because the New List + button is grayed out. I didn't try to fix it until I got my 5S. I got to the "Scheduled" list and was able to type in a reminder (I thought I was a genius). But then when the time I'd set for the reminder actually came around, nothing happened, and when I checked Reminders, the reminder I'd entered was gone.
    I tried using Siri to set a reminder but she said she couldn't.
    I've tried Googling it, but it just says to press the + button to make a new list, and then start typing.
    I recently got a MacBook Air which I synced up to my phone, and all my old reminders from my iPhone 4 are there, and I can create new reminders. Except they don't show up on my phone (which I think they're supposed to do, right?). They do show up on my computer, though.
    I've taken to emailing myself things I need to remember, which is fine, I guess, but sometimes they get buried in my inbox.
    Any help would be fantastic!
    Also, if you'd like me to clarify anything, I'm happy to do so because I don't know how much sense this makes.
    Thanks so much!

    I have exactly the same problem. I discovered it yesterday.
    I have a 16 GB iPhone 4 with iOS 7.1.2, just to note that we both are using different devices and different iOS versions. I will add here some screenshots of the problem.
    Main view of the application when opened (the only tappable elements here are the search bar and the clock icon on the top):
    Result of tapping the search bar and searching for an existing reminder:
    Result of tapping the clock for showing scheduled reminders:

  • HT4527 My laptop hard drive crashed; can I create a new itunes account and get my library from my ipod?

    My laptop crashed and I did not have all of my itunes library backed up. Can I create a new itunes account on a new computer and move my library from my ipod to this new itunes?

    Follow the steps given here to get your iPod synced to your new computer without data loss...
    https://discussions.apple.com/docs/DOC-3141

Maybe you are looking for

  • Creating a new solution doesn't work

    Hi I installed  SolMan 40 / Maxdb / Server 2003 and  I am using IE6 All fine, no problems. after some configuration task (TA: SPRO) I want to create a new solution within TA dswp || solution_manager Button "Create" and Cancel" are visible I entered "

  • After iTunes update it won't import a whole CD, only one song at a time.

    I just updated iTunes on a Win 7 64 bit system and now can't import an entire CD. Import stops after 1 or 2 songs, and I get error message "Error occurred while converting the file "(song name)". The disk is not available". I can import the entire CD

  • DVD Player encountered an error it could not recover from

    When I try to play a disk that has been burned on a VCR/DVD combo machine, I very often get an error message that says: "DVD Player encountered an error it could not recover from There was an error reading from disc. It might be scratched or dirty. [

  • Revisit:  The iPod and Copy Protection

    Ok, mac mini and no mic/input. Now what?

  • Invoke process with attachment

    How Do I send an attached file to invoke a process and after add it as an attachment in a human task? It's possible? Message was edited by: Rodrigo Zuchetto