Action.c(672): Registering web_reg_save_param was successful [MsgId: MMSG-26390]
Action.c(679): Registering web_reg_save_param was successful [MsgId: MMSG-26390]
Action.c(686): Registering web_reg_save_param was successful [MsgId: MMSG-26390]
Action.c(694): Registering web_reg_save_param was successful [MsgId: MMSG-26390]
Action.c(700): Registering web_reg_save_param was successful [MsgId: MMSG-26390]
Action.c(707): Registering web_reg_save_param was successful [MsgId: MMSG-26390]
Action.c(714): Registering web_reg_save_param was successful [MsgId: MMSG-26390]
Action.c(721): Error -26377: No match found for the requested parameter "nodeID". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
Action.c(721): Error -26377: No match found for the requested parameter "dealID". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
Action.c(721): Error -26377: No match found for the requested parameter "skillID". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
Action.c(721): web_url("FindJspID.jsp") highest severity level was "ERROR", 23028 body bytes, 141 header bytes [MsgId: MMSG-26388]
Action.c(721): Notify: Transaction "打开工单" ended with "Fail" status (Duration: 0.2597 Wasted Time: 0.0006).作者: faye 时间: 2005-8-30 17:36
错误提示是没有找到参数所在的位置。原因有很多:
1.参数值的字符数过多,按提示要使用web_set_max_html_param_len (我没用过)
2.参数search的页面不对
3.属性值不对。要根据实际情况看了
by the way.我前阵子也是被工单流转的程序折腾惨了。经研究想取其中某个参数基本无望,因为只有一个页面能取到,而那个页面是个列表。。。。。本来准备从数据库取,因为项目原因暂停了。所以嘛。。。