[FX.php List] Switching to FMServer13 from 12

csinfo csinfo at criticalsolution.com
Mon Mar 30 14:25:35 MDT 2015


I found out the security on the new web server may be in the way. I found
this out by turning on the FX debugger, then copying the URL to a browser
does work but only after clicking through a phishing warning.
John


On 3/30/15, 11:50 AM, "csinfo" <csinfo at criticalsolution.com> wrote:

> I have some scripts that modify data that still work after my conversion to
> FMServer13 (Windows Server 12)
> One script that runs a FileMaker script does notŠany idea of where to look?
> This is a snip of my code:
> (All variables are valid.)
> $request = new FX($ServerIP, $Port,$dataSourceType );
> $request->SetDBData($fmdb,$Layout,'1');
> $request->SetDBUserPass($fmAccount, $fmPass);
> $request->AddDBParam( 'ListOrder', '*' );
> $request->AddDBParam('-script', 'Start MOFIn Process XML' );
> $result = $request->FMFind();
> $records =$result['data'];
> $foundCount=$result['foundCount¹];
> 
> Thanks,
> John
> 
> _______________________________________________ FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20150330/5ec45e00/attachment.html


More information about the FX.php_List mailing list