From sthoms at wavecomm.com Sun Aug 30 13:59:26 2015 From: sthoms at wavecomm.com (Steven Thoms) Date: Sun Aug 30 13:59:32 2015 Subject: [FX.php List] FileMaker Server 14 and FX.php Message-ID: <4AFF8EA3-8788-4189-B8CF-788F966A5A55@wavecomm.com> Chris, Can you reply directly as well? My access to the list is f&*&^%d.... Steve 207 798-0171 From steve at steventhoms.com Sun Aug 30 13:57:36 2015 From: steve at steventhoms.com (Steven Thoms) Date: Mon Aug 31 12:13:48 2015 Subject: [FX.php List] FileMaker Server 14 and FX.php Message-ID: Chris, My requests in FM14 on windows are requiring authentication at the IIS level. Any ideas on how to avoid this. Everything is returning a 4 error. Also, I had to skip -FMDBNames because the url FX generates: http://XXX.XXX.XXX.XXX:80/fmi/xml/FMPXMLRESULT.xml?-db=&-max=&-dbnames fails in the browser where http://XXX.XXX.XXX.XXX:80/fmi/xml/FMPXMLRESULT.xml?-dbnames does not. BTW - all the query urls return data in the browser, but with the IIS authentication in place, they all turn to error 4s in the code. Any help is appreciated. I am truly stuck. I know you may not know IIS well enough, but this is my first stop... Thanks, Steve Thoms steve@steventhoms.com 207 798-0171 Steve 207 798-0171 From chris at iViking.org Mon Aug 31 12:32:49 2015 From: chris at iViking.org (Chris Hansen) Date: Mon Aug 31 12:31:13 2015 Subject: [FX.php List] FileMaker Server 14 and FX.php In-Reply-To: References: Message-ID: <17FA6843-3409-48AB-838B-6339A670EBEF@iViking.org> Steve, You're right, I don't typically work with IIS (though I have at times.) Error 4 is "Command is unknown". That seems odd. As far as the authentication, there is a possibility that the cURL options need to be tweaked. If you look in RetrieveFM7Data.class.php, what is the setting for CURLOPT_HTTPAUTH? How long ago did you last download FX.php? Thanks for the note about -FMDBNames, FileMaker Server has been getting picky about extra parameters, so I'll have a look at taking those extras out. Best, --Chris > On Aug 30, 2015, at 1:57 PM, Steven Thoms wrote: > > Chris, > > My requests in FM14 on windows are requiring authentication at the IIS level. Any ideas on how to avoid this. Everything is returning a 4 error. > > Also, I had to skip -FMDBNames because the url FX generates: > > http://XXX.XXX.XXX.XXX:80/fmi/xml/FMPXMLRESULT.xml?-db=&-max=&-dbnames > > fails in the browser where > > http://XXX.XXX.XXX.XXX:80/fmi/xml/FMPXMLRESULT.xml?-dbnames > > does not. > > BTW - all the query urls return data in the browser, but with the IIS authentication in place, they all turn to error 4s in the code. > > Any help is appreciated. I am truly stuck. I know you may not know IIS well enough, but this is my first stop... > > Thanks, > > > Steve Thoms > steve@steventhoms.com > 207 798-0171 > > > > > Steve > 207 798-0171 > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list >