Viewing 13 posts - 1 through 13 (of 13 total)
In AS2k I found myself writing 2 separate MDX expressions for doing this - I even had 2 separate cubes for this purpose. I found this easier for me and...
December 13, 2005 at 8:49 am
Thanks Steve.
It seems it's an Office2k issue. I installed Office 2003 and without touching my OLAP side everything seems to work the way I want. BTW, I did check the...
April 15, 2005 at 8:08 am
Thanks Steve.
I checked the example and it gives me less than what I'm trying to get.
My business case is that the user choses a Time level (year, quarter or month)...
April 1, 2005 at 9:36 am
If I understand the requirement, it's simple if the report is already defined in RS. From "Report Manager" if you chose to export to Excel, you get the tables and...
November 2, 2004 at 1:46 am
Good news!
The settings I had were correct and I did not need to setup the SMTPAuthenticate. The email subscriptions work BUT only if I remove the flag to include the report...
October 7, 2004 at 9:22 am
Hi there.
I'm having the same problem with publishing reports via email. Checking this issue for the last week I've been offered to install RS SP1, which I did. This did...
September 30, 2004 at 3:03 am
Hi Susan.
I assume that the report has been designed and previewed. You then need to DEPLOY the report. It goes to the Report Manager (find it on the Reporting Services leaf...
September 30, 2004 at 2:45 am
It works now - don't know why!
Still, it's only copying the data and replacing the info in the table. Anything I need to do to "append" the data in the...
September 1, 2004 at 6:47 am
I've installed SQLXML 3.0 but still no success. Maybe someone has done this before? I'm trying get some grip on this process so I can use it in a Business...
August 31, 2004 at 6:42 am
Thanks for the hint but...
The SQLBulkLoad.3.0 does not work on my machine, so I replaced the statement by BulkLoad.2.0
The error remains. It's referencing the line of the objBL.Execute even if...
August 30, 2004 at 9:47 am
I've litterally copied the example code from the MS web site. Here it is (with my parameters)
Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad")
objBL.ConnectionString = "provider=SQLOLEDB.1;datasource=JMRSQLBI;database=MyDatabase;uid=test;pwd=test"
objBL.ErrorLogFile = "c:\xml\MyError.log"
objBL.Execute "c:\xml\MyCustomermapping.xml", "c:\xml\MyCustomers.xml"
Set objBL = Nothing
MyCustomermapping.xml stores...
August 30, 2004 at 9:10 am
I tried the suggestion of the MS article 316005 and I can not go past the described error "Error connecting to the data source" even though I copied the code...
August 30, 2004 at 8:36 am
Thanks for replies. I think that I had a bogus version of the SQL Server engine. It come from the fact that I installed MSDE and Analysis Services only (did...
August 25, 2004 at 9:09 am
Viewing 13 posts - 1 through 13 (of 13 total)