Showing posts with label correctly. Show all posts
Showing posts with label correctly. Show all posts

Wednesday, March 21, 2012

Is this connection string formated correctly?

Data Source=**COMPUTERNAME**\SQLEXPRESS;Initial Catalog=*CAT NAME*;User ID=*USR*;Password=*PASS*;Min Pool Size=5;Max Pool Size=10000;Connect Timeout=5

I can't connect to the DB. Everythime I try to connect to a page within my site that uses DB data I get an: "The resource cannot be found." error.

Hi,

sems ok, dom′t know why you stared the USERNAME and COMPUTERNAME tey should just have no stars or quotes. You can just take also one of the connectionstrings here: http://www.connectionstrings.com they are work fine.

HTH, Jens Suessmeyer.

http://www.sqlserver2005.de

|||"The resource cannot be found." error is not raised by sql server db connection driver. So there is someother place in your app that cause the failure. Possbile IIS.

Monday, March 12, 2012

Is there Limit to # of Matrixes Displayed in RDL?

I have a report that consists of 12 matrixes. In Dev Studio all the data for
all matrixes returns correctly, but when the rdl is on the Report Server and
the Report is run, the 12th ( last ) matrix only displays column group and
row headings, no detail data within the matrix cells. Also from within Dev
Studio when I export the report as a "Web Archive", the "web" page exported
displays incorrectly just like the report does on the report server. Why
does it not display the same as from within Dev Studio?
Thanks in advance.Found an incorrect non-zero value in the groups before row headers property
settings which was causing no data in the detail cells. No further help
needed.
"mike" wrote:
> I have a report that consists of 12 matrixes. In Dev Studio all the data for
> all matrixes returns correctly, but when the rdl is on the Report Server and
> the Report is run, the 12th ( last ) matrix only displays column group and
> row headings, no detail data within the matrix cells. Also from within Dev
> Studio when I export the report as a "Web Archive", the "web" page exported
> displays incorrectly just like the report does on the report server. Why
> does it not display the same as from within Dev Studio?
> Thanks in advance.