第十章 其他注意事项
1. BIP报表常见运行异常
BIP报表需要调用“输出处理提交程序”来完成数据源和模板的结合。
一般BIP报表运行完成后,状态为warning,其原因大概有以下3类:
1."输出提交处理程序"(Output Post Processor)未运行(状态为非active),或者请求未生成结果;
2."输出提交处理程序"(Output Post Processor)正在运行(状态为active),请求未生成结果;
3.并发管理器延时等待"输出提交处理程序"(Output Post Processor)完成该请求;
提示内容:
1. +————- 1) PUBLISH ————-+
Unable to find an Output Post Processor service to post-process request [request_id].
Check that the Output Post Processor service is running.
+————————————–+
…;
2. +————- 1) PUBLISH ————-+
The Output Post-processor is running but has not picked up
this request.No further attempts will be made to post-process
this request, and the request will be marked with Warning status.
Setting the profile option Concurrent: OPP Response Timeout
to a higher value may be necessary.
+————————————–+
3.+————- 1) PUBLISH ————-+
The concurrent manager has timed out waiting for the Output Post-processor
to finish this request.
Check that there are enough Output Post-processor service processes running.