Showing posts with label log. Show all posts
Showing posts with label log. Show all posts

Friday, March 30, 2012

No longer able to connect to server

SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
changed the password of the login to Windows and now I can no longer connect
to SQL Server to get it to start.
Help,
Thanks.
Doug,
Now change the password in Control Panel - Services for the SQL Server and
SQL Server Agent services. Then restart them there. Password changes at a
domain level do not "trickle down".
HTH
Jerry
"Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in message
news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
> SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
> changed the password of the login to Windows and now I can no longer
> connect
> to SQL Server to get it to start.
> Help,
> Thanks.
|||That did the trick, thanks so much!
Doug
"Jerry Spivey" wrote:

> Doug,
> Now change the password in Control Panel - Services for the SQL Server and
> SQL Server Agent services. Then restart them there. Password changes at a
> domain level do not "trickle down".
> HTH
> Jerry
> "Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in message
> news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
>
>

No longer able to connect to server

SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
changed the password of the login to Windows and now I can no longer connect
to SQL Server to get it to start.
Help,
Thanks.Doug,
Now change the password in Control Panel - Services for the SQL Server and
SQL Server Agent services. Then restart them there. Password changes at a
domain level do not "trickle down".
HTH
Jerry
"Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in message
news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
> SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
> changed the password of the login to Windows and now I can no longer
> connect
> to SQL Server to get it to start.
> Help,
> Thanks.|||That did the trick, thanks so much!
Doug
"Jerry Spivey" wrote:

> Doug,
> Now change the password in Control Panel - Services for the SQL Server and
> SQL Server Agent services. Then restart them there. Password changes at
a
> domain level do not "trickle down".
> HTH
> Jerry
> "Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in messa
ge
> news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
>
>

No longer able to connect to server

SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
changed the password of the login to Windows and now I can no longer connect
to SQL Server to get it to start.
Help,
Thanks.Doug,
Now change the password in Control Panel - Services for the SQL Server and
SQL Server Agent services. Then restart them there. Password changes at a
domain level do not "trickle down".
HTH
Jerry
"Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in message
news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
> SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
> changed the password of the login to Windows and now I can no longer
> connect
> to SQL Server to get it to start.
> Help,
> Thanks.|||That did the trick, thanks so much!
Doug
"Jerry Spivey" wrote:
> Doug,
> Now change the password in Control Panel - Services for the SQL Server and
> SQL Server Agent services. Then restart them there. Password changes at a
> domain level do not "trickle down".
> HTH
> Jerry
> "Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in message
> news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
> > SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
> > changed the password of the login to Windows and now I can no longer
> > connect
> > to SQL Server to get it to start.
> >
> > Help,
> > Thanks.
>
>

No Login Required

Is it possible to create a folder of reports that do not require a log
in to execute? I would like to be able to put specific reports in a
open folder so that people can run them without login.
Thanks
BobOn May 4, 12:12 pm, Bob <b...@.ebearings.com> wrote:
> Is it possible to create a folder of reports that do not require a log
> in to execute? I would like to be able to put specific reports in a
> open folder so that people can run them without login.
> Thanks
> Bob
You can select the folder, then press properties> Security. You can
add users there. There is a catch though because different Reporting
Servers work in different ways. Now, my company uses Windows Login
for the Reporting Server. Previously, this was separate and everyone
had a separate account for RptServ, SQLServ, and all other tools.
Just add the users under the security tab, make sure they're BROWSERS
otherwise you may go back to the folder and find it... blank.|||On May 4, 11:34 am, Ayman <ayma...@.gmail.com> wrote:
> On May 4, 12:12 pm, Bob <b...@.ebearings.com> wrote:
> > Is it possible to create a folder of reports that do not require a log
> > in to execute? I would like to be able to put specific reports in a
> > open folder so that people can run them without login.
> > Thanks
> > Bob
> You can select the folder, then press properties> Security. You can
> add users there. There is a catch though because different Reporting
> Servers work in different ways. Now, my company uses Windows Login
> for the Reporting Server. Previously, this was separate and everyone
> had a separate account for RptServ, SQLServ, and all other tools.
> Just add the users under the security tab, make sure they're BROWSERS
> otherwise you may go back to the folder and find it... blank.
Thanks, but right when I iopen my browser on my desktop and point to
the folder, I get login required. I am actually trying t use the
following logic and not even go to the report server.
http://rpt-serv/ReportServer?/sales%2fC+of+C&shipnum=2022222&rs:Format=PDF
If I put this in a browser, I can get my report output in .pdf format,
without going to the webpage. I would just like to retreive this
report without stopping for a login prompt. If I could do that, then
I can write a front end prompt in my app.
Enter ship number [1234544]
Make sense?
Bob
http://rpt-serv/ReportServer?/sales%2fC+of+C&shipnum=[variable
ship_no]&rs:Format=PDF|||On May 4, 12:56 pm, Bob <b...@.ebearings.com> wrote:
> On May 4, 11:34 am, Ayman <ayma...@.gmail.com> wrote:
>
> > On May 4, 12:12 pm, Bob <b...@.ebearings.com> wrote:
> > > Is it possible to create a folder of reports that do not require a log
> > > in to execute? I would like to be able to put specific reports in a
> > > open folder so that people can run them without login.
> > > Thanks
> > > Bob
> > You can select the folder, then press properties> Security. You can
> > add users there. There is a catch though because different Reporting
> > Servers work in different ways. Now, my company uses Windows Login
> > for the Reporting Server. Previously, this was separate and everyone
> > had a separate account for RptServ, SQLServ, and all other tools.
> > Just add the users under the security tab, make sure they're BROWSERS
> > otherwise you may go back to the folder and find it... blank.
> Thanks, but right when I iopen my browser on my desktop and point to
> the folder, I get login required. I am actually trying t use the
> following logic and not even go to the report server.http://rpt-serv/ReportServer?/sales%2fC+of+C&shipnum=2022222&rs:Forma...
> If I put this in a browser, I can get my report output in .pdf format,
> without going to the webpage. I would just like to retreive this
> report without stopping for a login prompt. If I could do that, then
> I can write a front end prompt in my app.
> Enter ship number [1234544]
> Make sense?
> Bobhttp://rpt-serv/ReportServer?/sales%2fC+of+C&shipnum=[variable
> ship_no]&rs:Format=PDF
I understand, you want the entire ReportServer not to have a login.
Here our's is passed through by Windows Accounts... so we never get
the login screen. Our DBA is out, I'll try to figure it out with him
on Monday and let you know. I'm sure if you can do a Windows
Authentication pass then there is a way to just keep it open to anyone
who is on your Intranet.|||On May 4, 12:11 pm, Ayman <ayma...@.gmail.com> wrote:
> On May 4, 12:56 pm, Bob <b...@.ebearings.com> wrote:
>
>
> > On May 4, 11:34 am, Ayman <ayma...@.gmail.com> wrote:
> > > On May 4, 12:12 pm, Bob <b...@.ebearings.com> wrote:
> > > > Is it possible to create a folder of reports that do not require a log
> > > > in to execute? I would like to be able to put specific reports in a
> > > > open folder so that people can run them without login.
> > > > Thanks
> > > > Bob
> > > You can select the folder, then press properties> Security. You can
> > > add users there. There is a catch though because different Reporting
> > > Servers work in different ways. Now, my company uses Windows Login
> > > for the Reporting Server. Previously, this was separate and everyone
> > > had a separate account for RptServ, SQLServ, and all other tools.
> > > Just add the users under the security tab, make sure they're BROWSERS
> > > otherwise you may go back to the folder and find it... blank.
> > Thanks, but right when I iopen my browser on my desktop and point to
> > the folder, I get login required. I am actually trying t use the
> > following logic and not even go to the report server.http://rpt-serv/ReportServer?/sales%2fC+of+C&shipnum=2022222&rs:Forma...
> > If I put this in a browser, I can get my report output in .pdf format,
> > without going to the webpage. I would just like to retreive this
> > report without stopping for a login prompt. If I could do that, then
> > I can write a front end prompt in my app.
> > Enter ship number [1234544]
> > Make sense?
> > Bobhttp://rpt-serv/ReportServer?/sales%2fC+of+C&shipnum=[variable
> > ship_no]&rs:Format=PDF
> I understand, you want the entire ReportServer not to have a login.
> Here our's is passed through by Windows Accounts... so we never get
> the login screen. Our DBA is out, I'll try to figure it out with him
> on Monday and let you know. I'm sure if you can do a Windows
> Authentication pass then there is a way to just keep it open to anyone
> who is on your Intranet.- Hide quoted text -
> - Show quoted text -
Thanks, I appreciate it.|||On May 4, 1:25 pm, Bob <b...@.ebearings.com> wrote:
> On May 4, 12:11 pm, Ayman <ayma...@.gmail.com> wrote:
>
> > On May 4, 12:56 pm, Bob <b...@.ebearings.com> wrote:
> > > On May 4, 11:34 am, Ayman <ayma...@.gmail.com> wrote:
> > > > On May 4, 12:12 pm, Bob <b...@.ebearings.com> wrote:
> > > > > Is it possible to create a folder of reports that do not require a log
> > > > > in to execute? I would like to be able to put specific reports in a
> > > > > open folder so that people can run them without login.
> > > > > Thanks
> > > > > Bob
> > > > You can select the folder, then press properties> Security. You can
> > > > add users there. There is a catch though because different Reporting
> > > > Servers work in different ways. Now, my company uses Windows Login
> > > > for the Reporting Server. Previously, this was separate and everyone
> > > > had a separate account for RptServ, SQLServ, and all other tools.
> > > > Just add the users under the security tab, make sure they're BROWSERS
> > > > otherwise you may go back to the folder and find it... blank.
> > > Thanks, but right when I iopen my browser on my desktop and point to
> > > the folder, I get login required. I am actually trying t use the
> > > following logic and not even go to the report server.http://rpt-serv/ReportServer?/sales%2fC+of+C&shipnum=2022222&rs:Forma...
> > > If I put this in a browser, I can get my report output in .pdf format,
> > > without going to the webpage. I would just like to retreive this
> > > report without stopping for a login prompt. If I could do that, then
> > > I can write a front end prompt in my app.
> > > Enter ship number [1234544]
> > > Make sense?
> > > Bobhttp://rpt-serv/ReportServer?/sales%2fC+of+C&shipnum=[variable
> > > ship_no]&rs:Format=PDF
> > I understand, you want the entire ReportServer not to have a login.
> > Here our's is passed through by Windows Accounts... so we never get
> > the login screen. Our DBA is out, I'll try to figure it out with him
> > on Monday and let you know. I'm sure if you can do a Windows
> > Authentication pass then there is a way to just keep it open to anyone
> > who is on your Intranet.- Hide quoted text -
> > - Show quoted text -
> Thanks, I appreciate it.
Sorry for the late reply, this may help:
http://odetocode.com/Articles/216.aspxsql

No log operation

Hi
I have a database with full recovery model.
Every night at 11.00pm performs full backup, and dayly every 3 hours
performs differential backup, and trasnactional log backup performs
every 15 minutes during a day.

I am interested what operations i can not recover from log or
differential backup.

I saw that when i drop table i can recover it from log backup, but is
there some operation that can not be recover

Thanks a lot
Alex

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!"acko bogicevic" <aconi2002@.yahoo.com> wrote in message
news:406d2652$0$198$75868355@.news.frii.net...
> Hi
> I have a database with full recovery model.
> Every night at 11.00pm performs full backup, and dayly every 3 hours
> performs differential backup, and trasnactional log backup performs
> every 15 minutes during a day.
> I am interested what operations i can not recover from log or
> differential backup.
> I saw that when i drop table i can recover it from log backup, but is
> there some operation that can not be recover
> Thanks a lot
> Alex
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!

In full recovery, all operations are logged, including truncating tables,
dropping objects, bulk loads etc., so you can always recover to any point in
time. See "Recovery models" in Books Online.

Simon

Wednesday, March 28, 2012

No entries in Database Mail log (sysmail_event_log)

Hi. I've reviewed the following webpage http://msdn2.microsoft.com/en-us/library/ms189959.aspx and didn't get the answer I was looking for. (Service Broker is running in msdb.)

Essentially, Database Mail isn't logging entries. Using the following example script:

EXEC msdb.dbo.sp_send_dbmail
@.recipients=N'someone@.somewhere.com',
@.body='Message Body',
@.subject ='Message Subject'

I get the result "Mail queued," and I confirm I receive the email.

However, there are no records in the following tables:

select * from sysmail_event_log
select * from sysmail_faileditems
select * from sysmail_unsentitems

There are records that the send-off was a success:

select * from sysmail_sentitems

Database Mail's "Logging Level" to normally set to Normal. I've changed to Verbose and see no change.

Anyone see something I'm missing?

There should not be any records in

sysmail_event_log
sysmail_faileditems
sysmail_unsentitems

for a sucessfully sent email.

There should be a record in

sysmail_sentitems

for a sucessfully sent email.

Search Books Online for information on

sysmail_event_log
sysmail_faileditems
sysmail_unsentitems

|||I don't know... the other servers log messages in sysmail_event_log such as "Activation successful," "DatabaseMail process is started," and "Mail successfully sent" .|||

Contains one row for each Windows or SQL Server message returned by the Database Mail system. (Message in this context refers to a message such as an error message, not an e-mail message.) As suggested Use sysmail_sentitems when you want to see which messages were successfully sent.

BOL confirms:

When troubleshooting Database Mail, search the sysmail_event_log view for events related to e-mail failures. Some messages, such as the failure of the Database Mail external program, are not associated with specific e-mails. To search for errors related to specific e-mails, look up the mailitem_id of the failed e-mail in the sysmail_faileditems view and then search the sysmail_event_log for messages related to that mailitem_id. When an error is returned from sp_send_dbmail, the e-mail is not submitted to the Database Mail system and the error is not displayed in this view.

When individual account delivery attempts fail, Database Mail holds the error messages during retry attempts until the mail item delivery either succeeds or fails. In case of ultimate success, all of the accumulated errors get logged as separate warnings including the account_id. This can cause warnings to appear, even though the e-mail was sent. In case of ultimate delivery failure, all previous warnings get logged as one error message without an account_id, since all accounts have failed.

No entries in Database Mail log (sysmail_event_log)

Hi. I've reviewed the following webpage http://msdn2.microsoft.com/en-us/library/ms189959.aspx and didn't get the answer I was looking for. (Service Broker is running in msdb.)

Essentially, Database Mail isn't logging entries. Using the following example script:

EXEC msdb.dbo.sp_send_dbmail
@.recipients=N'someone@.somewhere.com',
@.body='Message Body',
@.subject ='Message Subject'

I get the result "Mail queued," and I confirm I receive the email.

However, there are no records in the following tables:

select * from sysmail_event_log
select * from sysmail_faileditems
select * from sysmail_unsentitems

There are records that the send-off was a success:

select * from sysmail_sentitems

Database Mail's "Logging Level" to normally set to Normal. I've changed to Verbose and see no change.

Anyone see something I'm missing?

There should not be any records in

sysmail_event_log
sysmail_faileditems
sysmail_unsentitems

for a sucessfully sent email.

There should be a record in

sysmail_sentitems

for a sucessfully sent email.

Search Books Online for information on

sysmail_event_log
sysmail_faileditems
sysmail_unsentitems

|||I don't know... the other servers log messages in sysmail_event_log such as "Activation successful," "DatabaseMail process is started," and "Mail successfully sent" .|||

Contains one row for each Windows or SQL Server message returned by the Database Mail system. (Message in this context refers to a message such as an error message, not an e-mail message.) As suggested Use sysmail_sentitems when you want to see which messages were successfully sent.

BOL confirms:

When troubleshooting Database Mail, search the sysmail_event_log view for events related to e-mail failures. Some messages, such as the failure of the Database Mail external program, are not associated with specific e-mails. To search for errors related to specific e-mails, look up the mailitem_id of the failed e-mail in the sysmail_faileditems view and then search the sysmail_event_log for messages related to that mailitem_id. When an error is returned from sp_send_dbmail, the e-mail is not submitted to the Database Mail system and the error is not displayed in this view.

When individual account delivery attempts fail, Database Mail holds the error messages during retry attempts until the mail item delivery either succeeds or fails. In case of ultimate success, all of the accumulated errors get logged as separate warnings including the account_id. This can cause warnings to appear, even though the e-mail was sent. In case of ultimate delivery failure, all previous warnings get logged as one error message without an account_id, since all accounts have failed.

sql

Monday, March 26, 2012

No Debugging and logging when a single script task is executed

Hi,

I cannot execute a script task in the VBA code window.

I cannot debug or log if I run a single script task from the right click Execute Task .

Every time I have to run the entire package in order to be able to debug.

What am I missing?

appreciate a help.

Gulden

try disabling all the other tasks and/or containers except the script task. then, execute the package.

|||Thank You.. I guess it is the only way..|||

Gulden wrote:

Thank You.. I guess it is the only way..

If memory serves correctly, yes, it IS the only way.

We hope this will change in the future. It certainly SHOULD be changed!

-Jamie

Friday, March 23, 2012

No data file,damaged SQL Server,any chance to backup transaction l

Hi,
No data file,damaged SQL Server,any chance to backup transaction log? (MS
SQL Server 2000 SP3)
-- Many thanks, Oskar.
Hi,
no data file, no backup, no database. You cannot restore the database
from the transaction logfiles.
HTH, Jens K. Suessmeyer.
http://www.sqlserver2005.de
|||Hi Oskar
"Oskar" wrote:

> Hi,
> No data file,damaged SQL Server,any chance to backup transaction log? (MS
> SQL Server 2000 SP3)
>
You will have to go back to the last good full backup. Do you have scheduled
backups or backups on tape?
John
|||Thanks John. I'm not actually experiencing this problem at the moment. I was
just wondering if in theory it is possible to make the last transaction log
backup of a database if its data file and the server to which it was attached
are gone. And I came to a conclusion that it probably is - one could try to
restore the master database on a (virtual) test server and copy the salvaged
transaction log file onto the same drive letter it was on the original
server, and then make the last backup of the transaction log so that no
transactions are lost during recovery.
-- Oskar
"John Bell" wrote:

> Hi Oskar
> "Oskar" wrote:
> You will have to go back to the last good full backup. Do you have scheduled
> backups or backups on tape?
> John
>
|||Hi Oskar
"Oskar" wrote:

> Thanks John. I'm not actually experiencing this problem at the moment. I was
> just wondering if in theory it is possible to make the last transaction log
> backup of a database if its data file and the server to which it was attached
> are gone. And I came to a conclusion that it probably is - one could try to
> restore the master database on a (virtual) test server and copy the salvaged
> transaction log file onto the same drive letter it was on the original
> server, and then make the last backup of the transaction log so that no
> transactions are lost during recovery.
> -- Oskar
>
To backup the transaction log you will need the database to be working, in
which case not having the mdf file (as per your original post) will not allow
this. There is no substitute for having a proper backup regime and storing
the backups safely.
John
|||John, but how about the NO_TRUNCATE clause of the BACKUP LOG command. BOL
says it allows the final log backup to be made even when data files are lost
so that one can recover up to the point of failure (of data files). The case
I described differs only in that the server itself is also gone.
-- Oskar
"John Bell" wrote:

> Hi Oskar
> "Oskar" wrote:
> To backup the transaction log you will need the database to be working, in
> which case not having the mdf file (as per your original post) will not allow
> this. There is no substitute for having a proper backup regime and storing
> the backups safely.
> John
|||Hi Oskar
The log can still be backed up when the database is suspect see
http://www.karaszi.com/sqlserver/info_corrupt_suspect_db.asp I guess you
would need to try it.
John
"Oskar" wrote:
[vbcol=seagreen]
> John, but how about the NO_TRUNCATE clause of the BACKUP LOG command. BOL
> says it allows the final log backup to be made even when data files are lost
> so that one can recover up to the point of failure (of data files). The case
> I described differs only in that the server itself is also gone.
> -- Oskar
> "John Bell" wrote:

No data file,damaged SQL Server,any chance to backup transaction l

Hi,
No data file,damaged SQL Server,any chance to backup transaction log? (MS
SQL Server 2000 SP3)
-- Many thanks, Oskar.Hi,
no data file, no backup, no database. You cannot restore the database
from the transaction logfiles.
HTH, Jens K. Suessmeyer.
http://www.sqlserver2005.de
--|||Hi Oskar
"Oskar" wrote:

> Hi,
> No data file,damaged SQL Server,any chance to backup transaction log? (MS
> SQL Server 2000 SP3)
>
You will have to go back to the last good full backup. Do you have scheduled
backups or backups on tape?
John

No current backup?

Hello All,
The hourly sheduled appends to the trasnaction log file start genereating
the following in the output log.
There is no current database backup. This log backup cannot be used to roll
forward a preceding database backup. [SQLSTATE 01000].
This is happening on one database on SQL 2000 machine running three
instances of SQL Server. This happening to a database that is on the defaul
t
instance. Does anyone know why this is happening? Other than that, there i
s
one transaction log device and four data devices with the same [Primary]
filegroup defined for each data device in the database. Since I took over a
s
the admin for this particular database, I have not been able to trucnate the
transaction log. The Dbcc produces the following:
Cannot shrink log file 2 ('') because total number of logical log files
cannot be fewer than 2. [SQLSTATE 01000].
I have tried following the instructions as per MSKB 324432 but have'nt had
any luck. The only thing that I have not tried is recreate the database wit
h
only one log and one data device and transfer all the data. Actually I did
start it once and ran out of diskspace when the indexes were being generated
,
so I had to scrap that idea. If you have any clue as to what's going on,
please help.
Thanks.
Bilal Abbasi
Chadbourne & Parke LLP
30 Rockefeller Plaza
New York, NY 10112Hi
It looks like you don't have a full database backup? Backing up the log will
allow the log to be re-used and it won't change the size. Shrinking the log
file can make it fragmented on the disc and should only be carried out after
significant abnormal growth.
John
"Bilal Abbasi" wrote:

> Hello All,
> The hourly sheduled appends to the trasnaction log file start genereating
> the following in the output log.
> There is no current database backup. This log backup cannot be used to rol
l
> forward a preceding database backup. [SQLSTATE 01000].
> This is happening on one database on SQL 2000 machine running three
> instances of SQL Server. This happening to a database that is on the defa
ult
> instance. Does anyone know why this is happening? Other than that, there
is
> one transaction log device and four data devices with the same [Primar
y]
> filegroup defined for each data device in the database. Since I took over
as
> the admin for this particular database, I have not been able to trucnate t
he
> transaction log. The Dbcc produces the following:
> Cannot shrink log file 2 ('') because total number of logical log files
> cannot be fewer than 2. [SQLSTATE 01000].
> I have tried following the instructions as per MSKB 324432 but have'nt had
> any luck. The only thing that I have not tried is recreate the database w
ith
> only one log and one data device and transfer all the data. Actually I di
d
> start it once and ran out of diskspace when the indexes were being generat
ed,
> so I had to scrap that idea. If you have any clue as to what's going on,
> please help.
> Thanks.
>
> --
> Bilal Abbasi
> Chadbourne & Parke LLP
> 30 Rockefeller Plaza
> New York, NY 10112|||see this..from Books Online
Virtual Log Files
Each transaction log file is divided logically into smaller segments called
virtual log files. Virtual log files are the unit of truncation for the
transaction log. When a virtual log file no longer contains log records for
active transactions, it can be truncated and the space becomes available to
log new transactions.
The smallest size for a virtual log file is 256 kilobytes (KB). The minimum
size for a transaction log is 512 KB, which provides two 256-KB virtual log
files. The number and size of the virtual log files in a transaction log
increase as the size of the log file increases. A small log file can have a
small number of small virtual log files (for example, a 5-MB log file that
comprises five 1-MB virtual log files). A large log file can have larger
virtual log files (for example, a 500-MB log file that comprises ten 50-MB
virtual log files).
Microsoft SQL ServerT 2000 tries to avoid having many small virtual log
files. The number of virtual log files grows much more slowly than the size.
If a log file grows in small increments, it tends to have many small virtual
log files. If the log file grows in larger increments, SQL Server creates a
smaller number of larger virtual log files. For example, if the transaction
log is growing by 1-MB increments, the virtual log files are smaller and
more numerous compared to a transaction log growing at 50-MB increments. A
large number of virtual log files can increase the time taken to perform
database recovery.
As records are written to the log, the end of the log grows from one virtual
log file to the next. If there is more than one physical log file for a
database, the end of the log grows through each virtual log file in each
physical file before circling back to the first virtual log file in the
first physical file. Only when all log files are full will the log begin to
grow automatically.
"Bilal Abbasi" <BilalAbbasi@.discussions.microsoft.com> wrote in message
news:A8FE0793-E2B4-47E6-B176-9F78E78D6BFB@.microsoft.com...
> Hello All,
> The hourly sheduled appends to the trasnaction log file start genereating
> the following in the output log.
> There is no current database backup. This log backup cannot be used to
> roll
> forward a preceding database backup. [SQLSTATE 01000].
> This is happening on one database on SQL 2000 machine running three
> instances of SQL Server. This happening to a database that is on the
> default
> instance. Does anyone know why this is happening? Other than that, there
> is
> one transaction log device and four data devices with the same [Primar
y]
> filegroup defined for each data device in the database. Since I took over
> as
> the admin for this particular database, I have not been able to trucnate
> the
> transaction log. The Dbcc produces the following:
> Cannot shrink log file 2 ('') because total number of logical log files
> cannot be fewer than 2. [SQLSTATE 01000].
> I have tried following the instructions as per MSKB 324432 but have'nt had
> any luck. The only thing that I have not tried is recreate the database
> with
> only one log and one data device and transfer all the data. Actually I
> did
> start it once and ran out of diskspace when the indexes were being
> generated,
> so I had to scrap that idea. If you have any clue as to what's going on,
> please help.
> Thanks.
>
> --
> Bilal Abbasi
> Chadbourne & Parke LLP
> 30 Rockefeller Plaza
> New York, NY 10112|||That is exactly the point. The full dump is done and transaction log is
initialized as a scheduled process. Subsequent appends work so the log file
s
increase to around 15 when the output from the append job starts writing
"There is no current backup", just out of the blue. And it's not something
that I can predict either as to at what point this will start to fail.
Another thing that I noticed is that there are 5 rows in the sysfiles table
and 6 in sysfiles1. The sixth row in sysfiles1 is pointing to a physical LD
F
file that does not exist. I have not found a way to get rid of this
obviously orphanned record. It's a mess I need to cleanup somehow.
--
Bilal Abbasi
Chadbourne & Parke LLP
30 Rockefeller Plaza
New York, NY 10112
"John Bell" wrote:
[vbcol=seagreen]
> Hi
> It looks like you don't have a full database backup? Backing up the log wi
ll
> allow the log to be re-used and it won't change the size. Shrinking the lo
g
> file can make it fragmented on the disc and should only be carried out aft
er
> significant abnormal growth.
> John
> "Bilal Abbasi" wrote:
>|||Hi
You could code around this by issuing a full backups if you hit this error
to restart the log backup sequence, or it would probably better to use SQL
profiler to get to the root of this and find what is issuing the statement
that is breaking the log backup sequence.
What does sp_helpfiles return?
Can you take a full backup and restore it on a different machine? If so you
could try ALTER DATABASE <db> REMOVE FILE <logical_file>
John
"Bilal Abbasi" wrote:
[vbcol=seagreen]
> That is exactly the point. The full dump is done and transaction log is
> initialized as a scheduled process. Subsequent appends work so the log fi
les
> increase to around 15 when the output from the append job starts writing
> "There is no current backup", just out of the blue. And it's not somethin
g
> that I can predict either as to at what point this will start to fail.
> Another thing that I noticed is that there are 5 rows in the sysfiles tabl
e
> and 6 in sysfiles1. The sixth row in sysfiles1 is pointing to a physical
LDF
> file that does not exist. I have not found a way to get rid of this
> obviously orphanned record. It's a mess I need to cleanup somehow.
> --
> Bilal Abbasi
> Chadbourne & Parke LLP
> 30 Rockefeller Plaza
> New York, NY 10112
>
> "John Bell" wrote:
>sql

No current backup?

Hello All,
The hourly sheduled appends to the trasnaction log file start genereating
the following in the output log.
There is no current database backup. This log backup cannot be used to roll
forward a preceding database backup. [SQLSTATE 01000].
This is happening on one database on SQL 2000 machine running three
instances of SQL Server. This happening to a database that is on the default
instance. Does anyone know why this is happening? Other than that, there is
one transaction log device and four data devices with the same [Primary]
filegroup defined for each data device in the database. Since I took over as
the admin for this particular database, I have not been able to trucnate the
transaction log. The Dbcc produces the following:
Cannot shrink log file 2 ('') because total number of logical log files
cannot be fewer than 2. [SQLSTATE 01000].
I have tried following the instructions as per MSKB 324432 but have'nt had
any luck. The only thing that I have not tried is recreate the database with
only one log and one data device and transfer all the data. Actually I did
start it once and ran out of diskspace when the indexes were being generated,
so I had to scrap that idea. If you have any clue as to what's going on,
please help.
Thanks.
--
Bilal Abbasi
Chadbourne & Parke LLP
30 Rockefeller Plaza
New York, NY 10112Hi
It looks like you don't have a full database backup? Backing up the log will
allow the log to be re-used and it won't change the size. Shrinking the log
file can make it fragmented on the disc and should only be carried out after
significant abnormal growth.
John
"Bilal Abbasi" wrote:
> Hello All,
> The hourly sheduled appends to the trasnaction log file start genereating
> the following in the output log.
> There is no current database backup. This log backup cannot be used to roll
> forward a preceding database backup. [SQLSTATE 01000].
> This is happening on one database on SQL 2000 machine running three
> instances of SQL Server. This happening to a database that is on the default
> instance. Does anyone know why this is happening? Other than that, there is
> one transaction log device and four data devices with the same [Primary]
> filegroup defined for each data device in the database. Since I took over as
> the admin for this particular database, I have not been able to trucnate the
> transaction log. The Dbcc produces the following:
> Cannot shrink log file 2 ('') because total number of logical log files
> cannot be fewer than 2. [SQLSTATE 01000].
> I have tried following the instructions as per MSKB 324432 but have'nt had
> any luck. The only thing that I have not tried is recreate the database with
> only one log and one data device and transfer all the data. Actually I did
> start it once and ran out of diskspace when the indexes were being generated,
> so I had to scrap that idea. If you have any clue as to what's going on,
> please help.
> Thanks.
>
> --
> Bilal Abbasi
> Chadbourne & Parke LLP
> 30 Rockefeller Plaza
> New York, NY 10112|||see this..from Books Online
Virtual Log Files
Each transaction log file is divided logically into smaller segments called
virtual log files. Virtual log files are the unit of truncation for the
transaction log. When a virtual log file no longer contains log records for
active transactions, it can be truncated and the space becomes available to
log new transactions.
The smallest size for a virtual log file is 256 kilobytes (KB). The minimum
size for a transaction log is 512 KB, which provides two 256-KB virtual log
files. The number and size of the virtual log files in a transaction log
increase as the size of the log file increases. A small log file can have a
small number of small virtual log files (for example, a 5-MB log file that
comprises five 1-MB virtual log files). A large log file can have larger
virtual log files (for example, a 500-MB log file that comprises ten 50-MB
virtual log files).
Microsoft® SQL ServerT 2000 tries to avoid having many small virtual log
files. The number of virtual log files grows much more slowly than the size.
If a log file grows in small increments, it tends to have many small virtual
log files. If the log file grows in larger increments, SQL Server creates a
smaller number of larger virtual log files. For example, if the transaction
log is growing by 1-MB increments, the virtual log files are smaller and
more numerous compared to a transaction log growing at 50-MB increments. A
large number of virtual log files can increase the time taken to perform
database recovery.
As records are written to the log, the end of the log grows from one virtual
log file to the next. If there is more than one physical log file for a
database, the end of the log grows through each virtual log file in each
physical file before circling back to the first virtual log file in the
first physical file. Only when all log files are full will the log begin to
grow automatically.
"Bilal Abbasi" <BilalAbbasi@.discussions.microsoft.com> wrote in message
news:A8FE0793-E2B4-47E6-B176-9F78E78D6BFB@.microsoft.com...
> Hello All,
> The hourly sheduled appends to the trasnaction log file start genereating
> the following in the output log.
> There is no current database backup. This log backup cannot be used to
> roll
> forward a preceding database backup. [SQLSTATE 01000].
> This is happening on one database on SQL 2000 machine running three
> instances of SQL Server. This happening to a database that is on the
> default
> instance. Does anyone know why this is happening? Other than that, there
> is
> one transaction log device and four data devices with the same [Primary]
> filegroup defined for each data device in the database. Since I took over
> as
> the admin for this particular database, I have not been able to trucnate
> the
> transaction log. The Dbcc produces the following:
> Cannot shrink log file 2 ('') because total number of logical log files
> cannot be fewer than 2. [SQLSTATE 01000].
> I have tried following the instructions as per MSKB 324432 but have'nt had
> any luck. The only thing that I have not tried is recreate the database
> with
> only one log and one data device and transfer all the data. Actually I
> did
> start it once and ran out of diskspace when the indexes were being
> generated,
> so I had to scrap that idea. If you have any clue as to what's going on,
> please help.
> Thanks.
>
> --
> Bilal Abbasi
> Chadbourne & Parke LLP
> 30 Rockefeller Plaza
> New York, NY 10112|||That is exactly the point. The full dump is done and transaction log is
initialized as a scheduled process. Subsequent appends work so the log files
increase to around 15 when the output from the append job starts writing
"There is no current backup", just out of the blue. And it's not something
that I can predict either as to at what point this will start to fail.
Another thing that I noticed is that there are 5 rows in the sysfiles table
and 6 in sysfiles1. The sixth row in sysfiles1 is pointing to a physical LDF
file that does not exist. I have not found a way to get rid of this
obviously orphanned record. It's a mess I need to cleanup somehow.
--
Bilal Abbasi
Chadbourne & Parke LLP
30 Rockefeller Plaza
New York, NY 10112
"John Bell" wrote:
> Hi
> It looks like you don't have a full database backup? Backing up the log will
> allow the log to be re-used and it won't change the size. Shrinking the log
> file can make it fragmented on the disc and should only be carried out after
> significant abnormal growth.
> John
> "Bilal Abbasi" wrote:
> > Hello All,
> >
> > The hourly sheduled appends to the trasnaction log file start genereating
> > the following in the output log.
> > There is no current database backup. This log backup cannot be used to roll
> > forward a preceding database backup. [SQLSTATE 01000].
> >
> > This is happening on one database on SQL 2000 machine running three
> > instances of SQL Server. This happening to a database that is on the default
> > instance. Does anyone know why this is happening? Other than that, there is
> > one transaction log device and four data devices with the same [Primary]
> > filegroup defined for each data device in the database. Since I took over as
> > the admin for this particular database, I have not been able to trucnate the
> > transaction log. The Dbcc produces the following:
> >
> > Cannot shrink log file 2 ('') because total number of logical log files
> > cannot be fewer than 2. [SQLSTATE 01000].
> >
> > I have tried following the instructions as per MSKB 324432 but have'nt had
> > any luck. The only thing that I have not tried is recreate the database with
> > only one log and one data device and transfer all the data. Actually I did
> > start it once and ran out of diskspace when the indexes were being generated,
> > so I had to scrap that idea. If you have any clue as to what's going on,
> > please help.
> >
> > Thanks.
> >
> >
> > --
> > Bilal Abbasi
> > Chadbourne & Parke LLP
> > 30 Rockefeller Plaza
> > New York, NY 10112|||Hi
You could code around this by issuing a full backups if you hit this error
to restart the log backup sequence, or it would probably better to use SQL
profiler to get to the root of this and find what is issuing the statement
that is breaking the log backup sequence.
What does sp_helpfiles return?
Can you take a full backup and restore it on a different machine? If so you
could try ALTER DATABASE <db> REMOVE FILE <logical_file>
John
"Bilal Abbasi" wrote:
> That is exactly the point. The full dump is done and transaction log is
> initialized as a scheduled process. Subsequent appends work so the log files
> increase to around 15 when the output from the append job starts writing
> "There is no current backup", just out of the blue. And it's not something
> that I can predict either as to at what point this will start to fail.
> Another thing that I noticed is that there are 5 rows in the sysfiles table
> and 6 in sysfiles1. The sixth row in sysfiles1 is pointing to a physical LDF
> file that does not exist. I have not found a way to get rid of this
> obviously orphanned record. It's a mess I need to cleanup somehow.
> --
> Bilal Abbasi
> Chadbourne & Parke LLP
> 30 Rockefeller Plaza
> New York, NY 10112
>
> "John Bell" wrote:
> > Hi
> >
> > It looks like you don't have a full database backup? Backing up the log will
> > allow the log to be re-used and it won't change the size. Shrinking the log
> > file can make it fragmented on the disc and should only be carried out after
> > significant abnormal growth.
> >
> > John
> >
> > "Bilal Abbasi" wrote:
> >
> > > Hello All,
> > >
> > > The hourly sheduled appends to the trasnaction log file start genereating
> > > the following in the output log.
> > > There is no current database backup. This log backup cannot be used to roll
> > > forward a preceding database backup. [SQLSTATE 01000].
> > >
> > > This is happening on one database on SQL 2000 machine running three
> > > instances of SQL Server. This happening to a database that is on the default
> > > instance. Does anyone know why this is happening? Other than that, there is
> > > one transaction log device and four data devices with the same [Primary]
> > > filegroup defined for each data device in the database. Since I took over as
> > > the admin for this particular database, I have not been able to trucnate the
> > > transaction log. The Dbcc produces the following:
> > >
> > > Cannot shrink log file 2 ('') because total number of logical log files
> > > cannot be fewer than 2. [SQLSTATE 01000].
> > >
> > > I have tried following the instructions as per MSKB 324432 but have'nt had
> > > any luck. The only thing that I have not tried is recreate the database with
> > > only one log and one data device and transfer all the data. Actually I did
> > > start it once and ran out of diskspace when the indexes were being generated,
> > > so I had to scrap that idea. If you have any clue as to what's going on,
> > > please help.
> > >
> > > Thanks.
> > >
> > >
> > > --
> > > Bilal Abbasi
> > > Chadbourne & Parke LLP
> > > 30 Rockefeller Plaza
> > > New York, NY 10112

Wednesday, March 21, 2012

No backup

Hi,
Is there any way of restoring a MSSQL 2000 database if there has been
no backup?
Possibly from the log files?
Thanks.Perhaps sp_detach_db, sp_attach_db?
<gdf1903@.hotmail.com> wrote in message
news:1146055288.324722.292320@.i40g2000cwc.googlegroups.com...
> Hi,
> Is there any way of restoring a MSSQL 2000 database if there has been
> no backup?
> Possibly from the log files?
> Thanks.
>|||What do you want to achieve by such a "restore"? Is the database gone (delet
ed)? Have you discovered
some physical corruption in the database? Do you wish to go back in time?
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
<gdf1903@.hotmail.com> wrote in message news:1146055288.324722.292320@.i40g2000cwc.googlegroup
s.com...
> Hi,
> Is there any way of restoring a MSSQL 2000 database if there has been
> no backup?
> Possibly from the log files?
> Thanks.
>|||I wish to revert back to a previous time. Around 8 hours ago.|||I wish to revert back to a previous time. Around 8 hours ago.|||gdf1903@.hotmail.com wrote:
> I wish to revert back to a previous time. Around 8 hours ago.
>
That will not be possible unless you have a full backup that are more
than 8 hours old to start with.
Regards
Steen|||You are probably out of luck. You could see if any of the log reader tools c
an extract log records
from the ldf file for you. But the log records might not exist anymore in th
e ldf file. They will
most probably not exist if you never done a database backup or if the databa
se is in simple recovery
mode (as SQL Server will remove old log records in these cases every time it
does a checkpoint).
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
<gdf1903@.hotmail.com> wrote in message news:1146060959.519582.169180@.u72g2000cwu.googlegroup
s.com...
>I wish to revert back to a previous time. Around 8 hours ago.
>

No backup

Hi,
Is there any way of restoring a MSSQL 2000 database if there has been
no backup?
Possibly from the log files?
Thanks.Perhaps sp_detach_db, sp_attach_db?
<gdf1903@.hotmail.com> wrote in message
news:1146055288.324722.292320@.i40g2000cwc.googlegroups.com...
> Hi,
> Is there any way of restoring a MSSQL 2000 database if there has been
> no backup?
> Possibly from the log files?
> Thanks.
>|||What do you want to achieve by such a "restore"? Is the database gone (deleted)? Have you discovered
some physical corruption in the database? Do you wish to go back in time?
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
<gdf1903@.hotmail.com> wrote in message news:1146055288.324722.292320@.i40g2000cwc.googlegroups.com...
> Hi,
> Is there any way of restoring a MSSQL 2000 database if there has been
> no backup?
> Possibly from the log files?
> Thanks.
>|||I wish to revert back to a previous time. Around 8 hours ago.|||I wish to revert back to a previous time. Around 8 hours ago.|||gdf1903@.hotmail.com wrote:
> I wish to revert back to a previous time. Around 8 hours ago.
>
That will not be possible unless you have a full backup that are more
than 8 hours old to start with.
Regards
Steen|||You are probably out of luck. You could see if any of the log reader tools can extract log records
from the ldf file for you. But the log records might not exist anymore in the ldf file. They will
most probably not exist if you never done a database backup or if the database is in simple recovery
mode (as SQL Server will remove old log records in these cases every time it does a checkpoint).
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
<gdf1903@.hotmail.com> wrote in message news:1146060959.519582.169180@.u72g2000cwu.googlegroups.com...
>I wish to revert back to a previous time. Around 8 hours ago.
>

No authentication prompt when running report

Strange problem: When I go to the reports site, I get prompted to login. I
can log in successfully. When I attempt to run a report, I should be
prompted again. For some reason, I am not getting prompted when running the
report so I am given an Action canceled, web page could not be found error.
The strange part is that if I log into the Reports site on the server hosting
reports, I am prompted this second time and can run the report successfully.
Does anyone know of any authentication settings that might be causing this
behavior?Hello,
Basd on my scope, I think it is normal becasue sessionstate/cookies are
enabled for report manager.
However, if you use Windows authentication, you shall not be prompted to
log on in the first place. You may want to check the following IE settings:
Tools->Internet Options->Security->Custom level
Under User authentication, check if "Prompt for user name and password" is
selected.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
>Thread-Topic: No authentication prompt when running report
>thread-index: AcY/thPOAKype6FWTeSkYUFrw7ffqQ==>X-WBNR-Posting-Host: 68.163.226.168
>From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
>Subject: No authentication prompt when running report
>Date: Sat, 4 Mar 2006 10:04:27 -0800
>Lines: 8
>Message-ID: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
>Newsgroups: microsoft.public.sqlserver.reportingsvcs
>Path: TK2MSFTNGXA03.phx.gbl
>Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:69826
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
>Strange problem: When I go to the reports site, I get prompted to login.
I
>can log in successfully. When I attempt to run a report, I should be
>prompted again. For some reason, I am not getting prompted when running
the
>report so I am given an Action canceled, web page could not be found
error.
>The strange part is that if I log into the Reports site on the server
hosting
>reports, I am prompted this second time and can run the report
successfully.
>Does anyone know of any authentication settings that might be causing this
>behavior?
>|||Peter, thanks for the reply. Unfortunately, this is not the answer. This
site is set up in Trusted Zones and it is set to prompt for un/pw. On the
server, both the Reports and Reports Server vdirs are set to Basic Auth. The
domain is not configured to work with windows auth so I should be prompted
twice. This is the case on a second server I have SQL Reports configured on
and it works correctly. Any further ideas?
"Peter Yang [MSFT]" wrote:
> Hello,
> Basd on my scope, I think it is normal becasue sessionstate/cookies are
> enabled for report manager.
> However, if you use Windows authentication, you shall not be prompted to
> log on in the first place. You may want to check the following IE settings:
> Tools->Internet Options->Security->Custom level
> Under User authentication, check if "Prompt for user name and password" is
> selected.
> Best Regards,
> Peter Yang
> MCSE2000/2003, MCSA, MCDBA
> Microsoft Online Partner Support
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> =====================================================>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> --
> >Thread-Topic: No authentication prompt when running report
> >thread-index: AcY/thPOAKype6FWTeSkYUFrw7ffqQ==> >X-WBNR-Posting-Host: 68.163.226.168
> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> >Subject: No authentication prompt when running report
> >Date: Sat, 4 Mar 2006 10:04:27 -0800
> >Lines: 8
> >Message-ID: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> >MIME-Version: 1.0
> >Content-Type: text/plain;
> > charset="Utf-8"
> >Content-Transfer-Encoding: 7bit
> >X-Newsreader: Microsoft CDO for Windows 2000
> >Content-Class: urn:content-classes:message
> >Importance: normal
> >Priority: normal
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> >Path: TK2MSFTNGXA03.phx.gbl
> >Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:69826
> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> >
> >Strange problem: When I go to the reports site, I get prompted to login.
> I
> >can log in successfully. When I attempt to run a report, I should be
> >prompted again. For some reason, I am not getting prompted when running
> the
> >report so I am given an Action canceled, web page could not be found
> error.
> >The strange part is that if I log into the Reports site on the server
> hosting
> >reports, I am prompted this second time and can run the report
> successfully.
> >Does anyone know of any authentication settings that might be causing this
> >behavior?
> >
>|||Hello,
This could occur if the user is not in content manager role. You may try to
log on as a user with admin role on SRS to test.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
>Thread-Topic: No authentication prompt when running report
>thread-index: AcZBJ94Y028mCY/6RlaHqrRQ/N2R6w==>X-WBNR-Posting-Host: 149.24.175.16
>From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
>References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
<A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
>Subject: RE: No authentication prompt when running report
>Date: Mon, 6 Mar 2006 06:11:31 -0800
>Lines: 76
>Message-ID: <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
>Newsgroups: microsoft.public.sqlserver.reportingsvcs
>Path: TK2MSFTNGXA03.phx.gbl
>Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:69866
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
>Peter, thanks for the reply. Unfortunately, this is not the answer. This
>site is set up in Trusted Zones and it is set to prompt for un/pw. On the
>server, both the Reports and Reports Server vdirs are set to Basic Auth.
The
>domain is not configured to work with windows auth so I should be prompted
>twice. This is the case on a second server I have SQL Reports configured
on
>and it works correctly. Any further ideas?
>"Peter Yang [MSFT]" wrote:
>> Hello,
>> Basd on my scope, I think it is normal becasue sessionstate/cookies are
>> enabled for report manager.
>> However, if you use Windows authentication, you shall not be prompted to
>> log on in the first place. You may want to check the following IE
settings:
>> Tools->Internet Options->Security->Custom level
>> Under User authentication, check if "Prompt for user name and password"
is
>> selected.
>> Best Regards,
>> Peter Yang
>> MCSE2000/2003, MCSA, MCDBA
>> Microsoft Online Partner Support
>> When responding to posts, please "Reply to Group" via your newsreader so
>> that others may learn and benefit from your issue.
>> =====================================================>>
>> This posting is provided "AS IS" with no warranties, and confers no
rights.
>>
>> --
>> >Thread-Topic: No authentication prompt when running report
>> >thread-index: AcY/thPOAKype6FWTeSkYUFrw7ffqQ==>> >X-WBNR-Posting-Host: 68.163.226.168
>> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
>> >Subject: No authentication prompt when running report
>> >Date: Sat, 4 Mar 2006 10:04:27 -0800
>> >Lines: 8
>> >Message-ID: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
>> >MIME-Version: 1.0
>> >Content-Type: text/plain;
>> > charset="Utf-8"
>> >Content-Transfer-Encoding: 7bit
>> >X-Newsreader: Microsoft CDO for Windows 2000
>> >Content-Class: urn:content-classes:message
>> >Importance: normal
>> >Priority: normal
>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
>> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
>> >Path: TK2MSFTNGXA03.phx.gbl
>> >Xref: TK2MSFTNGXA03.phx.gbl
microsoft.public.sqlserver.reportingsvcs:69826
>> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
>> >
>> >Strange problem: When I go to the reports site, I get prompted to
login.
>> I
>> >can log in successfully. When I attempt to run a report, I should be
>> >prompted again. For some reason, I am not getting prompted when
running
>> the
>> >report so I am given an Action canceled, web page could not be found
>> error.
>> >The strange part is that if I log into the Reports site on the server
>> hosting
>> >reports, I am prompted this second time and can run the report
>> successfully.
>> >Does anyone know of any authentication settings that might be causing
this
>> >behavior?
>> >
>>
>|||Peter,
The user is a content admin. I have also tried it with the domain admin.
The strangest part about this is that I get the second prompt and the report
loads successfully when accessing it from the web server. It's only remote
connections that have this behavior.
"Peter Yang [MSFT]" wrote:
> Hello,
> This could occur if the user is not in content manager role. You may try to
> log on as a user with admin role on SRS to test.
> Best Regards,
> Peter Yang
> MCSE2000/2003, MCSA, MCDBA
> Microsoft Online Partner Support
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> =====================================================> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> --
> >Thread-Topic: No authentication prompt when running report
> >thread-index: AcZBJ94Y028mCY/6RlaHqrRQ/N2R6w==> >X-WBNR-Posting-Host: 149.24.175.16
> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> >Subject: RE: No authentication prompt when running report
> >Date: Mon, 6 Mar 2006 06:11:31 -0800
> >Lines: 76
> >Message-ID: <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> >MIME-Version: 1.0
> >Content-Type: text/plain;
> > charset="Utf-8"
> >Content-Transfer-Encoding: 7bit
> >X-Newsreader: Microsoft CDO for Windows 2000
> >Content-Class: urn:content-classes:message
> >Importance: normal
> >Priority: normal
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> >Path: TK2MSFTNGXA03.phx.gbl
> >Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:69866
> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> >
> >Peter, thanks for the reply. Unfortunately, this is not the answer. This
> >site is set up in Trusted Zones and it is set to prompt for un/pw. On the
> >server, both the Reports and Reports Server vdirs are set to Basic Auth.
> The
> >domain is not configured to work with windows auth so I should be prompted
> >twice. This is the case on a second server I have SQL Reports configured
> on
> >and it works correctly. Any further ideas?
> >
> >"Peter Yang [MSFT]" wrote:
> >
> >> Hello,
> >>
> >> Basd on my scope, I think it is normal becasue sessionstate/cookies are
> >> enabled for report manager.
> >>
> >> However, if you use Windows authentication, you shall not be prompted to
> >> log on in the first place. You may want to check the following IE
> settings:
> >>
> >> Tools->Internet Options->Security->Custom level
> >> Under User authentication, check if "Prompt for user name and password"
> is
> >> selected.
> >>
> >> Best Regards,
> >>
> >> Peter Yang
> >> MCSE2000/2003, MCSA, MCDBA
> >> Microsoft Online Partner Support
> >>
> >> When responding to posts, please "Reply to Group" via your newsreader so
> >> that others may learn and benefit from your issue.
> >>
> >> =====================================================> >>
> >>
> >> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> >>
> >>
> >> --
> >> >Thread-Topic: No authentication prompt when running report
> >> >thread-index: AcY/thPOAKype6FWTeSkYUFrw7ffqQ==> >> >X-WBNR-Posting-Host: 68.163.226.168
> >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> >> >Subject: No authentication prompt when running report
> >> >Date: Sat, 4 Mar 2006 10:04:27 -0800
> >> >Lines: 8
> >> >Message-ID: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> >> >MIME-Version: 1.0
> >> >Content-Type: text/plain;
> >> > charset="Utf-8"
> >> >Content-Transfer-Encoding: 7bit
> >> >X-Newsreader: Microsoft CDO for Windows 2000
> >> >Content-Class: urn:content-classes:message
> >> >Importance: normal
> >> >Priority: normal
> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> >> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> >> >Path: TK2MSFTNGXA03.phx.gbl
> >> >Xref: TK2MSFTNGXA03.phx.gbl
> microsoft.public.sqlserver.reportingsvcs:69826
> >> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> >> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> >> >
> >> >Strange problem: When I go to the reports site, I get prompted to
> login.
> >> I
> >> >can log in successfully. When I attempt to run a report, I should be
> >> >prompted again. For some reason, I am not getting prompted when
> running
> >> the
> >> >report so I am given an Action canceled, web page could not be found
> >> error.
> >> >The strange part is that if I log into the Reports site on the server
> >> hosting
> >> >reports, I am prompted this second time and can run the report
> >> successfully.
> >> >Does anyone know of any authentication settings that might be causing
> this
> >> >behavior?
> >> >
> >>
> >>
> >
>|||Hello Jason,
Based on my further research, this issue might relate to MS04-044. Please
refer to the following article for details:
Implement a Single-Sign On solution by using basic authentication and
Internet Explorer client
http://support.microsoft.com/default.aspx?scid=kb;EN-US;837104
You may want to check if you have this update installed. Also, please check
if there is any proxy settings on the clients. You may want to check if the
issue occurs for Windows XP SP2/Win2003 SP1 machine.
If the issue persists, you may want to use netmon to trace the HTTP packets
to see the sequence of packets.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
>Thread-Topic: No authentication prompt when running report
>thread-index: AcZB8l1EA1lAKyPXTayL61Ln9Pa+FQ==>X-WBNR-Posting-Host: 149.24.175.16
>From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
>References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
<A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
<274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
<G1$RKvbQGHA.5448@.TK2MSFTNGXA03.phx.gbl>
>Subject: RE: No authentication prompt when running report
>Date: Tue, 7 Mar 2006 06:21:02 -0800
>Lines: 142
>Message-ID: <FA890089-C850-4F14-B0BC-E0C5F7F2D1FD@.microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
>Newsgroups: microsoft.public.sqlserver.reportingsvcs
>Path: TK2MSFTNGXA03.phx.gbl
>Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:69951
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
>Peter,
>The user is a content admin. I have also tried it with the domain admin.
>The strangest part about this is that I get the second prompt and the
report
>loads successfully when accessing it from the web server. It's only
remote
>connections that have this behavior.
>"Peter Yang [MSFT]" wrote:
>> Hello,
>> This could occur if the user is not in content manager role. You may try
to
>> log on as a user with admin role on SRS to test.
>> Best Regards,
>> Peter Yang
>> MCSE2000/2003, MCSA, MCDBA
>> Microsoft Online Partner Support
>> When responding to posts, please "Reply to Group" via your newsreader so
>> that others may learn and benefit from your issue.
>> =====================================================>> This posting is provided "AS IS" with no warranties, and confers no
rights.
>>
>> --
>> >Thread-Topic: No authentication prompt when running report
>> >thread-index: AcZBJ94Y028mCY/6RlaHqrRQ/N2R6w==>> >X-WBNR-Posting-Host: 149.24.175.16
>> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
>> >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
>> <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
>> >Subject: RE: No authentication prompt when running report
>> >Date: Mon, 6 Mar 2006 06:11:31 -0800
>> >Lines: 76
>> >Message-ID: <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
>> >MIME-Version: 1.0
>> >Content-Type: text/plain;
>> > charset="Utf-8"
>> >Content-Transfer-Encoding: 7bit
>> >X-Newsreader: Microsoft CDO for Windows 2000
>> >Content-Class: urn:content-classes:message
>> >Importance: normal
>> >Priority: normal
>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
>> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
>> >Path: TK2MSFTNGXA03.phx.gbl
>> >Xref: TK2MSFTNGXA03.phx.gbl
microsoft.public.sqlserver.reportingsvcs:69866
>> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
>> >
>> >Peter, thanks for the reply. Unfortunately, this is not the answer.
This
>> >site is set up in Trusted Zones and it is set to prompt for un/pw. On
the
>> >server, both the Reports and Reports Server vdirs are set to Basic
Auth.
>> The
>> >domain is not configured to work with windows auth so I should be
prompted
>> >twice. This is the case on a second server I have SQL Reports
configured
>> on
>> >and it works correctly. Any further ideas?
>> >
>> >"Peter Yang [MSFT]" wrote:
>> >
>> >> Hello,
>> >>
>> >> Basd on my scope, I think it is normal becasue sessionstate/cookies
are
>> >> enabled for report manager.
>> >>
>> >> However, if you use Windows authentication, you shall not be prompted
to
>> >> log on in the first place. You may want to check the following IE
>> settings:
>> >>
>> >> Tools->Internet Options->Security->Custom level
>> >> Under User authentication, check if "Prompt for user name and
password"
>> is
>> >> selected.
>> >>
>> >> Best Regards,
>> >>
>> >> Peter Yang
>> >> MCSE2000/2003, MCSA, MCDBA
>> >> Microsoft Online Partner Support
>> >>
>> >> When responding to posts, please "Reply to Group" via your newsreader
so
>> >> that others may learn and benefit from your issue.
>> >>
>> >> =====================================================>> >>
>> >>
>> >> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> >>
>> >>
>> >> --
>> >> >Thread-Topic: No authentication prompt when running report
>> >> >thread-index: AcY/thPOAKype6FWTeSkYUFrw7ffqQ==>> >> >X-WBNR-Posting-Host: 68.163.226.168
>> >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
>> >> >Subject: No authentication prompt when running report
>> >> >Date: Sat, 4 Mar 2006 10:04:27 -0800
>> >> >Lines: 8
>> >> >Message-ID: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
>> >> >MIME-Version: 1.0
>> >> >Content-Type: text/plain;
>> >> > charset="Utf-8"
>> >> >Content-Transfer-Encoding: 7bit
>> >> >X-Newsreader: Microsoft CDO for Windows 2000
>> >> >Content-Class: urn:content-classes:message
>> >> >Importance: normal
>> >> >Priority: normal
>> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
>> >> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
>> >> >Path: TK2MSFTNGXA03.phx.gbl
>> >> >Xref: TK2MSFTNGXA03.phx.gbl
>> microsoft.public.sqlserver.reportingsvcs:69826
>> >> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>> >> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
>> >> >
>> >> >Strange problem: When I go to the reports site, I get prompted to
>> login.
>> >> I
>> >> >can log in successfully. When I attempt to run a report, I should
be
>> >> >prompted again. For some reason, I am not getting prompted when
>> running
>> >> the
>> >> >report so I am given an Action canceled, web page could not be found
>> >> error.
>> >> >The strange part is that if I log into the Reports site on the
server
>> >> hosting
>> >> >reports, I am prompted this second time and can run the report
>> >> successfully.
>> >> >Does anyone know of any authentication settings that might be
causing
>> this
>> >> >behavior?
>> >> >
>> >>
>> >>
>> >
>>
>|||Peter,
I've been working with the IIS logs. I wonder if this info could shed a
little more light on the situation. This first excerpt is from my client
machine where I am not getting the appropriate auth prompt and the report
will not render (where xxx.xx.173.3 represents my client IP):
2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
- xxx.xx.174.70 - 401 2 2148074254
2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
- xxx.xx.174.70 - 401 2 2148074254
2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
- xxx.xx.174.70 - 401 2 2148074254
2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
- xxx.xx.174.70 - 401 2 2148074254
2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
- xxx.xx.174.70 - 401 2 2148074254
2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 200 0 0
2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/js/ReportingServices.js - 80
sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/styles/ReportingServices.css
- 80 sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
2006-03-10 15:11:29 xxx.xx.174.70 GET
/aspnet_client/system_web/1_1_4322/WebUIValidation.js - 80 - xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/blank.gif - 80 sqluser
xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/48report.jpg - 80
sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/line_err1.gif - 80
sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/toolbar_edge_top.gif -
80 sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/HideSharedArea.gif -
80 sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
2006-03-10 15:11:35 xxx.xx.174.70 GET
/Reports/images/toolbar_edge_bottom.gif - 80 sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
This excerpt is when the report is run locally on the server and I get the
prompt when running the report.
2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
- xxx.xx.174.70 - 401 2 2148074254
2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
- xxx.xx.174.70 - 401 2 2148074254
2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
- xxx.xx.174.70 - 401 2 2148074254
2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
- xxx.xx.174.70 - 401 2 2148074254
2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
- xxx.xx.174.70 - 401 2 2148074254
2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/48report.jpg - 80 sqluser
127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/HideSharedArea.gif - 80
sqluser 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
2006-03-10 15:12:48 xxx.xx.174.70 GET /ReportServer
%2fSSM+Applicant+Search+Report&rs:Command=Render&rc:ReplacementRoot=http://localhost/Reports/Pages/Report.aspx?ServerUrl=
80 - xxx.xx.174.70
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
Notice the first difference difference here is after these lines:
/ReportServer/reportservice.asmx - 80
On the client, non working machine, I get this:
xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 200 0 0
On the local, working machine, I get this:
2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
Is this significant to you?
"Peter Yang [MSFT]" wrote:
> Hello Jason,
> Based on my further research, this issue might relate to MS04-044. Please
> refer to the following article for details:
> Implement a Single-Sign On solution by using basic authentication and
> Internet Explorer client
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;837104
> You may want to check if you have this update installed. Also, please check
> if there is any proxy settings on the clients. You may want to check if the
> issue occurs for Windows XP SP2/Win2003 SP1 machine.
> If the issue persists, you may want to use netmon to trace the HTTP packets
> to see the sequence of packets.
> Best Regards,
> Peter Yang
> MCSE2000/2003, MCSA, MCDBA
> Microsoft Online Partner Support
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> =====================================================>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> --
> >Thread-Topic: No authentication prompt when running report
> >thread-index: AcZB8l1EA1lAKyPXTayL61Ln9Pa+FQ==> >X-WBNR-Posting-Host: 149.24.175.16
> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> <G1$RKvbQGHA.5448@.TK2MSFTNGXA03.phx.gbl>
> >Subject: RE: No authentication prompt when running report
> >Date: Tue, 7 Mar 2006 06:21:02 -0800
> >Lines: 142
> >Message-ID: <FA890089-C850-4F14-B0BC-E0C5F7F2D1FD@.microsoft.com>
> >MIME-Version: 1.0
> >Content-Type: text/plain;
> > charset="Utf-8"
> >Content-Transfer-Encoding: 7bit
> >X-Newsreader: Microsoft CDO for Windows 2000
> >Content-Class: urn:content-classes:message
> >Importance: normal
> >Priority: normal
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> >Path: TK2MSFTNGXA03.phx.gbl
> >Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:69951
> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> >
> >Peter,
> >
> >The user is a content admin. I have also tried it with the domain admin.
> >The strangest part about this is that I get the second prompt and the
> report
> >loads successfully when accessing it from the web server. It's only
> remote
> >connections that have this behavior.
> >
> >"Peter Yang [MSFT]" wrote:
> >
> >> Hello,
> >>
> >> This could occur if the user is not in content manager role. You may try
> to
> >> log on as a user with admin role on SRS to test.
> >>
> >> Best Regards,
> >>
> >> Peter Yang
> >> MCSE2000/2003, MCSA, MCDBA
> >> Microsoft Online Partner Support
> >>
> >> When responding to posts, please "Reply to Group" via your newsreader so
> >> that others may learn and benefit from your issue.
> >>
> >> =====================================================> >>
> >> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> >>
> >>
> >> --
> >> >Thread-Topic: No authentication prompt when running report
> >> >thread-index: AcZBJ94Y028mCY/6RlaHqrRQ/N2R6w==> >> >X-WBNR-Posting-Host: 149.24.175.16
> >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> >> >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> >> <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> >> >Subject: RE: No authentication prompt when running report
> >> >Date: Mon, 6 Mar 2006 06:11:31 -0800
> >> >Lines: 76
> >> >Message-ID: <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> >> >MIME-Version: 1.0
> >> >Content-Type: text/plain;
> >> > charset="Utf-8"
> >> >Content-Transfer-Encoding: 7bit
> >> >X-Newsreader: Microsoft CDO for Windows 2000
> >> >Content-Class: urn:content-classes:message
> >> >Importance: normal
> >> >Priority: normal
> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> >> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> >> >Path: TK2MSFTNGXA03.phx.gbl
> >> >Xref: TK2MSFTNGXA03.phx.gbl
> microsoft.public.sqlserver.reportingsvcs:69866
> >> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> >> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> >> >
> >> >Peter, thanks for the reply. Unfortunately, this is not the answer.
> This
> >> >site is set up in Trusted Zones and it is set to prompt for un/pw. On
> the
> >> >server, both the Reports and Reports Server vdirs are set to Basic
> Auth.
> >> The
> >> >domain is not configured to work with windows auth so I should be
> prompted
> >> >twice. This is the case on a second server I have SQL Reports
> configured
> >> on
> >> >and it works correctly. Any further ideas?
> >> >
> >> >"Peter Yang [MSFT]" wrote:
> >> >
> >> >> Hello,
> >> >>
> >> >> Basd on my scope, I think it is normal becasue sessionstate/cookies
> are
> >> >> enabled for report manager.
> >> >>
> >> >> However, if you use Windows authentication, you shall not be prompted
> to
> >> >> log on in the first place. You may want to check the following IE
> >> settings:
> >> >>
> >> >> Tools->Internet Options->Security->Custom level
> >> >> Under User authentication, check if "Prompt for user name and
> password"
> >> is
> >> >> selected.
> >> >>
> >> >> Best Regards,
> >> >>
> >> >> Peter Yang
> >> >> MCSE2000/2003, MCSA, MCDBA
> >> >> Microsoft Online Partner Support
> >> >>
> >> >> When responding to posts, please "Reply to Group" via your newsreader
> so
> >> >> that others may learn and benefit from your issue.
> >> >>
> >> >> =====================================================> >> >>
> >> >>
> >> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >> >>
> >> >>
> >> >> --
> >> >> >Thread-Topic: No authentication prompt when running report
> >> >> >thread-index: AcY/thPOAKype6FWTeSkYUFrw7ffqQ==> >> >> >X-WBNR-Posting-Host: 68.163.226.168
> >> >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> >> >> >Subject: No authentication prompt when running report
> >> >> >Date: Sat, 4 Mar 2006 10:04:27 -0800
> >> >> >Lines: 8
> >> >> >Message-ID: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> >> >> >MIME-Version: 1.0
> >> >> >Content-Type: text/plain;
> >> >> > charset="Utf-8"
> >> >> >Content-Transfer-Encoding: 7bit
> >> >> >X-Newsreader: Microsoft CDO for Windows 2000
> >> >> >Content-Class: urn:content-classes:message
> >> >> >Importance: normal
> >> >> >Priority: normal
> >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> >> >> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> >> >> >Path: TK2MSFTNGXA03.phx.gbl
> >> >> >Xref: TK2MSFTNGXA03.phx.gbl
> >> microsoft.public.sqlserver.reportingsvcs:69826
> >> >> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> >> >> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> >> >> >
> >> >> >Strange problem: When I go to the reports site, I get prompted to
> >> login.
> >> >> I
> >> >> >can log in successfully. When I attempt to run a report, I should
> be
> >> >> >prompted again. For some reason, I am not getting prompted when
> >> running
> >> >> the
> >> >> >report so I am given an Action canceled, web page could not be found
> >> >> error.
> >> >> >The strange part is that if I log into the Reports site on the
> server
> >> >> hosting
> >> >> >reports, I am prompted this second time and can run the report
> >> >> successfully.
> >> >> >Does anyone know of any authentication settings that might be
> causing
> >> this
> >> >> >behavior?
> >> >> >
> >> >>
> >> >>
> >> >
> >>
> >>
> >
>|||Peter,
I wish you could edit these posts...I've made a copy error from the logs.
See below. After the
2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
lines, the client machine trying to access the report is logging:
2006-03-10 15:11:29 149.24.174.70 GET /Reports/Pages/Report.aspx
ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser
xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 200 0 0
while the local machine accessing the report is logging:
2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/48report.jpg - 80 sqluser
127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
This is not occuring on the client machine:
127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
Can you think of a reason why?
"Jason" wrote:
> Peter,
> I've been working with the IIS logs. I wonder if this info could shed a
> little more light on the situation. This first excerpt is from my client
> machine where I am not getting the appropriate auth prompt and the report
> will not render (where xxx.xx.173.3 represents my client IP):
> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> - xxx.xx.174.70 - 401 2 2148074254
> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> - xxx.xx.174.70 - 401 2 2148074254
> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> - xxx.xx.174.70 - 401 2 2148074254
> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> - xxx.xx.174.70 - 401 2 2148074254
> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> - xxx.xx.174.70 - 401 2 2148074254
> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 200 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/js/ReportingServices.js - 80
> sqluser xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/styles/ReportingServices.css
> - 80 sqluser xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 GET
> /aspnet_client/system_web/1_1_4322/WebUIValidation.js - 80 - xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/blank.gif - 80 sqluser
> xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/48report.jpg - 80
> sqluser xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/line_err1.gif - 80
> sqluser xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/toolbar_edge_top.gif -
> 80 sqluser xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/HideSharedArea.gif -
> 80 sqluser xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> 2006-03-10 15:11:35 xxx.xx.174.70 GET
> /Reports/images/toolbar_edge_bottom.gif - 80 sqluser xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
>
> This excerpt is when the report is run locally on the server and I get the
> prompt when running the report.
> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> - xxx.xx.174.70 - 401 2 2148074254
> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> - xxx.xx.174.70 - 401 2 2148074254
> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> - xxx.xx.174.70 - 401 2 2148074254
> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> - xxx.xx.174.70 - 401 2 2148074254
> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> - xxx.xx.174.70 - 401 2 2148074254
> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
> ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> 200 0 0
> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/48report.jpg - 80 sqluser
> 127.0.0.1
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> 200 0 0
> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/HideSharedArea.gif - 80
> sqluser 127.0.0.1
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> 200 0 0
> 2006-03-10 15:12:48 xxx.xx.174.70 GET /ReportServer
> %2fSSM+Applicant+Search+Report&rs:Command=Render&rc:ReplacementRoot=http://localhost/Reports/Pages/Report.aspx?ServerUrl=
> 80 - xxx.xx.174.70
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> 401 2 2148074254
>
> Notice the first difference difference here is after these lines:
> /ReportServer/reportservice.asmx - 80
> On the client, non working machine, I get this:
> xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 200 0 0
> On the local, working machine, I get this:
> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
> ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> 200 0 0
> Is this significant to you?
>
>
> "Peter Yang [MSFT]" wrote:
> > Hello Jason,
> >
> > Based on my further research, this issue might relate to MS04-044. Please
> > refer to the following article for details:
> >
> > Implement a Single-Sign On solution by using basic authentication and
> > Internet Explorer client
> > http://support.microsoft.com/default.aspx?scid=kb;EN-US;837104
> >
> > You may want to check if you have this update installed. Also, please check
> > if there is any proxy settings on the clients. You may want to check if the
> > issue occurs for Windows XP SP2/Win2003 SP1 machine.
> >
> > If the issue persists, you may want to use netmon to trace the HTTP packets
> > to see the sequence of packets.
> >
> > Best Regards,
> >
> > Peter Yang
> > MCSE2000/2003, MCSA, MCDBA
> > Microsoft Online Partner Support
> >
> > When responding to posts, please "Reply to Group" via your newsreader so
> > that others may learn and benefit from your issue.
> >
> > =====================================================> >
> >
> > This posting is provided "AS IS" with no warranties, and confers no rights.
> >
> >
> > --
> > >Thread-Topic: No authentication prompt when running report
> > >thread-index: AcZB8l1EA1lAKyPXTayL61Ln9Pa+FQ==> > >X-WBNR-Posting-Host: 149.24.175.16
> > >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> > >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> > <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> > <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> > <G1$RKvbQGHA.5448@.TK2MSFTNGXA03.phx.gbl>
> > >Subject: RE: No authentication prompt when running report
> > >Date: Tue, 7 Mar 2006 06:21:02 -0800
> > >Lines: 142
> > >Message-ID: <FA890089-C850-4F14-B0BC-E0C5F7F2D1FD@.microsoft.com>
> > >MIME-Version: 1.0
> > >Content-Type: text/plain;
> > > charset="Utf-8"
> > >Content-Transfer-Encoding: 7bit
> > >X-Newsreader: Microsoft CDO for Windows 2000
> > >Content-Class: urn:content-classes:message
> > >Importance: normal
> > >Priority: normal
> > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> > >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> > >Path: TK2MSFTNGXA03.phx.gbl
> > >Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:69951
> > >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> > >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> > >
> > >Peter,
> > >
> > >The user is a content admin. I have also tried it with the domain admin.
> > >The strangest part about this is that I get the second prompt and the
> > report
> > >loads successfully when accessing it from the web server. It's only
> > remote
> > >connections that have this behavior.
> > >
> > >"Peter Yang [MSFT]" wrote:
> > >
> > >> Hello,
> > >>
> > >> This could occur if the user is not in content manager role. You may try
> > to
> > >> log on as a user with admin role on SRS to test.
> > >>
> > >> Best Regards,
> > >>
> > >> Peter Yang
> > >> MCSE2000/2003, MCSA, MCDBA
> > >> Microsoft Online Partner Support
> > >>
> > >> When responding to posts, please "Reply to Group" via your newsreader so
> > >> that others may learn and benefit from your issue.
> > >>
> > >> =====================================================> > >>
> > >> This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > >>
> > >>
> > >> --
> > >> >Thread-Topic: No authentication prompt when running report
> > >> >thread-index: AcZBJ94Y028mCY/6RlaHqrRQ/N2R6w==> > >> >X-WBNR-Posting-Host: 149.24.175.16
> > >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> > >> >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> > >> <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> > >> >Subject: RE: No authentication prompt when running report
> > >> >Date: Mon, 6 Mar 2006 06:11:31 -0800
> > >> >Lines: 76
> > >> >Message-ID: <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> > >> >MIME-Version: 1.0
> > >> >Content-Type: text/plain;
> > >> > charset="Utf-8"
> > >> >Content-Transfer-Encoding: 7bit
> > >> >X-Newsreader: Microsoft CDO for Windows 2000
> > >> >Content-Class: urn:content-classes:message
> > >> >Importance: normal
> > >> >Priority: normal
> > >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> > >> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> > >> >Path: TK2MSFTNGXA03.phx.gbl
> > >> >Xref: TK2MSFTNGXA03.phx.gbl
> > microsoft.public.sqlserver.reportingsvcs:69866
> > >> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> > >> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> > >> >
> > >> >Peter, thanks for the reply. Unfortunately, this is not the answer.
> > This
> > >> >site is set up in Trusted Zones and it is set to prompt for un/pw. On
> > the
> > >> >server, both the Reports and Reports Server vdirs are set to Basic
> > Auth.
> > >> The
> > >> >domain is not configured to work with windows auth so I should be
> > prompted
> > >> >twice. This is the case on a second server I have SQL Reports
> > configured
> > >> on
> > >> >and it works correctly. Any further ideas?
> > >> >
> > >> >"Peter Yang [MSFT]" wrote:
> > >> >
> > >> >> Hello,
> > >> >>
> > >> >> Basd on my scope, I think it is normal becasue sessionstate/cookies
> > are
> > >> >> enabled for report manager.
> > >> >>
> > >> >> However, if you use Windows authentication, you shall not be prompted
> > to
> > >> >> log on in the first place. You may want to check the following IE
> > >> settings:
> > >> >>
> > >> >> Tools->Internet Options->Security->Custom level
> > >> >> Under User authentication, check if "Prompt for user name and
> > password"
> > >> is
> > >> >> selected.
> > >> >>
> > >> >> Best Regards,
> > >> >>
> > >> >> Peter Yang
> > >> >> MCSE2000/2003, MCSA, MCDBA
> > >> >> Microsoft Online Partner Support
> > >> >>
> > >> >> When responding to posts, please "Reply to Group" via your newsreader
> > so
> > >> >> that others may learn and benefit from your issue.
> > >> >>
> > >> >> =====================================================> > >> >>
> > >> >>
> > >> >> This posting is provided "AS IS" with no warranties, and confers no
> > >> rights.
> > >> >>
> > >> >>
> > >> >> --
> > >> >> >Thread-Topic: No authentication prompt when running report
> > >> >> >thread-index: AcY/thPOAKype6FWTeSkYUFrw7ffqQ==> > >> >> >X-WBNR-Posting-Host: 68.163.226.168
> > >> >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> > >> >> >Subject: No authentication prompt when running report
> > >> >> >Date: Sat, 4 Mar 2006 10:04:27 -0800
> > >> >> >Lines: 8
> > >> >> >Message-ID: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> > >> >> >MIME-Version: 1.0
> > >> >> >Content-Type: text/plain;
> > >> >> > charset="Utf-8"|||Jason, Peter,
I am having the exact same problem. It appears that credential information
is being automatically in some cases, but apparently is not doing it
properly. I will try to implement the fix contained in your KB article.
Just wanted to let you know you're not alone.
"Peter Yang [MSFT]" wrote:
> Hello Jason,
> Based on my further research, this issue might relate to MS04-044. Please
> refer to the following article for details:
> Implement a Single-Sign On solution by using basic authentication and
> Internet Explorer client
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;837104
> You may want to check if you have this update installed. Also, please check
> if there is any proxy settings on the clients. You may want to check if the
> issue occurs for Windows XP SP2/Win2003 SP1 machine.
> If the issue persists, you may want to use netmon to trace the HTTP packets
> to see the sequence of packets.
> Best Regards,
> Peter Yang
> MCSE2000/2003, MCSA, MCDBA
> Microsoft Online Partner Support
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> =====================================================>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> --
> >Thread-Topic: No authentication prompt when running report
> >thread-index: AcZB8l1EA1lAKyPXTayL61Ln9Pa+FQ==> >X-WBNR-Posting-Host: 149.24.175.16
> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> <G1$RKvbQGHA.5448@.TK2MSFTNGXA03.phx.gbl>
> >Subject: RE: No authentication prompt when running report
> >Date: Tue, 7 Mar 2006 06:21:02 -0800
> >Lines: 142
> >Message-ID: <FA890089-C850-4F14-B0BC-E0C5F7F2D1FD@.microsoft.com>
> >MIME-Version: 1.0
> >Content-Type: text/plain;
> > charset="Utf-8"
> >Content-Transfer-Encoding: 7bit
> >X-Newsreader: Microsoft CDO for Windows 2000
> >Content-Class: urn:content-classes:message
> >Importance: normal
> >Priority: normal
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> >Path: TK2MSFTNGXA03.phx.gbl
> >Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:69951
> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> >
> >Peter,
> >
> >The user is a content admin. I have also tried it with the domain admin.
> >The strangest part about this is that I get the second prompt and the
> report
> >loads successfully when accessing it from the web server. It's only
> remote
> >connections that have this behavior.
> >
> >"Peter Yang [MSFT]" wrote:
> >
> >> Hello,
> >>
> >> This could occur if the user is not in content manager role. You may try
> to
> >> log on as a user with admin role on SRS to test.
> >>
> >> Best Regards,
> >>
> >> Peter Yang
> >> MCSE2000/2003, MCSA, MCDBA
> >> Microsoft Online Partner Support
> >>
> >> When responding to posts, please "Reply to Group" via your newsreader so
> >> that others may learn and benefit from your issue.
> >>
> >> =====================================================> >>
> >> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> >>
> >>
> >> --
> >> >Thread-Topic: No authentication prompt when running report
> >> >thread-index: AcZBJ94Y028mCY/6RlaHqrRQ/N2R6w==> >> >X-WBNR-Posting-Host: 149.24.175.16
> >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> >> >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> >> <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> >> >Subject: RE: No authentication prompt when running report
> >> >Date: Mon, 6 Mar 2006 06:11:31 -0800
> >> >Lines: 76
> >> >Message-ID: <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> >> >MIME-Version: 1.0
> >> >Content-Type: text/plain;
> >> > charset="Utf-8"
> >> >Content-Transfer-Encoding: 7bit
> >> >X-Newsreader: Microsoft CDO for Windows 2000
> >> >Content-Class: urn:content-classes:message
> >> >Importance: normal
> >> >Priority: normal
> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> >> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> >> >Path: TK2MSFTNGXA03.phx.gbl
> >> >Xref: TK2MSFTNGXA03.phx.gbl
> microsoft.public.sqlserver.reportingsvcs:69866
> >> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> >> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> >> >
> >> >Peter, thanks for the reply. Unfortunately, this is not the answer.
> This
> >> >site is set up in Trusted Zones and it is set to prompt for un/pw. On
> the
> >> >server, both the Reports and Reports Server vdirs are set to Basic
> Auth.
> >> The
> >> >domain is not configured to work with windows auth so I should be
> prompted
> >> >twice. This is the case on a second server I have SQL Reports
> configured
> >> on
> >> >and it works correctly. Any further ideas?
> >> >
> >> >"Peter Yang [MSFT]" wrote:
> >> >
> >> >> Hello,
> >> >>
> >> >> Basd on my scope, I think it is normal becasue sessionstate/cookies
> are
> >> >> enabled for report manager.
> >> >>
> >> >> However, if you use Windows authentication, you shall not be prompted
> to
> >> >> log on in the first place. You may want to check the following IE
> >> settings:
> >> >>
> >> >> Tools->Internet Options->Security->Custom level
> >> >> Under User authentication, check if "Prompt for user name and
> password"
> >> is
> >> >> selected.
> >> >>
> >> >> Best Regards,
> >> >>
> >> >> Peter Yang
> >> >> MCSE2000/2003, MCSA, MCDBA
> >> >> Microsoft Online Partner Support
> >> >>
> >> >> When responding to posts, please "Reply to Group" via your newsreader
> so
> >> >> that others may learn and benefit from your issue.
> >> >>
> >> >> =====================================================> >> >>
> >> >>
> >> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >> >>
> >> >>
> >> >> --
> >> >> >Thread-Topic: No authentication prompt when running report
> >> >> >thread-index: AcY/thPOAKype6FWTeSkYUFrw7ffqQ==> >> >> >X-WBNR-Posting-Host: 68.163.226.168
> >> >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> >> >> >Subject: No authentication prompt when running report
> >> >> >Date: Sat, 4 Mar 2006 10:04:27 -0800
> >> >> >Lines: 8
> >> >> >Message-ID: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> >> >> >MIME-Version: 1.0
> >> >> >Content-Type: text/plain;
> >> >> > charset="Utf-8"
> >> >> >Content-Transfer-Encoding: 7bit
> >> >> >X-Newsreader: Microsoft CDO for Windows 2000
> >> >> >Content-Class: urn:content-classes:message
> >> >> >Importance: normal
> >> >> >Priority: normal
> >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> >> >> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> >> >> >Path: TK2MSFTNGXA03.phx.gbl
> >> >> >Xref: TK2MSFTNGXA03.phx.gbl
> >> microsoft.public.sqlserver.reportingsvcs:69826
> >> >> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> >> >> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> >> >> >
> >> >> >Strange problem: When I go to the reports site, I get prompted to
> >> login.
> >> >> I
> >> >> >can log in successfully. When I attempt to run a report, I should
> be
> >> >> >prompted again. For some reason, I am not getting prompted when
> >> running
> >> >> the
> >> >> >report so I am given an Action canceled, web page could not be found
> >> >> error.
> >> >> >The strange part is that if I log into the Reports site on the
> server
> >> >> hosting
> >> >> >reports, I am prompted this second time and can run the report
> >> >> successfully.
> >> >> >Does anyone know of any authentication settings that might be
> causing
> >> this
> >> >> >behavior?
> >> >> >
> >> >>
> >> >>
> >> >
> >>
> >>
> >
>|||Jason, Peter,
I was able to find the solution to my problem - it boiled down to a name
resolution problem. I am hoping this may help you with your problem.
I installed an HTTP logging tool for my client machine. I found a free one
called HttpWatch. [ The product installs a toolbar button in Explorer -
click on it to get the Watch window. Press Record to start logging browser
requests. ]
What i noticed is that the when my report loaded, all images loaded fine,
except for the frame which is supposed to display the actual report. In that
frame, I get a 'page cannot be displayed' error. I matched the HTTP request
for this frame to an HTTP error ( ERROR_INTERNET_NAME_NOT_RESOLVED) in the
HttpWatch log. The HTTP request for that frame was apparently using the name
of the server that is *only visible inside the company intranet*. This means
that the report would only display properly if Reporting Services was running
on the same machine as the client browser, or within the intranet.
I think the frame is using the internal name of the server because of a
setting configured when Reporting Services was installed. So, one fix may be
to reinstall RS and use a server name that resolves in the intranet and on
the global internet. I am currently fishing through config files and the
registry to see if reinstall is not necessary. If I find it, I'll post
another reply.
[ Note, if you only care about getting access from your own machine, you can
manually add a name-server/ip address mapping in the file
c:/Windows/System32/Drivers/Etc/Hosts. Of course, this is not likely a good
solution for the intended audience of your report ! ]
Good luck,
George Williams.
"Jason" wrote:
> Peter,
> I wish you could edit these posts...I've made a copy error from the logs.
> See below. After the
> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> lines, the client machine trying to access the report is logging:
> 2006-03-10 15:11:29 149.24.174.70 GET /Reports/Pages/Report.aspx
> ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser
> xxx.xx.176.3
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 200 0 0
> while the local machine accessing the report is logging:
> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
> ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> 200 0 0
> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/48report.jpg - 80 sqluser
> 127.0.0.1
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> 200 0 0
> This is not occuring on the client machine:
> 127.0.0.1
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> 200 0 0
> Can you think of a reason why?
>
>
> "Jason" wrote:
> > Peter,
> >
> > I've been working with the IIS logs. I wonder if this info could shed a
> > little more light on the situation. This first excerpt is from my client
> > machine where I am not getting the appropriate auth prompt and the report
> > will not render (where xxx.xx.173.3 represents my client IP):
> > 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > - xxx.xx.174.70 - 401 2 2148074254
> > 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > - xxx.xx.174.70 - 401 2 2148074254
> > 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > - xxx.xx.174.70 - 401 2 2148074254
> > 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > - xxx.xx.174.70 - 401 2 2148074254
> > 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > - xxx.xx.174.70 - 401 2 2148074254
> > 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> > xxx.xx.176.3
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 200 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/js/ReportingServices.js - 80
> > sqluser xxx.xx.176.3
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/styles/ReportingServices.css
> > - 80 sqluser xxx.xx.176.3
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 GET
> > /aspnet_client/system_web/1_1_4322/WebUIValidation.js - 80 - xxx.xx.176.3
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/blank.gif - 80 sqluser
> > xxx.xx.176.3
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/48report.jpg - 80
> > sqluser xxx.xx.176.3
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/line_err1.gif - 80
> > sqluser xxx.xx.176.3
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/toolbar_edge_top.gif -
> > 80 sqluser xxx.xx.176.3
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> > 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/HideSharedArea.gif -
> > 80 sqluser xxx.xx.176.3
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> > 2006-03-10 15:11:35 xxx.xx.174.70 GET
> > /Reports/images/toolbar_edge_bottom.gif - 80 sqluser xxx.xx.176.3
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 304 0 0
> >
> >
> >
> > This excerpt is when the report is run locally on the server and I get the
> > prompt when running the report.
> >
> > 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > - xxx.xx.174.70 - 401 2 2148074254
> > 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> > 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > - xxx.xx.174.70 - 401 2 2148074254
> > 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> > 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > - xxx.xx.174.70 - 401 2 2148074254
> > 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> > 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > - xxx.xx.174.70 - 401 2 2148074254
> > 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> > 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > - xxx.xx.174.70 - 401 2 2148074254
> > 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx - 80
> > CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> > 2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
> > ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> > 200 0 0
> > 2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/48report.jpg - 80 sqluser
> > 127.0.0.1
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> > 200 0 0
> > 2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/HideSharedArea.gif - 80
> > sqluser 127.0.0.1
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> > 200 0 0
> > 2006-03-10 15:12:48 xxx.xx.174.70 GET /ReportServer
> > %2fSSM+Applicant+Search+Report&rs:Command=Render&rc:ReplacementRoot=http://localhost/Reports/Pages/Report.aspx?ServerUrl=
> > 80 - xxx.xx.174.70
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> > 401 2 2148074254
> >
> >
> >
> > Notice the first difference difference here is after these lines:
> > /ReportServer/reportservice.asmx - 80
> > On the client, non working machine, I get this:
> > xxx.xx.176.3
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 200 0 0
> >
> > On the local, working machine, I get this:
> > 2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
> > ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> > 200 0 0
> >
> > Is this significant to you?
> >
> >
> >
> >
> > "Peter Yang [MSFT]" wrote:
> >
> > > Hello Jason,
> > >
> > > Based on my further research, this issue might relate to MS04-044. Please
> > > refer to the following article for details:
> > >
> > > Implement a Single-Sign On solution by using basic authentication and
> > > Internet Explorer client
> > > http://support.microsoft.com/default.aspx?scid=kb;EN-US;837104
> > >
> > > You may want to check if you have this update installed. Also, please check
> > > if there is any proxy settings on the clients. You may want to check if the
> > > issue occurs for Windows XP SP2/Win2003 SP1 machine.
> > >
> > > If the issue persists, you may want to use netmon to trace the HTTP packets
> > > to see the sequence of packets.
> > >
> > > Best Regards,
> > >
> > > Peter Yang
> > > MCSE2000/2003, MCSA, MCDBA
> > > Microsoft Online Partner Support
> > >
> > > When responding to posts, please "Reply to Group" via your newsreader so
> > > that others may learn and benefit from your issue.
> > >
> > > =====================================================> > >
> > >
> > > This posting is provided "AS IS" with no warranties, and confers no rights.
> > >
> > >
> > > --
> > > >Thread-Topic: No authentication prompt when running report
> > > >thread-index: AcZB8l1EA1lAKyPXTayL61Ln9Pa+FQ==> > > >X-WBNR-Posting-Host: 149.24.175.16
> > > >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> > > >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> > > <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> > > <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> > > <G1$RKvbQGHA.5448@.TK2MSFTNGXA03.phx.gbl>
> > > >Subject: RE: No authentication prompt when running report
> > > >Date: Tue, 7 Mar 2006 06:21:02 -0800
> > > >Lines: 142
> > > >Message-ID: <FA890089-C850-4F14-B0BC-E0C5F7F2D1FD@.microsoft.com>
> > > >MIME-Version: 1.0
> > > >Content-Type: text/plain;
> > > > charset="Utf-8"
> > > >Content-Transfer-Encoding: 7bit
> > > >X-Newsreader: Microsoft CDO for Windows 2000
> > > >Content-Class: urn:content-classes:message
> > > >Importance: normal
> > > >Priority: normal
> > > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> > > >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> > > >Path: TK2MSFTNGXA03.phx.gbl
> > > >Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:69951
> > > >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> > > >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> > > >
> > > >Peter,
> > > >
> > > >The user is a content admin. I have also tried it with the domain admin.
> > > >The strangest part about this is that I get the second prompt and the
> > > report
> > > >loads successfully when accessing it from the web server. It's only
> > > remote
> > > >connections that have this behavior.
> > > >
> > > >"Peter Yang [MSFT]" wrote:
> > > >
> > > >> Hello,
> > > >>
> > > >> This could occur if the user is not in content manager role. You may try
> > > to
> > > >> log on as a user with admin role on SRS to test.
> > > >>
> > > >> Best Regards,
> > > >>
> > > >> Peter Yang
> > > >> MCSE2000/2003, MCSA, MCDBA
> > > >> Microsoft Online Partner Support
> > > >>
> > > >> When responding to posts, please "Reply to Group" via your newsreader so
> > > >> that others may learn and benefit from your issue.
> > > >>
> > > >> =====================================================> > > >>
> > > >> This posting is provided "AS IS" with no warranties, and confers no
> > > rights.
> > > >>
> > > >>
> > > >> --
> > > >> >Thread-Topic: No authentication prompt when running report
> > > >> >thread-index: AcZBJ94Y028mCY/6RlaHqrRQ/N2R6w==> > > >> >X-WBNR-Posting-Host: 149.24.175.16
> > > >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> > > >> >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> > > >> <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> > > >> >Subject: RE: No authentication prompt when running report
> > > >> >Date: Mon, 6 Mar 2006 06:11:31 -0800
> > > >> >Lines: 76
> > > >> >Message-ID: <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> > > >> >MIME-Version: 1.0
> > > >> >Content-Type: text/plain;
> > > >> > charset="Utf-8"
> > > >> >Content-Transfer-Encoding: 7bit
> > > >> >X-Newsreader: Microsoft CDO for Windows 2000
> > > >> >Content-Class: urn:content-classes:message
> > > >> >Importance: normal
> > > >> >Priority: normal
> > > >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> > > >> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> > > >> >Path: TK2MSFTNGXA03.phx.gbl
> > > >> >Xref: TK2MSFTNGXA03.phx.gbl
> > > microsoft.public.sqlserver.reportingsvcs:69866
> > > >> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> > > >> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> > > >> >
> > > >> >Peter, thanks for the reply. Unfortunately, this is not the answer.
> > > This
> > > >> >site is set up in Trusted Zones and it is set to prompt for un/pw. On
> > > the
> > > >> >server, both the Reports and Reports Server vdirs are set to Basic
> > > Auth.
> > > >> The
> > > >> >domain is not configured to work with windows auth so I should be
> > > prompted
> > > >> >twice. This is the case on a second server I have SQL Reports
> > > configured
> > > >> on
> > > >> >and it works correctly. Any further ideas?
> > > >> >
> > > >> >"Peter Yang [MSFT]" wrote:
> > > >> >
> > > >> >> Hello,
> > > >> >>
> > > >> >> Basd on my scope, I think it is normal becasue sessionstate/cookies
> > > are
> > > >> >> enabled for report manager.
> > > >> >>
> > > >> >> However, if you use Windows authentication, you shall not be prompted
> > > to
> > > >> >> log on in the first place. You may want to check the following IE
> > > >> settings:
> > > >> >>|||Hello Jason,
According to the sympotms, it seems to be related to FQDN or name
resolution. How did you configure <ReportServerUrl> in
RSWebApplication.Config? How
did you configure <UrlRoot> in RSReportServer.Config ? If you change them
to FQDN URL, what is the result?
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
>Thread-Topic: No authentication prompt when running report
>thread-index: AcZEW8BaYkx8GQbqTJaDcq6WbOFFKQ==>X-WBNR-Posting-Host: 149.24.175.16
>From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
>References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
<A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
<274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
<G1$RKvbQGHA.5448@.TK2MSFTNGXA03.phx.gbl>
<FA890089-C850-4F14-B0BC-E0C5F7F2D1FD@.microsoft.com>
<jKfd92lQGHA.6824@.TK2MSFTNGXA03.phx.gbl>
<62F62F21-6FC3-40B1-AEB7-CF5D94B71BCD@.microsoft.com>
>Subject: RE: No authentication prompt when running report
>Date: Fri, 10 Mar 2006 08:00:28 -0800
>Lines: 335
>Message-ID: <F8A2D269-D832-46D2-8905-3D35BAE537C8@.microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
>Newsgroups: microsoft.public.sqlserver.reportingsvcs
>Path: TK2MSFTNGXA03.phx.gbl
>Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:70239
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
>Peter,
>I wish you could edit these posts...I've made a copy error from the logs.
>See below. After the
>2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx -
80
>lines, the client machine trying to access the report is logging:
>2006-03-10 15:11:29 149.24.174.70 GET /Reports/Pages/Report.aspx
>ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser
>xxx.xx.176.3
>Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+
CLR+2.0.50727) 200 0 0
>while the local machine accessing the report is logging:
>2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
>ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
>Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
>200 0 0
>2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/48report.jpg - 80
sqluser
>127.0.0.1
>Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
>200 0 0
>This is not occuring on the client machine:
>127.0.0.1
>Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
>200 0 0
>Can you think of a reason why?
>
>
>"Jason" wrote:
>> Peter,
>> I've been working with the IIS logs. I wonder if this info could shed a
>> little more light on the situation. This first excerpt is from my
client
>> machine where I am not getting the appropriate auth prompt and the
report
>> will not render (where xxx.xx.173.3 represents my client IP):
>> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> - xxx.xx.174.70 - 401 2 2148074254
>> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> - xxx.xx.174.70 - 401 2 2148074254
>> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> - xxx.xx.174.70 - 401 2 2148074254
>> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> - xxx.xx.174.70 - 401 2 2148074254
>> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> - xxx.xx.174.70 - 401 2 2148074254
>> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
>> xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
LR+2.0.50727) 200 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/js/ReportingServices.js -
80
>> sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
LR+2.0.50727) 304 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 GET
/Reports/styles/ReportingServices.css
>> - 80 sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
LR+2.0.50727) 304 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 GET
>> /aspnet_client/system_web/1_1_4322/WebUIValidation.js - 80 -
xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
LR+2.0.50727) 304 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/blank.gif - 80
sqluser
>> xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
LR+2.0.50727) 304 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/48report.jpg - 80
>> sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
LR+2.0.50727) 304 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/line_err1.gif - 80
>> sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
LR+2.0.50727) 304 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 GET
/Reports/images/toolbar_edge_top.gif -
>> 80 sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
LR+2.0.50727) 304 0 0
>> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/HideSharedArea.gif
-
>> 80 sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
LR+2.0.50727) 304 0 0
>> 2006-03-10 15:11:35 xxx.xx.174.70 GET
>> /Reports/images/toolbar_edge_bottom.gif - 80 sqluser xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
LR+2.0.50727) 304 0 0
>>
>> This excerpt is when the report is run locally on the server and I get
the
>> prompt when running the report.
>> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> - xxx.xx.174.70 - 401 2 2148074254
>> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
>> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> - xxx.xx.174.70 - 401 2 2148074254
>> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
>> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> - xxx.xx.174.70 - 401 2 2148074254
>> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
>> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> - xxx.xx.174.70 - 401 2 2148074254
>> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
>> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> - xxx.xx.174.70 - 401 2 2148074254
>> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
- 80
>> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
>> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
>> ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
>> 200 0 0
>> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/48report.jpg - 80
sqluser
>> 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
>> 200 0 0
>> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/HideSharedArea.gif -
80
>> sqluser 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
>> 200 0 0
>> 2006-03-10 15:12:48 xxx.xx.174.70 GET /ReportServer
%2fSSM+Applicant+Search+Report&rs:Command=Render&rc:ReplacementRoot=http://l
ocalhost/Reports/Pages/Report.aspx?ServerUrl=>> 80 - xxx.xx.174.70
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
>> 401 2 2148074254
>>
>> Notice the first difference difference here is after these lines:
>> /ReportServer/reportservice.asmx - 80
>> On the client, non working machine, I get this:
>> xxx.xx.176.3
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
LR+2.0.50727) 200 0 0
>> On the local, working machine, I get this:
>> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
>> ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
>> 200 0 0
>> Is this significant to you?
>>
>>
>> "Peter Yang [MSFT]" wrote:
>> > Hello Jason,
>> >
>> > Based on my further research, this issue might relate to MS04-044.
Please
>> > refer to the following article for details:
>> >
>> > Implement a Single-Sign On solution by using basic authentication and
>> > Internet Explorer client
>> > http://support.microsoft.com/default.aspx?scid=kb;EN-US;837104
>> >
>> > You may want to check if you have this update installed. Also, please
check
>> > if there is any proxy settings on the clients. You may want to check
if the
>> > issue occurs for Windows XP SP2/Win2003 SP1 machine.
>> >
>> > If the issue persists, you may want to use netmon to trace the HTTP
packets
>> > to see the sequence of packets.
>> >
>> > Best Regards,
>> >
>> > Peter Yang
>> > MCSE2000/2003, MCSA, MCDBA
>> > Microsoft Online Partner Support
>> >
>> > When responding to posts, please "Reply to Group" via your newsreader
so
>> > that others may learn and benefit from your issue.
>> >
>> > =====================================================>> >
>> >
>> > This posting is provided "AS IS" with no warranties, and confers no
rights.
>> >
>> >
>> > --
>> > >Thread-Topic: No authentication prompt when running report
>> > >thread-index: AcZB8l1EA1lAKyPXTayL61Ln9Pa+FQ==>> > >X-WBNR-Posting-Host: 149.24.175.16
>> > >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
>> > >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
>> > <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
>> > <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
>> > <G1$RKvbQGHA.5448@.TK2MSFTNGXA03.phx.gbl>
>> > >Subject: RE: No authentication prompt when running report
>> > >Date: Tue, 7 Mar 2006 06:21:02 -0800
>> > >Lines: 142
>> > >Message-ID: <FA890089-C850-4F14-B0BC-E0C5F7F2D1FD@.microsoft.com>
>> > >MIME-Version: 1.0
>> > >Content-Type: text/plain;
>> > > charset="Utf-8"
>> > >Content-Transfer-Encoding: 7bit
>> > >X-Newsreader: Microsoft CDO for Windows 2000
>> > >Content-Class: urn:content-classes:message
>> > >Importance: normal
>> > >Priority: normal
>> > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
>> > >Newsgroups: microsoft.public.sqlserver.reportingsvcs
>> > >Path: TK2MSFTNGXA03.phx.gbl
>> > >Xref: TK2MSFTNGXA03.phx.gbl
microsoft.public.sqlserver.reportingsvcs:69951
>> > >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>> > >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
>> > >
>> > >Peter,
>> > >
>> > >The user is a content admin. I have also tried it with the domain
admin.
>> > >The strangest part about this is that I get the second prompt and the
>> > report
>> > >loads successfully when accessing it from the web server. It's only
>> > remote
>> > >connections that have this behavior.
>> > >
>> > >"Peter Yang [MSFT]" wrote:
>> > >
>> > >> Hello,
>> > >>
>> > >> This could occur if the user is not in content manager role. You
may try
>> > to
>> > >> log on as a user with admin role on SRS to test.
>> > >>
>> > >> Best Regards,
>> > >>
>> > >> Peter Yang
>> > >> MCSE2000/2003, MCSA, MCDBA
>> > >> Microsoft Online Partner Support
>> > >>
>> > >> When responding to posts, please "Reply to Group" via your
newsreader so
>> > >> that others may learn and benefit from your issue.
>> > >>
>> > >> =====================================================>> > >>
>> > >> This posting is provided "AS IS" with no warranties, and confers no
>> > rights.
>> > >>
>> > >>
>> > >> --
>> > >> >Thread-Topic: No authentication prompt when running report
>> > >> >thread-index: AcZBJ94Y028mCY/6RlaHqrRQ/N2R6w==>> > >> >X-WBNR-Posting-Host: 149.24.175.16
>> > >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
>> > >> >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
>> > >> <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
>> > >> >Subject: RE: No authentication prompt when running report
>> > >> >Date: Mon, 6 Mar 2006 06:11:31 -0800
>> > >> >Lines: 76
>> > >> >Message-ID: <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
>> > >> >MIME-Version: 1.0
>> > >> >Content-Type: text/plain;
>> > >> > charset="Utf-8"
>> > >> >Content-Transfer-Encoding: 7bit
>> > >> >X-Newsreader: Microsoft CDO for Windows 2000
>> > >> >Content-Class: urn:content-classes:message
>> > >> >Importance: normal
>> > >> >Priority: normal
>> > >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
>> > >> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
>> > >> >Path: TK2MSFTNGXA03.phx.gbl
>> > >> >Xref: TK2MSFTNGXA03.phx.gbl
>> > microsoft.public.sqlserver.reportingsvcs:69866
>> > >> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>> > >> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
>> > >> >
>> > >> >Peter, thanks for the reply. Unfortunately, this is not the
answer.
>> > This
>> > >> >site is set up in Trusted Zones and it is set to prompt for un/pw.
On
>> > the
>> > >> >server, both the Reports and Reports Server vdirs are set to Basic
>> > Auth.
>> > >> The
>> > >> >domain is not configured to work with windows auth so I should be
>> > prompted
>> > >> >twice. This is the case on a second server I have SQL Reports
>> > configured
>> > >> on
>> > >> >and it works correctly. Any further ideas?
>> > >> >
>> > >> >"Peter Yang [MSFT]" wrote:
>> > >> >
>> > >> >> Hello,
>> > >> >>
>> > >> >> Basd on my scope, I think it is normal becasue
sessionstate/cookies
>> > are
>> > >> >> enabled for report manager.
>> > >> >>
>> > >> >> However, if you use Windows authentication, you shall not be
prompted
>> > to
>> > >> >> log on in the first place. You may want to check the following
IE
>> > >> settings:
>> > >> >>
>> > >> >> Tools->Internet Options->Security->Custom level
>> > >> >> Under User authentication, check if "Prompt for user name and
>> > password"
>> > >> is
>> > >> >> selected.
>> > >> >>
>> > >> >> Best Regards,
>> > >> >>
>> > >> >> Peter Yang
>> > >> >> MCSE2000/2003, MCSA, MCDBA
>> > >> >> Microsoft Online Partner Support
>> > >> >>
>> > >> >> When responding to posts, please "Reply to Group" via your
newsreader
>> > so
>> > >> >> that others may learn and benefit from your issue.
>> > >> >>
>> > >> >> =====================================================>> > >> >>
>> > >> >>
>> > >> >> This posting is provided "AS IS" with no warranties, and confers
no
>> > >> rights.
>> > >> >>
>> > >> >>
>> > >> >> --
>> > >> >> >Thread-Topic: No authentication prompt when running report
>> > >> >> >thread-index: AcY/thPOAKype6FWTeSkYUFrw7ffqQ==>> > >> >> >X-WBNR-Posting-Host: 68.163.226.168
>> > >> >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
>> > >> >> >Subject: No authentication prompt when running report
>> > >> >> >Date: Sat, 4 Mar 2006 10:04:27 -0800
>> > >> >> >Lines: 8
>> > >> >> >Message-ID: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
>> > >> >> >MIME-Version: 1.0
>> > >> >> >Content-Type: text/plain;
>> > >> >> > charset="Utf-8"
>|||Peter, George,
I resolved this issue on Friday afternoon and came in this morning to see
that the resolution had been posted here as well. It did end up being a DNS
issue. I changed the Report Server URL in the RSWebApplication.config to
reflect the web machine's IP and I can now load the report. I'm still not
sure why it doesn't prompt me a second time (as it does successfully in a
second similarly structured domain) but the reports are now loading which is
what I'm more concerned with. Thanks so much for your attention and time.
Jason
"gw1128" wrote:
> Jason, Peter,
> I am having the exact same problem. It appears that credential information
> is being automatically in some cases, but apparently is not doing it
> properly. I will try to implement the fix contained in your KB article.
> Just wanted to let you know you're not alone.
> "Peter Yang [MSFT]" wrote:
> > Hello Jason,
> >
> > Based on my further research, this issue might relate to MS04-044. Please
> > refer to the following article for details:
> >
> > Implement a Single-Sign On solution by using basic authentication and
> > Internet Explorer client
> > http://support.microsoft.com/default.aspx?scid=kb;EN-US;837104
> >
> > You may want to check if you have this update installed. Also, please check
> > if there is any proxy settings on the clients. You may want to check if the
> > issue occurs for Windows XP SP2/Win2003 SP1 machine.
> >
> > If the issue persists, you may want to use netmon to trace the HTTP packets
> > to see the sequence of packets.
> >
> > Best Regards,
> >
> > Peter Yang
> > MCSE2000/2003, MCSA, MCDBA
> > Microsoft Online Partner Support
> >
> > When responding to posts, please "Reply to Group" via your newsreader so
> > that others may learn and benefit from your issue.
> >
> > =====================================================> >
> >
> > This posting is provided "AS IS" with no warranties, and confers no rights.
> >
> >
> > --
> > >Thread-Topic: No authentication prompt when running report
> > >thread-index: AcZB8l1EA1lAKyPXTayL61Ln9Pa+FQ==> > >X-WBNR-Posting-Host: 149.24.175.16
> > >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> > >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> > <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> > <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> > <G1$RKvbQGHA.5448@.TK2MSFTNGXA03.phx.gbl>
> > >Subject: RE: No authentication prompt when running report
> > >Date: Tue, 7 Mar 2006 06:21:02 -0800
> > >Lines: 142
> > >Message-ID: <FA890089-C850-4F14-B0BC-E0C5F7F2D1FD@.microsoft.com>
> > >MIME-Version: 1.0
> > >Content-Type: text/plain;
> > > charset="Utf-8"
> > >Content-Transfer-Encoding: 7bit
> > >X-Newsreader: Microsoft CDO for Windows 2000
> > >Content-Class: urn:content-classes:message
> > >Importance: normal
> > >Priority: normal
> > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> > >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> > >Path: TK2MSFTNGXA03.phx.gbl
> > >Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:69951
> > >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> > >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> > >
> > >Peter,
> > >
> > >The user is a content admin. I have also tried it with the domain admin.
> > >The strangest part about this is that I get the second prompt and the
> > report
> > >loads successfully when accessing it from the web server. It's only
> > remote
> > >connections that have this behavior.
> > >
> > >"Peter Yang [MSFT]" wrote:
> > >
> > >> Hello,
> > >>
> > >> This could occur if the user is not in content manager role. You may try
> > to
> > >> log on as a user with admin role on SRS to test.
> > >>
> > >> Best Regards,
> > >>
> > >> Peter Yang
> > >> MCSE2000/2003, MCSA, MCDBA
> > >> Microsoft Online Partner Support
> > >>
> > >> When responding to posts, please "Reply to Group" via your newsreader so
> > >> that others may learn and benefit from your issue.
> > >>
> > >> =====================================================> > >>
> > >> This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > >>
> > >>
> > >> --
> > >> >Thread-Topic: No authentication prompt when running report
> > >> >thread-index: AcZBJ94Y028mCY/6RlaHqrRQ/N2R6w==> > >> >X-WBNR-Posting-Host: 149.24.175.16
> > >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> > >> >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> > >> <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> > >> >Subject: RE: No authentication prompt when running report
> > >> >Date: Mon, 6 Mar 2006 06:11:31 -0800
> > >> >Lines: 76
> > >> >Message-ID: <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> > >> >MIME-Version: 1.0
> > >> >Content-Type: text/plain;
> > >> > charset="Utf-8"
> > >> >Content-Transfer-Encoding: 7bit
> > >> >X-Newsreader: Microsoft CDO for Windows 2000
> > >> >Content-Class: urn:content-classes:message
> > >> >Importance: normal
> > >> >Priority: normal
> > >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> > >> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> > >> >Path: TK2MSFTNGXA03.phx.gbl
> > >> >Xref: TK2MSFTNGXA03.phx.gbl
> > microsoft.public.sqlserver.reportingsvcs:69866
> > >> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> > >> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> > >> >
> > >> >Peter, thanks for the reply. Unfortunately, this is not the answer.
> > This
> > >> >site is set up in Trusted Zones and it is set to prompt for un/pw. On
> > the
> > >> >server, both the Reports and Reports Server vdirs are set to Basic
> > Auth.
> > >> The
> > >> >domain is not configured to work with windows auth so I should be
> > prompted
> > >> >twice. This is the case on a second server I have SQL Reports
> > configured
> > >> on
> > >> >and it works correctly. Any further ideas?
> > >> >
> > >> >"Peter Yang [MSFT]" wrote:
> > >> >
> > >> >> Hello,
> > >> >>
> > >> >> Basd on my scope, I think it is normal becasue sessionstate/cookies
> > are
> > >> >> enabled for report manager.
> > >> >>
> > >> >> However, if you use Windows authentication, you shall not be prompted
> > to
> > >> >> log on in the first place. You may want to check the following IE
> > >> settings:
> > >> >>
> > >> >> Tools->Internet Options->Security->Custom level
> > >> >> Under User authentication, check if "Prompt for user name and
> > password"
> > >> is
> > >> >> selected.
> > >> >>
> > >> >> Best Regards,
> > >> >>
> > >> >> Peter Yang
> > >> >> MCSE2000/2003, MCSA, MCDBA
> > >> >> Microsoft Online Partner Support
> > >> >>
> > >> >> When responding to posts, please "Reply to Group" via your newsreader
> > so
> > >> >> that others may learn and benefit from your issue.
> > >> >>
> > >> >> =====================================================> > >> >>
> > >> >>
> > >> >> This posting is provided "AS IS" with no warranties, and confers no
> > >> rights.
> > >> >>
> > >> >>
> > >> >> --
> > >> >> >Thread-Topic: No authentication prompt when running report
> > >> >> >thread-index: AcY/thPOAKype6FWTeSkYUFrw7ffqQ==> > >> >> >X-WBNR-Posting-Host: 68.163.226.168
> > >> >> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> > >> >> >Subject: No authentication prompt when running report
> > >> >> >Date: Sat, 4 Mar 2006 10:04:27 -0800
> > >> >> >Lines: 8
> > >> >> >Message-ID: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> > >> >> >MIME-Version: 1.0
> > >> >> >Content-Type: text/plain;
> > >> >> > charset="Utf-8"
> > >> >> >Content-Transfer-Encoding: 7bit
> > >> >> >X-Newsreader: Microsoft CDO for Windows 2000
> > >> >> >Content-Class: urn:content-classes:message
> > >> >> >Importance: normal
> > >> >> >Priority: normal
> > >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> > >> >> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> > >> >> >Path: TK2MSFTNGXA03.phx.gbl
> > >> >> >Xref: TK2MSFTNGXA03.phx.gbl
> > >> microsoft.public.sqlserver.reportingsvcs:69826
> > >> >> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> > >> >> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> > >> >> >
> > >> >> >Strange problem: When I go to the reports site, I get prompted to
> > >> login.
> > >> >> I
> > >> >> >can log in successfully. When I attempt to run a report, I should
> > be
> > >> >> >prompted again. For some reason, I am not getting prompted when
> > >> running
> > >> >> the
> > >> >> >report so I am given an Action canceled, web page could not be found
> > >> >> error.
> > >> >> >The strange part is that if I log into the Reports site on the
> > server
> > >> >> hosting
> > >> >> >reports, I am prompted this second time and can run the report
> > >> >> successfully.
> > >> >> >Does anyone know of any authentication settings that might be
> > causing
> > >> this
> > >> >> >behavior?
> > >> >> >
> > >> >>
> > >> >>
> > >> >
> > >>
> > >>
> > >
> >
> >|||Peter,
Apparently, there is another config entry in RSReportServer.Config that you
can add to resolve this problem. There are other posts in this forum about
it - but it looks like this:
<ReportServerExternalUrl></ReportServerExternalUrl>
Obviously, you set the proper,externally visible url inside the tag. It
worked for me!
Notes: 1) the spelling and caps are very important for the tag. 2) for more
details about this config file entry, you can search the Reporting Services
help.
"Peter Yang [MSFT]" wrote:
> Hello Jason,
> According to the sympotms, it seems to be related to FQDN or name
> resolution. How did you configure <ReportServerUrl> in
> RSWebApplication.Config? How
> did you configure <UrlRoot> in RSReportServer.Config ? If you change them
> to FQDN URL, what is the result?
> Best Regards,
> Peter Yang
> MCSE2000/2003, MCSA, MCDBA
> Microsoft Online Partner Support
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> =====================================================>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> --
> >Thread-Topic: No authentication prompt when running report
> >thread-index: AcZEW8BaYkx8GQbqTJaDcq6WbOFFKQ==> >X-WBNR-Posting-Host: 149.24.175.16
> >From: =?Utf-8?B?SmFzb24=?= <Jason@.discussions.microsoft.com>
> >References: <7122426F-0596-4FED-86C8-82EFB768EB88@.microsoft.com>
> <A2nfhDOQGHA.944@.TK2MSFTNGXA03.phx.gbl>
> <274E132B-C794-4406-BBA5-6D3CF04796F1@.microsoft.com>
> <G1$RKvbQGHA.5448@.TK2MSFTNGXA03.phx.gbl>
> <FA890089-C850-4F14-B0BC-E0C5F7F2D1FD@.microsoft.com>
> <jKfd92lQGHA.6824@.TK2MSFTNGXA03.phx.gbl>
> <62F62F21-6FC3-40B1-AEB7-CF5D94B71BCD@.microsoft.com>
> >Subject: RE: No authentication prompt when running report
> >Date: Fri, 10 Mar 2006 08:00:28 -0800
> >Lines: 335
> >Message-ID: <F8A2D269-D832-46D2-8905-3D35BAE537C8@.microsoft.com>
> >MIME-Version: 1.0
> >Content-Type: text/plain;
> > charset="Utf-8"
> >Content-Transfer-Encoding: 7bit
> >X-Newsreader: Microsoft CDO for Windows 2000
> >Content-Class: urn:content-classes:message
> >Importance: normal
> >Priority: normal
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> >Newsgroups: microsoft.public.sqlserver.reportingsvcs
> >Path: TK2MSFTNGXA03.phx.gbl
> >Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.sqlserver.reportingsvcs:70239
> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> >X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> >
> >Peter,
> >I wish you could edit these posts...I've made a copy error from the logs.
> >See below. After the
> >2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx -
> 80
> >lines, the client machine trying to access the report is logging:
> >
> >2006-03-10 15:11:29 149.24.174.70 GET /Reports/Pages/Report.aspx
> >ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser
> >xxx.xx.176.3
> >Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+
> CLR+2.0.50727) 200 0 0
> >
> >while the local machine accessing the report is logging:
> >
> >2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
> >ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
> >Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> >200 0 0
> >2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/48report.jpg - 80
> sqluser
> >127.0.0.1
> >Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> >200 0 0
> >
> >This is not occuring on the client machine:
> >127.0.0.1
> >Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> >200 0 0
> >
> >Can you think of a reason why?
> >
> >
> >
> >
> >
> >"Jason" wrote:
> >
> >> Peter,
> >>
> >> I've been working with the IIS logs. I wonder if this info could shed a
> >> little more light on the situation. This first excerpt is from my
> client
> >> machine where I am not getting the appropriate auth prompt and the
> report
> >> will not render (where xxx.xx.173.3 represents my client IP):
> >> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> - xxx.xx.174.70 - 401 2 2148074254
> >> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> - xxx.xx.174.70 - 401 2 2148074254
> >> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> - xxx.xx.174.70 - 401 2 2148074254
> >> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> - xxx.xx.174.70 - 401 2 2148074254
> >> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> - xxx.xx.174.70 - 401 2 2148074254
> >> 2006-03-10 15:11:29 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> >> xxx.xx.176.3
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
> LR+2.0.50727) 200 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/js/ReportingServices.js -
> 80
> >> sqluser xxx.xx.176.3
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
> LR+2.0.50727) 304 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 GET
> /Reports/styles/ReportingServices.css
> >> - 80 sqluser xxx.xx.176.3
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
> LR+2.0.50727) 304 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 GET
> >> /aspnet_client/system_web/1_1_4322/WebUIValidation.js - 80 -
> xxx.xx.176.3
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
> LR+2.0.50727) 304 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/blank.gif - 80
> sqluser
> >> xxx.xx.176.3
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
> LR+2.0.50727) 304 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/48report.jpg - 80
> >> sqluser xxx.xx.176.3
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
> LR+2.0.50727) 304 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/line_err1.gif - 80
> >> sqluser xxx.xx.176.3
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
> LR+2.0.50727) 304 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 GET
> /Reports/images/toolbar_edge_top.gif -
> >> 80 sqluser xxx.xx.176.3
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
> LR+2.0.50727) 304 0 0
> >> 2006-03-10 15:11:29 xxx.xx.174.70 GET /Reports/images/HideSharedArea.gif
> -
> >> 80 sqluser xxx.xx.176.3
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
> LR+2.0.50727) 304 0 0
> >> 2006-03-10 15:11:35 xxx.xx.174.70 GET
> >> /Reports/images/toolbar_edge_bottom.gif - 80 sqluser xxx.xx.176.3
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
> LR+2.0.50727) 304 0 0
> >>
> >>
> >>
> >> This excerpt is when the report is run locally on the server and I get
> the
> >> prompt when running the report.
> >>
> >> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> - xxx.xx.174.70 - 401 2 2148074254
> >> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> >> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> - xxx.xx.174.70 - 401 2 2148074254
> >> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> >> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> - xxx.xx.174.70 - 401 2 2148074254
> >> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> >> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> - xxx.xx.174.70 - 401 2 2148074254
> >> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> >> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> - xxx.xx.174.70 - 401 2 2148074254
> >> 2006-03-10 15:12:48 xxx.xx.174.70 POST /ReportServer/reportservice.asmx
> - 80
> >> CAMMXSS2\sqluser xxx.xx.174.70 - 200 0 0
> >> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
> >> ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> >> 200 0 0
> >> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/48report.jpg - 80
> sqluser
> >> 127.0.0.1
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> >> 200 0 0
> >> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/images/HideSharedArea.gif -
> 80
> >> sqluser 127.0.0.1
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> >> 200 0 0
> >> 2006-03-10 15:12:48 xxx.xx.174.70 GET /ReportServer
> >>
> %2fSSM+Applicant+Search+Report&rs:Command=Render&rc:ReplacementRoot=http://l
> ocalhost/Reports/Pages/Report.aspx?ServerUrl=> >> 80 - xxx.xx.174.70
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> >> 401 2 2148074254
> >>
> >>
> >>
> >> Notice the first difference difference here is after these lines:
> >> /ReportServer/reportservice.asmx - 80
> >> On the client, non working machine, I get this:
> >> xxx.xx.176.3
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+C
> LR+2.0.50727) 200 0 0
> >>
> >> On the local, working machine, I get this:
> >> 2006-03-10 15:12:48 127.0.0.1 GET /Reports/Pages/Report.aspx
> >> ItemPath=%2fSSM+Applicant+Search+Report 80 sqluser 127.0.0.1
> >>
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> >> 200 0 0
> >>
> >> Is this significant to you?
> >>
> >>
> >>
> >>
> >> "Peter Yang [MSFT]" wrote:
> >>
> >> > Hello Jason,
> >> >
> >> > Based on my further research, this issue might relate to MS04-044.
> Please
> >> > refer to the following article for details:
> >> >
> >> > Implement a Single-Sign On solution by using basic authentication and
> >> > Internet Explorer client
> >> > http://support.microsoft.com/default.aspx?scid=kb;EN-US;837104
> >> >
> >> > You may want to check if you have this update installed. Also, please
> check
> >> > if there is any proxy settings on the clients. You may want to check
> if the
> >> > issue occurs for Windows XP SP2/Win2003 SP1 machine.
> >> >
> >> > If the issue persists, you may want to use netmon to trace the HTTP
> packets
> >> > to see the sequence of packets.
> >> >
> >> > Best Regards,
> >> >
> >> > Peter Yang
> >> > MCSE2000/2003, MCSA, MCDBA
> >> > Microsoft Online Partner Support
> >> >
> >> > When responding to posts, please "Reply to Group" via your newsreader
> sosql