Skip to content

Commit fef514b

Browse files
limjoohawsonglim327
authored andcommitted
feat: add scheduler restart sqlsync page and remove download screenshot
1 parent 3c79444 commit fef514b

12 files changed

Lines changed: 70 additions & 2 deletions

File tree

docs/integration/bi-dashboard/on-premise-setup.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ If you are using **SQL Connect Public Cloud**, you may **skip Steps 1 to 3**. Th
2828
If computer previously installed Sqlsync or Gobi sync, please proceed to [Complete Uninstall](./complete-uninstall).
2929
:::
3030

31-
![download-sqlsync-tool](../../../static/img/integration/bi-dashboard/on-premise-setup/1.png)
32-
3331
2. Select `sqlsync (64bits)-V3000.exe` > Right click > **Run as administrator**
3432

3533
![run-as-administrator](../../../static/img/integration/bi-dashboard/on-premise-setup/2.png)
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
sidebar_position: 5
3+
id: scheduler-restart-sqlsync
4+
title: Schedule Restart Sqlsync
5+
description: Schedule daily restart of SQL BI Dashboard Sync Tool service
6+
slug: /integration/bi-dashboard/scheduler-restart-sqlsync
7+
tags: ["BI Dashboard", "Schedule Restart Sqlsync"]
8+
---
9+
10+
:::info
11+
This is recommended for users whose PC is turned on 24 hours.
12+
:::
13+
14+
## Prerequisites
15+
16+
- Completed [On-Premise Setup](./on-premise-setup)
17+
18+
## Setup
19+
20+
### Step 1 – Download RestartSqlsync Batch File
21+
22+
1. Download [RestartSqlsync.bat](https://drive.google.com/file/d/1v2V8nUbmCHk6Cpks4P32Zz1JVU2n4zip/view?usp=sharing)
23+
24+
### Step 2 – Place Batch File in SqlSync Folder
25+
26+
1. Copy and paste `RestartSqlsync.bat` to the SqlSync installation folder
27+
28+
:::info
29+
The default SqlSync installation folder is `C:\SQLSync`
30+
:::
31+
32+
![place-batch-file-in-sqlsync-folder](../../../static/img/integration/bi-dashboard/scheduler-restart-sqlsync/1.jpg)
33+
34+
### Step 3 – Create Windows Task Scheduler
35+
36+
1. Open **Task Scheduler** > Click **Create Basic Task...**
37+
38+
![create-basic-task](../../../static/img/integration/bi-dashboard/scheduler-restart-sqlsync/2.jpg)
39+
40+
2. Enter a name for the task (e.g. **Restart Sqlsync**) > **Next**
41+
42+
![enter-task-name](../../../static/img/integration/bi-dashboard/scheduler-restart-sqlsync/3.jpg)
43+
44+
3. Select **Daily** > **Next**
45+
46+
![select-daily](../../../static/img/integration/bi-dashboard/scheduler-restart-sqlsync/4.jpg)
47+
48+
4. Set start time based on your preference (e.g. **5:00:00 AM**) > **Next**
49+
50+
![set-start-time](../../../static/img/integration/bi-dashboard/scheduler-restart-sqlsync/5.jpg)
51+
52+
5. Select **Start a program** > **Next**
53+
54+
![select-start-a-program](../../../static/img/integration/bi-dashboard/scheduler-restart-sqlsync/6.jpg)
55+
56+
6. At **Program/script** field > **Browse** > Select the `RestartSqlsync.bat` file path > **Open** > **Next**
57+
58+
![select-batch-file-path](../../../static/img/integration/bi-dashboard/scheduler-restart-sqlsync/7.jpg)
59+
60+
7. Check **Open the Properties dialog for this task when I click Finish** > **Finish**
61+
62+
![summary-and-finish](../../../static/img/integration/bi-dashboard/scheduler-restart-sqlsync/8.jpg)
63+
64+
8. Select **Run whether user is logged on or not** and **Run with highest privileges** > **OK**
65+
66+
![run-with-highest-privileges](../../../static/img/integration/bi-dashboard/scheduler-restart-sqlsync/9.jpg)
67+
68+
9. Enter Windows administrator **User name** and **Password** > **OK**
69+
70+
![enter-credentials](../../../static/img/integration/bi-dashboard/scheduler-restart-sqlsync/10.jpg)
67.6 KB
Loading
26.7 KB
Loading
46.4 KB
Loading
43 KB
Loading
35.3 KB
Loading
31.1 KB
Loading
31.6 KB
Loading
62.2 KB
Loading

0 commit comments

Comments
 (0)