In this article:

Description

Structure of shortcut files

Open shortcut files

Using Shortcut Files

Description

Shortcut files are files that have a certain structure and the *.pp extension. These files are created and stored in the workstation file system. They enable the user to open platform objects directly from the file system without preliminary platform startup.

Structure of shortcut files

Shortcut files are created in the XML language and have the following structure:

<?xml version="1.0" encoding="utf-8"?>
<AutoOpen>
   <Metabases>
       <TESTUSER>
           <LogonData/>
           <Credentials/>
           <Object></Object>
       </TESTUSER>
   </Metabases>
</AutoOpen>

Description of sections:

Example of shortcut file:

<?xml version="1.0" encoding="utf-8"?>

<AutoOpen SingleInstance = "1" Silent="1">

    <Metabases>

        <PPREPOSITORY Name="TestName" Driver="MSSQL2008" Package="STANDARDSECURITYPACKAGE" Authentication="1" DebugMode="0" CurrentLocale="1033">

            <LogonData SERVER="8:MSSERVER" DATABASE="8:PPREPOSITORY" FILEGROUP="8:PRIMARY"/>

            <Credentials USER="sa" PASSWORD="Qwerty1"/>

            <Object>OBJ2448</Object>

        </P7REPOSITORY>

    </Metabases>

</AutoOpen>

On opening this file an object with the OBJ2448 identifier opens. This object is contained in the PPREPOSITORY repository located in the MSSERVER server. The server uses Microsoft SQL Server 2008 DBMS. To connect to the repository, use the "sa" login and the "Qwerty1" password.

Open shortcut files

Shortcut files can be opened in the following ways:

cfg.exe C:\Shortcuts\Report.pp

See also:

Developers Knowledge Base