Posts

Showing posts from 2020

Outlook Application Error - Faulting module name: OUTLMIME.DLL

Image
 Outlook Application Error and Crash When Account is IMAP When using an Outlook email account that is IMAP, connected to COX internet, you try to delete messages or open messages in the trash, the application freezes up and crashes.  Re-installing Office does not remedy the situation, reinstalling the IMAP email profile does not help either.  The windows event log shows this: The solution is to edit the user's email profile and add "Inbox" to the Root folder path. In the account settings, under "More Settings..." in the Advanced Tab, you will find this: Insert "Inbox" into the "Root Folder Path" like this; Furthermore, Run the ScanPST.exe inbox repair tool to verify and repair the .OST file.

Ellie Mae Encompass - Top Ten List of Failures and Fixes

Image
  Here's A List of Our Best Ellie Mae Encompass Issues and Fixes 1) Cannot Print from eFolder Fix #1 The Fix is to make Adobe Reader the Default Adobe PDF application handler in windows, plus open Adobe Acrobat and then Edit -> Preferences then uncheck "enhanced security" and "protected mode at startup" checkboxes.  2) Printer Not Activated - Error Code -20 See the previous blog entry about this one. 3) Encompass Crashes when you Use Services such as Credit Check or Employment Verification When you use services that will product a document that is then saved to efolder, you get a application crash.  The issue is often not reproducible. But will happen about 75% of  the time. Solution: Remove the application compatbility flags in the windows registry that contain reference to Adobe Acrobat Here's The Solution Navigate to the following registry locations, using regedit.exe   HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers IgnoreFre

Ellie Mae Encompass: Printer Not Activated, error code -20

Image
When Printing Custom Forms, It Fails To Print with "Printer Not Activated" While printing custom forms from Encompass, all of a sudden it stops being able to print forms and shows "Printer Not Activated, error code -20" It may have worked fine last week, but now it does not.  The solution is to create a windows registry key as follows. Printer Not Activated. Windows cannot print due to a problem with the current printer setup Form Failure Report The Solution Create A registry entry as follows using regedit.exe use regedit.exe to get this key made Set the permissions. That's all it takes. Many Thanks This tech solution was brought to you by the top Ellie Mae / ICE Encompass tech support masters in Orange County, California.  Bare Wire Networks Corp is home to the best Encompass administrators , and is well known for the top tech support talent.    

Ellie Mae Encompass: Failed to Print to EFolder

Image
  Ellie Mae Encompass: Failed to Print to EFolder One of the more recent mysterious failures of Encompass has been a failure to print to the EFolder.  This is usually caused by an errant Windows Update that bodged the EFolder Printer settings.  When using the EFolder, you will see "StartDocPrinter Error = 63" Sometimes you will see this error = 63 Othertimes you will see this error = 63 Other times you will see this error The correct fix is to change the checkbox to EDCPort To Find the Encompass EFolder Properties page, you should type "Printers" in the start menu, then open the printers and devices dialog.  Open the "Encompass EFolder", then "printer properties", then Ports. Then change the checkbox to "EDCPort" Many Thanks This solution was brought to you by the top Ellie Mae Encompass tech support masters in Orange County California.   Bare Wire Networks Corp employs the best Encompass administrators , and is well known for the top t

Office 365 Rollback

Office 365: "C:\Program Files\Common Files\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update user updatetoversion=16.0.12827.20470 Office 2016: "C:\Program Files\Common Files\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update user updatetoversion=16.0.12827.20470 See the Reddit Post https://www.reddit.com/r/sysadmin/comments/hrq0mn/outlook_immediately_crashing_on_open_after/fy5nnx2/

.htaccess cook book, examples, and favourites

Image
All of My Favourite .HTAccess Examples Wildcard Domain Example #1 This will take your URL request, for anything.dummysite.com and redirect to dummysite.com/anything/index.html.  Combined with an CNAME Record for @ #### URL Rewrite Handler for Subdomains (by Randall Krause) #### RewriteCond %{HTTP_HOST} !^www\.dummysite\.com$ RewriteCond %{HTTP_HOST} ^(\w+)\.dummysite\.com$ RewriteCond %{REQUEST_URI}:%1 !^/([^/]+)/([^:]*):\1 RewriteRule ^(.*)$ /%1/$1 [QSA] Wildcard Domain Example #2 What this does is if user visits: test.example.com, it will show contents of file: example.com/user/profile.php?name=test. If someone goes to lol.example.com, it will show page: example.com/user/profile.php?name=lol but the URL will remain the same with the subdomain, like test.example.com and lol.example.com. RewriteCond %{HTTP_HOST} !^www\.example\.com RewriteCond %{HTTP_HOST} ([^.]+)\.example\.com [NC] RewriteRule ^/?$ /user/profile.php?name=%1 [L] Single Argument Example ## example:  http://dummysite.com

Wordpress Showing Insecure Icon in Address Bar When Using https

Image
Wordpress Site Shows Insecure Icon in Browser Address Bar When Using https Here's a common scenario: you build a new wordpress site, and then decide to turn on https after it's fully built, as a result some of your image assets are still referenced with http vs https.  Chrome and Firefox will show "insecure" when they are loaded.  This is how to change that broken lock symbol to a closed lock symbol. How to Fix There are add-ons that will try to fix this or you can use URL re-writing, or you could edit the SQL database records and change all http to https.  My preferred method is to dump the WP_POSTMETA and WP_POSTS tables from the Wordpress SQL database, then edit the dump files with vim, then load them back in. Dump The Tables Dump the Tables The dump Files Using VIM to edit Use this VIM command Import them now using source command in mysql Summary SSH into your server, then dump the tables, then use vim to search and replace

Top Ten Newfangled Concepts in HTML User Interface Design

My List of Newfangled Concepts in HTML User Interface Design 1) React Web Framework or React JS React is one of the newest kids on the block when it comes to user interface design and development for HTML pages. It was launched in May 2013. See the tutorial below. I am seeing more and more job ads calling for React programmers.  React is free to all. It even has a github where you can get more of it. https://reactjs.org/ https://reactjs.org/docs/add-react-to-a-website.html#add-react-in-one-minute https://github.com/facebook/react/ 2) Angular JS Web Framework Another new kid on the block.  Angular JS is now obsolete and Angular Web is the new defacto kid on the block. 

Find and Remove Incorrect Office 2019 Keys

Image
Find and Remove Incorrect Office 2019 Keys Remove a bad key that you installed previously. Using cmd.exe DOS prompt in elevated mode. in this directory C:\Program Files\Microsoft Office\Office16 Office 2016 / 2019: C:\Program Files\Microsoft Office\Office16 or C:\Program Files (x86)\Microsoft Office\Office16 Office 2013: C:\Program Files\Microsoft Office\Office15 or C:\Program Files (x86)\Microsoft Office\Office15 look for ospp.vbs Looking for ospp.vbs Show the keys Now you can check the license status by running the script called ospp.vbs, which is located in your Office program folder. cscript ospp.vbs /dstatus (will show you the keys circled) Remove the keys To remove your Office product key, you need to use the /unpkeyswitch, along with the last 5 characters of the product key. cscript ospp.vbs /unpkey:{last five characters of product key} Using key tool See: https://www.top-password.com/blog/remove-license-product-key-for-office-2016-2013/

How to Convert Cisco 7965G from SCCP to SIP Firmware Load

SIP Firmware Load on Cisco 7965G First Step is to get the firmware from 3CX Then follow these steps: When SCCP is loaded:     Complete the following steps:     Unplug the power cable from the phone, hold dows the # key, and     then plug the power cable in again.     The phone begins its power up cycle.     Release the # key after the Speaker button is no longer     lit.     You should see the following message on the phone:     "Reset key sequence detected"     Press 123456789*0# within 60 seconds after the Headset, Mute,     and Speaker buttons begin to flash.     If you enter this key sequence correctly, the phone displays     this prompt:     Keep network cfg? 1 = yes 2 = no     In order to maintain the current network configuration settings     for the phone when the phone resets, press 1. In order to reset the     network configuration settings when the phone resets, press 2. After SIP is loaded: Unlock the Config and Set the TFTP

How to Make A Self Signed SSL Certificate Using apache openssl

Image
Make Your Own Self Signed Certificate Using openssl Step 1: use openssl command this will make a new key called server.key and a new certificate called server.crt. the expiration will be 2 years from now. openssl req -x509 -nodes -days 730 -newkey rsa:2048 -keyout server.key -out server.crt openssl session This command will make a file called server.key, containing your private key, with no password, and a server certificate called server.crt. Make a Certificate Request and A Password Protected Private key openssl req -new -passout pass:"Secret" -keyout priv-pass.key -subj "/CN=asterisk.elevendimensions.com" -out server.csr -sha512 -newkey rsa:2048 making a new private key with password=Secret Decrypt the private key with your password openssl rsa -in priv-pass.key -passin pass:'Secret' | head -n2 decrypting the key References https://www.sslshopper.com/article-how-to-create-and-install-an-apache-self-signed-certificate.html

Ellie Mae Encompass - Cannot Initialize MS Word

Image
While Printing Custom Forms It Fails with "Cannot Initialize MS Word" This Fix Below: When you try to print custom forms from the E-folder, A pop-up appears that says: "The Application cannot initialize Microsoft Word. Please Confirm that MS Word is properly installed before opening custom letters." Good Luck Fixing This While you may have been able to print yesterday, and Microsoft Word is already installed and is working fine.   This is an error that is often impossible to fix, and is usually due to the issues within the registry and Microsoft word, Good Luck! 1. When attempting to print a custom doc in Encompass, change the Options drop down box, located at the bottom right of the Encompass Print window, to "Print forms with field IDs" . 2. Next, click the Preview button at the bottom of the Encompass Print window. 3. Once Microsoft Word opens up, change the view from Read Mode to Print Layout (lower right corner of the Word document). 4. Cl

Ellie Mae Encompass: Crashes While Printing Custom Forms, NTDLL or App Compatibility Flag Issue

Image
When Printing Custom Forms in Ellie Mae Encompass you see Form Failure With Office 2013 or Office 2016, you may suddenly start seeing failures to print custom forms. The fix is very simple.  There are several things to try.  Before you do this, make sure that Adobe Reader is the default PDF viewer, and the App Compatibility flags are not set. Ellie Mae support article 30494 describes the solution to fix your problem.    The solution is to use the Windows Registry Editor (regedit.exe) to remove the registry entries that you see below in the image.   The final step is to open Microsoft Word and change the print layout settings back and forth. Good Luck, if this helps, then leave a comment below! Delete App Compatibility key Step 1: Open Microsoft Word, open a new document in Word, then find the Read Mode and Print Layout buttons in the lower right corner of your Word Document. Press Read Mode, then Press Print Layout. Press 1, then press 2 Step 2: Leave Microsoft Word

Shoretel Director - Locked Out Until Full License Compliance Has Been Restored. Get Back In!

Image
Suddenly Without Warning You Are Locked Out of Shoretel Director You or your phone system administrator has made a change that violated your licensing, such as added softphones or granted some user Workgroup Supervisor roles. And 45 days went by and nobody noticed the red warning banner. Now you are locked out for good.  That's real cute , thanks guys. You need to call Shoretel TAC to unlock it. You may even need to call your "partner" Grrrr....  Unfortunately, the only fix is to add more licences to come into compliance again.  Furthermore, you may have to pay for another compliance token.  Fortunately, there IS another way to weasel your way back into Shoretel Director so you can comply with the licencing.  Our method of weaseling back in is to edit the MainFrame.asp front end director landing page.  First step is to use RDP to logon to the console of your HQ server.  In this excercise, we will show you how to do this with Shoretel 14.2 (build 19.82)  This method

Shoretel CDR Database Schema Upgrade 19.XX to 21.82

Schema Upgrade Script Before Import Old Records Immediately after upgrading from Shoreware 19.XX to Shoreware 21.82, you will want to import your old CDR records.  Before you can do that, you must upgrade the old CDR records by adding some new fields.  My upgrade script will take your old CDR and add those fields.  To use it, import your old CDR into a stand-alone mysql instance and then upgrade it using my handy script, then export it out, finally import the records into your Shoreware director. Create a Stand-alone Instance of the CDR database 1 2 3 4 5 drop database shorewarecdr; CREATE DATABASE shorewarecdr; GRANT ALL ON shorewarecdr.* TO st_cdrreport@localhost IDENTIFIED BY 'passwordcdrreport' ; GRANT ALL ON shorewarecdr.* TO `root`@` 127 . 0 . 0 . 1 ` IDENTIFIED BY 'passwordcdrreport' ; FLUSH PRIVILEGES ; Upgrade the old CDR 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32

Wordpress wp-members customization - login failure message

Image
How to Change the Message Displayed to Users When They Logon to WP-MEMBERS pages The default link shown to users when they fail to logon is just URL/wp-profile which is just plain stupid. You can change it to a custom logon page. You will be editing these files: dialogs.php , class-wp-members.php and  api-forms.php full paths: ./wp-content/plugins/wp-members/includes/api/api-forms.php ./wp-content/plugins/wp-members/includes/class-wp-members.php ./wp-content/plugins/wp-members/includes/legacy/dialogs.php Step1: Add a handler in api-forms.php If you have a php file called login.php then it will show this link in the failure message. Add this near the bottom of the file. ...append this function to the end of api-forms.php... 1 2 3 4 5 6 7 8 9 10 11 12 function my_login_failed_msg ( $ str ) { // The generated html for the login failed message // is passed to this filter as $str and includes the // formatting tags. You can change it or append

The QuickBooksDBXX service on Local Computer started and then stopped

Image
The QuickBooks Database Service Just Starts and Then Stops A typical small business scenario is to run everything from their Windows Domain Controller, using something like Small Business Server, or just using a single DC in a file server and QB server role. Sometimes the QB Database server will fail to start due to the competition for port 53, that it shares with the DNS server.   The fix is to stop the DNS Server service then start up the QB services first, finally start the DNS Server service.  There is some terrible advice on Intuit's own website. It's just plain wrong.  Do not try to reinstall Quickbooks Server.  The solution is to delay the start of DNS services, and to change the service user of the QB servers to QBDataServiceUserXX

TDI Media Driver Service won't start after upgrade to Version 21.82.2123.0

Image
TDI Media driver service won't start after upgrade to version 21.82.2123.0 This note applies to Shoretel Servers running on Windows Server 2008 R2 Enterprise. Shoreware TDI Media Driver Service fails to start because of a digital signature issue. Resolution: Install the microsoft patch that adds SHA-2 certificates on new .sys drivers after jan 1, 2016. Or just use the old pre-2016 version of TDIMedia.sys Resolution Your system will require the patches if your server is running Windows Server 2008 R2 Standard or Enterprise. See Advisory 3033929 then download and install the patches as needed, then reboot. for 2008 Server R2 https://www.catalog.update.microsoft.com/Search.aspx?q=3033929 Or for 2008 Server https://www.catalog.update.microsoft.com/Search.aspx?q=2763674 https://technet.microsoft.com/en-us/library/security/3033929 https://support.microsoft.com/en-us/kb/2763674 References: https://www.reddit.com/r/shoretel/comments/4abmu8/help_shoretel_tdi_media

You Get Kicked Out of Encompass When Printing Forms or running MAVENT

Image
Encompass Quits Suddenly When Printing Forms the Second Time Suddenly and without warning the app just quits right after printing a custom form. It usually happens when you print for the second time.   The first time you print the form and show it to your Encompass expert it works fine. Then you try it again after she leaves, then it happens.   The Fix is to edit the windows registry and delete the App Compatibility flags. Another scenario is when you run MAVENT services or pull credit from Informative Research, suddenly Encompass just quits without warning. Fix for Printing when it just quits suddenly or you get kicked off Steps: 1.  open regedit.exe 2.  open key Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers delete the key within this branch. 3. and then open key Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers delete any encompass.exe related keys within this br