Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Timeout Error #37

@prashant7090

Description

@prashant7090

I am new to filemaker, I have installed filemaker server. I have install rfm gem,

Following is my config in config/rfm.yml
:host: "192.168.1.20"
:ssl: false
:timeout: 10
:port: 16000
:account_name: "somename"
:password: "somepass"
:database: "dbname"
:ssl_certificate: '/path/to/certificatefile/certificate.pem'

I have created user model & tried to fetch first record as follow,
@user = User.find(1);
puts "First User: " + @user.to_s

I am getting timeout error. (Net::ReadTimeout (Net::ReadTimeout):)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions