Search found 695 matches

by kpassaur
Thu May 07, 2020 2:01 pm
Forum: Technical / Scripting
Topic: Script fails in ver 15 but works in 14
Replies: 7
Views: 4858

Script fails in ver 15 but works in 14

I am having trouble getting a compiled script to work that uses ftp. I posted it looking for help. In trying to get it to work I upgraded my version of MS, it does not work in ver 15 but does in ver 14. In trouble shooing I have reduced it to just compiling 2 lines the get and result so it is not so...
by kpassaur
Thu May 07, 2020 10:42 am
Forum: Technical / Scripting
Topic: Compiled version failing
Replies: 4
Views: 3588

Compiled version failing

I have a script that ftp files and the compiled version fails. First off I have checked and the open source files are being copied into the directory with the compiled file so that is not it. I have checked and the ones in MS do not seem to be the latest so I tried later versions as well (that did n...
by kpassaur
Sat Apr 25, 2020 12:00 pm
Forum: Technical / Scripting
Topic: HTTPRequest> issue just started
Replies: 2
Views: 2146

Re: HTTPRequest> issue just started

You are right, I ended up checking every setting and I now have to set the version of TLS.
by kpassaur
Wed Apr 22, 2020 8:45 pm
Forum: Technical / Scripting
Topic: HTTPRequest> issue just started
Replies: 2
Views: 2146

HTTPRequest> issue just started

I have some code that I have been using for 2 years with no issues. The code does a HTTPRequest> that does a lookup in a database. I can't post the code as it contains personal financial records. The line works in a browser but not in MS and it used to. Now it fails with a Socket Error # 10054 Conne...
by kpassaur
Tue Apr 07, 2020 5:15 pm
Forum: Technical / Scripting
Topic: email not going to server address
Replies: 13
Views: 11289

Re: email not going to server address

I got it to work - now goes to junk mail but I get it.

I tried changing the port from 3535 to 80, same thing
tried port 25 - mail failed to connect.

Changed to SSL set port to 587 and changed from address and now I am getting it. Thanks for your help
by kpassaur
Tue Apr 07, 2020 5:10 pm
Forum: Technical / Scripting
Topic: email not going to server address
Replies: 13
Views: 11289

Re: email not going to server address

Yes both are the same and that seems to be the issue.
by kpassaur
Tue Apr 07, 2020 4:43 pm
Forum: Technical / Scripting
Topic: email not going to server address
Replies: 13
Views: 11289

Re: email not going to server address

Is this what you want "smtpout.secureserver.net" I use it in both MS Mail and Outlook. Keep in mind it only fails with "kpassaur@edocfile.com" as the email address. In other words if the address line was kpassaur@edocfile.com; kpassaur@gmail.com; kpassaur@hotmail.com All would receive the email if u...
by kpassaur
Tue Apr 07, 2020 4:15 pm
Forum: Technical / Scripting
Topic: email not going to server address
Replies: 13
Views: 11289

Re: email not going to server address

There is a failure to communicate here. I am using the SAME Server in Outlook as I use with MS Mail. With Outlook it works with MS Mail it fails. It only fails with my email address. Like this, if the send to is "Marcus@mjtnet.com; kpassaur@edocfile.com" and that is a valid email address you would g...
by kpassaur
Tue Apr 07, 2020 2:27 pm
Forum: Technical / Scripting
Topic: email not going to server address
Replies: 13
Views: 11289

Re: email not going to server address

I don't understand what "server I am using". It is provided by Godaddy and it is set correctly as it works with all mail that is not going to my email address. I would think it would be dropped as you suggested; however, with the same email server and the same settings if I am in Outlook it goes thr...
by kpassaur
Tue Apr 07, 2020 2:00 pm
Forum: Technical / Scripting
Topic: email not going to server address
Replies: 13
Views: 11289

Re: email not going to server address

I guess I am not explaining it correctly. I can send MS mail to anyone and it works with one exception; I can't send it to myself. I do not know how I can clarify that more. There is no error code as it comes back with a 250 accepted by the server. Keep in mind the line above it works with one excep...
by kpassaur
Mon Apr 06, 2020 3:52 pm
Forum: Technical / Scripting
Topic: email not going to server address
Replies: 13
Views: 11289

Re: email not going to server address

Godaddy hosts my account. It works fine, except that I can't send mail to myself if using MS. If I use my gmail or hotmail account I can send myself mail, I can't with the edocfile (Godaddy Hosted Site). In other words if I want to send myself an email I have to send it to my gmail account and then ...
by kpassaur
Fri Apr 03, 2020 2:23 pm
Forum: Technical / Scripting
Topic: Using or in an easypattern
Replies: 4
Views: 2568

Got it

Sorry, didn't catch the 0 and 1 in the EasyPattern syntax
by kpassaur
Fri Apr 03, 2020 2:14 pm
Forum: Technical / Scripting
Topic: Using or in an easypattern
Replies: 4
Views: 2568

EasyPattern Failing

I'm missing something here as the sample below just brings back the "W". What I really want is the choice of "C" or "WEB" or "EDI" followed by 6 digits which I thought would be ["C" or "WEB" or "EDI"][6digits] Let>text=WEB007029 Let>pattern=["WEB" or "EDI"] RegEx>pattern,text,0,matches,num,0 Message...
by kpassaur
Tue Mar 31, 2020 11:44 am
Forum: Technical / Scripting
Topic: Using or in an easypattern
Replies: 4
Views: 2568

Re: Using or in an easypattern

Thank you
by kpassaur
Mon Mar 30, 2020 8:57 pm
Forum: Technical / Scripting
Topic: Using or in an easypattern
Replies: 4
Views: 2568

Using or in an easypattern

This is so simple but I just can't get it today. I want to use "or" in an easypattern such as this: Let>text=ABC456123 Let>pattern=ABC[6digits] or XYZ[6digits] RegEx>pattern,text,1,matches,num,0 MessageModal>matches_1 Now the text could be XYZ456789 or TGO852369 etc. In other words it would not be [...
Sign up to our newsletter for free automation tips, tricks & discounts