Re: Companyweb will not load.
- From: Harold K <HaroldK@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 1 Apr 2006 18:25:01 -0800
after changing the settings of .NET from 2.0 to 1.1, I ran the issreset
command then went to services and restarted ISS, ofcource this also restarts
the other associated services, I got the a new message:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed.
Details: To enable the details of this specific error message to be viewable
on the local server machine, please create a <customErrors> tag within a
"web.config" configuration file located in the root directory of the current
web application. This <customErrors> tag should then have its "mode"
attribute set to "RemoteOnly". To enable the details to be viewable on remote
machines, please set "mode" to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
I didn't run the Internet Wizard after this change yet but I'll have an
answer on that shortly.
"David Copeland [MSFT]" wrote:
Harold,.
Ok, so it sounds like IIS and the SharePoint instance are ok so far.. and
the fact that the output from osql shows the following db's
STS_Config
STS_ONSITEFS1_1
It looks like SharePoint got passed the issue that would have been resolved
by the hotfix I mentioned. So, at this point I'm leaning more towards the
..Net Framework area.. Since you are not able to access the /backup,
/monitoring, /remote sites.. Just to be sure.. in the IIS mmc do you have a
SharePoint Central Administration site listed? If you look in the
Properties of it you should see it set to port 8081.
In Control Panel Add/Remove Programs.. what do you have listed that starts
with Microsoft .Net Framework?
If you've installed the .Net Framework v2.0, can you check in the Properties
of the companyweb site in the IIS mmc.. Click on the ASP.Net tab and see if
it is set to the version 1.1 or 2.0? If it's at 2.0 try setting it to the
1.1.. and then from a command prompt run iisreset (note that this will also
temporarily stop Exchange etc too) then see if you can access companyweb.
When you attempt to access one of the sites do you get any corresponding
event log messages to go with it?
We may need to check the permissions to the
%systemroot%\Microsoft.NET\Framework directories..
One other thing to verify in the IIS mmc.. on the Properties of the
companyweb site in the IIS mmc.. click on the Home Directory tab and verify
that it is set to use the DefaultAppPool and then cancel out of that dialog
to then right click on the DefaultAppPool under Application Pools and select
Properties and verify that on the Identity tab that it is set to use the
Network service.
--
Hope that helps,
David Copeland
Microsoft Small Business Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
SBS Newsgroups:
SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
"Harold K" <HaroldK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:87E8DF5B-0DC6-4280-87F6-78E706A03189@xxxxxxxxxxxxxxxx
Yes OWA works by using https://myserver/exchange.
Are you able to access either http://localhost/backup or
http://localhost/monitoring from the server itself? No.
I've tried http://localhost:8081 from the server and the SharePoint
Central
Administration page does not come up.
On the install, I did nit get any errors. My normal proceedure is:
1. OS
2. Drivers: Chipset INI, VGA, NIC's, Modems, Sound.
3. Run MS Live Updates
4. Then Deploy SBS Package followed by more MS Updates. and of cource the
2-do list.
In the IIS mmc do you still see the companyweb site listed? .... Yes
If you look in Start/Administrative Tools/Services is the MSSQL$SharePoint
service running? .... YES
From a command prompt on the server see if you can connect to the
MSSQL$SharePoint instance by using the following:
osql -E -S %computername%\sharepoint -Q "select name from sysdatabases"
Results if I did it right:
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\Administrator>osql -E -S
%computername%\sharepoint
-Q
"select name from sysdatabases"
name
-------------------------------------------------------------------------------
master
tempdb
model
msdb
STS_Config
STS_ONSITEFS1_1
(6 rows affected)
C:\Documents and Settings\Administrator>osql -E -S
%computername%\sharepoint
-Q sts_onsitefs1_1
Msg 2812, Level 16, State 62, Server ONSITEFS1\SHAREPOINT, Line 1
Could not find stored procedure 'sts_onsitefs1_1'.
C:\Documents and Settings\Administrator>osql -E -S
%computername%\sharepoint
-Q sts_config
Msg 2812, Level 16, State 62, Server ONSITEFS1\SHAREPOINT, Line 1
Could not find stored procedure 'sts_config'.
C:\Documents and Settings\Administrator>osql -E -S
%computername%\sharepoint
-Q msdb
Msg 2812, Level 16, State 62, Server ONSITEFS1\SHAREPOINT, Line 1
Could not find stored procedure 'msdb'.
C:\Documents and Settings\Administrator>osql -E -S
%computername%\sharepoint
-Q master
Msg 2812, Level 16, State 62, Server ONSITEFS1\SHAREPOINT, Line 1
Could not find stored procedure 'master'.
C:\Documents and Settings\Administrator>
................................................................................................................
We need to determine what components are working/installed to narrow down
where the problem may lie.
BTW, https://myserver/remote should be taking you to Remote Web
Workplace's
logon screen not to companyweb ....
True but it will not instead:HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
Are you not getting the logon screen for RWW either? No
"David Copeland [MSFT]" wrote:
Harold,
You mentioned that OWA is working... so that implies that at least parts
of
IIS are working as well.. Are you able to access either
http://localhost/backup or http://localhost/monitoring from the server
itself? Trying to see if the asp.net components are working.. Or if you
try http://localhost:8081 from the server does the SharePoint Central
Administration page come up?
Did you get any errors during the SBS integrated setup? For example, if
you
have SBS 2003 original RTM media there was an issue where the Intranet
may
fail to install..
http://www.microsoft.com/windowsserver2003/sbs/techinfo/sharepointinstall.mspx
In the IIS mmc do you still see the companyweb site listed?
If you look in Start/Administrative Tools/Services is the
MSSQL$SharePoint
service running?
From a command prompt on the server see if you can connect to the
MSSQL$SharePoint instance by using the following:
osql -E -S %computername%\sharepoint -Q "select name from sysdatabases"
We need to determine what components are working/installed to narrow down
where the problem may lie.
BTW, https://myserver/remote should be taking you to Remote Web
Workplace's
logon screen not to companyweb (although once logged on to RWW you may be
able to access companyweb from there) Are you not getting the logon
screen
for RWW either?
--
Hope that helps,
David Copeland
Microsoft Small Business Server Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
SBS Newsgroups:
SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
"Harold K" <HaroldK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B45CAE95-08FD-4692-A430-50BE7519E671@xxxxxxxxxxxxxxxx
Mr. Brown,
Whether I type it an old way or http://companyweb/default.aspx or
launch
my
browser, or https://myserver/remote, it don't work! I took a left turn
and I
need the right answer please. I went through the post and tried most
of
the
suggestions. most people gave up and redid the box. True I can do the
same
thing, but I want understanding i.e. wisdom and not rebuilding the box
answer. and a professional answer at that.
Thanks,
"Dirk-Thomas Brown" wrote:
To access the company WEB from within the LAN (based on your typing
myserver
I assumed LAN) is plain old http://companyweb
Dirk-Thomas
"Harold K" <HaroldK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3795EC5F-4B84-4A20-905B-F0BF1AD96E43@xxxxxxxxxxxxxxxx
Hello, I have been running SBS2k3 Priemium with out ISA for some
time
now.
afew monts ago I lost the ability to access the Companyweb. Last
night
a
had
some time on my hands a did a fresh install. i.e. O/S, ini, vga,
nic's,
etc... (drivers) then updates. I then deployed the SBS i.e. disk
2-4 &
outlook. went down the the to-do list and rebooted. Come to find
that
I
cant access the companyweb.
After reading serveral postings that look farmillar to my problem
...
they
chose to quit and re-install. for one that dosen't solve the
problem,
and
two you just can't continue to re-install everytime you run into a
problem.
I need to understand how to fix this problem. I have a HOST of
clients
running SBS2k3 and still upgrading them. I need to know how to fix
them
if
they run into this problem.
https://myserver/exchange ... works fine (OWA)
https://myserver/remote ... does not work (Companyweb)
So ... here it is:
The page cannot be found
The page you are looking for might have been removed, had its name
changed,
or is temporarily unavailable.
--------------------------------------------------------------------------------
Please try the following:
Make sure that the Web site address displayed in the address bar of
your
browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site
administrator to alert them that the link is incorrectly formatted.
Click the Back button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Go to Microsoft Product Support Services and perform a title search
for
the
words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and
search
for
topics titled Web Site Setup, Common Administrative Tasks, and About
Custom
Error Messages
....................................................................................................................
Server IPCONFIG /ALL:
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\Administrator>ipconfig /all
- Follow-Ups:
- Re: Companyweb will not load.
- From: Les Connor [SBS Community Member - SBS MVP]
- Re: Companyweb will not load.
- References:
- Companyweb will not load.
- From: Harold K
- Re: Companyweb will not load.
- From: Dirk-Thomas Brown
- Re: Companyweb will not load.
- From: Harold K
- Re: Companyweb will not load.
- From: David Copeland [MSFT]
- Re: Companyweb will not load.
- From: Harold K
- Re: Companyweb will not load.
- From: David Copeland [MSFT]
- Companyweb will not load.
- Prev by Date: Re: Unable to Resend Email Messages
- Next by Date: Re: Event ID 2089
- Previous by thread: Re: Companyweb will not load.
- Next by thread: Re: Companyweb will not load.
- Index(es):