-
Content Count
15 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout Dave Vaklyes
-
Rank
newbie
- Birthday 04/09/1955
Profile Information
-
Gender
Male
-
Location
Northern Virginia
Contact Methods
-
Website URL
http://goldstandarddesign.com
FileMaker Experience
-
Skill Level
Expert
-
FM Application
18
Platform Environment
-
OS Platform
Mac
-
OS Version
Mojave
FileMaker Partner
-
Certification
11
12
13
14
15 -
Membership
FileMaker Business Alliance
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
The reason I asked was that the error message I got back when trying to solve my current issue was simply "Can't send command to SMTP host" which as far as I can find is not a SMTP error message. But your explanation of how the plugin works clears it up for me. If it is a SMTP error returned I will see the code. I can live with that. Thanks.
-
Dave Vaklyes started following Getting the SMTP error number
-
Is there any way to get the actual SMTP error number? The result of EmailSend is either 1 or ERROR EmailLast Error gives a text description. I'd really like the number when I'm trying to debug from the email server logs.
-
Dave Vaklyes started following Monkey Bread Software (MBS Plugin), FMPerception and FM Starting Point - General Discussions
-
Dave Vaklyes started following CloudMail - poor SPAM scoring with AWS
-
Dave Vaklyes started following FileMaker Pro 19, 360Works Email Plugin and MirrorSync by 360Works
-
MirrorSync 5 .0 rev 13461 running on macOS 10.13.6 and FileMaker Server 18.0.2.217 When the computer gets rebooted, MirrorSync is not starting up. I'm running the client on a different computer because of Java issues, and after the server reboot the client says that MirrorSync is not running. So, short of reinstalling MirrorSync (which does work), how do I start the service? And how can I get it to automatically start? Dave (and how about fixing the ReadMe.html file to point to the v5 documentation, rather than to v4?)
-
Amazon Corretto not recognized
Dave Vaklyes replied to Dave Vaklyes's topic in MirrorSync by 360Works
I tried on my AWS FMS server running Windows Server 2016, also with Corretto (is is an AWS server after all), and got the same error. So I deleted Corretto on my desktop Mac, installed Oracle Java, and the client works. (My MirrorSync license is messed up, but Warren is handling that issue.) So i hope this issue is fixed soon. I also hope MirrorSync 6 is realized soon! Thanks for your help. Dave -
Amazon Corretto not recognized
Dave Vaklyes replied to Dave Vaklyes's topic in MirrorSync by 360Works
Mac 10.13.6.. Downloaded and installed the latest version. The error is when I try to run MirrorSync5ConfigClient.jnlp (btw - independent of this problem, I am in process of rebuilding our MySQL server after a ID10T error on my part. So if I do get MirrorSync running, I'll have to wait to try it out. Goingto be a long night.) -
Amazon Corretto not recognized
Dave Vaklyes replied to Dave Vaklyes's topic in MirrorSync by 360Works
java -version openjdk version "1.8.0_222" OpenJDK Runtime Environment Corretto-8.222.10.1 (build 1.8.0_222-b10) OpenJDK 64-Bit Server VM Corretto-8.222.10.1 (build 25.222-b10, mixed mode) -
Amazon Corretto not recognized
Dave Vaklyes replied to Dave Vaklyes's topic in MirrorSync by 360Works
Since I don't really want to pay $1200+ to Oracle for a licence, that option is problematic. Is it just the Amazon version? Will the official openjdk work? Dave -
After banishing Oracle Java, I installed the Amazon Corretto version of openjdk 1.8.0_222 on my FileMaker servers. FMS is happy with this version, but the latest Mirror Sync apparently doesn't see it. I get the "you need to download the Java Runtime Environment" error. And to add insult to injury, the More Info link takes me to the Oracle Java download page for version 8. Will Mirror Sync work with Corretto? If so, thoughts on why it is not seeing it? Dave
-
Deleting the PID folder (I did send it to 360Works support) did the trick. All plugins are now installed and enabled. Thanks! Dave
-
So I deleted all the plugins and ran my install script again. I have attached a zip of the six 360Works log files created in tmp during the process of installing and attempting to enable. (They still did not enable.) I followed the link to the 360Works page you referenced, and recreated the support files. My Java is version 8 update 211. btw - I installed FM18 and the plugins on my 15" MacBookPro running 10.13.6, and the plugins enable just fine. But I have NO Java control panel on that computer. Hope the logs tell you something. Thank you, Dave 360Works tmp Logs.zi
-
I have two main Macs - an iMac 5K running Mojave 10.14.4, and a 17" MacBook Pro running High Sierra 10.13.6. I had the FileMaker 18 Beta installed, with all the preupdate 360Works plugins, on both computers, and they ran just fine. (I did have to force the OS to accept them) So today I deleted the beta (folder and the 18 folder in ~Library/Application Support, and the plugins. I downloaded the updated plugins from 360Works, and installed the just released FileMaker 18. Then I installed all my usual plugins (360Works, MBS, BaseElements) In the iMac with Mojave all is well. All the plu
-
Yes, they are. In the text section: Content-Transfer-Encoding: quoted-printable In the HTML section: Content-Transfer-Encoding: 7bit So something is not working. I attached the script steps I'm using to test this with. I am using plugin version 3.1, on FileMaker 17 (and higher). Same result on both FM Versions. Dvaklyes-email-script.txt
-
I tried the EmailSetHeader, but couldn't get it to work. Then I had a "Doh" moment when I realized that by setting that header the plugin does the base64 encoding. So I removed my base64 encode, and now it still doesn't work. The value of Content-transfer-encoding is not getting set. My code sequence is: Set Variable [ $resultSetup ; Value: EmailConnectSMTP( "email.XXXXXXXXXXXXXX.com:465"; "server@XXXXXXXXXXXXXX.com" ; "XXXXXXXXXXXXXXXXXXXXXXX" ; "forceTrust=1" ;"ssl=1" ) ] Set Variable [ $result ; Value: EmailCreate( "xxxxxxxxx@XXXXXXXXXXXXXX.com" ; $email ; MailingBla
-
Short question - Is there a way to change the Content-Transfer-Encoding when setting the body of an email? Back story - Every week we send an email blast to our folks which is an HTML eCard provided by our podcast provider (VoiceAmerica). We get the eCard as a text file with the HTML code, open the file and put the code into a field. We use EmailSetBody to attach the field to the email as HTML. For almost everyone of the 11,000+ who receive the eCard it opens just fine. But for folks with a gmail.com address, who are using the Gmail web interface, or the iOS Gmail app, the body of th
-
The requirements for DocuBin say "An internet connection (DocuBin works offline with some limitations)" What limitations?