Friday, March 30, 2012

Runtime error while installing SQL 2005 Standard Edition

Dear All,
I have an instance of SQL 2000 and while Installing another instance of SQL
Server2005 Standard Edition on Windows 2003 with SP1 on Dell Server, I am
getting error
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\WINDOWS\system32\MsiExec.exe
The application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.
All the hardware and software requirements are already there.
Any suggestions!
TIA
KayHi Kay
A couple of this to check
Make sure that you are up-to-date with windows update. Your hardware drivers
are the latest (especially video!). Also check out the SQL Server
installation log files http://msdn2.microsoft.com/en-us/library/ms143702.aspx
John
"Kay" wrote:
> Dear All,
> I have an instance of SQL 2000 and while Installing another instance of SQL
> Server2005 Standard Edition on Windows 2003 with SP1 on Dell Server, I am
> getting error
> Microsoft Visual C++ Runtime Library
> Runtime Error!
> Program: C:\WINDOWS\system32\MsiExec.exe
> The application has requested the Runtime to terminate it in an
> unusual way.
> Please contact the application's support team for more information.
>
> All the hardware and software requirements are already there.
> Any suggestions!
> TIA
> Kay
>
>

Run-time Error Vs. Compile Error!

How to understand whether an error is a run-time error or a compile
error?
Thanks,
ArpanCan you be more specific with your question? A compile error is a syntax
error. A good way to check this is to press the little check mark button in
QA and see if it compiles. Different objects/batches have different compile
requirements. One the code compiles, the next thing is to build a plan, and
the execute. Errors that happen here are considered run-time errors.
Do you have a specific situation that concerns you?
----
Louis Davidson - http://spaces.msn.com/members/drsql/
SQL Server MVP
"Arpan" <arpan_de@.hotmail.com> wrote in message
news:1123287800.195685.193030@.g44g2000cwa.googlegroups.com...
> How to understand whether an error is a run-time error or a compile
> error?
> Thanks,
> Arpan
>|||Thanks, Louis, for your response. So does compile errors ALWAYS mean
there are some syntax errors i.e. aren't there any other types of
errors (of course, excluding run-time errors) that are considered to be
compile errors?
No, my question is not concerned to any specific situation.
Thanks once again,
Regards,
Arpan|||See the following article by Erland Sommarskog, SQL Server MVP:
http://www.sommarskog.se/error-handling-I.html
(particulary the "Scope Abortion" section)
Razvan|||Definitely read Erland's stuff, but syntax, bad column names, (bad table
names can be ignored for delayed resolution to allow for temporary tables)
that sort of thing. Anything that makes your code unintelligible to SQL
Server. If SQL Server recognizes the syntax like you cannot say IF
condition THEN (it will squawk.) even though IF and THEN are valid in other
places.
Once it feels it likes the syntax, it runs it and everything else is
run-time in that the compiler didn't see the problem, but the query engine
does..
----
Louis Davidson - http://spaces.msn.com/members/drsql/
SQL Server MVP
"Arpan" <arpan_de@.hotmail.com> wrote in message
news:1123294036.972006.25270@.g14g2000cwa.googlegroups.com...
> Thanks, Louis, for your response. So does compile errors ALWAYS mean
> there are some syntax errors i.e. aren't there any other types of
> errors (of course, excluding run-time errors) that are considered to be
> compile errors?
> No, my question is not concerned to any specific situation.
> Thanks once again,
> Regards,
> Arpan
>

Runtime Error in Site Settings

Hi,
I get a runtime error messsage when I go into Site Settings and click on
Apply. The message reads: "A Runtiime Error has occured. Do you wish to
debug? Line 39: Error: 'undefined' is undefined"
Thank you in advance.Hmm, shouldn't be an error, undefined IS undefined. :)
Seriously though, is there any more information in the
RSWebAplication<date>.log file? Did you do anything special with the VRoots
(i.e. turn on anonymous access, move them to another website)?
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Johan" <Johan@.discussions.microsoft.com> wrote in message
news:4E753FB5-E3AC-4F60-A052-7091C49D695E@.microsoft.com...
> Hi,
> I get a runtime error messsage when I go into Site Settings and click on
> Apply. The message reads: "A Runtiime Error has occured. Do you wish to
> debug? Line 39: Error: 'undefined' is undefined"
> Thank you in advance.|||Hi Daniel,
I have not changed anything. I got this message directly after I installed
the software.
When I click "Yes" to debug when the error message appears, the following is
displayed (Settings.aspx file with the last line (if-statement) highlighted
in yellow)
function confirmSnapshotLimit(source, arguments){
var oldEffectivePolicy = -1;
var oldSystemPolicy = -1;
var needConfirmation = false;
if ( document.all('ui_btnSystem') != undefined && document.all
'ui_btnSystem').checked ) {
Here is the contents of the ReportServerWebApp log file:
<Header>
<Product>Microsoft SQL Server Reporting Services Version
8.00.878.00</Product>
<Locale>en-US</Locale>
<TimeZone>South Africa Standard Time</TimeZone>
<Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
Services\LogFiles\ReportServerWebApp__08_20_2004_09_39_55.log</Path>
<SystemName>GKTESTSQL</SystemName>
<OSName>Microsoft Windows NT 5.0.2195.0</OSName>
<OSVersion>5.0.2195.0</OSVersion>
</Header>
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
MaxScheduleWait to default value of '1' second(s) because it was not
specified in Configuration file.
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
DatabaseQueryTimeout to default value of '30' second(s) because it was not
specified in Configuration file.
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
InstanceName to default value of 'MSSQLSERVER.1' because it was not
specified in Configuration file.
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
ProcessRecycleOptions to default value of '0' because it was not specified
in Configuration file.
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
RunningRequestsScavengerCycle to default value of '30' second(s) because it
was not specified in Configuration file.
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
RunningRequestsDbCycle to default value of '30' second(s) because it was not
specified in Configuration file.
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
RunningRequestsAge to default value of '30' second(s) because it was not
specified in Configuration file.
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
CleanupCycleMinutes to default value of '10' minute(s) because it was not
specified in Configuration file.
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
SecureConnectionLevel to default value of '1' because it was not specified
in Configuration file.
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
DisplayErrorLink to 'True' as specified in Configuration file.
aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
WebServiceUseFileShareStorage to default value of 'False' because it was not
specified in Configuration file.
aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO: Reporting
Services starting SKU: Evaluation
aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO: Eval SKU: 118
days left
Thanks
-Johan
"Daniel Reib [MSFT]" wrote:
> Hmm, shouldn't be an error, undefined IS undefined. :)
> Seriously though, is there any more information in the
> RSWebAplication<date>.log file? Did you do anything special with the VRoots
> (i.e. turn on anonymous access, move them to another website)?
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Johan" <Johan@.discussions.microsoft.com> wrote in message
> news:4E753FB5-E3AC-4F60-A052-7091C49D695E@.microsoft.com...
> > Hi,
> >
> > I get a runtime error messsage when I go into Site Settings and click on
> > Apply. The message reads: "A Runtiime Error has occured. Do you wish to
> > debug? Line 39: Error: 'undefined' is undefined"
> >
> > Thank you in advance.
>
>|||Was this an upgrade from Beta 2? Can you try deleting your IE temporary
files and see if that helps.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Johan" <Johan@.discussions.microsoft.com> wrote in message
news:3AA144AC-0384-4293-8103-4B01456F442F@.microsoft.com...
> Hi Daniel,
> I have not changed anything. I got this message directly after I installed
> the software.
> When I click "Yes" to debug when the error message appears, the following
is
> displayed (Settings.aspx file with the last line (if-statement)
highlighted
> in yellow)
> function confirmSnapshotLimit(source, arguments){
> var oldEffectivePolicy = -1;
> var oldSystemPolicy = -1;
> var needConfirmation = false;
> if ( document.all('ui_btnSystem') != undefined && document.all
> 'ui_btnSystem').checked ) {
> Here is the contents of the ReportServerWebApp log file:
> <Header>
> <Product>Microsoft SQL Server Reporting Services Version
> 8.00.878.00</Product>
> <Locale>en-US</Locale>
> <TimeZone>South Africa Standard Time</TimeZone>
> <Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> Services\LogFiles\ReportServerWebApp__08_20_2004_09_39_55.log</Path>
> <SystemName>GKTESTSQL</SystemName>
> <OSName>Microsoft Windows NT 5.0.2195.0</OSName>
> <OSVersion>5.0.2195.0</OSVersion>
> </Header>
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration
file.
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> MaxScheduleWait to default value of '1' second(s) because it was not
> specified in Configuration file.
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> DatabaseQueryTimeout to default value of '30' second(s) because it was not
> specified in Configuration file.
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> InstanceName to default value of 'MSSQLSERVER.1' because it was not
> specified in Configuration file.
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> ProcessRecycleOptions to default value of '0' because it was not
specified
> in Configuration file.
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> RunningRequestsScavengerCycle to default value of '30' second(s) because
it
> was not specified in Configuration file.
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> RunningRequestsDbCycle to default value of '30' second(s) because it was
not
> specified in Configuration file.
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> RunningRequestsAge to default value of '30' second(s) because it was not
> specified in Configuration file.
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> CleanupCycleMinutes to default value of '10' minute(s) because it was not
> specified in Configuration file.
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> SecureConnectionLevel to default value of '1' because it was not
specified
> in Configuration file.
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> DisplayErrorLink to 'True' as specified in Configuration file.
> aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> WebServiceUseFileShareStorage to default value of 'False' because it was
not
> specified in Configuration file.
> aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO: Reporting
> Services starting SKU: Evaluation
> aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO: Eval SKU:
118
> days left
>
> Thanks
> -Johan
>
> "Daniel Reib [MSFT]" wrote:
> > Hmm, shouldn't be an error, undefined IS undefined. :)
> >
> > Seriously though, is there any more information in the
> > RSWebAplication<date>.log file? Did you do anything special with the
VRoots
> > (i.e. turn on anonymous access, move them to another website)?
> >
> > --
> > -Daniel
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> >
> >
> > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > news:4E753FB5-E3AC-4F60-A052-7091C49D695E@.microsoft.com...
> > > Hi,
> > >
> > > I get a runtime error messsage when I go into Site Settings and click
on
> > > Apply. The message reads: "A Runtiime Error has occured. Do you wish
to
> > > debug? Line 39: Error: 'undefined' is undefined"
> > >
> > > Thank you in advance.
> >
> >
> >|||Hi Daniel,
This was a new installation from the 120 day evaluation CD and I also
installed SP1. I deleted the temp Internet files but to no avail.
"Daniel Reib [MSFT]" wrote:
> Was this an upgrade from Beta 2? Can you try deleting your IE temporary
> files and see if that helps.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Johan" <Johan@.discussions.microsoft.com> wrote in message
> news:3AA144AC-0384-4293-8103-4B01456F442F@.microsoft.com...
> > Hi Daniel,
> >
> > I have not changed anything. I got this message directly after I installed
> > the software.
> >
> > When I click "Yes" to debug when the error message appears, the following
> is
> > displayed (Settings.aspx file with the last line (if-statement)
> highlighted
> > in yellow)
> >
> > function confirmSnapshotLimit(source, arguments){
> > var oldEffectivePolicy = -1;
> > var oldSystemPolicy = -1;
> > var needConfirmation = false;
> > if ( document.all('ui_btnSystem') != undefined && document.all
> > 'ui_btnSystem').checked ) {
> >
> > Here is the contents of the ReportServerWebApp log file:
> >
> > <Header>
> > <Product>Microsoft SQL Server Reporting Services Version
> > 8.00.878.00</Product>
> > <Locale>en-US</Locale>
> > <TimeZone>South Africa Standard Time</TimeZone>
> > <Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> > Services\LogFiles\ReportServerWebApp__08_20_2004_09_39_55.log</Path>
> > <SystemName>GKTESTSQL</SystemName>
> > <OSName>Microsoft Windows NT 5.0.2195.0</OSName>
> > <OSVersion>5.0.2195.0</OSVersion>
> > </Header>
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration
> file.
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > MaxScheduleWait to default value of '1' second(s) because it was not
> > specified in Configuration file.
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > DatabaseQueryTimeout to default value of '30' second(s) because it was not
> > specified in Configuration file.
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > InstanceName to default value of 'MSSQLSERVER.1' because it was not
> > specified in Configuration file.
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > ProcessRecycleOptions to default value of '0' because it was not
> specified
> > in Configuration file.
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > RunningRequestsScavengerCycle to default value of '30' second(s) because
> it
> > was not specified in Configuration file.
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > RunningRequestsDbCycle to default value of '30' second(s) because it was
> not
> > specified in Configuration file.
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > RunningRequestsAge to default value of '30' second(s) because it was not
> > specified in Configuration file.
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > CleanupCycleMinutes to default value of '10' minute(s) because it was not
> > specified in Configuration file.
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > SecureConnectionLevel to default value of '1' because it was not
> specified
> > in Configuration file.
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > DisplayErrorLink to 'True' as specified in Configuration file.
> > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > WebServiceUseFileShareStorage to default value of 'False' because it was
> not
> > specified in Configuration file.
> > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO: Reporting
> > Services starting SKU: Evaluation
> > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO: Eval SKU:
> 118
> > days left
> >
> >
> > Thanks
> > -Johan
> >
> >
> >
> > "Daniel Reib [MSFT]" wrote:
> >
> > > Hmm, shouldn't be an error, undefined IS undefined. :)
> > >
> > > Seriously though, is there any more information in the
> > > RSWebAplication<date>.log file? Did you do anything special with the
> VRoots
> > > (i.e. turn on anonymous access, move them to another website)?
> > >
> > > --
> > > -Daniel
> > > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > >
> > >
> > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > news:4E753FB5-E3AC-4F60-A052-7091C49D695E@.microsoft.com...
> > > > Hi,
> > > >
> > > > I get a runtime error messsage when I go into Site Settings and click
> on
> > > > Apply. The message reads: "A Runtiime Error has occured. Do you wish
> to
> > > > debug? Line 39: Error: 'undefined' is undefined"
> > > >
> > > > Thank you in advance.
> > >
> > >
> > >
>
>|||Are you a local admin to the box that has ReportServer? Have you changed
any of your system permissions? Perhaps you have stumbled on a permissions
bug.
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Johan" <Johan@.discussions.microsoft.com> wrote in message
news:14181F51-DCB2-4226-BFB9-B35CC523F180@.microsoft.com...
> Hi Daniel,
> This was a new installation from the 120 day evaluation CD and I also
> installed SP1. I deleted the temp Internet files but to no avail.
>
> "Daniel Reib [MSFT]" wrote:
> > Was this an upgrade from Beta 2? Can you try deleting your IE temporary
> > files and see if that helps.
> >
> > --
> > -Daniel
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> >
> >
> > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > news:3AA144AC-0384-4293-8103-4B01456F442F@.microsoft.com...
> > > Hi Daniel,
> > >
> > > I have not changed anything. I got this message directly after I
installed
> > > the software.
> > >
> > > When I click "Yes" to debug when the error message appears, the
following
> > is
> > > displayed (Settings.aspx file with the last line (if-statement)
> > highlighted
> > > in yellow)
> > >
> > > function confirmSnapshotLimit(source, arguments){
> > > var oldEffectivePolicy = -1;
> > > var oldSystemPolicy = -1;
> > > var needConfirmation = false;
> > > if ( document.all('ui_btnSystem') != undefined && document.all
> > > 'ui_btnSystem').checked ) {
> > >
> > > Here is the contents of the ReportServerWebApp log file:
> > >
> > > <Header>
> > > <Product>Microsoft SQL Server Reporting Services Version
> > > 8.00.878.00</Product>
> > > <Locale>en-US</Locale>
> > > <TimeZone>South Africa Standard Time</TimeZone>
> > > <Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> > > Services\LogFiles\ReportServerWebApp__08_20_2004_09_39_55.log</Path>
> > > <SystemName>GKTESTSQL</SystemName>
> > > <OSName>Microsoft Windows NT 5.0.2195.0</OSName>
> > > <OSVersion>5.0.2195.0</OSVersion>
> > > </Header>
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > MaxActiveReqForOneUser to '20' requests(s) as specified in
Configuration
> > file.
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > MaxScheduleWait to default value of '1' second(s) because it was not
> > > specified in Configuration file.
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > DatabaseQueryTimeout to default value of '30' second(s) because it was
not
> > > specified in Configuration file.
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > InstanceName to default value of 'MSSQLSERVER.1' because it was not
> > > specified in Configuration file.
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > ProcessRecycleOptions to default value of '0' because it was not
> > specified
> > > in Configuration file.
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > RunningRequestsScavengerCycle to default value of '30' second(s)
because
> > it
> > > was not specified in Configuration file.
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > RunningRequestsDbCycle to default value of '30' second(s) because it
was
> > not
> > > specified in Configuration file.
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > RunningRequestsAge to default value of '30' second(s) because it was
not
> > > specified in Configuration file.
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > CleanupCycleMinutes to default value of '10' minute(s) because it was
not
> > > specified in Configuration file.
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > SecureConnectionLevel to default value of '1' because it was not
> > specified
> > > in Configuration file.
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > DisplayErrorLink to 'True' as specified in Configuration file.
> > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > WebServiceUseFileShareStorage to default value of 'False' because it
was
> > not
> > > specified in Configuration file.
> > > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO:
Reporting
> > > Services starting SKU: Evaluation
> > > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO: Eval
SKU:
> > 118
> > > days left
> > >
> > >
> > > Thanks
> > > -Johan
> > >
> > >
> > >
> > > "Daniel Reib [MSFT]" wrote:
> > >
> > > > Hmm, shouldn't be an error, undefined IS undefined. :)
> > > >
> > > > Seriously though, is there any more information in the
> > > > RSWebAplication<date>.log file? Did you do anything special with
the
> > VRoots
> > > > (i.e. turn on anonymous access, move them to another website)?
> > > >
> > > > --
> > > > -Daniel
> > > > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > > >
> > > >
> > > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > > news:4E753FB5-E3AC-4F60-A052-7091C49D695E@.microsoft.com...
> > > > > Hi,
> > > > >
> > > > > I get a runtime error messsage when I go into Site Settings and
click
> > on
> > > > > Apply. The message reads: "A Runtiime Error has occured. Do you
wish
> > to
> > > > > debug? Line 39: Error: 'undefined' is undefined"
> > > > >
> > > > > Thank you in advance.
> > > >
> > > >
> > > >
> >
> >
> >|||I was not in the Administrator group but my login id has been to this group
now. I'm still getting the error though. Do I need to reboot? We are running
on Windows 2000 Advanced Server.
"Daniel Reib [MSFT]" wrote:
> Are you a local admin to the box that has ReportServer? Have you changed
> any of your system permissions? Perhaps you have stumbled on a permissions
> bug.
>
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Johan" <Johan@.discussions.microsoft.com> wrote in message
> news:14181F51-DCB2-4226-BFB9-B35CC523F180@.microsoft.com...
> > Hi Daniel,
> >
> > This was a new installation from the 120 day evaluation CD and I also
> > installed SP1. I deleted the temp Internet files but to no avail.
> >
> >
> > "Daniel Reib [MSFT]" wrote:
> >
> > > Was this an upgrade from Beta 2? Can you try deleting your IE temporary
> > > files and see if that helps.
> > >
> > > --
> > > -Daniel
> > > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > >
> > >
> > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > news:3AA144AC-0384-4293-8103-4B01456F442F@.microsoft.com...
> > > > Hi Daniel,
> > > >
> > > > I have not changed anything. I got this message directly after I
> installed
> > > > the software.
> > > >
> > > > When I click "Yes" to debug when the error message appears, the
> following
> > > is
> > > > displayed (Settings.aspx file with the last line (if-statement)
> > > highlighted
> > > > in yellow)
> > > >
> > > > function confirmSnapshotLimit(source, arguments){
> > > > var oldEffectivePolicy = -1;
> > > > var oldSystemPolicy = -1;
> > > > var needConfirmation = false;
> > > > if ( document.all('ui_btnSystem') != undefined && document.all
> > > > 'ui_btnSystem').checked ) {
> > > >
> > > > Here is the contents of the ReportServerWebApp log file:
> > > >
> > > > <Header>
> > > > <Product>Microsoft SQL Server Reporting Services Version
> > > > 8.00.878.00</Product>
> > > > <Locale>en-US</Locale>
> > > > <TimeZone>South Africa Standard Time</TimeZone>
> > > > <Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> > > > Services\LogFiles\ReportServerWebApp__08_20_2004_09_39_55.log</Path>
> > > > <SystemName>GKTESTSQL</SystemName>
> > > > <OSName>Microsoft Windows NT 5.0.2195.0</OSName>
> > > > <OSVersion>5.0.2195.0</OSVersion>
> > > > </Header>
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > MaxActiveReqForOneUser to '20' requests(s) as specified in
> Configuration
> > > file.
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > MaxScheduleWait to default value of '1' second(s) because it was not
> > > > specified in Configuration file.
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > DatabaseQueryTimeout to default value of '30' second(s) because it was
> not
> > > > specified in Configuration file.
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > InstanceName to default value of 'MSSQLSERVER.1' because it was not
> > > > specified in Configuration file.
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > ProcessRecycleOptions to default value of '0' because it was not
> > > specified
> > > > in Configuration file.
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > RunningRequestsScavengerCycle to default value of '30' second(s)
> because
> > > it
> > > > was not specified in Configuration file.
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > RunningRequestsDbCycle to default value of '30' second(s) because it
> was
> > > not
> > > > specified in Configuration file.
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > RunningRequestsAge to default value of '30' second(s) because it was
> not
> > > > specified in Configuration file.
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > CleanupCycleMinutes to default value of '10' minute(s) because it was
> not
> > > > specified in Configuration file.
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > SecureConnectionLevel to default value of '1' because it was not
> > > specified
> > > > in Configuration file.
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > DisplayErrorLink to 'True' as specified in Configuration file.
> > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > WebServiceUseFileShareStorage to default value of 'False' because it
> was
> > > not
> > > > specified in Configuration file.
> > > > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO:
> Reporting
> > > > Services starting SKU: Evaluation
> > > > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO: Eval
> SKU:
> > > 118
> > > > days left
> > > >
> > > >
> > > > Thanks
> > > > -Johan
> > > >
> > > >
> > > >
> > > > "Daniel Reib [MSFT]" wrote:
> > > >
> > > > > Hmm, shouldn't be an error, undefined IS undefined. :)
> > > > >
> > > > > Seriously though, is there any more information in the
> > > > > RSWebAplication<date>.log file? Did you do anything special with
> the
> > > VRoots
> > > > > (i.e. turn on anonymous access, move them to another website)?
> > > > >
> > > > > --
> > > > > -Daniel
> > > > > This posting is provided "AS IS" with no warranties, and confers no
> > > rights.
> > > > >
> > > > >
> > > > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > > > news:4E753FB5-E3AC-4F60-A052-7091C49D695E@.microsoft.com...
> > > > > > Hi,
> > > > > >
> > > > > > I get a runtime error messsage when I go into Site Settings and
> click
> > > on
> > > > > > Apply. The message reads: "A Runtiime Error has occured. Do you
> wish
> > > to
> > > > > > debug? Line 39: Error: 'undefined' is undefined"
> > > > > >
> > > > > > Thank you in advance.
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
>
>|||I wouldn't think a reboot would help. What Report Server system permissions
do you have?
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Johan" <Johan@.discussions.microsoft.com> wrote in message
news:AC2AEBA4-62FA-4D60-BF1C-284B4702F7F8@.microsoft.com...
> I was not in the Administrator group but my login id has been to this
group
> now. I'm still getting the error though. Do I need to reboot? We are
running
> on Windows 2000 Advanced Server.
>
> "Daniel Reib [MSFT]" wrote:
> > Are you a local admin to the box that has ReportServer? Have you
changed
> > any of your system permissions? Perhaps you have stumbled on a
permissions
> > bug.
> >
> >
> > --
> > -Daniel
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> >
> >
> > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > news:14181F51-DCB2-4226-BFB9-B35CC523F180@.microsoft.com...
> > > Hi Daniel,
> > >
> > > This was a new installation from the 120 day evaluation CD and I also
> > > installed SP1. I deleted the temp Internet files but to no avail.
> > >
> > >
> > > "Daniel Reib [MSFT]" wrote:
> > >
> > > > Was this an upgrade from Beta 2? Can you try deleting your IE
temporary
> > > > files and see if that helps.
> > > >
> > > > --
> > > > -Daniel
> > > > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > > >
> > > >
> > > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > > news:3AA144AC-0384-4293-8103-4B01456F442F@.microsoft.com...
> > > > > Hi Daniel,
> > > > >
> > > > > I have not changed anything. I got this message directly after I
> > installed
> > > > > the software.
> > > > >
> > > > > When I click "Yes" to debug when the error message appears, the
> > following
> > > > is
> > > > > displayed (Settings.aspx file with the last line (if-statement)
> > > > highlighted
> > > > > in yellow)
> > > > >
> > > > > function confirmSnapshotLimit(source, arguments){
> > > > > var oldEffectivePolicy = -1;
> > > > > var oldSystemPolicy = -1;
> > > > > var needConfirmation = false;
> > > > > if ( document.all('ui_btnSystem') != undefined && document.all
> > > > > 'ui_btnSystem').checked ) {
> > > > >
> > > > > Here is the contents of the ReportServerWebApp log file:
> > > > >
> > > > > <Header>
> > > > > <Product>Microsoft SQL Server Reporting Services Version
> > > > > 8.00.878.00</Product>
> > > > > <Locale>en-US</Locale>
> > > > > <TimeZone>South Africa Standard Time</TimeZone>
> > > > > <Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> > > > >
Services\LogFiles\ReportServerWebApp__08_20_2004_09_39_55.log</Path>
> > > > > <SystemName>GKTESTSQL</SystemName>
> > > > > <OSName>Microsoft Windows NT 5.0.2195.0</OSName>
> > > > > <OSVersion>5.0.2195.0</OSVersion>
> > > > > </Header>
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > MaxActiveReqForOneUser to '20' requests(s) as specified in
> > Configuration
> > > > file.
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > MaxScheduleWait to default value of '1' second(s) because it was
not
> > > > > specified in Configuration file.
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > DatabaseQueryTimeout to default value of '30' second(s) because it
was
> > not
> > > > > specified in Configuration file.
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > InstanceName to default value of 'MSSQLSERVER.1' because it was
not
> > > > > specified in Configuration file.
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > ProcessRecycleOptions to default value of '0' because it was not
> > > > specified
> > > > > in Configuration file.
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > RunningRequestsScavengerCycle to default value of '30' second(s)
> > because
> > > > it
> > > > > was not specified in Configuration file.
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > RunningRequestsDbCycle to default value of '30' second(s) because
it
> > was
> > > > not
> > > > > specified in Configuration file.
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > RunningRequestsAge to default value of '30' second(s) because it
was
> > not
> > > > > specified in Configuration file.
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > CleanupCycleMinutes to default value of '10' minute(s) because it
was
> > not
> > > > > specified in Configuration file.
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > SecureConnectionLevel to default value of '1' because it was not
> > > > specified
> > > > > in Configuration file.
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > DisplayErrorLink to 'True' as specified in Configuration file.
> > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO: Initializing
> > > > > WebServiceUseFileShareStorage to default value of 'False' because
it
> > was
> > > > not
> > > > > specified in Configuration file.
> > > > > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO:
> > Reporting
> > > > > Services starting SKU: Evaluation
> > > > > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO: Eval
> > SKU:
> > > > 118
> > > > > days left
> > > > >
> > > > >
> > > > > Thanks
> > > > > -Johan
> > > > >
> > > > >
> > > > >
> > > > > "Daniel Reib [MSFT]" wrote:
> > > > >
> > > > > > Hmm, shouldn't be an error, undefined IS undefined. :)
> > > > > >
> > > > > > Seriously though, is there any more information in the
> > > > > > RSWebAplication<date>.log file? Did you do anything special
with
> > the
> > > > VRoots
> > > > > > (i.e. turn on anonymous access, move them to another website)?
> > > > > >
> > > > > > --
> > > > > > -Daniel
> > > > > > This posting is provided "AS IS" with no warranties, and confers
no
> > > > rights.
> > > > > >
> > > > > >
> > > > > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > > > > news:4E753FB5-E3AC-4F60-A052-7091C49D695E@.microsoft.com...
> > > > > > > Hi,
> > > > > > >
> > > > > > > I get a runtime error messsage when I go into Site Settings
and
> > click
> > > > on
> > > > > > > Apply. The message reads: "A Runtiime Error has occured. Do
you
> > wish
> > > > to
> > > > > > > debug? Line 39: Error: 'undefined' is undefined"
> > > > > > >
> > > > > > > Thank you in advance.
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > >
> > > >
> >
> >
> >|||Yes, but do you have any special system roles. Look at the 'Configure
site-wide security' link.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Johan" <Johan@.discussions.microsoft.com> wrote in message
news:7909811D-745B-4841-96A9-B871C4620DFD@.microsoft.com...
> I'm a Content Manager and have access to every item within the Content
> Manager role.
>
> "Daniel Reib [MSFT]" wrote:
> > I wouldn't think a reboot would help. What Report Server system
permissions
> > do you have?
> >
> > --
> > -Daniel
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> >
> >
> > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > news:AC2AEBA4-62FA-4D60-BF1C-284B4702F7F8@.microsoft.com...
> > > I was not in the Administrator group but my login id has been to this
> > group
> > > now. I'm still getting the error though. Do I need to reboot? We are
> > running
> > > on Windows 2000 Advanced Server.
> > >
> > >
> > >
> > > "Daniel Reib [MSFT]" wrote:
> > >
> > > > Are you a local admin to the box that has ReportServer? Have you
> > changed
> > > > any of your system permissions? Perhaps you have stumbled on a
> > permissions
> > > > bug.
> > > >
> > > >
> > > > --
> > > > -Daniel
> > > > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > > >
> > > >
> > > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > > news:14181F51-DCB2-4226-BFB9-B35CC523F180@.microsoft.com...
> > > > > Hi Daniel,
> > > > >
> > > > > This was a new installation from the 120 day evaluation CD and I
also
> > > > > installed SP1. I deleted the temp Internet files but to no avail.
> > > > >
> > > > >
> > > > > "Daniel Reib [MSFT]" wrote:
> > > > >
> > > > > > Was this an upgrade from Beta 2? Can you try deleting your IE
> > temporary
> > > > > > files and see if that helps.
> > > > > >
> > > > > > --
> > > > > > -Daniel
> > > > > > This posting is provided "AS IS" with no warranties, and confers
no
> > > > rights.
> > > > > >
> > > > > >
> > > > > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > > > > news:3AA144AC-0384-4293-8103-4B01456F442F@.microsoft.com...
> > > > > > > Hi Daniel,
> > > > > > >
> > > > > > > I have not changed anything. I got this message directly after
I
> > > > installed
> > > > > > > the software.
> > > > > > >
> > > > > > > When I click "Yes" to debug when the error message appears,
the
> > > > following
> > > > > > is
> > > > > > > displayed (Settings.aspx file with the last line
(if-statement)
> > > > > > highlighted
> > > > > > > in yellow)
> > > > > > >
> > > > > > > function confirmSnapshotLimit(source, arguments){
> > > > > > > var oldEffectivePolicy = -1;
> > > > > > > var oldSystemPolicy = -1;
> > > > > > > var needConfirmation = false;
> > > > > > > if ( document.all('ui_btnSystem') != undefined &&
document.all
> > > > > > > 'ui_btnSystem').checked ) {
> > > > > > >
> > > > > > > Here is the contents of the ReportServerWebApp log file:
> > > > > > >
> > > > > > > <Header>
> > > > > > > <Product>Microsoft SQL Server Reporting Services Version
> > > > > > > 8.00.878.00</Product>
> > > > > > > <Locale>en-US</Locale>
> > > > > > > <TimeZone>South Africa Standard Time</TimeZone>
> > > > > > > <Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> > > > > > >
> > Services\LogFiles\ReportServerWebApp__08_20_2004_09_39_55.log</Path>
> > > > > > > <SystemName>GKTESTSQL</SystemName>
> > > > > > > <OSName>Microsoft Windows NT 5.0.2195.0</OSName>
> > > > > > > <OSVersion>5.0.2195.0</OSVersion>
> > > > > > > </Header>
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > MaxActiveReqForOneUser to '20' requests(s) as specified in
> > > > Configuration
> > > > > > file.
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > MaxScheduleWait to default value of '1' second(s) because it
was
> > not
> > > > > > > specified in Configuration file.
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > DatabaseQueryTimeout to default value of '30' second(s)
because it
> > was
> > > > not
> > > > > > > specified in Configuration file.
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > InstanceName to default value of 'MSSQLSERVER.1' because it
was
> > not
> > > > > > > specified in Configuration file.
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > ProcessRecycleOptions to default value of '0' because it was
not
> > > > > > specified
> > > > > > > in Configuration file.
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > RunningRequestsScavengerCycle to default value of '30'
second(s)
> > > > because
> > > > > > it
> > > > > > > was not specified in Configuration file.
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > RunningRequestsDbCycle to default value of '30' second(s)
because
> > it
> > > > was
> > > > > > not
> > > > > > > specified in Configuration file.
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > RunningRequestsAge to default value of '30' second(s) because
it
> > was
> > > > not
> > > > > > > specified in Configuration file.
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > CleanupCycleMinutes to default value of '10' minute(s) because
it
> > was
> > > > not
> > > > > > > specified in Configuration file.
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > SecureConnectionLevel to default value of '1' because it was
not
> > > > > > specified
> > > > > > > in Configuration file.
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > DisplayErrorLink to 'True' as specified in Configuration
file.
> > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
Initializing
> > > > > > > WebServiceUseFileShareStorage to default value of 'False'
because
> > it
> > > > was
> > > > > > not
> > > > > > > specified in Configuration file.
> > > > > > > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO:
> > > > Reporting
> > > > > > > Services starting SKU: Evaluation
> > > > > > > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i INFO:
Eval
> > > > SKU:
> > > > > > 118
> > > > > > > days left
> > > > > > >
> > > > > > >
> > > > > > > Thanks
> > > > > > > -Johan
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > "Daniel Reib [MSFT]" wrote:
> > > > > > >
> > > > > > > > Hmm, shouldn't be an error, undefined IS undefined. :)
> > > > > > > >
> > > > > > > > Seriously though, is there any more information in the
> > > > > > > > RSWebAplication<date>.log file? Did you do anything special
> > with
> > > > the
> > > > > > VRoots
> > > > > > > > (i.e. turn on anonymous access, move them to another
website)?
> > > > > > > >
> > > > > > > > --
> > > > > > > > -Daniel
> > > > > > > > This posting is provided "AS IS" with no warranties, and
confers
> > no
> > > > > > rights.
> > > > > > > >
> > > > > > > >
> > > > > > > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > > > > > > news:4E753FB5-E3AC-4F60-A052-7091C49D695E@.microsoft.com...
> > > > > > > > > Hi,
> > > > > > > > >
> > > > > > > > > I get a runtime error messsage when I go into Site
Settings
> > and
> > > > click
> > > > > > on
> > > > > > > > > Apply. The message reads: "A Runtiime Error has occured.
Do
> > you
> > > > wish
> > > > > > to
> > > > > > > > > debug? Line 39: Error: 'undefined' is undefined"
> > > > > > > > >
> > > > > > > > > Thank you in advance.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > >
> > > >
> >
> >
> >|||I'm sorry but I am not sure what the problem is. Everything seems correct.
Can you send me the source file the html page? Just send it directly to me
(remove the online in my address) Maybe something in there will help me
figure this out.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Johan" <Johan@.discussions.microsoft.com> wrote in message
news:F3FAD55A-FF12-4CBB-A228-0CC519E157F0@.microsoft.com...
> I'm a System Administrator there. In this Role "View report server
> properties" and "View shared schedules" were not ticked. I selected these
> items but the error still occurs.
> Johan
>
> "Daniel Reib [MSFT]" wrote:
> > Yes, but do you have any special system roles. Look at the 'Configure
> > site-wide security' link.
> >
> > --
> > -Daniel
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> >
> >
> > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > news:7909811D-745B-4841-96A9-B871C4620DFD@.microsoft.com...
> > > I'm a Content Manager and have access to every item within the Content
> > > Manager role.
> > >
> > >
> > > "Daniel Reib [MSFT]" wrote:
> > >
> > > > I wouldn't think a reboot would help. What Report Server system
> > permissions
> > > > do you have?
> > > >
> > > > --
> > > > -Daniel
> > > > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > > >
> > > >
> > > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > > news:AC2AEBA4-62FA-4D60-BF1C-284B4702F7F8@.microsoft.com...
> > > > > I was not in the Administrator group but my login id has been to
this
> > > > group
> > > > > now. I'm still getting the error though. Do I need to reboot? We
are
> > > > running
> > > > > on Windows 2000 Advanced Server.
> > > > >
> > > > >
> > > > >
> > > > > "Daniel Reib [MSFT]" wrote:
> > > > >
> > > > > > Are you a local admin to the box that has ReportServer? Have
you
> > > > changed
> > > > > > any of your system permissions? Perhaps you have stumbled on a
> > > > permissions
> > > > > > bug.
> > > > > >
> > > > > >
> > > > > > --
> > > > > > -Daniel
> > > > > > This posting is provided "AS IS" with no warranties, and confers
no
> > > > rights.
> > > > > >
> > > > > >
> > > > > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > > > > news:14181F51-DCB2-4226-BFB9-B35CC523F180@.microsoft.com...
> > > > > > > Hi Daniel,
> > > > > > >
> > > > > > > This was a new installation from the 120 day evaluation CD and
I
> > also
> > > > > > > installed SP1. I deleted the temp Internet files but to no
avail.
> > > > > > >
> > > > > > >
> > > > > > > "Daniel Reib [MSFT]" wrote:
> > > > > > >
> > > > > > > > Was this an upgrade from Beta 2? Can you try deleting your
IE
> > > > temporary
> > > > > > > > files and see if that helps.
> > > > > > > >
> > > > > > > > --
> > > > > > > > -Daniel
> > > > > > > > This posting is provided "AS IS" with no warranties, and
confers
> > no
> > > > > > rights.
> > > > > > > >
> > > > > > > >
> > > > > > > > "Johan" <Johan@.discussions.microsoft.com> wrote in message
> > > > > > > > news:3AA144AC-0384-4293-8103-4B01456F442F@.microsoft.com...
> > > > > > > > > Hi Daniel,
> > > > > > > > >
> > > > > > > > > I have not changed anything. I got this message directly
after
> > I
> > > > > > installed
> > > > > > > > > the software.
> > > > > > > > >
> > > > > > > > > When I click "Yes" to debug when the error message
appears,
> > the
> > > > > > following
> > > > > > > > is
> > > > > > > > > displayed (Settings.aspx file with the last line
> > (if-statement)
> > > > > > > > highlighted
> > > > > > > > > in yellow)
> > > > > > > > >
> > > > > > > > > function confirmSnapshotLimit(source, arguments){
> > > > > > > > > var oldEffectivePolicy = -1;
> > > > > > > > > var oldSystemPolicy = -1;
> > > > > > > > > var needConfirmation = false;
> > > > > > > > > if ( document.all('ui_btnSystem') != undefined &&
> > document.all
> > > > > > > > > 'ui_btnSystem').checked ) {
> > > > > > > > >
> > > > > > > > > Here is the contents of the ReportServerWebApp log file:
> > > > > > > > >
> > > > > > > > > <Header>
> > > > > > > > > <Product>Microsoft SQL Server Reporting Services Version
> > > > > > > > > 8.00.878.00</Product>
> > > > > > > > > <Locale>en-US</Locale>
> > > > > > > > > <TimeZone>South Africa Standard Time</TimeZone>
> > > > > > > > > <Path>C:\Program Files\Microsoft SQL
Server\MSSQL\Reporting
> > > > > > > > >
> > > > Services\LogFiles\ReportServerWebApp__08_20_2004_09_39_55.log</Path>
> > > > > > > > > <SystemName>GKTESTSQL</SystemName>
> > > > > > > > > <OSName>Microsoft Windows NT 5.0.2195.0</OSName>
> > > > > > > > > <OSVersion>5.0.2195.0</OSVersion>
> > > > > > > > > </Header>
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > MaxActiveReqForOneUser to '20' requests(s) as specified in
> > > > > > Configuration
> > > > > > > > file.
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > MaxScheduleWait to default value of '1' second(s) because
it
> > was
> > > > not
> > > > > > > > > specified in Configuration file.
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > DatabaseQueryTimeout to default value of '30' second(s)
> > because it
> > > > was
> > > > > > not
> > > > > > > > > specified in Configuration file.
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > InstanceName to default value of 'MSSQLSERVER.1' because
it
> > was
> > > > not
> > > > > > > > > specified in Configuration file.
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > ProcessRecycleOptions to default value of '0' because it
was
> > not
> > > > > > > > specified
> > > > > > > > > in Configuration file.
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > RunningRequestsScavengerCycle to default value of '30'
> > second(s)
> > > > > > because
> > > > > > > > it
> > > > > > > > > was not specified in Configuration file.
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > RunningRequestsDbCycle to default value of '30' second(s)
> > because
> > > > it
> > > > > > was
> > > > > > > > not
> > > > > > > > > specified in Configuration file.
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > RunningRequestsAge to default value of '30' second(s)
because
> > it
> > > > was
> > > > > > not
> > > > > > > > > specified in Configuration file.
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > CleanupCycleMinutes to default value of '10' minute(s)
because
> > it
> > > > was
> > > > > > not
> > > > > > > > > specified in Configuration file.
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > SecureConnectionLevel to default value of '1' because it
was
> > not
> > > > > > > > specified
> > > > > > > > > in Configuration file.
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > DisplayErrorLink to 'True' as specified in Configuration
> > file.
> > > > > > > > > aspnet_wp!library!130c!8/20/2004-09:39:55:: i INFO:
> > Initializing
> > > > > > > > > WebServiceUseFileShareStorage to default value of 'False'
> > because
> > > > it
> > > > > > was
> > > > > > > > not
> > > > > > > > > specified in Configuration file.
> > > > > > > > > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i
INFO:
> > > > > > Reporting
> > > > > > > > > Services starting SKU: Evaluation
> > > > > > > > > aspnet_wp!resourceutilities!1798!8/20/2004-16:24:49:: i
INFO:
> > Eval
> > > > > > SKU:
> > > > > > > > 118
> > > > > > > > > days left
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Thanks
> > > > > > > > > -Johan
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > "Daniel Reib [MSFT]" wrote:
> > > > > > > > >
> > > > > > > > > > Hmm, shouldn't be an error, undefined IS undefined. :)
> > > > > > > > > >
> > > > > > > > > > Seriously though, is there any more information in the
> > > > > > > > > > RSWebAplication<date>.log file? Did you do anything
special
> > > > with
> > > > > > the
> > > > > > > > VRoots
> > > > > > > > > > (i.e. turn on anonymous access, move them to another
> > website)?
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > -Daniel
> > > > > > > > > > This posting is provided "AS IS" with no warranties, and
> > confers
> > > > no
> > > > > > > > rights.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > "Johan" <Johan@.discussions.microsoft.com> wrote in
message
> > > > > > > > > >
news:4E753FB5-E3AC-4F60-A052-7091C49D695E@.microsoft.com...
> > > > > > > > > > > Hi,
> > > > > > > > > > >
> > > > > > > > > > > I get a runtime error messsage when I go into Site
> > Settings
> > > > and
> > > > > > click
> > > > > > > > on
> > > > > > > > > > > Apply. The message reads: "A Runtiime Error has
occured.
> > Do
> > > > you
> > > > > > wish
> > > > > > > > to
> > > > > > > > > > > debug? Line 39: Error: 'undefined' is undefined"
> > > > > > > > > > >
> > > > > > > > > > > Thank you in advance.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > >
> > > >
> >
> >
> >

Runtime error data provider or other service provided an efail status

Anyone knows what would cause this?When Enterprise Manager is used to open a table
Runtime error data provider or other service provided an efail status"Vincento Harris" <wumutek@.yahoo.com> wrote in message
news:2fa13ee7.0409220419.1d9dc812@.posting.google.c om...
> Anyone knows what would cause this?When Enterprise Manager is used to open
> a table
> Runtime error data provider or other service provided an efail status

It would be useful to know the exact error, however Google suggests that a
corrupt DLL may be one cause:

http://groups.google.com/groups?q=s...f=1&sa=N&tab=wg

Probably the easiest thing to do is uninstall then reinstall the client
tools, then apply the latest servicepack.

Simon

Runtime Error after some pause

Hello,

My users often view some report for some minutes and after that want to return to parent report.
If they did it after small time (~less than minute), everything is OK. But if this pause is above 1 minute they receive "Runtime Error" message and can only to go to homepage.

I think that this is some session time or something like that.
Am I right? How can fix it?

Thank youAfter setting customError=off we receive "Back call without drillthrough report" error|||Did you find a fix for the problem? Can anyone help? I get the same problem.|||

Back call without drillthrough report

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Back call without drillthrough report

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

[InvalidOperationException: Back call without drillthrough report]

Microsoft.Reporting.WebForms.ReportViewer.Toolbar_Back(Object sender, EventArgs e) +229

Microsoft.Reporting.WebForms.ToolbarControl.OnBack(Object sender, EventArgs e) +25

Microsoft.Reporting.WebForms.BackGroup.BackButton_Click(Object sender, EventArgs e) +40

Microsoft.Reporting.WebForms.ScriptSwitchImage.EnabledImage_Click(Object sender, ImageClickEventArgs e) +25

System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +105

System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +115

System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7

System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11

System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

|||

I am also receiving this error but there is no delay. As soon as the report is loaded, I click back to goto the previous report and I get this error.

It is interesting because charts are also not loading. I dont receive an error message but in the event log this is entered: "The stream cannot be found."

This only happens when I drill-through.

|||

I'm having this issue also. Did anyone ever find a solution? thanks

|||Hey guys I think that this issue has something to do with some other problems I have been having due to SP1. I notice that the back button wasn't the only thing messing up, and it was only doing it in the ReportViewer (not when I went to the report directly in VS)

check out this article
http://www.eggheadcafe.com/software/aspnet/29672997/back-call-without-drillth.aspx

-nonoandy|||

i am also facing this problem... Sad

any solutions for this?

|||Just checking if anyone has any luck with this? I spend more time on these forums than i do developing SSRS. Come across issues on a seemingly endless basis.|||Did you check out this link
http://www.eggheadcafe.com/software/aspnet/29672997/back-call-without-drillth.aspx
?
I had two things that was giving me the same problem one was a Ajax update panel around it and the other was because of the bad release of VS2005 SP1. The "Microsoft.ReportViewer.* assemblies" where messing it up so I had to un-install them from my GAC and find the older "File version"
(To find out what file version of the assemblies you have right click and hit properties. Don't look at the Version tab in the windows explore.)

But you don't have to do that now Microsoft came out with new assemblies in and you can download them in a redistributable package.

Read this
http://support.microsoft.com/default.aspx/kb/933137
and download

Thanks!
Andysql

Runtime Error after some pause

Hello,

My users often view some report for some minutes and after that want to return to parent report.
If they did it after small time (~less than minute), everything is OK. But if this pause is above 1 minute they receive "Runtime Error" message and can only to go to homepage.

I think that this is some session time or something like that.
Am I right? How can fix it?

Thank youAfter setting customError=off we receive "Back call without drillthrough report" error|||Did you find a fix for the problem? Can anyone help? I get the same problem.|||

Back call without drillthrough report

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Back call without drillthrough report

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

[InvalidOperationException: Back call without drillthrough report] Microsoft.Reporting.WebForms.ReportViewer.Toolbar_Back(Object sender, EventArgs e) +229 Microsoft.Reporting.WebForms.ToolbarControl.OnBack(Object sender, EventArgs e) +25 Microsoft.Reporting.WebForms.BackGroup.BackButton_Click(Object sender, EventArgs e) +40 Microsoft.Reporting.WebForms.ScriptSwitchImage.EnabledImage_Click(Object sender, ImageClickEventArgs e) +25 System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +105 System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +115 System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

|||

I am also receiving this error but there is no delay. As soon as the report is loaded, I click back to goto the previous report and I get this error.

It is interesting because charts are also not loading. I dont receive an error message but in the event log this is entered: "The stream cannot be found."

This only happens when I drill-through.

|||

I'm having this issue also. Did anyone ever find a solution? thanks

|||Hey guys I think that this issue has something to do with some other problems I have been having due to SP1. I notice that the back button wasn't the only thing messing up, and it was only doing it in the ReportViewer (not when I went to the report directly in VS)

check out this article
http://www.eggheadcafe.com/software/aspnet/29672997/back-call-without-drillth.aspx

-nonoandy|||

i am also facing this problem... Sad

any solutions for this?

|||Just checking if anyone has any luck with this? I spend more time on these forums than i do developing SSRS. Come across issues on a seemingly endless basis.|||Did you check out this link
http://www.eggheadcafe.com/software/aspnet/29672997/back-call-without-drillth.aspx
?
I had two things that was giving me the same problem one was a Ajax update panel around it and the other was because of the bad release of VS2005 SP1. The "Microsoft.ReportViewer.* assemblies" where messing it up so I had to un-install them from my GAC and find the older "File version"
(To find out what file version of the assemblies you have right click and hit properties. Don't look at the Version tab in the windows explore.)

But you don't have to do that now Microsoft came out with new assemblies in and you can download them in a redistributable package.

Read this
http://support.microsoft.com/default.aspx/kb/933137
and download

Thanks!
Andy

Runtime Error '9' subscript out of range

Our company uses MSDE2000 for a Document Creation System. When a user
gets the [runtime error '9' subscript out of range]I have found no fix
without reinstalling the OS. I have not found the cause for the error.
Backups are unable to complete once this error occures. We have un
installed MSDE and reinstalled (also uninstall the software and
reinstalled it)
The five times I have seen this error everything work until the merge
proccess this along with unable to backup makes me think it is MSDE
related.
HELP
Joe Bullington
TechnologySupport
National Network Technology TEAM
One Valmont Plaza - Fourth Floor
Omaha, NE 68154
Toll Free: (888) 837-9709 ext. 3859
Local: (402) 964-3859
Email: joeb@.nnepa.com
General Support Email: support@.nnepa.comJoe NNEPA (joeb@.nnepa.com) writes:
> Our company uses MSDE2000 for a Document Creation System. When a user
> gets the [runtime error '9' subscript out of range]I have found no fix
> without reinstalling the OS. I have not found the cause for the error.
> Backups are unable to complete once this error occures. We have un
> installed MSDE and reinstalled (also uninstall the software and
> reinstalled it)
> The five times I have seen this error everything work until the merge
> proccess this along with unable to backup makes me think it is MSDE
> related.
This sounds like a Visual Basic error to me, so poking with MSDE
may not resolve the problem easily. You should probably debug
the document-creation system, or talk to the vendor if it is a
3rd party product.
Erland Sommarskog, SQL Server MVP, sommar@.algonet.se
Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp