SharePoint Products TechCenter > SharePoint Products and Technologies Forums > SharePoint - Excel Services > Office SharePoint Server & Excel Calculation Services 'ERROR Event ID: 2269'
Ask a questionAsk a question
 

QuestionOffice SharePoint Server & Excel Calculation Services 'ERROR Event ID: 2269'

  • Friday, November 06, 2009 9:49 AMerkindunya2010 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi,

    I facing other strange error and I trying very hard get rid of it, there is not much info out there.


    New error:

     

    Event Type: Error
    Event Source: W3SVC-WP
    Event Category: None
    Event ID: 2269
    Date:  11/4/2009
    Time:  9:24:51 AM
    User:  N/A
    Computer: 
    Description:
    The worker process failed to initialize the http.sys communication or the w3svc communication layer and therefore could not be started
    The data field contains the error number.

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp .
    Data:
    0000: 05 00 07 80            

    ---------------------------------

    Event Type: Warning
    Event Source: Office SharePoint Server
    Event Category: Excel Calculation Services
    Event ID: 4967
    Date:  11/5/2009
    Time:  12:39:50 PM
    User:  N/A
    Computer: 
    Description:
    Clearing the cache on the workbook 'C:\WINDOWS\TEMP\Excel Server\FileCache\SharedServices1-1481727773\260348fe-1269-4b09-9bb0-50e455e76a48.xlsx.xlserver' silinmedi.

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp .


    -----------------------------------------

    Event Type: Information
    Event Source: Office SharePoint Server
    Event Category: Excel Calculation Services
    Event ID: 5230
    Date:  11/5/2009
    Time:  12:39:50 PM
    User:  N/A
    Computer: 
    Description:
    Excel Services stops.

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp .
    --------------------------------------------

     

    Event Type: Information
    Event Source: Office SharePoint Server
    Event Category: Excel Calculation Services
    Event ID: 2008
    Date:  11/5/2009
    Time:  12:39:12 PM
    User:  N/A
    Computer: 
    Description:
    Session ,
    http://abcde/xza/xyz/S Raporu Bolgeler Portl.xlsx workbook opened.
    [Oturum: 21.1YBTFRBer50+/m8eq1Xnt90.5.tr-TR5.tr-TR73.-0120#0000-10-00-05T03:00:00:0000#+0000#0000-03-00-05T02:00:00:0000#-0060
    user: me]

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp .

     

     


    Reasons and Try:


    When I running the Sharepoint Project , i am getting very strange error, i getting data from excel and drawing it on chart, when i try to use filter option or playing with Excel it stop shwing me the chart , when i referesh that page it come back ok, then when play around it gives me same error again ….it countinus like that.

     

     I tried to use the solutions but stil the problem remains same :



    The link :

    http://support.microsoft.com/default.aspx/kb/896286

     

    To resolve this issue, restore the Bypass Traverse Checking user right for the Everyone group and the User group. To do this, follow these steps:

    1.        Click Start , click Run , type gpedit.msc , and then click OK .

    2.        Expand Computer Configuration , expand Windows Settings , expand Security Settings , expand Local Policies , and then expand User Rights Assignment .

    3.        Right-click Bypass traverse checking , and then click Properties .

    4.        Click Add User or Group .

    5.        Type Users;Everyone , and then click OK .

    Note If you receive a message that an object named "Users" cannot be found, click
    Object Types , click to select the Groups check box, and then click OK two times.

    6.        Start the worker process in IIS.

    ***************************************************************************

    PLEASE HELP !!!

     

    • Moved byMike Walsh MVPMVP, ModeratorFriday, November 06, 2009 9:56 AMNot programming so wrong forum. Moving to Excel Services (From:SharePoint - Development and Programming)
    •  

All Replies

  • Saturday, November 07, 2009 7:21 AMerkindunya2010 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Or it is Application pool error?
  • Thursday, November 12, 2009 9:44 AMerkindunya2010 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    http://social.msdn.microsoft.com/Forums/en-US/sharepointinfopath/thread/60987199-1b7b-4fc2-869c-87dc4811996e



    2inci link

    http://blogs.technet.com/brenclarke/archive/2009/04/14/creating-a-quiz-web-application-using-sharepoint-designer-part-5.aspx
  • Friday, November 13, 2009 7:56 AMerkindunya2010 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    <xsl:variable name="IDAUW21K"></xsl:variable>
                        <xsl:variable name="IDAN221K"></xsl:variable>
                        <xsl:choose>
                        <xsl:when test="'TRUE'='TRUE'">Tür</xsl:when>
                        <xsl:when test="IDAN221K=??? "> bgcolor="#ff00ff"
                        <xsl:value-of select="Tür"/>
      
          </xsl:when>

    <xsl:otherwise>
             <td><xsl:value-of select="Tür"/></td>
          </xsl:otherwise>
          </xsl:choose>


                        </xsl:choose>
                        <IMG SRC="{ddwrt:FieldFilterImageUrl('DocIcon')}" BORDER="0" ALT="" />
                        </TH><!--ID--><!--Kimlik--><TH nowrap="" scope="col" class="ms-vh2">
                            <xsl:variable name="IDAMHV1K"></xsl:variable>
                            <xsl:choose>
                                <xsl:when test="'TRUE'='TRUE'">Kimlik</xsl:when>
                               
                            <xsl:when test="'TRUE'='TRUE'">Tür</xsl:when>
                            <xsl:when test="IDAMHV1K=??? "> bgcolor="#ff00ff"
                            <xsl:value-of select="Kimlik"/>
                            </xsl:choose>
                           
                            <IMG SRC="{ddwrt:FieldFilterImageUrl('ID')}" BORDER="0" ALT="" />
                        </TH><!--Date--><!--Date--><TH nowrap="" scope="col" class="ms-vh2">
                            <xsl:variable name="IDAG301K"></xsl:variable>
                            <xsl:choose>
                            <xsl:when test="'TRUE'='TRUE'">Date</xsl:when>
                            <xsl:when test="IDAG301K=??? "> bgcolor="#FF0000"
                            <xsl:value-of select="Date"/>
                            </xsl:choose>
  • Friday, November 13, 2009 8:49 AMerkindunya2010 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Customer_x0020_Name bgcolor="#FF0000"
  • Friday, November 13, 2009 8:49 AMerkindunya2010 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
                        </TH><!--Customer_x0020_Name--><!--Customer Name--><TH nowrap="" scope="col" class="ms-vh2">
                            <xsl:variable name="IDAYMX1K"></xsl:variable>
                            <xsl:choose>
                                <xsl:when test="'TRUE'='TRUE'">Customer_x0020_Name</xsl:when>
                            <xsl:when test="IDAYMX1K=??? "> bgcolor="#FF0000"
                            <xsl:value-of select="Customer_x0020_Name"/>
                             </xsl:when>
                             

    <xsl:otherwise>
             <td><xsl:value-of select="Customer_x0020_Name"/></td>
          </xsl:otherwise>
          </xsl:choose>   
                            <IMG SRC="{ddwrt:FieldFilterImageUrl('Customer_x0020_Name')}" BORDER="0" ALT="" />
  • Friday, November 13, 2009 1:55 PMerkindunya2010 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    bold icin

    http://pathtosharepoint.wordpress.com/2008/09/01/using-calculated-columns-to-write-html/

    http://pathtosharepoint.wordpress.com/2008/09/01/apply-color-coding-to-your-sharepoint-lists/

    http://images.google.com/imgres?imgurl=http://pathtosharepoint.files.wordpress.com/2008/09/progressbar.png%3Fw%3D343%26h%3D187&imgrefurl=http://pathtosharepoint.wordpress.com/2008/09/02/a-progress-bar-for-your-tasks-list/&usg=__KZ4i7JAcpM3a_hhb5sSy1xepXf0=&h=187&w=343&sz=8&hl=en&start=84&um=1&tbnid=HkeY_CPVRRjhdM:&tbnh=65&tbnw=120&prev=/images%3Fq%3Dshow%2BSharePoint%2Bcolumn%2Bin%2Bdifferent%2Bcolor%26ndsp%3D18%26hl%3Den%26rls%3Dcom.microsoft:en-gb:IE-Address%26sa%3DN%26start%3D72%26um%3D1