... try "B1 Event Monitor" to look active events.
Jan
... try "B1 Event Monitor" to look active events.
Jan
Hello Bryan,
This might be a certificate issue which may not be supportable in new version of mobile app. Also it can be compatibility issue with an older version of SAP B1.
Regards,
Kuldeep
Hi Jan
the SEVT is the whole time empty, except when I do a relevant transaction. Also the event monitor only shows the events which I have selected in the EventSender.
regards
Dan
Hi Dan,
than I don't know. Our B1if is 54 GB large and log file is 1,2 GB large and performance of B1i is very very good.
Maybe help you upgrade HW ...
Jan
Good Day All,
Any other suggestions to help?
Kind Regards,
Hi Dan,
I had something similar where my B1if database was growing at an abnormal rate and grew up to 40gb. What was happening was basically a scenario I built ended up creating a recursive loop and the scenario kept running over and over.
In my case I think it was because I had tried to change error handling in a scenario to run a specific scenario if an error occurred in processing. The scenario that needed to run was failing and essentially kept calling itself so the database kept growing because all of the messages associated with each call were being recorded.
The way I'd go about debugging would be
1) Use the TID monitor in the B1if Control Panel to find if there are any scenario steps that are being executed more than I'd expect.
2) Try turning off all scenario packages and see if the problem continues, then enable them one by one and see when the abnormal behavior starts.
3) If a problematic scenario is identified, figure out what in the process is causing it to behave differently from expected.
Regards
Cameron
So what should we do now? Temporary downgrade to v1.2.1? Or is that anyway can use v1.2.2 to get connect?
Hi Bryan,
Firstly I would like to know which patch level and sap version you are trying to connect with?
Hie Bryan,
As of now, integration framework (B1if) version 1.22.0 (delivered with SAP Business One 9.1 PL08 and SAP Business One 9.1, version for SAP HANA PL08), the integration framework provides a Certificate Tool. The certificate tool automates the creation of a root certificate and a self-signed server certificate based on the root certificate, it also deploys the server certificate to the integration framework keystore. Based on the server certificate, the tool creates an SSL certificate for the mobile device that connects to the integration framework with the SAP Business One mobile app.
Have you created your certificate using SAP Certificate tool?
Regards,
Kuldeep
Hi Kuldeep,
Yes, sure i got create the SSL for mobile app. otherwise how i connect with using v1.2.1?
Now the problem is, when we using android apps v1.2.2, it unable to connect, will keep pop up connection failed. But same setting with using android apps v1.2.1, it able to connect. So it can't be SSL problem.
What i found is android version 1.2.2 should got some problem. Because at Google Play review, can see other people also meet this problem.
Hi Kuldeep Vaishnav,
I got try 2 version before,
1 is version 9.2 PL00
Other 1 is version 9.1 PL11
Both work fine with android apps v1.2.1, but no working with v1.2.2.
Hie Bryan,
Sure, there might be some issue with new version. However, my point was to make sure that you have not created the certificate using OpenSSL. As with the said version of Integration Framework, SAP provides a certificate tool to generate the self signed certificate. You may grab some more information regarding the same with detailed documentation available in the integration framework version 1.22.0 or higher, (choose Start -> All programs -> Integration solution for SAP Business One -> Integration Framework -> Help -> Documents -> Operations Part 2.)
Regards,
Kuldeep
Hi Kuldeep,
Thx for your help, But if because SSL problem, it will pop up another error message,
But this is just told you that connection failed, without other details message.
Btw, i already create incident already, now still waiting for reply.
Hi Bastian,
Thank you for your help. I will start with your hint to split the file into smaler files to reduce the calls.
Now the whole import needs 1 hour. This is ok for me.
Best regards
Stefan
Hi Bryan,
I'm also experiencing the issue but running on 9.0 PL11 first time deployment.
Already reached several dead ends and pulling my hair off wondering what is wrong.
I tried troubleshooting tool and verified connection between mobile and server following SAP note: 1776825 but no problems found.
Just wanted to ask how are you able to downgrade to 1.2.1? I also wanted to check if this is also the cause but I wasn't able to do an APK backup . Would you mind sharing the 1.2.1 apk?
Thanks!
Best regards,
Rob
Quick update: Found an APK for 1.2.1 on the net and it connected successfully.
Will wait for SAP's update on this.
Hi Bacalan,
SAP already fix the problem,
Please check note 2298620
When you create the SSL, need to provide domain name but not the IP address.
Then will fix your problem.
Dear Experts,
Please provide information / instructions concerning the implementation of the following actions in SAP B1:
Thank you in advance for your time.
hi Cameron
I turned of all the scenario's and sql is still writing 20 mb/sec to b1i.mdf and 30 mb/sec to b1i.ldf.
Is this a normal amount?
What is still writing to sql after you turned off all the scenario's?
regards
Dan
Hello all,
We are running SBO 9.1 and our scenario has been working without a problem until we started testing updating pick lists with multiple items.
The items are are batch based and we have bin location.
With the following payload everything works as expected:
<Payload Role="X" id="atom23"> <PickLists_Lines xmlns=""> <row> <AbsoluteEntry>3521</AbsoluteEntry> <PickedQuantity>20.000000</PickedQuantity> <LineNumber>0</LineNumber> </row> </PickLists_Lines> <BatchNumbers xmlns=""> <row> <BatchNumber>15070027</BatchNumber> <Quantity>20.000000</Quantity> <BaseLineNumber>0</BaseLineNumber> </row> </BatchNumbers> <DocumentLinesBinAllocations xmlns=""> <row> <BinAbsEntry>58</BinAbsEntry> <Quantity>20.000000</Quantity> <SerialAndBatchNumbersBaseLine>0</SerialAndBatchNumbersBaseLine> <BaseLineNumber>0</BaseLineNumber> </row> </DocumentLinesBinAllocations></Payload>
But as aforementioned if we have two items like:
<Payload Role="X" id="atom23"> <PickLists_Lines xmlns=""> <row> <AbsoluteEntry>3520</AbsoluteEntry> <PickedQuantity>60.000000</PickedQuantity> <LineNumber>0</LineNumber> </row> <row> <AbsoluteEntry>3520</AbsoluteEntry> <PickedQuantity>25.000000</PickedQuantity> <LineNumber>1</LineNumber> </row> </PickLists_Lines> <BatchNumbers xmlns=""> <row> <BatchNumber>15070027</BatchNumber> <Quantity>60.000000</Quantity> <BaseLineNumber>0</BaseLineNumber> </row> <row> <BatchNumber>15080042</BatchNumber> <Quantity>25.000000</Quantity> <BaseLineNumber>1</BaseLineNumber> </row> </BatchNumbers> <DocumentLinesBinAllocations xmlns=""> <row> <BinAbsEntry>58</BinAbsEntry> <Quantity>60.000000</Quantity> <SerialAndBatchNumbersBaseLine>0</SerialAndBatchNumbersBaseLine> <BaseLineNumber>0</BaseLineNumber> </row> <row> <BinAbsEntry>58</BinAbsEntry> <Quantity>25.000000</Quantity> <SerialAndBatchNumbersBaseLine>1</SerialAndBatchNumbersBaseLine> <BaseLineNumber>1</BaseLineNumber> </row> </DocumentLinesBinAllocations></Payload>
If we use
SerialAndBatchNumbersBaseLine 0 and 1, like in the example, we get the following error:
DI Error: (-10) 1470000838 - Invalid SerialAndBatchNumbersBaseLinespecify a valid SerialAndBatchNumbersBaseLine
if we use SerialAndBatchNumbersBaseLine 0 and 0 (zero in both entries as described in the SAP notes) we get the following one:
DI Error: (-4014) Cannot add row without complete selection of batch/serial numbers
Any ideas would be appreciated as we have an UAT very soon and we wouldn't want to postpone it.
Seri
AalAndBatchNumbersBaseLine