SQL server 2008R2 backup

Discussion in 'Control Panel API' started by jaydip, Sep 26, 2013.

  1. Hi

    I have two domains.
    for one domain there is no sql server database.

    1. I was able to create database backup ,using the web API, for the domain for which i have database addon.
    2. But when I tried the same thing from the other domain it did not work.

    Does this mean that this does not work cross domain . If I need to do that then what i should do.
     
  2. FrankC

    FrankC DiscountASP.NET Staff

    I am not sure i understand.

    How do you create a database backup if there's no database?
     
  3. I explain it again.

    I have two domains say
    a) domain1.com
    b) domain2.com

    domain1.com has two SQL Server 2008R2 database
    a) database1
    b) database2

    domain2.com has no database.

    Now I want to create a database backup using the web service
    from the domain2.com
    of the
    database a
    or the
    database b

    Is this possible. If so then how.

    Jaydip
     
  4. FrankC

    FrankC DiscountASP.NET Staff

    When you use the API, you generate a key in the control panel and that key is associate with that particular account.

    You can run the application anywhere as long as you supply the correct key that's associated with the account
     
    mjp likes this.
  5. I tried with the correct key but it thrown that database could not be found. This may be due to the fact that domain2.com has no database

    Jaydip
     
  6. FrankC

    FrankC DiscountASP.NET Staff

    when you use the key for Domain2, you can only access database within that account.
     
    mjp likes this.

Share This Page