Hello
I am using the DFS services and am trying to create a new path with a non "dm_folder" type. I am doing this by using the ObjectService createPath method to create the path (it is not possible to specify any other folder type than dm_folder at this stage) and then using the ObjectService update method to change the type to sjb_my_folder_type (as well as setting a few other attributes, ACLs etc at this stage). All seems to work fine until the update call is made and this throws an exception stating with an error of the form:
Error : "Update" operation failed for object: [] [id =0bde75d180005c07]Error : Operation output generation failed: could not retrieve data for identity: [] [id =0bde75d180005c07] Error : Failed to retrieve relations from docbrockerError : Getting persistent object failed. Repository: "documentum".Error : Document/object specified by 0bde75d180005c07 does not exist.Error : Cannot fetch a sysobject - Invalid object ID : 0bde75d180005c07And the folder then becomes "zombified" ie. I can see it using Webtop or DQL queries but I can't delete it either through the Webtop GUI or programatically using ObjectService delete method. I am guessing that changing the folder type is breaking some referential integrity somewhere but cannot find another way of creating a new folder path with a different type to "dm_folder". Please does anyone have any suggestions/explanations for why this problem is happening/how I can get around it.Thanks in advanceSteve