Hi community,
I'm new to Documentum and this forum and hoping that someone may have come across a similar issue.
I have downloaded and installed and tried to follow all the recommendations provided by the EMC.
Installed the EMCDocumentum.cor file.
I find on replay that some of the dynamic content that was captured is now not being found and the script fails with
"check whether the requested boundaries exist in the response data."
Sample of the web_reg_save_param_ex calls being used. note these were all added in with the correlations engine form the rules loaded from the .cor file.
web_reg_save_param_ex(
"ParamName=SerialNumber_14",
"LB/IC=name='__dmfSerialNumber' value='",
"RB/IC='",
SEARCH_FILTERS,
"Scope=Body",
"RequestUrl=*/launchLocator.jsp*",
LAST);
Now when I check the returned content from the server I can see the returned value with the left and right boundaries being identical to what is in the "web_reg_save_param_ex" function. All these parameters were recorded but not replaying as they cant be found in the returned content from the server.
There are 2 area's that are causing me grief the first being the way web_reg_save_param_ex is capturing content for "__dmfRequestId" and "__dmfSerialNumber' value=".
I'm still trying to get my head around what the "Serial Number" is used for and if it trully needs to be parametised.
I'm using LoadRunner 11 with SP3 and running against Documentum version 6.0.0.152 of the Content server and 6.0.0.113 SP1 of the Web Application. Recording using Windows Xp image and IE8.
Is anyone able to provide some insight into what I may have done wrong with either my recording or patametising? Would greatly appreciate any assistance.
Regards
Sinisha