Saturday, February 25, 2012

Can't preview report after convert to 2005 with <CodeModule> [rsErrorLoadingCodeModul

I have a .rdl file which I opened in visual studio 2005. I answered Yes to the prompt Microsoft Report Designer. . . Do you want to convert this file? [Yes] Then I saved the file.

The issue is when I am in Visual Studio and click on the Preview tab, I get the following error:

[rsErrorLoadingCodeModule] Error while loading code module: ‘x.ReportDefinitionsHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’. Details: Could not load file or assembly 'AdvancedMD.Report.ReportDefinitionsHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

There was a <CodeModule> which existed prior to the conversion and the preview worked fine.

I tried to re-add the reference by clicking on the Layout tab then go to the report properties tab. Then, under references I clicked on the collection and browsed to the file which I wanted to reference and clicked ok, but I still get the error above when I click on the Preview tab. I tried to remove the reference save then come back in and add it again, but it still gives the error above.

The file I am trying to add to <CodeModule> (x.ReportDefinitionsHelper) references the following:

System

System.Data

System.Xml

Any help would be greatly appreciated.

Thanks

(I can load the .rdl to reporting services 2005 and go into Reporting Services Manager and view the report without any issues.)

I just had to move the file I was referenceing to the following location:

C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies

|||This solved the problem for me too. I have part of the VS2005 installed on my D: drive instead of the C: drive. But regardless of this I think it is strange that we have to put our own dll's in the MS directories. I would like to have them in my own project files. I think it is a bug since the VS2005 has a project structure, and it seems this does not fit in.|||

I had the same problem and however I have installed VS2005 in C: so that isn't the problem... the solution for me, as for TMK and Jelle, has been to put my dll in:

C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies

What i would like to know is the reason because of we have to put our dlls in that directory if in our references we specified another directory...

Can anyone explain it to us?

Cant preview report

Hi ,
I have a long sql statement(a little bit complicated), but I've tried to
excute it in MS Sql server Management studio and it works correctly then I
put it in the dataset of Reporting services(MS Visual studio) , when I change
the panel to "Preview" ,MS visual studion seems no response and I have to
stop it through the system tool...
Please help! If you have the same experience.
Thanks in advance.
LanceI found a way to deal with this..might be not a best way.
Delete the DATESET and recreate a new one.
"Lance" wrote:
> Hi ,
> I have a long sql statement(a little bit complicated), but I've tried to
> excute it in MS Sql server Management studio and it works correctly then I
> put it in the dataset of Reporting services(MS Visual studio) , when I change
> the panel to "Preview" ,MS visual studion seems no response and I have to
> stop it through the system tool...
> Please help! If you have the same experience.
> Thanks in advance.
> Lance|||On Jan 31, 8:29 pm, Lance <La...@.discussions.microsoft.com> wrote:
> I found a way to deal with this..might be not a best way.
> Delete the DATESET and recreate a new one.
> "Lance" wrote:
> > Hi ,
> > I have a long sql statement(a little bit complicated), but I've tried to
> > excute it in MS Sql server Management studio and it works correctly then I
> > put it in the dataset of Reporting services(MS Visual studio) , when I change
> > the panel to "Preview" ,MS visual studion seems no response and I have to
> > stop it through the system tool...
> > Please help! If you have the same experience.
> > Thanks in advance.
> > Lance
Sounds like you might have performance issues with the report query.
You might try running the Database Engine Tuning Advisor against the
report query to improve the performance via suggested indexes. Also,
if you haven't already, you will want to convert the report query into
a stored procedure. This should improve your report performance as
well. Hope this helps.
Regards,
Enrique Martinez
Sr. Software Consultant

Can''t precompile script

Hi,

with a script task I get an error "This task is configured to pre-compile the script but the binary code is not found. Please visit the IDE in Script Task editor by clicking Desing Script button to cause binary code to be generated".

Well, if I do so the error doesn't disappear. The only chance I have is to switch of precopilation, which is quite a performance issue...

I have no idea where this error is comming from... The script is quite easy, just some string and file operations (find out file change date using system.io)...

Any idea?

I can only think that there is an error in compilation because this should of course work!

-Jamie

|||...any idea where to look? If I switch of precompile everything works, so there shouldn't be any error in the script...|||

Hmmm...bizarre.

Sorry Thomas, can't help you there!

|||This is an old one, but I just had the same problem and just noticed that my script had a syntax error. Once I fixed the syntax error, the problem was resolved.|||im facing the same problem....for the first time....simply cant keep precompile option to true as binary code is not getting generated....the issue is my env may change to 64 bit....evn keepin the option precompile false wont help then( which is workin fine now)
...just as im writin this....was this a issue bfr SP1... i havent checked if i have run it in new installation...
will check n post back if success....
ne suggestions welcome in the meanwhile...|||This is just wrong - when I set property precompile = false for the Script Task everything works fine.

SSIS works in odd ways sometimes (or perhaps it is just me)

Actually I now noticed that whatever package's script i open up - they dont compile anymore - I wonder what causes all of a sudden all the scripts on my workstation not to compile?|||as i guessed...SP1 solves this problem...worked for me... i had a new local server installation n missed out on the service packs....so install SP1 and 2 and ur done.....but ya ull have to then change all precompilei otions to true and open n close the script once to get the binary code........

sorry for the delay in reply!!

Can''t precompile script

Hi,

with a script task I get an error "This task is configured to pre-compile the script but the binary code is not found. Please visit the IDE in Script Task editor by clicking Desing Script button to cause binary code to be generated".

Well, if I do so the error doesn't disappear. The only chance I have is to switch of precopilation, which is quite a performance issue...

I have no idea where this error is comming from... The script is quite easy, just some string and file operations (find out file change date using system.io)...

Any idea?

I can only think that there is an error in compilation because this should of course work!

-Jamie

|||...any idea where to look? If I switch of precompile everything works, so there shouldn't be any error in the script...|||

Hmmm...bizarre.

Sorry Thomas, can't help you there!

|||This is an old one, but I just had the same problem and just noticed that my script had a syntax error. Once I fixed the syntax error, the problem was resolved.|||im facing the same problem....for the first time....simply cant keep precompile option to true as binary code is not getting generated....the issue is my env may change to 64 bit....evn keepin the option precompile false wont help then( which is workin fine now)
...just as im writin this....was this a issue bfr SP1... i havent checked if i have run it in new installation...
will check n post back if success....
ne suggestions welcome in the meanwhile...|||This is just wrong - when I set property precompile = false for the Script Task everything works fine.

SSIS works in odd ways sometimes (or perhaps it is just me)

Actually I now noticed that whatever package's script i open up - they dont compile anymore - I wonder what causes all of a sudden all the scripts on my workstation not to compile?|||as i guessed...SP1 solves this problem...worked for me... i had a new local server installation n missed out on the service packs....so install SP1 and 2 and ur done.....but ya ull have to then change all precompilei otions to true and open n close the script once to get the binary code........

sorry for the delay in reply!!

Can't precompile script

Hi,

with a script task I get an error "This task is configured to pre-compile the script but the binary code is not found. Please visit the IDE in Script Task editor by clicking Desing Script button to cause binary code to be generated".

Well, if I do so the error doesn't disappear. The only chance I have is to switch of precopilation, which is quite a performance issue...

I have no idea where this error is comming from... The script is quite easy, just some string and file operations (find out file change date using system.io)...

Any idea?

I can only think that there is an error in compilation because this should of course work!

-Jamie

|||...any idea where to look? If I switch of precompile everything works, so there shouldn't be any error in the script...|||

Hmmm...bizarre.

Sorry Thomas, can't help you there!

|||This is an old one, but I just had the same problem and just noticed that my script had a syntax error. Once I fixed the syntax error, the problem was resolved.|||im facing the same problem....for the first time....simply cant keep precompile option to true as binary code is not getting generated....the issue is my env may change to 64 bit....evn keepin the option precompile false wont help then( which is workin fine now)
...just as im writin this....was this a issue bfr SP1... i havent checked if i have run it in new installation...
will check n post back if success....
ne suggestions welcome in the meanwhile...|||This is just wrong - when I set property precompile = false for the Script Task everything works fine.

SSIS works in odd ways sometimes (or perhaps it is just me)

Actually I now noticed that whatever package's script i open up - they dont compile anymore - I wonder what causes all of a sudden all the scripts on my workstation not to compile?|||as i guessed...SP1 solves this problem...worked for me... i had a new local server installation n missed out on the service packs....so install SP1 and 2 and ur done.....but ya ull have to then change all precompilei otions to true and open n close the script once to get the binary code........

sorry for the delay in reply!!

Can't precompile script

Hi,

with a script task I get an error "This task is configured to pre-compile the script but the binary code is not found. Please visit the IDE in Script Task editor by clicking Desing Script button to cause binary code to be generated".

Well, if I do so the error doesn't disappear. The only chance I have is to switch of precopilation, which is quite a performance issue...

I have no idea where this error is comming from... The script is quite easy, just some string and file operations (find out file change date using system.io)...

Any idea?

I can only think that there is an error in compilation because this should of course work!

-Jamie

|||...any idea where to look? If I switch of precompile everything works, so there shouldn't be any error in the script...|||

Hmmm...bizarre.

Sorry Thomas, can't help you there!

|||This is an old one, but I just had the same problem and just noticed that my script had a syntax error. Once I fixed the syntax error, the problem was resolved.|||im facing the same problem....for the first time....simply cant keep precompile option to true as binary code is not getting generated....the issue is my env may change to 64 bit....evn keepin the option precompile false wont help then( which is workin fine now)
...just as im writin this....was this a issue bfr SP1... i havent checked if i have run it in new installation...
will check n post back if success....
ne suggestions welcome in the meanwhile...|||This is just wrong - when I set property precompile = false for the Script Task everything works fine.

SSIS works in odd ways sometimes (or perhaps it is just me)

Actually I now noticed that whatever package's script i open up - they dont compile anymore - I wonder what causes all of a sudden all the scripts on my workstation not to compile?|||as i guessed...SP1 solves this problem...worked for me... i had a new local server installation n missed out on the service packs....so install SP1 and 2 and ur done.....but ya ull have to then change all precompilei otions to true and open n close the script once to get the binary code........

sorry for the delay in reply!!

can't post replies to messages

I'm having issues trying to post replies to messages in this newsgroup all of a sudden, anyone else having an issue?
when I click on post I get the "we're sorry we did not receive your post please try again later" message.
grrrrrrrrrrrrr...!
Use a newsreader.
http://www.aspfaq.com/5007
http://www.aspfaq.com/
(Reverse address to reply.)
"bill_the_cat" <billthecat@.discussions.microsoft.com> wrote in message
news:76D261C5-829E-44C1-B9C3-30C82D175FEA@.microsoft.com...
> I'm having issues trying to post replies to messages in this newsgroup all
of a sudden, anyone else having an issue?
> when I click on post I get the "we're sorry we did not receive your post
please try again later" message.
> grrrrrrrrrrrrr...!
|||thks for the url..looks interesting. In checking my original thread I now see my posts were posted.
So I'm getting "false negatives" of the errors that my posts are not being received.
bill
"Aaron [SQL Server MVP]" wrote:

> Use a newsreader.
> http://www.aspfaq.com/5007
> --
> http://www.aspfaq.com/
> (Reverse address to reply.)
>
>
> "bill_the_cat" <billthecat@.discussions.microsoft.com> wrote in message
> news:76D261C5-829E-44C1-B9C3-30C82D175FEA@.microsoft.com...
> of a sudden, anyone else having an issue?
> please try again later" message.
>
>

can't post replies to messages

I'm having issues trying to post replies to messages in this newsgroup all o
f a sudden, anyone else having an issue?
when I click on post I get the "we're sorry we did not receive your post ple
ase try again later" message.
grrrrrrrrrrrrr...!Use a newsreader.
http://www.aspfaq.com/5007
http://www.aspfaq.com/
(Reverse address to reply.)
"bill_the_cat" <billthecat@.discussions.microsoft.com> wrote in message
news:76D261C5-829E-44C1-B9C3-30C82D175FEA@.microsoft.com...
> I'm having issues trying to post replies to messages in this newsgroup all
of a sudden, anyone else having an issue?
> when I click on post I get the "we're sorry we did not receive your post
please try again later" message.
> grrrrrrrrrrrrr...!|||thks for the url..looks interesting. In checking my original thread I now s
ee my posts were posted.
So I'm getting "false negatives" of the errors that my posts are not being r
eceived.
bill
"Aaron [SQL Server MVP]" wrote:

> Use a newsreader.
> http://www.aspfaq.com/5007
> --
> http://www.aspfaq.com/
> (Reverse address to reply.)
>
>
> "bill_the_cat" <billthecat@.discussions.microsoft.com> wrote in message
> news:76D261C5-829E-44C1-B9C3-30C82D175FEA@.microsoft.com...
> of a sudden, anyone else having an issue?
> please try again later" message.
>
>

Can't play files: Video Series: SQL Server 2005 Express Edition for Beginners

I cannot play any of these video files in RealPlayer or in Windows Media Player. Any suggestions? Anyone else having this problem?

Thanks,

Brian

Video Series: SQL Server 2005 Express Edition for Beginners

C00D1199: Cannot play the file

Could you give me a pointer to where you got this file?

Regards,

Mike Wachal
SQL Express team

-
Please mark your thread as Answered when you get your solution.

|||

Sorry, this was my own fault. I solved the issue by removing a freeware download manager and re-downloading the videos. All the videos play fine now.

Here is the page with the videos reached by SQL Server Express-->Learning Resources:
http://msdn.microsoft.com/vstudio/express/sql/learning/default.aspx

And here is the pointer to the first video:

http://wm.microsoft.com/ms/msdn/vstudio/express/sql/beginner_videos/sql_01_fix2.wmv

Thanks for your help!

|||

Glad to hear you got things up and running.

- Mike

|||

For the last few weeks all the avi, mpg music files I have pop up this following error messages in WMPlayer.

Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file.
When trying to get more information I get this:
C00D1199: Cannot play the file

This information is very unhelpful, borders on useless, especially since ALL of these files were playing just fine BEFORE MS decided to "fix" Media player! I've tried playing it on WMPlayer, Apple iTunes and even divx, nothing!!!

Is there anyway to fix it back so the WMplayer will know exactly what to do instead of sending us off on wild goosechases to find some codes that were created that messed up something that was working perfectly fine, until the last update?!

I am not a programmer just a user and these type of error messages are so infuriating when they don't tell you precisely what to do to FIX the problem. Already uninstalled WMPlayer, nothing. Don't know what the heck to do!! HELP PLEASE! Thanks!

|||i can not play og se all files

Can't play files: Video Series: SQL Server 2005 Express Edition for Beginners

I cannot play any of these video files in RealPlayer or in Windows Media Player. Any suggestions? Anyone else having this problem?

Thanks,

Brian

Video Series: SQL Server 2005 Express Edition for Beginners

C00D1199: Cannot play the file

Could you give me a pointer to where you got this file?

Regards,

Mike Wachal
SQL Express team

-
Please mark your thread as Answered when you get your solution.

|||

Sorry, this was my own fault. I solved the issue by removing a freeware download manager and re-downloading the videos. All the videos play fine now.

Here is the page with the videos reached by SQL Server Express-->Learning Resources:
http://msdn.microsoft.com/vstudio/express/sql/learning/default.aspx

And here is the pointer to the first video:

http://wm.microsoft.com/ms/msdn/vstudio/express/sql/beginner_videos/sql_01_fix2.wmv

Thanks for your help!

|||

Glad to hear you got things up and running.

- Mike

|||

For the last few weeks all the avi, mpg music files I have pop up this following error messages in WMPlayer.

Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file.
When trying to get more information I get this:
C00D1199: Cannot play the file

This information is very unhelpful, borders on useless, especially since ALL of these files were playing just fine BEFORE MS decided to "fix" Media player! I've tried playing it on WMPlayer, Apple iTunes and even divx, nothing!!!

Is there anyway to fix it back so the WMplayer will know exactly what to do instead of sending us off on wild goosechases to find some codes that were created that messed up something that was working perfectly fine, until the last update?!

I am not a programmer just a user and these type of error messages are so infuriating when they don't tell you precisely what to do to FIX the problem. Already uninstalled WMPlayer, nothing. Don't know what the heck to do!! HELP PLEASE! Thanks!

|||i can not play og se all files

Can't play files: Video Series: SQL Server 2005 Express Edition for Beginners

I cannot play any of these video files in RealPlayer or in Windows Media Player. Any suggestions? Anyone else having this problem?

Thanks,

Brian

Video Series: SQL Server 2005 Express Edition for Beginners

C00D1199: Cannot play the file

Could you give me a pointer to where you got this file?

Regards,

Mike Wachal
SQL Express team

-
Please mark your thread as Answered when you get your solution.

|||

Sorry, this was my own fault. I solved the issue by removing a freeware download manager and re-downloading the videos. All the videos play fine now.

Here is the page with the videos reached by SQL Server Express-->Learning Resources:
http://msdn.microsoft.com/vstudio/express/sql/learning/default.aspx

And here is the pointer to the first video:

http://wm.microsoft.com/ms/msdn/vstudio/express/sql/beginner_videos/sql_01_fix2.wmv

Thanks for your help!

|||

Glad to hear you got things up and running.

- Mike

|||

For the last few weeks all the avi, mpg music files I have pop up this following error messages in WMPlayer.

Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file.
When trying to get more information I get this:
C00D1199: Cannot play the file

This information is very unhelpful, borders on useless, especially since ALL of these files were playing just fine BEFORE MS decided to "fix" Media player! I've tried playing it on WMPlayer, Apple iTunes and even divx, nothing!!!

Is there anyway to fix it back so the WMplayer will know exactly what to do instead of sending us off on wild goosechases to find some codes that were created that messed up something that was working perfectly fine, until the last update?!

I am not a programmer just a user and these type of error messages are so infuriating when they don't tell you precisely what to do to FIX the problem. Already uninstalled WMPlayer, nothing. Don't know what the heck to do!! HELP PLEASE! Thanks!

|||i can not play og se all files

Can't ping cluster - need help

Recently set up a cluster and it seems to be working up to a point.
Have run into a problem trying to ping the cluster IP address from a
node not owning any resources, or from outside the cluster. Pinging
from the node that owns everything works, and if I move over the MSDTC
then the second node works.
I have read through books on line and a bunch of kb articles, think
everything is configured correctly, can't figure out what to do next.
Anyone have any thoughts?
Ultimately I want to install SQLServer, but the installation fails, and
I think I need to fix this problem before digging into the sql setup.
Any help would be appreciated.
Mike
If a node owns the group, that means that the IP address is bound to his own
interface. In other words, the TCP/IP packet won't leave the NIC and you
always will get replies. If you cannot ping it from even the other node, then,
- Check connectivity to your switches
- try pinging to the gateway
- Is ping allowed (firewalls, ...)
Chau chau,
Pascalos
"Mike G." wrote:

> Recently set up a cluster and it seems to be working up to a point.
> Have run into a problem trying to ping the cluster IP address from a
> node not owning any resources, or from outside the cluster. Pinging
> from the node that owns everything works, and if I move over the MSDTC
> then the second node works.
> I have read through books on line and a bunch of kb articles, think
> everything is configured correctly, can't figure out what to do next.
> Anyone have any thoughts?
> Ultimately I want to install SQLServer, but the installation fails, and
> I think I need to fix this problem before digging into the sql setup.
> Any help would be appreciated.
> Mike
>

can't pick up the RIGHT most character

Hi,
I have a bit of code which I need to take the last character of a field and
place it at the end of the output. (Sorry if the English does not make much
sense – let me explain further)
The first bit of code is fine:
SELECT U_hvdfinal.*
INTO U_T_STEP03F
FROM U_hvdfinal
WHERE U_hvdfinal.hvd IN ('HVDDA1', 'HVDDA2', 'HVDDA3')
It will then create a table with:
123456789 HVDDA2
214567894 HVDDA1
etc
etc
I then wish to add this to an existing table to appear similar to:
Refhvd
123456789 3F-HVDDA -2
214567894 3F-HVDDA -1
depending on what the last character of the hvd field has in it. So if the
field is HVDDA1 then it should endup looking like: 3F-HVDDA-1. However, using
the sql shown below I am coming up with 3F-HVDDA –
UPDATE U_segment
SET SEGMENT = '3F-' + LEFT(U_T_STEP03F.hvd, 5) + ' - ' + +
RIGHT(U_T_STEP03F.hvd, 1)
FROM U_segment
INNER JOIN U_T_STEP03F
ON U_segment.REF = U_T_STEP03F.REF
WHERE U_segment.SEGMENT IS NULL
What am I doing wrong? I have tried a couple of combinations but it’s still
coming up with the same result?
Thanks in advance
Rob
It may be that the last character is not what you think and might be a
space. Try RIGHT(RTRIM(U_T_STEP03F.hvd), 1)
"Robert" <Robert@.discussions.microsoft.com> wrote in message
news:03C5168A-5396-481F-BA2F-12EF07046240@.microsoft.com...
> Hi,
> I have a bit of code which I need to take the last character of a field
> and
> place it at the end of the output. (Sorry if the English does not make
> much
> sense - let me explain further)
> The first bit of code is fine:
> SELECT U_hvdfinal.*
> INTO U_T_STEP03F
> FROM U_hvdfinal
> WHERE U_hvdfinal.hvd IN ('HVDDA1', 'HVDDA2', 'HVDDA3')
>
> It will then create a table with:
> 123456789 HVDDA2
> 214567894 HVDDA1
> etc
> etc
> I then wish to add this to an existing table to appear similar to:
> Ref hvd
> 123456789 3F-HVDDA -2
> 214567894 3F-HVDDA -1
> depending on what the last character of the hvd field has in it. So if the
> field is HVDDA1 then it should endup looking like: 3F-HVDDA-1. However,
> using
> the sql shown below I am coming up with 3F-HVDDA -
>
> UPDATE U_segment
> SET SEGMENT = '3F-' + LEFT(U_T_STEP03F.hvd, 5) + ' - ' + +
> RIGHT(U_T_STEP03F.hvd, 1)
> FROM U_segment
> INNER JOIN U_T_STEP03F
> ON U_segment.REF = U_T_STEP03F.REF
> WHERE U_segment.SEGMENT IS NULL
> What am I doing wrong? I have tried a couple of combinations but it's
> still
> coming up with the same result?
> Thanks in advance
> Rob
>
|||Or perhaps your SEGMENT column is not wide enough to hold the longer value.
It may be truncating the final character.
Thanks,
Don
"Nik Marshall-Blank" wrote:

> It may be that the last character is not what you think and might be a
> space. Try RIGHT(RTRIM(U_T_STEP03F.hvd), 1)
> "Robert" <Robert@.discussions.microsoft.com> wrote in message
> news:03C5168A-5396-481F-BA2F-12EF07046240@.microsoft.com...
>
>

Can't paste data

I am trying to migrate an Access database to SQL Express.I created the new database in SQL Express, and added the tables and columns.At this point, I have done so without defining any keys, indexes, or relationships.For most of the tables I was able to copy the data from Access and paste same into the SQL Express tables.

However, I am unable to create the last table, which is a link table to manage the many-to-many relationships.

The table has the following columns:

MediumCode (bigint, null)

ArtistCode (bigint, null)

SongCode (bigint, null)

TrackNumber (int, null)

Here is a sample of the data I am trying to paste:

1,180,204,1

2,2,45,1

3,3,80,1

4,4,30,1

5,5,22,1

6,6,108,1

When I perform the paste there is no error message.The data just doesn’t get added to the table.I don’t understand why the other tables worked and this one does not.I am trying to paste 85 rows. Any ideas?

Also I tried to do this as an INSERT query, but SQL Express does not like the following syntax:

INSERT INTO [Music].[dbo].[tblMediumDetails]

([MediumCode]

,[ArtistCode]

,[SongCode]

,[TrackNumber])

VALUES

(1, 180, 204, 1),

(2, 2, 45, 1),

(3, 3, 80, 1),

(4, 4, 30, 1),

(5, 5, 22, 1),

(6, 6, 108, 1)

Do I have to create an INSERT statement for each row? Is there a bulk load function available in SQL Express, or is that not available with the free version?

Thanks,

Robert

Hi,

you either have to create single insert statements or you define a Insert into statement with a following Select statement like:

INSERT INTO SomeTable
(
Columnlist
)
SELECT Columnlist
From Someothertable


HTH, Jens Suessmeyer.


http://www.sqlserver2005.de

|||

Jens,

Thanks for the quick reply. Now that I know what needs to be done, I can stop spinning my wheels.

Thanks,

Robert

Cant pass search text into Stored Procedure

I am trying to inject dynamically generated text into a Sql2000 stored procedure. What am I doing wrong?
A code behind routine generates the following string value based on a visitor entering 'sail boats' in TextBox1. The routine splits the entry and creates the below string.

Companies.L_Keywords LIKE '%sail%' AND Companies.L_Keywords LIKE '%boats%'

I am trying to place this string result in the WHERE statement of a Sql2000 Stored Procedure using parameter @.VisitorKeywords.

PROCEDURE dbo.KWsearch
AS
SELECT DISTINCT Companies.L_Name, Companies.L_ID, Companies.L_Enabled
WHERE ( @.visitorKeywords ) AND (Companies.L_Enabled = 1)
ORDER BY Companies.L_Name

I am wanting the resulting WHERE portion to be:

WHERE ( Companies.L_Keywords LIKE '%sail%' AND Companies.L_Keywords LIKE '%boats%' ) AND (Companies.L_Enabled = 1)

Thank you

I noticed your starting character is '%something..'. Realize that this may not use any indexes on the L_Keywords column. Because your first character itself is a wildcard, SQL Server does not know where to start so it will not use the index. In order for indexes to be used the query should be like: 'something%'. Your query should look like this: Pass just the value to the proc. The value coming from your app for @.keyword1 would be '%sail%'.

SELECT DISTINCT Companies.L_Name, Companies.L_ID, Companies.L_EnabledWHERE ( Companies.L_KeywordsLIKE @.KeyWord1AND Companies.L_KeywordsLIKE @.KeyWord2 )AND (Companies.L_Enabled = 1)ORDER BY Companies.L_Name

|||

I was able to pass in the values but I need to pass in the entire string because the number of LIKE statements is determined by the number of keywords the user enters. If they enter "sail boats", I need two LIKE statements but if they enter "big blue sail boats" I need four LIKE statements. That is why I was trying to pass in the entire string.

|||

Is it possible to pass a partial SQL statement string into a stored procedure and concantenate it with the resident code using a parameter?

|||

Yes you'd have to use dynamic SQL. Check out this article before attempting to do so:http://www.sommarskog.se/dynamic_sql.html

|||

Below is the routine I am using to create the partial WHERE statement. Does it present a secuity risk? I assumed that programically generating the SELECT in this way would offer greatly improved security.

What I am trying to do is pass the strings produced by this routine into the Stored Procedure I use to access the database.

protectedvoid KeyWordSqlSelect()
{
kwdString = UserKeyword.Text;
Criteria1 ="";
Criteria2 ="";
string[] ArrKwdString = System.Text.RegularExpressions.Regex.Split(kwdString," ");
int iCount = 0;
foreach (string sValuein ArrKwdString)
{
Criteria1 +=string.Format("tblCompany.L_Keywords LIKE '%{0}%'", sValue);
Criteria2 +=string.Format("tblFranchise.L_Keywords LIKE '%{0}%'", sValue);
if ((iCount + 1) < ArrKwdString.Length)
Criteria1 +=" AND ";
Criteria2 +=" AND ";
iCount += 1;
CKWsearch = Criteria1;
SKWsearch = Criteria2;
TextBox1.Text = Criteria1;
TextBox2.Text = Criteria2;
}

}

|||

Please check out the article link I posted. There's risks/performance issues that you need to get an understanding of with dynamic SQL.

|||

I read the article but do not see what risk you are suggesting. If the partial WHERE string is generated within the C# code I do not see the injection risk unless there is a problem with the " " space delimiter used in the Split method for the incoming keyword string.

|||

The biggest risk is the SQL Injection attack. Performance issues include bad query plans, not storing query plans if you dont use sp_Executesql etc.

|||

I somewhat understand what you are talking about now (only after reading the article three times). I have abandoned the stored procedure and now am generating the Select statements in the code behind accessing them directly using SqlCommand object. I am hoping that will protect me from injection attacks as none of them are exposed to the users. Thank you for the expert advice. Sql is not a place for amateurs like myself to be mucking about. Your sage advice is greatly appreciated.

|||

Welcome. Glad to help.

Can't pass parameter - rsAccessDenied

I am having a problem passing a parameter. When it gets to the last line of code where I set the parameters, I get this error. Can anyone help?

  • The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this operation. (rsAccessDenied)

    Here is my code:


    ReportParameters(0) = New ReportParameter("ProjectKey", 262)
    rv.ShowParameterPrompts = False
    rv.ServerReport.ReportServerUrl = u.ConvertFromString("http://localhost/ReportServer/")
    rv.ServerReport.ReportPath = "/Test/Duplicate_MIU_Report"
    rv.ServerReport.SetParameters(ReportParameters)

    I have the same problem. It seems that setting user access rights in RS is a big nightmare. One wrong step, and the whole thing collapses, you need to reinstall YUKON from scratch.

    |||

    You'll need to grant network service permission to view the report.

    Do that in report manager or management studio. If you have the default roles, you should just assign the Browser role.

    If the report server is on a remote computer, you'll need to grant to the machine account: <domain>\<machinename>$.

    Does that answer your question?

    -Lukasz

    |||

    John, what specifically are you referring to? Do you know that if you login as a member of the local administrators group on the computer that hosts the report server, you can always set permissions?

    -Lukasz

  • Can't pass parameter - rsAccessDenied

    I am having a problem passing a parameter. When it gets to the last line of code where I set the parameters, I get this error. Can anyone help?

  • The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this operation. (rsAccessDenied)

    Here is my code:


    ReportParameters(0) = New ReportParameter("ProjectKey", 262)
    rv.ShowParameterPrompts = False
    rv.ServerReport.ReportServerUrl = u.ConvertFromString("http://localhost/ReportServer/")
    rv.ServerReport.ReportPath = "/Test/Duplicate_MIU_Report"
    rv.ServerReport.SetParameters(ReportParameters)

    I have the same problem. It seems that setting user access rights in RS is a big nightmare. One wrong step, and the whole thing collapses, you need to reinstall YUKON from scratch.

    |||

    You'll need to grant network service permission to view the report.

    Do that in report manager or management studio. If you have the default roles, you should just assign the Browser role.

    If the report server is on a remote computer, you'll need to grant to the machine account: <domain>\<machinename>$.

    Does that answer your question?

    -Lukasz

    |||

    John, what specifically are you referring to? Do you know that if you login as a member of the local administrators group on the computer that hosts the report server, you can always set permissions?

    -Lukasz

  • Can't pass first screen on SQL wizard to create new msde2000A DB

    Hi,
    I installed on my Windows2000 server (with SP4) MSDE2000 release A. The
    problem is whenever I create a new MS Access Database project, the SQL Server
    Database wizard shows up. The first screen asks for information like the name
    of the server(SERVER01), the userID (sa) and the password. After I provide
    all those information, whenever I click on the Next button, I have the
    message box saying:
    "Overflow" without any other explanation. I am using MS Office Premium. What
    is curious is I create Ms Access .mdb file to import object from the master
    DB and I am successfull using the same SA and password that I provided to the
    setup program during the installation phase.
    Does anybody have any idea why I have the "overflow" message?
    hi Firedrich,
    Zadi Friedrich wrote:
    > Hi,
    > I installed on my Windows2000 server (with SP4) MSDE2000 release A.
    > The problem is whenever I create a new MS Access Database project,
    > the SQL Server Database wizard shows up. The first screen asks for
    > information like the name of the server(SERVER01), the userID (sa)
    > and the password. After I provide all those information, whenever I
    > click on the Next button, I have the message box saying:
    > "Overflow" without any other explanation. I am using MS Office
    > Premium. What is curious is I create Ms Access .mdb file to import
    > object from the master DB and I am successfull using the same SA and
    > password that I provided to the setup program during the installation
    > phase.
    > Does anybody have any idea why I have the "overflow" message?
    please have a look at
    http://support.microsoft.com/default...b;en-us;272384
    Andrea Montanari (Microsoft MVP - SQL Server)
    http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
    DbaMgr2k ver 0.12.0 - DbaMgr ver 0.58.0
    (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
    interface)
    -- remove DMO to reply

    Cant pass 0 in stored procedure parameter

    Hi
    I have an if clause in my code to add the final parameter value to send to the database.
    If Page.User.IsInRole("MICMS") Then
    cmdCheckUser.Parameters.Add("@.C_ID", 0)
    Else
    cmdCheckUser.Parameters.Add("@.C_ID", Session("C_ID"))
    End If

    If the user is in the role, the error is triggered saying that @.C_IDis expected by the stored procedure. If i then change the value from 0to 10, the stored procedure works fine.
    Is there any reason that the stored procedure is failing when the value 0 is used and not when any other value is used?
    Thanking you in advance.Because the parameters.add is overridden based on what is passed (look at them when you hit the left parens). Since you are passing a numerical value of a low number, it thinks that it is the sqldbtype. You will need to cast the value to a string cStr(YOURVALUEHERE).
    Nick

    Cant order by text values?

    Hi,

    I've got the following code that pulls out forum topics that have been added to on a particular day:

    SELECT
    forum_posts.post_date
    , forum_threads.id
    , forum_threads.subject
    FROM forum_threads INNER JOIN forum_posts
    ON forum_posts.thread_id = forum_threads.id
    WHERE day(post_date)=day(getdate())
    AND month(post_date)=month(getdate())
    AND year(post_date)=year(getdate())
    GROUP BY forum_threads.id
    ,forum_threads.subject
    ,forum_posts.post_date
    ORDER BY forum_threads.id ASC, forum_posts.post_date ASC

    I tried including the body of the post in this:

    SELECT
    forum_posts.post_date
    , forum_posts.body
    , forum_threads.id
    , forum_threads.subject
    FROM forum_threads INNER JOIN forum_posts
    ON forum_posts.thread_id = forum_threads.id
    WHERE day(post_date)=day(getdate())
    AND month(post_date)=month(getdate())
    AND year(post_date)=year(getdate())
    GROUP BY forum_threads.id
    ,forum_threads.subject
    ,forum_posts.post_date
    ,forum_posts.body
    ORDER BY forum_threads.id ASC, forum_posts.post_date ASC

    But was told that "The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator."

    Well, the body field is text datatype alright, but how do I therefore include it in the results?The GROUP BY is what it is complaining about. Why is that there?

    Originally posted by Spudhead
    Hi,

    I've got the following code that pulls out forum topics that have been added to on a particular day:

    SELECT
    forum_posts.post_date
    , forum_threads.id
    , forum_threads.subject
    FROM forum_threads INNER JOIN forum_posts
    ON forum_posts.thread_id = forum_threads.id
    WHERE day(post_date)=day(getdate())
    AND month(post_date)=month(getdate())
    AND year(post_date)=year(getdate())
    GROUP BY forum_threads.id
    ,forum_threads.subject
    ,forum_posts.post_date
    ORDER BY forum_threads.id ASC, forum_posts.post_date ASC

    I tried including the body of the post in this:

    SELECT
    forum_posts.post_date
    , forum_posts.body
    , forum_threads.id
    , forum_threads.subject
    FROM forum_threads INNER JOIN forum_posts
    ON forum_posts.thread_id = forum_threads.id
    WHERE day(post_date)=day(getdate())
    AND month(post_date)=month(getdate())
    AND year(post_date)=year(getdate())
    GROUP BY forum_threads.id
    ,forum_threads.subject
    ,forum_posts.post_date
    ,forum_posts.body
    ORDER BY forum_threads.id ASC, forum_posts.post_date ASC

    But was told that "The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator."

    Well, the body field is text datatype alright, but how do I therefore include it in the results?|||Because I'm a muppet.

    Thanks :)|||Make this...

    SELECT
    forum_threads.id
    ,forum_threads.subject
    ,forum_posts.post_date
    FROM forum_threads INNER JOIN forum_posts
    ON forum_posts.thread_id = forum_threads.id
    GROUP BY forum_threads.id
    ,forum_threads.subject
    ,forum_posts.post_date
    HAVING day(post_date)=day(getdate())
    AND month(post_date)=month(getdate())
    AND year(post_date)=year(getdate())
    ORDER BY forum_threads.id, forum_posts.post_date

    ...the option ASC is default;
    ...use the command Having.

    can't open tables -> return all rows

    Hello Everyone,
    I am having trouble with opening any of the tables in any
    of my databases in SQL Serve 7.
    The error message i get is:
    "Unexpectd Error happened during this operation.
    [Query] - Query Designer encountered a querey error:
    Unspecified error"
    Please advise.
    Thank you!
    MitraHi Mitra. How've you been?
    This problem seems to be from a corrupted DLL in EM. You might need to
    reinstall it. Good luck to you.
    Alex Ivascu
    "mitra fatholahi" <mitra928@.hotmail.com> wrote in message
    news:046a01c398ee$e384b770$a401280a@.phx.gbl...
    > Hello Everyone,
    > I am having trouble with opening any of the tables in any
    > of my databases in SQL Serve 7.
    > The error message i get is:
    > "Unexpectd Error happened during this operation.
    > [Query] - Query Designer encountered a querey error:
    > Unspecified error"
    > Please advise.
    > Thank you!
    > Mitra
    >|||Hi Alex,
    I can't believe that you replied to my question. It's so
    nice to hear from someone i know.
    Thanks so much for your comment. I am going to reboot my
    system and see if that will help else i have to reinstall
    like you had suggested.
    Mitra
    >--Original Message--
    >Hi Mitra. How've you been?
    >This problem seems to be from a corrupted DLL in EM. You
    might need to
    >reinstall it. Good luck to you.
    >Alex Ivascu
    >
    >"mitra fatholahi" <mitra928@.hotmail.com> wrote in message
    >news:046a01c398ee$e384b770$a401280a@.phx.gbl...
    >> Hello Everyone,
    >> I am having trouble with opening any of the tables in
    any
    >> of my databases in SQL Serve 7.
    >> The error message i get is:
    >> "Unexpectd Error happened during this operation.
    >> [Query] - Query Designer encountered a querey error:
    >> Unspecified error"
    >> Please advise.
    >> Thank you!
    >> Mitra
    >>
    >
    >.
    >|||> I am having trouble with opening any of the tables in any
    > of my databases in SQL Serve 7.
    > The error message i get is:
    > "Unexpectd Error happened during this operation.
    > [Query] - Query Designer encountered a querey error:
    > Unspecified error"
    You might get more reliable results if you use Query Analyzer to view /
    change data.

    Can''t open SSMSEE

    Hi,

    I've installed visual studio 2005 and sql server express and downloaded SSMSEE, but can't open it, I can still only see SQL server configuration manager. Any help would be greatly appreciated.

    Thanks,

    Chris

    hi Chris,

    did you install SSMSE as well?

    regards

    Can''t open SSMSEE

    Hi,

    I've installed visual studio 2005 and sql server express and downloaded SSMSEE, but can't open it, I can still only see SQL server configuration manager. Any help would be greatly appreciated.

    Thanks,

    Chris

    hi Chris,

    did you install SSMSE as well?

    regards

    can't open SQLserver 2005 express with management studio

    Using: Windows 2003 server, SQL Server 2005 Express, SQl server management
    studio.
    I have an SQL server 2005 express database installed in the server but I
    can't acces it with management studio. The error is:
    "when connecting to sql server 2005, this failure may be caused by the fact
    that under the default settings SQL server does not allow remote
    connections-- errror locating Server\Instance"
    note that:
    - database is installed in the local machine.
    - remote connections are enabled
    -I CAN access database from my asp.net application and using ODBC attaching
    tables in an Access DB
    -The instance is: ServerName\SQLEXPRESS
    - Shared memory, TCP/IP ad named pipes are enabled. For TCP/IP all adapters
    are enabled.
    - Windows firewall is disabled
    Thanks for suggestionsFrank wrote:
    > Using: Windows 2003 server, SQL Server 2005 Express, SQl server management
    > studio.
    > I have an SQL server 2005 express database installed in the server but I
    > can't acces it with management studio. The error is:
    > "when connecting to sql server 2005, this failure may be caused by the fac
    t
    > that under the default settings SQL server does not allow remote
    > connections-- errror locating Server\Instance"
    > note that:
    > - database is installed in the local machine.
    > - remote connections are enabled
    > -I CAN access database from my asp.net application and using ODBC attachin
    g
    > tables in an Access DB
    > -The instance is: ServerName\SQLEXPRESS
    > - Shared memory, TCP/IP ad named pipes are enabled. For TCP/IP all adapter
    s
    > are enabled.
    > - Windows firewall is disabled
    > Thanks for suggestions
    Are you running studio manager locally on the same server?|||Yes, I'm running studio manager locally on the same server
    "Ken" <kshapley@.sbcglobal.net> ha scritto nel messaggio
    news:1158625215.196916.240230@.m73g2000cwd.googlegroups.com...
    > Frank wrote:
    > Are you running studio manager locally on the same server?
    >

    can't open SQLserver 2005 express with management studio

    Using: Windows 2003 server, SQL Server 2005 Express, SQl server management
    studio.
    I have an SQL server 2005 express database installed in the server but I
    can't acces it with management studio. The error is:
    "when connecting to sql server 2005, this failure may be caused by the fact
    that under the default settings SQL server does not allow remote
    connections-- errror locating Server\Instance"
    note that:
    - database is installed in the local machine.
    - remote connections are enabled
    -I CAN access database from my asp.net application and using ODBC attaching
    tables in an Access DB
    -The instance is: ServerName\SQLEXPRESS
    - Shared memory, TCP/IP ad named pipes are enabled. For TCP/IP all adapters
    are enabled.
    - Windows firewall is disabled
    Thanks for suggestions
    Frank wrote:
    > Using: Windows 2003 server, SQL Server 2005 Express, SQl server management
    > studio.
    > I have an SQL server 2005 express database installed in the server but I
    > can't acces it with management studio. The error is:
    > "when connecting to sql server 2005, this failure may be caused by the fact
    > that under the default settings SQL server does not allow remote
    > connections-- errror locating Server\Instance"
    > note that:
    > - database is installed in the local machine.
    > - remote connections are enabled
    > -I CAN access database from my asp.net application and using ODBC attaching
    > tables in an Access DB
    > -The instance is: ServerName\SQLEXPRESS
    > - Shared memory, TCP/IP ad named pipes are enabled. For TCP/IP all adapters
    > are enabled.
    > - Windows firewall is disabled
    > Thanks for suggestions
    Are you running studio manager locally on the same server?
    |||Yes, I'm running studio manager locally on the same server
    "Ken" <kshapley@.sbcglobal.net> ha scritto nel messaggio
    news:1158625215.196916.240230@.m73g2000cwd.googlegr oups.com...
    > Frank wrote:
    > Are you running studio manager locally on the same server?
    >

    can't open SQLserver 2005 express with management studio

    Using: Windows 2003 server, SQL Server 2005 Express, SQl server management
    studio.
    I have an SQL server 2005 express database installed in the server but I
    can't acces it with management studio. The error is:
    "when connecting to sql server 2005, this failure may be caused by the fact
    that under the default settings SQL server does not allow remote
    connections-- errror locating Server\Instance"
    note that:
    - database is installed in the local machine.
    - remote connections are enabled
    -I CAN access database from my asp.net application and using ODBC attaching
    tables in an Access DB
    -The instance is: ServerName\SQLEXPRESS
    - Shared memory, TCP/IP ad named pipes are enabled. For TCP/IP all adapters
    are enabled.
    - Windows firewall is disabled
    Thanks for suggestionsFrank wrote:
    > Using: Windows 2003 server, SQL Server 2005 Express, SQl server management
    > studio.
    > I have an SQL server 2005 express database installed in the server but I
    > can't acces it with management studio. The error is:
    > "when connecting to sql server 2005, this failure may be caused by the fact
    > that under the default settings SQL server does not allow remote
    > connections-- errror locating Server\Instance"
    > note that:
    > - database is installed in the local machine.
    > - remote connections are enabled
    > -I CAN access database from my asp.net application and using ODBC attaching
    > tables in an Access DB
    > -The instance is: ServerName\SQLEXPRESS
    > - Shared memory, TCP/IP ad named pipes are enabled. For TCP/IP all adapters
    > are enabled.
    > - Windows firewall is disabled
    > Thanks for suggestions
    Are you running studio manager locally on the same server?|||Yes, I'm running studio manager locally on the same server
    "Ken" <kshapley@.sbcglobal.net> ha scritto nel messaggio
    news:1158625215.196916.240230@.m73g2000cwd.googlegroups.com...
    > Frank wrote:
    >> Using: Windows 2003 server, SQL Server 2005 Express, SQl server
    >> management
    >> studio.
    >> I have an SQL server 2005 express database installed in the server but I
    >> can't acces it with management studio. The error is:
    >> "when connecting to sql server 2005, this failure may be caused by the
    >> fact
    >> that under the default settings SQL server does not allow remote
    >> connections-- errror locating Server\Instance"
    >> note that:
    >> - database is installed in the local machine.
    >> - remote connections are enabled
    >> -I CAN access database from my asp.net application and using ODBC
    >> attaching
    >> tables in an Access DB
    >> -The instance is: ServerName\SQLEXPRESS
    >> - Shared memory, TCP/IP ad named pipes are enabled. For TCP/IP all
    >> adapters
    >> are enabled.
    >> - Windows firewall is disabled
    >> Thanks for suggestions
    > Are you running studio manager locally on the same server?
    >

    cant open sql database tables from access adp project

    hi there,

    we cant open most of the sql server tables from our Access
    project any more, which has to be related to collation or
    extended property problems.

    trying to open any table will result in the information
    "The stored procedure has been executed but did not return
    any records" after the first try
    and later on nothing will happen any more; tables wont
    open.

    basically this started to happen after recreating the sql
    database due to resolution 1 in Microsoft Knowledge Base
    Article - 318989:
    collation of the server is Latin1_General_CI_AS
    collation of the old database was
    SQL_Latin1_General_CP1_CI_AS, which led to the error
    described in the article.
    collation of the new database is set to <Database
    Standard>, now i have the problems described above.

    anybody some good help on that?

    ps: we cant really rebuild the user database all the
    time, because we got flight data in about 4 billion
    records in there, so we will need anything quick and
    easy...
    thanks

    ronHello there,

    Firstly do you have the latest Office service packs installed?

    Do you have the latest version of MDAC?

    Have you tried creating a new project and linking that to the SQL database?|||i got office xp sp 3 (=latest), mdac 2.8 (=latest), and i tried of course the recreation of a new access project: all failed

    still more ideas...??

    thanx
    ron

    Can't open reports with Intranet user

    Hi,
    I made some reports and I deployed them on my local report server. I want
    someone in the Intranet to be able to view them. I did set up the role to
    make the intranet group to be able to browse my reports. They can view the
    list of the report when they access it from http://server/ReportServer But
    they just can't view it when they click on a report. It says they don't have
    permissions to open ReportViewer.aspx.
    I wonder why it is the problem.Ok I found the problem. The file ReportViewer.aspx didn't gave the
    authorization to my Intranet group.

    Can''t open reports page?


    I have problem and I can't open http://localhost/reports. I get error "The request failed with HTTP status 400: Bad Request." When I try open page http://localhost/reportserver he open OK.

    Lp,

    Hello,

    Check your RSWebApplication.config and insure that the URL listed for ReportServerUrl is correct. Check your IIS logs and see details about the error.

    Larry Smithmier

    Can''t open reports page?


    I have problem and I can't open http://localhost/reports. I get error "The request failed with HTTP status 400: Bad Request." When I try open page http://localhost/reportserver he open OK.

    Lp,

    Hello,

    Check your RSWebApplication.config and insure that the URL listed for ReportServerUrl is correct. Check your IIS logs and see details about the error.

    Larry Smithmier

    Can't open reports or reportserver from ie

    When I open reports or reportserver from my browser ie, I get these error :c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\reportserver\55a9c3a5\2dd8b450\assembly\dl3\78d258ab\001b93a3_c59ec501\ReportingServicesWebServer.DLL" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\reportserver\55a9c3a5\2dd8b450\App_global.asax.ggydouar.dll" /debug- /optimize+ /w:4 /nowarn:1659;1699 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\reportserver\55a9c3a5\2dd8b450\App_global.asax.ggydouar.0.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\reportserver\55a9c3a5\2dd8b450\App_global.asax.ggydouar.1.cs"
    Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.7
    for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
    Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

    error CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\reportserver\55a9c3a5\2dd8b450\App_global.asax.ggydouar.dll' -- 'Access is denied. '
    SQL Server 2005 pre-sept build 1306 install with win2k3 english.The user who is trying to access these reports donot appear to have access to the reporting folders on the reporting server. Please take a look at the role based security and allow either browse or contect security etc depending on your situation and what best fits the role for the user.|||I found this from event viewer:
    Event code: 3007
    Event message: A compilation error has occurred.
    Event time: 2005-9-9 15:09:05
    Event time (UTC): 2005-9-9 7:09:05
    Event ID: 2ffe05bcfac741fe8474778ceeb33d9e
    Event sequence: 3
    Event occurrence: 1
    Event detail code: 0
    Application information:
    Application domain: /LM/W3SVC/1/Root/ReportServer-1-127707233419132704
    Trust level: RosettaSrv
    Application Virtual Path: /ReportServer
    Application Path: C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\
    Machine name: ****
    Process information:
    Process ID: 2948
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE
    Exception information:
    Exception type: HttpCompileException
    Exception message: (0): error CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\reportserver\55a9c3a5\2dd8b450|||Try this:
    * run iisreset
    * access the /reportserver or /reports virtual roots with a user that is a local administrator on the server
    -- Robert

    Cant open report...is there an option to open without data?

    I've just completed my first Crystal Report, in Crystal 10. The report contains 5 subreports, each of which link to SQL databases. However, I can no longer open the report. When I try to open it, I get the following error message: "crw32.exe has encountered a problem and needs to close. We are sorry for the inconvenience."

    I've tried a number of things to resolve, mainly regarding my installation of Crystal Reports, but nothing has fixed the problem. Also, others have tried to open the report and can't, so it seems that the file was corrupted.

    I believe the problem first happened when I was adding fields to the report and then attempting to preview the report. I had the "Save Data With Report" option turned on, and I believe the issue is related to changes I made that caused a problem linking to the data. I'm thinking that if I can open the report in Design mode only, without the data, I would be able to undo the changes that started giving me this problem. Is there any way I can open the report without the data now (i.e., turn off the "Save Data With Report" option so I can open up the report with the Design tab only, not the Preview tab, and undo my changes)?

    Any input would be appreciated. Thanks much.Visit http://support.businessobjects.com and search for the solution|||I am not any help but I have this same issue when I try to add a field to any of the reports...same error. I am all of a sudden in situation where I cannot add or copy and past a field into the report. If I uninstall and reinstall the situation goes away but only temporarily. I am at my wit's end. If I find out what my problem is, maybe it is related and I will let you know what I find. I have gne from it happening every once in a while to where I am totally unproductive......

    can't open Report Manager

    Greetings,
    I can't open Report Manager (sql Server 2000, win 2003 server). I log into
    our server as SA where Reporting Services is/was installed (I did not perform
    the install). I go to start/Programs/Microsoft Sql Server/Reporting
    Services/Report Manager. This brings up a page that has an http error of
    403. It says that IE can connect to the website but that IE doesn't have the
    permission to access the webpage (http://myserver/Reports).
    I looked at IIS and see the Reports virtual directory under Default
    Websites (and the pages virtual dir, Folder.aspx...). The directory security
    is set for Integrated Windows Security.
    What can I do or what do I need to do so that I can access the Report
    Manager webpage? Do I need to configure something in IE or IIS? Or is it
    possible that the page isn't really there (bad install)?
    Thanks
    RichFirst off. Win 2003 server has extra security as far as IE is concerned.
    This can make it problematic to connect via IE to the report server when you
    are physically on the server. You are better off to do the following.
    1. Add your account to the local administrator group
    2. From your computer use http://yourserver.blah.com/reports and see what
    comes up.
    RS is an asp.net application. That is what you are logging into, NOT SQL
    Server. So logging in with SA only works if the local administrator group on
    the server has a user called SA. Otherwise, it knows nothing about SA. If
    your local group has that in it then the issue is the added IE security. You
    need to add the computer to the list of safe groups (I haven't done this for
    awhile). You really are better off to not do this from the server. It is
    better and easier to do it from your own PC.
    RS uses Role based security. Initially you have a single role of which the
    local administrator group is in it (the administrator group).
    Bruce Loehle-Conger
    MVP SQL Server Reporting Services
    "Rich" <Rich@.discussions.microsoft.com> wrote in message
    news:EC013E36-671E-48B2-A3EF-929CF99B6B2A@.microsoft.com...
    > Greetings,
    > I can't open Report Manager (sql Server 2000, win 2003 server). I log
    > into
    > our server as SA where Reporting Services is/was installed (I did not
    > perform
    > the install). I go to start/Programs/Microsoft Sql Server/Reporting
    > Services/Report Manager. This brings up a page that has an http error of
    > 403. It says that IE can connect to the website but that IE doesn't have
    > the
    > permission to access the webpage (http://myserver/Reports).
    > I looked at IIS and see the Reports virtual directory under Default
    > Websites (and the pages virtual dir, Folder.aspx...). The directory
    > security
    > is set for Integrated Windows Security.
    > What can I do or what do I need to do so that I can access the Report
    > Manager webpage? Do I need to configure something in IE or IIS? Or is it
    > possible that the page isn't really there (bad install)?
    > Thanks
    > Rich|||Thank you very much for getting back to me on this. I am just a little
    confused though. Last week, I posted a question about caching and execution,
    and I was directed to the Report Manager (which - up to that time I knew
    nothing about). The instructions were
    http://myserver/Reports/Pages/Folder.aspx
    Now, you are suggesting that I add my account to the local administrator
    group. By my account do you mean my login account that I log into my
    workstation or server with - my network account? My account for loging into
    the workstation is in the administrator group on the server. Say my network
    login is joe123. May I request if you could specify what I have to do to
    joe123 so that I can use him as you suggest?
    http://joe123.../reports
    I appologize in advance for my lack of intuition on this and am very
    thankful for your reply and suggestions.
    Thanks,
    Rich
    "Bruce L-C [MVP]" wrote:
    > First off. Win 2003 server has extra security as far as IE is concerned.
    > This can make it problematic to connect via IE to the report server when you
    > are physically on the server. You are better off to do the following.
    > 1. Add your account to the local administrator group
    > 2. From your computer use http://yourserver.blah.com/reports and see what
    > comes up.
    > RS is an asp.net application. That is what you are logging into, NOT SQL
    > Server. So logging in with SA only works if the local administrator group on
    > the server has a user called SA. Otherwise, it knows nothing about SA. If
    > your local group has that in it then the issue is the added IE security. You
    > need to add the computer to the list of safe groups (I haven't done this for
    > awhile). You really are better off to not do this from the server. It is
    > better and easier to do it from your own PC.
    > RS uses Role based security. Initially you have a single role of which the
    > local administrator group is in it (the administrator group).
    >
    > --
    > Bruce Loehle-Conger
    > MVP SQL Server Reporting Services
    >
    > "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > news:EC013E36-671E-48B2-A3EF-929CF99B6B2A@.microsoft.com...
    > > Greetings,
    > >
    > > I can't open Report Manager (sql Server 2000, win 2003 server). I log
    > > into
    > > our server as SA where Reporting Services is/was installed (I did not
    > > perform
    > > the install). I go to start/Programs/Microsoft Sql Server/Reporting
    > > Services/Report Manager. This brings up a page that has an http error of
    > > 403. It says that IE can connect to the website but that IE doesn't have
    > > the
    > > permission to access the webpage (http://myserver/Reports).
    > >
    > > I looked at IIS and see the Reports virtual directory under Default
    > > Websites (and the pages virtual dir, Folder.aspx...). The directory
    > > security
    > > is set for Integrated Windows Security.
    > >
    > > What can I do or what do I need to do so that I can access the Report
    > > Manager webpage? Do I need to configure something in IE or IIS? Or is it
    > > possible that the page isn't really there (bad install)?
    > >
    > > Thanks
    > > Rich
    >
    >|||Yes you need to use Report Manager but Report Manager is just a asp.net
    application that is available from any PC. You do not need to be on the
    server itself.
    I do mean your login account that you use to log into your server. If your
    account is already in the adminstrator group then you are good to go. From
    your PC just put this into the URL
    http://myserver/Reports/Pages/Folder.aspx
    Note, depending on your network you might need to fully qualify the server
    as myserver.whatever.com, you can also put the IP address directly like this
    http://IPAddress/Pages/Folder.aspx
    I very seldom login to my server directly. Either I am deploying reports
    from my PC to the server or I am using Report Manager from my PC.
    If you login to your server using your network login you can use IE there to
    get to report manager but the enhanced security with 2003 server could cause
    issues and you need to add the server (yes it is itself but the added
    security doesn't know this) to approved security list. That is why I suggest
    just doing this from your PC, not from the server.
    Bruce Loehle-Conger
    MVP SQL Server Reporting Services
    "Rich" <Rich@.discussions.microsoft.com> wrote in message
    news:C6628278-F12B-432D-876E-74B8F17BBC94@.microsoft.com...
    > Thank you very much for getting back to me on this. I am just a little
    > confused though. Last week, I posted a question about caching and
    > execution,
    > and I was directed to the Report Manager (which - up to that time I knew
    > nothing about). The instructions were
    > http://myserver/Reports/Pages/Folder.aspx
    > Now, you are suggesting that I add my account to the local administrator
    > group. By my account do you mean my login account that I log into my
    > workstation or server with - my network account? My account for loging
    > into
    > the workstation is in the administrator group on the server. Say my
    > network
    > login is joe123. May I request if you could specify what I have to do to
    > joe123 so that I can use him as you suggest?
    > http://joe123.../reports
    > I appologize in advance for my lack of intuition on this and am very
    > thankful for your reply and suggestions.
    > Thanks,
    > Rich
    > "Bruce L-C [MVP]" wrote:
    >> First off. Win 2003 server has extra security as far as IE is concerned.
    >> This can make it problematic to connect via IE to the report server when
    >> you
    >> are physically on the server. You are better off to do the following.
    >> 1. Add your account to the local administrator group
    >> 2. From your computer use http://yourserver.blah.com/reports and see what
    >> comes up.
    >> RS is an asp.net application. That is what you are logging into, NOT SQL
    >> Server. So logging in with SA only works if the local administrator group
    >> on
    >> the server has a user called SA. Otherwise, it knows nothing about SA. If
    >> your local group has that in it then the issue is the added IE security.
    >> You
    >> need to add the computer to the list of safe groups (I haven't done this
    >> for
    >> awhile). You really are better off to not do this from the server. It is
    >> better and easier to do it from your own PC.
    >> RS uses Role based security. Initially you have a single role of which
    >> the
    >> local administrator group is in it (the administrator group).
    >>
    >> --
    >> Bruce Loehle-Conger
    >> MVP SQL Server Reporting Services
    >>
    >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    >> news:EC013E36-671E-48B2-A3EF-929CF99B6B2A@.microsoft.com...
    >> > Greetings,
    >> >
    >> > I can't open Report Manager (sql Server 2000, win 2003 server). I log
    >> > into
    >> > our server as SA where Reporting Services is/was installed (I did not
    >> > perform
    >> > the install). I go to start/Programs/Microsoft Sql Server/Reporting
    >> > Services/Report Manager. This brings up a page that has an http error
    >> > of
    >> > 403. It says that IE can connect to the website but that IE doesn't
    >> > have
    >> > the
    >> > permission to access the webpage (http://myserver/Reports).
    >> >
    >> > I looked at IIS and see the Reports virtual directory under Default
    >> > Websites (and the pages virtual dir, Folder.aspx...). The directory
    >> > security
    >> > is set for Integrated Windows Security.
    >> >
    >> > What can I do or what do I need to do so that I can access the Report
    >> > Manager webpage? Do I need to configure something in IE or IIS? Or is
    >> > it
    >> > possible that the page isn't really there (bad install)?
    >> >
    >> > Thanks
    >> > Rich
    >>|||Well, I tried
    http://myservername/Reports/Pages/Folder.aspx and got the http 401 error -
    unauthorized
    I also tried the qualified server name
    http://myqualifiedserver.net/Reports/Pages/Folder.aspx
    and
    http://myqualifiedserver.net/Pages/Folder.aspx
    with the same 401 error code
    If people are able to get into Report Manager, then I should be able to get
    in also. But what is the trick for me? Well, I thank you again for getting
    back to me and with your suggestions. Just What is the trick?
    Rich
    "Bruce L-C [MVP]" wrote:
    > Yes you need to use Report Manager but Report Manager is just a asp.net
    > application that is available from any PC. You do not need to be on the
    > server itself.
    > I do mean your login account that you use to log into your server. If your
    > account is already in the adminstrator group then you are good to go. From
    > your PC just put this into the URL
    > http://myserver/Reports/Pages/Folder.aspx
    > Note, depending on your network you might need to fully qualify the server
    > as myserver.whatever.com, you can also put the IP address directly like this
    > http://IPAddress/Pages/Folder.aspx
    > I very seldom login to my server directly. Either I am deploying reports
    > from my PC to the server or I am using Report Manager from my PC.
    > If you login to your server using your network login you can use IE there to
    > get to report manager but the enhanced security with 2003 server could cause
    > issues and you need to add the server (yes it is itself but the added
    > security doesn't know this) to approved security list. That is why I suggest
    > just doing this from your PC, not from the server.
    >
    > --
    > Bruce Loehle-Conger
    > MVP SQL Server Reporting Services
    >
    >
    > "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > news:C6628278-F12B-432D-876E-74B8F17BBC94@.microsoft.com...
    > > Thank you very much for getting back to me on this. I am just a little
    > > confused though. Last week, I posted a question about caching and
    > > execution,
    > > and I was directed to the Report Manager (which - up to that time I knew
    > > nothing about). The instructions were
    > >
    > > http://myserver/Reports/Pages/Folder.aspx
    > >
    > > Now, you are suggesting that I add my account to the local administrator
    > > group. By my account do you mean my login account that I log into my
    > > workstation or server with - my network account? My account for loging
    > > into
    > > the workstation is in the administrator group on the server. Say my
    > > network
    > > login is joe123. May I request if you could specify what I have to do to
    > > joe123 so that I can use him as you suggest?
    > >
    > > http://joe123.../reports
    > >
    > > I appologize in advance for my lack of intuition on this and am very
    > > thankful for your reply and suggestions.
    > >
    > > Thanks,
    > > Rich
    > >
    > > "Bruce L-C [MVP]" wrote:
    > >
    > >> First off. Win 2003 server has extra security as far as IE is concerned.
    > >> This can make it problematic to connect via IE to the report server when
    > >> you
    > >> are physically on the server. You are better off to do the following.
    > >> 1. Add your account to the local administrator group
    > >> 2. From your computer use http://yourserver.blah.com/reports and see what
    > >> comes up.
    > >>
    > >> RS is an asp.net application. That is what you are logging into, NOT SQL
    > >> Server. So logging in with SA only works if the local administrator group
    > >> on
    > >> the server has a user called SA. Otherwise, it knows nothing about SA. If
    > >> your local group has that in it then the issue is the added IE security.
    > >> You
    > >> need to add the computer to the list of safe groups (I haven't done this
    > >> for
    > >> awhile). You really are better off to not do this from the server. It is
    > >> better and easier to do it from your own PC.
    > >>
    > >> RS uses Role based security. Initially you have a single role of which
    > >> the
    > >> local administrator group is in it (the administrator group).
    > >>
    > >>
    > >> --
    > >> Bruce Loehle-Conger
    > >> MVP SQL Server Reporting Services
    > >>
    > >>
    > >>
    > >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > >> news:EC013E36-671E-48B2-A3EF-929CF99B6B2A@.microsoft.com...
    > >> > Greetings,
    > >> >
    > >> > I can't open Report Manager (sql Server 2000, win 2003 server). I log
    > >> > into
    > >> > our server as SA where Reporting Services is/was installed (I did not
    > >> > perform
    > >> > the install). I go to start/Programs/Microsoft Sql Server/Reporting
    > >> > Services/Report Manager. This brings up a page that has an http error
    > >> > of
    > >> > 403. It says that IE can connect to the website but that IE doesn't
    > >> > have
    > >> > the
    > >> > permission to access the webpage (http://myserver/Reports).
    > >> >
    > >> > I looked at IIS and see the Reports virtual directory under Default
    > >> > Websites (and the pages virtual dir, Folder.aspx...). The directory
    > >> > security
    > >> > is set for Integrated Windows Security.
    > >> >
    > >> > What can I do or what do I need to do so that I can access the Report
    > >> > Manager webpage? Do I need to configure something in IE or IIS? Or is
    > >> > it
    > >> > possible that the page isn't really there (bad install)?
    > >> >
    > >> > Thanks
    > >> > Rich
    > >>
    > >>
    > >>
    >
    >|||My guess is that you might be in a administrators group but that group has
    not been give administrative rights on the server. Login to that server as
    you, check out the local administrators group. If it doesn't let you in to
    view it or add to it then you do not have rights on that server. Get someone
    who does to either add your specific domain\username to the local
    administrator group or add the network administrator group to the local
    administrator group.
    I bet you don't have the rights to the server that you think you do. By
    default, anyone in the local administrators group is in the RS administrator
    role.
    Bruce Loehle-Conger
    MVP SQL Server Reporting Services
    "Rich" <Rich@.discussions.microsoft.com> wrote in message
    news:80CF0AE5-2E85-4709-93A5-6CAE65398E1A@.microsoft.com...
    > Well, I tried
    > http://myservername/Reports/Pages/Folder.aspx and got the http 401 error -
    > unauthorized
    > I also tried the qualified server name
    > http://myqualifiedserver.net/Reports/Pages/Folder.aspx
    > and
    > http://myqualifiedserver.net/Pages/Folder.aspx
    > with the same 401 error code
    > If people are able to get into Report Manager, then I should be able to
    > get
    > in also. But what is the trick for me? Well, I thank you again for
    > getting
    > back to me and with your suggestions. Just What is the trick?
    > Rich
    > "Bruce L-C [MVP]" wrote:
    >> Yes you need to use Report Manager but Report Manager is just a asp.net
    >> application that is available from any PC. You do not need to be on the
    >> server itself.
    >> I do mean your login account that you use to log into your server. If
    >> your
    >> account is already in the adminstrator group then you are good to go.
    >> From
    >> your PC just put this into the URL
    >> http://myserver/Reports/Pages/Folder.aspx
    >> Note, depending on your network you might need to fully qualify the
    >> server
    >> as myserver.whatever.com, you can also put the IP address directly like
    >> this
    >> http://IPAddress/Pages/Folder.aspx
    >> I very seldom login to my server directly. Either I am deploying reports
    >> from my PC to the server or I am using Report Manager from my PC.
    >> If you login to your server using your network login you can use IE there
    >> to
    >> get to report manager but the enhanced security with 2003 server could
    >> cause
    >> issues and you need to add the server (yes it is itself but the added
    >> security doesn't know this) to approved security list. That is why I
    >> suggest
    >> just doing this from your PC, not from the server.
    >>
    >> --
    >> Bruce Loehle-Conger
    >> MVP SQL Server Reporting Services
    >>
    >>
    >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    >> news:C6628278-F12B-432D-876E-74B8F17BBC94@.microsoft.com...
    >> > Thank you very much for getting back to me on this. I am just a little
    >> > confused though. Last week, I posted a question about caching and
    >> > execution,
    >> > and I was directed to the Report Manager (which - up to that time I
    >> > knew
    >> > nothing about). The instructions were
    >> >
    >> > http://myserver/Reports/Pages/Folder.aspx
    >> >
    >> > Now, you are suggesting that I add my account to the local
    >> > administrator
    >> > group. By my account do you mean my login account that I log into my
    >> > workstation or server with - my network account? My account for loging
    >> > into
    >> > the workstation is in the administrator group on the server. Say my
    >> > network
    >> > login is joe123. May I request if you could specify what I have to do
    >> > to
    >> > joe123 so that I can use him as you suggest?
    >> >
    >> > http://joe123.../reports
    >> >
    >> > I appologize in advance for my lack of intuition on this and am very
    >> > thankful for your reply and suggestions.
    >> >
    >> > Thanks,
    >> > Rich
    >> >
    >> > "Bruce L-C [MVP]" wrote:
    >> >
    >> >> First off. Win 2003 server has extra security as far as IE is
    >> >> concerned.
    >> >> This can make it problematic to connect via IE to the report server
    >> >> when
    >> >> you
    >> >> are physically on the server. You are better off to do the following.
    >> >> 1. Add your account to the local administrator group
    >> >> 2. From your computer use http://yourserver.blah.com/reports and see
    >> >> what
    >> >> comes up.
    >> >>
    >> >> RS is an asp.net application. That is what you are logging into, NOT
    >> >> SQL
    >> >> Server. So logging in with SA only works if the local administrator
    >> >> group
    >> >> on
    >> >> the server has a user called SA. Otherwise, it knows nothing about SA.
    >> >> If
    >> >> your local group has that in it then the issue is the added IE
    >> >> security.
    >> >> You
    >> >> need to add the computer to the list of safe groups (I haven't done
    >> >> this
    >> >> for
    >> >> awhile). You really are better off to not do this from the server. It
    >> >> is
    >> >> better and easier to do it from your own PC.
    >> >>
    >> >> RS uses Role based security. Initially you have a single role of which
    >> >> the
    >> >> local administrator group is in it (the administrator group).
    >> >>
    >> >>
    >> >> --
    >> >> Bruce Loehle-Conger
    >> >> MVP SQL Server Reporting Services
    >> >>
    >> >>
    >> >>
    >> >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    >> >> news:EC013E36-671E-48B2-A3EF-929CF99B6B2A@.microsoft.com...
    >> >> > Greetings,
    >> >> >
    >> >> > I can't open Report Manager (sql Server 2000, win 2003 server). I
    >> >> > log
    >> >> > into
    >> >> > our server as SA where Reporting Services is/was installed (I did
    >> >> > not
    >> >> > perform
    >> >> > the install). I go to start/Programs/Microsoft Sql Server/Reporting
    >> >> > Services/Report Manager. This brings up a page that has an http
    >> >> > error
    >> >> > of
    >> >> > 403. It says that IE can connect to the website but that IE doesn't
    >> >> > have
    >> >> > the
    >> >> > permission to access the webpage (http://myserver/Reports).
    >> >> >
    >> >> > I looked at IIS and see the Reports virtual directory under Default
    >> >> > Websites (and the pages virtual dir, Folder.aspx...). The directory
    >> >> > security
    >> >> > is set for Integrated Windows Security.
    >> >> >
    >> >> > What can I do or what do I need to do so that I can access the
    >> >> > Report
    >> >> > Manager webpage? Do I need to configure something in IE or IIS? Or
    >> >> > is
    >> >> > it
    >> >> > possible that the page isn't really there (bad install)?
    >> >> >
    >> >> > Thanks
    >> >> > Rich
    >> >>
    >> >>
    >> >>
    >>|||Man, I sure hope that is it. The guy that owns the network, of course, is
    not available right now. So when I see him, I will ask him to access report
    manager from his workstation using his logon and not SA.
    Rich
    "Bruce L-C [MVP]" wrote:
    > My guess is that you might be in a administrators group but that group has
    > not been give administrative rights on the server. Login to that server as
    > you, check out the local administrators group. If it doesn't let you in to
    > view it or add to it then you do not have rights on that server. Get someone
    > who does to either add your specific domain\username to the local
    > administrator group or add the network administrator group to the local
    > administrator group.
    > I bet you don't have the rights to the server that you think you do. By
    > default, anyone in the local administrators group is in the RS administrator
    > role.
    >
    > --
    > Bruce Loehle-Conger
    > MVP SQL Server Reporting Services
    > "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > news:80CF0AE5-2E85-4709-93A5-6CAE65398E1A@.microsoft.com...
    > > Well, I tried
    > >
    > > http://myservername/Reports/Pages/Folder.aspx and got the http 401 error -
    > > unauthorized
    > >
    > > I also tried the qualified server name
    > >
    > > http://myqualifiedserver.net/Reports/Pages/Folder.aspx
    > > and
    > > http://myqualifiedserver.net/Pages/Folder.aspx
    > >
    > > with the same 401 error code
    > >
    > > If people are able to get into Report Manager, then I should be able to
    > > get
    > > in also. But what is the trick for me? Well, I thank you again for
    > > getting
    > > back to me and with your suggestions. Just What is the trick?
    > >
    > > Rich
    > >
    > > "Bruce L-C [MVP]" wrote:
    > >
    > >> Yes you need to use Report Manager but Report Manager is just a asp.net
    > >> application that is available from any PC. You do not need to be on the
    > >> server itself.
    > >>
    > >> I do mean your login account that you use to log into your server. If
    > >> your
    > >> account is already in the adminstrator group then you are good to go.
    > >> From
    > >> your PC just put this into the URL
    > >> http://myserver/Reports/Pages/Folder.aspx
    > >>
    > >> Note, depending on your network you might need to fully qualify the
    > >> server
    > >> as myserver.whatever.com, you can also put the IP address directly like
    > >> this
    > >> http://IPAddress/Pages/Folder.aspx
    > >>
    > >> I very seldom login to my server directly. Either I am deploying reports
    > >> from my PC to the server or I am using Report Manager from my PC.
    > >>
    > >> If you login to your server using your network login you can use IE there
    > >> to
    > >> get to report manager but the enhanced security with 2003 server could
    > >> cause
    > >> issues and you need to add the server (yes it is itself but the added
    > >> security doesn't know this) to approved security list. That is why I
    > >> suggest
    > >> just doing this from your PC, not from the server.
    > >>
    > >>
    > >> --
    > >> Bruce Loehle-Conger
    > >> MVP SQL Server Reporting Services
    > >>
    > >>
    > >>
    > >>
    > >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > >> news:C6628278-F12B-432D-876E-74B8F17BBC94@.microsoft.com...
    > >> > Thank you very much for getting back to me on this. I am just a little
    > >> > confused though. Last week, I posted a question about caching and
    > >> > execution,
    > >> > and I was directed to the Report Manager (which - up to that time I
    > >> > knew
    > >> > nothing about). The instructions were
    > >> >
    > >> > http://myserver/Reports/Pages/Folder.aspx
    > >> >
    > >> > Now, you are suggesting that I add my account to the local
    > >> > administrator
    > >> > group. By my account do you mean my login account that I log into my
    > >> > workstation or server with - my network account? My account for loging
    > >> > into
    > >> > the workstation is in the administrator group on the server. Say my
    > >> > network
    > >> > login is joe123. May I request if you could specify what I have to do
    > >> > to
    > >> > joe123 so that I can use him as you suggest?
    > >> >
    > >> > http://joe123.../reports
    > >> >
    > >> > I appologize in advance for my lack of intuition on this and am very
    > >> > thankful for your reply and suggestions.
    > >> >
    > >> > Thanks,
    > >> > Rich
    > >> >
    > >> > "Bruce L-C [MVP]" wrote:
    > >> >
    > >> >> First off. Win 2003 server has extra security as far as IE is
    > >> >> concerned.
    > >> >> This can make it problematic to connect via IE to the report server
    > >> >> when
    > >> >> you
    > >> >> are physically on the server. You are better off to do the following.
    > >> >> 1. Add your account to the local administrator group
    > >> >> 2. From your computer use http://yourserver.blah.com/reports and see
    > >> >> what
    > >> >> comes up.
    > >> >>
    > >> >> RS is an asp.net application. That is what you are logging into, NOT
    > >> >> SQL
    > >> >> Server. So logging in with SA only works if the local administrator
    > >> >> group
    > >> >> on
    > >> >> the server has a user called SA. Otherwise, it knows nothing about SA.
    > >> >> If
    > >> >> your local group has that in it then the issue is the added IE
    > >> >> security.
    > >> >> You
    > >> >> need to add the computer to the list of safe groups (I haven't done
    > >> >> this
    > >> >> for
    > >> >> awhile). You really are better off to not do this from the server. It
    > >> >> is
    > >> >> better and easier to do it from your own PC.
    > >> >>
    > >> >> RS uses Role based security. Initially you have a single role of which
    > >> >> the
    > >> >> local administrator group is in it (the administrator group).
    > >> >>
    > >> >>
    > >> >> --
    > >> >> Bruce Loehle-Conger
    > >> >> MVP SQL Server Reporting Services
    > >> >>
    > >> >>
    > >> >>
    > >> >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > >> >> news:EC013E36-671E-48B2-A3EF-929CF99B6B2A@.microsoft.com...
    > >> >> > Greetings,
    > >> >> >
    > >> >> > I can't open Report Manager (sql Server 2000, win 2003 server). I
    > >> >> > log
    > >> >> > into
    > >> >> > our server as SA where Reporting Services is/was installed (I did
    > >> >> > not
    > >> >> > perform
    > >> >> > the install). I go to start/Programs/Microsoft Sql Server/Reporting
    > >> >> > Services/Report Manager. This brings up a page that has an http
    > >> >> > error
    > >> >> > of
    > >> >> > 403. It says that IE can connect to the website but that IE doesn't
    > >> >> > have
    > >> >> > the
    > >> >> > permission to access the webpage (http://myserver/Reports).
    > >> >> >
    > >> >> > I looked at IIS and see the Reports virtual directory under Default
    > >> >> > Websites (and the pages virtual dir, Folder.aspx...). The directory
    > >> >> > security
    > >> >> > is set for Integrated Windows Security.
    > >> >> >
    > >> >> > What can I do or what do I need to do so that I can access the
    > >> >> > Report
    > >> >> > Manager webpage? Do I need to configure something in IE or IIS? Or
    > >> >> > is
    > >> >> > it
    > >> >> > possible that the page isn't really there (bad install)?
    > >> >> >
    > >> >> > Thanks
    > >> >> > Rich
    > >> >>
    > >> >>
    > >> >>
    > >>
    > >>
    > >>
    >
    >|||The owner got back and tried opening Report manager with no success except
    for one interesting error message - the message said something about looking
    for .Net Framework 1.1.
    We used to be on 1.1 but upgraded to .Net Framework 2.0 so we could use
    Visual Studio 2005. Would this be an issue for Report Manager for RS2003?
    We are still using Sql Server 2000.
    "Bruce L-C [MVP]" wrote:
    > My guess is that you might be in a administrators group but that group has
    > not been give administrative rights on the server. Login to that server as
    > you, check out the local administrators group. If it doesn't let you in to
    > view it or add to it then you do not have rights on that server. Get someone
    > who does to either add your specific domain\username to the local
    > administrator group or add the network administrator group to the local
    > administrator group.
    > I bet you don't have the rights to the server that you think you do. By
    > default, anyone in the local administrators group is in the RS administrator
    > role.
    >
    > --
    > Bruce Loehle-Conger
    > MVP SQL Server Reporting Services
    > "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > news:80CF0AE5-2E85-4709-93A5-6CAE65398E1A@.microsoft.com...
    > > Well, I tried
    > >
    > > http://myservername/Reports/Pages/Folder.aspx and got the http 401 error -
    > > unauthorized
    > >
    > > I also tried the qualified server name
    > >
    > > http://myqualifiedserver.net/Reports/Pages/Folder.aspx
    > > and
    > > http://myqualifiedserver.net/Pages/Folder.aspx
    > >
    > > with the same 401 error code
    > >
    > > If people are able to get into Report Manager, then I should be able to
    > > get
    > > in also. But what is the trick for me? Well, I thank you again for
    > > getting
    > > back to me and with your suggestions. Just What is the trick?
    > >
    > > Rich
    > >
    > > "Bruce L-C [MVP]" wrote:
    > >
    > >> Yes you need to use Report Manager but Report Manager is just a asp.net
    > >> application that is available from any PC. You do not need to be on the
    > >> server itself.
    > >>
    > >> I do mean your login account that you use to log into your server. If
    > >> your
    > >> account is already in the adminstrator group then you are good to go.
    > >> From
    > >> your PC just put this into the URL
    > >> http://myserver/Reports/Pages/Folder.aspx
    > >>
    > >> Note, depending on your network you might need to fully qualify the
    > >> server
    > >> as myserver.whatever.com, you can also put the IP address directly like
    > >> this
    > >> http://IPAddress/Pages/Folder.aspx
    > >>
    > >> I very seldom login to my server directly. Either I am deploying reports
    > >> from my PC to the server or I am using Report Manager from my PC.
    > >>
    > >> If you login to your server using your network login you can use IE there
    > >> to
    > >> get to report manager but the enhanced security with 2003 server could
    > >> cause
    > >> issues and you need to add the server (yes it is itself but the added
    > >> security doesn't know this) to approved security list. That is why I
    > >> suggest
    > >> just doing this from your PC, not from the server.
    > >>
    > >>
    > >> --
    > >> Bruce Loehle-Conger
    > >> MVP SQL Server Reporting Services
    > >>
    > >>
    > >>
    > >>
    > >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > >> news:C6628278-F12B-432D-876E-74B8F17BBC94@.microsoft.com...
    > >> > Thank you very much for getting back to me on this. I am just a little
    > >> > confused though. Last week, I posted a question about caching and
    > >> > execution,
    > >> > and I was directed to the Report Manager (which - up to that time I
    > >> > knew
    > >> > nothing about). The instructions were
    > >> >
    > >> > http://myserver/Reports/Pages/Folder.aspx
    > >> >
    > >> > Now, you are suggesting that I add my account to the local
    > >> > administrator
    > >> > group. By my account do you mean my login account that I log into my
    > >> > workstation or server with - my network account? My account for loging
    > >> > into
    > >> > the workstation is in the administrator group on the server. Say my
    > >> > network
    > >> > login is joe123. May I request if you could specify what I have to do
    > >> > to
    > >> > joe123 so that I can use him as you suggest?
    > >> >
    > >> > http://joe123.../reports
    > >> >
    > >> > I appologize in advance for my lack of intuition on this and am very
    > >> > thankful for your reply and suggestions.
    > >> >
    > >> > Thanks,
    > >> > Rich
    > >> >
    > >> > "Bruce L-C [MVP]" wrote:
    > >> >
    > >> >> First off. Win 2003 server has extra security as far as IE is
    > >> >> concerned.
    > >> >> This can make it problematic to connect via IE to the report server
    > >> >> when
    > >> >> you
    > >> >> are physically on the server. You are better off to do the following.
    > >> >> 1. Add your account to the local administrator group
    > >> >> 2. From your computer use http://yourserver.blah.com/reports and see
    > >> >> what
    > >> >> comes up.
    > >> >>
    > >> >> RS is an asp.net application. That is what you are logging into, NOT
    > >> >> SQL
    > >> >> Server. So logging in with SA only works if the local administrator
    > >> >> group
    > >> >> on
    > >> >> the server has a user called SA. Otherwise, it knows nothing about SA.
    > >> >> If
    > >> >> your local group has that in it then the issue is the added IE
    > >> >> security.
    > >> >> You
    > >> >> need to add the computer to the list of safe groups (I haven't done
    > >> >> this
    > >> >> for
    > >> >> awhile). You really are better off to not do this from the server. It
    > >> >> is
    > >> >> better and easier to do it from your own PC.
    > >> >>
    > >> >> RS uses Role based security. Initially you have a single role of which
    > >> >> the
    > >> >> local administrator group is in it (the administrator group).
    > >> >>
    > >> >>
    > >> >> --
    > >> >> Bruce Loehle-Conger
    > >> >> MVP SQL Server Reporting Services
    > >> >>
    > >> >>
    > >> >>
    > >> >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > >> >> news:EC013E36-671E-48B2-A3EF-929CF99B6B2A@.microsoft.com...
    > >> >> > Greetings,
    > >> >> >
    > >> >> > I can't open Report Manager (sql Server 2000, win 2003 server). I
    > >> >> > log
    > >> >> > into
    > >> >> > our server as SA where Reporting Services is/was installed (I did
    > >> >> > not
    > >> >> > perform
    > >> >> > the install). I go to start/Programs/Microsoft Sql Server/Reporting
    > >> >> > Services/Report Manager. This brings up a page that has an http
    > >> >> > error
    > >> >> > of
    > >> >> > 403. It says that IE can connect to the website but that IE doesn't
    > >> >> > have
    > >> >> > the
    > >> >> > permission to access the webpage (http://myserver/Reports).
    > >> >> >
    > >> >> > I looked at IIS and see the Reports virtual directory under Default
    > >> >> > Websites (and the pages virtual dir, Folder.aspx...). The directory
    > >> >> > security
    > >> >> > is set for Integrated Windows Security.
    > >> >> >
    > >> >> > What can I do or what do I need to do so that I can access the
    > >> >> > Report
    > >> >> > Manager webpage? Do I need to configure something in IE or IIS? Or
    > >> >> > is
    > >> >> > it
    > >> >> > possible that the page isn't really there (bad install)?
    > >> >> >
    > >> >> > Thanks
    > >> >> > Rich
    > >> >>
    > >> >>
    > >> >>
    > >>
    > >>
    > >>
    >
    >|||Yes.
    RS 2000 is a 1.1 framework app. RS 2005 is a 2.0 framework app. It is fine
    that you upgraded to 2.0 BUT you have to have Reports and ReportServer webs
    be at 1.1 (IIS will support both but you have to configure the sites to be
    1.1).
    Not sure if this is all the reason but it is definitely a problem. Get the
    owner to work first and then get back to your problem. You might have more
    than one problem going on.
    Bruce Loehle-Conger
    MVP SQL Server Reporting Services
    "Rich" <Rich@.discussions.microsoft.com> wrote in message
    news:FA0B37D6-B5D1-4C13-B0F4-8AAF9D39974D@.microsoft.com...
    > The owner got back and tried opening Report manager with no success except
    > for one interesting error message - the message said something about
    > looking
    > for .Net Framework 1.1.
    > We used to be on 1.1 but upgraded to .Net Framework 2.0 so we could use
    > Visual Studio 2005. Would this be an issue for Report Manager for
    > RS2003?
    > We are still using Sql Server 2000.
    > "Bruce L-C [MVP]" wrote:
    >> My guess is that you might be in a administrators group but that group
    >> has
    >> not been give administrative rights on the server. Login to that server
    >> as
    >> you, check out the local administrators group. If it doesn't let you in
    >> to
    >> view it or add to it then you do not have rights on that server. Get
    >> someone
    >> who does to either add your specific domain\username to the local
    >> administrator group or add the network administrator group to the local
    >> administrator group.
    >> I bet you don't have the rights to the server that you think you do. By
    >> default, anyone in the local administrators group is in the RS
    >> administrator
    >> role.
    >>
    >> --
    >> Bruce Loehle-Conger
    >> MVP SQL Server Reporting Services
    >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    >> news:80CF0AE5-2E85-4709-93A5-6CAE65398E1A@.microsoft.com...
    >> > Well, I tried
    >> >
    >> > http://myservername/Reports/Pages/Folder.aspx and got the http 401
    >> > error -
    >> > unauthorized
    >> >
    >> > I also tried the qualified server name
    >> >
    >> > http://myqualifiedserver.net/Reports/Pages/Folder.aspx
    >> > and
    >> > http://myqualifiedserver.net/Pages/Folder.aspx
    >> >
    >> > with the same 401 error code
    >> >
    >> > If people are able to get into Report Manager, then I should be able to
    >> > get
    >> > in also. But what is the trick for me? Well, I thank you again for
    >> > getting
    >> > back to me and with your suggestions. Just What is the trick?
    >> >
    >> > Rich
    >> >
    >> > "Bruce L-C [MVP]" wrote:
    >> >
    >> >> Yes you need to use Report Manager but Report Manager is just a
    >> >> asp.net
    >> >> application that is available from any PC. You do not need to be on
    >> >> the
    >> >> server itself.
    >> >>
    >> >> I do mean your login account that you use to log into your server. If
    >> >> your
    >> >> account is already in the adminstrator group then you are good to go.
    >> >> From
    >> >> your PC just put this into the URL
    >> >> http://myserver/Reports/Pages/Folder.aspx
    >> >>
    >> >> Note, depending on your network you might need to fully qualify the
    >> >> server
    >> >> as myserver.whatever.com, you can also put the IP address directly
    >> >> like
    >> >> this
    >> >> http://IPAddress/Pages/Folder.aspx
    >> >>
    >> >> I very seldom login to my server directly. Either I am deploying
    >> >> reports
    >> >> from my PC to the server or I am using Report Manager from my PC.
    >> >>
    >> >> If you login to your server using your network login you can use IE
    >> >> there
    >> >> to
    >> >> get to report manager but the enhanced security with 2003 server could
    >> >> cause
    >> >> issues and you need to add the server (yes it is itself but the added
    >> >> security doesn't know this) to approved security list. That is why I
    >> >> suggest
    >> >> just doing this from your PC, not from the server.
    >> >>
    >> >>
    >> >> --
    >> >> Bruce Loehle-Conger
    >> >> MVP SQL Server Reporting Services
    >> >>
    >> >>
    >> >>
    >> >>
    >> >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    >> >> news:C6628278-F12B-432D-876E-74B8F17BBC94@.microsoft.com...
    >> >> > Thank you very much for getting back to me on this. I am just a
    >> >> > little
    >> >> > confused though. Last week, I posted a question about caching and
    >> >> > execution,
    >> >> > and I was directed to the Report Manager (which - up to that time I
    >> >> > knew
    >> >> > nothing about). The instructions were
    >> >> >
    >> >> > http://myserver/Reports/Pages/Folder.aspx
    >> >> >
    >> >> > Now, you are suggesting that I add my account to the local
    >> >> > administrator
    >> >> > group. By my account do you mean my login account that I log into
    >> >> > my
    >> >> > workstation or server with - my network account? My account for
    >> >> > loging
    >> >> > into
    >> >> > the workstation is in the administrator group on the server. Say my
    >> >> > network
    >> >> > login is joe123. May I request if you could specify what I have to
    >> >> > do
    >> >> > to
    >> >> > joe123 so that I can use him as you suggest?
    >> >> >
    >> >> > http://joe123.../reports
    >> >> >
    >> >> > I appologize in advance for my lack of intuition on this and am very
    >> >> > thankful for your reply and suggestions.
    >> >> >
    >> >> > Thanks,
    >> >> > Rich
    >> >> >
    >> >> > "Bruce L-C [MVP]" wrote:
    >> >> >
    >> >> >> First off. Win 2003 server has extra security as far as IE is
    >> >> >> concerned.
    >> >> >> This can make it problematic to connect via IE to the report server
    >> >> >> when
    >> >> >> you
    >> >> >> are physically on the server. You are better off to do the
    >> >> >> following.
    >> >> >> 1. Add your account to the local administrator group
    >> >> >> 2. From your computer use http://yourserver.blah.com/reports and
    >> >> >> see
    >> >> >> what
    >> >> >> comes up.
    >> >> >>
    >> >> >> RS is an asp.net application. That is what you are logging into,
    >> >> >> NOT
    >> >> >> SQL
    >> >> >> Server. So logging in with SA only works if the local administrator
    >> >> >> group
    >> >> >> on
    >> >> >> the server has a user called SA. Otherwise, it knows nothing about
    >> >> >> SA.
    >> >> >> If
    >> >> >> your local group has that in it then the issue is the added IE
    >> >> >> security.
    >> >> >> You
    >> >> >> need to add the computer to the list of safe groups (I haven't done
    >> >> >> this
    >> >> >> for
    >> >> >> awhile). You really are better off to not do this from the server.
    >> >> >> It
    >> >> >> is
    >> >> >> better and easier to do it from your own PC.
    >> >> >>
    >> >> >> RS uses Role based security. Initially you have a single role of
    >> >> >> which
    >> >> >> the
    >> >> >> local administrator group is in it (the administrator group).
    >> >> >>
    >> >> >>
    >> >> >> --
    >> >> >> Bruce Loehle-Conger
    >> >> >> MVP SQL Server Reporting Services
    >> >> >>
    >> >> >>
    >> >> >>
    >> >> >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    >> >> >> news:EC013E36-671E-48B2-A3EF-929CF99B6B2A@.microsoft.com...
    >> >> >> > Greetings,
    >> >> >> >
    >> >> >> > I can't open Report Manager (sql Server 2000, win 2003 server).
    >> >> >> > I
    >> >> >> > log
    >> >> >> > into
    >> >> >> > our server as SA where Reporting Services is/was installed (I did
    >> >> >> > not
    >> >> >> > perform
    >> >> >> > the install). I go to start/Programs/Microsoft Sql
    >> >> >> > Server/Reporting
    >> >> >> > Services/Report Manager. This brings up a page that has an http
    >> >> >> > error
    >> >> >> > of
    >> >> >> > 403. It says that IE can connect to the website but that IE
    >> >> >> > doesn't
    >> >> >> > have
    >> >> >> > the
    >> >> >> > permission to access the webpage (http://myserver/Reports).
    >> >> >> >
    >> >> >> > I looked at IIS and see the Reports virtual directory under
    >> >> >> > Default
    >> >> >> > Websites (and the pages virtual dir, Folder.aspx...). The
    >> >> >> > directory
    >> >> >> > security
    >> >> >> > is set for Integrated Windows Security.
    >> >> >> >
    >> >> >> > What can I do or what do I need to do so that I can access the
    >> >> >> > Report
    >> >> >> > Manager webpage? Do I need to configure something in IE or IIS?
    >> >> >> > Or
    >> >> >> > is
    >> >> >> > it
    >> >> >> > possible that the page isn't really there (bad install)?
    >> >> >> >
    >> >> >> > Thanks
    >> >> >> > Rich
    >> >> >>
    >> >> >>
    >> >> >>
    >> >>
    >> >>
    >> >>
    >>|||Thanks. We have a web guy at my place that I have apprised about the
    situation. Hopefully, he can figure out how to configure the sites for .net
    framework 1.1.
    Note: I can deploy reports with my current setup and things work OK except
    for the caching thing - which is why I need to get into Report Manager in the
    first place.
    Rich
    "Bruce L-C [MVP]" wrote:
    > Yes.
    > RS 2000 is a 1.1 framework app. RS 2005 is a 2.0 framework app. It is fine
    > that you upgraded to 2.0 BUT you have to have Reports and ReportServer webs
    > be at 1.1 (IIS will support both but you have to configure the sites to be
    > 1.1).
    > Not sure if this is all the reason but it is definitely a problem. Get the
    > owner to work first and then get back to your problem. You might have more
    > than one problem going on.
    >
    > --
    > Bruce Loehle-Conger
    > MVP SQL Server Reporting Services
    > "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > news:FA0B37D6-B5D1-4C13-B0F4-8AAF9D39974D@.microsoft.com...
    > > The owner got back and tried opening Report manager with no success except
    > > for one interesting error message - the message said something about
    > > looking
    > > for .Net Framework 1.1.
    > >
    > > We used to be on 1.1 but upgraded to .Net Framework 2.0 so we could use
    > > Visual Studio 2005. Would this be an issue for Report Manager for
    > > RS2003?
    > > We are still using Sql Server 2000.
    > >
    > > "Bruce L-C [MVP]" wrote:
    > >
    > >> My guess is that you might be in a administrators group but that group
    > >> has
    > >> not been give administrative rights on the server. Login to that server
    > >> as
    > >> you, check out the local administrators group. If it doesn't let you in
    > >> to
    > >> view it or add to it then you do not have rights on that server. Get
    > >> someone
    > >> who does to either add your specific domain\username to the local
    > >> administrator group or add the network administrator group to the local
    > >> administrator group.
    > >>
    > >> I bet you don't have the rights to the server that you think you do. By
    > >> default, anyone in the local administrators group is in the RS
    > >> administrator
    > >> role.
    > >>
    > >>
    > >> --
    > >> Bruce Loehle-Conger
    > >> MVP SQL Server Reporting Services
    > >>
    > >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > >> news:80CF0AE5-2E85-4709-93A5-6CAE65398E1A@.microsoft.com...
    > >> > Well, I tried
    > >> >
    > >> > http://myservername/Reports/Pages/Folder.aspx and got the http 401
    > >> > error -
    > >> > unauthorized
    > >> >
    > >> > I also tried the qualified server name
    > >> >
    > >> > http://myqualifiedserver.net/Reports/Pages/Folder.aspx
    > >> > and
    > >> > http://myqualifiedserver.net/Pages/Folder.aspx
    > >> >
    > >> > with the same 401 error code
    > >> >
    > >> > If people are able to get into Report Manager, then I should be able to
    > >> > get
    > >> > in also. But what is the trick for me? Well, I thank you again for
    > >> > getting
    > >> > back to me and with your suggestions. Just What is the trick?
    > >> >
    > >> > Rich
    > >> >
    > >> > "Bruce L-C [MVP]" wrote:
    > >> >
    > >> >> Yes you need to use Report Manager but Report Manager is just a
    > >> >> asp.net
    > >> >> application that is available from any PC. You do not need to be on
    > >> >> the
    > >> >> server itself.
    > >> >>
    > >> >> I do mean your login account that you use to log into your server. If
    > >> >> your
    > >> >> account is already in the adminstrator group then you are good to go.
    > >> >> From
    > >> >> your PC just put this into the URL
    > >> >> http://myserver/Reports/Pages/Folder.aspx
    > >> >>
    > >> >> Note, depending on your network you might need to fully qualify the
    > >> >> server
    > >> >> as myserver.whatever.com, you can also put the IP address directly
    > >> >> like
    > >> >> this
    > >> >> http://IPAddress/Pages/Folder.aspx
    > >> >>
    > >> >> I very seldom login to my server directly. Either I am deploying
    > >> >> reports
    > >> >> from my PC to the server or I am using Report Manager from my PC.
    > >> >>
    > >> >> If you login to your server using your network login you can use IE
    > >> >> there
    > >> >> to
    > >> >> get to report manager but the enhanced security with 2003 server could
    > >> >> cause
    > >> >> issues and you need to add the server (yes it is itself but the added
    > >> >> security doesn't know this) to approved security list. That is why I
    > >> >> suggest
    > >> >> just doing this from your PC, not from the server.
    > >> >>
    > >> >>
    > >> >> --
    > >> >> Bruce Loehle-Conger
    > >> >> MVP SQL Server Reporting Services
    > >> >>
    > >> >>
    > >> >>
    > >> >>
    > >> >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > >> >> news:C6628278-F12B-432D-876E-74B8F17BBC94@.microsoft.com...
    > >> >> > Thank you very much for getting back to me on this. I am just a
    > >> >> > little
    > >> >> > confused though. Last week, I posted a question about caching and
    > >> >> > execution,
    > >> >> > and I was directed to the Report Manager (which - up to that time I
    > >> >> > knew
    > >> >> > nothing about). The instructions were
    > >> >> >
    > >> >> > http://myserver/Reports/Pages/Folder.aspx
    > >> >> >
    > >> >> > Now, you are suggesting that I add my account to the local
    > >> >> > administrator
    > >> >> > group. By my account do you mean my login account that I log into
    > >> >> > my
    > >> >> > workstation or server with - my network account? My account for
    > >> >> > loging
    > >> >> > into
    > >> >> > the workstation is in the administrator group on the server. Say my
    > >> >> > network
    > >> >> > login is joe123. May I request if you could specify what I have to
    > >> >> > do
    > >> >> > to
    > >> >> > joe123 so that I can use him as you suggest?
    > >> >> >
    > >> >> > http://joe123.../reports
    > >> >> >
    > >> >> > I appologize in advance for my lack of intuition on this and am very
    > >> >> > thankful for your reply and suggestions.
    > >> >> >
    > >> >> > Thanks,
    > >> >> > Rich
    > >> >> >
    > >> >> > "Bruce L-C [MVP]" wrote:
    > >> >> >
    > >> >> >> First off. Win 2003 server has extra security as far as IE is
    > >> >> >> concerned.
    > >> >> >> This can make it problematic to connect via IE to the report server
    > >> >> >> when
    > >> >> >> you
    > >> >> >> are physically on the server. You are better off to do the
    > >> >> >> following.
    > >> >> >> 1. Add your account to the local administrator group
    > >> >> >> 2. From your computer use http://yourserver.blah.com/reports and
    > >> >> >> see
    > >> >> >> what
    > >> >> >> comes up.
    > >> >> >>
    > >> >> >> RS is an asp.net application. That is what you are logging into,
    > >> >> >> NOT
    > >> >> >> SQL
    > >> >> >> Server. So logging in with SA only works if the local administrator
    > >> >> >> group
    > >> >> >> on
    > >> >> >> the server has a user called SA. Otherwise, it knows nothing about
    > >> >> >> SA.
    > >> >> >> If
    > >> >> >> your local group has that in it then the issue is the added IE
    > >> >> >> security.
    > >> >> >> You
    > >> >> >> need to add the computer to the list of safe groups (I haven't done
    > >> >> >> this
    > >> >> >> for
    > >> >> >> awhile). You really are better off to not do this from the server.
    > >> >> >> It
    > >> >> >> is
    > >> >> >> better and easier to do it from your own PC.
    > >> >> >>
    > >> >> >> RS uses Role based security. Initially you have a single role of
    > >> >> >> which
    > >> >> >> the
    > >> >> >> local administrator group is in it (the administrator group).
    > >> >> >>
    > >> >> >>
    > >> >> >> --
    > >> >> >> Bruce Loehle-Conger
    > >> >> >> MVP SQL Server Reporting Services
    > >> >> >>
    > >> >> >>
    > >> >> >>
    > >> >> >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    > >> >> >> news:EC013E36-671E-48B2-A3EF-929CF99B6B2A@.microsoft.com...
    > >> >> >> > Greetings,
    > >> >> >> >
    > >> >> >> > I can't open Report Manager (sql Server 2000, win 2003 server).
    > >> >> >> > I
    > >> >> >> > log
    > >> >> >> > into
    > >> >> >> > our server as SA where Reporting Services is/was installed (I did
    > >> >> >> > not
    > >> >> >> > perform
    > >> >> >> > the install). I go to start/Programs/Microsoft Sql
    > >> >> >> > Server/Reporting
    > >> >> >> > Services/Report Manager. This brings up a page that has an http
    > >> >> >> > error
    > >> >> >> > of
    > >> >> >> > 403. It says that IE can connect to the website but that IE
    > >> >> >> > doesn't
    > >> >> >> > have
    > >> >> >> > the
    > >> >> >> > permission to access the webpage (http://myserver/Reports).
    > >> >> >> >
    > >> >> >> > I looked at IIS and see the Reports virtual directory under
    > >> >> >> > Default
    > >> >> >> > Websites (and the pages virtual dir, Folder.aspx...). The
    > >> >> >> > directory
    > >> >> >> > security
    > >> >> >> > is set for Integrated Windows Security.
    > >> >> >> >
    > >> >> >> > What can I do or what do I need to do so that I can access the
    > >> >> >> > Report
    > >> >> >> > Manager webpage? Do I need to configure something in IE or IIS?
    > >> >> >> > Or
    > >> >> >> > is
    > >> >> >> > it
    > >> >> >> > possible that the page isn't really there (bad install)?
    > >> >> >> >
    > >> >> >> > Thanks
    > >> >> >> > Rich
    > >> >> >>
    > >> >> >>
    > >> >> >>
    > >> >>
    > >> >>
    > >> >>
    > >>
    > >>
    > >>
    >
    >|||I'm surprised you can deploy. It could be that reportserver website is still
    1.1 and reports website (which is the report manager app) was set to 2.0
    (but needs to be 1.1).
    Bruce Loehle-Conger
    MVP SQL Server Reporting Services
    "Rich" <Rich@.discussions.microsoft.com> wrote in message
    news:1F8AC4CC-86E0-4124-8C8A-84FA8D25744D@.microsoft.com...
    > Thanks. We have a web guy at my place that I have apprised about the
    > situation. Hopefully, he can figure out how to configure the sites for
    > .net
    > framework 1.1.
    > Note: I can deploy reports with my current setup and things work OK
    > except
    > for the caching thing - which is why I need to get into Report Manager in
    > the
    > first place.
    > Rich
    > "Bruce L-C [MVP]" wrote:
    >> Yes.
    >> RS 2000 is a 1.1 framework app. RS 2005 is a 2.0 framework app. It is
    >> fine
    >> that you upgraded to 2.0 BUT you have to have Reports and ReportServer
    >> webs
    >> be at 1.1 (IIS will support both but you have to configure the sites to
    >> be
    >> 1.1).
    >> Not sure if this is all the reason but it is definitely a problem. Get
    >> the
    >> owner to work first and then get back to your problem. You might have
    >> more
    >> than one problem going on.
    >>
    >> --
    >> Bruce Loehle-Conger
    >> MVP SQL Server Reporting Services
    >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    >> news:FA0B37D6-B5D1-4C13-B0F4-8AAF9D39974D@.microsoft.com...
    >> > The owner got back and tried opening Report manager with no success
    >> > except
    >> > for one interesting error message - the message said something about
    >> > looking
    >> > for .Net Framework 1.1.
    >> >
    >> > We used to be on 1.1 but upgraded to .Net Framework 2.0 so we could use
    >> > Visual Studio 2005. Would this be an issue for Report Manager for
    >> > RS2003?
    >> > We are still using Sql Server 2000.
    >> >
    >> > "Bruce L-C [MVP]" wrote:
    >> >
    >> >> My guess is that you might be in a administrators group but that group
    >> >> has
    >> >> not been give administrative rights on the server. Login to that
    >> >> server
    >> >> as
    >> >> you, check out the local administrators group. If it doesn't let you
    >> >> in
    >> >> to
    >> >> view it or add to it then you do not have rights on that server. Get
    >> >> someone
    >> >> who does to either add your specific domain\username to the local
    >> >> administrator group or add the network administrator group to the
    >> >> local
    >> >> administrator group.
    >> >>
    >> >> I bet you don't have the rights to the server that you think you do.
    >> >> By
    >> >> default, anyone in the local administrators group is in the RS
    >> >> administrator
    >> >> role.
    >> >>
    >> >>
    >> >> --
    >> >> Bruce Loehle-Conger
    >> >> MVP SQL Server Reporting Services
    >> >>
    >> >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    >> >> news:80CF0AE5-2E85-4709-93A5-6CAE65398E1A@.microsoft.com...
    >> >> > Well, I tried
    >> >> >
    >> >> > http://myservername/Reports/Pages/Folder.aspx and got the http 401
    >> >> > error -
    >> >> > unauthorized
    >> >> >
    >> >> > I also tried the qualified server name
    >> >> >
    >> >> > http://myqualifiedserver.net/Reports/Pages/Folder.aspx
    >> >> > and
    >> >> > http://myqualifiedserver.net/Pages/Folder.aspx
    >> >> >
    >> >> > with the same 401 error code
    >> >> >
    >> >> > If people are able to get into Report Manager, then I should be able
    >> >> > to
    >> >> > get
    >> >> > in also. But what is the trick for me? Well, I thank you again for
    >> >> > getting
    >> >> > back to me and with your suggestions. Just What is the trick?
    >> >> >
    >> >> > Rich
    >> >> >
    >> >> > "Bruce L-C [MVP]" wrote:
    >> >> >
    >> >> >> Yes you need to use Report Manager but Report Manager is just a
    >> >> >> asp.net
    >> >> >> application that is available from any PC. You do not need to be on
    >> >> >> the
    >> >> >> server itself.
    >> >> >>
    >> >> >> I do mean your login account that you use to log into your server.
    >> >> >> If
    >> >> >> your
    >> >> >> account is already in the adminstrator group then you are good to
    >> >> >> go.
    >> >> >> From
    >> >> >> your PC just put this into the URL
    >> >> >> http://myserver/Reports/Pages/Folder.aspx
    >> >> >>
    >> >> >> Note, depending on your network you might need to fully qualify the
    >> >> >> server
    >> >> >> as myserver.whatever.com, you can also put the IP address directly
    >> >> >> like
    >> >> >> this
    >> >> >> http://IPAddress/Pages/Folder.aspx
    >> >> >>
    >> >> >> I very seldom login to my server directly. Either I am deploying
    >> >> >> reports
    >> >> >> from my PC to the server or I am using Report Manager from my PC.
    >> >> >>
    >> >> >> If you login to your server using your network login you can use IE
    >> >> >> there
    >> >> >> to
    >> >> >> get to report manager but the enhanced security with 2003 server
    >> >> >> could
    >> >> >> cause
    >> >> >> issues and you need to add the server (yes it is itself but the
    >> >> >> added
    >> >> >> security doesn't know this) to approved security list. That is why
    >> >> >> I
    >> >> >> suggest
    >> >> >> just doing this from your PC, not from the server.
    >> >> >>
    >> >> >>
    >> >> >> --
    >> >> >> Bruce Loehle-Conger
    >> >> >> MVP SQL Server Reporting Services
    >> >> >>
    >> >> >>
    >> >> >>
    >> >> >>
    >> >> >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    >> >> >> news:C6628278-F12B-432D-876E-74B8F17BBC94@.microsoft.com...
    >> >> >> > Thank you very much for getting back to me on this. I am just a
    >> >> >> > little
    >> >> >> > confused though. Last week, I posted a question about caching
    >> >> >> > and
    >> >> >> > execution,
    >> >> >> > and I was directed to the Report Manager (which - up to that time
    >> >> >> > I
    >> >> >> > knew
    >> >> >> > nothing about). The instructions were
    >> >> >> >
    >> >> >> > http://myserver/Reports/Pages/Folder.aspx
    >> >> >> >
    >> >> >> > Now, you are suggesting that I add my account to the local
    >> >> >> > administrator
    >> >> >> > group. By my account do you mean my login account that I log
    >> >> >> > into
    >> >> >> > my
    >> >> >> > workstation or server with - my network account? My account for
    >> >> >> > loging
    >> >> >> > into
    >> >> >> > the workstation is in the administrator group on the server. Say
    >> >> >> > my
    >> >> >> > network
    >> >> >> > login is joe123. May I request if you could specify what I have
    >> >> >> > to
    >> >> >> > do
    >> >> >> > to
    >> >> >> > joe123 so that I can use him as you suggest?
    >> >> >> >
    >> >> >> > http://joe123.../reports
    >> >> >> >
    >> >> >> > I appologize in advance for my lack of intuition on this and am
    >> >> >> > very
    >> >> >> > thankful for your reply and suggestions.
    >> >> >> >
    >> >> >> > Thanks,
    >> >> >> > Rich
    >> >> >> >
    >> >> >> > "Bruce L-C [MVP]" wrote:
    >> >> >> >
    >> >> >> >> First off. Win 2003 server has extra security as far as IE is
    >> >> >> >> concerned.
    >> >> >> >> This can make it problematic to connect via IE to the report
    >> >> >> >> server
    >> >> >> >> when
    >> >> >> >> you
    >> >> >> >> are physically on the server. You are better off to do the
    >> >> >> >> following.
    >> >> >> >> 1. Add your account to the local administrator group
    >> >> >> >> 2. From your computer use http://yourserver.blah.com/reports and
    >> >> >> >> see
    >> >> >> >> what
    >> >> >> >> comes up.
    >> >> >> >>
    >> >> >> >> RS is an asp.net application. That is what you are logging into,
    >> >> >> >> NOT
    >> >> >> >> SQL
    >> >> >> >> Server. So logging in with SA only works if the local
    >> >> >> >> administrator
    >> >> >> >> group
    >> >> >> >> on
    >> >> >> >> the server has a user called SA. Otherwise, it knows nothing
    >> >> >> >> about
    >> >> >> >> SA.
    >> >> >> >> If
    >> >> >> >> your local group has that in it then the issue is the added IE
    >> >> >> >> security.
    >> >> >> >> You
    >> >> >> >> need to add the computer to the list of safe groups (I haven't
    >> >> >> >> done
    >> >> >> >> this
    >> >> >> >> for
    >> >> >> >> awhile). You really are better off to not do this from the
    >> >> >> >> server.
    >> >> >> >> It
    >> >> >> >> is
    >> >> >> >> better and easier to do it from your own PC.
    >> >> >> >>
    >> >> >> >> RS uses Role based security. Initially you have a single role of
    >> >> >> >> which
    >> >> >> >> the
    >> >> >> >> local administrator group is in it (the administrator group).
    >> >> >> >>
    >> >> >> >>
    >> >> >> >> --
    >> >> >> >> Bruce Loehle-Conger
    >> >> >> >> MVP SQL Server Reporting Services
    >> >> >> >>
    >> >> >> >>
    >> >> >> >>
    >> >> >> >> "Rich" <Rich@.discussions.microsoft.com> wrote in message
    >> >> >> >> news:EC013E36-671E-48B2-A3EF-929CF99B6B2A@.microsoft.com...
    >> >> >> >> > Greetings,
    >> >> >> >> >
    >> >> >> >> > I can't open Report Manager (sql Server 2000, win 2003
    >> >> >> >> > server).
    >> >> >> >> > I
    >> >> >> >> > log
    >> >> >> >> > into
    >> >> >> >> > our server as SA where Reporting Services is/was installed (I
    >> >> >> >> > did
    >> >> >> >> > not
    >> >> >> >> > perform
    >> >> >> >> > the install). I go to start/Programs/Microsoft Sql
    >> >> >> >> > Server/Reporting
    >> >> >> >> > Services/Report Manager. This brings up a page that has an
    >> >> >> >> > http
    >> >> >> >> > error
    >> >> >> >> > of
    >> >> >> >> > 403. It says that IE can connect to the website but that IE
    >> >> >> >> > doesn't
    >> >> >> >> > have
    >> >> >> >> > the
    >> >> >> >> > permission to access the webpage (http://myserver/Reports).
    >> >> >> >> >
    >> >> >> >> > I looked at IIS and see the Reports virtual directory under
    >> >> >> >> > Default
    >> >> >> >> > Websites (and the pages virtual dir, Folder.aspx...). The
    >> >> >> >> > directory
    >> >> >> >> > security
    >> >> >> >> > is set for Integrated Windows Security.
    >> >> >> >> >
    >> >> >> >> > What can I do or what do I need to do so that I can access the
    >> >> >> >> > Report
    >> >> >> >> > Manager webpage? Do I need to configure something in IE or
    >> >> >> >> > IIS?
    >> >> >> >> > Or
    >> >> >> >> > is
    >> >> >> >> > it
    >> >> >> >> > possible that the page isn't really there (bad install)?
    >> >> >> >> >
    >> >> >> >> > Thanks
    >> >> >> >> > Rich
    >> >> >> >>
    >> >> >> >>
    >> >> >> >>
    >> >> >>
    >> >> >>
    >> >> >>
    >> >>
    >> >>
    >> >>
    >>