Friday, March 9, 2012

HOW TO DEPLOY A PROJECT TO REMOTE SERVER(starve for)

hi ,i want to deploy an project(BI) which is been deployed successful on my computer to remote server,the server name is boco-ace.i do not kown how to do?could you give me an solution?if you give an example,i cannot bear to appreciate.

Several ways:

First.
Right click on your project name in the BI Dev Studio select "Properties". Click on "Deployment" node on the left and you will see the name of the server you deploying to. By default it is "localhost" , change it to boco-ace

Second.
Open SQL Management Studio. Right Click on your database name->Script database to->Create ...
Send resulting script to your new server. Make sure you process your database after creating it.

Third.
Run MigrationWizard application and point it to the project files. At some point it will ask you which server you'd like to deploy it to.

I am sure I can come up with some more.. Like Sync , Backup/Restore, ...

Edward.
--
This posting is provided "AS IS" with no warranties, and confers no rights.

|||the first way i did ,but it dap an error "systerm error:no mapping is completed between account and security id",why?|||

i think maybe because i built roles,so i delete the role.but it daps another error"login failed for user"NT AUTHORITY\ANONYMOUS LOGON"",i do not know how to correct it?

thanks.

database's login mode is SQL's security

|||

You should use windows integrated security when connecting to Analysis Server.

Edward.
--
This posting is provided "AS IS" with no warranties, and confers no rights.

No comments:

Post a Comment