Search found 1470 matches

by BLOMASKY
Mon Mar 18, 2024 7:56 pm
Forum: General discussion and questions about Aware IM
Topic: Configurator does not load most current version
Replies: 4
Views: 82

Re: Configurator does not load most current version

How are you connecting to the server? RDP or Client Server mode or is it local?

I have had issues with client server occasionally but never RDP or local.

Bruce
by BLOMASKY
Fri Mar 15, 2024 5:59 pm
Forum: Tips and Tricks
Topic: Generic event handler for row operations working with records from Stored Procedure
Replies: 7
Views: 165

Re: Generic event handler for row operations working with records from Stored Procedure

This is very nice and very useful. (Way above my pay grade, but I am pretty good at copy and paste).

Thanks for sharing.

Bruce
by BLOMASKY
Fri Mar 15, 2024 5:53 pm
Forum: General discussion and questions about Aware IM
Topic: Can I "EXPORT DOCUMENT" to a folder on the Server
Replies: 3
Views: 96

Re: Can I "EXPORT DOCUMENT" to a folder on the Server

Just to confirm. This can be a folder on the server, so if it points to c:\output then the reports will go to the SERVER C drive and not the Clients C Drive?

Bruce
by BLOMASKY
Fri Mar 15, 2024 5:52 pm
Forum: General discussion and questions about Aware IM
Topic: Configurator does not load most current version
Replies: 4
Views: 82

Re: Configurator does not load most current version

Just to confirm, when you are on the last build (59.11) and you right click and then select load, it does NOT load that version? I have not been able to duplicate that functionality.

Bruce
by BLOMASKY
Thu Mar 14, 2024 7:36 pm
Forum: General discussion and questions about Aware IM
Topic: what is the URL to see all the versions
Replies: 2
Views: 67

what is the URL to see all the versions

I once knew it. but forgot. Want to see what the latest build is and any notes on it.

Thanks
Bruce
by BLOMASKY
Thu Mar 14, 2024 4:35 pm
Forum: General discussion and questions about Aware IM
Topic: Can I "EXPORT DOCUMENT" to a folder on the Server
Replies: 3
Views: 96

Can I "EXPORT DOCUMENT" to a folder on the Server

It looks like I can give it a drive and folder i.e. "C:\output" But, without mapping a drive on the server, can I have a document exported to a folder on the server?

Thanks
Bruce
by BLOMASKY
Wed Mar 06, 2024 4:13 pm
Forum: General discussion and questions about Aware IM
Topic: There are 2 diff ways to use SSL with Tomcat. What is the difference
Replies: 0
Views: 113

There are 2 diff ways to use SSL with Tomcat. What is the difference

OK, a lot more than 2 ways, but in the following code, the 1st one (that is NOT commented out) works and the other one does not. Can someone tell me if one is a more preferred way, or should I just be happy that it works. <!-- Define an SSL/TLS HTTP/1.1 Connector on port 8443 This connector uses the...
by BLOMASKY
Wed Mar 06, 2024 3:49 pm
Forum: General discussion and questions about Aware IM
Topic: Installing SSL on Window Server - Tomcat
Replies: 2
Views: 156

Re: Installing SSL on Window Server - Tomcat

Thanks, my buddy google finally found a site that showed me how to just use the .CRT files. Think it is working.

Bruce
by BLOMASKY
Wed Mar 06, 2024 1:28 pm
Forum: General discussion and questions about Aware IM
Topic: Installing SSL on Window Server - Tomcat
Replies: 2
Views: 156

Installing SSL on Window Server - Tomcat

Is there a thread on how to install my CERTS into Tomcat on a windows server? I thought I only had to add my private key to the following: <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="150" SSLEnabled="true"> <SSLHostConfig> <Certificate certificateKeystore...
by BLOMASKY
Mon Mar 04, 2024 9:48 pm
Forum: General discussion and questions about Aware IM
Topic: How to avoid error "BO has been changed by another user"
Replies: 8
Views: 293

Re: How to avoid error "BO has been changed by another user"

A couple of choices. 1). There is an action "COMMIT TRANSACTION" (Which Vlad does not suggest using) that will Commit any open transaction. This might help 2). You can control the type of SQL transaction (Isolation Level) in a process, so by moving your logic from a rule to a process, you do have mo...
by BLOMASKY
Fri Feb 23, 2024 4:00 pm
Forum: General discussion and questions about Aware IM
Topic: NullPointerException error after upgrade to V9 (m_application is null)
Replies: 4
Views: 317

Re: NullPointerException error after upgrade to V9 (m_application is null)

The default is "localhost". Not sure how / why it got changed to //dep. I "DO" change mine all the time since I develop using the client server methodology. But then it is JUST the name of the server.. i.e. tcp://myserver:61616

Bruce
by BLOMASKY
Fri Feb 23, 2024 3:58 pm
Forum: General discussion and questions about Aware IM
Topic: Text alignment when using Number as Attribute
Replies: 7
Views: 398

Re: Text alignment when using Number as Attribute

I have not seen that issue, but to confirm, if you are in the form editor and SHIFT-click on the column you will get properties for that column. 3 things to check, 1). What is the label width? It defaults to 90, but for testing make it larger, like 200. 2). There is an option to display label to LEF...
by BLOMASKY
Thu Feb 15, 2024 4:32 pm
Forum: General discussion and questions about Aware IM
Topic: Is it possible to conditionally stack fields in a Query Column?
Replies: 2
Views: 213

Is it possible to conditionally stack fields in a Query Column?

I have a query where there are 3 optional (long) text fields, lets call them field1, field2 and field3. Any or all of them might be empty and/or have text in them. Ideally if empty then the query row height would be a single row tall, if all were filled in then each one would be displayed one above ...
by BLOMASKY
Tue Feb 13, 2024 8:24 pm
Forum: General discussion and questions about Aware IM
Topic: Latest build supports Dark Mode on OSX
Replies: 0
Views: 136

Latest build supports Dark Mode on OSX

and fixed the bug with Export to CSV. But since I use my mac (which is in dark mode), for development, it is nice that when I connect to remote windows servers, Eclipse runs in dark mode.

Bruce