![]() |
UFT 12.02 encrypted password for ALM connection issue - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: UFT 12.02 encrypted password for ALM connection issue (/Thread-UFT-12-02-encrypted-password-for-ALM-connection-issue) |
UFT 12.02 encrypted password for ALM connection issue - psova - 07-29-2015 Hi All, I am using AOM to connect UFT to ALM. When non encrypted password is used everything is fine, UFT connects successfully, but when the encrypted password is used, UFT crashes with issue description bellow. Here is the line of code I am using for connection to ALM password is not encrypted: Code: objUft.TDConnection.Connect server, domain, project, username, password, False password is encrypted with Password Encoder (this is causing issue) Code: objUft.TDConnection.Connect server, domain, project, username, password, True Problem signature: Problem Event Name: APPCRASH Application Name: UFT.exe Application Version: 12.0.2181.0 Application Timestamp: 546a0254 Fault Module Name: StackHash_92f5 Fault Module Version: 6.1.7601.18798 Fault Module Timestamp: 5507b3e0 Exception Code: c0000374 Exception Offset: 000cea0b OS Version: 6.1.7601.2.1.0.256.4 Locale ID: 2057 Additional Information 1: 92f5 Additional Information 2: 92f56b11554eb8f0a5a3b3e2866dd4cd Additional Information 3: 3946 Additional Information 4: 3946680194bb931ae0a4cccb43a478f3 Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409 If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txt Any idea how to debug? Is this a known issue? Thank you for your time and effort. |