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

Re: SAP B1 Mobile Apps for android V1.2.2

$
0
0

Hi Bryan,

 

Thanks a lot!

Just wanted to clarify though, what if we are not in a domain?

What would be the value because in the SAP note it says: 'And make sure mobile setting server address is the same as certificate generated domain name.'

Can you please site an example on your scenario?

Would highly appreciate your response.

 

Thanks again!

 

Best regards,

Rob


Re: SAP B1 Mobile Apps for android V1.2.2

$
0
0

For example, before I am using IP to create SSL, like 1xx.1xx.1xx.1xx.

 

Now you must change it to domain name to create SSL, and your mobile apps setting there, server

 

name also need change to domain name, otherwise unable to connect.

 

Mean you must point your server IP to a domain name.

Re: SAP B1 Mobile Apps for android V1.2.2

$
0
0

Hi Bryan,

 

Sorry but i'm kind of lost. Can you give example of a domain name because in our environment we are not in a domain. Maybe i'm thinking of the wrong "domain name".

 

Thanks a lot.

Re: SAP B1 Mobile Apps for android V1.2.2

$
0
0

HI Bacalan,

 

For example, my server public ip is 123.123.123.123

 

But now must use domain name for create SSL,

 

so I go and buy a public domain(mobile123.com) and point it to my server ip 123.123.123.123

 

so when you create the ssl, you need to key mobile123.com to create the ssl.

 

and under mobile setting, you need to key mobile123.com as your server.

 

so when you connect to mobile123.com mean connect to your server.

Re: SAP B1 Mobile Apps for android V1.2.2

$
0
0

Hi Bryan,

 

Now i get it! So mobility is now requiring their customers to buy a domain.

Oh boy! Now we have to explain to clients that they need to pay annually for the public domain just to use the mobility.

Will stick with the older version for now. I hope SAP doesn't implement this permanently.

 

Thank you so much by the way for the quick response. Appreciate it!

 

Best regards,

Re: Server side cannot respond your request (No scenario step (vBIU) assigned for step for sender system (SysId) [0009] [incoming identifier = 'io'])

$
0
0

Hi Samuel,

 

I'm interested if your problem was solved and what was your solution?

 

Kind regards,

 

Marcel

Get data from global tables

$
0
0

Hi,

 

I want to get data from my syspropertiesTable (global table). When i leave out the bold part (and ./col[3]= true), i've got a result. But i want to have conditions on both columns. How can i get it work?

 

 

<xsl:variable name="sysProp" select="document(&apos;/com.sap.b1i.vplatform.scenarios.design/vPac.name/vTbl.SysPropertiesTable.xml&apos;)]"></xsl:variable>

<xsl:variable name="IdReceiver" select="$sysProp//table/row[./col[1]= $msg/BOM/BO/Documents/row/u_field and ./col[3]= true]/col[2]"></xsl:variable>

 

 

 

Kind regards,

 

Nico

Re: Performance issue by B1if_log.ldf

$
0
0

Hi Dan,

 

If you stop the integration service in the windows service manager, does the database continue writing at such high rates?

 

If there are no scenarios activated, there should be very little SQL traffic.

 

There could be a problem with the database itself. SQL could be generating indexes.

I've found that if you have less free space on the server hard disk than the size of the largest database on the disk, SQL can run into problems creating indexes.

 

Regards

Cameron


Re: B1iSN: How to map BPFiscalTaxID under BP Master Data

$
0
0

I haven't received any feedback from SCN yet, now body knows about this?

 

let's make my question easy to understand,

 

according to the query result from the CRD7 table after I created a new BP with TaxId0 on the B1 screen , there is always an additional line with empty address name in the top of the CRD7 table, so my question is that, do I need to prepare a dummy line accordingly in the DTW template? and what is the top line in the CRD7 table it used for?

B1i Sales Order Subdeletion Returns DI Error: (-1029) Field cannot be updated (ODBC -1029)

$
0
0

Hi Specialists,

 

When i m trying to update sales order through B1 Object getting DI Error: (-1029) Field cannot be updated.

DI method is UpdateDocWithSubDeletion. Dont know which field i missed in object template please help me out.

 

 

 

Regards,

Atul.

Re: Read File From FTP

$
0
0

Hi Bastian,

 

 

Thanks for your replies. i need to download all files from ftp. how i will do that.i used to downlad file from Ftp server(Read) but i here mentioned the file name. but i want download file.

 

 

Thanks & Regards

Sampath.P.T

Intercompany G/L Allocation - Jornal Voucher by Branch

$
0
0

Hi,

 

In the intercompany add-on, G/L Branch Allocation, is it possible to create, in the Receiving Company, a journal voucher/entry by Branch Code?

Instead of journal voucher/entry by line in the top matrix of the Sending Company?

 

Thanks in advance.

 

 

Best regards,

Pedro Mariano

Re: Read File From FTP

$
0
0

Hi,

 

I think the best way to download all files is by:

 

Retrieve first a list of files and then download each file.

4-18-2016 9-31-47 AM.png

 

Kind regards,

 

Nico

Exception : DI Error: (-5002) Document rows cannot be closed concurrently with the other document modifications you have made [POR1.LineStatus][line: 5]"

$
0
0

Hi all,

 

 

i am getting following error when i was trying to close the line.

 

Exception : DI Error: (-5002) Document rows cannot be closed concurrently with the other document modifications you have made [POR1.LineStatus][line: 5]"


This is my structure

 

 

<Document_Linesxmlns="">

 

 

<row>

 

 

<LineNum>6</LineNum>

 

<ItemCode>texttt-090-SM</ItemCode>

<Quantity>10</Quantity>

<LineStatus>bost_Close</LineStatus>

</row>

</Document_Lines>




Any one advice how to close this issue.




Thanks & Regards

P.T.Sampath

Receive email through B1if

$
0
0

Hi Experts,

 

Is it possible to receive emails through B1if?

 

Kind Regards,

Vasilis Korolis


Re: Exception : DI Error: (-5002) Document rows cannot be closed concurrently with the other document modifications you have made [POR1.LineStatus][line: 5]"

$
0
0

Hello,

 

You cannot update and close the line in one action.

 

first you will need to update the line and after that close it.

 

Prefer to use a new scenario or queue for each API-call.

 

Regards Teu

Re: B1i Scenario: Picklist update with multiple items

$
0
0

Hello,

 

No solution only a suggestion:

 

Try to add this manually in SBO and then read the Picklistobject which you did update.

Then check the values in the XML with your input values.

 

note: a picklist you can change back to the current state and test to update with b1i.

 

 

 

Regards Teun

Re: Server side cannot respond your request (No scenario step (vBIU) assigned for step for sender system (SysId) [0009] [incoming identifier = 'io'])

$
0
0

Hello Marcel,

 

Don't forget to put : <?xml version="1.0" encoding="UTF-8"?>

before your input -body.

 

That was a mistake i made today.

 

 

Best Regards Teun

Re: B1i Sales Order Subdeletion Returns DI Error: (-1029) Field cannot be updated (ODBC -1029)

$
0
0

Hello Atul,

 

Please post your xml. Else it could be multiple fields.

 

Suggestion is to update only one row? Is this working?

 

Regards Teun

Re: Exception : DI Error: (-5002) Document rows cannot be closed concurrently with the other document modifications you have made [POR1.LineStatus][line: 5]"

$
0
0

Hi Teu,

 

 

I am not update anything. i just want close the line.

 

 

Document_Linesxmlns="">

 

   <row>
<LineNum>6</LineNum>

<LineStatus>bost_Close</LineStatus>

</row>

 

</Document_Lines>




The Above code also not working




Thanks & Regards

P.T. Sampath

Viewing all 973 articles
Browse latest View live


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