Friday, March 30, 2012

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.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > >
> > > >
> >
> >
> >

No comments:

Post a Comment