3
I have a VM running Windows Server 2008 and there is a web application deployed on a Tomcat instance that is installed on that machine. Tomcat is configured to run as a service on behalf the local administrator.
There is a feature in this application that offers the conversion of Microsoft Office files to a PDF format. Basically it uses the Tomcat user as the interactive user to open Office applications, such as Excel, and to use the opened Office application Save as PDF
feature.
Issue Description
The dilemma is that when I use Remote Desktop Donnection to connect to that VM using a certain username and password, the conversion works successfully, but when QA connects to the VM, using the SAME username and password as I use, the conversion gets stuck.
I have to reconnect and kill the Excel process and use the conversion feature to get it to work successfully.
What could be the security difference between connecting from my PC and the QA PC, we are running the same OS (Windows 7), connected to the same network.
no i am using the same username and password, and that user we both use is the administrator account. – QuakeCore – 2015-10-18T09:03:59.027
As an aside: Java Apache POI Excel save as PDF.
– Arjan – 2015-10-18T09:32:10.007