rockr

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-08
11:57
1117 views
Script fails in BAC.
Hi,
I have a script which runs well in VuGen. But when i try to run it through BAC it fails. I am not sure what might be the reason for failure. Please help me out.
Regards,
Mallesh
I have a script which runs well in VuGen. But when i try to run it through BAC it fails. I am not sure what might be the reason for failure. Please help me out.
Regards,
Mallesh
18 Replies


Fleet Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-08
13:36
Hi ,
please can you provide which type of vugen script uses?
also provide BAC/BPM Vugen version.
Thanks
Haytham Hosny
please can you provide which type of vugen script uses?
also provide BAC/BPM Vugen version.
Thanks
Haytham Hosny
Haytham Hosny
rockr

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-08
14:17
Hi,
Protocol used - oracle web application 11i
Vugen - 9.0
BAC - 6.5
Earlier it used to work, but from past few days its not working.
Thanks,
Mallesh
Protocol used - oracle web application 11i
Vugen - 9.0
BAC - 6.5
Earlier it used to work, but from past few days its not working.
Thanks,
Mallesh


Fleet Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-08
14:28
Hi ,
please do the following procedures:
- try to run the scripts from the BPM it self by invoking the extended tasks
- make sure that the BPM service is running with a valid service account.
Thanks
Haytham Hosny
please do the following procedures:
- try to run the scripts from the BPM it self by invoking the extended tasks
- make sure that the BPM service is running with a valid service account.
Thanks
Haytham Hosny
Haytham Hosny
rockr

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-08
14:33
Hi,
I have tried invoking the tasks manually from BAC also. i tried opening the application manually from location(used for monitoring in BAC) and it is working fine.
Regards,
Mallesh
I have tried invoking the tasks manually from BAC also. i tried opening the application manually from location(used for monitoring in BAC) and it is working fine.
Regards,
Mallesh


Fleet Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-08
14:37
Hi ,
Now , Can you check the reported data into BAC EUM?
Thanks
Haytham Hosny
Now , Can you check the reported data into BAC EUM?
Thanks
Haytham Hosny
Haytham Hosny
rockr

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-09
09:39
Hi,
Only for first transaction, response time is displayed. No response time is displayed for second transaction. I am getting this issue for second transaction.
Thanks,
Mallesh
Only for first transaction, response time is displayed. No response time is displayed for second transaction. I am getting this issue for second transaction.
Thanks,
Mallesh


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-09
16:40
Can you add screenshot of BAC page showing the issue and attach the script?
rockr

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-13
14:29
Hi Guys,
i installed LR 9.0 in the BPM machine and tried to execute the script. But the script fails. Looks like this is not the issue from BAC but from the BPM machine.
I have attached the script and the replay log. I am using Oracle web application protocol.
But when i run the same script from another system, its working fine.
I am not able to figure what exactly is the issue.
i installed LR 9.0 in the BPM machine and tried to execute the script. But the script fails. Looks like this is not the issue from BAC but from the BPM machine.
I have attached the script and the replay log. I am using Oracle web application protocol.
But when i run the same script from another system, its working fine.
I am not able to figure what exactly is the issue.
parkar

Fleet Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-13
16:40
what protocol u r using.record with web(http/html)+ oracle nca
Cheers!
Nvr Blame a day in ur life....... Good day gives "happiness" & Bad day gives "experience" ......
Nvr Blame a day in ur life....... Good day gives "happiness" & Bad day gives "experience" ......


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-13
17:07
It appears that the script ran with BPM cannot login properly. You do not have any text checks but it's failing to find the "US Super HRMS Manager - Inquiry" link which only shows up when you have a successful login (I assume). I don't believe it's BPM machine issue 100% since you can use the browser there to login. You need to find more info on how the manual browser login differs from the Vugen/BPM login.
1. You might want to ensure there's no concurrent login issue that may cause the login failures.
2. If you can reproduce the same failure you attached in this thread, then execute the script in Vugen with extended login enabled. Compare the login HTTP request header with the HTTP header from the recording log. Also compare the HTTP response body to help determine more about the login failure.
3. Try rescripting using HTTP Web/HTML.
1. You might want to ensure there's no concurrent login issue that may cause the login failures.
2. If you can reproduce the same failure you attached in this thread, then execute the script in Vugen with extended login enabled. Compare the login HTTP request header with the HTTP header from the recording log. Also compare the HTTP response body to help determine more about the login failure.
3. Try rescripting using HTTP Web/HTML.
rockr

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-12-13
19:17
Hi,
If i use Web Http/Html, "Javascript enabled browser is required" message is shown in the replay window. The application doesn't even login with this protocol.
Javascript is enabled in my browser(IE 7.0).
I have removed the text checks, the script works fine and i can see the home page in the replay window.
This has something to do with the java, is my guess.
Thanks,
Mallesh
If i use Web Http/Html, "Javascript enabled browser is required" message is shown in the replay window. The application doesn't even login with this protocol.
Javascript is enabled in my browser(IE 7.0).
I have removed the text checks, the script works fine and i can see the home page in the replay window.
This has something to do with the java, is my guess.
Thanks,
Mallesh