Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #53586 All Revisions ] Back to Issue ]
Summary 0053586: Attaching iDocs to Exported Records preference is not working
Revision 2023-10-04 08:02 by caristu
Steps To Reproduce 1) Create the Attach Exported iDocs preference, at system client with value "Y"
2) In the "Communication with SAP ECC Server" create a debug configuration:
  - Communication Protocol: Debug
  - Path to iDoc folder: /tmp
3) Execute the "Initialize Entity Synchronization" process
4) Schedule the "SAP ECC Export Synchronization Process" process to export at least one element, for example a product
5) Go to the record of the exported product and note that no attachment has been created. Note that the following error appears in the log:

2023-10-04 08:00:16,119 [Import Entry - 1] ERROR org.openbravo.service.integration.sapecc.process.SapEccExporterSynchronizableBusinessObjectExporter - There was an error while attaching an idoc to a record
java.lang.IllegalArgumentException: id to load is required for loading
    at org.hibernate.event.spi.LoadEvent.<init>(LoadEvent.java:96) ~[hibernate-core-5.6.15.Final.jar:5.6.15.Final]
    at org.hibernate.event.spi.LoadEvent.<init>(LoadEvent.java:64) ~[hibernate-core-5.6.15.Final.jar:5.6.15.Final]
    at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2845) ~[hibernate-core-5.6.15.Final.jar:5.6.15.Final]
    at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2825) ~[hibernate-core-5.6.15.Final.jar:5.6.15.Final]
    at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2781) ~[hibernate-core-5.6.15.Final.jar:5.6.15.Final]
    at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2825) ~[hibernate-core-5.6.15.Final.jar:5.6.15.Final]
    at org.hibernate.internal.SessionImpl.get(SessionImpl.java:1024) ~[hibernate-core-5.6.15.Final.jar:5.6.15.Final]
    at org.openbravo.dal.core.SessionHandler.find(SessionHandler.java:535) ~[classes/:?]
    at org.openbravo.dal.core.SessionHandler.find(SessionHandler.java:501) ~[classes/:?]
    at org.openbravo.dal.service.OBDal.get(OBDal.java:367) ~[classes/:?]
    at org.openbravo.client.application.attachment.AttachImplementationManager.checkReadableAccess(AttachImplementationManager.java:470) ~[classes/:?]
Revision 2023-10-04 07:55 by caristu
Steps To Reproduce 1) Create the Attach Exported iDocs preference, at system client with value "Y"
2) In the
2) Schedule the "" process to export at least one element


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker