Fernando, does it work in the meantime?
Re: After connecting android b1 mobile app 1.2.2 wont work
Re: After connecting android b1 mobile app 1.2.2 wont work
Hi Peter. No, it doesn't work at all. I ended up downgrading the android app version to 1.1.5 which doesn't require certificates and it worked fine.
As far as I could understand, the issue is related to the fact that I'm resolving the IP via the hosts file in the android device (thats because I don't have a public address available nor an internal DNS at the server). The login process works fine but internally the app cannot retrieve menus and data.
I will ask the server admin to set up a public domain and then I'll try again with 1.2.2 version. In the meantime 1.1.5 version is pretty fine.
Thanks!
Re: For-Each After Call SQL
The XPath in the for-each was incorrect.
Was:
/*[/vpf:Msg/vpf:Body/vpf:Payload[./@id='atom1']/jdbc:ResultSet/jdbc:Row]
Should have been:
/vpf:Msg/vpf:Body/vpf:Payload[./@id='atom1']/jdbc:ResultSet/jdbc:Row
Re: Error synchronization Article from B1 to SAP Customer Checkout
Re: Blank PD document
I have solved this problen and found the answer in the topic.B1IF warehouse Transfer Document Duplication To Empty Document.
Re: The company is not listed in the SLD
Hi,Hector.I don't konw what version of your B1i now.But you can use "Tools"->"TroubleShooting" and select "B1 Setup" to open "Configuration for SAP Business One" window.In this window,I think you can find a red cross ahead of "B1 company DBs " entry.After expand this entry,you can see one or more "Sync" button at here.After you click the button,the system need you select Sync type:delete entry from SLSP or create SLD in B1i.I advise you select delete entry.After you syncd all entries,you can open B1 and under "Compny select" window,click "Refresh".The B1i will auto create SLD in B1i immediately.
Problem about define multiple SBO-COMMON databases
Hi,experts.
I have a problem about define multiple SBO-COMMON databases.
Beacuse I have two databse servers and I want to manage them in one B1i server.
My operation step is below:
1.I use xmlspy create the sbocommon.xml and save it to the /com.sap.b1i.vplatform.directory/B1/.The sbocommon.xml structure is like this:
<sbocommon>
<systems>
<system id="001sap0005"/> <!-- default entry -->
<system id="001sap0014"/> <!-- Created entry for my second server SBO-COMMON -->
...
</systems>
</sbocommon>
2.Deactive sap.B1System scenario package and active all steps
3.Active sap.B1System scenario package.
There is nothing happen at here.
4.I use "Execute BizFlow" create a SLD and it's ID equal to the value which I have defined in sbocommon.xml.
5.I edit the SLD and input the correct value.
6.I run the "B1 setup" ,I found the SLD not under the SLD BasicEntries or SLD System Entris but under the B1 Company DBs entry and it's status is failed.That is means ,the company of second server not synchronous to the B1i.
Anyone welse could tell me what I have lost and how can I do?
Thanks a lot.
Conditional xpath following B1 Object
I have the following message output after I call a B1 Object (atom17):
</Payload><Payload Role="C" id="atom17" system="0010000109" status="success" b1login="Technical User" method="Synchronous Insert" objectid="59" payload="atom18"keyname="DocEntry" keyvalue="" DIresult="failure" DImsg="
Exception : DI Error: (-2028) No matching records found (ODBC -2028)"/>
The xml editor show the following xpath for the DIresult:
/Msg/Body/Payload[10]/@DIresult
I am trying get an expression for conditional processing. The following should be close but B1if tells me the path is invalid:
/*[/vpf:Msg/vpf:Body/vpf:Payload[./@id='atom17']/@DIresult=‘failure’]
Can you tell me what the path should be or look like?
Outbound Bin Location using B1if
Hi,
I created bin location outbound scenario using b1if. I got warning message 0142.With warning I tested , but not working. Herewith I have attached the screenshot.
Thanks & Regards,
Vijayakumar.M
Re: Problem about define multiple SBO-COMMON databases
Hi,
It will not work that way. If you want to add DBs from second B1 server you need second Event Sender service and connect it to second DB server. Without it you will not receive any events from those DBs. If don't need it then you can add companies manually in SLD.
You don't need another SBO-COMMON entry in SLD.
Adding new entry to sbocommon.xml with id that contains 'sap' is risky in my opinion.
Kind Regards,
Szymon Lipnicki
Re: Looking for Dashboard Packaging Tool for Version 9
FYI the SAP Business One Dashboard Packaging Tool Version 1.1 has been moved here:
https://store.sap.com/sap/cp/ui/resources/store/html/SolutionDetails.html?pid=0000000331
Re: Call B1 function Parameter error
Hi ,
Sorry for late reply. I have tried with changing parameter but the error is about parameter
I tired both paramter as per your instruction but failed.
concat(/ExchangeRate/@currency,',', /ExchangeRate/@date,',', /ExchangeRate/@rate, ',','true')
concat(/ExchangeRate/@currency, ",", /ExchangeRate/@date, ",", /ExchangeRate/@rate, ",true")
Regards:
Navin
Re: Tips for optimizing the performance of B1iSN
Hi Jim,
yes, you can use different DI-Proxy instances on the same physical machine on different ports. In out solution we use 5 DI-Proxy on the same machine and B1i performance is very good.
1975033 - B1if: Run multiple instances of DIProxy
Jan
Re: SAP mobile v1.2.3
Dear Cinthia,
what's the specific error/issue?
Best regards, peter
Re: Tips for optimizing the performance of B1iSN
HiPolak, I see, Thank you for your quick response. Do you have any suggestion when it comes to the deployment option as I mentioned above?
Re: Tips for optimizing the performance of B1iSN
Hi Jim Jin,
no, I haven't.
Jan
Disable Authorization for Sales Order Creation(SAP Business One)
Hi ,
I am trying to create sales order in SAP Business One,but the problem is every time i create new Sales Order it Says "Generating Sales Document Requires the Authorization From James" ,
How can i disable this functionality? or which table should i look in to and Disable it.
Note this is in SAP Business One
Regards
Mafoko
Re: SAP mobile v1.2.3
I solved it , I deleted cache data.
Thanks,
Re: Problem with certificate install on Android 6
Dear Manuel,
We just identified the root cause. Actually it seems to be related to the Android 6 upgrade as you assumed as well.
Generally it looks currently like an incompatibility between Android 6 and older versions of SAP Business One.
Please see SAP note 2315171 - Mobile application on Android 6.0 shows "Connection failed" error
In complement to an upgrade we still look for alternative solutions/workarounds. We will update the note in this regard asap.
Best regards, Peter
Message was edited by: Peter Hartwich
Re: Call B1 function Parameter error
Hi Pierrie,
I had tried running the XSL transform , i tired without using the call template output message available for next atom ,but when i include this call template .
<xsl:attribute name="date">
<xsl:call-template name="b1ilib.strgReplace">
<xsl:with-param name="subs" select="'.'"></xsl:with-param>
<xsl:with-param name="var" select="'-'"></xsl:with-param>
<xsl:with-param name="wstrg" select="../@time"></xsl:with-param>
</xsl:call-template>
</xsl:attribute>
following error message accurs
com.sap.b1i.utilities.UtilException: UTE001 Nested exception: com.sap.engine.lib.xml.util.NestedException: Transformer: Could not find specified template in xsl:call-template 'b1ilib.strgReplace'.
Still i hadnt included the B1 function in the process.
Regards:
Navin