Forum breadcrumbs - You are here:OfficeClip ForumsCustomer Corner: Good Practices (How To's)Enable KeepAlive in OfficeClip in …
Enable KeepAlive in OfficeClip installation
SK Dutta@skdutta
207 Posts
#1 · June 4, 2019, 11:19 am
Quote from SK Dutta on June 4, 2019, 11:19 amKeepAlive automatically pings your officeclip site every 30 minutes to ensure that the asp.net process remains alive (required for background processing of scheduled reports). It is automatically installed with OfficeClip but in some cases it may not install correctly.
- Go to Control Panel > Administrative Tools > Services and check if OcKeepAlive.exe is installed. if not follow the steps below:
- Open the command prompt as administrator and change directory to the path where the officeclip is installed.
- Run the command "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe" OCKeepAlive.exe.
- Run another command net start OCKeepAlive
- Next Run this command REG ADD HKLM\Software\OfficeClip /v mainUrl /t REG_SZ /d https://yoursite/officeclip/default.aspx (this url may differ and depend on where OfficeClip is installed)
KeepAlive automatically pings your officeclip site every 30 minutes to ensure that the asp.net process remains alive (required for background processing of scheduled reports). It is automatically installed with OfficeClip but in some cases it may not install correctly.
- Go to Control Panel > Administrative Tools > Services and check if OcKeepAlive.exe is installed. if not follow the steps below:
- Open the command prompt as administrator and change directory to the path where the officeclip is installed.
- Run the command "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe" OCKeepAlive.exe.
- Run another command net start OCKeepAlive
- Next Run this command REG ADD HKLM\Software\OfficeClip /v mainUrl /t REG_SZ /d https://yoursite/officeclip/default.aspx (this url may differ and depend on where OfficeClip is installed)
Click for thumbs down.0Click for thumbs up.0
