Genesys CTI User Forum

Genesys CTI User Forum => Genesys-related Development => Topic started by: Nalex on July 29, 2009, 04:01:53 PM

Title: Error when creating Application Templates Folder
Post by: Nalex on July 29, 2009, 04:01:53 PM
I am using Configuration Platform SDK 7.6 and I intend to create a Folder under "Application Templates"
I use the RequestCreateObject Class with this xml :
<ConfData>
 <CfgFolder>
   <name value="762" />
   <type value="20" />
   <CfgOwnerID>
     <CSID value="0" />
     <DBID value="1" />
     <type value="7" />
   </CfgOwnerID>
   <state value="1" />
   <CfgParentID>
     <CSID value="0" />
     <DBID value="101" />
     <type value="20" />
   </CfgParentID>
 </CfgFolder>
</ConfData>

But when I execute the request I get this Error :
"No permissions to create an object under this Folder"

Any idea ?