Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6371 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have the Filemaker php api installed on an IIS server running windows 2003 server. When I try to run my app I get the following error:

Communication Error (7): unable to connect to host

at this line of code:

$Location_row = current($Location_result->getRecords());

I also tried the catalog_example and when tried to show all records the following errors occurred:

Warning: session_start() [function.session-start]: open(C:PHPsessiondatasess_dc7b9d7a06ac2af3156755e7a25a9d62, O_RDWR) failed: No such file or directory (2) in C:Inetpubwwwrootfmview.php on line 19



Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:Inetpubwwwrootrecordlist.php:3) in C:Inetpubwwwrootfmview.php on line 19



Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:Inetpubwwwrootrecordlist.php:3) in C:Inetpubwwwrootfmview.php on line 19



    * Home

    * Find Records

    * Show All Records

    * View Record List

    * Add Record



An Error Occurred!



Error: Unknown error



Message: Communication Error: (22) The requested URL returned error: 400

Is there something missing in the configuration?

Posted

Lol, figured you'd try here too eh?

Yeah I recommend you forget the catalog example, its frankly quite useless for anything.

Anyway, as I said, I would check your FMSA config rather than anything else.

Where is FMSA relative to your IIS box compared to where your FMSA was relative to whatever you were running before.

Posted

FMSA is configured on a second box. Using the web admin console I was able to enter the IP address of the second box and I assume it configured correctly. I am not on site, but I think I was able to see the databases setup through IWP. I will double check.

Any other suggestions for what to check specifically?

Posted

Lol, lets just keep the discussion at fmwebschool, saves me posting everything twice.

Posted

But essentiallly.. Your host name should be the ip of your FMSA relative to your IIS box.. i.e. if you can access your FMSA box from your IIS box using the IP 123.123.123.123 that should be your hostname variable.

This topic is 6371 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.