Quantcast
Channel: SCN: Message List - SAP Business One Integration Technology
Viewing all 973 articles
Browse latest View live

Re: Deadlock - Could Not Commit Transaction

$
0
0

Hello Karthik,

 

Did you have found the solution?

 

Regards,

 

Leo.


SAP Business One Mobile - Failed to Add Activity

$
0
0

Any ideas what authorizations i need to adjust?

Running 9.1

All mobile users getting this message....

 

Add Act Failure.PNG

B1if Object Schema for Internal Reconciliation

$
0
0

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

Re: B1if Object Schema for Internal Reconciliation

$
0
0

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.

Customer checkout Print Templates XSLT file and Java

$
0
0

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.

Re: Intercompany add-on ignores SBO HANA TransactionNotification

$
0
0

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

Cancel AR invoice using b1if

$
0
0

How to cancel AR invoice using b1if?

Re: TCP/IP connection to the host, port 1433 has failed

$
0
0

Thanks Julio This works for me.

I would like to know why we are clearing dynamic ports.

How basically theTCP/IP request is handled ?


Deacivated Scenario Process

$
0
0

Hi All,

 

I got following issues in one packages this packages deactivated regularly. After that i reactivate that process it's work properly. But initially this packages work properly. last two weeks only i have this issue. Any solution?

 

 

.

 

 

Thanks & Regards

PTS

Duplicate Database in SLSP/SLSP tables.

$
0
0

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

 

int1.png

 

Query Results

int2.png

Re: Cancel AR invoice using b1if

$
0
0

Hi,

 

B1atom with #createCancellationDocument method.

 

Jan

Re: Duplicate Database in SLSP/SLSP tables.

Re: Deacivated Scenario Process

$
0
0

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

Re: B1if calling SQL atom while DI Object Transaction is processing

$
0
0

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

Re: B1if calling SQL atom while DI Object Transaction is processing

$
0
0

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


Could not find the driver - ws B1if

$
0
0

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:


error.JPG


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

Debug a message on Queue Monitor

$
0
0

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.

Re: Could not find the driver - ws B1if

$
0
0

Check the SYSID database on SQL Call atoms.

 

If you use global properties, verify that properties contains the SYSID dabatases.

 

Regards

Re: Intercompany add-on ignores SBO HANA TransactionNotification

$
0
0

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

Re: B1if calling SQL atom while DI Object Transaction is processing

$
0
0

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

Viewing all 973 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>