Hi,
I have been following the sample script and applying to a recording of a customized webtop app. I can't seem to get a proper response from the getUID function. I have tried playing around with the variables that are passed to it, but I keep getting the below error from the cmd prompt - and the UID is coming back as 0 every time. During the recording it was coming back as an incrementing integer as expected.
From what I can see the getUID fucntion is prepending the jsess with "28246264", can anyone comment on this?
I'm using Vugen 9.51.
Starting TDfUCFInvoker and waiting for connections at port 7338
Dec 11, 2009 12:56:26 PM com.documentum.qa.tools.ucf.TDfUCFInvokerThread run
INFO: Starting UCF Operation -
Dec 11, 2009 12:56:26 PM com.documentum.qa.tools.ucf.TDfUCFInvokerThread run
SEVERE: For input string: "28246264MyhKLvBFGZLvtpD2dYrprDJjH4X9QqJc75LyVFLs12YTK
t5lXgnj!-1267113852"
java.net.MalformedURLException: For input string: "28246264MyhKLvBFGZLvtpD2dYrpr
DJjH4X9QqJc75LyVFLs12YTKt5lXgnj!-1267113852"
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at com.documentum.qa.tools.ucf.TDfUCFInvokerThread.run(TDfUCFInvokerThre
ad.java:54)
at java.lang.Thread.run(Unknown Source)
Thanks,
Stuart