cancel
Showing results for 
Search instead for 
Did you mean: 

关于PI time out 设置的问题

0 Kudos

让顾问,您好:

我们有这样一个场景:OA(SOAP)->PI->BPC(SOAP),同步,OA发送一个请求,BPC返回所需的消息。现在有这样一个问题,当BPC返回的数据量不是很大时,这个接口没有任何问题,但是当数据量很大时OA这边由于响应比较慢(可能会timeout),这时就不能正确的把消息发送给OA。这种问题该如何解决?是否需要调整PI这边的设置,把Timeout的时间调长一点?如果是,这个参数在哪里设置?谢谢

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

On Soap sender adapter, goes to Module tab, fill in following in the table:

Module Key: soap

Parameter name: XI.Timeout

Parameter value: xxxx (milliseconds)

On Soap receiver adapter, goes to Module tab, fill in following in the table:

Module Key: soap

Parameter name: XMBWS.Timeout

Parameter value: xxxx (milliseconds)

HTTP time out:

SXMB_ADM-->Integration Engine Configuraion -->Specific Configuration

Add new entry of type RUNTIME, parameter HTTP_TIMEOUT, specify larger value

smicm-> goto -> Service -> Chanage, you have option to change keep alive and max processing time.

以上三个部分可能都需要设置才行,最重要的是你的Sender System的Timeout也要调整,因为以上的设置根本影响不到它。

Regards

Edited by: Liang Ji on Dec 14, 2010 12:11 AM

Answers (1)

Answers (1)

0 Kudos

good