Skip to content

Instantly share code, notes, and snippets.

@mayra-cabrera
Created December 5, 2013 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayra-cabrera/7808782 to your computer and use it in GitHub Desktop.
Save mayra-cabrera/7808782 to your computer and use it in GitHub Desktop.
Layouts
=> myLayout
=> #<Rfm::Layout:0x007fc2cd0d67a8
@db=
#<Rfm::Database:0x007fc2cd0dd940
@account_name="",
@layout={"starsv2"=>#<Rfm::Layout:0x007fc2cd0d67a8 ...>},
@name="STARSv2",
@name="STARSv2",
@password="tGr5^M%34s",
@script={},
@server=
#<Rfm::Server:0x007fc2cd0deef8
@db={"starsv2"=>#<Rfm::Database:0x007fc2cd0dd940 ...>},
@state=
{:host=>"68.179.44.140",
:port=>80,
:ssl=>false,
:root_cert=>true,
:root_cert_name=>"",
:root_cert_path=>"/",
:account_name=>"",
:password=>"tGr5^M%34s",
:log_actions=>true,
:log_responses=>true,
:warn_on_redirect=>true,
:raise_on_401=>nil,
:username=>"3therPr05"},
@uri=#<Addressable::URI:0x3fe16686d828 URI:http://68.179.44.140:80>>>
=> myLayout.all
http://68.179.44.140:80/fmi/xml/fmresultset.xml?-db=STARSv2&-findall=&-lay=STARSv2
date: ["Thu, 05 Dec 2013 16:39:12 GMT"]
www-authenticate: ["Basic realm=\"Database null\""]
content-type: ["text/html;charset=utf-8"]
content-length: ["1057"]
ms-author-via: ["DAV"]
<html><head><title>FileMaker Server Administration Console - Error</title><style><!--H1 {font-family:Arial,sans-serif;color:white;background-color:#BEBEBE;font-size:22px;}H2 {font-family:Arial,sans-serif;color:white;background-color:#BEBEBE;font-size:16px;}H3 {font-family:Arial,sans-serif;color:white;background-color:#BEBEBE;font-size:14px;font-weight:bold;}H4 {font-family:Arial,sans-serif;font-size:14px;font-weight:bold;}BODY {font-family:Arial,sans-serif;color:black;background-color:white;}P {font-family:Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #BEBEBE;}--></style> </head><body><h1>HTTP Status 401 - </h1><HR size="1" noshade="noshade"><h4>FileMaker Server has encountered an error:<br/>This request requires HTTP authentication ().<br/><br/></h4><h4>If the <a href="/"> Server Launch Page</a> is not available, visit the <a href="http://www.filemaker.com">FileMaker Website</a> for more assistance.</h4><HR size="1" noshade="noshade"><h3>FileMaker Server</h3></body></html>
Rfm::AuthenticationError: The account name () or password provided is not correct
(or the account doesn't have the fmxml extended privilege).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment