November 9, 20169 yr I'm having issues with CloudMail and web direct. It is running on Filemaker Server and Filemaker Server is recognizing the plugin. Before the Amazon Connect script I'm running a script as follows: Set Variable [ $register; Value: CMRegister ( "serial number" ; "Licensed To" )] Set Field [Campaign::Test Field; $register } It always returns ? when I run this script through WebDirect. Any suggestions?
November 10, 20169 yr Hi jshels, Whenever you get a ? as a return from one of our plugins it means that the plugin is not installed or is not enabled. In your case it looks like the plugin is not installed. The reason I say that is because the installation location for use with Web Direct is different than when installing in FileMaker Server. The plugin that you see listed in the admin console can only be used with PSOS or through scheduled script. See this page for installation locations. Once you have installed the plugin in the Web Direct location, you will need to restart the FMSE as well as the Web Publishing Engine. You can do that by restarting the machine that runs FileMaker Server or through the fmsadmin utility in cmd/terminal by using the commands "fmsadmin restart fmse -y" and "fmsadmin restart wpe -y" . If the machine runs Windows and you are using cmd instead of PowerShell then you may need to change directories to the location that the fmsadmin utility is stored in order to run the commands.
November 10, 20169 yr Author Thanks Ryan The plugin is already in that location. No issues with Plastic so I know it's not a setting that's incorrect in Server and Java is up to date. Any other suggestions? I've emailed a bit with Ben today about this issue as well.
November 11, 20169 yr We'll resolve the issue through our support system and post the solution here once it has been resolved.
Create an account or sign in to comment