Search found 221 matches

by joben
Mon Sep 19, 2022 2:11 pm
Forum: General discussion and questions about Aware IM
Topic: How Download Some Picture into Client Computer NOT in Server Machine?
Replies: 5
Views: 1761

Re: How Download Some Picture into Client Computer NOT in Server Machine?

Not sure if this can be solved without custom code. Simply combining "DOWNLOAD DOCUMENT" with "applicable to multiple items" doesn't work for me. It only downloads one of the marked items. I unfortunately don't have much time to make a proof of concept, but you could try this: Try creating a process...
by joben
Mon Sep 19, 2022 7:55 am
Forum: General discussion and questions about Aware IM
Topic: How Download Some Picture into Client Computer NOT in Server Machine?
Replies: 5
Views: 1761

Re: How Download Some Picture into Client Computer NOT in Server Machine?

For question number 2, you can use:
DOWNLOAD DOCUMENT

You can't force a file to end up in a specific folder on the client's computer.
The browser on the client decides what happens to the downloaded file.
by joben
Mon Sep 19, 2022 7:48 am
Forum: General discussion and questions about Aware IM
Topic: Certificate en https setup
Replies: 9
Views: 5404

Re: Certificate en https setup

robleer wrote: Wed Sep 14, 2022 2:52 pm I received a .pfc, a .cert and a .p7b file
pfc, I assume you mean .pfx?

This Tomcat configuration works for me:
viewtopic.php?f=4&t=12399
by joben
Wed Sep 14, 2022 2:45 pm
Forum: General discussion and questions about Aware IM
Topic: Certificate en https setup
Replies: 9
Views: 5404

Re: Certificate en https setup

What file type is your certificate file?
by joben
Mon Aug 22, 2022 12:50 pm
Forum: General discussion and questions about Aware IM
Topic: Pasting from MS Word to Text Area causes error
Replies: 8
Views: 2344

Re: Pasting from MS Word to Text Area causes error

Have had similar issues when copy pasting from Sharepoint sites or doing csv imports. Most often it had to do with a strange space or line break characters. We did not find an automatic solution. The two methods we used: * Figuring out what the faulty encoded characters were, and then search replace...
by joben
Wed Jun 29, 2022 7:44 pm
Forum: General discussion and questions about Aware IM
Topic: Auto populate attribute
Replies: 3
Views: 1003

Re: Auto populate attribute

Welcome!

Look up StartProcessWithInit in the User guide.
by joben
Thu Jun 16, 2022 6:39 am
Forum: General discussion and questions about Aware IM
Topic: Enable port 80 in Ubuntu
Replies: 1
Views: 735

Re: Enable port 80 in Ubuntu

Never used AwareIM in a linux environment.

I think all ubuntu versions come with ufw. It's a software firewall. Never cared for it, always relied on hardware firewalls. Make sure ufw isn't blocking access to port 80.
by joben
Wed Jun 08, 2022 7:56 am
Forum: General discussion and questions about Aware IM
Topic: Aware mail setting
Replies: 8
Views: 4783

Re: Aware mail setting

I just used the tool you recommend and it has the old smtp.secureserver.net. Is this something I need to change in Godaddy office 365 setup? To smtp.office365.com? I just checked SPF for your domain, you don't have an SPF record so this is not the issue. I also checked your MX records and it doesn'...
by joben
Tue Jun 07, 2022 7:39 am
Forum: General discussion and questions about Aware IM
Topic: Aware mail setting
Replies: 8
Views: 4783

Re: Aware mail setting

smpt should be smtp. This could be an SPF issue. Which domain name is used in your FROM address? For instance, if you are using noreply@example.org , and an SPF record exists for that domain, it needs to permit the outgoing SMTP server to send in its name. You can use mxtoolbox.com and search for sp...
by joben
Fri Mar 25, 2022 3:56 pm
Forum: Tips and Tricks
Topic: https, http2 and pfx certificates, Tomcat configuration
Replies: 2
Views: 13262

Re: https, http2 and pfx certificates, Tomcat configuration

The main reason for us to use .pfx is because our certs are initially created inside IIS on a different server, then they are exported as .pfx files and used in various servers. Pretty sure it is possible for us to do the trinity thing (key, bundle, cert) like in your configuration, but I am afraid ...
by joben
Fri Mar 25, 2022 2:55 pm
Forum: Tips and Tricks
Topic: https, http2 and pfx certificates, Tomcat configuration
Replies: 2
Views: 13262

https, http2 and pfx certificates, Tomcat configuration

Was troubleshooting something and thought switching from http 1.1 to http2 would solve the specific problem. It didn't, but It might still be useful for someone else to be able to serve content as http2 when using https. We have been using .pfx files as our certificates, and most documentation of To...
by joben
Thu Feb 24, 2022 9:44 am
Forum: General discussion and questions about Aware IM
Topic: Poor calendar in Aware. Why?
Replies: 17
Views: 12000

Re: Poor calendar in Aware. Why?

1. Limited to only displaying the Subject field in a cell. And cannot be HTML. Cannot make a formula to build this in calendar, so you have to use BO rules to stuff whatever you want to display into the Subject field. Regarding this, we face the same problems in some of our apps when we want some b...
by joben
Tue Feb 15, 2022 8:23 am
Forum: General discussion and questions about Aware IM
Topic: a question to anyone who uses CONNECT TO EMAIL action
Replies: 3
Views: 2534

Re: a question to anyone who uses CONNECT TO EMAIL action

Our scenario is a bit different. We read email from a single "support" mailbox to convert emails to support cases. The reason we put it in the VP init is probably because the scheduler didn't work out for us. The user login will trigger the email connection if, for instance, a new version has been p...
by joben
Tue Feb 15, 2022 7:41 am
Forum: General discussion and questions about Aware IM
Topic: a question to anyone who uses CONNECT TO EMAIL action
Replies: 3
Views: 2534

Re: a question to anyone who uses CONNECT TO EMAIL action

VP initialization process with CONNECT TO EMAIL action.
We never disconnect in the production version.
We store the mail settings in an Incoming Email Account Object.
MailCheck attribute determines how often we check for new mail.