Search Unity

SQL database connection problem

Discussion in 'Scripting' started by cosmin007, Apr 16, 2014.

  1. cosmin007

    cosmin007

    Joined:
    May 13, 2011
    Posts:
    30
    Hi guys,

    i want to connect to a SQL database (stored in Amazon EC2), in editor everything is working properly (connection, data inserting), but when i've made a build and tested it on a device (iPad 3 with iOS 7.1) i've received this errors in the console:

    Code (csharp):
    1.  
    2. <Error>: HID: The 'Passive' connection 'Game' access to protected services is denied.
    3. <Error>: HID: The 'Rate Controlled' connection 'Game' access to protected services is denied.
    4.  
    Does anyone know how to fix this?
     
  2. Flavelius

    Flavelius

    Joined:
    Jul 8, 2012
    Posts:
    945
    this doesn't look like an sql error to me more like for some input device.
     
  3. casimps1

    casimps1

    Joined:
    Jul 28, 2012
    Posts:
    254
    Hmm... not sure. Maybe some kind of parental controls locking out web access on the device?
     
  4. cosmin007

    cosmin007

    Joined:
    May 13, 2011
    Posts:
    30