Friday, March 9, 2012
Possible to make "Detail View" default in Report Mgr?
Possible to make "Detail View" default in Report Mgr?
Wednesday, March 7, 2012
Possible SOAP version mismatch
I am getting an error when I go to view my websites Report Manager. i go to
http://www.mysite.com/Reports (reports maps to the Report Manager folder).
when ever i go there i keep getting some generic Error Page. the only
information it has on there is: Possible SOAP version mismatch: Envelope
namespace http://schemas.xmlsoap.org/wsdl/ was unexpected. Expecting
http://schemas.xmlsoap.org/soap/envelope/.
I dont know how this has happened. Can anyone help me?
Thank you,
PaulHave you come up with a solution yet?
I have the same error. I had installed the Enterprise version of RS with
the database and report manager on one server - and applied SP1. I then
installed the Enterprise RS Report Manger on another machine and am using the
first server's SQL Server to house another instance of the Report Server DB.
Once installed, I get the 'SOAP version mismatch' error when trying to view
the Report Manager.
I tried upgrading to SP1, but still get the error. Anyone see this issue
before?
"Paul W" wrote:
> Hi,
> I am getting an error when I go to view my websites Report Manager. i go to
> http://www.mysite.com/Reports (reports maps to the Report Manager folder).
> when ever i go there i keep getting some generic Error Page. the only
> information it has on there is: Possible SOAP version mismatch: Envelope
> namespace http://schemas.xmlsoap.org/wsdl/ was unexpected. Expecting
> http://schemas.xmlsoap.org/soap/envelope/.
> I dont know how this has happened. Can anyone help me?
> Thank you,
> Paul
>
>|||I also have the same error. Were you able to find out what the answer is?
If you haven't I'll break down and pay Microsoft for the answer and then post
it here. Can you please reply.
"Paul W" wrote:
> Hi,
> I am getting an error when I go to view my websites Report Manager. i go to
> http://www.mysite.com/Reports (reports maps to the Report Manager folder).
> when ever i go there i keep getting some generic Error Page. the only
> information it has on there is: Possible SOAP version mismatch: Envelope
> namespace http://schemas.xmlsoap.org/wsdl/ was unexpected. Expecting
> http://schemas.xmlsoap.org/soap/envelope/.
> I dont know how this has happened. Can anyone help me?
> Thank you,
> Paul
>
>|||I had some other staff work this issue out on the server side and will need
to double check with them for the exact solution. But, if I remember
correctly, it had something to do with the server name being uppercase - but
RS was trying to access it using all lowercase letters (or vice versa).
I'll see if I can get the exact story posted.
-mike
"Shane McEwan" wrote:
> I also have the same error. Were you able to find out what the answer is?
> If you haven't I'll break down and pay Microsoft for the answer and then post
> it here. Can you please reply.
> "Paul W" wrote:
> > Hi,
> > I am getting an error when I go to view my websites Report Manager. i go to
> > http://www.mysite.com/Reports (reports maps to the Report Manager folder).
> > when ever i go there i keep getting some generic Error Page. the only
> > information it has on there is: Possible SOAP version mismatch: Envelope
> > namespace http://schemas.xmlsoap.org/wsdl/ was unexpected. Expecting
> > http://schemas.xmlsoap.org/soap/envelope/.
> >
> > I dont know how this has happened. Can anyone help me?
> > Thank you,
> > Paul
> >
> >
> >
Saturday, February 25, 2012
Possible Bug in SQL2005 query?
We are using SQL 2005. When we were building a view from a table, the
field we selected was not what came out in the output.
Let's say you have 2 specific fields in the table, the second one of
them begins with the letter "L". While your mouse focus is still on the
first field, and you type "L", the focus will jump to the second field.
But now if you left-click it (or press space bar) trying to select it,
in the output panel, you will get the first field.
I hope I get myself understood. Anyone of you happened to experience
the same thing? And what's the explanation for this? The thing is it
didn't happen with SQL 2000. And we are suspecting this to be a bug.chencongwei@.gmail.com wrote:
Quote:
Originally Posted by
Hi! This is what happened to me and my colleagues.
>
We are using SQL 2005. When we were building a view from a table, the
field we selected was not what came out in the output.
>
Let's say you have 2 specific fields in the table, the second one of
them begins with the letter "L". While your mouse focus is still on the
first field, and you type "L", the focus will jump to the second field.
But now if you left-click it (or press space bar) trying to select it,
in the output panel, you will get the first field.
>
I hope I get myself understood. Anyone of you happened to experience
the same thing? And what's the explanation for this? The thing is it
didn't happen with SQL 2000. And we are suspecting this to be a bug.
The place to report a bug is:
http://connect.microsoft.com/SQLServer
My personal recommendation would be that you should avoid the quey/view
designer altogether. Constructing your own views in the editor with the
help of the object browser is a much more powerful and reliable way to
do it.
--
David Portas, SQL Server MVP
Whenever possible please post enough code to reproduce your problem.
Including CREATE TABLE and INSERT statements usually helps.
State what version of SQL Server you are using and specify the content
of any error messages.
SQL Server Books Online:
http://msdn2.microsoft.com/library/...US,SQL.90).aspx
--