Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CLI enables you to copy reports from one Tier to another. This can also be done between different Nodes, meaning between 2 applications on the same Precise federated installations that each belongs to different Node. To copy Report Manager reports from one Tier to another run the following command from the main Precise FocalPoint root folder:

Windows    infra\bin\psin_cli.bat
                    -i3-user <user

...

_

...

name>
                    {-i3-encrypted-password

...

<encrypted_

...

password> | -i3-clear-password

...

<clear_

...

password>}
                    -action fs-copy-foresight-custom-report
                    -parametersfile

...

<parameters_file_

...

path>
UNIX    
        ./infra/bin/psin_cli.sh
                    -i3-user <user

...

_

...

name>
                    {-i3-encrypted-password

...

<encrypted_

...

password> | -i3-clear-password

...

<clear_

...

password>}
                    -action fs-copy-foresight-custom-report
                    -parametersfile

...

<parameters_file_

...

path>

An example of the parameters file is:

<parameters>
     <parameter name="source-environment" value="Default"/>
     <parameter name="source-apptier" value="SQL Server"/>
     <parameter name="source-report" value="a_test"/>
     <parameter name="destination-environment" value="test"/>
     <parameter name="destination-apptier" value="SQL Server"/>
</parameters>

Info

...

To copy a Cross-Tier report, you should use the following string for both the "source-apptier" and "destination-apptier" parameter: "Cross-AppTiers".

Table 15-9    Elements 9 Elements for Attach

Element

...

Description
i3-

...

userSee Authenticate to CLI Utility on page 8.
i3-clear-

...

passwordSee Authenticate to CLI Utility on page 8.
action

...

Values: fs-copy-foresight-custom-report.

Mandatory: Yes

parametersfile

...

Values: Mandatory:

Anchor
Createinventoryreport
Createinventoryreport
Create inventory report

...