Difference between revisions of "Troubleshoot regify client"

From regify WIKI
Jump to navigation Jump to search
 
(81 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== usage ==
+
==General troubleshooting==
  
'''Problem'''
+
===How to use gmail account with SMTP (standalone)?===
 +
The regify SMTP engine supports all major SMTP authentication options, except OAuth 2.0. Since [https://workspaceupdates.googleblog.com/2023/09/winding-down-google-sync-and-less-secure-apps-support.html?sjid=4173040107732191741-EU google announced to only support OAuth 2.0 for SMTP authentication from mid 2024], it now may be impossible to use the standalone SMTP engine of the regify client for gmail users. However, the authentication methods described by Google in the article as ‘antiquated’ are still the official standard and are still accepted by close to all other market participants (except Microsoft and Google).
  
Im not able to send SMTP mails using a google mail account.
+
Please consider using Outlook 2019/2024 or Thunderbird as email client. regify offers Add-Ins for both email applications. For Outlook, the Add-In is contained in the regify client setup. For Thunderbird you can find it in the add-on store of Thunderbird.
  
'''Solution'''
+
As a last option, you can also send regimails directly using your regify web portal.
  
The regify client is currently not able to use SSL secured SMTP servers. Google mail is one of the rare SMTP servers that do not allow any other connection. Upon this, the regify client is currently not working together with google mail SMTP accounts.
+
=== I get error "security alert" ===
 +
The error occurs when the SecurityKey from the configuration file does not match the current PC. Probably the user's hardware has changed or there was an OS update that changed the identity (hardware change or identity change).
  
 +
If this was not the case, then perhaps the configuration file ''regify_client.ini'' was copied from another PC and then an attempt was made to access it (which of course is not possible because everything important is encrypted with a hardware based key).
  
'''Problem'''
+
In order to solve this, please close any running instance and then delete the regify client configuration file. The file is located here:
 +
* Windows: ''%APPDATA%\regify\regify_client.ini''
 +
* MacOS: ''~/.regify/regify_client.ini''
 +
* Linux: ''~/.regify/regify_client.ini''
  
I'm having connection problems.
+
Upon deletion, start it again and enter your credentials.
  
'''Solution'''
+
===Known issues===
 +
==== Lenovo ====
 +
On some Lenovo systems the regify client freezes after opening a regify message due to a tool called Lenovo SmartUpdate (smartUpdate.exe). Removing the tool solved the problem. (10/2013)
  
There is a special document available to help you solving connection problems. Please find the document here: [http://www.regify.com/MEDIA/Solving_Connection_Problems.pdf Solving_Connection_Problems.pdf]
+
==Windows specific==
  
 +
===I like to install the client without installing a Outlook or Thunderbird AddIn===
 +
Please choose the "custom install" option while setup. You can disable the Outlook AddIn and the Thunderbird AddIn in the further dialogue.
  
'''Problem'''
+
===Setup starts while I'm simply trying to use regify===
 +
At first, the mechanism of Microsoft Windows tries to re-run the setup (MSI, Installer) automatically, if files or registry keys (created by the setup) have changed or are missing. Thus, please check your AntiVirus log files if some components of regify have been classified as dangerous (false alert). If AV software, or other software setups, removed or downgraded components of regify, this may happen.
  
The regify client complains "The given file can not get opened (no regify file)."<br>german: "Die angegebene Datei kann nicht geöffnet werden (keine regify® Datei)."
+
In some case, a complete uninstall followed by a fresh install of the most recent setup fixed the issues. As this is a Windows issue and not directly related to regify, we sadly can not give you any further assistance on this.
  
'''Solution'''
+
If you're an IT professional and if you're able reproduce the problem, you may [https://support.microsoft.com/en-us/kb/223300 activate MSI debugging] to identify the missing component.
  
Up to version V3.6.5 of the regify-client, this error occurs if there are more than 15 to 22 attachments added to the regify file (depending on the length of the filename and the version of the regify client used for regify generation). To fix this, update to a client newer than V3.6.5 or open the regify-file by uploading to the regify portal of your regify-provider.
+
===The regimail/regipay client window does not appear===
 +
People reported, that the regify client should display some regimail or should show its main window but '''only the taskbar entry appears and the window itself is missing'''. Most of them were laptop/notebook users with a second monitor - which is now detached. The regify software remembers it's window positions and opens up on that position the next time. Even if it is outside your monitor...
  
 +
There are two ways of solving the issue:
  
'''Problem'''
+
'''Option 1) Try windows hotkeys'''
  
The regify client complains with error 59 while opening a message (Internal Protocol Error).
+
Follow these steps to use hotkeys:
 +
# Select the window by clicking the icon on the taskbar or by hitting Alt+Tab until it is selected.
 +
# Now hold the Windows key, and then hit the Left or Right Arrow key.
 +
# This will snap the window to the left or right side and makes it available again.
  
'''Solution'''
+
'''Option 2) Fix the client settings file'''
  
Due to a bug in the regify Client-SDK, the error messages for Errorcodes 21 and 22 are displayed as error 59. The most possible reason is, that the sender decided the recipient to be authenticated. Please authenticate yourself (the recipient) at your regify portal. If the authentication-option is not visible, please contact your regify-provider directly.
+
Remove the position entries in regify ini file by following these steps:
 +
# Close all regimail/regipay client windows.
 +
# Open file explorer and type ''%APPDATA%'' into the address window.
 +
# Enter folder ''regify'' and open the file ''regify_client.ini'' (double-click will very likely open it in notepad editor).
 +
# Inside of the [GUI] area, delete all lines starting with ''reader...'' or ''compose...''.
 +
# Save the edited file and close the editor.
  
== setup ==
+
==Mac OS specific==
  
'''Problem'''
+
===The regify client icon stays in dock===
 +
This is standard Mac behavior, showing you the last used applications in the dock. If you do not want that, open System Preferences, click on Dock, uncheck "Show recent applications in dock". This should probably solve your problem.
  
I like to install the client without installing a Outlook or Thunderbird AddIn.
+
==Debugging==
 +
===Start extended debug logging===
 +
<span style="display: block; padding: 10px; border: 1px solid #550000; background-color: #ffcccc; color: 550000;">'''Warning:'''<br>This logging is mainly for developers. Please inspect the logfile for passwords before you send it to us. In case a users password (account, smtp etc) is inside, please replace it by some other text or delete it!</span>
  
'''Solution'''
+
The ini file locations:
 +
* Windows: ''%APPDATA%\regify\regify_client.ini''
 +
* MacOS: ''~/.regify/regify_client.ini''
 +
* Linux: ''~/.regify/regify_client.ini''
  
Please choose the custom install option while setup. You can disable the Outlook AddIn and the Thunderbird AddIn in the further dialog.
+
Follow this guide:
 +
# Close any regify client!
 +
# Open the ini file (see locations above).
 +
# Locate the section with '''[GUI]''' and update this entry:<br  />'''debugLevel = 5'''
 +
# Save settings file and close the editor.
 +
# Try the things you need to log.
 +
# Close any error messages and the regify client!
 +
# To deactivate debugging, please remove the line with "debugLevel" or set debugLevel = 0.
  
 +
If the file does not exist or you need to get debug information before the file was created (PLS or Proxy problems), please create the file and simply insert the content from above.
  
'''Problem'''
+
An <u>alternative way</u> to activate debugging from the early start is to execute the regify client or regipay client using the command line parameters -v (verbose log) and -l (log path).
  
The following error occurs directly while installing the regify-client:
+
regify_client.exe -v -l "c:\temp\mylog.txt"
  
''Fehler beim registrieren von Modul c:\-path-\regify client\regifyAddIn.dll. HRESULT -2147467259. Wenden Sie sich an den Support.''
+
or for regipay version
  
or
+
regipay.exe -v -l "c:\temp\mylog.txt"
  
''Module c:\-path-\regify client\regifyAddIn.dll failed to register. HRESULT -2147467259. Contact your support personnel.''
+
The examples above are for Windows. On Mac you have to dig into the .app file and run the executable from there with above parameters.
 
 
'''Solution'''
 
 
 
The most likely cause of the error is an installed Microsoft Outlook with 64 Bit. The regify AddIn is only able to run on 32 Bit Outlook installations. Please uninstall your Microsoft Office and reinstall the 32 Bit version. If you do not plan to use the Outlook AddIn, you may exclude the AddIn from installation by using the custom setup option.
 

Latest revision as of 08:42, 12 August 2025

General troubleshooting

How to use gmail account with SMTP (standalone)?

The regify SMTP engine supports all major SMTP authentication options, except OAuth 2.0. Since google announced to only support OAuth 2.0 for SMTP authentication from mid 2024, it now may be impossible to use the standalone SMTP engine of the regify client for gmail users. However, the authentication methods described by Google in the article as ‘antiquated’ are still the official standard and are still accepted by close to all other market participants (except Microsoft and Google).

Please consider using Outlook 2019/2024 or Thunderbird as email client. regify offers Add-Ins for both email applications. For Outlook, the Add-In is contained in the regify client setup. For Thunderbird you can find it in the add-on store of Thunderbird.

As a last option, you can also send regimails directly using your regify web portal.

I get error "security alert"

The error occurs when the SecurityKey from the configuration file does not match the current PC. Probably the user's hardware has changed or there was an OS update that changed the identity (hardware change or identity change).

If this was not the case, then perhaps the configuration file regify_client.ini was copied from another PC and then an attempt was made to access it (which of course is not possible because everything important is encrypted with a hardware based key).

In order to solve this, please close any running instance and then delete the regify client configuration file. The file is located here:

  • Windows: %APPDATA%\regify\regify_client.ini
  • MacOS: ~/.regify/regify_client.ini
  • Linux: ~/.regify/regify_client.ini

Upon deletion, start it again and enter your credentials.

Known issues

Lenovo

On some Lenovo systems the regify client freezes after opening a regify message due to a tool called Lenovo SmartUpdate (smartUpdate.exe). Removing the tool solved the problem. (10/2013)

Windows specific

I like to install the client without installing a Outlook or Thunderbird AddIn

Please choose the "custom install" option while setup. You can disable the Outlook AddIn and the Thunderbird AddIn in the further dialogue.

Setup starts while I'm simply trying to use regify

At first, the mechanism of Microsoft Windows tries to re-run the setup (MSI, Installer) automatically, if files or registry keys (created by the setup) have changed or are missing. Thus, please check your AntiVirus log files if some components of regify have been classified as dangerous (false alert). If AV software, or other software setups, removed or downgraded components of regify, this may happen.

In some case, a complete uninstall followed by a fresh install of the most recent setup fixed the issues. As this is a Windows issue and not directly related to regify, we sadly can not give you any further assistance on this.

If you're an IT professional and if you're able reproduce the problem, you may activate MSI debugging to identify the missing component.

The regimail/regipay client window does not appear

People reported, that the regify client should display some regimail or should show its main window but only the taskbar entry appears and the window itself is missing. Most of them were laptop/notebook users with a second monitor - which is now detached. The regify software remembers it's window positions and opens up on that position the next time. Even if it is outside your monitor...

There are two ways of solving the issue:

Option 1) Try windows hotkeys

Follow these steps to use hotkeys:

  1. Select the window by clicking the icon on the taskbar or by hitting Alt+Tab until it is selected.
  2. Now hold the Windows key, and then hit the Left or Right Arrow key.
  3. This will snap the window to the left or right side and makes it available again.

Option 2) Fix the client settings file

Remove the position entries in regify ini file by following these steps:

  1. Close all regimail/regipay client windows.
  2. Open file explorer and type %APPDATA% into the address window.
  3. Enter folder regify and open the file regify_client.ini (double-click will very likely open it in notepad editor).
  4. Inside of the [GUI] area, delete all lines starting with reader... or compose....
  5. Save the edited file and close the editor.

Mac OS specific

The regify client icon stays in dock

This is standard Mac behavior, showing you the last used applications in the dock. If you do not want that, open System Preferences, click on Dock, uncheck "Show recent applications in dock". This should probably solve your problem.

Debugging

Start extended debug logging

Warning:
This logging is mainly for developers. Please inspect the logfile for passwords before you send it to us. In case a users password (account, smtp etc) is inside, please replace it by some other text or delete it!

The ini file locations:

  • Windows: %APPDATA%\regify\regify_client.ini
  • MacOS: ~/.regify/regify_client.ini
  • Linux: ~/.regify/regify_client.ini

Follow this guide:

  1. Close any regify client!
  2. Open the ini file (see locations above).
  3. Locate the section with [GUI] and update this entry:
    debugLevel = 5
  4. Save settings file and close the editor.
  5. Try the things you need to log.
  6. Close any error messages and the regify client!
  7. To deactivate debugging, please remove the line with "debugLevel" or set debugLevel = 0.

If the file does not exist or you need to get debug information before the file was created (PLS or Proxy problems), please create the file and simply insert the content from above.

An alternative way to activate debugging from the early start is to execute the regify client or regipay client using the command line parameters -v (verbose log) and -l (log path).

regify_client.exe -v -l "c:\temp\mylog.txt"

or for regipay version

regipay.exe -v -l "c:\temp\mylog.txt"

The examples above are for Windows. On Mac you have to dig into the .app file and run the executable from there with above parameters.