September 1, 201015 yr We have an existing process that dumps all of the information in our Filemaker databases out to xml for import into Postgresql. When upgrading the server to windows 2003 x64 and Filemaker Server 11 Advanced we can no longer access the databases over the xml interface. For example, this command used to work: curl -s --user USERNAME:PASSWORD -d "-findall&-db=db_name&-lay=layout_name" http://192.168.x.xxx/fmi/xml/fmresultset.xml Now we only get a response of: Service Unavailable Filemaker appears to have the Web Publishing server configured correctly. I think it has something to do with IIS. Any ideas?
September 2, 201015 yr FMS 11 runs only in 32 bit mode. It will run on the 64 bit OS but only in 32 bit mode. Steven
Create an account or sign in to comment