Skip to main content

Trying to read from SDE but I get the following error:

Unable to read from the table/feature class 'schemaName.tableName'. If 'schemaName.tableName' contains a class extension, make sure it is registered on this computer.

Yes, there is a featureclass extension and it is correctly installed on the same machine. Arcmap is showing the parcels ok. The sde backend is postgres and SDE 10.6.1

 

 

 

 

Hi @stalknecht​ 

Based on the information from the error message, it appears that FME is not able to pick up the Extension, that is installed for that ArcSDE.

Can you confirm if you are using 32bit FME or 64bit?

Since ArcMap works (32bit version), it is possible that this could be a simple issue of mismatched architecture. If the class extension is registered in 32bit mode, FME 64bit might not be able to read this.

 

Please try running FME Desktop 32bit version and check if that resolves the issue.

 


Hi @stalknecht​ 

Based on the information from the error message, it appears that FME is not able to pick up the Extension, that is installed for that ArcSDE.

Can you confirm if you are using 32bit FME or 64bit?

Since ArcMap works (32bit version), it is possible that this could be a simple issue of mismatched architecture. If the class extension is registered in 32bit mode, FME 64bit might not be able to read this.

 

Please try running FME Desktop 32bit version and check if that resolves the issue.

 

Didn't realize the featureclass extension is a 32 bits extension. Thanks for pointing me.


Reply