Micro Focus QTP (UFT) Forums
'Timing Out' problem with QTP / Siebel - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: 'Timing Out' problem with QTP / Siebel (/Thread-Timing-Out-problem-with-QTP-Siebel)



'Timing Out' problem with QTP / Siebel - arwilson80 - 06-06-2008

I am having an extremely wierd problem when running a script via QTP (8.2 SP2 & 9.5) using the Siebel 8.0 Add-in.

I have the following lines of code...
Code:
[b]1)[/b][i]SiebApplication("Siebel Employee Relationship").SiebScreen("Activity").SiebView("Activities").SiebApplet("Activity").SiebList("List").SiebPicklist("Status").Select "Closed"[/i]

[b]2)[/b][i]Browser("Siebel Employee Relationship").Dialog("Microsoft Internet Explorer").Activate[/i]
[b]3)[/b][i]Browser("Siebel Employee Relationship").Dialog("Microsoft Internet Explorer").Static("Changing the Status of").Check CheckPoint("Changing the Status of_2")[/i]
[b]4)[/b][i]Browser("Siebel Employee Relationship").Dialog("Microsoft Internet Explorer").WinButton("Cancel").Click[/i]

When the script gets to line 1 it selects the value 'Closed' and the pop-up window appears, but it gets 'stuck' at this point and although the pop-up window is displayed QTP cannot get to it. QTP displays the error 'the request timed out'.

If i stop the script and use 'Run from Step' on lines 2-4 they complete successfully.

I can get past the problem using the 'Recovery Scenario', but i would like to be able to do a checkpoint on the text that is in pop-up box.

Can anyone help? Sad

Siebel is the only Add-in selected.


RE: 'Timing Out' problem with QTP / Siebel - somisays - 06-06-2008

Hi,
Try using Wait(5) method.


RE: 'Timing Out' problem with QTP / Siebel - arwilson80 - 06-06-2008

Have tried that... Sad

Regardless of what i have tried this far it get's stuck on line 1

Wait
Sync
Even tried 'SetText' instead of 'Select'


RE: 'Timing Out' problem with QTP / Siebel - Smita Dash - 08-17-2009

Hi,

Did u find any good solution to this problem as me also facing same issue for very long time.