when you do a "reverse" eng. the solution save an ID which is the last time
you have published the solution.
Because the solutiion is new, VS detect that the current version on the
server is out of sync, so the VS will replace the current version.
after this, only changes are deployed (generally)
This behavior appears if the server version is newer then the VS Solution
version.
if you want to modify an existing deployment, instead-of doing a reverse
eng. simply edit the cube online.
Open VS, open the cube directly by doing a file / open / open AS database
when you save, the change is saved directly on the server.
(like we edit a cube / dimension in AS2000)
"Todd" <toddkitta (AT) gmail (DOT) com> wrote
Quote:
I'm having an issue when I create a new project of type "Import
Analysis Services 9.0 Database". It reverse engineers just fine, but
when I change my server name and database name in the project properies
and try to deploy, it tells me the database already exists and it will
be overwritten. This is when I make non-breaking or NO changes.
Since I just reverse engineered it, shouldn't it be able to deploy the
changes only?
Has anyone else had this issue? |