|
3#
楼主 |
发表于 2011-11-11 13:09:16
|
只看该作者
web_reg_find("Fail=NotFound",
"Search=Body",
"SaveCount=LoginCount",
"Text={userName}",
LAST);
if (atoi(lr_eval_string("{LoginCount}"))>0)
{
lr_end_transaction("LoginTransaction",LR_PASS);
}
else
{
lr_end_transaction("LoginTransaction",LR_FAIL);
Login.c(162): web_concurrent_end was successful, 8537 body bytes, 907 header bytes [MsgId: MMSG-26386]
Login.c(166): Notify: Parameter Substitution: parameter "userName" = "lingceshi"
Login.c(166): Registering web_reg_find was successful [MsgId: MMSG-26390]
Login.c(173): Error -26366: "Text=lingceshi" not found for web_reg_find [MsgId: MERR-26366]
Login.c(173): Notify: Saving Parameter "LoginCount = 0"
Login.c(173): web_url("dashboard.do") highest severity level was "ERROR", 12153 body bytes, 175 header bytes, 20 chunking overhead bytes [MsgId: MMSG-26387]
Login.c(173): Notify: Transaction "LoginTransaction" ended with "Fail" status (Duration: 0.5546 Wasted Time: 0.0001).
Ending action Login. |
|