Friday, March 30, 2012
Runtime Error in Site Settings
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 - Taskpad
and then click on each of the databases, I get a "Runtime
Error has occured. Do you want to debug". Has anyone
else encountered this problem and is there a fix?
Thanks,
PatrickIf you change it back to Large icons or another view, then back again, it
should work okay.
Also make sure you're at the latest service pack...
A
"Patrick Thorsell" <patrick_thorsell@.yahoo.com> wrote in message
news:024001c35528$142c82a0$a101280a@.phx.gbl...
> When I change my view to "Taskpad" in Enterprise Manager,
> and then click on each of the databases, I get a "Runtime
> Error has occured. Do you want to debug". Has anyone
> else encountered this problem and is there a fix?
> Thanks,
> Patrick|||Hmm why is there no MS articles about this? Anyone know
of a long term fix for this? the switching views is
surely just a work around.
Regards,
Yussuf Khan
>--Original Message--
>If you change it back to Large icons or another view,
then back again, it
>should work okay.
>Also make sure you're at the latest service pack...
>A
>
>"Patrick Thorsell" <patrick_thorsell@.yahoo.com> wrote in
message
>news:024001c35528$142c82a0$a101280a@.phx.gbl...
>> When I change my view to "Taskpad" in Enterprise
Manager,
>> and then click on each of the databases, I get
a "Runtime
>> Error has occured. Do you want to debug". Has anyone
>> else encountered this problem and is there a fix?
>> Thanks,
>> Patrick
>
>.
>|||This error still can occur in SP3, it happened to me about 2 minutes ago.
--
----
The views expressed here are my own
and not of my employer.
----
"Aaron Bertrand - MVP" <aaron@.TRASHaspfaq.com> wrote in message
news:uKn6lJQXDHA.1680@.tk2msftngp13.phx.gbl...
> Since moving to SP3, I have never experienced the error. So if you're not
> at SP3, get there.
>
>
> "Yussuf Khan" <fearnan@.excite.com> wrote in message
> news:173301c35cfb$f3fc70e0$7d02280a@.phx.gbl...
> > Hmm why is there no MS articles about this? Anyone know
> > of a long term fix for this? the switching views is
> > surely just a work around.
> >
> > Regards,
> >
> > Yussuf Khan
>
Run-Time Error
MsgBox "Click yes when prompted to delete records"
Dim sqldel As String
sqldel = "DELETE tbl_physical_main.*, tbl_physical_main.[Material Number]
FROM tbl_physical_main WHERE (((tbl_physical_main.[Material Number]) Is Not
Null))"
DoCmd.RunSQL sqldel, no
sqldel = "DELETE tbl_noDataForTag.* FROM tbl_noDataForTag"
DoCmd.RunSQL sqldel, no
sqldel = "DELETE tbl_SAPmaterials.* FROM tbl_SAPmaterials"
DoCmd.RunSQL sqldel, no
MsgBox "All previous inventory data has been deleted and the next inventory
load may continue."
End Sub
--
Run-Time Error '94'
Invalid use of Null
Please help me!
On the first delete, try removing the tbl_physical_main.[Material Number] from the delete section of the query.
BobP
|||sqldel = "DELETE FROM tbl_physical_main WHERE (((tbl_physical_main.[Material Number]) Is NotNull))"|||
When you come upon these types of problems, prind out the commands that you are trying to execute without executing them. Then format them in a more readable manner, like:
DELETE tbl_physical_main.*,
tbl_physical_main.[Material Number]
FROM tbl_physical_main
WHERE (((tbl_physical_main.[Material Number]) Is Not Null))
DELETE tbl_noDataForTag.*
FROM tbl_noDataForTag
DELETE tbl_SAPmaterials.*
FROM tbl_SAPmaterials
Then try parsing/running them in SSMS or QA. The first problem is the bolded text. You delete from tables, not from columns. So:
DELETE tbl_physical_main
FROM tbl_physical_main
WHERE (((tbl_physical_main.[Material Number]) Is Not Null))
DELETE tbl_noDataForTag
FROM tbl_noDataForTag
DELETE tbl_SAPmaterials
FROM tbl_SAPmaterials
I would lose the superfluous parens too:
DELETE tbl_physical_main
FROM tbl_physical_main
WHERE tbl_physical_main.[Material Number] Is Not Null
I can't see any reason for the message (you should have gotten syntax errors) so you should be good.