Friday, July 20, 2012

Re: Connection error java.sql.SQLInvalidAuthorizationSpecException: boss::NOT_AUTHORIZED: Not authorized to access instance: proy-laz:tmp-sio:mina

Thanks Ken, Eureka!!!
According to the configuration for "Admin and Reporting Tools"(https://developers.google.com/cloud-sql/docs/admin_tools), I was using this string as my url connection:
"jdbc:google:rdbms:proy-laz:tmp-sio:mina"

Now I changed the connection string to the format used in the article "Using Google Cloud SQL with App Engine Java SDK" and works fine!
"jdbc:google:rdbms://proy-laz:tmp-sio/mina"

Thanks a lot for your help!
Now is working fine, greeting from Peru!

Luis Acosta Zúñiga

No comments:

Post a Comment