creating change activity using java api
I am trying to create a change activity object using java api and im getting the following error when i run it,
this error is occuring at FolderHelper.assignLocation(changeTask, folder_path_in_windchill);
wt.folder.FolderException:
A cabinet member must be assigned to a cabinet, not a subfolder. Cabinet member: "(Default task) Modify affected objects". Subfolder: "(Default task) Modify affected objects=.
at wt.folder.FolderHelper.assignLocations(FolderHelper.java:838)
at wt.folder.FolderHelper.assignLocation(FolderHelper.java:142)

