Viewing 15 posts - 31 through 45 (of 125 total)
Hi
The SSRS Service Account is also used for scheduling and delivering trough Shared Folder and Email
Maybe it was trying to access a forbidden folder ?
July 29, 2015 at 1:47 am
Good you solve it
I think it comes from the rdl property which have a default language set up
See this for more information:
https://msdn.microsoft.com/en-us/library/ms159642(v=sql.105).aspx
July 28, 2015 at 9:54 am
SSRS is using the regional settings by default
You have to force the langage on the properties of the rdl
see the language property at the body of the report
July 28, 2015 at 9:25 am
Maybe you can also use a boolean variable
You put to True when there is at least one error on the Loop Container
And check this variable outside the container to...
July 28, 2015 at 2:46 am
kamaln63 (5/7/2015)
July 28, 2015 at 2:34 am
Hi
Did you configure properly the RSReportServer.config file to use the Kerberos auth ?
This is done on the EnableAuthPersistence = True
<Authentication>
<AuthenticationTypes>
<RSWindowsNegotiate/>
</AuthenticationTypes>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>
July 28, 2015 at 2:27 am
Hi
Can you try to put your tablix on a rectangle for each of them ?
and made the page break on the Rectangle
try to put the tablix at 0,0 coordinate of...
July 27, 2015 at 9:59 am
Hi
Why is your filter the filter the field DateLookup ?
code.sumlookup(lookupset(Fields!DateLookUpKey.Value, Fields!DateLookUpKey.Value,Fields!ActivityTime.Value,"DSData"))
I think there is easier way to do this
first if you want to calculate to total for each Agent,...
July 27, 2015 at 8:13 am
Yes
You have to shcedule it from report manager and then choose "Shared File Location" instead of "Email"
July 21, 2015 at 3:07 am
Hi
You want to show parameters value on the first page only ?
July 21, 2015 at 3:05 am
Hi
I think you can use the command line rs.exe and a script rss
I am not a specialist of rss scription but I am sure you will find what you need...
July 20, 2015 at 2:03 am
Hi
How are your 2 tablix disposed ?
One under the other ?
Maybe it is better to put it one over the second and disable the page break on the 2 tablix
Sometimes...
July 15, 2015 at 9:54 am
Hi
Are your end user all using the same browser ?
July 15, 2015 at 9:50 am
Super^^
I am happy you finally solved it:satisfied:
July 15, 2015 at 9:43 am
can you download report builder 3.0 ?
It is the editor i choosed to update the rdl
I renamed it before to .rdl
Sorry I don't have Visual Studio 2010
You will have...
July 15, 2015 at 9:28 am
Viewing 15 posts - 31 through 45 (of 125 total)