Murthy GS's Blogging Spot

  • Access Denied - Error message when we access http://xxxxxxxx/PWA - Project Web Access

    Initially users on the client machines were seeing "Access denied" message when they try to browse to http://xxxxxxxx/PWA.

    When we try to access the PWA on the Project server 2007 server, we saw the same behavior.
    No matter what account we use to access the PWA, we see access denied, we also tried the SharePoint service account " System Account" but no luck.

    When we get the access denied message, simultaneously we saw that the following event being logged in the application logs on the project server.

    Apparently we saw this Event ID getting logged frequently


    Event Type: Error
    Event Source: Office SharePoint Server
    Event Category: Project Server
    General
    Event ID: 6058
    Date:  xxxxxxxxxxx
    Time:  xxxxxxxxxxx
    User:  N/A
    Computer: (computer name)Description:


    Failed to get language information for Project Server (http address)

    We implemented KB article - http://support.microsoft.com/kb/934838, ALL the command in this KB completed successfully.We did a re boot of both the SharePoint servers in farm. Still the problem was occurring.We also restarted the 2 PRJ services, SQL service, still no luck.  Eventually  we saw that the SSP links like - the search settings, search administration , user profile properties links were also not working.


    ERROR- An error has occurred while accessing the SQL Server database or the Office SharePoint Server Search service. If this is the first time you have seen this message, try again later. If this problem persists, contact your administrator.

    We implemented the steps in - http://support.microsoft.com/?id=962928. "You cannot browse to an SSL-secured Office SharePoint Server 2007 site or to the Search Settings page for a Shared Services Provider".

    Installed- KB- 959209, Re booted the server, All the links started working in SSP and the PWA site also was accessible.

  • 401 - You are nto authorized to view this page - Refresh or f5 will help.

    ENVIRONMENT -

    MOSS 2007 - Upgraded to Sp1 - 12.0.0.6219

    OS - Windows Server 2003 ENT SP2 x64

    SQL - SQL server 2005

     PROBLEM DESCRIPTION -

    This problem occured after applying Sp1 - When we browse to a SharePoint site for the frist time after IIS RESET and also browse to the links with in this site for the first time- we are prompted for user authentication and when the users gives the credentials the site come up. But the point is that this web application is configured for anaonymous access. So the question is why is the site asking for credentials when it is for anonymous access.

    CAUSE - 

    In the web.config file <compilation batch="true" debug="true">  was the culprit. By default this tag should be <compilation batch="false" debug="false">.

    Ideally in production environments the debug value should be false, if it is "true" then the web.config file will go into debug mode and look for permissions. It specifies whether to compile debug binaries rather than retail binaries.

    RESOLUTION -

    Change the debug value from "true" to "False".

    What is Batch compilation?

     

    In short, when debug=true, we don’t batch compile, when debug=false we do…

     

    When an aspx, asax, or ascx page is first requested it gets compiled into an assembly. This assembly has a name like 3ks0rnwz.dll or similar (8 characters) and stores the class for the actual ascx, asax, or aspx page (not the code behind). The assembly goes into a folder in the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files with the same name as the application.

     

    Related Link - http://msdn.microsoft.com/en-us/library/s10awwz0.aspx


     

     

     

     

  • MOSS 2007 - ERROR - Trial period for this product has expired.

    BEHAVIOR:

    ====================

    When we perform certain tasks in SharePoint portal 2007 site, like, create a publishing or collaboration site or check out web parts or a custom VS2005-build

    Workflow with a document library or while creating pages, you get an error message.

    ERROR MESSAGE:

    ====================

    The Trial period of this product has expired

    ENVIRONMENT:

    ====================

    Product - Office SharePoint server 2007 -12.0.4518.1016

    OS - Windows server 2003 standard edition Sp2

    CAUSE:

    ====================

    This error still happens on the RTM release, not just the B2TR release as mentioned

    in the forum post. Also caused by a server in a farm scenario (even a single-server

    farm) whose application pools are using non-admin accounts.

    RESOLUTION:

    ====================

    - Customer as soon as getting this error message will try to check if he had the

    trial version or the full version and tries to convert the license by "convert

    license type" link in the central administration operations page.

    -This step might fail with the following error -"your license conversion operation

    failed. Check the error logs for details" this is an expected behavior as the

    SharePoint license is already converted to a full version from a trial version.

    -The actual problem will not be solved by the above 2 steps.

    -We changed the application pool log on from network service account to a

    SharePoint administration service account.

    - Made this account the local administrator, by adding into the local administrator

    group.

    - Added the SharePoint administrator service account to the IIS_WPG and WSS_WPG

    groups. Did an IIS reset.

    - Logged into the system with the SharePoint administrator service account.

    - These steps did not bring the trial expired error message.

    - And the issue got resolved.

    KEYWORDS:

    ====================

    SharePoint MOSS 2007 license expired trial period

    MORE INFORMATION:

    ====================

    NOTE - This is a Non MS Link.

    <http://weblogs.asp.net/avnerk/archive/2007/02/20/trial-expired-errors-in-unexpected-places.aspx>


© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker