PANTHEON™ Help

 Kazalo
 Glavna stran - Dobrodošli v PANTHEON navodila
[Collapse]PANTHEON
 [Collapse]Vodiči za PANTHEON
  [Expand]Vodič po PANTHEON-u
  [Expand]Vodič po PANTHEON Farming
  [Expand]Vodič po PANTHEON Retail
  [Expand]Vodič po PANTHEON Vet
 [Collapse]Uporabniški priročniki za PANTHEON
  [Collapse]Uporabniški priročnik za PANTHEON
   [Collapse]Kako začeti?
    [Expand]Nasveti o podjetništvu
     Prvi koraki v programu PANTHEON
    [Expand]Primer uporabe PANTHEON-a v namišljenem podjetju
    [Expand]Zagotavljanje skladnosti PANTHEON-a s SRS
    [Expand]PANTHEON Sistem
    [Collapse]Namestitev programa
      Proces namestitve
      Konfiguracija računalnika
     [Expand]PANTHEON Licenciranje
      Regionalne nastavitve
     [Expand]Vrste namestitve glede na konfiguracijo mreže
     [Collapse]Lokalna namestitev PANTHEON-a
      [Expand]Čarovnik za namestitev PANTHEONA lokalno
      [Collapse]Namestitev potrebnih orodij in komponent
        Potrebna orodja za namestitev PANTHEON-a
       [Expand]Microsoft SQL strežnik
        Prenos in namestitev Microsoft Management Studio
        Vpenjanje baze na SQL strežnik
        Dodajanje uporabnikov na strežniški nivo (AddUser_
        Namestitev SQL za zunanji dostop
        Konfiguracijska datoteka .ini
        Namestitev PANTHEON klientov
        Windows Terminal server
      Posodobi in odstrani
     [Expand]Namestitev PANTHEON gostovanja
      Naročilo in nastavitve storitev ePoslovanja
      Seznam spletnih storitev
      Menjava verzije
      Migracija na nov strežnik
      Odstranitev programa
    [Expand]Osnovni pojmi in napotki
    [Expand]Materialni in blagovni tokovi
    [Expand]Napotki za šifriranje
    [Expand]Arhiv
   [Expand]Pogosta vprašanja o PANTHEON-u (F.A.Q.)
   [Expand]Uporabniški priročnik za ePoslovanje
   [Expand]Nastavitve
   [Expand]Naročila
   [Expand]Blago
   [Expand]Servis
   [Expand]Proizvodnja
   [Expand]Denar
   [Expand]Plansko-analitska orodja ZEUS
   [Expand]Kadri
   [Expand]Pomoč
   [Expand]Osebje
   [Expand]Arhiv uporabniških strani
  [Expand]Uporabniški priročnik za PANTHEON Retail
  [Expand]Uporabniški priročnik za PANTHEON Vet
[Collapse]PANTHEON Web
 [Collapse]Vodiči za PANTHEON Web
  [Expand]Vodič po PANTHEON Web Light
  [Expand]Vodič za PANTHEON Web Terminal
  [Expand]Vodič za PANTHEON Web Legal
  [Expand]Arhiv starih izdelkov
 [Collapse]Uporabniški priročniki za PANTHEON Web
  [Expand]Kako začeti
  [Expand]Uporabniški priročnik za PANTHEON Web Light
   Uporabniški priročnik za PANTHEON Web Terminal
  [Expand]Arhiv starih izdelkov
  [Expand]Uporabniški priročnik za PANTHEON Web Legal
[Collapse]PANTHEON Granule
 [Collapse]Vodiči za PANTHEON Granule
  [Expand]Granula Kadri
  [Expand]Granula Potni nalogi
  [Expand]Granula Dokumenti in Opravila
  [Expand]Granula Nadzorna plošča
  [Expand]Granula B2B Naročanje
  [Expand]Granula Servis na terenu
  [Expand]Inventar fiksnih sredstev
  [Expand]Granula Inventura skladišča
 [Collapse]Uporabniški priročniki za PANTHEON Granule
   Začetek
   Primer uporabe PANTHEON Granul v namišljenem podjetju
  [Expand]PANTHEON Granule in aktivacija
  [Expand]Granula Kadri
  [Expand]Granula Potni nalogi
  [Expand]Granula Dokumenti in opravila
  [Expand]Granula B2B naročanje
  [Expand]Granula Nadzorna plošča
  [Expand]Granula Servis na terenu
  [Expand]Granula Inventura osnovnih sredstev
  [Expand]Granula Inventura skladišča
   PANTHEON Granule - pogosta vprašanja in odgovori
   Arhiv
[Expand]Uporabniške strani

Load Time: 890,6423 ms
"
  1000002889 | 222491 | 375245 | Updated
Label

.ini Configuration File

This chapter presents the .ini configuration file and its basic parameters.

The .ini configuration file is prepared before installing PANTHEON.exe on your work station.

Table of contents

  1. Explorer Settings
  2. Creating .ini File
  3. DATABASENAME Bar
  4. SERVERNAME Bar
  5. Saving Changes
  6. PATHTOTEMP and PATHTOUPGRADE Bars

1. Explorer Settings

Before creating a new text document, the user sets File name extensions editing in the File Explorer settings.

The user marks the File extensions checkbox.

2. Creating .ini File

On the disc, the user creates a new folder: Datalab.

It is recommended that the new folder is created on the location C:\Datalab.

Within the folder, the user creates a new text document and names it Pantheon.ini.

The user right-clicks, and selects New and Text document.

After changing the file extensions, Windows wants that the file may not be usable anymore.

The user confirms the warning by clicking the Yes button.

The user opens the newly created file in Notepad. This is done by right-clicking the Pantheon.ini file and selecting Open With Notepad.

An empty document opens. The user copies the following contents into the document:

[Program]
User=

ApplHintPause=3
Authentication=Server

ZagonPrograma=

PathToTemp=C:\Datalab\Temp
PathToUpgrade=C:\Datalab
CacheLogins=F
[Database]

DATABASENAME=

SERVERNAME=
Podjetje=
ServerType=SQL server

3. DATABASENAME Bar

Into the prepared .ini file, the user starts entering data.

In the DATABASENAME= bar, the user enters the system database name. The system database name has been set in the chapter Restoring Database onto SQL Server.

In this case: DATABASEBANE=NAVODILA_PRAZNA_BAZA_MF.

4. SERVERNAME Bar

In the SERVERNAME= bar, the user enters the name of the server/computer/work station.

The server name has been set in the Setting SQL Server step. In this case, the name is: DATALAB.

HINT

There are multiple types of entry in the SERVERNAME bar. A few examples are shown:

  • On-premises servername in the case of one SQL instance: SERVERNAME=.
  • On-premises servername in the case of multiple SQL instances (servername\instancename): SERVERNAME=local\datalab
  • Server bound to IP number: SERVERNAME=192.168.0.8
  • Server bound to IP number and port: SERVERNAME=192.168.0.8,1433
  • Server bound to cloud, friendly address: SERVERNAME=pnthn9.telekom.si,50386

5. Saving Changes

When the SERVERNAME= and DATABASENAME= bars are set, the user saves the Pantheon.ini file.

The user saves the file by clicking the File and Save buttons.

Before closing the notepad, the user makes sure the DATABASENAME= and SERVERNAME= bars are edited.

After entering, configuration can show PANTHEON the path to the database and server.

6. PATHTOTEMP and PATHTOUPGRADE Bars

It is recommended that, aside from the new text file within the C:\Datalab folder, you also create a Temp (tomporary) folder. This creates a new path C:\Datalab\Temp. The Temp folder is important for temporarily saving files that PANTHEON downloads for the purposes of upgrading the PANTHEON client – e.g. when upgrading the database. If the parameters are set correctly, PANTHEON.exe changes to the newest version automatically after upgrading.

The user creates the Temp folder within the C:\Datalab folder.

In the Pantheon.ini file, in the PathToTemp= bar, the user enters the path to the temporary folder. In this case, PathToTemp=C:\Datalab\Temp.

The C:\Datalab path is the location of the folder, where PANTHEON.exe is installed.

In the PathToUpgrade= bar, the user enters path to the folder, where PANTHEON.exe will be located. In this case, PathToUpgrade=C:\Datalab.

At the end, the user saves changes.

HINT

An example with folders, how the paths in an .ini file are supposed to be set:

If you have a linked user between the PANTHEON database and SQL server, and know the version, database, you can continue to the next step: Installing PANTHEON Clients.

 


 

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