Skip to content

Latest commit

 

History

History
80 lines (52 loc) · 2.64 KB

File metadata and controls

80 lines (52 loc) · 2.64 KB

FileMaker

Operators

Node (JavaScript??)

External Storage

Custom Web Publishing with XML

/fmi/xml/fmresultset.xml?-db=FMServer_Sample&-lay=Tasks&-findall=
/fmi/xml/FMPXMLLAYOUT.xml?-db=FMServer_Sample&-lay=Tasks&-view

The fmresultset grammar consists of:

<fmresultset xmlns="http://www.filemaker.com/xml/fmresultset" version="1.0">
  <error code="0"/>
  
  <datasource total-count="100" />
  
  <metadata>
    <field-definition name="" />
    <relatedset-definition table="">
      <field-definition name="" />
    </relatedset-definition>
  </metadata>
  
  <resultset count="1">
  
    <record mod-id="0" record-id="1">
      <field name="Start Date">
        <data>03/06/2014</data>
      </field>
    </record>
  
  </resultset>
</fmresultset>

Security

CWP(XML) enables you to restrict access to your published databases through:

  • Password protection
  • Database encryption (Only available for FileMaker Pro Advanced)
  • Secure connections using SSL

If there is no Extended Privilege, you will see this error (if using Rfm):

Rfm::AuthenticationError: The account name () or password provided is not correct (or the account doesn't have the fmxml extended privilege).

Restrict local IP address

Apache config file is at:

/Library/FileMaker Server/HTTPServer/conf/httpd.conf

Performance

Mac Pro Issues