Author Topic: Error when creating Application Templates Folder  (Read 3434 times)

Offline Nalex

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Error when creating Application Templates Folder
« 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 ?
« Last Edit: July 29, 2009, 04:04:02 PM by Nalex »