We have setup sitecore in such as way that we have one CM environment(this has access to core, web and master) and CD environment(this has access to web and core). We are using Webform for Marketer module in sitecore. Now on CD server, as we do not have master database entries in connectionstring.config and web.config file, when i try to use webform for markeret's module, it is failing while looking for master database.
The solution i have tried is adding remoteWfmService connection string in Connectionstring.config file.
<add name="remoteWfmService" connectionString="url=http://(Url for CM Server)/sitecore%20modules/shell/Web%20Forms%20for%20Marketers/Staging/WfmService.asmx;user=[domain\username];password=[password];timeout=60000" />
But this solution did not helped.
The error i am getting is Could not find configuration node: databases/database[@id='master'] This is happening only on pages where i am using form created using WebForm for Marketer module. It is working on CM server as there i do have master database entries in ConnectionString and Web Configuration file.