Administrator
  •  Admin
  • Advanced Member Topic Starter
2010-11-25T21:22:00Z
Please read the help file topic: Synchronize Auto 
(You don't have to enter the switches manually, use button "Use Windows Scheduler" on "Synchronize schedule" tab and GeniusConnect will generate a job in Windows Task Scheduler)


The GCScheduler.exe is located in the GeniusConnect installation directory.
(Usually: "C:\Program Files\Genius@WORK\GeniusConnect")

switches:

Use –s parameter to start Outlook automatically 
Use –e parameter to exit Outlook automatically
Use –p <profile name> parameter to use a specific Outlook profile. (If your profile name contains a space, enclose the profile name in quotation marks.)


Use -o parameter to use a specific Outlook start switch
(only used with -s parameter)

Outlook Command-line switches...
http://support.geniusconnect.com/Posts/t528- 

From version 5.0.0.1
Use -n <scheduler/Task name> to use a specific scheduler/Task
(Only folders with <scheduler/Task name> specified on "Synchronize scheduler tab" will get synchronized)

Registry setting for GCScheduler.exe:
-WaitSecondsForOutlookStart

Specify GCScheduler wait time for Outlook:
(only used with –s [start Outlook])
HKEY_CURRENT_USER\Software\Genius@Work\GeniusConnect\Settings
KEY: WaitSecondsForOutlookStart
DWORD: default=15 (decimal)


Examples scheduler task command line:
Start Outlook
GCScheduler.exe -s

Start Outlook, exit Outlook after sync
GCScheduler.exe –s -e

Start Outlook with profile "myProfile", exit Outlook after sync
GCScheduler.exe -p myProfile -s -e

Start Outlook, Exit Outlook , sync folders with MySched1
GCScheduler.exe -s -e -n MySched1
Sponsor
GeniusConnect documentation search (User Manual Downloads...)
SyncSQL
2024-09-04T13:32:17Z
Hello,

I’ve been working with GCScheduler. I’ve used the command with no options to force a Load All, and that has worked well to load all my folders. I then learned about the -n option and I assigned Task Names to each folder. This let me run GCScheduler.exe -n to load a specific folder, which worked well. However, when I ran GCScheduler.exe with no options, it no longer triggers a Load All. The progress window shows a synchronization starting and immediately ending. Once I remove the Task Names, GCScheduler.exe with no options works as expected again and triggers a Load All.

How can I get GCScheduler to work with -n to sync a specific folder, and also work without options to sync all folders?
Administrator
2024-09-04T13:33:57Z
Hello,

GCScheduler.exe with no options will trigger sync for folders without a task name. With other words ,once you use a task name for a folder, only GCScheduler.exe with folder taskname will trigger the sync.
Similar Topics