Hello Karthik,
Did you have found the solution?
Regards,
Leo.
Hello Karthik,
Did you have found the solution?
Regards,
Leo.
Hi Experts,
We are in need to reconcile the Invoice/Credit Memo/Journal/Payments transactions of Business Partners.Is there any B1if Object/Service and Schema for Internal Reconciliation Business Partners?
Thanks,
Karthik Kannan
Hello Karthik,
I'm afraid that Internal Reconciliation object is not exposed by DI-API, to be very sensible to B1 data system consistency and security...Some months ago I tried to use reconciliation on SDK without success...I figured out that it was not exposed...
Regards,
Leo.
Hi Experts,
How is possible to add a data from java into XSLT file template?
I know I have to edit the template before, but how can I pass the data from Java to XSLT file?
Thank you for your attention.
Hi Yash,
Thanks for explanation, you are right. For enhancement the procedure execution time,I wrote the procedure call at the end but it runs only when custom validation is correct, as follows:
if (:error=0) then
CALL ACME_US."CTX_IC_SP_TRANSACTIONNOTIFICATION"(object_type,transaction_type, num_of_cols_in_key,list_of_key_cols_tab_del,list_of_cols_val_tab_del,:error,:error_message );
endif
Regards,
Oscar
How to cancel AR invoice using b1if?
Thanks Julio This works for me.
I would like to know why we are clearing dynamic ports.
How basically theTCP/IP request is handled ?
Hello,
i had problem with B1mobile. I read forum and i found many topics about my problem. In SAP Note 1602674 i found soulution about (Integration Explorer -> SLD). My production database had in Integration Explorer status: "Sysid does not exist in B1 SLSP/SLSPP". I selected "Create SysId in B1 SLSP/SLPP Tables". Now database had correct status "in sync" (1st screenshoot) and B1Mobile works correctly but i had 1 problem with SLSP/SLSPP (query results in 2nd screenshoot). In these Tables i had duplicate prod database and identifier. Is this correct?
Best Regards
Query Results
Hi,
B1atom with #createCancellationDocument method.
Jan
Hi,
maybe following SAPNote helps you to solve your issue:
2032666 - SAP Business One company database entries missing from integration framework SLD
Please also check for its related Troubleshooting Notes.
Best regards
Bastian
Hi PTS,
seems like an issue with your scenario, e.g. a DI API call failed or a receiver system is not available.
Only reactivating does not solve the issue, please check for the error reason, e.g. in the IPO Step Status of deactivated steps in the Control Center.
Following SAPNotes might help:
There are several troubleshooting guides available, which integration scenarios are you using?
Best regards
Bastian
Thanks Bastian,
I tried enabling DI Single Transaction and that works perfectly. I actually thought I had already enabled it, I must have turned it off at some point.
@Jan, thanks I'll try that out and keep it in mind for future.
Regards
Cameron
Hi Bastian,
Will the B1 Record Set retrieve only data actually committed?. In other words, I require to validate the creation of an B1 object even if the DIresult is success (I checked your suggestion in here: Update Item Problem - "success", but without ch... | SCN).
I'm using the B1 Record Set atom in my scenario (AddSalesOrder Web Service) not only to validate if it was really created, but also to retrieve the DocNum of the currently added Document.
Kind Regards,
Fernando
Hello everyone
I'm a newbie in B1if and I have a problem when I exec the test of my ws with soapUI.
This is the error:
and at the xci:exception end it says Could not find the driver:
<xci:exception xmlns:xci="urn:com.sap.b1i.xcellerator:intdoc">com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.bizprocessor.BizProcException: BPE001 Nested exception: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: java.lang.Exception: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.adapter.jdbc.JdbcAdapter$LoadJdbcDriverFailureException: Could not find the driver ''</xci:exception>
Anyone have a idea?
Regards,
AMM
Hello Masters,
I have a message stuck on queue monitor, but I would like to debug it. Is there any option to debug this step? Or retrieve the messages of each atom inside this step?
Regards,
Leonardo.
Check the SYSID database on SQL Call atoms.
If you use global properties, verify that properties contains the SYSID dabatases.
Regards
Hi Oscar,
It is standard behavior of SAP Business one HANA SP transaction notification. Good practice is that instead of writing validation on SP Transaction Notification call custom stored procedure form SP transaction notification
Regards,
Yash
Hi Fernando,
if you define your integration scenario step not with option "SAP Business One Single Transaction" all B1 DI API calls are conditionally until the "commit" runs at the end of the scenario processing.
That means all operation might get rollbacked. Therefore please avoid to have two DI API "Insert/update" calls within one step and "SAP Business One Single Transaction" deactivated.
As B1 RecordSet relies on DI API connection, it's much slower than a JDBC SQL retrieval.
To retrieve the B1 object call result you could also work with B1 object call method "Synchronous Retrieval": From performance point of view it's not slower than the B1 ResultSet SQL.
Best regards
Bastian