Cannot send out client event notifications

  • 24 February 2022
  • 0 replies
  • 186 views

Userlevel 5
Badge +20
 

Cannot send out client event notifications

kbt137426

PRODUCT
K2 blackpearl
This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.

Issue

Unable to send out client event notifications due to the following error:

The specified string is not in the form required for an e-mail address.

Symptoms

The From Address and e-mail address of the recipient are all valid.

Below is the complete error message on host server logs:
"Error","MessageBus","61007","SendMessageException","MessageBusRuntime","61007 Permanent failure sending message [E-MAIL SUBJECT] : System.FormatException: The specified string is not in the form required for an e-mail address.

Troubleshooting Steps

  1. Decrypt the K2HostServer.exe.config file by following the steps below: 
    • Copy the K2HostServer.exe.config file from [InstallDrive]K2 blackpealHost ServerBin to C:Temp
    • Once the file has been copied to C:Temp, rename it to web.config
    • Open cmd as administratior and change the directory to: C:WindowsMicrosoft.NETFrameworkv2.0.50727
    • Run the following: aspnet_regiis -pdf "connectionStrings" C:Temp
  2. Open the web.config file on a text editor and look for the following connection strings:
     
    <connectionStrings>
       ...
       <add name="HostServer" ... />
       <add name="WorkflowServer" ... />
       ...
    </connectionStrings>
  3. Ensure that the connectionString value for these keys are pointing to the correct K2 server.
  4. If there's a need to edit the value, copy the contents to the K2HostServer.exe.config
  5. Save the file.
  6. Restart the K2 blackpearl service.

 

 

 

Please make a backup of the K2HostServer.exe.config before making any changes.

 

 


0 replies

Be the first to reply!

Reply