SAP BO Crystel Report Error

HI ,,,,
In my system i have installed SAP BO cystel reports when i open to connect to SAP , i didnt get SAP button Beside FILE , can any one help reagrding this , h w can i get SAP button .'
Thanks In Advance
Kumar......

Hi,
you need the SAP Integration Kit on the client and the SAP Frontend with the BEx and BI Add Ons (BW 3.5 & BI 7).
and make sure the SAP Integration Kit is installed as last element
ingo

Similar Messages

  • Sap b1 Crystal Report error

    I reinstall Crystal reporting on SAP.
    1. Remove in Add ons manager
    2. Uninstall SAPCrystalSetup.
    3. Install SAPCrystalSetup.
    4. Register SAP in Addons.
    5. Publish SAP report.
    But in viewing the report, I got this error titled "Microsoft .NET Framework"
    Body message error: Unhandled exception has occurred in your application.... "Retrieving the COM class factory for componenet with CLSID {D7F5D7C3-B06C-4CAC-BC47-A06E 66D 2EE9B} failded due to following error: 8007007e"
    Please help me on this one.
    Thanks so much

    Thanks Bhavank for taking my problem seriously.
    When I click the report on the crystal report module. ive got this error box
    "Microsoft .NET Framework"
    Unhandled exception has occurred in your application.... "Retrieving the COM class factory for componenet with CLSID {D7F5D7C3-B06C-4CAC-BC47-A06E 66D 2EE9B} failded due to following error: 8007007e"

  • Error in crystel report

    Hi Experts,
    I am new to crystal report.
    While I am running the sample report which was given by SAP, I am getting error.
    Error message is u201Ccouldnu2019t not load file or assembly u2018crystaldecision.windows.forms,version=12.0.2000.0,Culture=neutral, Publickey=692fbea5521e1304u2019 or one of its dependencies. The system cannot find file specified.u201D
    Please help me in this.
    Thanks,
    Kumar

    Hi Kumar,
    You may search these threads first:
    Cannot run Crystal report in SAP
    Crystal Designer - System cannot find the file specified
    CRYSTAL DESIGNER
    Thanks,
    Gordon

  • Crystal report Error for CRVS2010 sp2 using Push Method

    I am trying to pass a dataset to a crystal report viewer using SetDatabaseSource.
    I have defined in Crystal to used an ADO .Net Database XML Schema.
    I pass a Dataset to the Report By using SetDatbaseSourece and set the ReportSource for the CrystalViewer but I get the error that crdb_adoplus.dll does not exists.
    Note that Crystal is looking for crdb_adoplus.dll under subdirectory dotnet1.  It resides under win32_x86.
    Is this a Crystal Report Problem ?
    Is their any docuentation that show how to program for ADO xml dataset using crvs2010 ?
    The Error Reads
    System.IO.FileNotFoundException was unhandled
      Message=Could not load file or assembly 'file:///C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.
      Source=mscorlib
      FileName=file:///C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll
      FusionLog==== Pre-bind state information ===
    LOG: User = WKST04\GARYB
    LOG: Where-ref bind. Location = C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll
    LOG: Appbase = file:///D:/S_and_G/LMS_DotNet/LMS_Solution/LMS/bin/Debug/
    LOG: Initial PrivatePath = NULL
    Calling assembly : (Unknown).
    ===
    LOG: This bind starts in LoadFrom load context.
    WRN: Native image will not be probed in LoadFrom context. Native image will only be probed in default load context, like with Assembly.Load().
    LOG: Using application configuration file: D:\S_and_G\LMS_DotNet\LMS_Solution\LMS\bin\Debug\LMS.vshost.exe.Config
    LOG: Using host configuration file:
    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
    LOG: Attempting download of new URL file:///C:/Program Files (x86)/SAP BusinessObjects/Crystal Reports for .NET Framework 4.0/Common/SAP BusinessObjects Enterprise XI 4.0/win32_x86/dotnet1/crdb_adoplus.dll.
      StackTrace:
           at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
           at System.Reflection.Assembly.LoadFrom(String assemblyFile)
           at CrystalDecisions.ReportAppServer.DataSetConversion.DataSetConverter.DataSetProcessingDelegate(IntPtr arg)
      InnerException:

    Microsoft Visual Studio 2010 Version 10.0.40219.1 SP1Rel
    Crystal Reports for .NET Framework 4.0 (CRforVS_13_0_2)
    project WPF net 4.0
    crReport = new Reports.Buh.Cma.cr_balances_cma_move();
    using (DataTable tbl = new DataTable())
       using (SqlConnection cn = new SqlConnection(ConnectToDataBase.GetSqlConnectionString()))
             using (SqlCommand cmd = cn.CreateCommand())
                    cmd.CommandText = "proc_name";
                    cmd.CommandType = CommandType.StoredProcedure;
                    using (SqlDataAdapter da = new SqlDataAdapter(cmd))
                            cn.Open();
                            da.Fill(tbl);
      crReport.SetDataSource(tbl);
      crReport.SetParameterValue(4, param["report_name"]);
      myDateTime.GetServerDate();
      crReport.SummaryInfo.ReportAuthor = App.GetPrintInfo();
      e.Result = crReport;
    erorr_message - Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. Не удается найти указанный файл.
    help plz

  • Crystal report error on Target Machine

    We have to provide application exe to our clients. The application is developed in Visual Studio.Net 2010 and by using SAP crystal report CRforVS_13_0. Client must be able to fire reports on their target machine on which the Dot Net framework and u201CCRforVS_redist_install_64bit_13_0_1u201C run time utility is installed. But it gives a crystal report error on the target machine.
    Our development and target machines have Win 7 Professional, 64-bit OS installed.
    Kindly provide us with an appropriate run time version for target machine in order to fire reports or any other solution in order to make our project work on target machine.
    Thanks!

    Thanks a lot Don for your valuable suggestions.
    We have already taken care of the points which you mentioned in your reply on development side. Also, we have downloaded crystal report from the link which you posted but on DEPLOYMENT side we are unable to run reports from our application.
    It gives the notification when we try to install crystal report on a target machine as "You must have visual studio 2010 installed in order to install the crystal report".
    The DEPLOYMENT problem we are facing is in RUNTIME environment on TARGET machine.  Our TRAGET machine has properly installed Win 7 Professional 64 bit,  .NET Framework Ver 4 and CRforVS_redist_install_64bit_13_0_1 . We also have properly installed application on this machine. We got no errors while installing any of the above. The problem starts when we fire a report on target machine from the application.
    We get the error as "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception"
    So, we are looking for an appropriate RUN TIME version of Crystal Report which can be installed on the target machine to fire reports (where visual studio 2010 is not installed).
    Please help suggest an exact version to download for target machine and the steps if it has a specific procedure.
    Thank you!
    Ruchir

  • Scheduled Report Error

    Hi All,
    I configured Scheduled Report. But its showing following Error.Please tel me how to rectify this Problem.
    Thanks,
    Nithi

    Hi,
    Please refer SAP note 1798434 - Report Scheduler Prerequisites
    Thanks & Regards,
    Nagarajan

  • Nodes statement in payroll in SAP ABAP hr  Report

    hi,
      i am working in sap abap hr report for payroll.i am using nodes statement in that report.it is showing error that ""PERNR" is not a node of the logical database __S".how can i solve this error.in this report.          
    NODES pernr .
    INFOTYPES: 0000, 0001, 2001.
    TABLES: t554s, pcl1, pcl2.
    INCLUDE rpclst00.
    INCLUDE rpc2rx09.                      "Payroll results datadefns-Intl.
    INCLUDE rpc2rxx0.                      "Payroll results datadefns-Intl.
    INCLUDE rpc2rgg0.                      "Payroll results datadefns-GB
    INCLUDE rpcfdcg0.                      "Payroll results datadefns-GB
    INCLUDE rpcdatg0.
    INCLUDE rpc2cd00.                      "Cluster Directory defns.
    INCLUDE rpc2ps00.                      "Cluster: Generierte Schematas
    INCLUDE rpc2pt00.
    INCLUDE rpcfdc10.
    INCLUDE rpcfdc00.
    INCLUDE rpppxd00.
    INCLUDE rpppxd10.
    INCLUDE rpcfvp09.
    INCLUDE rpcfvpg0.
    INCLUDE rpppxm00.
    TYPES: BEGIN OF t_salrate,
        seqnr    TYPE pc261-seqnr,
        begda    TYPE p2001-begda,
        endda    TYPE p2001-endda,
        split(2) TYPE c,
        val      TYPE p DECIMALS 2,
       END OF t_salrate.
    DATA: it_salrate TYPE STANDARD TABLE OF t_salrate INITIAL SIZE 0,
          wa_salrate TYPE t_salrate.
    *Selection screen
    SELECTION-SCREEN BEGIN OF BLOCK block1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS: so_awart FOR p2001-awart.
    SELECTION-SCREEN END OF BLOCK block1.
    *START-OF-SELECTION.
    START-OF-SELECTION.
    GET pernr.
    get payroll results data
      rp-init-buffer.
      CLEAR rgdir. REFRESH rgdir.
      CLEAR rt. REFRESH rt.
      CLEAR: rx-key.
    set key to current pernr
      MOVE pernr-pernr(8) TO cd-key-pernr.
    retrieves payroll results for specific pernr(personnel number)
      rp-imp-c2-cd.
      IF rp-imp-cd-subrc = 0.                                "rgdir success
        rx-key-pernr = pernr-pernr.
        SORT rgdir BY seqnr ASCENDING.
        CLEAR rgdir.
      ENDIF.
      SORT rgdir BY fpbeg fpend ASCENDING seqnr DESCENDING.
    RGDIR the table where all payroll results periods are stored
      LOOP AT rgdir WHERE  abkrs IN pnpabkrs        "pay area
                      AND  srtza EQ 'A'
                      AND  void  NE 'V'.
        IF sy-subrc NE 0.
        set key to specific payroll results period(current RGDIR loop pass)
          UNPACK rgdir-seqnr   TO   rx-key-seqno.
        Retrieves data for specific payroll results period (current RGDIR
        loop pass)
          rp-imp-c2-rg.
        Loop at wpbp data for specific payroll results period
          LOOP AT wpbp.
            wa_salrate-seqnr = rgdir-seqnr.
            wa_salrate-begda = wpbp-begda.
            wa_salrate-endda = wpbp-endda.
            wa_salrate-split = wpbp-apznr.
          loop at rt data for specific payroll results period
            LOOP AT rt WHERE lgart EQ '/010' AND             "wage type
                             apznr EQ wpbp-apznr.            "payroll split
              wa_salrate-val = ( rt-betpe * ( wpbp-adivi / wpbp-kdivi ) ).
              APPEND wa_salrate TO it_salrate.
            ENDLOOP.
          ENDLOOP.
        Process BT table
          LOOP AT BT.
          ENDLOOP.
        Process NIPAY table
          LOOP AT NIPAY.
          ENDLOOP.
        etc................
        ENDIF.
      ENDLOOP.
    *END-OF-SELECTION.
    END-OF-SELECTION.

    Hi,
    Have you put a Logical Database in the attributes of the program that you have created ?
    Regards,
    Samson Rodrigues.

  • Communication channel reports error after system restart.

    Hello,
    We have third party adapter Aria installed in our PI 7.1 system and whenever systems is restarted interface is reporting errors
    in default trace and communication dies. but after we manually activate each time it works properly.
    Is anyone had similiar issue ?
    Our env. PI 7.1 Sp6 on AIX 5.3 with Oracle 10g
    1.5^H#DAD940003002003700000019000C1090472DA00666EED4D9#1245188236500#
    com.sap.engine.core.thread.execution.ExecutorImpl##com.sap.eng
    ine.core.thread.execution.ExecutorImpl####n.a.##416c9f105abd11deb4e9dad940003002#
    System [43]##0#0#Warning##Plain###Too big value[100
    0] specified for maxConcurrency argument on Executor [Thread
    forcom.sap.ip.bi.sdk.dac.connector.sapq.rarresource adapter] creation.
    Allowed max concurrency rate for every Executor is not more than 30% of
    the total thread pool capacity [60]. Thread Management will
    lower the max concurrency rate of this executor to [18]. Config tool
    can be used to increase the value of ApplicationThreadManager p
    roperty [ExecutorPoolMaxSize] to reach higher quota for Executor
    concurrency. Switch the severity of this location to DEBUG to see t
    he stack trace of the executor creation.#
    #1.5^H#DAD940003002003500000017000C1090472DA00666EED4D9#1245188480930#System.err##
    System.err#J2EE_GUEST#101##n.a.##6a74c5905abd11de9
    dacdad940003002#Application [45]##0#0#Error##Plain###Jun 16, 2009
    4:41:20 PM org.apache.commons.httpclient.HttpMethodDirector execut
    eWithRetry
    INFO: I/O exception (java.io.IOException) caught when processing
    request: Invalid keystore format
    #1.5^H#DAD940003002003500000018000C1090472DA00666EED4D9#1245188480933#System.err##
    System.err#J2EE_GUEST#101##n.a.##6a74c5905abd11de9
    dacdad940003002#Application [45]##0#0#Error##Plain###Jun 16, 2009
    4:41:20 PM org.apache.commons.httpclient.HttpMethodDirector execut
    eWithRetry
    INFO: Retrying request
    #1.5^H#DAD940003002003500000019000C1090472DA00666EED4D9#1245188480938#System.err##
    System.err#J2EE_GUEST#101##n.a.##6a74c5905abd11de9
    dacdad940003002#Application [45]##0#0#Error##Plain###Jun 16, 2009
    4:41:20 PM org.apache.commons.httpclient.HttpMethodDirector execut
    eWithRetry
    INFO: Retrying request
    #1.5^H#DAD94000300200350000001B000C1090472DA00666EED4D9#1245188480943#System.err##System.err#
    J2EE_GUEST#101##n.a.##6a74c5905abd11de9
    dacdad940003002#Application [45]##0#0#Error##Plain###Jun 16, 2009
    4:41:20 PM org.apache.commons.httpclient.HttpMethodDirector execut
    eWithRetry
    INFO: I/O exception (java.io.IOException) caught when processing
    request: Invalid keystore format
    #1.5^H#DAD94000300200350000001C000C1090472DA00666EED4D9#1245188480944#System.err##System.err#
    J2EE_GUEST#101##n.a.##6a74c5905abd11de9
    dacdad940003002#Application [45]##0#0#Error##Plain###Jun 16, 2009
    4:41:20 PM org.apache.commons.httpclient.HttpMethodDirector execut
    eWithRetry
    INFO: Retrying request
    #1.5^H#DAD94000300200350000001D000C1090472DA00666EED4D9#1245188480948#
    com.ariba.asc.connector.exception.util.ExceptionMgr##com.ariba
    .asc.connector.exception.util.ExceptionMgr.handleError(Exception e,
    ChannelProfile cp)#J2EE_GUEST#101##n.a.##6a74c5905abd11de9dacdad
    940003002#Application [45]##0#0#Error##Plain###
    [CC_AdvanceShipNotice_cXML_Sender_2] [Error Level] 2[Error Code] ECC103[Error Desc]
    Ariba SN Not Available[Error Message] Cannot connect to Ariba
    SNcom.ariba.asc.connector.exception.AribaSNException: Cannot connect t
    o Ariba SN
    at com.ariba.asc.connector.cxml.util.CXMLSender.sendRequest
    (CXMLSender.java:207)
    at com.ariba.asc.connector.cxml.util.CXMLSender.sendCXMLRequest
    (CXMLSender.java:122)
    at
    com.ariba.asc.connector.controller.action.ProfileUpdateAction.sendProfileRequest(ProfileUpdateAction.java:167)
    at
    com.ariba.asc.connector.controller.action.ProfileUpdateAction.updateProfile(ProfileUpdateAction.java:142)
    at
    com.ariba.asc.connector.controller.action.ProfileUpdateAction.updateChannelProfile(ProfileUpdateAction.java:110)
    at
    com.ariba.asc.connector.controller.action.ProfileUpdateAction.perform
    (ProfileUpdateAction.java:72)
    at com.ariba.asc.connector.controller.ScheduleTaskMgr.run
    (ScheduleTaskMgr.java:88)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:152)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:247)
    Caused by: java.io.IOException: Invalid keystore format
    at sun.security.provider.JavaKeyStore.engineLoad
    (JavaKeyStore.java:632)
    at java.security.KeyStore.load(KeyStore.java:1150)
    at
    com.ariba.asc.connector.cxml.util.AuthSSLProtocolSocketFactory.createKeyStore(AuthSSLProtocolSocketFactory.java:218)
    at
    com.ariba.asc.connector.cxml.util.AuthSSLProtocolSocketFactory.createSSLContext(AuthSSLProtocolSocketFactory.java:275)
    at
    com.ariba.asc.connector.cxml.util.AuthSSLProtocolSocketFactory.getSSLContext(AuthSSLProtocolSocketFactory.java:300)
    at
    com.ariba.asc.connector.cxml.util.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:315)
    at
    com.ariba.asc.connector.cxml.util.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:384)
    at org.apache.commons.httpclient.HttpConnection.open
    (HttpConnection.java:704)
    at
    org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry
    (HttpMethodDirector.java:384)
    at
    org.apache.commons.httpclient.HttpMethodDirector.executeMethod
    (HttpMethodDirector.java:170)
    at org.apache.commons.httpclient.HttpClient.executeMethod
    (HttpClient.java:396)
    at org.apache.commons.httpclient.HttpClient.executeMethod
    (HttpClient.java:324)
    at com.ariba.asc.connector.cxml.util.CXMLSender.sendRequest
    (CXMLSender.java:169)
    ... 10 more

    Hi
    In visual Admin check for that particular Adapter Service there would be a parameter which has to be set as boolean (true) , am not sure , actually it is present in rest of adapter , kindly check
    lemme know if any parameters present
    rgds
    srini

  • Sap Archiving u0096 STO error on version ECC 6.0

    Hi experts. I take a long of time with this error and I hope that you can help me. Explain the program.
    We have a archiving project of no standard objects. This objects run on Sap version 4.6C, but now, on version ECC 6.0, the Store program give a execution error. The log of the STO Job on Sara transaction is the follow:
    Job started
    Step 001 started (program RSARCH_STORE_FILE, variant , user ID ARUIZ)
    Archive file 000241-001ZIECI_RF02 is being processed
    Archive file 000241-001ZIECI_RF02 does not exist (Message no. BA111)
    Error occured when checking the stored archive file 000241-001ZIECI_RF02 (Message no. BA194)
    Job cancelled after system exception ERROR_MESSAGE (Message no. 00564)
    The Write and Delete programs runs correctly. 
    A strandar Archiving Object like FI_TCJ_DOC runs Ok (WRI, DEL and STO programs). The customazing for both objects are nearly on OAC0, FILE transactions. The changes are on Sap Directories. Write for you the most important customazing actions:
    Transaction: FILE
    ZIECI_RF02 (No Standard)
    Logical File Path -->     ZZA_ARCHIVE_GLOBAL_PATH     
    Physical Path     -->     /usr/sap/CX6/ADK/files/ZA/<FILENAME>
    Logical File Name Definition -->      
                                ZZA_ARCHIVE_DATA_FILE_ZIECI_RF02
    FI_TCJ_DOC (Standard)
    Logical File Path -->     ARCHIVE_GLOBAL_PATH
    Physical Path     -->  <P=DIR_GLOBAL>/<FILENAME>
    Logical File Name Definition --> ARCHIVE_DATA_FILE
    Transaction: AOBJ
    Customazing settings:
    ZIECI_RF02     
    Logical File Name -->     ZZA_ARCHIVE_DATA_FILE_ZIECI_RF02     
    FI_TCJ_DOC (Standard)
    Logical File Name -->     ARCHIVE_DATA_FILE
    I prove to put in own archiving object (ZIECI_RF02) the logical file name -> ARCHIVE_DATA_FILE too and the error go on.
    In the others parameters the values for both objects are:
    Delete Jobs: Start Automatically
    Content Repository: ZA (Start Automatically)
    Sequence: Delete Before Storing
    I see the point of the storing STO program (RSARCH_STORE_FILE) where own archiving failed. I made a program with the function and debbuging this can see the next:
    REPORT  zarm_06_prueba_http_archivado.
    DATA: LENGTH TYPE I,
          T_DATA TYPE table of TABL1024.
    BREAK ARUIZ.
    CALL FUNCTION 'SCMS_HTTP_GET'
      EXPORTING
        mandt                 = '100'
        crep_id               = 'ZA'
        doc_id                = '47AAF406C02F6C49E1000000805A00A9'
        comp_id               = 'data'
        offset                = 0
        length                = 4096
      IMPORTING
        length                = length
      TABLES
        data                  = t_data
      EXCEPTIONS
        bad_request           = 1
        unauthorized          = 2
        not_found             = 3
        conflict              = 4
        internal_server_error = 5
        error_http            = 6
        error_url             = 7
        error_signature       = 8
        OTHERS                = 9.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    If execute the program, SAP returns the next error:
    Error in HTTP Access: IF_HTTP_CLIENT -> RECEIVE 1
    The sy-subrc variable value is 6 -> error_http
    The call of the method is the follow:
    call method http_client->receive
         exceptions
           http_communication_failure = 1
           http_invalid_state         = 2
           others                     = 3
    sy-subrc value is 1 -> http_communication_failure
    The unusual of the case are that the Archiving Objects work on SAP 4.6C perfectly,
    furthermore on version ECC 6.0 the standard and no standard objects uses Sap Content Server with the same connection (HTTP), IP, PORT and Repository.
    I hope that anypeople can help me. A lot of thanks for your time.
    Best Regards.

    Hi Samanjay.
    Answer your questions:
    1) I proved the archiving from Sara with the Object ZIECI_RF02 with both customazings. The Stored program fail with logical file name = ZZA_ARCHIVE_DATA_FILE_ZIECI_RF02 and logical file name = ARCHIVE_DATA_FILE (Example at answer 2).
    2) AL11 Transaction (Sap Directories):
    /usr/sap/CX6/ADK/files/ZA/
    cx6adm     09.04.2008     18:02:15     ZIECI_RF02_20080409.180215.ARUIZ
    This is the Fich from ZIECI_RF02 on AL11. I prove this yesterday. The variable name: 000241-001ZIECI_RF02 is the generate to save the fich on repository ZA. In this case the variable name is: 000342-001ZIECI_RF02. Can view this with the table ADMI_FILES on TA SE11.
    Entries on ADMI_FILES with create date = 09.04.2008
    DOCUMENT:       342
    ARCHIV KEY:     000342-001ZIECI_RF02
    CREAT DATE:    09.04.2008
    CREAT TIME :    18:18:28
    OBJ COUNT:       1
    FILENAME:         ZIECI_RF02_20080409.18182
    STATUS OPT:       Not Stored
    STATUS FIL:        Archiving Completed
    PATHINTERN:    ZZA_ARCHIVE_GLOBAL_PATH
    CREP:      
    ARCH DOCID:   
    Now, I put the same information from FI_TCJ_DOC (Standard Object):
    AL11 Transaction (Sap Directories):
    /usr/sap/CX6/SYS/global
    cx6adm   10.04.2008       11:24:15     FI_FI_TCJ_DOC_20080410_112409_0.ARCHIVE
    Entries on ADMI_FILES with create date = 10.04.2008
    DOCUMENT:       343
    ARCHIV KEY:      000343-001FI_TCJ_DOC
    CREAT DATE:     10.04.2008
    CREAT TIME:      11:24:09
    OBJ COUNT:        2
    FILENAME:          FI_FI_TCJ_DOC_20080410_112409_0.ARCHI
    STATUS OPT:       Stored
    STATUS FIL:         Archiving Completed
    PATHINTERN:      ARCHIVE_GLOBAL_PATH
    CREP:                   ZA
    ARCH DOCID:      47FD890364131EABE1000000805A00A9
    Finally, made the example with Archiving Object ZIECI_RF02, but assigning the standard logical file.
    AOBJ (Customazing settings):
    Object Name:           ZIECI_RF02  Archivado de datos: Facturas de Baja
    Logical File Name:  ARCHIVE_DATA_FILE
    Now, execute the archiving at SARA transaction.
    AL11 Transaction (Sap Directories):
    /usr/sap/CX6/SYS/global
    cx6adm    10.04.2008          12:33:25     FI_ZIECI_RF02_20080410_123324_0.ARCHIVE
    Entries on ADMI_FILES with create date = 10.04.2008
    DOCUMENT:      345
    ARCHIV KEY:    000345-001ZIECI_RF02
    CREAT DATE:    10.04.2008
    CREAT TIME:     12:33:24
    OBJ COUNT:       1
    FILENAME:         FI_ZIECI_RF02_20080410_123324_0.ARCHIVE
    STATUS OPT:     Not Stored
    STATUS FIL:       Archiving Completed
    PATHINTERN:    ARCHIVE_GLOBAL_PATH
    CREP:
    ARCH DOCID:
    It´s that the unusual. At first, I thought that´s the problem was the directory of SAP, but with this proof I looked a new error reason.
    3) The details of repository ZA are:
    Content Rep:     ZA
    Description:       Document Area
    Document Area: Data Archiving
    Storage type:      HTTP Content Server
    Version no:         0046   Content Server version 4.6
    HTTP server:     128.90.21.59
    Port Number:     1090   
    HTTP Script:     ContentServer/ContentServer.dll
    Phys. Path:         /usr/sap/CX6/SYS/global/
    Too much thanks for your answer and your time. If you have any doubt, question me.
    Best regards.

  • XL Reporter = Error! Unable to get document! Type: 1

    Hi,
    I've a message error from XL Reporter. After upgrade B1 2004.A from PL9 to PL24 and then PL31 each time that I start add-on I see this error message:
    http://img420.imageshack.us/img420/5664/one6se.jpg
    Anyone can help me ?
    Thank you for attention.

    I don't know if you all got this fixed or not, but I did just get an actual solution from my SAP Support folks here in Ireland.
    Create a file on the XL Reporter Executable folder (e.g "C:\Program Files\SAP Manage\SAP Business One\AddOns\XLR\XLReporter\Client\"
    called "SBOXLReporter.exe.config" (very important that the typei is .config, not .txt, etc, make sure Folder View is set correctly)
    Edit it and put this in:
    <?xml version="1.0"?>
    <configuration>
         <startup>
              <supportedRuntime version="v1.1.4322"/>
              <supportedRuntime version="v1.0.3705"/>
              <requiredRuntime version="v1.0.3705"/>
         </startup>
    </configuration>
    then save it.
    Then load up SAP and XL Reporter works - with .NET 2.0 Apparently, XL Reporter is not even a .NET app - but it somehow relies on the .NET FW 1.1, the config file forces it to use the 1.1 interfaces instead of 2.0
    Have a good weekend all.

  • XL Reporter Error - Error Starting Excel! Cause: (Retrieve Excel Interface)

    Hi all experts,
    My customer is running SAP B1 8.8 PL13, with MS Office 2003.
    One of the workstation is encountering XL Reporter error when trying to generate XL Reports.
    Error starting Excel! Cause: (Retrieve Excel Interface) Automation error
    Library not registered.
    I have tried checking the Excel Macro security setting, COM-Addins, changing Excel.exe.config file to use .NET Framework 1.1. But the error still persists.
    I have also tried uninstall SAP B1 client, remove SAP folder, the reinstall B1 client again, but the error still exist.
    Any other idea except reformatting PC?
    Thanks,
    Taw-Fey Tan

    Hi Julie,
    There seems to be 2 COM-Addins in Excel.
    SAP Business One
    SAP Business One  XL Reporter
    I am unable to delete the first one while keepint the second. Not sure why it keeps coming back and reappear itself.
    Taw-Fey Tan

  • XL Reporter error at startup

    Hello,
    I have an error with XL Reporter. I've installed it fine, without errors, but when I try to start in from SBO I get the following message:
    Unable to connect to XL Reporter. Error! User Authentication failed. Object: Check DB Version. MEta Partner Objects: 1.75 Partner Objects: 1.81.
    Could you please help me,
    Thank you,

    Irina,
    The forum that you have posted your question in is for questions related to the SAP Business One SDK.  Your question seems application related to the Business One XL Reporter.  While you may get a response here, you may be better served by posting your question in the SAP Business One Discussion Forum and/or creating a message with SAP Support.
    With respect to your question ... there could be a variety of reasons that you could receive this error.  I have attached one such SAP Business One Knowledgebase that may be what is causing your issue.  If you are an SAP Business Partner, please log onto the SAP PartnerEdge Portal and see note 847981.  This is the note ....
    Unable to connect to XLR after installation - "Partner SAP"
    Symptom
    When trying to start the add-on XL Reporter after installation, the user gets an error message:
    "Unable to connect to XL Reporter,
    Error! User authentication failed
    Cause: CheckDbVersion
    Meta Patner: SBOOEM
    Partner: SAP"
    See attachment.
    Other terms
    add-on, XLR, XL Reporter, SAP, SBOOEM, upgrade, checkdbversion, Business One, B1, SBO
    Reason and Prerequisites
    This is because the old stand-alone version of XL Reporter previouslyhas been installed on the company database you are trying to use. This version used the partner code SAP, while the add-on version uses the code SBOOEM. The installation does not recognize this as an upgrade.
    Solution
    Start the Enterprise Manager from the Microsoft SQL Server program folder on your Start menu. Browse down to your Business One database, expand and choose tables. Right-click the table called ixtdbversion and choose Open table -> Return all rows. In the column 'Partner' change the text from SAP to SBOOEM and press Enter. Close the Enterprise Manager and start the add-on. The XL Reporter information in the database should now be upgraded.
    Note: The report definitions created on the old stand-alone version, will probably not function straight away, as changes has been done to the Meta database. You should therefore edit the definitions before you start using them in production.
    HTH,
    Eddy

  • SAP ECC6 sr3 upgrade error in executing MSSCONCHECK.SQL script

    Hello all,
      I am facing this error which is very annoying , I am executing Prepare Upgrade script for ECC6 SR3 from SAP 4.7 Sr2 with windows 2003 server and MSSQL 2005 server as backend. I am facing below error
    Enter one of these options [continue] := continue
          SAPup message
    SAPup> SQL-scripts must be executed by the NT user account T47VMHOST2\t47adm.
           Check your installation of the integrated security procedure
           on host t47vmhost2 and make sure that a login for the NT user
           T47VMHOST2\t47adm exists with the following rules:
           - user T47VMHOST2\t47adm owns the role System Administrators
           - user T47VMHOST2\t47adm has the default database T47
    SAPup> Integrated security installed correctly?
                - "no"
                - "yes"
    Enter one of these options [no] := yes
    Executing script MSSCONCHECK ...
    MSSCONCHECK: Connection check failed for the user specified
          SAPup message
    SAPup> Errors were found in the logfile MSSCONCHECK.LOG
           after execution of the script MSSCONCHECK.SQL.
    SAPup> SAPup cannot proceed until these errors are fixed.
           Please, examine MSSCONCHECK.LOG, fix reported errors and then call R3UP a
    gain
    I have done a number of changes in system i checked the SIDadm user is assigned a default DB T47 and has said role assigned allready.
    I restarted the system after changes and started the prepare batch file again but with sme probelm again. so can anybody guide me on this. I seen a number of threads but there is no any concrete solution providedby them.
    will really appreciate any reply.
    Mani

    Hello Julia,
      i read those note but everything seems normal to me on my PC; it has remote access enabled, t47vmhost2/t47adm is the user configured (although its not a domain configuration (installation) but t47vmhost2 is the computer name. So its kind of local user defined in SQL with said authorization. below is the log from file MSSCONCHECK.LOG
    [SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server [2].
    [SQL Native Client]Login timeout expired
    [SQL Native Client]An error has occurred while establishing a connection to the server. When
    connecting to SQL Server 2005, this failure may be caused by the fact that under the default
    settings SQL Server does not allow remote connections.
    I am still stuck in ?
    Can you please verify if i am using right DVDs
    51033495_1     NW 7.0 SR3 Languages DE,EN,ES,FR,IT,NL
    51033494_3     NW 7.0 SR3 Upgrade Export 3 of 3
    51033494_2     NW 7.0 SR3 Upgrade Export 2 of 3
    51033494_1     NW 7.0 SR3 Upgrade Export 1 of 3
    51033512_14     NW 7.0 SR3 Upgrade Master Windows Server on x64 64bit
    51033508_8     NW 7.0 SR3 Kernel 7.00 Windows Server on x64 64bit Upg ABAP
    Pleas help
    Mani

  • RFC PTRA_WEB_CUSTOMIZING_GET reported errors

    Dear Experts,
    One user of the Travel Application(ESS portal) is getting the error "RFC PTRA_WEB_CUSTOMIZING_GET reported errors".
    This error has been reported previously in this forum (another member) and a fix has been released through the note 954108.
    When i checked that note the corresponding changes has already been done in our webdynpro component.
    Any idea why this error is occuring still?
    Here is the complete exception chain
    RFC PTRA_WEB_CUSTOMIZING_GET reported errors.  
      RFC PTRA_WEB_CUSTOMIZING_GET reported errors.com.sap.pcuigp.xssfpm.java.FPMRuntimeException: RFC PTRA_WEB_CUSTOMIZING_GET reported errors.
            at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:111)
            at com.sap.xss.tra.fc.customizing.FcTraCustomizing.rfcCustomizingGet(FcTraCustomizing.java:1105)
            at com.sap.xss.tra.fc.customizing.FcTraCustomizing.updateCustomizing(FcTraCustomizing.java:592)
            at com.sap.xss.tra.fc.customizing.FcTraCustomizing.onInit(FcTraCustomizing.java:234)
            at com.sap.xss.tra.fc.customizing.wdp.InternalFcTraCustomizing.onInit(InternalFcTraCustomizing.java:1248)
            at com.sap.xss.tra.fc.customizing.FcTraCustomizingInterface.onInit(FcTraCustomizingInterface.java:122)
            at com.sap.xss.tra.fc.customizing.wdp.InternalFcTraCustomizingInterface.onInit(InternalFcTraCustomizingInterface.java:1153)
            at com.sap.xss.tra.fc.customizing.wdp.InternalFcTraCustomizingInterface$External.onInit(InternalFcTraCustomizingInterface.java:1339)
            at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:774)
            at com.sap.xss.tra.trp.fc.plan.FcTrpPlan.onInit(FcTrpPlan.java:574)
            at com.sap.xss.tra.trp.fc.plan.wdp.InternalFcTrpPlan.onInit(InternalFcTrpPlan.java:3870)
            at com.sap.xss.tra.trp.fc.plan.FcTrpPlanInterface.onInit(FcTrpPlanInterface.java:125)
            at com.sap.xss.tra.trp.fc.plan.wdp.InternalFcTrpPlanInterface.onInit(InternalFcTrpPlanInterface.java:2660)
            at com.sap.xss.tra.trp.fc.plan.wdp.InternalFcTrpPlanInterface$External.onInit(InternalFcTrpPlanInterface.java:2874)
            at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:774)
            at com.sap.xss.tra.trp.fc.flight.FcTrpFlight.onInit(FcTrpFlight.java:335)
            at com.sap.xss.tra.trp.fc.flight.wdp.InternalFcTrpFlight.onInit(InternalFcTrpFlight.java:4201)
            at com.sap.xss.tra.trp.fc.flight.FcTrpFlightInterface.onInit(FcTrpFlightInterface.java:138)
            at com.sap.xss.tra.trp.fc.flight.wdp.InternalFcTrpFlightInterface.onInit(InternalFcTrpFlightInterface.java:3739)
            at com.sap.xss.tra.trp.fc.flight.wdp.InternalFcTrpFlightInterface$External.onInit(InternalFcTrpFlightInterface.java:3875)
            at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:774)
            at com.sap.xss.tra.trp.vc.planbuild.VcTrpPlanBuild.onInit(VcTrpPlanBuild.java:676)
            at com.sap.xss.tra.trp.vc.planbuild.wdp.InternalVcTrpPlanBuild.onInit(InternalVcTrpPlanBuild.java:3240)
            at com.sap.xss.tra.trp.vc.planbuild.VcTrpPlanBuildInterface.onInit(VcTrpPlanBuildInterface.java:172)
            at com.sap.xss.tra.trp.vc.planbuild.wdp.InternalVcTrpPlanBuildInterface.onInit(InternalVcTrpPlanBuildInterface.java:144)
            at com.sap.xss.tra.trp.vc.planbuild.wdp.InternalVcTrpPlanBuildInterface$External.onInit(InternalVcTrpPlanBuildInterface.java:220)
            at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:466)
            at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:354)
            at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:179)
            at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
            at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:95)
            at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
            at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
            at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:347)
            at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:382)
            at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:618)
            at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
            at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(AccessController.java:180)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Regards,
    Santhosh

    Hello Santhosh,
    This could be the problem:                                                                               
    The date that is passed to the RFC PTRM_WEB_CUSTOMIZING_GET is from      
    the J2EE engine where our travel application is running.                 
    In your case it seems that this date is wrong.                                                                               
    Could you please verify that                                             
    a) The time and date setting of your J2EE is correct ?                   
    b) Check whether the date provided in field I_DATE of RFC PTRM_WEB_CUSTOMIZING_GET remains always the same (you assume it is always the date of the last J2EE restart)                                                                               
    You can see the Time and Date in the J2EE in the start page for SAPMMC. The actual Date and Time from the J2EE is taken from the Date and Time of your Workstation computer.       
    Regards,
    Raynard

  • Complaint registering in EP (reporting error)

    Dear All,
    I want to create iview in EP... which can register complaint.
    Here user will only need to provide the problem he is facing and as he clicks on Submit, system should generate complaint number ( this can be as similar to message we generate on service.sap.com while reporting product error)
    I want to provide same kind of link so that users need not to call and send complaint.
    Expers Pl. help me with this...
    Points will be rewarded to all of you...
    Pl. Help...
    Response Awaited.
    Regards,
    Purav

    Hi Prem,
    Yes mine is 1st case.
    it is a web application
    developed using php.
    and can be accessed using URL over LAN
    so suppose if i provide that URL for accessing this Complaint report than is it possible to access this module.?
    also 1 more thing,...
    here 1 more problem is i need user id...
    so how will i grab it from EP's session?? caz mine is external module....
    so cannot take session id from our EP application...
    Regards,
    Purav

Maybe you are looking for

  • Photos not visible in iPhoto 6

    I'm a Mac newbie, and haven't been able to figure out the following situation. I transfered all of my .JPG files from my PC to the 'iPhoto Library' using my home network. Problem: I can't seem to see any of my pictures using iPhoto or other applicati

  • Unable to do Grand Total in Pivot table view in OBIEE 11g

    Hello Experts, I am totaly new for OBIEE 11g I have created a report and wanted to do row wise total. Simple grand total in OBIEE 11.1.1.5 version. While doing the summation 'After'. I am getting a Window internet explorer Pop-up Saying the following

  • Where is the maps view in photos in ios7

    Ipafter the update to ios7 i am missing in photos the view of the map. Before you could selcet the map and then start to find all photos from that location. I don't like the new view. I will not upgrade my other ios devices to ios7 until this is fixe

  • Workflow register error

    Hi, I have created composite workflow project in jdeveloper and deployed. When i try to register this project getting the below error. [input] Provide oim managed server t3 URL (Ex:t3://localhost:7001) t3://bose:14000 [input] inputpath(complete file

  • Class java.lang.ClassCastException

    Hello, In a Collaboration Room we are using discussion Iviews with the LayoutSets Discussiongroups and DiscussiongroupsContributor. We are using SAP Portal NetWeaver2004 SP17. By mistake we've made some changes in these LayoutSets and are getting the