Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
kb:10012 [2020-06-09 14:16]
Gustav Stigestadh
kb:10012 [2023-05-22 12:07]
Martin Wellershaus
Line 28: Line 28:
 C:\Program Files (x86)\Lundalogik\Lime Pro Server\RabbitMQ C:\Program Files (x86)\Lundalogik\Lime Pro Server\RabbitMQ
 %appdata%\rabbitmq %appdata%\rabbitmq
-%programdata%\lundalogik\rabbitmq+%programdata%\Lundalogik\LIME Pro Server\RabbitMQ
 </code> </code>
  
-6. Remove all registry keys under (by clicking windows button + write "regedit" + enter) <code>HKLM/SOFTWARE/Ericsson/Erlang/ErlSrv</code>+6. Remove all registry keys under (by clicking windows button + write "regedit" + enter) <code>HKEY_LOCAL_MACHINE/SOFTWARE/Ericsson/Erlang/ErlSrv</code>, and <code>HKEY_LOCAL_MACHINE/SOFTWARE/WOW6432Node/Ericsson/Erlang</code>
  
 ==== Reinstall ==== ==== Reinstall ====
Line 39: Line 39:
 === Install Erlang/RabbitMQ Manually === === Install Erlang/RabbitMQ Manually ===
  
-1. Install Erlang by running <code>C:\Program Files (x86)\Lundalogik\Lime Pro Server\webserver\externals\otp_win64_R16B03-1.exe</code>+1. Install Erlang by running (find the .exe file in the folder and run as administrator) <code>C:\Program Files (x86)\Lundalogik\Lime Pro Server\webserver\externals\otp_win64_R16B03-1.exe</code>
  
-2. Install RabbitMQ by running <code>C:\Program Files (x86)\Lundalogik\Lime Pro Server\webserver\externals\rabbitmq-server.exe (name may differ)</code>+2. Install RabbitMQ by running (find the .exe file in the folder and run as administrator) <code>C:\Program Files (x86)\Lundalogik\Lime Pro Server\webserver\externals\rabbitmq-server.exe (name may differ)</code> 
 + 
 +Also check Windows PATH variable "HOMEDRIVE". If set to a mapped network drive (ie H:\) Erlang won't be able to set the erlang cookie correct. Change HOMEDRIVE to C:\ before registrering the service again. 
 +<code> 
 +C:\> set HOMEDRIVE=C:
 +</code>
  
 ===== Cause ===== ===== Cause =====
Line 47: Line 52:
  
 ===== Affected products ===== ===== Affected products =====
-Lime CRM Server 12+Lime CRM Server 12 & 13
  
 ===== Questions? ===== ===== Questions? =====
 Please contact our support team if you have questions regarding any of the above. Please contact our support team if you have questions regarding any of the above.
  • Last modified: 8 months ago
  • by Birger Hesseberg