PANTHEON™ Help

 Toc
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Collapse]Guide for PANTHEON
   [Expand]Settings
   [Expand]Orders
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]POS
   [Expand]Service
   [Expand]Financials
   [Expand]Personnel
   [Expand]Analytics
   [Expand]Desktop
   [Expand]Help
   [Expand]Messages and Warnings
   [Collapse]Additional programs
     AddUsers - Adding Database Users
    [Expand]PANTHEON Web Services (PAWS)
    [Expand]Datalab OTOS
    [Expand]Datalab CHRONOS
    [Expand]Datalab ATENA
    [Expand]Datalab Migrator
     Post-Migration Wizard
    [Expand]mobilni Potni Nalogi
    [Expand]Pantheon LX/LT
     Pantheon SHAKE
    [Collapse]PANTHEON Automation Server (PAAS)
     [Expand]Meaning and operation of PAAS
     [Collapse]PAAS installation and testing
      [Expand]PAAS Manual installation
       How to remove PAAS
       Installing PAAS under a user account
      [Collapse]INI settings
        INI examples
       Starting PAAS as Service
     [Expand]Description of REST methods for processing tasks
      PAAS Multi server support
      Alternative to REST API
      Default values and PAAS.exe options
      PAAS upgrade
   [Expand]Old products
  [Expand]Guide for PANTHEON Retail
  [Expand]Guide for PANTHEON Vet
  [Expand]Guide for PANTHEON Farming
 [Collapse]User Manuals for PANTHEON
  [Expand]User Manual for PANTHEON
  [Expand]User Manual for PANTHEON Retail
  [Expand]User manual for PANTHEON Vet
  [Expand]User Manual for PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Guides for PANTHEON Web
  [Expand]Guide for PANTHEON Web Light
  [Expand]Guide for PANTHEON Web Terminal
  [Expand]Guide for PANTHEON Web Legal
  [Expand]Old products Archive
 [Collapse]User Manuals for PANTHEON Web
  [Expand]Getting started PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
  [Expand]User Manual for PANTHEON Web Terminal
  [Expand]User Manual for PANTHEON Web Legal
  [Expand]Old products Archive
[Collapse]PANTHEON Granules
 [Collapse]Guides for PANTHEON Granules
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]Dashboard Granule
  [Expand]B2B Orders Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
 [Collapse]User Manuals for PANTHEON Granules
  [Expand]Getting started
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]B2B Orders Granule
  [Expand]Dashboard Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
  [Expand]Archive
[Expand]User Site

Load Time: 1093.7633 ms
"
  1000001737 | 221392 | 372812 | Published
Label

INI Examples

      

 

Minimal PAAS.ini for remote SQL server with windows Authentication:
[PAAS]
Server=SERVER\MSSQL1
DashPass=your_dash_password

Minmal PAAS.ini for remote SQL server and SQL login, with PAW integration
Note: use paas.exe –encrypt user:paas for Login= to avoid saving cleartext passwords

[PAAS]
Server=SERVER\MSSQL2
Login=sql_user:sql_password
Master=PAW_Master
DashPass=your_dash_password

Minimal PAAS.ini for autorun service
Note: Pantheon user »PAAS« must exist. Please add it in Pantheon.
Note: use paas.exe –encrypt user:paas for Login= and L= to avoid saving cleartext passwords

[PAAS]
Server=SERVER\MSSQL3
Login=sql_user:sql_password
DashPass=your_dash_password
Autorun=true
L=PAAS:Password

 

Multiple PAAS services 
Make separate PAAS instalations and provide different port and service name

C:\PAAS_First\PAAS.ini

[PAAS]
ServiceName=PAAS1
DisplayName= PAAS First
Server=SERVER\MSSQL1
DashPass=your_dash1_password
Port=8091
 

C:\PAAS_Second\PAAS.ini

[PAAS]
ServiceName=PAAS2
DisplayName= PAAS Second
Server=SERVER\MSSQL1
DashPass=your_dash2_password
Port=8092

 

000001.gif

Processing API Service can access multiple servers from single PAAS.exe using PAW_Master database and tRA_MasterComSite database.

Autorun services are limited to single MS SQL instance from Server= parameter. It can monitor all Pantheon databases on that single instance. So, for autorun you must use one PAAS insance for every SQL Server instance.
To schedule Autorun, create task in Pantheon, check »Run on PAAS« and add PAAS user to task users list.


 

 

 

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