-
by David Leibowitz
| June 30, 2009
|
Reporting Services provides predefined content types that are used to manage shared data source (.rsds) files, report models (.smdl), and Report Builder report definition (.rdl) files. Adding a Report Builder Report , Report Model , and Report Data Source content type to a library enables the New command so that you can create new documents of that...
-
by David Leibowitz
| June 30, 2009
|
When your Reporting Services instance is integrated with a SharePoint product or technology and you use Forms authentication, you might encounter the following error when you launch Report Builder: "Cannot Start Application. Cannot continue. The application is improperly formatted. Contact the vendor for assistance." To workaround this issue...
-
by David Leibowitz
| June 25, 2009
|
With the MDX Query Designer in SSRS 2008 Report Designer and Report Builder 2.0, changing the main dataset overwrites the parameter datasets, which will kill any manual adjustments made. Bummer. The hack to fix is to add a SuppressAutoUpdate =true to the parameter dataset: < Query > < DataSourceName > DataSource1 </ DataSourceName >...
-
by David Leibowitz
| June 21, 2009
|
Can't uninstall from Add/Remove Programs and it's no longer listed in Add/Remove Windows Componenents. To uninstall, go to Start > Run : msiexec /x {0AAA9C97-74D4-47CE-B089-0B147EF3553C}
-
by David Leibowitz
| June 11, 2009
|
If you can't connect to the MICROSFT\SSEE instance for sharepoint, try the following: Use " \\.\pipe\mssql$microsoft##ssee\sql\query " as your Server name in SQL server management Studio.