Hi
I have the requirement of transferring data to a SQL Server database on a daily basis and then updating the cube to allow it to be filled with the recently populated data in the SQL Server. For this I am using a Windows Service which is scheduled to run at 12 midnight on a daily basis. I have completed the process of reading the data and inserting it into SQL Server, but am stuck at the next step of the processing of the cube. I tried using the Microsoft.AnalaysisService.dll and process the cube from within the windows service. This works well if I run my service on the machine on which the Analysis Services database resides. However, if I install this service on another machine, then the Analysis Server database is not able to be accessed and the service fails reporting the error
A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running.
Any suggestions on resolving this issue or even if there is a work around for this then please help.
Thanks
NModi