dongwei5740 2014-05-29 17:47
浏览 67

FileMaker Server 11和Windows Server 2008 R2 VMware和CWP

Ok, so here is the background:


Our company has finally decided to migrate the current FileMaker Server Advanced 10 installations from physical machines running windows server 2003. As a test, we migrated our development machine to a new VMWare Windows server 2008 R2 enterprise installation. We can connect through FM clients with no problem. We deployed Custom Web Publishing, Instant Web Publishing, XSLT and ODBC. The FileMaker server Test page succeeds in testing CWP, IWP and XSLT with no problem. However, when I attempt to access ANY of the 57 files, including the FMServer_Sample file, I get errors.

using the following php, I get an error returned of (959), which according to FileMaker is that the CWP service is not running. An entry IS being created in the FileMaker Server log, so I know it's hitting the server. If I point it at any of the 4 other servers, I get correct results. But I am baffled on this one.

<?php

require_once('FileMaker.php');
require_once('Config.php');


$fm = new FileMaker('FMServer_Sample', '127.0.0.1', 'Admin', '12345');
$request = $fm->newFindAllCommand('English_Form_View');
$result = $request->execute();
if (FileMaker::isError($result)) {
    echo 'FileMaker server error: ' . $result->message . '(' . $result->code . ')';
} else {
    $records = $result->getRecords();
    foreach ($records as $r) {
        echo $r->getField('Title');
    }
}
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 素材场景中光线烘焙后灯光失效
    • ¥15 请教一下各位,为什么我这个没有实现模拟点击
    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 保护模式-系统加载-段寄存器