PANTHEON™ Help

 Toc
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Expand]Guide for PANTHEON
  [Expand]Guide for PANTHEON Retail
  [Expand]Guide for PANTHEON Vet
  [Expand]Guide for PANTHEON Farming
 [Collapse]User Manuals for PANTHEON
  [Collapse]User Manual for PANTHEON
   [Collapse]Getting Started
     Dictionary of terms
     First steps with PANTHEON
    [Expand]Using PANTHEON at Tecta, a fictional company
    [Expand]Instructions for Ensuring Compliance of PANTHEON with SAS
    [Expand]PANTHEON Installation
    [Expand]PANTHEON System
    [Expand]PANTHEON Basics
    [Expand]PANTHEON Help
    [Expand]Materials and Goods Movements
    [Expand]Assigning Identifiers
    [Expand]Frequently asked questions about Pantheon (F.A.Q.)
    [Collapse]Archive
     [Expand]PANTHEON Editions
      Installing PANTHEON on Linux and Oracle Database
     [Expand]eDocumentation
     [Expand]eInvoice
     [Expand]Workflow
     [Expand]Backup
     [Collapse]Get.start
      [Collapse]Duplicates
        MS SQL Server
        AddUsers - Adding Database Users
        .ini File
        Windows Terminal Server
        Web Services
        Changing Localization
       Windows 7
       SQL Server
      [Expand]ODBC
       SQL Server Agent
       Windows Vista
       Slabšanje performans MS-SQL strežnika
      [Expand]Row Level Security
       MS SQL Server Installation
      [Expand]Task Scheduling
       PANTHEON System Environment
      [Expand]Hardware
       Installation types on different network configurations
      [Expand]Datalab Utilities
       Installation
       On-premises installation
       PANTHEON Cloud installation
       Ordering and setting eBusiness services
       One-user installation of PANTHEON Cloud
       Network installation of PANTHEN Cloud
       PANTHEON Client Setup Wizard
     [Expand]To-do
     [Expand]End-User License Agreement
      Introductory word
     [Expand]Referential integrity (RI)
      eExchange
      SMS notifications
   [Expand]User Manual for eBusiness
   [Expand]Settings
   [Expand]Orders
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]Service
   [Expand]Help
   [Expand]Personnel
   [Expand]Financials
   [Expand]Analytics
  [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: 515.6327 ms
"
  5806 | 6541 | 339146 | Updated
Label

.ini File

.ini File

 

PANTHEON's .ini file (by default named Pantheon.ini) specifies to which database server Pantheon.exe should connect to, and stores a list of avialable databases on that server. The list is update when you press the Resfresh button on the Logon screen. Using shortcuts and different .ini files allows you to connect to different servers with a single Pantheon.exe. See Command line parameters for specifying which .ini file should be used.

The installation places the default Pantheon.ini in the Windows folder. It is recommeded that you leave that file intact and alter copies of it.

Layout of the .ini File


[Program]
User=AD
ZagonPrograma=11.12.2004
PathToUpgrade=C:\Program Files(x86)\Datalab\Upgrade
[Database]
Podjetje=Demo d.o.o. (DEMO)
DataBaseName=DEMO
ServerName=GIZMO
DataOnServer000=DEMO; (DEMO)
DataOnServer001=DEMO1; (DEMO1)
ConnectHistory000=SQL server;SERVER1;DEMO
ConnectHistory001=SQL server;SERVER1;DEMO1

 

The .ini file has two sections: the Program section and the Database section.

Program section


[Program]
Section title

Uporabnik=AD
Last user who logged on

ZagonPrograma=11.12.2004
Date and time of last logon
PathToUpgrade=
Path, to upgrade files. If you work on the same computer as executing an upgrade, it is possible to read and write from this folder. From here, files are read and files are written, for example, for ESlog, unless otherwise set in the program.

 

000001.gif

In [Program] section you can use "Encrypt=T" to encrypt data for: User, Authentication, DATABASENAME, SERVERNAME, ServerType and DataOnServer.

 

Database section


[Database]
Section title

Podjetje=Demo d.o.o. (DEMO)
Last used database.

DataBaseName=DEMO
Database name on database server

ServerName=GIZMO
Database server name or its IP address

DataOnServer000=DEMO; (DEMO)
DataOnServer001=DEMO1; (DEMO1)
...
DataOnServerNNN=...
List of all databases on the above specified database server. This list is updated everytime you press the Refresh button on the Logon screen.
The rationale behind this list is that this way, PANTHEON does not need to look for available databases everytime it is started.
ConnectHistory000=SQL server 
Databse login / connection history

 

Using .ini Files for Connecting to Different Servers

Let us assume we have two database servers with the IP addresses 192.168.0.1 and 192.168.0.2, and you need to be able to connect to different databases on each of the servers.

First, you need two separate .ini files. They can be placed anywhere, but it is most convenient to put them in PANTHEON's installation folder.

All you have to do here is to set the ServerName parameter to the appropriate server name (and instance, if required) or IP address.

Pantheon_1.ini


[Program]
Uporabnik=AD
ZagonPrograma=11.12.2004
[Database]
Podjetje=Demo d.o.o. (DEMO)
DataBaseName=DEMO
ServerName=192.168.0.1
DataOnServer000=DEMO; (DEMO)

Pantheon_2.ini


[Program]
Uporabnik=AD
ZagonPrograma=11.12.2004
[Database]
Podjetje=Demo2 d.o.o. (DEMO2)
DataBaseName=DEMO2
ServerName=192.168.0.2
DataOnServer000=DEMO2; (DEMO2)

 

Second, you have to create two shortucts to the same Pantheon.exe, but each pointing to a different .ini file:


"C:\Program Files\DataLab\Pantheon.exe" /INI="C:\Program Files\DataLab\Pantheon_1.ini"

"C:\Program Files\DataLab\Pantheon.exe" /INI="C:\Program Files\DataLab\Pantheon_2.ini"

Now you just have to run the appropriate shortcut.



 

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