Unable to create SQL database in Azure

Hi, 
I have an Azure free trial account. However, it doesn't allow me to create a Basic tier SQL database on the management portal, but shows an error saying 'the operation is not supported for your subscription offer type'. My free trial only started today.
Could you please tell me how I can resolve this issue. Thank you.  

Hi tinkertest,
Based on my research, the error you saw should only occur for a subscription used with a free trial offer type. Please use the below link to open a support ticket.
http://azure.microsoft.com/en-us/support/options/
You can check the following links for similar issues.
The operation is not supported for your subscription offer type
Can't change performance level S1 to S2.
"The operation is not supported for your subscription offer type."
Thanks,
Lydia Zhang

Similar Messages

  • Can't create SQL Database on Free Trial

    "The operation is not supported for your subscription offer type."
    What the heck is this? Azure front page flames that I can try this stuff for free and now I can't without paying full price?
    Has anyone tried MS SQL on other cloud service providers such as Amazon?

    Hi,
    When the period for the trial ends, we can't create SQL Database, refer to
    http://blogs.msdn.com/b/mast/archive/2013/10/12/windows-azure-30-day-s-free-trial-uncovered.aspx for more information about the 30 days free trial, I don't familiar with Amazon, but you could find a lot of resources about the difference between Azure and
    Amazon, for more information about Azure SQL Database benefits, see
    Azure SQL Database.
    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.

  • How to Create SQL "Databases" from LV?

    Is there a way to create SQL Databases (not just tables) from inside LabVIEW???  This sould be fairly easy...

    All I know is what is in the SQL Server help file. There is the SQL command "CREATE DATABASE". An example is:
    USE master
    GO
    CREATE DATABASE Sales
    ON
    ( NAME = Sales_dat,
    FILENAME = 'c:\program files\microsoft sql server\mssql\data\saledat.mdf',
    SIZE = 10,
    MAXSIZE = 50,
    FILEGROWTH = 5 )
    LOG ON
    ( NAME = 'Sales_log',
    FILENAME = 'c:\program files\microsoft sql server\mssql\data\salelog.ldf',
    SIZE = 5MB,
    MAXSIZE = 25MB,
    FILEGROWTH = 5MB )
    GO
    You have to have the correct permissions in order to do this and the server itself has to exist. I'm assuming that you already have the Database Connectivity Toolkit, LabSQL (http://www.jeffreytravis.com/lost/labsql.html), or are using your own ADO routines.

  • Deploying SQL Database to azure fails with VSO

    Hi, I'm trying to publish my Sql project along with my website using Visual Studio Online Build.
    VSO use the pubxml that contains the location of the created dacpac -
    <Object Type="DbDacFx">
                <Source Path=location on the build machine dacpac Action="Deploy" />
    </Object>
    The Database deployment is not working and I don't see any errors.
    Can I make the deployment process more verbose so I can recognize the problem?
    The deployment is working if I publish from Visual Studio 2013 locally to azure.
    I've tried to open the IP's between the build machine and the SQL instance in azure.
    Thanks

    Hi
    Shacharl,
    As the issue is more related to  Visual Studio Online (VSO), for quick and accurate answer, I would like to recommend you post the question in the Visual Studio Online
     forum at
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=TFService .
    You can also check the following similar articles about deployment to Azure via VSO.
    Deployment to Azure from VS 2012 Via VSO
    https://pasp65.wordpress.com/2014/01/10/deployment-to-azure-from-vs-2012-via-tfs/
    Continuous delivery to Azure using Visual Studio Online
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-continuous-delivery-use-vso/
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Brazil Preview - Create Sql Database Server - Argument 'adminPassword' cannot be empty

    While trying to create a new Sql Database Server in Brazil (Preview) using Azure Portal the following error occurs: "Argument 'adminPassword' cannot be empty".
    Anyone is having the same error? I have fulfilled al the form inputs: LOGIN NAME, PASSWORD, CONFIRM PASSWORD AND REGION.
    Any help would be appreciated.

    I can't believe this issue was because of using firefox. I tried with chrome (unintentionally) and it works.

  • Link my website (Zend Framework 1.12) with SQL database on Azure

    Hello community!
    Recently I uploaded my website on Azure portal. I built my website with Zend Framework 1.12.
    My problem comes when i am trying to link my website with my SQL database.
    I have already post a question to Stackoverflow stackoverflow.com/questions/20638706/link-zend-framework-1-12-on-azure-with-a-database-on-azure
    Can anyone help me to running over with this problem?
    Thanks in advance!

    I have already tried this, but i received error and my website doesn't load!
    This is my whole cone in application.ini file
    [production]
    phpSettings.display_startup_errors = 1
    phpSettings.display_errors = 1
    includePaths.library = APPLICATION_PATH "/../library"
    bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
    bootstrap.class = "Bootstrap"
    appnamespace = "Application"
    resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
    resources.frontController.params.displayExceptions = 1
    resources.view.encoding = "UTF-8"
    resources.view.doctype = "XHTML1_STRICT"
    resources.view.contentType = "text/html;charset=utf-8"
    resources.view[] = ""
    autoloaderNamespaces[] = "Skoch_"
    resources.db.adapter="pdo_mysql"
    resources.db.params.host="Server_Name.database.windows.net"
    resources.db.params.port=1433
    resources.db.params.username="login_name"
    resources.db.params.password="password"
    resources.db.params.dbname="Database_name"
    resources.db.isDefaultTableAdapter=
    true
    resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/"
    [staging : production]
    resources.frontController.params.displayExceptions = 1
    [testing : production]
    phpSettings.display_startup_errors = 1
    phpSettings.display_errors = 1
    resources.frontController.params.displayExceptions = 1
    [development : production]
    phpSettings.display_startup_errors = 1
    phpSettings.display_errors = 1
    resources.frontController.params.displayExceptions = 1

  • I can  create SQL  Database with Xcode ??

    is can posible create a Database with SQL in Xcode ?
    -Raul

    If you mean, is there some tool integrated into Xcode that will create a database, then the answer is "not that I know of".
    Firstly, there are a number of "SQL" databases - e.g. MySQL - and they don't all have the same "flavour" of the SQL syntax. Sure, the basics are there (depending on which 'standard' they confirm to), but usually you want to create a database that has all of the views, indexes, etc. that are as optimised as possible - and that typically means using the additional keywords of the brand of SQL you are using.
    Secondly, I an guessing that you are thinking of the Visual Studio capability of creating an MS-SQL database via the 'GUI' interface they provide.
    However, there is nothing to stop you from accessing any type of SQL database from your code. I've quite successfully created and then accessed a MySQL database from code that I've written within Xcode. But you have to do all of the work!!!
    If I've not understood your question, then perhaps others will correct me, or you can come back with something more.
    Susan

  • Cannot create SQL database with free trial subscription

    Hello,
    I get the error message 'The operation is not supported for your subscription offer type.' when trying to create a sql database with my free trial subscription.
    Regards
    Julian

    Hi Julian,
    It should be allowed, please provide steps that you used and ran into this issue. alternatively try these details
    step by step instructions to get started.
    Hope this helps
    Please mark as answered if it helped
    Vishal Narayan Saxena http://twitter.com/vishalishere http://www.ogleogle.com/vishal/

  • Cant access My SQL Database on Azure VM from outside source

    I have Word Press running on an Azure Virtual Machine. It uses My SQL. I would like to read the My SQL databasre from an ASP.Net application.  I have opened the 3306 internal TCP port.  I am attempting to read the My SQL database from Navicat on
    my client before I try ASP.Net and I get a Cant connect message. i can access the same database successfully from a local server copy of Navicat.  The credentials are the same on both. The only difference is the external port number.
    Is the problem with Navicat? Can you recommend another way to test the connection? I have used Shields Up to verify that the external port is open.

    Hi,
    The Azure SQL Database
    service is only available with TCP port 1433. To access Azure SQL Database from your computer, ensure that your firewall allows outgoing TCP communication on TCP port 1433.
    More information:
    http://msdn.microsoft.com/en-us/library/azure/ee621781.aspx
    Regards,
    Mekh.

  • Troubles Exporting SQL databases from Azure

    1. If I connect via SQL Server Management Studio and choose Export Data Tier Application to local disk, it never ends
    2. If I export via Azure web portal, it takes few hours
    3. The only way that works is using  SQL Server Management Studio and exporting to Azure container and then downloading it and importing via SQL Server Management Studio, seems like a lot of hassle
    I need Azure SQL database to be transferred daily to my local machine, preferably automatically. How can I do it?

    Hi Alex,
    Since the issue regards Windows Azure SQL Database, I will help you move the question to the related forums, It is appropriate and more experts will assist you.
    As Olaf’s post, if you want to migrate databases between the SQL Server Database Engine and Windows Azure SQL Database, you can use the Windows Azure SQL Database Import and Export operations to copy databases between two different SQL Database servers.
     In addition, you can also use the Windows Azure SQL Database copy database feature to make a consistent copy of a database, and perform the export from the copy. For more information, see
    Copying Databases in Windows Azure SQL Database. And you also can migrate a database by using the generate scripts wizard. For more information, see:
    How to: Migrate a Database by Using the Generate Scripts Wizard (Windows Azure SQL Database)
    According to your description, you want to migrate database daily and automatically, you can configure automated exports to schedule export operations for a SQL database, and to specify the frequency of export operations, and to set the retention period
    to store export files. Also you can set data sync between SQL Server and Windows Azure SQL database, configure bi-directional for database. For more information, see:
    Windows Azure SQL Data Sync.
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Unable to create mail database

    okay,  I had 4 hard drives fail at once on my Storage Server,
    Lost the VHD for my Exchange VM
    Created a new VM, recovered Exchange 2010 SP3 using  setup /m:recoverserver
    Didn't appear to have any errors until it was time to mount the database, database wouldn't mount.
    Tried to create a new database, getting Error 5000.
    When I looked under Exchange\V14\mailbox, I can't actually find a copy of my mail database, so, I am not able to mount because I can't actually create a good mail database.
    When I try to create a mail database, I get these errors
    From EMC
    AcmeMail2
    Failed
    Error:
    Couldn't set the System Attendant for database "AcmeMail2".
    The requested search root 'Acmenet.local/Configuration/Services/Microsoft Exchange/Acme/Administrative Groups/Exchange Administrative Group (FYDIBOHF23SPDLT)/Servers/Acme/Microsoft System Attendant' is not within the scope of this operation. Cannot perform
    searches outside the scope 'Acmenet.local/MyBusiness'.
    Warning:
    An error occurred while trying to prepopulate newly created mailbox "/o=Acme/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=SystemMailbox{22655608-c412-4e60-baa3-4d716ab38f20}" in database "AcmeMail2" on server "Acme".
    "/o=Acme/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=SystemMailbox{22655608-c412-4e60-baa3-4d716ab38f20}" may not immediately be available for certain cmdlets and operations until it has replicated. If you need to run the
    cmdlet again, and you want more information about the error, please add the -Verbose parameter. Error: 0x8004010F.
    Exchange Management Shell command attempted:
    new-mailboxdatabase -Server 'Acme' -Name 'AcmeMail2' -EdbFilePath 'C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\AcmeMail2\AcmeMail2.edb' -LogFolderPath 'C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\AcmeMail2'
    From the Application Log
    Event ID 5000
    Failed to save admin audit log for this cmdlet invocation. 
    Organization:  
    Log content:
    Subject: Acmenet.local/Users/Administrator : New-MailboxDatabase
    Body: 
    Cmdlet Name: New-MailboxDatabase
    Object Modified: AcmeMail2
    Parameter: Server = Acme
    Parameter: Name = AcmeMail2
    Parameter: EdbFilePath = C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\AcmeMail2\AcmeMail2.edb
    Parameter: LogFolderPath = C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\AcmeMail2
    Property Modified: OrganizationId = 
    Property Modified: Id = AcmeMail2
    Property Modified: DataMoveReplicationConstraint = None
    Property Modified: RawName = AcmeMail2
    Property Modified: RpcClientAccessServerExchangeLegacyDN = /o=Acme/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=Acme
    Property Modified: Server = Acme
    Property Modified: LogFilePrefix = E01
    Property Modified: LogFolderPath = C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\AcmeMail2
    Property Modified: SystemFolderPath = C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\AcmeMail2
    Property Modified: AdminDisplayName = AcmeMail2
    Property Modified: ExchangeLegacyDN = /o=Acme/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=Acme/cn=Microsoft Private MDB
    Property Modified: EdbFilePath = C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\AcmeMail2\AcmeMail2.edb
    Property Modified: DisplayName = AcmeMail2
    Property Modified: MasterServerOrAvailabilityGroup = Acme
    Property Original: OrganizationId = 
    Property Original: Id = 
    Property Original: DataMoveReplicationConstraint = SecondCopy
    Property Original: RawName = 
    Property Original: RpcClientAccessServerExchangeLegacyDN = 
    Property Original: Server = 
    Property Original: LogFilePrefix = 
    Property Original: LogFolderPath = 
    Property Original: SystemFolderPath = 
    Property Original: AdminDisplayName = 
    Property Original: ExchangeLegacyDN = 
    Property Original: EdbFilePath = 
    Property Original: DisplayName = 
    Property Original: MasterServerOrAvailabilityGroup = 
    Caller: Acmenet.local/Users/Administrator
    Succeeded: False
    Error: System.InvalidOperationException: Couldn\'t set the System Attendant for database \"AcmeMail2\". ---> Microsoft.Exchange.Data.Directory.ADOperationException: The requested search root \'Acmenet.local/Configuration/Services/Microsoft Exchange/Acme/Administrative
    Groups/Exchange Administrative Group (FYDIBOHF23SPDLT)/Servers/Acme/Microsoft System Attendant\' is not within the scope of this operation. Cannot perform searches outside the scope \'Acmenet.local/MyBusiness\'.\r\n   at Microsoft.Exchange.Data.Directory.ADSession.GetConnection(String
    preferredServer, Boolean isWriteOperation, Boolean isNotifyOperation, String optionalBaseDN, ADObjectId& rootId, ADScope scope)\r\n   at Microsoft.Exchange.Data.Directory.ADSession.ExecuteModificationRequest(ADObject entry, DirectoryRequest request,
    ADObjectId originalId, Boolean emptyObjectSessionOnException)\r\n   at Microsoft.Exchange.Data.Directory.ADSession.Save(ADObject instanceToSave, IEnumerable`1 properties)\r\n   at Microsoft.Exchange.Data.Directory.Recipient.ADRecipientSession.Microsoft.Exchange.Data.IConfigDataProvider.Save(IConfigurable
    instance)\r\n   at Microsoft.Exchange.Management.SystemConfigurationTasks.NewMailboxDatabase.SetSystemAttendantObject(MailboxDatabase database)\r\n   --- End of inner exception stack trace ---
    Run Date: 2014-04-04T19:48:39
    OriginatingServer: Acme (14.03.0123.002)
    Error:
    Exception thrown during AdminLogProvisioningHandler.Validate: Microsoft.Exchange.Data.Storage.ObjectNotFoundException: The discovery mailbox, a hidden default mailbox that is required to search mailboxes, can't be found. It may have been inadvertently deleted.
    This mailbox must be re-created before you can search mailboxes.
       at Microsoft.Exchange.Data.Storage.Infoworker.MailboxSearch.MailboxDataProvider.GetDiscoveryMailbox(ADRecipientSession session)
       at Microsoft.Exchange.Management.SystemConfigurationTasks.AdminAuditLogHelper.CheckArbitrationMailboxStatus(OrganizationId organizationId, ADUser& user, ExchangePrincipal& principal, String& errorMessage) 
    And Event ID 3154
    Active Manager failed to mount database AcmeMail on server Acme.Acmenet.local. Error: An Active Manager operation failed. Error The database was never mounted..
    On the Domain Controller,  I have run  setup /prepareAD  several times
    Any suggestions?
    Don Miller Network Administrator Teton Machine Company

    In the case,
    the VM is hosted on the Host machine's local drive, the VHD is too.  
    I created this database about an hour ago (there still isn't a database or log file that has been created), but when I try to mount it manually, I am getting this error
    Microsoft Exchange Error
    Failed to mount database 'acme'.
    acme
    Failed
    Error:
    Couldn't mount the database that you specified. Specified database: acme; Error code: An Active Manager operation failed with a transient error. Please retry the operation. Error: Database action failed with transient error. Error: A transient error occurred
    during a database operation. Error: An error occurred while preparing to mount database 'acme'. Error: An I/O error occurred while attempting to enumerate log files. Error 0x3 (The system cannot find the path specified) from Windows API 'FindFirstFile'. [Database:
    acme, Server: acme.acmenet.local].
    An Active Manager operation failed with a transient error. Please retry the operation. Error: Database action failed with transient error. Error: A transient error occurred during a database operation. Error: An error occurred while preparing to mount database
    'acme'. Error: An I/O error occurred while attempting to enumerate log files. Error 0x3 (The system cannot find the path specified) from Windows API 'FindFirstFile'. [Database: acme, Server: acme.acmenet.local]
    An Active Manager operation failed with a transient error. Please retry the operation. Error: An error occurred while preparing to mount database 'acme'. Error: An I/O error occurred while attempting to enumerate log files. Error 0x3 (The system cannot find
    the path specified) from Windows API 'FindFirstFile'. [Server: acme.acmenet.local]
    An error occurred while preparing to mount database 'acme'. Error: An I/O error occurred while attempting to enumerate log files. Error 0x3 (The system cannot find the path specified) from Windows API 'FindFirstFile'.
    An I/O error occurred while attempting to enumerate log files. Error 0x3 (The system cannot find the path specified) from Windows API 'FindFirstFile'
    Don Miller Network Administrator Teton Machine Company

  • How to create sql database using java frame or appelet?

    hi ! i am working on database project i want to create a database using java frame or applet where it asks user to select the location for database to be created , after user have specified the path then the programs creates the database, again i want that database to be read and write by another frame or applet but as user select the path how do i make the connectivity. i just have basic knowledge on java. please give me idea how can i process further.
    thanks a lot

    While duffymo is correct in regard to most major database products, it's my understanding (warning! wild-ass guess coming) that the Hypersonic DB is more "application-centric" and the dynamic creation of databases is part of its design. It's pure Java database software, and therefore is not appropriate for all database projects, in particular those that require extremely high-performance.
    See http://hsqldb.org/
    I've not used it yet (but soon though), and I can't really advise anyone about it.
    However, I'm wondering if you phrased you question in a way that is confusing us. To most of us in casual conversation, a "database" is both (1) a large organized collection of data and (2) the software that is used to organize and access it. However, the phrase "create a database" usually means creating a (1) database (a collection of data) using an already created (2) database software, such as Oracle, MySQL, DB2, HSQDB, etc., etc. If you'r question is, how do a create some new database software using Java, the answer is that this is a very very big and hard thing to do for the general case and probably not something you want to be doing.

  • Unable to create Standby database

    HI,
    OS- Win XP Pro
    Oracle - 10.2.0.1
    I am trying to create a standby database on the same system where I have my primary database.
    When I execute the below script ,I get the below error :
    RMAN> run {   allocate channel prmy1 type disk;
    2> allocate channel prmy2 type disk;
    3> allocate channel prmy3 type disk;
    4> allocate channel prmy4 type disk;
    5> allocate auxiliary channel stby type disk;
    6> duplicate target database for standby from active database
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "from": expecting one of: "dorecover, db_file_na
    me_convert, nofilenamecheck, ;"
    RMAN-01007: at line 6 column 39 file: standard input
    What am I doing wrong here. The same script I used it on a 11G database and I was able to create the standy database.

    You are using a 11g enhancement (for active database) in a 10g database
    Solution: convert the statement to comply with 10g.
    The duplicate command is documented in the Rman reference manual for 10g.
    Sybrand Bakker
    Senior Oracle DBA

  • Silverlight interface to SQL Database on Azure

    Adding a new required column to a table with data in it and specifying a defautl value does not work.
    When is this going to be fixed?

    Could you please detail this? I'm affraid I don't understand the operation...

  • New Trial Account - Now unable to create even a BASIC SQL Database...

    Hey,
    I signed up for a 30-day trial account on Azure, and in the first 24 hours managed to successfully set up a Windows VM, and a SQL Database.
    Over several hours, I then used the Azure SQL Database Migration tools to import a large test database from an on-premises SQL Server.
    All went fine, until suddenly, during the data migration, all connections to the Azure SQL Database were lost, both from my local machine, and from the Azure VM.
    I was unable to re-establish a connection to the Azure SQL Database.
    In desperation, I deleted the Azure SQL database, and attempted to create another.
    But every attempt failed. 
    I have tried from both the old and new Azure portals, and get the message after a few seconds "Error creating SQL Database".
    I have attempted creating databases both at "Basic" and "Standard" levels, but get the same result.
    There is still 99%+ left of the credit balance that came with the trial account, so I am at a loss as to what has happened, or what to do next.
    Can anyone help?
    Thanks

    Hi,
    Thank you for reporting this issue. I need a way to identify your account or subscription to look into what's going on. Please email me your server name or subscription id to olignat at microsoft dot com.
    Thanks,
      Oleg

Maybe you are looking for

  • I am running a TRIAL VERSION of Adobe Photoshop CS6 Extended and Bridge does not open.  Help?

    I am running a TRIAL VERSION of Adobe Photoshop CS6 Extended on MAC and Bridge does not open.  It did open when I first downloaded it - but now a black question mark is over the BR icon and it does not open up.  Any ideas from anyone? 

  • Display FLV file on web page - what code is needed

    In Premiere Elements 7 I used the share option to make a .FLV file to place on a web page. What code is needed to display this file? What other steps are needed to have the file play on a web page? I get the ides that I need to embed a played on my w

  • When i go to swich my 3g on it has the green slider but doesnt work

    i reasently purchaced an iphone 5s from EE when i go to swich on my 3g the grren slider in on but the 3g doesnt work it has bars next to it but doesnt work. i have tried everything from taking out my sim card to reseting my whole phone but nothings c

  • RFC export variable with different output length.

    I have an RFC returning language from R/3 with Datatype SY-LANGU. When I run RFC from R/3, I see language being  returned in two chars. But  I get only one char when I run  the same from Web Dynpro. When  I look at Web Dynpro model dictionary,  It is

  • Solution about pp module

    1) what are the steps required for long term planning ? 2) can we use interactive planning i.e, MD43 in long term planning? 3) why conversion of material is not in possible in MS04?