PANTHEON™ Help

 Категории
 Главна страна - Добре дојдовте во помош за PANTHEON
[Collapse]PANTHEON
 [Collapse]PANTHEON упатства
  [Expand]Водич за PANTHEON Farming
  [Collapse]Водич за Datalab PANTHEON™
   [Expand]Помош
   [Expand]ПОС
   [Expand]Подесувања
   [Expand]Нарачки
   [Expand]Материјално
   [Expand]Производство
   [Expand]Сервис
   [Expand]ПОС
   [Expand]Финансии
   [Expand]Кадри
   [Expand]Работна површина
   [Expand]Анализи
    Додатно
   [Expand]Аналитика
   [Expand]Пораки и предупредувања
   [Expand]Системско окружување за Даталаб програми
   [Expand]Официјални објаснувања
    Речник на термини
   [Collapse]Дополнителни програми
    [Expand]Datalab CHRONOS
    [Expand]Datalab ATENA
    [Expand]Datalab Migrator
    [Expand]Pantheon Automation Server
     Pantheon FA
     ДодајКорисници - Додавање на Корисници во Базата на Податоци
    [Expand]Pantheon LX/LT
     Post-Migration Wizard
    [Collapse]Datalab OTOS
     [Expand]OTOS Explained
     [Expand]Setting Up OTOS
      Running OTOS
     [Expand]OTOS Settings
      OTOS Command Line Parameters
     [Expand]OTOS Tips
     [Expand]Пример
    [Expand]Pantheon web сервиси (PAWS)
    [Expand]мобилни Патни Налози
     Pantheon SHAKE
   [Expand]Застарени производи
  [Expand]Водич за PANTHEON Ретал
  [Expand]Водич за PANTHEON Вет
 [Collapse]PANTHEON кориснички прирачници
  [Expand]Кориснички прирачник Datalab PANTHEON™
  [Expand]Корисничко упатство за PANTHEON Ретал
  [Expand]Корисничко упатство за PANTHEON Vet
  [Expand]Корисничко упатство за ПАНТЕОН Земјоделство
[Collapse]PANTHEON Web
 [Collapse]Водич за PANTHEON Web
  [Expand]Водич за PANTHEON Web Light
  [Expand]Водич за PANTHEON Chronos Mini
  [Expand]Водич за PANTHEON Web Terminal
  [Expand]Водич за PANTHEON Web Legal
  [Expand]Архива на стари производи
 [Collapse]Кориснички прирачник за PANTHEON Web
  [Expand]Најава во PANTHEON Web
  [Expand]Како да започнете со PANTHEON Web
  [Expand]Кориснички прирачник за PANTHEON Web Light
  [Expand]Кориснички прирачник за PANTHEON Web Terminal
  [Expand]Кориснички прирачник за PANTHEON Web Legal
  [Expand]Стара архивa на производи
[Collapse]PANTHEON Гранула
 [Collapse]Водич за PANTHEON Гранули
  [Expand]Гранула Кадри
  [Expand]Гранула Патни налози
  [Expand]Гранула Документи и задачи
  [Expand]Гранула Контролна табла
  [Expand]Гранула B2B нарачки
  [Expand]Гранула Сервис на терен
  [Expand]Инвентаризација на фиксни средства
  [Expand]Гранула Попис на магацини
 [Collapse]Кориснички прирачник за PANTHEON Гранули
   Започнување
   Користење на PANTHEON Гранули во фиктивната компанија Текта
  [Expand]Гранули и активација
  [Expand]Гранула Кадри
  [Expand]Гранула Патни налози
  [Expand]Гранула Документи и Задачи
  [Expand]Гранула Б2Б нарачки
  [Expand]Гранула Контролна табла
  [Expand]Гранула Сервис на терен
   PANTHEON Гранула - FAQ
  [Expand]Инвентаризација на фиксни средства
  [Expand]Гранула Попис на магацин
   Архива
[Expand]Кориснички сервер

Load Time: 437,4871 ms
"
  2863 | 3261 | 91022 | Localized
Label

OTOS Command Line Parameters

OTOS Command Line Parameters

OTOS Command Line Parameters

OTOS can be run from its GUI or from the command line. The latter is most useful for scheduled tasks.

Three parameters are required: user name, profile number and export/import.

The basic syntax is:

  d:\pantheon\PANTHEON55_SQL.exe /INI="d:\pantheon\pantheon.ini" /L=AD /OTOS=001 /IE=E

/L is for specifying a user name. Example: /L=AD:MyPass

/OTOS is for specifying an OTOS profile number. Example: /OTOS=002

/IE is for specifying export (E) or import (I) or export, then import (EI).

Slave Parameters

All three parameters must be specified when running OTOS in slave mode. For example:

 c:\datalab\Pantheon55.exe /L=AD /OTOS=003 /IE=E

This wil run OTOS with the profile 003.

Master Parameters

Additional parameters are required when running OTOS in master mode, because a waiting time must be taken into consideration. That is why OTOS in master mode must be run twice. First to export data, then to import data. This is done with the /IE parameter.

OTOS master must be run twice in each synchronization cycle, first for the export, then for the import.

This example export data from the profile 003.

 C:\DATALAB\OTOS.EXE 003 /E

This example imports data from the profile 003.

 C:\DATALAB\OTOS.EXE 003 /I

A sample scheduled tasks could be defined like this:

 AT 22:00 /INTERACTIVE /EVERY:M,T,W,Th,F,S c:\Datalab\Pantheon55.exe /L=AD /OTOS=001 /IE=E
 AT 23:00 /INTERACTIVE /EVERY:M,T,W,Th,F,S c:\Datalab\Pantheon55.exe /L=AD /OTOS=001 /IE=I

/D (debug mode)

Errors in the synchronization process can be notoriously difficult to find because of the many factors involved (connection, e-mail server, database server, paths, other settings, etc.).

For this purpose the debug mode can be activated with the /D parameter as the last command line parameter.

With this parameter, OTOS doesn't delete transferred data after sending, but saves it in the temporary folder in a file named like:

 TRANSFER-TTDD-MM-YYYY HH-MM-SS.ZIP

where

  • TT - type: ME, MI, SE, or SI (master/slave, import/export)
  • DD-MM-YYYY - date and time when the file was created
  • HH-MM-SS - time when the file was created

056028.gif

In debug mode, all transferred files are stored on the hard drive, thus quickly using free space. Make sure you don't run out of free drive space.



 

Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!