I made my own solutions, because I was not happy with these delivered by genesys.
The point is that I would be able to start or stop "independently" the following solutions :
Framework
-> Outbound
-> Reporting
-> Routing
-> Multimedia
Also, I supressed some common applications in the solutions.
PS: I create my solutions using Config SDK and XML files : here is an example that is bringing the error in SCI :
[code]<?xml version="1.0" encoding="UTF-8"?>
<ConfData>
<CfgService>
<name value="Framework 76" />
<type value="2" />
<state value="1" />
<solutionType value="13" />
<components>
<CfgSolutionComponent>
<startupPriority value="2" />
<isOptional value="1" />
<appName value="confserv" />
</CfgSolutionComponent>
<CfgSolutionComponent>
<startupPriority value="1" />
<isOptional value="1" />
<appName value="cfg_dbserver" />
</CfgSolutionComponent>
<CfgSolutionComponent>
<startupPriority value="1" />
<isOptional value="1" />
<appName value="log_dbserver" />
</CfgSolutionComponent>
<CfgSolutionComponent>
<startupPriority value="2" />
<isOptional value="1" />
<appName value="MsgServer" />
</CfgSolutionComponent>
<CfgSolutionComponent>
<startupPriority value="3" />
<isOptional value="1" />
<appName value="SCS" />
</CfgSolutionComponent>
<CfgSolutionComponent>
<startupPriority value="5" />
<isOptional value="1" />
<appName value="T-Server_4400" />
</CfgSolutionComponent>
</components>
<SCSName value="SCS" />
<assignedTenantDBID value="1" />
<version value="7.6" />
<componentDefinitions>
<CfgSolutionComponentDefinition>
<startupPriority value="5" />
<isOptional value="1" />
<type value="1" />
<version value="7.6" />
</CfgSolutionComponentDefinition>
<CfgSolutionComponentDefinition>
<startupPriority value="9" />
<isOptional value="2" />
<type value="19" />
<version value="7.6" />
</CfgSolutionComponentDefinition>
<CfgSolutionComponentDefinition>
<startupPriority value="2" />
<isOptional value="1" />
<type value="21" />
<version value="7.6" />
</CfgSolutionComponentDefinition>
<CfgSolutionComponentDefinition>
<startupPriority value="2" />
<isOptional value="1" />
<type value="42" />
<version value="7.6" />
</CfgSolutionComponentDefinition>
<CfgSolutionComponentDefinition>
<startupPriority value="3" />
<isOptional value="1" />
<type value="43" />
<version value="7.6" />
</CfgSolutionComponentDefinition>
<CfgSolutionComponentDefinition>
<startupPriority value="9" />
<isOptional value="2" />
<type value="44" />
<version value="7.6" />
</CfgSolutionComponentDefinition>
<CfgSolutionComponentDefinition>
<startupPriority value="1" />
<isOptional value="1" />
<type value="46" />
<version value="7.6" />
</CfgSolutionComponentDefinition>
</componentDefinitions>
<startupType value="2" />
</CfgService>
</ConfData>[/code]