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

Re: Basic getting value from SQL Call

$
0
0

Completely right Leo thank you so much, now I have the DocEntry:

 

And my last question, how do I handle this DocEntry value? I want to use in next SELECT SQL Call atoms.

 

I didn´t get what you told me with:

 

"and then place the xpath to Default Sql Statement field:

 

/vpf:Msg/vpf:Body/vpf:Payload[@id='NewAtomId'']/Sql"

 

Where should I define this?

 

Thank you so much, we are so close to end this up .

 

AM


Re: Basic getting value from SQL Call

$
0
0

Great Antonio, now set the xpath like the image below:

 

pastedImage_9.png

 

Remove the old sql statement and paste the new xpath...

 

Regards,

 

Leo.

Re: Basic getting value from SQL Call

$
0
0

Thank you so much Leo it works!!!!, I´ll use this method to other SQL Calls.

 

Regards and thank you again.

 

AM

Note 950529: "Document is not released"

$
0
0

According to SAP Business One SDK 9.1 - Database Tables Reference, the BPAddresses <RowNum> is ready-only. anyway, I still mapped <RowNum> in the B1iSN xslt. Seems the B1-DI creates it's own line number sequence for the BPAddresses.

 

I am trying to read the Note 950529, but it says "Document is not released". Can someone send the content of the Note 950529 to me?

Re: Note 950529: "Document is not released"

Re: Batch Update UDF

$
0
0

Hi Stefan,

 

In your example above you started with<xsl:for-eachselect="$msg/row"> 

With your code you're reading the col[2] and col[3] from the first appearance over and over again. Within the for-each, you don't need to repeat with $msg/row, it's enough do the following: <xsl:value-ofselect="./col[x]"></xsl:value-of>


Best regards

Bastian

 

P.S.: Using a format control document at the file inbound would allow you to rename "col", in case the field names are required to follow your naming convention. The integration framework saves the document in the base directory of the scenario step. Enter the name of the control document in the inbound specification (please compare online help of file inbound).

Read File From FTP

$
0
0

Hi All,

 

How to read xml File from FTP folder?. when i mapped and trying to read it's show error for access denied.

 

 

 

 

Thanks & Regards

PT.sampath

Re: Batch Update UDF

$
0
0

Hi Bastian,

 

Thank you very much again for your help. Now it work's perfect.

 

Best regards

Stefan


Re: B1iF RESTful To gocanvas.com

$
0
0

Hi ,

I'm facing the same issue somebody can helps?

 

Regards,

Lamine

B1if: How to call PUT Http in json format

$
0
0

Hi,

I would like to perform an http call in json format to call an API that is exposed.

here is my http call method with PUT and i have an error message


com.sap.b1i.xcellerator.XcelleratorException: XCE212 Error performing the HTTP-call, HTTP-status is 404, Not Found


I use a httpCall atom :

<call xmlns="">

  <!--identifier-->

<query id="identifier" value="value"></query>

<!--optional - define your own query parameters - multiple elements allowed-->

<connect>

  <destProtocol>http</destProtocol>

  <destHost>urlmysebservice/</destHost>

  <destPort>80</destPort>

  <destPath>stocks/</destPath>

  <query>1004</query>

  <!--<proxyHost></proxyHost>

  <proxyPort></proxyPort>-->

  <method>PUT</method>

  <authentification>basic</authentification>

  <user>userws</user>

  <password>pwd</password>

<!-- <user2query> </user2query>

  <password2query> </password2query>

  <trustStoreURI>urlmysebservice</trustStoreURI>

  <keyStoreURI></keyStoreURI>-->

</connect>

<!--optional - document type definition-->

<!--<dtd>

</dtd>-->

<pltype>json</pltype>

  <!--optional - in case of POST request you specify here your request document-->

<payload>

  <xsl:value-of select="/vpf:Msg/vpf:Body/vpf:Payload[./@id=&apos;atom3&apos;]/text()"></xsl:value-of>

</payload>

<htta>

  <!--optional-->

  <!--optional - you can specify here your own http header definitions - multiple elements allowed-->

   <!-- <par id="httpheader.xml" value="text/xml"></par>

  <par id="htta.returnpltypeforce" value="text/xml"></par>

  <par id="htta.returnpltypedefault" value="text/xml"></par>-->

  <par id="httpheader.???" value="">

  <par id="httpheader.Content-Type" value="application/json"></par>

  <!--optional - you can specify here your own http header definitions - multiple elements allowed-->

  </par>

  <par id="htta.returnpltypeforce" value="json"></par>

  <par id="htta.returnpltypedefault" value="json"></par>

</htta>

 

 

</call>

 

 

thanks

Regards,

Lamine

Re: SAP B1 and python

$
0
0

Could you give me url to download SAP Business One ?

RSP PARA SAP HANA 9.1

$
0
0

BUEN DIA,

 

Quisiera instalar el rsp de la versión 9.1 pl 09 de la versión de sap b1 para hana pero no encuentro una guía o manual, solo encontré algunos puntos aconsiderar el el documento de novedades de rsp 3.1 pero no detallan el proceso.

 

-¿Alguien lo ha instalado? que nos pueda compartir el procedimiento?

 

les agradezco de antemano.

saludos cordiales.

Re: SBO Common - Version Mismatch doing B1di test

$
0
0

Hello to All,

 

Is there any update regarding this issue ?

 

I am also facing the same issue , will refer if u resolved.

 

 

Waiting for reply

 

 

 

Best Regards

Jatin Chauhan

Re: SBO Common - Version Mismatch doing B1di test

$
0
0

Hi,

 

as database SBO-COMMON is no company database of SAP Business One, there is - per definition - no DI API connection available.

The SLD entry for SBO-COMMON is only used as master to automatically copy the connection parameters if a new B1 company database is added.

 

Best regards

Bastian

Re: SBO Common - Version Mismatch doing B1di test

$
0
0

Hi Bastian

 

Thank you for your reply,

 

I am getting connection error in B1DI and  JDBC for SBO-COMMON Database and I am not able to view all new company database in that DB List

 

Will you please guide me to resolve this as soon as possible

 

 

 

 

Advance Thanking you for your help

 

 

Regards

Jatin Chauhan


Performance issue by B1if_log.ldf

$
0
0

With no any activity in sb1, B1IF is still very busy with writing to SQL especially with the log file.

The B1IF.mdf is 4 GB and the B1if_log.ldf is 1,5 gb, recovery model is Simple and autoschrink is True.

What can be the reason of this? It’s affecting the performance of my browser when I logged into B1IF.

 

The picture shows the resource monitor of the windows task manager

log_file.png

 

ragards

Dan

Re: Performance issue by B1if_log.ldf

Re: B1if ProjectsServices

$
0
0

Hello Bastian:

   Maybe it is the version that I was using (a 8.82 B1if) . but using code (without name) as parameter seem to be working as well. I actually trid the code and name as your described and it didn't work.

  But either way. this was most helpful! Thank you so much!

Re: Generate PDF with B1if

$
0
0

Hi David.

 

I have a similar problem as described here.

Could you please share the definition of the xform atom after the Report call?

 

Regards,

Pawel

Re: Save generated Crystal Report into pdf file.

$
0
0

Hi Martin.

 

I have a similar problem as described here.

Could you please share the definition of the xform atom after the Report call?

 

Regards,

Pawel

Viewing all 973 articles
Browse latest View live


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