Thanks Vipin,
I have tried different options ...looked up some help documents...
Still getting errors...
Below is the script for which it throws errors...
web_reg_save_param("navigateform1",
"LB=c1/",
"RB=/'",
"Ord=1",
"RelFrameId=1",
"Search=Body",
"IgnoreRedirections=Yes",
LAST); web_submit_form
("L0lDU0NTSUpKZ0EhIS9JTlJBQUlnb0FNek1xc0EhL1lCSkp3NDU0NTAtNUZ3ISEvN3QwMDBPQUNPMFVDVEtOVEgxN1FVSDA5Mi9sbFFSbjE1MDQwMDA3",
"Snapshot=t5.inf",
ITEMDATA,
"Name=searchText", "Value=UFO", ENDITEM,
"Name=searchType", "Value=Promos", ENDITEM,
EXTRARES,
------------------------------------------------------
Action.c(101): Error -26377: No match found for the requested
parameter "navigateform1". Check whether the requested boundaries
exist in the response data. Also, if the data you want to save exceeds
596 bytes, use web_set_max_html_param_len to increase the parameter
size [MsgId: MERR-26377]
Action.c(101): Error -26374: The above "not found" error(s) may be
explained by header and body byte counts being 0 and 0, respectively.
[MsgId: MERR-26374]
Action.c(101): web_submit_form
("L0lDU0NTSUpKZ0EhIS9JTlJBQUlnb0FNek1xc0EhL1lCSkp3NDU0NTAtNUZ3ISEvN3QwMDBPQUNPMFVDVEtOVEgxN1FVSDA5Mi9sbFFSbjE1MDQwMDA3")
highest severity level was "ERROR", 0 body bytes, 0 header bytes
[MsgId: MMSG-26388]
----------------------------------------------------------
Action.c(182): Error -26377: No match found for the requested
parameter "CSRule_1_UID102". Check whether the requested boundaries
exist in the response data. Also, if the data you want to save exceeds
436 bytes, use web_set_max_html_param_len to increase the parameter
size [MsgId: MERR-26377]
Action.c(182): web_submit_data
("L0lDU0NTSUpKZ0EhIS9JTlJBQUlnb0FNek1xc0EhL1lCSkp3NDU0NTAtNUZ3ISEvN3QwMDBPQUNPMFVDVEs3VFBQMzQ3RUdSMC84TDlMRjkxNzUwMDA1")
highest severity level was "ERROR", 20838 body bytes, 5951 header
bytes [MsgId: MMSG-26388]
Ending action Action.
-------------------------------------------------------------------
Don't know if anyone has any suggestions/comments or came across issue
like this before.
Thanks everyone for your previous suggestions.
Bobby.
On Jul 9, 12:20 am, vipin kumar <
ravivipin.i...@gmail.com> wrote:
> Hi Bobby,
> Please define the complete "web_submit_form".
> For Example:
> web_submit_form("URL_Name",
> "ActionURL=",
> "Refer=",
> "ContentType=",
> "Snapshot=",
> ITEMDATA,
> LAST);
>
> may i have missed some fields of Web_submit_form.Please check the Vugen help
> for more details.
> if you feel any difficulties...then i have alternative way also.
>
> Thanks,
> Vipin Kumar
>
> 2009/7/9 bobby <
dmcfoot...@gmail.com>