51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

查看: 1828|回复: 1
打印 上一主题 下一主题

[求助] 关联回访报错求助问题原因

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2013-1-15 14:46:15 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
//Correlation comment - Do not change!Original value='' Name ='CorrelationParameter_1'
        web_set_max_html_param_len("999999");
        web_reg_save_param_ex(
                "ParamName=CorrelationParameter_1",
                "LB=ALLOCATIONDETAILSID>",
                "RB=</ALLOCATIONDETAILSID",
                SEARCH_FILTERS,
                "Scope=All",
                "RequestUrl=*/sqlquery.do*",
                LAST);
        //lr_message({CorrelationParameter_1});
        web_custom_request("sqlquery.do_181",
                "URL=http://localhost:8080/fluxWmsV3Serv/sqlquery.do?reqvar=query",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t283.inf",
                "Mode=HTTP",
                "EncType=text/xml; charset=GBK",
                "Body=<?xml version=\"1.0\" encoding=\"GBK\"?>\r\n"
                "<ROOT-INFUT>\r\n"
                " <FUNCTIONNAME>getRecord</FUNCTIONNAME>\r\n"
                " <ENCODING>GBK</ENCODING>\r\n"
                " <OPERATIONNAME />\r\n"
                " <USERID>qujing</USERID>\r\n"
                " <LOGIN-LANGUAGE>CN</LOGIN-LANGUAGE>\r\n"
                " <DBID>GOODBABY</DBID>\r\n"
                " <SERVLETNAME>sqlquery</SERVLETNAME>\r\n"
                " <METHOD-NAME>query</METHOD-NAME>\r\n"
                " <BUSINESS-DATA>\r\n"
                "  <SQL-ITEM />\r\n"
                " </BUSINESS-DATA>\r\n"
                " <EXTEND>\r\n"
                "  <SQL>select  ACT_Allocation_Details.AllocationDetailsID  from ACT_Allocation_Details ACT_Allocation_Details  left join view_uom b on ACT_Allocation_Details.uom = b.uom and ACT_Allocation_Details.packid = b.packid  left join view_uom b1 on b1.uom = 'EA' and ACT_Allocation_Details.packid = b1.packid  left join INV_LOT_ATT INV_LOT_ATT  on INV_LOT_ATT.LOTNUM = ACT_Allocation_Details.LOTNUM  left join BAS_SKU bas_sku  on bas_sku.sku = ACT_Allocation_Details.sku and bas_sku.customerid = ACT_Allocation_Details.customerid  left join BAS_Package BAS_Package on BAS_Package.PackID = ACT_Allocation_Details.PackID  left join doc_order_details doc_order_details on doc_order_details.orderno=ACT_Allocation_Details.ORDERNO and doc_order_details.ORDERLINENO=ACT_Allocation_Details.ORDERLINENO  where ACT_Allocation_Details.OrderNo='SO121130018'</SQL>\r\n"
                "  <SQL-WHERE />\r\n"
                "  <RETURN-COLUMN-NAMES />\r\n"
                "  <PAGEINDEX />\r\n"
                "  <PAGESIZE />\r\n"
                "  <SQL2 />\r\n"
                "  <MAINKEY />\r\n"
                "  <ORDERBYLIST />\r\n"
                " </EXTEND>\r\n"
                "</ROOT-INFUT>\r\n"
                "\r\n",
                LAST);

        //lr_rendezvous("HD1");

        web_custom_request("order.do_62",
                "URL=http://localhost:8080/fluxWmsV3Serv/order.do?reqvar=excuteSPSO_DeAllocation",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t275.inf",
                "Mode=HTTP",
                "EncType=text/xml; charset=GBK",
                "Body=<?xml version=\"1.0\" encoding=\"GBK\"?>\r\n"
                "<ROOT-INFUT>\r\n"
                " <FUNCTIONNAME>excuteProcedure</FUNCTIONNAME>\r\n"
                " <ENCODING>GBK</ENCODING>\r\n"
                " <OPERATIONNAME />\r\n"
                " <USERID>qujing</USERID>\r\n"
                " <LOGIN-LANGUAGE>CN</LOGIN-LANGUAGE>\r\n"
                " <DBID>GOODBABY</DBID>\r\n"
                " <SERVLETNAME>order</SERVLETNAME>\r\n"
                " <METHOD-NAME>excuteSPSO_DeAllocation</METHOD-NAME>\r\n"
                " <BUSINESS-DATA>\r\n"
                "  <SQL-ITEM>\r\n"
                "   <ORDERLINENO>1</ORDERLINENO>\r\n"
                "   <WAVENO />\r\n"
                "   <PROCESSBY>By AllocationDetailsID</PROCESSBY>\r\n"
                "   <ORDERNO>SO121130018</ORDERNO>\r\n"
                "   <AllocationDetailsID>{CorrelationParameter_1}</AllocationDetailsID>\r\n"
                "  </SQL-ITEM>\r\n"
                " </BUSINESS-DATA>\r\n"
                " <EXTEND>\r\n"
                "  <SQL />\r\n"
                "  <SQL-WHERE />\r\n"
                "  <RETURN-COLUMN-NAMES />\r\n"
                "  <PAGEINDEX />\r\n"
                "  <PAGESIZE />\r\n"
                "  <SQL2 />\r\n"
                "  <MAINKEY />\r\n"
                "  <ORDERBYLIST />\r\n"
                " </EXTEND>\r\n"
                "</ROOT-INFUT>\r\n"
                "\r\n",
                LAST);
错误日志:
Starting action Action.
Action.c(46): web_set_max_html_param_len was successful          [MsgId: MMSG-26392]
Action.c(47): Registering web_reg_save_param_ex was successful          [MsgId: MMSG-26390]
Action.c(56): Error -35061: No match found for the requested parameter "CorrelationParameter_1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 999999 bytes, use web_set_max_html_param_len to increase the parameter size          [MsgId: MERR-35061]
Action.c(56): web_custom_request("sqlquery.do_181") highest severity level was "ERROR", 584 body bytes, 219 header bytes          [MsgId: MMSG-26388]
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2013-1-15 15:18:51 | 只看该作者


Starting action Action.
Action.c(8): web_set_max_html_param_len started          [MsgId: MMSG-26355]
Action.c(8): web_set_max_html_param_len was successful          [MsgId: MMSG-26392]
Action.c(9): web_reg_save_param_ex started          [MsgId: MMSG-26355]
Action.c(9): Registering web_reg_save_param_ex was successful          [MsgId: MMSG-26390]
Action.c(20): web_custom_request("sqlquery.do_35") started          [MsgId: MMSG-26355]
Action.c(20): t=477ms: Connecting [0] to host 127.0.0.1:8080          [MsgId: MMSG-26000]
Action.c(20): t=481ms: Connected socket [0] from 127.0.0.1:2207 to 127.0.0.1:8080 in 0 ms          [MsgId: MMSG-26000]
Action.c(20): t=485ms: 291-byte request headers for "http://localhost:8080/fluxWmsV3Serv/sqlquery.do?reqvar=query" (RelFrameId=1, Internal ID=1)
Action.c(20):     POST /fluxWmsV3Serv/sqlquery.do?reqvar=query HTTP/1.1\r\n
Action.c(20):     Content-Type: text/xml; charset=GBK\r\n
Action.c(20):     Cache-Control: no-cache\r\n
Action.c(20):     User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT)\r\n
Action.c(20):     Accept-Encoding: gzip, deflate\r\n
Action.c(20):     Accept: */*\r\n
Action.c(20):     Connection: Keep-Alive\r\n
Action.c(20):     Host: localhost:8080\r\n
Action.c(20):     Content-Length: 558\r\n
Action.c(20):     \r\n
Action.c(20): t=544ms: 558-byte request body for "http://localhost:8080/fluxWmsV3Serv/sqlquery.do?reqvar=query" (RelFrameId=1, Internal ID=1)
Action.c(20):     <?xml version="1.0" encoding="GBK"?>\r\n
Action.c(20):     <ROOT-INFUT>\r\n
Action.c(20):      <FUNCTIONNAME>getRecord</FUNCTIONNAME>\r\n
Action.c(20):      <ENCODING>GBK</ENCODING>\r\n
Action.c(20):      <OPERATIONNAME />\r\n
Action.c(20):      <USERID>wpsadmin</USERID>\r\n
Action.c(20):      <LOGIN-LANGUAGE>CN</LOGIN-LANGUAGE>\r\n
Action.c(20):      <DBID>WMS</DBID>\r\n
Action.c(20):      <SERVLETNAME>sqlquery</SERVLETNAME>\r\n
Action.c(20):      <METHOD-NAME>query</METHOD-NAME>\r\n
Action.c(20):      <BUSINESS-DATA>\r\n
Action.c(20):       <SQL-ITEM />\r\n
Action.c(20):      </BUSINESS-DATA>\r\n
Action.c(20):      <EXTEND>\r\n
Action.c(20):       <SQL>select qty from view_uom a   </SQL>\r\n
Action.c(20):       <SQL-WHERE />\r\n
Action.c(20):       <RETURN-COLUMN-NAMES />\r\n
Action.c(20):       <PAGEINDEX />\r\n
Action.c(20):       <PAGESIZE />\r\n
Action.c(20):       <SQL2 />\r\n
Action.c(20):       <MAINKEY />\r\n
Action.c(20):       <ORDERBYLIST />\r\n
Action.c(20):      </EXTEND>\r\n
Action.c(20):     </ROOT-INFUT>\r\n
Action.c(20):     \r\n
Action.c(20): t=681ms: 219-byte response headers for "http://localhost:8080/fluxWmsV3Serv/sqlquery.do?reqvar=query" (RelFrameId=1, Internal ID=1)
Action.c(20):     HTTP/1.1 200 OK\r\n
Action.c(20):     Server: Apache-Coyote/1.1\r\n
Action.c(20):     Set-Cookie: JSESSIONID=5C58E4A709770A198621546A735450E4; Path=/fluxWmsV3Serv\r\n
Action.c(20):     RESULT: 10\r\n
Action.c(20):     Content-Type: text/html\r\n
Action.c(20):     Content-Length: 620\r\n
Action.c(20):     Date: Tue, 15 Jan 2013 07:14:37 GMT\r\n
Action.c(20):     \r\n
Action.c(20): t=727ms: 620-byte response body for "http://localhost:8080/fluxWmsV3Serv/sqlquery.do?reqvar=query" (RelFrameId=1, Internal ID=1)
Action.c(20):     <?xml version="1.0" encoding="GBK"?>\r\n
Action.c(20):     <ROOT-OUT>\r\n
Action.c(20):       <RETURN-DATA DATA-SIZE="1">\r\n
Action.c(20):         <DATA-ITEM>\r\n
Action.c(20):           <QTY>1</QTY>\r\n
Action.c(20):         </DATA-ITEM>\r\n
Action.c(20):       </RETURN-DATA>\r\n
Action.c(20):       <RETURN-MESSAGE>\r\n
Action.c(20):         <MESSAGE-ITEM>0000Get Record Success,Return 1 Records.</MESSAGE-ITEM>\r\n
Action.c(20):         <MESSAGE-CODE>0000</MESSAGE-CODE>\r\n
Action.c(20):         <MESSAGE-MESSAGE>0000Get Record Success,Return 1 Records.</MESSAGE-MESSAGE>\r\n
Action.c(20):         <MESSAGE-SQL />\r\n
Action.c(20):         <MESSAGE-TOTALCOUNT>1</MESSAGE-TOTALCOUNT>\r\n
Action.c(20):         <MESSAGE-PAGEINDEX>1</MESSAGE-PAGEINDEX>\r\n
Action.c(20):         <MESSAGE-PAGESIZE>100</MESSAGE-PAGESIZE>\r\n
Action.c(20):         <MESSAGE-MAINKEY />\r\n
Action.c(20):         <MESSAGE-ORDERBYLIST />\r\n
Action.c(20):       </RETURN-MESSAGE>\r\n
Action.c(20):     </ROOT-OUT>\r\n
Action.c(20):     \r\n
Action.c(20): t=851ms: Request done "http://localhost:8080/fluxWmsV3Serv/sqlquery.do?reqvar=query"          [MsgId: MMSG-26000]
Action.c(20): Error -35061: No match found for the requested parameter "CorrelationParameter_1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 9999999 bytes, use web_set_max_html_param_len to increase the parameter size          [MsgId: MERR-35061]
Action.c(20): web_custom_request("sqlquery.do_35") highest severity level was "ERROR", 620 body bytes, 219 header bytes          [MsgId: MMSG-26388]
Ending action Action.
Ending iteration 1.


关联左右边界应该没问题
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-5-5 04:41 , Processed in 0.069184 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表