mysql - error connection between ec2 instance and RDS -


i installed ssrs command on ec2 instance:

setup.exe /q /action=install /features=rs /instancename=mysql /rssvcaccount="nt authority\\network service" /rssvcstartuptype=automatic /iacceptsqlserverlicenseterms 

then, when tried connect ec2 instance rds instance recievd error @ end of create new database

system.data.sqlclient.sqlexception: user not have permission perform action.    @ system.data.sqlclient.sqlconnection.onerror(sqlexception exception, boolean breakconnection)    @ system.data.sqlclient.sqlinternalconnection.onerror(sqlexception exception, boolean breakconnection)    @ system.data.sqlclient.tdsparser.throwexceptionandwarning(tdsparserstateobject stateobj)    @ system.data.sqlclient.tdsparser.run(runbehavior runbehavior, sqlcommand cmdhandler, sqldatareader datastream, bulkcopysimpleresultset bulkcopyhandler, tdsparserstateobject stateobj)    @ system.data.sqlclient.sqlcommand.runexecutenonquerytds(string methodname, boolean async)    @ system.data.sqlclient.sqlcommand.internalexecutenonquery(dbasyncresult result, string methodname, boolean sendtopipe)    @ system.data.sqlclient.sqlcommand.executenonquery()    @ microsoft.reportingservices.common.dbutils.applyscript(sqlconnection conn, string script, icommandwrapperfactory commandwrapper)    @ microsoft.reportingservices.common.dbutils.applyscript(string connectionstring, string script)    @ reportservicesconfigui.sqlclienttools.sqltools.applyscript(string connectionstring, string script) 

would explain me issue? thanks!


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -