We migrated from FME Server 2022 to FME Flow 2024 (FME Flow 2024.2.3
Build 24825 - win64) and we have imported the 2022 backup successfully.
When I now want to create a new project and I want to add a Resource path to the Project, the list of Resources to chose from is empty.
I’ve looked at the request and the response contains the list of resource paths at the highest level but this list is not displayed in the UI. Is there a known issue with this release or a config setting that we missed?
Request URL:
https://<fmeserver>/fmeapiv4/resources/connections?limit=100&offset=0&suppressBroadcastError=false&cb=1744107685909
Request Method:
GET
Status Code:
200 OK
Response :
{
"items": [
{
"name": "FME_SHAREDRESOURCE_BACKUP",
"owner": "admin",
"ownerID": "fb2dd313-e5cf-432e-a24a-814e46929ab7",
"sharable": true,
"displayName": "Backup",
"description": "This shared resource is the backup directory",
"migratable": false,
"type": "network",
"properties": {
"DIR": "<UNC_Path>/resources/backups/"
},
"updatable": false
},
{
"name": "FME_SHAREDRESOURCE_DASHBOARD",
"owner": "admin",
"ownerID": "fb2dd313-e5cf-432e-a24a-814e46929ab7",
"sharable": true,
"displayName": "Dashboards",
"description": "This shared resource is the dashboards directory",
"migratable": true,
"type": "network",
"properties": {
"DIR": "<UNC_Path>/resources/dashboards/"
},
"updatable": false
},
{
"name": "FME_SHAREDRESOURCE_DATA",
"owner": "admin",
"ownerID": "fb2dd313-e5cf-432e-a24a-814e46929ab7",
"sharable": true,
"displayName": "Data",
"description": "This shared resource is the data directory",
"migratable": true,
"type": "network",
"properties": {
"DIR": "<UNC_Path>/resources/data/"
},
"updatable": false
},
{
"name": "FME_SHAREDRESOURCE_ENGINE",
"owner": "admin",
"ownerID": "fb2dd313-e5cf-432e-a24a-814e46929ab7",
"sharable": true,
"displayName": "Engine",
"description": "This shared resource is the engine directory",
"migratable": true,
"type": "network",
"properties": {
"DIR": "<UNC_Path>/resources/engine/"
},
"updatable": false
},
{
"name": "FME_SHAREDRESOURCE_LOG",
"owner": "admin",
"ownerID": "fb2dd313-e5cf-432e-a24a-814e46929ab7",
"sharable": true,
"displayName": "Logs",
"description": "This shared resource is the logs directory",
"migratable": false,
"type": "network",
"properties": {
"DIR": "<UNC_Path>/resources/logs/"
},
"updatable": false
},
{
"name": "FME_SHAREDRESOURCE_SYSTEM",
"owner": "admin",
"ownerID": "fb2dd313-e5cf-432e-a24a-814e46929ab7",
"sharable": true,
"displayName": "System",
"description": "This shared resource is the system directory",
"migratable": false,
"type": "network",
"properties": {
"DIR": "<UNC_Path>/resources/system/"
},
"updatable": false
},
{
"name": "FME_SHAREDRESOURCE_TEMP",
"owner": "admin",
"ownerID": "fb2dd313-e5cf-432e-a24a-814e46929ab7",
"sharable": true,
"displayName": "Temp",
"description": "This shared resource is the temp directory",
"migratable": false,
"type": "network",
"properties": {
"DIR": "<UNC_Path>/resources/temp/"
},
"updatable": false
}
],
"totalCount": 7,
"limit": 100,
"offset": 0
}