Article Steve Wilson · Oct 13, 2022 3m read Saving to a PDF file causes Edge to Crash – AcroPDFImpl64.dll fault I have recently come across a problem saving TrakCare reports as PDF files while using the MS Edge browser on a Windows 10 PC. Whenever a user selected the Save to PDF option the window Tab would crash and reset. The event was trapped and viewable in the Windows Events Viewer and showed a Fault in the AcroPDFImpl64.dll. #Microsoft Windows #Security #Tips & Tricks #TrakCare 1 0 0 1.8K
Article Steve Wilson · Feb 3, 2017 3m read Using Named Pipes in InterSystems Caché Points to remember before you start: It is not possible in a COS (Caché Object Script) job/process context to have multiple Named Pipes. It is a one Named Pipe per job/process limited line of communication. Named Pipes, in Caché, like most pipes on most operating systems are Unidirectional. That means you open them for either Read or Write, but not both. #Code Snippet #ObjectScript #Tips & Tricks #Caché 3 0 0 774
Article Steve Wilson · Nov 3, 2016 2m read How to convert LDAP date time stamps into Cache $HOROLOG I was recently asked whether we have a function to convert LDAP date time stamps into $HOROLOG format or other formats and the answer is not at the moment, but there is a simple method to do the conversion.Let us look at the facts and figures involved...1) Active Directory's (AD) date 0 (zero) is 1601-01-01 00:00:00.000 or January 1st, 1601 at midnight (00:00:00)2) AD timestamps are calculated as the number of 100 nanosecond intervals from date 03) 864000000000 is the number of 100 nanosecond intervals per day #Caché #ObjectScript #Security #LDAP #Tips & Tricks 6 1 0 1.1K
Article Steve Wilson · Sep 23, 2016 2m read Windows 7 performs shutdown too fast for Cache to close and so it gets forced down Windows 7 and some other Microsoft Operating Systems can shutdown too fast for large applications, such as a Cache instance with a large amount of data and changes, to close gracefully. #Caché #Compatibility #Ensemble #System Administration 7 9 0 2.2K