Hi All,
I am working with SSIS Package - Analysis Services processing Task.
Here I have configured Analysis Services Processing task to run the AS database(Here AS DB Name - PhoenixPolice) in my machine.
It was executed successfully. I have copied that DTSX package and configured in SQL Agent job. that is also executed successfully.
what issue I am facing is,
I have copied the same DTSX package in other server/machine and configured SQL job in that server/machine to run the AS database (HereAS DB Name - TosaPolice). job is getting fail by throwing error like "database does not exists in this server".
Please suggest me that weather I need to change any SSIS package properties or any other changes/options I need to do?
Thanks,
Supraja.
SUPRAJA'S