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

SAP B1 Mobile Integration Configuration Issue

$
0
0

Hello Experts,

 

I am trying to setup the configuration for mobile integration. I have install the integration component on the server, also I am able to login to Integration framework. I have referred to some documents available on SCN for mobile integration configuration such as http://scn.sap.com/docs/DOC-31472. As per the guidelines I have configured WSformobile settings, I have attached the screenshot for the same. I am able to test the connection for WSAN and WSAS successfully with 8080 port, however I am not able to test it with 8443 port as connection gets failed. Now as per the document stated above I need to check authentication logging under Monitoring>Authentication Monitor, but I am not to see anything here. The documents state that it will not reach this log if the connection to your previous settings are incorrect. How can I resolve this issue? Can anybody help ?


Thanks in advance


Regards,

Kuldeeep


SAP B1 Dashboard Security Alert.

$
0
0

Good Day,

 

I installed the integration Framework for one of our clients on their SAP Server. The installation was successful.

When logging onto SAP B1 I get the following system message attached.

I did google the message but none of the solutions resolve the issue.

They are on SAP Version 9 PL.07.

 

Please advise.

 

Kind Regards,

Re: SAP B1 Dashboard Security Alert.

$
0
0

Hi,

 

Please see attach another error after trying to install the certificate.

 

Kind Regards,

 

Izak Sales Analyis.png

Re: Performance issue by B1if_log.ldf

$
0
0

Hi Dan,

 

try "Event Filter" in the 4/5 step of EventSender Setup (...\SAP\SAP Business One Integration\EventSender\setup.bat). Include only necessary objects.

 

Jan

SAP B1 Mobile Apps for android V1.2.2

$
0
0

Hi Expert,. We noticed SAP Business One mobile application for Android version 1.2.2 cannot be connected where the message is 'Connection Failed'. In previous version 1.2.1, there is no issue connecting to SAP Business One. After i upgrade the Apps to 1.2.2, then unable to connect. will keep showing Connection Failed. Is that anyone can help to verity?

Error in B1iSN B1Inbound

$
0
0

Hi Experts,

 

We have encountered an error in B1iSN 8.8. The details is below.

 

 

com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.bizprocessor.BizProcException: BPE001 Nested exception: com.sap.b1i.utilities.UtilException: UTE001 Nested exception: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0x1f(:main:, row:2, col:443)

 

This is the message that the queue is processing.

 

<?xml version="1.0" encoding="utf-8" ?>

- <b1ie:B1IEvent xmlns:b1ie="urn:com.sap.b1i.sim:b1ievent" SysId="0010000176" SysTypeId="B1.8.8" Task="I" LocalObjectType="112" UserName="Marigold De La Peña">

- <b1ie:PrimaryKeyList>

<b1ie:PrimaryKey Key="DocEntry" Value="110884" />

</b1ie:PrimaryKeyList>

</b1ie:B1IEvent>

 

Hope you can help me.

 

Thanks,

 

Wilson

Re: SAP B1 Mobile Apps for android V1.2.2

$
0
0

Guys, After i install back v1.2.1 SAP B1 apps, able to connect, please check the v1.2.2 is that any problem or not.

Thanks

Re: Batch Update UDF

$
0
0

Hi Bastian,

 

Sorry, but I have another problem. Maybe you can help me again with this.


I have a inbound file with 2300 lines. The processing of this takes up to four hours. Do you have a tip to speed up the processing?

 

message_log.JPG

 

This is an example of my ImportFile:

ItemCode; Quantity

9015426;10

9015427;20

etc...

 

This is my atom0.xsl

 

<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:b1e="urn:com.sap.b1i.sim:b1event" xmlns:b1ie="urn:com.sap.b1i.sim:b1ievent" xmlns:b1im="urn:com.sap.b1i.sim:b1imessage" xmlns:bfa="urn:com.sap.b1i.bizprocessor:bizatoms" xmlns:jdbc="urn:com.sap.b1i.adapter:jdbcadapter" xmlns:rfc="urn:sap-com:document:sap:rfc:functions" xmlns:sim="urn:com.sap.b1i.sim:entity" xmlns:utils2="com.sap.b1i.bpc_tools.Utilities" xmlns:vpf="urn:com.sap.b1i.vplatform:entity" xmlns:xci="urn:com.sap.b1i.xcellerator:intdoc" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" bfa:force="" vpf:force="" jdbc:force="" rfc:force="" b1ie:force="" b1e:force="" xci:force="" sim:force="" utils2:force="" b1im:force="">    <xsl:output method="xml" encoding="UTF-8" indent="yes"></xsl:output>    <xsl:param name="atom"></xsl:param>    <xsl:param name="sessionid"></xsl:param>    <xsl:variable name="msg" select="/vpf:Msg/vpf:Body/vpf:Payload[./@Role=&apos;S&apos;]"></xsl:variable>    <xsl:variable name="vpSender" select="/vpf:Msg/vpf:Header/vpf:Sender/@Id"></xsl:variable>    <xsl:variable name="vpObject" select="/vpf:Msg/vpf:Header/vpf:Sender/@ObjId"></xsl:variable>    <xsl:variable name="vpReceiver" select="/vpf:Msg/vpf:Header/vpf:ReceiverList/vpf:Receiver[./@handover=&apos;P&apos;]/@Id"></xsl:variable>    <xsl:template match="/">        <Msg xmlns="urn:com.sap.b1i.vplatform:entity">            <xsl:copy-of select="/vpf:Msg/@*"></xsl:copy-of>            <xsl:copy-of select="/vpf:Msg/vpf:Header"></xsl:copy-of>            <Body>                <xsl:copy-of select="/vpf:Msg/vpf:Body/*"></xsl:copy-of>                <Payload Role="R" id="{$atom}">                    <xsl:call-template name="transform"></xsl:call-template>                </Payload>            </Body>        </Msg>    </xsl:template>    <xsl:template name="transform">        <!-- batch processing for multiple message outbound -->        <b1im_multimsg xmlns="">            <!-- batch processing for incoming DSV or TXT file with multiple items, skip first line -->            <xsl:for-each select="$msg/row[position()&gt;1]">                <!-- processing for a single item -->                <b1im_msg>                    <B1out type="object">                        <Items>                            <row>                                   <ItemCode>                                     <xsl:value-of select="./col[1]"></xsl:value-of>                                </ItemCode>                                <U_SuppOnHand>                                    <xsl:value-of select="./col[2]"></xsl:value-of>                                </U_SuppOnHand>                            </row>                        </Items>                    </B1out>                </b1im_msg>            </xsl:for-each>        </b1im_multimsg>    </xsl:template></xsl:stylesheet>

Re: Batch Update UDF

$
0
0

Hi Stefan,

 

please activate the "SAP Business One DI Single Transaction" for your scenario step and think about using more than one DI Proxy instance. Following SAPNote 1993784 and the attached documentation gives you details about that: http://service.sap.com/sap/support/notes/1993784

 

If you have to do any easy update - only a few fields with no big error potential - using the "batch" atom within processing can be an option.

Therefore switch your B1 call from the outbound to the processing and in atom0 replace <b1im_multimsg> with <b1im_skip> to skip the outbound processing (in case of error in the previous batch atom take <b1im_exception>).

Instead of starting 2300 single DI API calls at the outbound, you could collect around 100 lines into one batch and reduce the amount of DI API calls to 23. Please check the embedded B1i documentation for using the batch atom and be aware of the error action:

The batch atom either hands over the complete batch successfully or the complete batch call was not successful.

 

Best regards

Bastian

SAP B1 Security Alert

$
0
0

Good Day,

 

After I installed the integration framework and logged onto SAP to start the dashboards I get the following attached message.

I did research the error for solution but none of the solutions worked.

 

Please advise.

 

Kind Regards,

 

Izak Potgieter.

Re: SAP B1 Security Alert

$
0
0

Hi Izak,

 

try open IE, Tools->Internet Options->Advance Tab->Security and Uncheck "Check for server certificate revocation".

 

Or try use Google Chrome instead IE.

 

Or look at Administrator's Guide "Installing Server Tools" point 10.

 

Jan

Re: SAP B1 Security Alert

$
0
0

Hi Jan,

 

Thank you for the feedback, did try it but it still didn't work.

 

Regards,

 

Izak

Re: Cannot connect to SAP Business One Integrated Service

$
0
0

Hi Samir,

 

Here the solution for your issue:

 

 

 

Copy the .keystore file from folder

C:\Program Files (x86)\SAP\SAP Business One Integration\IntegrationServer\Tomcat\webapps\B1iXcellerator

 

Paste the .keystore file to folder

C:\Program Files (x86)\SAP\SAP Business One Integration\DIProxy

 

Restart the SAP Business One DI Proxy Service.

 

David Almazán

Re: HTTPS-Roundtrip Error

$
0
0

Hi Rafael,

 

Copy the .keystore file from folder

C:\Program Files (x86)\SAP\SAP Business One Integration\IntegrationServer\Tomcat\webapps\B1iXcellerator

 

 

Paste the .keystore file to folder

C:\Program Files (x86)\SAP\SAP Business One Integration\DIProxy

 

 

Restart the SAP Business One DI Proxy Service.

 

David Almazan

Re: Exception : Error on completion of HTTPS-roundtrip: java.net.SocketException: Connection reset; nested exception is: java.net.SocketException: Connection reset

$
0
0

Hi Szymon,

 

If you still have your problem please:

 

Copy the .keystore file from folder

C:\Program Files (x86)\SAP\SAP Business One Integration\IntegrationServer\Tomcat\webapps\B1iXcellerator

 

 

Paste the .keystore file to folder

C:\Program Files (x86)\SAP\SAP Business One Integration\DIProxy

 

 

Restart the SAP Business One DI Proxy Service.

 

David Almazán


B1iSN: How to map BPFiscalTaxID under BP Master Data

$
0
0

Background:

Our MDM system send BusinessPartners with BPAddresses to B1 via EDI and I do mapping in the xsl style sheet in B1iSN.

And I also need to map “FederalTaxID”(MDM system sends this element under the BusinessPartners) to <BPFiscalTaxID>/<TaxId0>.

Question1:

I checked the note 1145532 - How to import tax information under BP Master Data,

I found that there is always an extra address line(Address Name is empty and Address Type=’B’) in the CRD7 table and seems only the Ship-To address have the value of TaxId0, do you know why?

Question2:

My intension is that, to copy all information we needs for <BPFiscalTaxID> from BPAddress and add a dummy line into <BPFiscalTaxID> which align with the CRD7 table.

And only map the TaxId0 to all “Ship-To” address. I am not sure if this approach is correct or not.

Re: Performance issue by B1if_log.ldf

$
0
0

hi Jan

 

I had already set up the Event Sender.

The strange thing is, when nobody is logged in SAP, so there are no events, B1if is still very busy writing to SQL.

 

sql b1if.png

 

regards

Dan

Re: Performance issue by B1if_log.ldf

Re: Performance issue by B1if_log.ldf

$
0
0

Thanks Jan

 

But it seems to me that this is a tool for cleaning up the database. The issue is: Why is b1if so busy, without any users logged in sap, writing 20 MB/sec to the mdf file, and 45 MB/sec to the log file. The result is a large database where the tool can help. But I think it don't help me with the issue.


regards

Dan

Re: Performance issue by B1if_log.ldf

$
0
0

Hi Dan,

 

excuse my English ...

 

There's connection between EventSender filtering, purge database and also content of SEVT table, where are event's from SAP. If in SEVT table are very much rows, than you have activity in B1i. You can verify that by stopping EventSender ...

 

Jan

Viewing all 973 articles
Browse latest View live


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