cancel
Showing results for 
Search instead for 
Did you mean: 

Best approach for multiple SAP B1 9.1 connection on web platform.

Former Member
0 Kudos

Hello SAP SDK experts,

I am relatively new in this area and I don't know much about how to create a web platform with SAP B1 SDK.

My problem is that there will be multiple user connecting to SAP at same time. So what can be the best approach for me to develop something that could handle multiple connection to SAP B1 and does not effect the performance.

My current database environment is SQL and using SAP B1 9.1.(P.S. DIS is not an option for me.)

Any response will be greatly appreciated.

Kind Regards

Het Parikh.

Accepted Solutions (1)

Accepted Solutions (1)

pedro_magueija
Active Contributor
0 Kudos

Hi Parikh,

Since DI Server is not an option for you, check the B1if. It usually used in integration scenarios but since you can create web-services with it then perhaps it will fit the bill.

I assume you mean MS-SQL and therefore Service Layer is also out of question.

Note that the DI Server addresses the specific issue you mentioned (lots of users with concurrent connections), by discarding it you are taking away perhaps the best option.

Pedro Magueija

LinkedIn | Twitter | Blog

Answers (0)