Skip to main content
Solved

Exporting the project is not permitted. Items that don't exist or are inaccessible by you

  • 20 August 2024
  • 2 replies
  • 26 views

Hi All,

 

I get the following error when trying to export a project where there is an issue with a dependency:

This project contains items that don't exist or are inaccessible by you.

 

My user is a superuser and I can see the file however when I click the link to take me to the file, I can see that the link is different. Is there a problem with the link?

Link returned by project:

/fmeserver/resources/lookup?path=FME_SHAREDRESOURCE_DATA%5CEDM_CSV

expected link:

/fmeserver/resources/browse?path=FME_SHAREDRESOURCE_DATA%2FEDM_CSV&name=Data

I noticed that @kate-safe mentioned in a recent ticket that this was a known bug (

)

Is there anyway to fix this without upgrading FME flow? It’s put a halt on all of our deployments.

Flow installation details:

FME Flow 2023.1
Build 23619 - win64

 

Many thanks!

 

Sam

Hi @sam_appleton

There is a workaround. The workaround to this is to either run the workspace with the Job Submitter service first to ensure the resource path is created before creating the project.  Another option is to have the default path point to an existing data resource folder. 

However, there isn’t a patch. If you’d like a permanent solution you’ll have to upgrade.


Thanks @siennaatsafe the default values were set to this:

:$(FME_SHAREDRESOURCE_DATA)\EDM_CSV

Changing the value to forward slashes and re-running the workbenches has fixed the issue:

:$(FME_SHAREDRESOURCE_DATA)/EDM_CSV

 

Thanks for your help :D

 


Reply