|
//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] |
|