Skip to main content

I need that every user who launches FME Workbench has set paths to a shared folder, in order to share connections to databases. However, I do not find where FME saves this information. In the Windws registry?

I suspect it's saved here: 

HKEY_CURRENT_USER\SOFTWARE\Safe Software Inc.\Feature Manipulation Engine\Shared Resource Directory

 


I suspect it's saved here: 

HKEY_CURRENT_USER\SOFTWARE\Safe Software Inc.\Feature Manipulation Engine\Shared Resource Directory

 

There is a key for the resources (as above) and also one for the named connections

 

iHKEY_CURRENT_USER\SOFTWARE\Safe Software Inc.\Feature Manipulation Engine]
"Shared Resource Directory"="\"\\\\path.local\\SAFE FME\\Shared_Resources\""
 
 
eHKEY_CURRENT_USER\SOFTWARE\Safe Software Inc.\Feature Manipulation Engine\Settings]
"Named Connection Directory"="\\\\path.local\\SAFE FME\\Shared_Resources\\Connections"
 
 

 


Reply