Skip to main content

I have set a temporary file location, using the instructions found here : https://knowledge.safe.com/articles/176/fme-temp-environment-variable.html

However, when I run a workspace with data going into an Inspector, the FME Data Inspector window opens, but no data is loaded in/displayed.

I can see data has gone into the FME Temp space fine, and writing to file works fine, it's just the Data Inspector.

Does anyone know how I can rectify this?

Thanks!

This seems to be a case for support@safe.com


Sometimes the data inspector gets stuck restarting it of the all machine can help


Sometimes the data inspector gets stuck restarting it of the all machine can help

Yes, definitely if the Data Inspector and/or Workbench havn't been restarted since you changed the path.

 

 


Do you have the log window open in the Data Inspector? That might give us a clue about why it is having problems.


Do you have the log window open in the Data Inspector? That might give us a clue about why it is having problems.

Hi Mark,

 

Yes I have restarted both (in fact I re-installed FME completely in case it had got stuck on something!).

 

All the log files say is: Log File: F:\\FME Temp\\FMEDataInspector\\logs\\fmedatainspector_2016-09-05T09-50-45.log

 

Is there anything else I can try?

 

Thanks

 



Hi Mark,

 

Yes I have restarted both (in fact I re-installed FME completely in case it had got stuck on something!).

 

All the log files say is: Log File: F:\\FME Temp\\FMEDataInspector\\logs\\fmedatainspector_2016-09-05T09-50-45.log

 

Is there anything else I can try?

 

Thanks

 


What I'm looking for is that the Workbench log says "Storing feature(s) to FME feature store file" C:\\OneTempFolder\\inspector.ffs and the Data Inspector log says something like 'Couldn't find file D:\\AnotherTempFolder\\inspector.ffs' - because that will show whether the data is being written to the correct place (and the DI doesn't find it) or whether Workbench is writing it to the wrong location. And maybe the locations that are being used will reveal a clue as to why it's not working.

 


It shouldn't be an issue, but make sure the temp folder you are using has no spaces in its file/path names, and no special characters either. Like I said, it shouldn't be a problem, but it's one of those things to test for just to make sure.


It shouldn't be an issue, but make sure the temp folder you are using has no spaces in its file/path names, and no special characters either. Like I said, it shouldn't be a problem, but it's one of those things to test for just to make sure.

 

Thanks Mark - I removed the space in the file name and this worked - I should have thought to check this. Thanks for all your help.

 


 

Thanks Mark - I removed the space in the file name and this worked - I should have thought to check this. Thanks for all your help.

 

Yeah, not sure why I didn't think of it sooner. It's filed with the developers as PR#64578 and hopefully will be fixed before long.

 

 


Reply