Looking at it, it appears you are submitting the same data over and over again. The only parameter I saw for substitution was "first name" where you direct it to pull from a list under {newparam} ... if it is submitting the same data (and you have ran the VUGEN script multiple times} it could have simply ran out of names to insert for first name and is instead overwriting the current data, which makes it appear to not update anymore. Do you understand what I mean? This is the only thing I could imagine as to why it is not updating ... as long as you are connecting to the database (able to verify through VUSER log) and it executes the actions without fail, it could be functionaling properly, but not inserting new data as opposed to overwriting older data.
↧