Foren

erro in dlfolder

Alfresco_Liferay developer, geändert vor 9 Jahren.

erro in dlfolder

New Member Beiträge: 18 Beitrittsdatum: 22.09.14 Neueste Beiträge
Hi

I am having problem with dlfolder

folder = DLAppServiceUtil.getFolder(repositoryId, 0, folderName);


folderName i created that folder
but i got following error


com.liferay.portlet.documentlibrary.NoSuchFolderException: No DLFolder exists with the key {groupId=10184, parentFolderId=0, name=10201-joebloggs}


how can i solve this?
Thanks
thumbnail
Tina Agrawal, geändert vor 9 Jahren.

RE: erro in dlfolder

Expert Beiträge: 297 Beitrittsdatum: 03.01.08 Neueste Beiträge
Are you sure you are passing all the correct parameters to the API?
May be try running a DB query and check where your file exists.

Tina