Skip to main content
Solved

FME2015 with 2014 mapping

  • March 11, 2015
  • 5 replies
  • 32 views

andr__d
Contributor
Forum|alt.badge.img+5
Hi All,

 

I have upgraded to FME 2015.0, and ran a mapping previously created with FME2014.

 

It went OK (successful) but now at the biginning of the translation It's scanning through all possible readers and generates me a log file of more than 100 MB.

 

In my mapping, I only have 2 GEODATABASE_SDE, 1 GEODATABASE_FILE and 1 XLS_ADO readers.

 

 

Why it has to scan all possible readers ? see attached screenshoot.

 

 

Thanks

 

André

 

 

Best answer by endest

1. Check your System Variable of PATH, include right FME 2015 folder, and make sure it is before other editions of FME

 

2. Check you ArcGIS DataInterop module, try to re-extend/not extend it with FME Integration Console. Or reinstall/uninstall it.

 

 

I encountered this situation before, but really forgot how to solve...
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

david_r
Celebrity
  • March 11, 2015
Hi,

 

 

that is indeed weird, you should probably report it to Safe support.

 

 

What happens if you copy-paste the workspace contents into a new, blank workspace?

 

 

David

andr__d
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • March 11, 2015
David,

 

 

I have tried to do a copy/paste of my workspace into a blank workspace. But I still have the full scan of readers.

 

 

André

endest
Contributor
Forum|alt.badge.img+1
  • Contributor
  • Best Answer
  • March 12, 2015
1. Check your System Variable of PATH, include right FME 2015 folder, and make sure it is before other editions of FME

 

2. Check you ArcGIS DataInterop module, try to re-extend/not extend it with FME Integration Console. Or reinstall/uninstall it.

 

 

I encountered this situation before, but really forgot how to solve...

endest
Contributor
Forum|alt.badge.img+1
  • Contributor
  • March 12, 2015
Put your PATH of FME 2015 infront of ESRI path, too.

andr__d
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • March 12, 2015
FME was not extending my ArcGIS 10.3 DI. So I ran the "FME Integration Console" to extend it and it seems to have solved the problem.

 

I tried also to revert back to not extend, and the problem is back. So ArcGIS 10.3 needs to be extend by FME.

 

 

Thanks a lot.