Error during data transfer from Lotus Notes to SAP via JCO - Urgent Help Required

Dear SAP Expert:
I need your help! Recently getting error during data transfer to SAP. I need your suggestion!
I am transferring Lotus Notes data to SAP via JCO, recently getting the below error msg, could you pls tell me what could be the reason?
Please suggest me how to fix that kind of issue.
"com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Error in ABAP/4 statement when processing an internal table. table.
at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeExecute(Native Method)
at com.sap.mw.jco.rfc.MiddlewareRFC$Client.execute(MiddlewareRFC.java:1244)
at com.sap.mw.jco.JCO$Client.execute(JCO.java:3842)
at com.sap.mw.jco.JCO$Client.execute(JCO.java:3287)
at SAPAdapter.execute(Unknown Source)
at JavaAgent.fillBapiAndWriteBackToNotes(Unknown Source)
at JavaAgent.NotesMain(Unknown Source)
at lotus.domino.AgentBase.runNotes(Unknown Source)
at lotus.domino.NotesThread.run(NotesThread.java:249)
Thanks in advance! Your help would be highly appreciated! Thanks again!

error is clear, check your abap code.

Similar Messages

  • Error during date calculation: Time entered not numerical

    Hi All,
    We are using SAP MI 7.0 SP18 Server and Client
    xMAM 3.0 SR06
    Now when we create a Notification using the link  Notification Management of type PV and SAVE.
    When Synchronized, it is completed but backend no notification is trigerring and when checked in Error Logs
    the following message is shown Error during date calculation: Time entered not numerical
    Kindly Suggest
    Regards,
    Kiran Joshua

    Hi All,
    I got to know how to edit the entries from merep_mon : Thanks to Chinna.
    But unfortunately that did not solve my problem
    I had to debug the function module of the respective SyncBO and found that the Profile type was not maintained in the backend.
    Infact the error "Error during date calculation: Time entered not numerical" was misleading.
    Anyways upon customising the Profile for the PJ and PV type Notifications that solved my issue.
    Regards,
    Kiran Joshua

  • New Hire Data Transfer from E-Rec to ECC via PA48

    Hi,
    We have requirement where we need to use the basic new hire data transfer from erec to ecc using PA48.
    Could someone help me by listing the step by step process that is required to configure in both EREC & ECC?
    I know there is pdf document available online but that refers mostly to XI which we are not planning to use.
    Please help.
    Regards,
    Vikram

    Hi,
    For integration between E-Rec and ECC, check [Link|http://help.sap.com/saphelp_erp2005/helpdata/en/45/8150635e9c40c1e10000000a1553f7/frameset.htm]
    This gives detailed information on synchronous and asynchronous data transfers between E-Rec and ECC.
    Hope it helps!
    Arpita

  • Error 8 during data transfer from PSA - Cube

    Hello,
    when I want to load data from PSA to Cube I get "error 8 in update".
    I already had error 7 oder error 4 in the past, but what does this error 8 mean and how can I solve it?
    Thanks in advance

    The reason is this
    that if you try to load data records to the cube which is already archived. Please note that until the archives are not reloaded
    back, the same interval cannot be loaded.
    workaround in case of semantic lock is
    is to reload the data from archive -> semantic lock disappears -> load/update the data -> archive data again.

  • Error in Data Transfer : From CO-PA to SOP Flexible Planning

    Hi Friends
    I am working on a Scenario of Transferring CO-PA data to Flexible Planning, I am encountering few problems, I have done the followig steps, request you to check and get back to me..
    The following configuration steps are done with Example;
    Characteristic assignment
    u2022 Sales Organization
    u2022 Region
    u2022 Plant
    u2022 Material Number
    u2022 Material Group
    Key figure(s) assignment
    u2022 Sales Quantity
    Assignment: Information structure - operating concern
    S555 u2013 Z001
    Define activities Z1
    Mass Processing Job : ZSO-PA
    We are able to transfer data from CO-PA to standard SOP, But we tried for transfer to Flexible Planning SOP by creating Mass Processing Job setting as below configuration path.
    Production -> Sales & Operations Planning (SOP) ->Functions -> Mass Processing -> Transfer LIS / CO-PA
    After executing Job MC8G - Schedule, we checked in Tcode - MC8I u2013 Check, Status: Processed with errors, And also data are not displayed in Tcode : MC95 for Material & active version.
    We couldnu2019t find log for error status.
    What is the method / Procedure for transfer data to Flexible Planning SOP?
    Please get back to me.

    Dear,
    Status:            Processed with errors ok
    Activities checked:? what is the error message here like
       COPY
           Planning type in activity and job not identical
           Planning type of job:  SOPKAPAM
           Plng. type of activity:Z004PLAN
    When checking a mass processing job in SOP/flexible planning (Transaction MC8I), in the log error message "Activity and COPA profile have different planning versions?
    Or planned/actual indicator in the COPA profile?
    Version should be        A00
    Please check the MC8S. Then an Avtivity in MC8T
    after you create the job in MC8D with the acitivity you have defined for your info structure.
    After that check in MD62 for plan value.
    Regards,
    R.Brahmankar

  • Deployment '2700002' to target 'tar152' encountered a system level deployment error during data transfer.

    Hi All,
    I got this error in atg bcc on UI and console as well when i doing full deployment.
    I triyed through snap-shot id but i think this is different issue.
    So please tell me where is problem happend.
    Thanks in Advance.
    --Kakasaheb.

    Are you working with a customer with a support contract?
    Cause
    One potential cause is corrupted data in the epub_file_folder table in the versioned schema and examining the table contents is necessary.  This data may be the result of a deployment containing VFS assets that did not complete successfully
    The BCC application assumes that the virtual folder structure contained in epub_file_folder is built upon a single root folder.  This folder has the name 'root' and has a NULL parent_folder.  If another folder in this table has a NULL parent_folder, then the application does not know which is the true root folder.  As a result, based purely on chance, the BCC will choose one of them as the root folder of the VersionFileStore (VFS).  Depending on which assets are contained beneath that folder, some file assets may not appear correctly in the BCC UI.  Another symptom is the inability to deploy any project, including a full deployment.
    To check for this particular corruption, perform the following SQL query.
    select * from epub_file_folder order by parent_folder;
    Putting the table data in a spreadsheet makes it easier to sort the data on various columns for analysis.
    If you sort by parent_folder check for data similar to that shown in the following table.  Note that there are two folders whose parent_folder is NULL. Here are the relevant columns from epub_file_folder:
    folder_id
    folder_name
    parent_folder
    asset_version
    is_head
    version_deleted
    version_editable
    ff102063
    CorruptFolder
    NULL
    1
    1
    0
    0
    root
    root
    NULL
    1
    1
    0
    0
    Solution
    Note:  Exercise caution when directly modifying the versioned database schema.  For assistance identifying this problem and implementing the solution, please open an SR with Oracle Support.
    1. Analyze Versioned Folder Data
    How you resolve this corruption will depend on whether or not you need to retain the corrupt folder.  Examine whether the folder has an asset version that is checked in, marked as deleted, or marked as the head version.  If there is no checked-in version with is_head=true, then this indicates the folder may have been part of a failed deployment.
    Trace through the hierarchy of folders underneath the corrupt folder.  Determine whether there are any folders or files within that hierarchy that you need to retain.  In some cases, it may be a single folder created unintentionally by a BCC user.  In other cases, there may be more significant folder structure underneath it that is needed by the front-end application.
    2a. Corrupt Folder Not Needed
    If you do not need the corrupt folder, set its version_deleted=1.
    This will mark the folder as Deleted in the versioned repository.  As far as the BCC is concerned, neither it nor anything under it will exist and will not appear in the BCC UI.  The data will still be retained in the database, though.
    2b. Corrupt Folder Needs Correct Parent
    If you do need the corrupt folder, determine the true parent folder.  Set its parent_folder to the ID of the actual parent.
    See the folder_id column for the correct parent folder and substitute that ID for NULL in BadFolder's parent_folder.
    3. Restart BCC and Re-Test
    After modifying the data for the corrupt folder, restart the BCC so that the repository picks up all the changes.
    ++++
    Thanks
    Gareth
    Please mark any update as "Correct Answer" or "Helpful Answer" if that update helps/answers your question, so that others can identify the Correct/helpful update between many updates.

  • Handling Network failure during data transfer from ECC to PI

    Hi,
    We have created a custom program in ECC to push invoice header information to PI using the proxy call.
    We're able to successfully now push these data to PI without any issues.
    However, there is a comment from client like if there is an unexpected error such as system or network failure during transferring data from ECC to PI, then how is it being handled from ECC side?
    I'm left with no answers. I know the messages will be stucked in SMQ2 or SMQ1 but we need to find out how can resend those data to PI in case of such failures. Documents in ECC are either posted or parked or payment totally based on real time process and based on each ECC event such as parked or posted or reveresed, we are sending one message to PI respectively. But how can we resend these invoices incase of an unexpected error?
    If we go with an ad hoc process, how do we implement this process for each document which is being created or rejected.
    Thanks,
    Shamim

    Hi,
    The queue will automatically restart if the problem was connection issue. In case of system failure you need to check and start them manually.
    check http://help.sap.com/saphelp_nw04/helpdata/en/f3/df5f3cb0decb09e10000000a114084/content.htm
    To check for any problems you can use CCMS monitoring.
    check http://help.sap.com/saphelp_470/helpdata/en/52/12f73b7803b009e10000000a114084/content.htm
    Hope this will help you.
    Regards
    Vinit

  • Data transfer from application server to sap system in binary mode

    hi friends,
    can any one help me out in
    how to read,open the dataset (syntax) while transfering the file from application server in binary mode ?
    how to move the file to differrent location in the same server?
    regards,
    mohan
    Message was edited by:
            mohan kumard

    HI,
    Syntax for reading the file
    OPEN DATASET file FOR INPUT IN BINARY MODE
    if sy-subrc = 0.
    DO.
          READ DATASET file INTO wa_record.
    ENDDO.
    CLOSE DATASET file.
    endif.
    syntax for writing file.
    OPEN DATASET  file FOR OUTPUT  IN  BINARY MODE .
    if sy-subrc = 0.
    transfer wa_record to file.
    CLOSE DATASET file.
    endif.
    You can also transfer file from application server to presentation server using transaction CG3Y by specifying source path(app ser),destination path(presentation ser) and tranfer format (BIN).
    To copy the file from one location to other location in application server
    use the FM 'ARCHIVFILE_SERVER_TO_SERVER'
    reward points if needful..

  • Data Transfer from Flat file To SAP system,

    Hi SAP Guru's,
    My query is :
    How to update Material master data by using idoc type MATMAS05 . The data is present in flat file at application server.
    I am  new to idoc area.Please provide me the sample program that how to update material master data by using standard idoc type.
    I am clear with the point that we have to read flat file from application server to internal table.
    But i got stucked at this point that how to update data from internal table data , by using standard idoc type MATMAS 05.
    I am in real need.Please provide me with the answer of this query.
    I will really appreciate your <<removed by moderator>> reply.
    Thanks
    Simran
    Edited by: Simran_SAP on Aug 25, 2010 10:46 AM
    Edited by: kishan P on Aug 25, 2010 4:36 PM

    Hi Vinod,
    Thanks for reply..
    I am new to idoc area.and my requirement is to generate the idoc after reading data from a flat file. The file is passed to the application server
    by a middleware . The SAP interface program reads the file from the application server and then starts processing the data. Please help me how to create the inbound IDoc and which FM needs to be used.
    Please provide a sample Program .
    This will really help..
    Waiting fr ur early response.
    Thanks
    Simran

  • Data transfer from E-Reruitment to SAP in the intigrated system

    Dear all,
    iam working on E-Recruitment project with intigrated  system ( e-rec & SAP same instance)
    in  E-Rec i performed Applicant Acctivity ( Data tranfer for new employee)
    but there is no entry in t752f  table.
    and please tell me exactly  what data will transfer to sap automatically.
    if i want to transfer all the data do i need any developments.
    Pls suggest me as early as posible.
    Regards
    ushamohan11

    Hi,
    In Applicant Acctivity ( Data tranfer for new employee) will help you to get ready for the transfer.
    Goto pa40 and click on Hire Applicant (ACTION) and click on Transfer Icon on your left side of the screen.
    plz update me the status of it ..
    All the Best
    KRC

  • How to Extract Data From Lotus Notes in BI 7.0

    Hi,
    I need to <b>Extract Data From Lotus Notes</b>.
    Is it possible to create source system For Lotus Notes (Like we creating For R/3,Oracle,Flat Files etc) then we can Extract the Data ! or
    I need to Download the Data in .csv File then Extract the Data !
    really appreciate your comments and surely you can get points too...
    Thanks in advance
    prasanna

    Hi,
    What type of data do you want to extract from lotusnotes. .?
    regards,
    Mohan

  • Error in Plan Data Transfer from CO

    Hi,
    I need to use Plan Data Transfer from CO (FM9C). But when I execute it, I have an error "CO Objects without FM Assgmt".
    How can I setup the derivation between CO and FM objects?
    All documentation that I've found are for SAP 4.6, but we are using SAP ECC 6.0...

    Hi,
    Are you using former budgeting or BCS? If you use BCS, you should use FMCYCOPI_CO. In any case, to link CO objects to FM entities, use FMDERIVE strategy - it works for planning in the same way as it does for real postings.
    Regards,
    Eli

  • Loading of Data from Lotus notes to CRM

    Hai guys,
    I need to upload the Prospects data and also the activites which we created with the prospects from the Lotus notes to the CRM
    We have two lotus notes suppose X,Y from which we need to load the data. There might be some records which might be present in both X,Y.We dont want to duplicate the records.
    Also we have defined Marketing Attributes X,Y.So now when we are uploading the prospects from X lotus notes all the prospects from the X lotus notes should have X in the Marketing Attribute.Same way as the prospects from Y
    I dont have any previous experience loading the data to CRM.
    So if you guys have any experience/clues/suggestions can you please share your knowledge.
    Thanks in Advance
    RGDS

    Hello Taylor,
    the Lotus integration tools provide the ability to read and write data from Lotus Notes/Domino to SAP and vice versa. Workflow is a special use case. The tools bascially read and write arbitrary data.
    Even though I didn't experience CRM myself I still think that they may be suitable.
    Feel free to contact me directly so that I can provide the contact persons to you.
    Regards
    Michael

  • How to generate XML data from Lotus Notes to migrate to SharePoint by passing XML to SharePoint.?

    How to generate XML data from Lotus Notes to migrate to SharePoint by passing XML to SharePoint.?
    Ramesh S

    You could use XMLQuery to return the data from your tables as XML, that would give you a CLOB.
    An example using the SCOTT schema might be like this:
    SELECT XMLQuery(
             'for $i in ora:view("DEPT")/ROW
              return <Department dname="{$i/DNAME}">
                     <Employee>
                       {for $j in ora:view("EMP")/ROW
                        where $j/DEPTNO eq $i/DEPTNO
                        return ($j/ENAME, $j/JOB, $j/SAL)}
                     </Employee>
                     </Department>'
             RETURNING CONTENT) FROM DUAL;In the docs you can find more information about its use:
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10492/xdb_xquery.htm

  • Time Machine Data Transfer - From FireWire Drive to Time Capsule - HELP!

    Time Machine Data Transfer - From FireWire Drive to Time Capsule - HELP!
    I've been searching for weeks for a solution to my problem. Here's the story I've come across since I installed Leopard on Oct. 26, 2007.
    I first installed Leopard on my Early 2006 MacBook and set up Time Machine with a 200GB external FireWire drive. Since then, things have been fine, until Time Machine started deleting the oldest backups. I'm a pack-rat and hated this feeling of losing data. So, I now have a few months worth of backups on my 200GB FireWire drive.
    The Time Capsule is released, I finally talk myself into getting one and transferring my old data from the 200GB drive to my 1TB TC.
    I did some researching through forums about how to move data from one Time Machine drive to another, so I took the concept and wanted to apply it to my Time Capsule. I made a DMG image of my 200GB drive, in order to move the data. I figured if I can make an image, copy it, and open it on the Time Capsule - all will go smoothly - just as some had mentioned they've done with external drives.
    Now, I have a 164GB DMG image of my Time Machine, with no hope in sight of gaining it back. I've tried taking the image, using Disk Utility, and restoring my original 200GB external with the imaged Time Machine data, but whenever I do, I come across error messages.
    In Disk Utility, I've done the following steps:
    * Disk Image is found on Time Capsule
    * I select the 200GB drive and select 'Restore'
    * I drag and drop the Disk Image to the 'Image' field
    * I drag and drop the 200GB drive into the the 'Restore' field
    * Select 'Erase Destination'
    * Select 'Restore'
    * I get the warning message that I'll erase the drive - I proceed
    * I enter my password
    Error message pops up:
    "Restore Failure: Could not find any scan information. The source image needs to be imagescanned/scanned for restore."
    I select the image in Disk Utility, then proceed with the following steps:
    * Click on "Image" then down to "Scan Image for Restore"
    * I enter my password
    After hours of waiting, I get another error message:
    "Unable to scan. (Broken pipe)."
    I'm going to see, after transferring the DMG to the Time Capsule, if I can drag-and-drop the files from the Time Capsule drive onto the 200GB hard drive.
    IF anyone has any more suggestions, please let me know!

    32 updates on this Mac since December 2007 - Hardware, software, OS...
    They keep coming at about 6 or 7 a month. Some of them I don't care about, but several are essential. 10.5.3 has been seeded to the testers a couple of times and will probably show up in the next few weeks. Jaguar wasn't worth a d*mn until 10.2.6, Panther about 10.3.4, Tiger about 10.4.4 - I'd say we are ahead or on schedule Too bad I can't get Apple to fix Spaces. I wish they'd focus on what I want but I guess some take more time than others.
    2007-12-18 00:32:39 -0800: Installed "GarageBand Update" (4.1.1)
    2007-12-18 00:32:43 -0800: Installed "QuickTime Broadcaster" (1.5.2)
    2007-12-18 00:33:07 -0800: Installed "Security Update 2007-009" (1.0)
    2007-12-18 00:33:29 -0800: Installed "QuickTime" (7.3.1)
    2007-12-19 09:32:03 -0800: Installed "MacBook MacBook Pro Software Update" (1.1)
    2007-12-23 23:57:32 -0800: Installed "Security Update 2007-009" (1.1)
    2008-01-16 09:18:07 -0800: Installed "iMovie Update" (7.1.1)
    2008-01-16 09:18:14 -0800: Installed "Front Row Update" (2.1.2)
    2008-01-16 09:18:45 -0800: Installed "iTunes" (7.6)
    2008-01-16 09:19:31 -0800: Installed "QuickTime" (7.4)
    2008-01-29 21:33:14 -0800: Installed "Keynote Update" (4.0.2)
    2008-01-29 21:33:23 -0800: Installed "Pages Update" (3.0.2)
    2008-01-29 21:33:31 -0800: Installed "Numbers Update" (1.0.2)
    2008-02-02 01:18:43 -0800: Installed "iWeb Update" (2.0.3)
    2008-02-05 20:12:17 -0800: Installed "iPhoto Update" (7.1.2)
    2008-02-15 09:03:49 -0800: Installed "iLife Support" (8.2)
    2008-02-15 09:04:17 -0800: Installed "QuickTime" (7.4.1)
    2008-02-15 09:04:51 -0800: Installed "Leopard Graphics Update" (1.0)
    2008-02-19 23:44:37 -0800: Installed "Keyboard Firmware Update" (1.0)
    2008-02-25 19:24:33 -0800: Installed "iTunes" (7.6.1)
    2008-03-03 17:14:18 -0800: Installed "GarageBand Update" (4.1.2)
    2008-03-03 17:14:31 -0800: Installed "iPhoto Update" (7.1.3)
    2008-03-12 18:11:36 -0700: Installed "AirPort Utility" (5.3.1)
    2008-03-18 10:03:57 -0700: Installed "Safari" (3.1)
    2008-03-20 13:00:58 -0700: Installed "Security Update 2008-002" (1.0)
    2008-03-20 13:01:04 -0700: Installed "Time Machine and AirPort Updates" (1.0)
    2008-03-21 22:49:16 -0700: Installed "Digital Camera RAW Compatibility Update" (2.0)
    2008-04-03 00:50:22 -0700: Installed "Front Row Update" (2.1.3)
    2008-04-03 00:50:50 -0700: Installed "QuickTime" (7.4.5)
    2008-04-03 00:51:58 -0700: Installed "iTunes" (7.6.2)
    2008-04-08 17:16:02 -0700: Installed "Keynote Update" (4.0.3)
    2008-04-08 17:16:08 -0700: Installed "MacBook Pro EFI Firmware Update" (1.5)

Maybe you are looking for

  • How do I store music on my ipad and use music match?

    Using an iPad2 with Music Match, how can I store music on my iPad as well? Using iTunes 11, I no longer seem to have the ability add music to my iPad. If I try to manually drag and drop them onto my iPad an error says " Some of the files were not cop

  • Advanteges of HR:Cross Business Group for iRecruitment

    Hi all which advantage getting for iRecruitment, if we set HR: Cross Business Group to yes and also Eneble Security group to Yes. Do anyone has an experience to share with me?. Mybe someone has a list of davantages, except that we can see another bus

  • Adding Music to Lightroom Flash Gallery

    I would like to be able to add music.fla or music.swf files created in flash 8 to a published Lightroom Flash Gallery. Upon examination of the of the gallery.swf and the Index.html files I don't see where I can insert or embed the music files. Has an

  • IMovie won't export to iDVD...why?

    I have a project in iMovie 9.0.9 and I want to send it to iDVD to burn a disk.  It worked fine on another project last week and now it doesn't.  iDVD opens, but nothing is there.  I can't find the converted project.  Where does it get saved?  Do I ha

  • Crash logs for Nokia N8

    Hi Please tell me where to find the crash logs for nokia n8 thanks