I'm using the CMIS connector in Appian 7.8 to work with an Alfresco reposito

I'm using the CMIS connector in Appian 7.8 to work with an Alfresco repository (Community Edition 5.0, which I have installed myself, vanilla install).

In Appian I have set up 3rd-party credentials correctly (I'm using the Alfresco admin account), obtained the repository ID and I am able to start using the Appian connector functions. I am creating a rudimentary CMIS browser in SAIL using the a!cmiGetFolderChildren function. This is where I am starting to run into issues.

So I can connect to the Alfresco repository root folder and the above function returns all of the Alfresco root folders--if you know Alfresco this is a series of standard system folders (Guest Home, User Home, ...Sites etc). All of these system folders get returned to me with the Appian function. However, drilling down to any subfolders of these starts to produce issues---subfolders don't get returned.

For example, when I select one of the these folders, for example, Sites where I ...

OriginalPostID-143815

OriginalPostID-143815

  Discussion posts and replies are publicly visible

Parents
  • ...have set up a site called MySite and under that a new folder called TestFolder. I can see the Sites/MySite folder just fine but I can't view any of the subfolders for example /Sites/MySite/DocumentLibrary and that subfolder /Sites/MySite/DocumentLibrary/TestFolder do not get returned. Another example is that I set up a shared folder named SharedFolder (under Shared). This one I also can't see.

    A few more data points:
    1) If I go to Alfresco's OOB repository browser (using the same admin creds) I can browse everything fine.
    2) Not only am I using the admin account but I also opened up permissions on these folders so that everyone is a "Manager".
    3) If I use the Appian a!cmiGetObjectIdByPath to get the ID, followed by the a!cmiGetProperties I am able to get back everything I need (for example from /Sites/MySite/DocumentLibrary/TestFolder) so again this doesn't seem to be a problem with permissions.
    4) On these empty returns from a!cmiGetFolderChildren there is no err...
Reply
  • ...have set up a site called MySite and under that a new folder called TestFolder. I can see the Sites/MySite folder just fine but I can't view any of the subfolders for example /Sites/MySite/DocumentLibrary and that subfolder /Sites/MySite/DocumentLibrary/TestFolder do not get returned. Another example is that I set up a shared folder named SharedFolder (under Shared). This one I also can't see.

    A few more data points:
    1) If I go to Alfresco's OOB repository browser (using the same admin creds) I can browse everything fine.
    2) Not only am I using the admin account but I also opened up permissions on these folders so that everyone is a "Manager".
    3) If I use the Appian a!cmiGetObjectIdByPath to get the ID, followed by the a!cmiGetProperties I am able to get back everything I need (for example from /Sites/MySite/DocumentLibrary/TestFolder) so again this doesn't seem to be a problem with permissions.
    4) On these empty returns from a!cmiGetFolderChildren there is no err...
Children
No Data