Requirement is to run test a hosted web application (server 1) through automated test scripts (stored in server 2) and store the results in a seperate server (server 3).
When I am running the automated test scripts from server 2, results appear in the report hosted in server 3.
However, when I am trying to run all these through BigFix it does not work. I have bigfix installed on server 4. I have written action script to run the automated test scripts through msiexec.
Reports are not getting generated in the report server.
Inside the automated test scripts, I am mentioning the report server name through some alias. its like -: Action script -> msiexec -> Automated test scripts.usr -> Report server. Since all these are in the same n/w I suppose it should work. Also, had there been problem in accessing the report server, the task would have failed.
can anyone help me identify the areas/reasons where the problem might be? I dont have limited access to BES server and report server.
To be put in simple, I am running a QTP(Quick test Professional) script (.usr file) through BigFix using msiexec. The destination machine where I am running has QTP installed on it so I never face problem while executing the file manually.
when I run it through BigFix, a window pops up on the destination server which says “This installation package could not be opened. Contact the application vendor to verify this is a valid Windows Installer Package”. Please help me to find a solution
Can you show us the actionscript or script that you are running?
If you are running this through the BigFix Agent, then the issue is probably that the agent runs as the SYSTEM account and thus doesn’t have access to network resources (unless you make a null session share)…