Hi,
I have an issue in fact with LoadRunner 12.0.2079.0 DisplayName: HP Software Agent for Citrix Presentation Server.
After the MSI is installed on a Windows Server 2008 R2 through SCCM 2012 the application seems to be not working. Apparently the Citrix Admin is not able to communicate with LoadRunner on the server where the MSI was installed.
If I display my MSI log file it will display at the end : MainEngineThread is returning 0
I forgot to menttion that all the Prereqs are already installed prior to install "Agent_for_Citrix_Server.msi"
So how come the MSI was installed successfully but the communication is not happening. How can I check or test on my own if the installation was really successfull locally as I don't have the possibility to have the LoadRunner server side to check unless I ask one fo the Citrix Admins and for that it can take time and obviously there's no more information about the error they have.
The weird thing is if they do a Repair from the Program & Features GUI then the communication works but it does not even works if they repair using the command line using: msiexec.exe /fecmus {ProductCode} /qn /l*v C:\Logs\SoftwareAgentforCitrixServer_12.01_HP_Repair.log
Is there a switch that I need to include on the following silent install command or a post install task ?
This is the installation string that I'm using on SCCM 2012 >> msiexec /i "Agent_for_Citrix_Server.msi" /norestart /l*v C:\Logs\HPSoftwareAgent12.01.log
Thanks in advice.
Joel