Error Log in xl reporter

Hi, all!
when i sig in Xl reporter an error appear.
XL Reporter
Unable to connect to XL Reporter.
Error! User authentication failed!
Cause: CheckDbVersion
Meta Partner Objects: 1.75
Partner Objects: 1.82
OK  
Can you help me!

Hi Tien,
First Un-Install the XL Reporter, restart B1, and then Install XL Reporter this may work for you.
Since i had faced the same error and had done the process as suggested to you.
Regards
Shanker. T

Similar Messages

  • SSL error logging into Financial Reporting Studio

    We are using Financial Reporting 11.1.2.1, patch 120. We terminate SSL at a load-balancing appliance, therefore, none of the Hyperion services have SSL enabled.
    Users were able to log into Financial Reporting Studio (FRS) using https://servername:port successfully until we installed a new digital certificate in the virtual IP on the load-balancing appliance. Now when the users try to log into FRS, a SSL handshake error is written to the client log file. See below for full error.
    We have restarted all Hyperion services and verified that browser access to the EPM environment is working using https. We also tried uninstalling the FRS client and reinstalling, but get the same error.
    The original digital certificate was not imported on the Hyperion servers or client machines. The new digital certificate has not been imported either.
    Oracle Support said that we need to create a keystore file on each client machine and import the new digital certificate.
    Wondering if anyone else has run into this issue or can explain why we would need to import the new cert on each client, when we never had to import the original cert on the client?
    We also verified that if we revert back to the original cert on the load-balancer, the users can log into FRS.
    Thanks,
    Robin
    FRClientLogging.log:
    [2012-05-15T09:39:19.438-06:00] [EPMFR] [ERROR] [] [oracle.EPMFR.core] [tid: main] [ecid: 0000JTH9owO5EgG6yzFg6G1FgbYb000000,0] [SRC_CLASS: com.hyperion.reporting.registry.FRSystem] [SRC_METHOD: getObjectFromURL] [[
    javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1611)
         at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:187)
         at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:181)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1035)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:124)
         at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:516)
         at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:454)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:884)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1112)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:623)
         at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
         at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
         at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
         at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:506)
         at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2114)
         at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)
         at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
         at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
         at com.hyperion.reporting.registry.FRSystem.getObjectFromURL(Unknown Source)
         at com.hyperion.reporting.registry.FRSystem.lookupHsServer(Unknown Source)
         at com.hyperion.reporting.javacom.HsServer.getServer(Unknown Source)
         at com.hyperion.reporting.javacom.HsHelper.getServer(Unknown Source)
    Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:294)
         at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:200)
         at sun.security.validator.Validator.validate(Validator.java:218)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1014

    fixed by creating local keystore on each client machine, importing the certificate into the keystore and adding the following registry entry on each client machine:
    -Djavax.net.ssl.trustStore=full path to keystore file.
    registry entry added to HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\Hyperion Reports\HReports\JVM
    still no answer from Oracle Support as to why it was necessary to do this for the new certificate when we did not have to do this for the original certificate.

  • Print Error Log Text in Report

    Hi
    I am facing a issue.
    i have displayed the error requests. i want to add one more functinality in that. once i will click on a error request then the detailed log of that error request should be shown.
    but once i click on a error request a ABAP dump come with message.Short text
        No more storage space available for extending an internal table.
    below is the code.
    AT LINE-SELECTION.
      WRITE: g_s_dtp-dtp HOTSPOT.
      CALL METHOD cl_rsbm_error_handler=>get_log
        EXPORTING
          i_requid      = itab1-e_requid
          i_datapakid   = itab1-e_datapakid
          i_segid       = itab1-e_segid
          i_step        = itab1-e_step
          i_record      = itab1-e_record
        IMPORTING
          e_t_messages  = l_t_messages
          e_t_detail    = l_t_detail
        EXCEPTIONS
          log_not_found = 1
          OTHERS        = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
                   RAISING log_not_found.
      ELSE.
    ---- Display ----
        CALL METHOD cl_rssm_show_log=>show_messages_write_log
          EXPORTING
            i_t_messages = l_t_messages
            i_t_details  = l_t_detail.
      ENDIF.

    Hello Mishra,
    first you have to check whether this issue happens occasionally or not. Sometimes if the program needs a lot of memory and current available memory is low, then this runtime exception occurs. If this issue happens always, then you need to consider to make less data displayed. Thus it will cause less memory accordingly.
    CALL METHOD cl_rssm_show_log=>show_messages_write_log
    EXPORTING
    i_t_messages = l_t_messages
    i_t_details = l_t_detail.
    ENDIF.
    Best Regards,
    Jerry

  • Sap Payroll error log report

    Hi All,
    We are developing Report on SAP Payroll log with the error message . Is any table exist in SAP where we can get the standard error message repositery and then convert it in the User freindly error message ?
    Thanks
    H

    Hello hg,
    Before developing report on SAP Payroll error log I suggest taking a look at below blog. There is a new functionality from SAP to improve payroll data validation and they are calling it "Control Center Add-On".
    This is going to be a free add on for anyone who is on EHP7 and NetWeaver on 7.4 release. The general availability is June 2nd 2014.
    Improve payroll data validation with SAP Payroll control center add-on
    Hope this helps.
    Thanks,
    Hemanth Jamithi.

  • Since I can not log in bug report page, not even getting an error message, I'll write all my issues with ios8 here...

    Since I can not log in bug report page, not even getting an error message, I'll write all my issues with ios8 here... I have an iphone 4S and I did the last update. Now I am in trouble.
    1. When I move the "sound on/off" button, I get it buzzing 10 times before the setting is changed and I can do anything else, just not reacting to the round button on screen touches.
    2. Impossible to copy text from most websites into notes.
    3. Impossible to delete an email account in settings.
    4. Uses up the battery twice as fast as before. I have "update apps" setting turned off, just reading a couple of mails, making a couple of photos and open maps apps twice a day, and the battery is dead well before the evening.
    5. Got extremely slow, and it was getting slower and slower with every system update.
    I'm sure I forgot something... But well, that already a lot.

    Well, actually number 3 in my list is not true any more, I just tried to delete my account 15 times, then I've written my post, then half an hour later my Settings finally updated my accounts list. Whohoo
    I did not try restoring it yet, thank you for the link!

  • Creation of error log  on input data  and stat report

    I am doing call transaction on <b>C202</b> transaction.my client asked me before uploading the file he needs some validations on input file and he is asking me to create  a log for all the validations.i have to place error lof for all the input data.
    •An error log will record all errors occurring during upload. For each error the list should
    contain the data (line) going in error and an error text in a subsequent column (subsequent to data). The change number used to perform  the upload will be stated in the header of the error list.A txt-file containing the error log will get the same name as the input file, but with an ending –err.xls.
    Therefore no Batch-Input-Session is needed.
    • After execution of the batch input program, the following analysis regarding execution will be shown:
    o Number of records in input file (including title, first line)
    o Number of records successfully updated
    o Number of records in error
    Example:
    Number of records in input file (incl. first line) 4
    Number of records successfully updated:   3
    Number of records in error:      0
    How to do this according to client  requirements.can u help me to get a statastical way to represent errors.  Send me some smpale code for number of errors and no records gets success and no of failed.
    Thanks
    chandrasekhar

    Hai Chandrasekhar
    Go through the following Code
    report Z_CALLTRANS_VENDOR_01
    no standard page heading line-size 255.
    Generated data section with specific formatting - DO NOT CHANGE ***
    data: begin of it_lfa1 occurs 0,
    KTOKK like lfa1-ktokk,
    NAME1 like lfa1-name1,
    SORTL like lfa1-sortl,
    LAND1 like lfa1-land1,
    end of it_lfa1.
    End generated data section ***
    data : it_bdc like bdcdata occurs 0 with header line.
    *DATA: IT_MESSAGES TYPE TABLE OF BDCMSGCOLL WITH HEADER LINE.
    *DATA: LV_MESSAGE(255).
    data : it_messages like bdcmsgcoll occurs 0 with header line.
    data : V_message(255).
    data : V_flag.
    data : V_datum1 type sy-datum.
    data : begin of it_mesg occurs 0,
    message(100),
    end of it_mesg.
    *V_datum1 = sy-datum-1.
    parameters : P_Sess like APQI-GROUPID.
    start-of-selection.
    perform Get_data.
    *perform open_group.
    loop at it_lfa1.
    perform bdc_dynpro using 'SAPMF02K' '0100'.
    perform bdc_field using 'BDC_CURSOR'
    'RF02K-KTOKK'.
    perform bdc_field using 'BDC_OKCODE'
    '/00'.
    perform bdc_field using 'RF02K-KTOKK'
    it_lfa1-KTOKK.
    perform bdc_dynpro using 'SAPMF02K' '0110'.
    perform bdc_field using 'BDC_CURSOR'
    'LFA1-LAND1'.
    perform bdc_field using 'BDC_OKCODE'
    '=UPDA'.
    perform bdc_field using 'LFA1-NAME1'
    it_lfa1-name1.
    perform bdc_field using 'LFA1-SORTL'
    it_lfa1-sortl.
    perform bdc_field using 'LFA1-LAND1'
    it_lfa1-land1.
    call transaction 'XK01' using it_bdc
    mode 'N'
    update 'S'
    messages into it_messages.
    if sy-subrc <> 0.
    if V_flag <> 'X'.
    perform open_group.
    V_flag = 'X'.
    endif.
    perform bdc_transaction. "using 'XK01'.
    endif.
    perform format_messages.
    refresh : it_bdc,it_messages.
    endloop.
    if V_flag = 'X'.
    perform close_group.
    endif.
    *& Form Get_data
    text
    --> p1 text
    <-- p2 text
    FORM Get_data .
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    FILENAME = 'C:\srinu_vendor.txt'
    FILETYPE = 'ASC'
    TABLES
    DATA_TAB = it_lfa1
    EXCEPTIONS
    CONVERSION_ERROR = 1
    INVALID_TABLE_WIDTH = 2
    INVALID_TYPE = 3
    NO_BATCH = 4
    UNKNOWN_ERROR = 5
    GUI_REFUSE_FILETRANSFER = 6
    OTHERS = 7
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM. " Get_data
    *& Form bdc_dynpro
    text
    -->P_0061 text
    -->P_0062 text
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
    CLEAR it_BDC.
    it_BDC-PROGRAM = PROGRAM.
    it_BDC-DYNPRO = DYNPRO.
    it_BDC-DYNBEGIN = 'X'.
    APPEND it_BDC.
    ENDFORM.
    Insert field *
    FORM BDC_FIELD USING FNAM FVAL.
    CLEAR it_BDC.
    it_BDC-FNAM = FNAM.
    it_BDC-FVAL = FVAL.
    APPEND it_BDC.
    ENDFORM.
    *& Form format_messages
    text
    --> p1 text
    <-- p2 text
    FORM format_messages .
    loop at it_messages.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
    ID = it_messages-MSGID
    LANG = 'EN'
    NO = it_messages-MSGNR
    V1 = it_messages-MSGV1
    V2 = it_messages-MSGV2
    V3 = it_messages-MSGV3
    V4 = it_messages-MSGV4
    IMPORTING
    MSG = V_message
    EXCEPTIONS
    NOT_FOUND = 1
    OTHERS = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    write : / V_message.
    clear : V_message.
    endloop.
    ENDFORM. " format_messages
    *& Form open_group
    text
    --> p1 text
    <-- p2 text
    FORM open_group .
    CALL FUNCTION 'BDC_OPEN_GROUP'
    EXPORTING
    CLIENT = SY-MANDT
    GROUP = P_Sess
    HOLDDATE = V_datum1
    KEEP = 'X'
    USER = SY-UNAME
    IF SY-SUBRC = 0.
    write : / 'Session Creating wit Name : ',P_Sess.
    ENDIF.
    ENDFORM. " open_group
    *& Form close_group
    text
    --> p1 text
    <-- p2 text
    FORM close_group .
    CALL FUNCTION 'BDC_CLOSE_GROUP'.
    ENDFORM. " close_group
    *& Form bdc_transaction
    text
    -->P_0132 text
    FORM bdc_transaction. "USING VALUE(P_0132).
    CALL FUNCTION 'BDC_INSERT'
    EXPORTING
    TCODE = 'XK01'
    POST_LOCAL = NOVBLOCAL
    PRINTING = NOPRINT
    SIMUBATCH = ' '
    CTUPARAMS = ' '
    TABLES
    DYNPROTAB = it_bdc
    EXCEPTIONS
    INTERNAL_ERROR = 1
    NOT_OPEN = 2
    QUEUE_ERROR = 3
    TCODE_INVALID = 4
    PRINTING_INVALID = 5
    POSTING_INVALID = 6
    OTHERS = 7
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM. " bdc_transaction
    Regards
    Sreeni
    Message was edited by: Sreenivasulu Ponnadi

  • SQL reporting - An internal error occurred on the report server. See the error log for more details. (rsInternalError)

    I have created an RDL file programatically. When I execute the code I get the error as mentioned below:
    Error: Sub report cannot be shown.
    An internal error occurred on the report server. See the error log for more details. (rsInternalError)
    When I copy and paste the code of RDL file into new RDL file and try to preview the output I get correct result.
    Note: The new RDL file does not give any error if the output is seen using preview tab but it gives the error only when executed from report viewer or from internet explorer.
    Any Suggestion/feedback is highly appreciated.
    Thank You.
    The code of the sample RDL is shown below:
    <?xml version="1.0" encoding="utf-8"?>
    <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
      <DataSources>
        <DataSource Name="DataSource1">
          <DataSourceReference>DataSource1</DataSourceReference>
          <rd:DataSourceID>fe4806ee-0358-4a87-b764-ac5de049545e</rd:DataSourceID>
        </DataSource>
      </DataSources>
      <BottomMargin>0.25in</BottomMargin>
      <RightMargin>0.25in</RightMargin>
      <PageWidth>11in</PageWidth>
      <ReportParameters>
        <ReportParameter Name="machine_id">
          <DataType>String</DataType>
          <Prompt>machine_id</Prompt>
        </ReportParameter>
        <ReportParameter Name="from_date">
          <DataType>String</DataType>
          <AllowBlank>true</AllowBlank>
          <Prompt>From Date</Prompt>
        </ReportParameter>
        <ReportParameter Name="to_date">
          <DataType>String</DataType>
          <AllowBlank>true</AllowBlank>
          <Prompt>To Date</Prompt>
        </ReportParameter>
      </ReportParameters>
      <rd:DrawGrid>true</rd:DrawGrid>
      <InteractiveWidth>8.5in</InteractiveWidth>
      <rd:SnapToGrid>true</rd:SnapToGrid>
      <Body>
        <ReportItems>
          <Table Name="table1">
            <DataSetName>Main_Report</DataSetName>
            <TableGroups>
              <TableGroup>
                <Header>
                  <TableRows>
                    <TableRow>
                      <TableCells>
                        <TableCell>
                          <ReportItems>
                            <Textbox Name="textbox2">
                              <rd:DefaultName>textbox2</rd:DefaultName>
                              <ZIndex>1</ZIndex>
                              <Style>
                                <TextAlign>Left</TextAlign>
                                <PaddingLeft>2pt</PaddingLeft>
                                <PaddingBottom>2pt</PaddingBottom>
                                <PaddingRight>2pt</PaddingRight>
                                <PaddingTop>2pt</PaddingTop>
                              </Style>
                              <CanGrow>true</CanGrow>
                              <Value>=Fields!syscode.Value</Value>
                            </Textbox>
                          </ReportItems>
                        </TableCell>
                      </TableCells>
                      <Height>0.25in</Height>
                    </TableRow>
                  </TableRows>
                  <RepeatOnNewPage>true</RepeatOnNewPage>
                </Header>
                <Grouping Name="table1_Group1">
                  <PageBreakAtEnd>true</PageBreakAtEnd>
                  <GroupExpressions>
                    <GroupExpression>=Fields!syscode.Value</GroupExpression>
                  </GroupExpressions>
                </Grouping>
              </TableGroup>
            </TableGroups>
            <Details>
              <TableRows>
                <TableRow>
                  <TableCells>
                    <TableCell>
                      <ReportItems>
                        <Subreport Name="subreport1">
                          <Parameters>
                            <Parameter Name="machine_id">
                              <Value>=Fields!machine_ip.Value</Value>
                            </Parameter>
                            <Parameter Name="syscode">
                              <Value>=Fields!syscode.Value</Value>
                            </Parameter>
                            <Parameter Name="from_date">
                              <Value>=Parameters!from_date.Value</Value>
                            </Parameter>
                            <Parameter Name="to_date">
                              <Value>=Parameters!to_date.Value</Value>
                            </Parameter>
                          </Parameters>
                          <ReportName>Holding_Summary_Multi_Period</ReportName>
                        </Subreport>
                      </ReportItems>
                    </TableCell>
                  </TableCells>
                  <Height>0.25in</Height>
                </TableRow>
              </TableRows>
            </Details>
            <TableColumns>
              <TableColumn>
                <Width>10.5in</Width>
              </TableColumn>
            </TableColumns>
            <Height>0.5in</Height>
          </Table>
        </ReportItems>
        <Height>0.75in</Height>
      </Body>
      <rd:ReportID>d0a1293a-e98c-4f75-9597-03426d2e7218</rd:ReportID>
      <LeftMargin>0.25in</LeftMargin>
      <DataSets>
        <DataSet Name="Main_Report">
          <Query>
            <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
            <CommandText>select account_syscode as syscode , 'display Name' as display_name , * from mars_customer_list
    where machine_ip = @machine_id</CommandText>
            <QueryParameters>
              <QueryParameter Name="@machine_id">
                <Value>=Parameters!machine_id.Value</Value>
              </QueryParameter>
            </QueryParameters>
            <DataSourceName>DataSource1</DataSourceName>
          </Query>
          <Fields>
            <Field Name="syscode">
              <rd:TypeName>System.Int64</rd:TypeName>
              <DataField>syscode</DataField>
            </Field>
            <Field Name="display_name">
              <rd:TypeName>System.String</rd:TypeName>
              <DataField>display_name</DataField>
            </Field>
            <Field Name="customer_syscode">
              <rd:TypeName>System.Int64</rd:TypeName>
              <DataField>customer_syscode</DataField>
            </Field>
            <Field Name="account_syscode">
              <rd:TypeName>System.Int64</rd:TypeName>
              <DataField>account_syscode</DataField>
            </Field>
            <Field Name="machine_ip">
              <rd:TypeName>System.String</rd:TypeName>
              <DataField>machine_ip</DataField>
            </Field>
          </Fields>
        </DataSet>
      </DataSets>
      <Code>Shared offset As Integer
    Public Function GetPN(reset As Boolean, pagenumber As Integer) As Integer
      If reset
        offset = pagenumber - 1
      End If
      Return pagenumber - offset
    End Function
    </Code>
      <Width>10.5in</Width>
      <InteractiveHeight>11in</InteractiveHeight>
      <Language>en-US</Language>
      <PageFooter>
        <ReportItems>
          <Image Name="image1">
            <Sizing>Fit</Sizing>
            <Left>8.875in</Left>
            <MIMEType />
            <Width>1.5in</Width>
            <Source>External</Source>
            <Style />
            <Value>bottom_right_logo.gif</Value>
          </Image>
        </ReportItems>
        <Height>0.5in</Height>
        <PrintOnLastPage>true</PrintOnLastPage>
        <PrintOnFirstPage>true</PrintOnFirstPage>
      </PageFooter>
      <TopMargin>0.5in</TopMargin>
      <PageHeight>8.5in</PageHeight>
    </Report>

    i created a SSRS report with shared datasets and uploaded rdl files and rsd files , while trying to map rdl file with data sets i am getting an error
    when i click on manage for .rdl file, its throwing error , as
    "An internal error occurred on the report server. See the error log for more details. (rsInternalError)
    Object reference not set to an instance of an object.
    please help me with this

  • An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help The profile for the user is a temporary profile. (Exception from HRESULT: 0x80090024)

    An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help The profile for the user is a temporary profile. (Exception from HRESULT: 0x80090024) 
     while proview the report i will get this error am using sql server 2008R2,
    can u plesae hlep me out for this
     

    <Header>
      <Product>Microsoft SQL Server Reporting Services Version 2009.0100.1600.01 ((KJ_RTM).100402-1539 )</Product>
      <Locale>English (United States)</Locale>
      <TimeZone>W. Europe Standard Time</TimeZone>
      <Path>C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVEREPORT\Reporting Services\Logfiles\ReportServerService__01_30_2015_03_09_32.log</Path>
      <SystemName>WEGDACM1</SystemName>
      <OSName>Microsoft Windows NT 6.1.7601 Service Pack 1</OSName>
      <OSVersion>6.1.7601</OSVersion>
      <ProcessID>4880</ProcessID>
      <Virtualization>Hypervisor</Virtualization>
    </Header>
    rshost!rshost!5e4!01/30/2015-03:09:32:: i INFO: Currently registered url http://+:80/ReportServer_MSSQLSERVEREPORT/ on endpoint 2
    rshost!rshost!5e4!01/30/2015-03:09:32:: e ERROR: Failed to register url=http://+:80/Reports/ for endpoint 3, error=b7.
    rshost!rshost!5e4!01/30/2015-03:09:32:: w WARN: Endpoint 3 is enabled but no url is registered for vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVEREPORT\Reporting Services\ReportManager.
    servicecontroller!DefaultDomain!1e30!01/30/2015-03:09:32:: e ERROR: Error creating HTTP endpoint. System.Runtime.InteropServices.COMException (0x800700B7): Cannot create a file when that file already exists. (Exception from HRESULT: 0x800700B7)
       at Microsoft.ReportingServices.HostingInterfaces.IRsUnmanagedCallback.CreateHttpEndpoint(RsAppDomainType application, String[] urlPrefixes, Int32 cPrefixes, String[] hosts, Int32 cHosts, Boolean wildCardPresent, String virtualDirectory, String
    filePath, Int32 authType, Int32 logonMethod, String authDomain, String authRealm, Boolean authPersist, Int32 extendedProtectionLevel, Int32 extendedProtectionScenario, Boolean enabled)
       at Microsoft.ReportingServices.Library.ServiceAppDomainController.SetWebConfiguration(RunningApplication rsApplication, Boolean enabled, String folder)
    rshost!rshost!65c!01/30/2015-03:09:32:: i INFO: Endpoint 4 is disabled and no url is registered vdir=/ReportServer_MSSQLSERVEREPORT/ReportBuilder, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVEREPORT\Reporting Services\ReportServer\ReportBuilder.
    rshost!rshost!1e30!01/30/2015-03:09:32:: i INFO: Derived memory configuration based on physical memory as 16776696 KB
    servicecontroller!DefaultDomain!1e30!01/30/2015-03:09:32:: i INFO: Recycling the service from the default domain
    rshost!rshost!1e30!01/30/2015-03:09:46:: i INFO: Application domain type WindowsService statistics: created: 7, unloaded: 7, failed: 0, timed out: 0.
    appdomainmanager!DefaultDomain!1e30!01/30/2015-03:09:46:: i INFO: Appdomain:11 WindowsService_7 started.
    library!WindowsService_7!1e30!01/30/2015-03:09:46:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. ;
    servicecontroller!WindowsService_7!1e30!01/30/2015-03:09:46:: e ERROR: Error initializing configuration from the database: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration
    error. 
    resourceutilities!WindowsService_7!1e30!01/30/2015-03:09:47:: i INFO: Reporting Services starting SKU: Enterprise
    servicecontroller!WindowsService_6!1e30!01/30/2015-03:09:47:: i INFO: Service controller exiting.
    appdomainmanager!DefaultDomain!1e30!01/30/2015-03:09:47:: i INFO: Appdomain:10 unregistered.
    appdomainmanager!DefaultDomain!1e30!01/30/2015-03:09:47:: i INFO: Appdomain:10 WindowsService_6 unloading.
    appdomainmanager!DefaultDomain!1f40!01/30/2015-03:09:47:: i INFO: AppDomain:10 0 pending unload(s)
    library!WindowsService_7!2410!01/30/2015-03:09:47:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. ;
    library!WindowsService_7!2410!01/30/2015-03:09:47:: e ERROR: ServiceStartThread: Exception caught while starting service. Error: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration
    error. 
    library!WindowsService_7!2410!01/30/2015-03:09:47:: e ERROR: ServiceStartThread: Attempting to start service again...
    library!DefaultDomain!202c!01/30/2015-08:04:43:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. ;
    library!DefaultDomain!202c!01/30/2015-08:25:26:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. ;
    library!DefaultDomain!202c!01/30/2015-08:26:16:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. ;
    The above is my log file pls find it resolve my problem,am trying to add the encryption key to my configuration seetings it will through the error like The profile you were used is temporary profile.

  • Tracing error log in Application Server for report service

    Hi guys,
    My company use Oracle Application Server with the Form version 10.1.2.0.2.
    Recently we experienced an error whereby the report services go down so frequent within a day.
    I checked into the alert log file of the Database and found out ORA-00600: internal error code, arguments: [kgassg_2], [], [], [], [], [], [], []
    Checked in Metalink, this might happen in 32 bit OS. So the suggestion is to check on the database memory parameters and extend the memory parameters affected to it.
    Since this report service problem happen quite often, I might think that there should be something happening with the Application server as well.
    Lastly, my questions are:
    1. How can i investigate this error in Application Server side?
    2. Is there any error log file in Application Server which is like alert log file in the database?
    Thank you

    Hi,
    I would like to know Do you want to create a error file in Application server?
    If yes, then it is quite easy. Just declare one internal table IT_LOG & store all the error records in this table.
    Then loop over the internal table IT_LOG & using open data set concept transfer all the records.
    Sample Code:
    INITIALIZATION.
    CONCATENATE '/INTERFACE/' SY-SYSID '/MM' into GV_DIR.
    START-OF-SELECTION.
    CONCATENATE GV_DIR '/' P_FILE INTO GV_FILE.
    OPEN DATASET GV_FILE FOR OUTPUT IN TEXT MODE.
    LOOP AT IT_LOG.
    CLEAR LV_STRING.
    CONCATENATE IT_LOG-F1 IT_LOG-F2 INTO LV_STRING SEPERATED BY ','.
    TRANSFER LV_STRING TO GV_FILE.
    ENDLOOP.
    CLOSE DATASET GV_FILE.
    Note: Here F1 & F2 are respective fields.

  • Reports executes with status FINISHED_WITH_ERROR.how to see error log

    hi
    I have executin following codes
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'/u02/oradata/data/REPORTS/PE4.rdf');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'/u02/oradata/data/REPORTS/aa.pdf');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'rep_ora_apps');
    v_rep := RUN_REPORT_OBJECT(repid);
    WHILE REPORT_OBJECT_STATUS(v_rep) in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
         message('Status is '||REPORT_OBJECT_STATUS(v_rep));
         i :=i+1;
         if i>100 then
              exit;
         end if;
    END LOOP;
    message('Status is '||REPORT_OBJECT_STATUS(v_rep));
    The messages I got are
    ENQUEUED
    ENQUEUED
    ENQUEUED
    ENQUEUED
    RUNNING
    RUNNING
    RUNNING
    FINISHED_WITH_ERROR
    Could you please tell me how can I see the error log?
    Regards

    hi
    please try the following code i hope it will help u or modify it with ur requirements.
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('REPORT6');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER, 'paramform=no p_serial=' || to_char(:ins1.serial) );
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
      rep_status := report_object_status(v_rep);
    END LOOP;
    if
    rep_status = 'FINISHED'
    then
      WEB.SHOW_DOCUMENT('http://Sarah:8889/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1) ||
      '?server=repserver' );
    else
      message ( 'error while running reports-object '  || error_text );
      message ( ' ' );
      clear_message;
    end if;
    end; sarah

  • RPCIPE00 report error log

    Hi all,
    When I run this RPCIPE00 program, I will get some error messages on certain employees regarding "posting balance not cleared" in the error log button in"Evaluation of Posting Item " screen. I want to know is the error log stored permanently? If yes, where isit stored? Or do i have to run this report everytime I need to get the error messages/log? Thanks.

    Hi,
    Thanks for reply. So if I were to copy the standard RPCIPE00 report program to my namespace, do you have any idea how do I suppose to modify it so that I can store the error message in an internal table? (Export list to memory is not working for this standard program).

  • Afabn report to the error log

    Hi,
    We are just testing ECC 6.0 where for depreciation AFABN is used instead of AFAB.
    However when I run the depreciation in test run it never includes any assts and it says 'Refer to the error log'. But I cannot find anything in ST22.
    Can you help where the errorlog can be found?
    Are there any differences between AFAB and AFABN?
    Thx,
    Jan

    I had the same problem recently and in the Job Log it states no Errors. If when you run the depreciation you select test run but not "Error Analysis" then you will find will give you the list of Assets.to be posted. It does seem that when this is ticked it does give incorrect error message in the payment run for some reason I don't know what the benefit of this error analysis tab is! Hope this helps.

  • Error while opening the report.

    hi,
      Some time i am getting "500 Internal Server Error',while executing the report.Please check the following exception and  give the possible reason for getting this kind of problem.
    <b>   500 Internal Server Error</b>                                                                               
    BEx Web Application
    Failed to process request. Please contact your system administrator.
    <b>Error Summary</b>
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator.
    To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    <b>Root Cause</b>
    The initial exception that caused the request to fail, was:
    Termination message sent
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    com.sap.ip.bi.base.application.exceptions.AbortMessageRuntimeException: Termination message sent
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessageInternal(MessageManager.java:148)
    at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:113)
    <b>Messages</b>
    ABEND: Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    ABEND: Error in BW:
    <b>System Environment</b>
    <b>Server</b>
    BI Java Release: 7 - Patch level: 0000000009 - Description: BI Web Applications Java - Additional info:  - Production mode: true
    BI ABAP Release: 700 - Patch level: 0009 - Description: SAP NetWeaver BI 7.0 (BIPCLNT300) - Additional info:  - Production mode: true
    Java Virtual Machine Classic VM - IBM Corporation - 1.4.2
    Operating System AIX - ppc64 - 5.3
    <b>Context</b>
    ACCESSIBLE false
    BEx Runtime Version 1
    CACHE true
    CONTENT_PADDING true
    COUNTRY 
    DEBUG false
    DEBUG_LEVEL 0
    DEBUG_MESSAGES false
    Initial Query String BUILDTREE=false&NAVIGATIONTARGET=navurl%3A%2F%2F7b8b73fe5fd57ae6c5c1a24aed5d1ac4&NAVPATHUPDATE=false&RELATIVENAVBASE=&SAP-LAFVERSIONS=portal%3A7.0.9.0.1%3Bur%3A7.0.9.0.1&SAP-PP-CONSUMERBASEURL=3A80&SAP-PP-PRODUCERID=com.lenovo.BIP_Lenovosap&TEMPLATE=Z_WEB_CR_ZCRMOPPI_Q0032&THEME=LenovoBlueTwo
    LANGUAGE en
    Master System Alias BIPCLNT300
    PROFILING false
    RTL false
    Request URL http
    SAP_BW_IVIEW_ID pcd:portal_content/d029033/com..BI_Reports/com.BI_Analytics/Z_WEB_CR_ZCRMOPPI_Q0032
    SAP_EXTERNAL_SID CLGF6EORaEN7Vivt8TVaQw==3eTBxzbQZSMLxB4o3h9+7w==
    THEME_NAME LenovoBlueTwo
    TRACE false
    TRAY_TYPE PLAIN
    Time Thu Oct 04 03:14:20 PDT 2007
    User EPSUPPORT (USER.R3_DATASOURCE.EPSUPPORT)
    <b>Full Exception Chain</b>
    Log ID 00145ED13086005200000889000C719A00043BA80CB04B89
    com.sap.ip.bi.webapplications.runtime.controller.MessageException: Error during conversion of the Web template "Z_WEB_CR_ZCRMOPPI_Q0032 from the master system     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2055)     at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:841)     at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:775)     at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:412)     at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:21)     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java(Compiled Code))     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java(Compiled Code))     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java(Compiled Code))     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code))     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code))     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java(Compiled Code))     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java(Compiled Code))     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code))     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code))     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java(Compiled Code))     at java.security.AccessController.doPrivileged1(Native Method)     at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java(Compiled Code))     at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java(Compiled Code))     at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java(Compiled Code))     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java(Compiled Code))     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java(Inlined Compiled Code))     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java(Compiled Code))     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java(Compiled Code))     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java(Compiled Code))     at com.sap.engine.services.httpserver.server.Client.handle(Client.java(Inlined Compiled Code))     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java(Compiled Code))     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))     at java.security.AccessController.doPrivileged1(Native Method)     at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))Caused by: com.sap.ip.bi.base.exception.BIBaseRuntimeException: Error during conversion of the Web template "Z_WEB_CR_ZCRMOPPI_Q0032 from the master system     at com.sap.ip.bi.webapplications.runtime.jsp.portal.service.template.PortalTemplateAccessService.getTemplateContent(PortalTemplateAccessService.java:93)     at com.sap.ip.bi.webapplications.runtime.preprocessor.Preprocessor.parseTemplate(Preprocessor.java:161)     at com.sap.ip.bi.webapplications.runtime.xml.XmlTemplateAssembler.doInit(XmlTemplateAssembler.java:81)     at com.sap.ip.bi.webapplications.runtime.template.TemplateAssembler.init(TemplateAssembler.java:118)     at com.sap.ip.bi.webapplications.runtime.base.Template.doInit(Template.java:105)     at com.sap.ip.bi.webapplications.runtime.base.PageObject.init(PageObject.java:232)     at com.sap.ip.bi.webapplications.runtime.base.Container.init(Container.java:46)     at com.sap.ip.bi.webapplications.runtime.impl.Page.initPageObject(Page.java:3226)     at com.sap.ip.bi.webapplications.runtime.impl.Page.createPageObject(Page.java:3427)     at com.sap.ip.bi.webapplications.runtime.impl.Page.setTemplate(Page.java:4355)     at com.sap.ip.bi.webapplications.runtime.impl.Page.doSetTemplateCommand(Page.java:4091)     at sun.reflect.GeneratedMethodAccessor293.invoke(Unknown Source)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))     at java.lang.reflect.Method.invoke(Method.java(Compiled Code))     at com.sap.ip.bi.util.MethodInvoker.callMethod(MethodInvoker.java:101)     at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java:410)     at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java:325)     at com.sap.ip.bi.webapplications.runtime.base.CommunicationProcessor.processCommand(CommunicationProcessor.java:144)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandInternal(Page.java:1418)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandSequence(Page.java:1713)     at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:2424)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:1977)     ... 38 moreCaused by: com.sap.ip.bi.deploytime.BIBaseRareSystemException: BI runtime subsystem error: Retrieve MetadataResources Failed1.4.2com.sap.ip.bi.deploytime.metadataresourcecache.MetadataResourceCache:initialize Note call hierarchy     at com.sap.ip.bi.deploytime.metadataresourcecache.MetadataResourceCache.initialize(MetadataResourceCache.java:212)     at com.sap.ip.bi.deploytime.BISP2Jsp.transformDTT(BISP2Jsp.java:1130)     at com.sap.ip.bi.deploytime.BISP2Jsp.convert(BISP2Jsp.java:497)     at com.sap.ip.bi.webapplications.runtime.jsp.portal.service.template.PortalTemplateAccessService.getTemplateContent(PortalTemplateAccessService.java:88)     ... 59 moreCaused by: com.sap.ip.bi.base.application.exceptions.AbortMessageRuntimeException: Termination message sent ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION  MSGV1: SAPMSSY1  MSGV3: UNCAUGHT_EXCEPTION     at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessageInternal(MessageManager.java:148)     at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:113)     at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessageInternal(MessageManager.java:144)     at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:113)     at com.sap.ip.bi.base.application.service.RfcService.fillMessages(RfcService.java:221)     at com.sap.ip.bi.base.application.service.RfcService.doPostProcessing(RfcService.java:171)     at com.sap.ip.bi.base.application.service.rfcproxy.impl.RfcFunction.execute(RfcFunction.java(Compiled Code))     at com.sap.ip.bi.deploytime.service.validation_metadata.impl.ValidationMetadataService.getTransformData(ValidationMetadataService.java:53)     at com.sap.ip.bi.deploytime.metadataresourcecache.MetadataResourceCache.initialize(MetadataResourceCache.java:196)     ... 62 more
    Regards,
    Ravi.M

    hi,
         Any suggestion for the above query.
    here i am using federated portal concept,once i am opening this report in the portal only i am facing the above problem.
    Regards,
    Ravi.M

  • Error when running crystal report

    i saw the error in log file 'Only TrueType fonts are supported. This is not a TrueType font' and 'Error while running Crystal report'
    Help me to fix this problem.Thanks inadvanced.
    I used some software developed in vb6.It changed some system font when running :D.
    i want to run both that soft   and sap.

    Hi,
    Please refer to the link, [Re: CR XI R2, Crystal Report Viewer Opentype Font not supported|Re: CR XI R2, Crystal Report Viewer Opentype Font not supported].
    What is the version of your crystal report, we will try to apply some service packs.
    Regards,
    Clint

  • IPhoto Crashes all of the time. Attached Error Log. Please help?

    Attached is the error log. I've tried creating a new library and running disk utility. iPhoto crashes after a few minutes of use, especially when trying to edit photos. Any advice? The crashing is chronic and has occured for some time now (months).
    Process: iPhoto [3091]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 9.4.3 (9.4.3)
    Build Info: iPhotoProject-720091000000000~1
    App Item ID: 408981381
    App External ID: 15017489
    Code Type: X86 (Native)
    Parent Process: launchd [169]
    Date/Time: 2013-05-16 16:19:12.951 +0100
    OS Version: Mac OS X 10.7.5 (11G63b)
    Report Version: 9
    Interval Since Last Report: 233038 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 54616 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: ----------------------------------------
    Crashed Thread: 16
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ffffffff
    VM Regions Near 0xffffffff:
    --> shared memory 00000000ffff0000-00000000ffff2000 [ 8K] r-x/r-x SM=SHM
    Application Specific Information:
    objc[3091]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0 libsystem_kernel.dylib 0x985b3c22 mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x985b31f6 mach_msg + 70
    2 com.apple.CoreFoundation 0x94a3e9da __CFRunLoopServiceMachPort + 170
    3 com.apple.CoreFoundation 0x94a47b04 __CFRunLoopRun + 1428
    4 com.apple.CoreFoundation 0x94a471dc CFRunLoopRunSpecific + 332
    5 com.apple.CoreFoundation 0x94a47088 CFRunLoopRunInMode + 120
    6 com.apple.HIToolbox 0x99612543 RunCurrentEventLoopInMode + 318
    7 com.apple.HIToolbox 0x996198ab ReceiveNextEventCommon + 381
    8 com.apple.HIToolbox 0x9961971a BlockUntilNextEventMatchingListInMode + 88
    9 com.apple.AppKit 0x9a24eee8 _DPSNextEvent + 678
    10 com.apple.AppKit 0x9a24e752 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    11 com.apple.AppKit 0x9a24aac1 -[NSApplication run] + 911
    12 com.apple.AppKit 0x9a4dbac5 NSApplicationMain + 1054
    13 com.apple.iPhoto 0x0009e0b9 0x8e000 + 65721
    14 com.apple.iPhoto 0x0009d705 0x8e000 + 63237
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x985b5b5e __select_nocancel + 10
    1 libdispatch.dylib 0x949fdcbd _dispatch_mgr_invoke + 642
    2 libdispatch.dylib 0x949fc853 _dispatch_mgr_thread + 53
    Thread 2:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 3:
    0 libJPEG.dylib 0x9537e35d _cg_vec_jpeg_idct_islow + 740
    1 libJPEG.dylib 0x9537c396 decompress_onepass + 379
    2 libJPEG.dylib 0x9537c1bc process_data_simple_main + 43
    3 libJPEG.dylib 0x9537c186 _cg_jpeg_read_scanlines + 154
    4 com.apple.ImageIO.framework 0x95dd0014 copyImageBlockSetJPEG + 2807
    5 com.apple.ImageIO.framework 0x95dcf456 ImageProviderCopyImageBlockSetCallback + 440
    6 com.apple.CoreGraphics 0x91947d98 CGImageProviderCopyImageBlockSetWithOptions + 173
    7 com.apple.CoreGraphics 0x91947ce5 CGImageProviderCopyImageBlockSet + 69
    8 com.apple.CoreGraphics 0x91977599 imageProvider_getBytes + 129
    9 com.apple.CoreGraphics 0x91898e53 CGAccessSessionGetBytes + 315
    10 com.apple.geode 0x0119081b DGReadBytesFromAccessSession + 197
    11 com.apple.geode 0x01190e18 DGReadBytesRGBA8toARGB8 + 34
    12 com.apple.geode 0x010fb18b -[DGImageIOFactory readImageSource:intoConsumers:readFunctions:] + 160
    13 com.apple.geode 0x010fbf42 -[DGImageIOFactory fulfillImageRequest:intoLockedPage:forTile:] + 2532
    14 com.apple.geode 0x010fd65f -[DGImageIOFactory readRequest:intoPageRef:] + 752
    15 com.apple.geode 0x010fdc1a -[DGImageIOFactory readHandler:] + 165
    16 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    17 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    18 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    19 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    20 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    21 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    22 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    23 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    24 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 4:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 5:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 6:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01db08d6 -[XTThread waitForSynchReply:] + 172
    7 com.apple.proxtcore 0x01d9fda3 -[XTThread sendLocalMessageSynch:destThread:] + 207
    8 com.apple.geode 0x010fd97e -[DGImageIOFactory cache:cacheStore:onFulfillRequest:intoPageRef:] + 643
    9 com.apple.proxtcore 0x01dbbdc5 -[XTCacheFactory cache:cacheStore:fulfillRequest:intoPageRef:] + 1128
    10 com.apple.proxtcore 0x01dba9fb -[XTCacheBroker cacheStore:fulfillRequest:intoPageRef:] + 65
    11 com.apple.proxtcore 0x01dc2044 -[XTCacheStore newObjectFulfillRequest:] + 650
    12 com.apple.proxtcore 0x01dc26cd -[XTCacheStore newObjectForRequest:] + 1167
    13 com.apple.proxtcore 0x01dba042 -[XTCache newObjectForRequest:] + 43
    14 com.apple.geode 0x0113633e -[DGCachedTileImageProvider prefetchDataInRect:] + 525
    15 com.apple.geode 0x010cef2c -[DGImage prefetchImageInRect:] + 93
    16 com.apple.RedRock 0x02613b90 -[RKImageCache _performPrefetch:] + 485
    17 com.apple.RedRock 0x02614131 -[RKImageCache _backgroundPrefetch:] + 1140
    18 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    19 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    20 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    21 com.apple.proxtcore 0x01d99ab5 -[XTList makeObjectsPerformSelector:withObject:] + 60
    22 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    23 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    24 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    25 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    26 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    27 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    28 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 7:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 8:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 9:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.RedRock 0x023d82bf -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7 com.apple.CoreFoundation 0x94aaf1aa -[NSObject performSelector:] + 58
    8 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    10 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    11 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    12 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    13 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    14 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    15 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    16 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    17 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 10:: com.apple.NSURLConnectionLoader
    0 libsystem_kernel.dylib 0x985b3c22 mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x985b31f6 mach_msg + 70
    2 com.apple.CoreFoundation 0x94a3e9da __CFRunLoopServiceMachPort + 170
    3 com.apple.CoreFoundation 0x94a47b04 __CFRunLoopRun + 1428
    4 com.apple.CoreFoundation 0x94a471dc CFRunLoopRunSpecific + 332
    5 com.apple.CoreFoundation 0x94a47088 CFRunLoopRunInMode + 120
    6 com.apple.Foundation 0x989ab0c4 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    8 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    9 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    10 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 11:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib 0x985b5b42 __select + 10
    1 com.apple.CoreFoundation 0x94a95e15 __CFSocketManager + 1557
    2 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    3 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 12:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.Foundation 0x989a0be8 -[NSCondition wait] + 304
    4 com.apple.iPhoto 0x000e0184 0x8e000 + 336260
    5 com.apple.iPhoto 0x000dfd92 0x8e000 + 335250
    6 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    7 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    8 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    9 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    13 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    14 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    15 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    16 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    17 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    18 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    19 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    20 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 13:: CVDisplayLink
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreVideo 0x974b00cd CVDisplayLink::runIOThread() + 945
    4 com.apple.CoreVideo 0x974afd05 _ZL13startIOThreadPv + 160
    5 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    6 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 14:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.CoreServices.CarbonCore 0x907193a7 TSWaitOnConditionTimedRelative + 178
    4 com.apple.CoreServices.CarbonCore 0x9071911d TSWaitOnSemaphoreCommon + 490
    5 com.apple.CoreServices.CarbonCore 0x90718f2e TSWaitOnSemaphoreRelative + 24
    6 com.apple.QuickTimeComponents.component 0x939c016a 0x933d3000 + 6213994
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 15:: com.apple.coremedia.scheduledfileio
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreMedia 0x97debb0e WaitOnCondition + 19
    4 com.apple.CoreMedia 0x97debd3b FigSemaphoreWaitRelative + 194
    5 com.apple.CoreMedia 0x97de7946 FigScheduledFileIOThread + 201
    6 com.apple.CoreMedia 0x97dece33 figThreadMain + 496
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 16 Crashed:
    0 com.apple.CoreImage 0x973c88a3 CoreImage_crashed_because_it_could_not_allocate_memory(void const*) + 17
    1 com.apple.CoreImage 0x973c8725 FEVirtualMemory::allocate(unsigned long&, signed char&) + 293
    2 com.apple.CoreImage 0x972736ed fe_buffer_activate(FEContext*, unsigned int) + 443
    3 com.apple.CoreImage 0x9727349e -[FEBuffer beginRenderForContext:textureTarget:warpMode:flipped:flags:] + 136
    4 com.apple.CoreImage 0x972b025e FETexture::renderSetup(FEContext*, FEFormat) + 222
    5 com.apple.CoreImage 0x972b017b FETexture::textureRenderSetup(FEContext*, void*, FEFormat) + 37
    6 com.apple.CoreImage 0x972b89ac FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 1068
    7 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    8 com.apple.CoreImage 0x972b5fab FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 85
    9 com.apple.CoreImage 0x972b045c FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 454
    10 com.apple.CoreImage 0x972b0f1b FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 1037
    11 com.apple.CoreImage 0x972b632b FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 867
    12 com.apple.CoreImage 0x972b87f2 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 626
    13 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    14 com.apple.CoreImage 0x972b931d FECropTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 185
    15 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    16 com.apple.CoreImage 0x972b5fab FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 85
    17 com.apple.CoreImage 0x972b045c FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 454
    18 com.apple.CoreImage 0x972b0f1b FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 1037
    19 com.apple.CoreImage 0x972b632b FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 867
    20 com.apple.CoreImage 0x972b87f2 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 626
    21 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    22 com.apple.CoreImage 0x972b9893 FETreeNode::render(FETreeContext*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 97
    23 com.apple.CoreImage 0x972b982c FETreeContext::render(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 52
    24 com.apple.CoreImage 0x972bd143 FETreeContext::renderTree(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 189
    25 com.apple.CoreImage 0x972bd430 FETreeContext::renderImage_(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 686
    26 com.apple.CoreImage 0x972bd69b FETreeContext::renderImage(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 361
    27 com.apple.CoreImage 0x9729263a -[FEImage(Internal) _renderWithContext:bounds:transform:colorSpace:format:premultiplied:setupCallba ck:finishCallback:callbackData:] + 273
    28 com.apple.CoreImage 0x97291ecd -[FEImage getBitmap:withContext:origin:transform:colorSpace:] + 1543
    29 com.apple.CoreImage 0x9724362d -[CIContextImpl render:toBitmap:rowBytes:bounds:format:colorSpace:] + 323
    30 com.apple.CoreImage 0x9724251e -[CIContext render:toBitmap:rowBytes:bounds:format:colorSpace:] + 114
    31 com.apple.iPhoto 0x0064cac5 0x8e000 + 6023877
    32 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    33 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    34 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    35 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    36 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    37 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    38 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    39 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    40 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    41 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    42 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    43 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    44 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    45 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    46 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 17:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0058ef21 0x8e000 + 5246753
    4 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    5 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    7 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    8 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    9 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    10 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    11 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    12 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    13 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    14 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 18:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x00157832 0x8e000 + 825394
    4 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    5 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    6 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    7 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    8 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    9 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    12 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    13 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    14 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    15 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    16 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    17 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    18 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 19:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0058ef21 0x8e000 + 5246753
    4 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    5 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    7 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    8 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    9 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    10 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    11 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    12 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    13 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    14 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 20:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0019d728 0x8e000 + 1111848
    4 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    5 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    6 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    7 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    8 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    9 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    12 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    13 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    14 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    15 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    16 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    17 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    18 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 21:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.CoreServices.CarbonCore 0x907193a7 TSWaitOnConditionTimedRelative + 178
    4 com.apple.CoreServices.CarbonCore 0x9071911d TSWaitOnSemaphoreCommon + 490
    5 com.apple.CoreServices.CarbonCore 0x90718f2e TSWaitOnSemaphoreRelative + 24
    6 com.apple.CoreServices.CarbonCore 0x9074be53 AIOFileThread(void*) + 1019
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 22:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 23:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 24:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 25:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 16 crashed with X86 Thread State (32-bit):
    eax: 0x973c889d ebx: 0xffffffff ecx: 0xffffffff edx: 0x00000200
    edi: 0xb1a3ab00 esi: 0x973c860e ebp: 0xb1a3aa28 esp: 0xb1a3aa20
    ss: 0x00000023 efl: 0x00010246 eip: 0x973c88a3 cs: 0x0000001b
    ds: 0x00000023 es: 0x00000023 fs: 0x00000023 gs: 0x0000000f
    cr2: 0xffffffff
    Logical CPU: 3
    Binary Images:
    0x8e000 - 0xd83ff3 com.apple.iPhoto (9.4.3 - 9.4.3) <74A545E6-1EB2-315F-82FA-3344B599F490> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0xf18000 - 0xff8fe7 org.python.python (2.6.7 - 2.6.7) <61DBA92A-C39A-3A52-86F2-59CF9D310CB4> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1045000 - 0x104dffb com.apple.PhotoFoundation (1.0 - 20.12) <6DEFC232-B843-3848-908E-25AF929E9026> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x10bc000 - 0x1299ffb com.apple.geode (1.5.3 - 280.22) <887FF540-8A00-3AED-9C17-C99856E7A6F4> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1329000 - 0x132eff7 com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <6B675B59-ED97-35F8-89CB-79F387A05EA5> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x1337000 - 0x1366ff7 com.apple.iLifeAssetManagement (2.7 - 45.19) <C30AF8E5-51DB-3912-B58C-41988B396209> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x138a000 - 0x13b1ff3 com.apple.iPhoto.Tessera (1.1 - 90.10) <143B4B05-6F39-3C83-A927-E4B5A53D2344> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x13c4000 - 0x13e8ffb com.apple.iPhoto.Tellus (1.3 - 90.10) <88853EBB-0C48-3A68-91B7-ED078C953CBD> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x1401000 - 0x140cfff com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <39466D2B-2583-3407-96F2-69ADCF11ECB9> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x141a000 - 0x142fffb com.apple.iLifeFaceRecognition (1.0 - 30.11) <5ADCA81F-5D7B-340F-9F44-B261ED19BBB2>
    /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Vers ions/A/iLifeFaceRecognition
    0x143d000 - 0x1469ffb com.apple.DiscRecordingUI (6.0.4 - 6040.4.1) <F3EDDD79-611F-3ECC-9B78-0AB8BAC0D446> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x1482000 - 0x1484fff com.apple.ExceptionHandling (1.5 - 10) <6CA9446C-7EF9-35EE-BDF2-AA8D51E93E9E> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x148a000 - 0x1495ff7 com.apple.UpgradeChecker (9.2 - 9.2) <39176044-B0CF-3C25-AF8D-A2BD8540A025> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x14a1000 - 0x183aff3 com.apple.iLifeSlideshow (3.1 - 1151.4) <BBC17D76-255B-3135-92A6-886AD68BEB3F> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1935000 - 0x1bc8ffb com.apple.iLifePageLayout (1.3 - 210.38) <12AF048A-AAEE-39D3-B25C-383E9C5FB855> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1ca1000 - 0x1d38ff7 com.apple.MobileMe (13 - 1.0.4) <38D8679A-1862-373C-BF4F-EB47200EDF08> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x1d94000 - 0x1dfcff3 com.apple.proxtcore (1.4.1 - 270.13) <E71FA444-D69B-3395-8F99-0DA367E6CF22> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x1e41000 - 0x1f40ff3 com.apple.iLifeSQLAccess (1.7.1 - 70.30) <081DDD36-ADA7-3329-8265-BE6AD5AB4E5F> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x1f8a000 - 0x1fb5ffb com.apple.ProUtils (1.1 - 220.17) <3D8B203C-20D3-30FA-9A22-C88C11B60C41> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x1fcf000 - 0x203afff com.apple.iLifeKit (1.3.1 - 180.8) <C193C15D-7EA7-30CA-82ED-189192298D2A> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x207f000 - 0x22a7ff7 com.apple.prokit (7.2.3 - 1823) <0FEDF2D7-F31A-36F2-91A9-C03877B0CB46> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x23b5000 - 0x2917fff com.apple.RedRock (1.9.4 - 321.1) <7D29E84D-9336-3912-BA5C-EA8125553945> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2b30000 - 0x2b46ffb com.apple.AOSAccounts (1.0.2 - 1.0.71) <13763832-1B2B-32E8-95BC-C23A627E6DD4> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2b59000 - 0x2b93ff3 com.apple.Ubiquity (1.1 - 210.2) <F8426ABA-BB3F-3A48-BF4E-9A0F6C12634F> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x2bad000 - 0x2badff6 com.apple.SafariDAVNotifier (1.1.1 - 1) <DE95A56E-E2C8-3D96-B628-4DC6FA6CDD39> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2bb2000 - 0x2bd3ff7 com.apple.ChunkingLibrary (1.0 - 127.2) <8C1C8488-71E4-3C13-AF75-95CF06C040A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x2bde000 - 0x2be0fff com.apple.LibraryRepair (1.0 - 1) <8D2DE423-2226-395A-9D90-3C43911F8613> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air

    Can I keep my albums, etc.?
    Back up first, just in case, but it shouldn't effect your library.
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

Maybe you are looking for

  • ASA 5505 no internet

                       Dear all i have a problem with ASA 5505 i have three vlans : Inside, Guest, Outside the Inside's vlan network is 172.16.100.0  255.255.252.0 Guest                           is 192.168.1.0    255.255.252.0 Outside                   

  • CBS Activation Failure

    Hi All, We are working on ESS Components which are having few modifications and everything went on well till yesterday. Today we are seeing strange behaviors while activating the activity. It juts throws an error like cache verification failure. Plea

  • Mac mini adapter

    Just ordered a 2010 mac mini, just wondering about the HDMI to DVI that comes with the mini. It appears to be very short, I may have my monitor on a LCD stand with the mini underneath so it may be long enough. It it meant to be used like that or to a

  • Facetime with my kids

    It appears that Facetime requires an Apple ID. Problem is my kids are young and I don't want to set up email addresses for them, which I assume you need to setup Apple ID's. It would be great to use Facetime from their Touches to my iPhone 4. What ar

  • Problem with 4:3 resolutions in Widescreen

    Hello. My problem is this, I have a notebook dell with an intel x3100 and widescreen. I have the driver xf86-video-intel and everything works just fine, except for this little thing. I have some games that only work with 4:3 resolution, and I want th