Viewing 15 posts - 61 through 75 (of 262 total)
October 14, 2008 at 10:22 am
The first thing I would check is a firewall and specifically firewall log.
October 14, 2008 at 7:55 am
databasename.schemaname.tablename.fieldname - standard 4 part naming.
When working with MSAccess DB (for example) you are using:
databasename..tablename.fieldname since MSAccess does not have schemas.
October 14, 2008 at 7:37 am
October 14, 2008 at 7:27 am
If you are using Windows authentication (an I suppose you do), then the Windows account you are logged in with should have permissions on the folder where Excel file is...
October 14, 2008 at 6:54 am
Could it be an SPN related problem?
October 7, 2008 at 12:30 pm
That would be the problem.
In report properties Layout Tab you have to change the report size to 11 (page width) by 8.5 (page length). Then set margins.
Then verify that the...
October 7, 2008 at 12:06 pm
making my report 9X8 in landscape
Do you mean you changed a pagesize property of the report to 9x8?
October 7, 2008 at 10:44 am
BOL. fn_my_permissions
October 7, 2008 at 10:07 am
You have to verify that the page width + margins does not exceed the page size.
October 7, 2008 at 9:51 am
On the ReportServer database which is accompanies any installation of SSRS, there is a handy stored procedure:
use reportserver
go
exec GetPolicy @ItemName=N'/rootpath/ReportName', @AuthType=1
It will return then an XML in a column [XML...
October 7, 2008 at 8:46 am
Oleg,
then you figured your steps by yourself 🙂
Change it back to 1024 and apply hot fix 2244.
October 7, 2008 at 8:07 am
Default is 1024. I don't really know why did you change it to begin with...
October 6, 2008 at 4:57 pm
I was running in two separate cases.
Both cases were linked to a MemToLeave area.
If I remember correctly under Windows 2003 x64, min memory settings do not work on SQL 2000....
October 6, 2008 at 2:03 pm
Considering that you are using SQL Server 2000 EE,
I would suggest:
1. Lower max server memory to 12GB.
2. Split page file in two placing the second page file on a separate...
October 6, 2008 at 12:36 pm
Viewing 15 posts - 61 through 75 (of 262 total)