Applies to:
PSO 8.2, PSO 9.0 - main versions and all their cummulative updates
Issue:
When opening the Single Line Configuration utility the active project is not showing in the list of projects.
Cause:
1) If the main project is not including "PLS_Include" but a renamed copy of the original "PLS_Include", then the Single Line Configuration utility will not detect and will not add the main project into the list of projects.
2) If the main project uses only custom genies and there are no GenieTypes those genies are defined in a different.
Fixes:
*Warning: Take backups of any files prior to modifying them. Ensure the backups are in a location that will not be overwritten (i.e. the Desktop).
To make this work, replace the "PLS_Include" name with the new project name inside these 2 configuration files: GenieDefinitions.xml and SupportedGenies.xml.
In GenieDefinitions.xml there is originally a "Project" XML tag having "PLS_Include" as name attribute:
<?xml version="1.0" encoding="utf-8"?>
<GenieDefinitions>
<Project name="PLS_Include">
This string has to be changed to the new included project name.
The same in SupportedGenies.xml there is originally a "Project" XML tag with "PLS_Include" name attribute:
<?xml version="1.0" encoding="UTF-8"?>
<SupportedGenies>
<Project name="PLS_Include">
This string has to be changed to the new included project name.
PSO 8.2, PSO 9.0 - main versions and all their cummulative updates
Issue:
When opening the Single Line Configuration utility the active project is not showing in the list of projects.
Cause:
1) If the main project is not including "PLS_Include" but a renamed copy of the original "PLS_Include", then the Single Line Configuration utility will not detect and will not add the main project into the list of projects.
2) If the main project uses only custom genies and there are no GenieTypes those genies are defined in a different.
Fixes:
*Warning: Take backups of any files prior to modifying them. Ensure the backups are in a location that will not be overwritten (i.e. the Desktop).
To make this work, replace the "PLS_Include" name with the new project name inside these 2 configuration files: GenieDefinitions.xml and SupportedGenies.xml.
In GenieDefinitions.xml there is originally a "Project" XML tag having "PLS_Include" as name attribute:
<?xml version="1.0" encoding="utf-8"?>
<GenieDefinitions>
<Project name="PLS_Include">
This string has to be changed to the new included project name.
The same in SupportedGenies.xml there is originally a "Project" XML tag with "PLS_Include" name attribute:
<?xml version="1.0" encoding="UTF-8"?>
<SupportedGenies>
<Project name="PLS_Include">
This string has to be changed to the new included project name.