When I try to use the ExportMetadata_conversion function via arcpy in a processing script on Server (Linux), I get the following error: ExecuteError: Failed to execute. Parameters are not valid. ERROR 000816: The tool is not valid. Failed to execute (ExportMetadata).
However, the workaround mentioned in that thread won't work here because 1) I can't install Desktop on linux to get the DLLs, and 2) If I copy the DLLs from Desktop elsewhere, they'd be 32-bit and Server is now 64-bit only (right?)
Any other ideas for a workaround? Is this issue actually fixed in 10.2? Will it ever be fixed?