cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Messagelog in B1i

Former Member
0 Kudos

Hello,

we have a B1i-environment which connected 4 Databases. We often get a Error in the Messagelog:

com.sap.b1i.xcellerator.Xce...com.sap.b1i.xcellerator.XcelleratorException:

XCE001 Nested exception: com.sap.b1i.bizprocessor.BizProcException:
BPE001 Nested exception: com.sap.b1i.xcellerator.XcelleratorException:
XCE001 Nested exception: com.sap.b1i.xcellerator.RejectedException:
XCE208 resource is busy B1Server|company = 192.168.1.7|..

B1i-Server

Windows Server Enterprise 2008R2 - 72GB RAM

SQL 20 GB RAM

Tomcat6 (Java) 4096 MB

7 LIVE-Databases, 4 of them in B1i with Szenarios

Does somebody know about the error ?

Best regards

Markus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Markus

Check this note:

http://service.sap.com/sap/support/notes/1993784

Kind regards,

Radek

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

we have currently B1i-Integration 1.20.8

We have 4 differnt DI-Proxies-Services Port 2099, 2098, 2097, 2096.

and set them in B1i-SLD for each different ports.

but what I saw in 3: Using new diproxyserver properties (page 8 of PDF)

Our diproxyserver.properties doesn't include these Parameters:

Open the  diproxyserver.properties file in the ../DIProxy folder:

MAXCONNECTIONS=<number of connections>

SINGLECOMPANY=true/false

MAXACCESES=<number of accesses>

How can I get a newer Version of DIPROXYSERVER.PROPERTIES ??

... or can I fill in the Lines myself ?

Thanks

Markus

bastian_schaefer
Active Contributor
0 Kudos

Hello Markus,

the mentioned error is caused when the DI Proxy is already handling a request. This DI Proxy handling was introduced with B1i for B1 9.0 PL14 to avoid Deadlocks in the B1 database itself due to too many concurrent processes.

Especially for B1i systems handling with more than one B1 company database, it makes sense to work with different DI Proxy instances or DI Proxy groups.

For further details, please check following SAPNote 1993784 and its attached document "HowToUseEnhancedDIAdapter.pdf":

http://service.sap.com/sap/support/notes/1993784

Best regards

Bastian