07-29-2015, 02:59 PM
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:
password is encrypted with Password Encoder (this is causing issue)
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=1...cid=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.
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=1...cid=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.