Skip to content

Access the interface file

When you need to access the content of the interface files, proceed as follows:

  1. Create a script file, for example DumpInterface.script, and add a script event such as ScriptBeforeCheckOut:

      Function ScriptBeforeCheckOut
      {
        dump.string "The Interface file is dumped at C:\OctoplantInterfaceDump\"
    
      dump.string $vdog::scriptinterface
    
      // Copy the interface file for debugging
      file.copy
      {
          source: $vdog::scriptinterface
          dest C:\OctoplantInterfaceDump\test.ini
      }
      done
    }
    
  2. Save the file in the script execution folder.

    Octoplant executes scripts in that folder automatically during the matching event.

  3. After the script runs, open the file at C:\OctoplantInterfaceDump\test.ini to inspect the interface content.

Sample interface file

[User]
Id=7F940798444147139481122488CD5FE7
Name=VersionDog
FullName=Superadministrator
Domain=
EmailAddress=
LocalLogon=N
Admin=Y
Groups=54CF70C3EC044EEB9185A97FB53AEBC2,8AC6CC07E485451E838744682C29B934

[Version]
VersionUUID=51F704771BEE4695B90EC5CA8D95B1F6
HVersion=2
HVersionUserDefined=
TimeStampLocal=20250707144108
TimeStampUtc=20250707124108
Comment=
ChangeReason=
UserId=7F940798444147139481122488CD5FE7
UserName=VersionDog
UserFullName=Superadministrator
UserDomainName=
UserEmailAddress=
ComputerName=HIVE.LD-LAB-SIE15
DNameStorage=20250707.000
State=45

[Common]
Trigger=BeforeCheckOut
Language=en
ComputerName=HIVE.LD-LAB-SIE15
RootDirAdmin=C:\vdClientArchive
DirPrjData=C:\vdClientArchive
DirTemp=C:\vdClientArchive\VD_TMP_VD
TimeOutInMin=15
PathLog=C:\vdClientArchive\VD_TMP_VD\20D8_4A1.tmp
PathExecVdog=C:\Program Files (x86)\vdogClient\VDogClient.exe
SilentMode=N
Licence=GZyveRLw2wFUBWn1tJpvaURnxMBtk6q

[Component]
MultiEdit=N
Dir=\ScriptingTest\ASCII_Test
Id=EBBA97E477A447508CA704D47BB3B5F
ComponentTypeId=60AAC773861904B40ABA40AF8245A6496
MasterData1=
MasterData2=
MasterData3=
MasterData4=
MasterData5=
MasterData6=
MasterData7=
MasterData8=
MasterData9=
MasterData10=

[Specific]
WorkingDir=C:\vdClientArchive\ScriptingTest\ASCII_Test