cancel
Showing results for 
Search instead for 
Did you mean: 

How can I identify what document a .bin file references

imerrington
Champ in-the-making
Champ in-the-making
I have several large bin files in my contentore that look like they are an xls file. Is it possible to identify what document they refer to?
3 REPLIES 3

mikeh
Star Contributor
Star Contributor
The filename forms part of the nodeRef, so do a search on workspace://SpacesStore/<nodeRef>

Mike

imerrington
Champ in-the-making
Champ in-the-making
Thanks for the response

Is this in the node browser?

Do I choose

workspace://SpacesStore

store

then enter then filename minus the .bin into the noderef search. When I do this I get the error

Search failed due to: org.alfresco.error.AlfrescoRuntimeException: Invalid node ref - does not contain forward slash: f9609a61-1858-11de-91ca-7b5d0fcc049a

mikeh
Star Contributor
Star Contributor
A nodeRef contains the store too, so it's
workspace://SpacesStore/f9609a61-1858-11de-91ca-7b5d0fcc049a

Mike