Search found 441 matches

by rbross
Wed Sep 20, 2023 1:53 pm
Forum: General discussion and questions about Aware IM
Topic: Anyone have issues uploading large images?
Replies: 14
Views: 51228

Re: Anyone have issues uploading large images?

Question: Hello, Where is JMS_BROKER_MEMORY using its memory from, is it sharing memory allocated for the server? EG Server set to 32gig Tomcat set to 8gig JMS_BROKER_MEMORY set to 2gig Does that mean the server would shared 2 gig of the allocated 32gig or is is sharing memory allocation with Tomca...
by rbross
Thu Jul 06, 2023 9:50 pm
Forum: General discussion and questions about Aware IM
Topic: Stored Procedure EXEC_SP: Internal error. Error converting data type nvarchar to int.
Replies: 4
Views: 4997

Re: Stored Procedure EXEC_SP: Internal error. Error converting data type nvarchar to int.

Not sure this is the issue, but make sure the parameters you are passing to the sp do not have any NULL values.
Check them for, IS UNDEFINED. If any of them are update them to ' ' or 0.
by rbross
Thu Jul 06, 2023 4:02 pm
Forum: General discussion and questions about Aware IM
Topic: BCP export file to folder on another server
Replies: 1
Views: 3469

BCP export file to folder on another server

Hello, Using AwareIM v8.7 and SQL server. Currently, we have AwareIM and SQL Express on the same server. We are running several BCP processes to export data to CSV files and have a symbolic link pointing to a folder on the server. All is working fine. Getting ready to transfer to a new server where ...
by rbross
Mon Jun 05, 2023 1:13 am
Forum: General discussion and questions about Aware IM
Topic: Installing AwareIM on MAC OS
Replies: 3
Views: 2149

Re: Installing AwareIM on MAC OS

I got it install. The setting for "App Store and Identified Developers" Was selected, but scrolling down a bit further there was another option you have to say Yes to. "Allow Once", did the installation. I had to click this again to run it for the first time as well. Then I could just double-click o...
by rbross
Wed May 31, 2023 7:39 pm
Forum: General discussion and questions about Aware IM
Topic: Installing AwareIM on MAC OS
Replies: 3
Views: 2149

Installing AwareIM on MAC OS

Hello, I recently purchased a new M2 MAX MAC Book Pro. I Want to run AwareIM v8.8 on it instead of using Parallels. The machine will not install AwareIM because it cannot verify the source and thinks it is malware! I ask Vlad about this and he said there is a workaround but cannot remember what to d...
by rbross
Wed Oct 12, 2022 8:16 pm
Forum: General discussion and questions about Aware IM
Topic: V8 dropdown and combobox should default to basic usage
Replies: 13
Views: 35934

Re: V8 dropdown and combobox should default to basic usage

It appears that in V8 you have to first click on the dropdown field in order to start typing or selecting a value using the arrow keys. Our UX requires speed, and our whole UI is built on the basic dropdown usage. I don't think having to first click on every dropdown field should be the default set...
by rbross
Fri Feb 18, 2022 8:44 pm
Forum: General discussion and questions about Aware IM
Topic: Tabs inside of a form below fields
Replies: 4
Views: 3643

Re: Tabs inside of a form below fields

I have wondered the same thing? You can't create a VP with Tabs below the parent panel. All Tabs are at the top. It would be nice to be able to have tabs on a form. it would be nice to be able to have a tab on a form to see the grandchildren of the parent record. Instead of only being able to see th...
by rbross
Fri Feb 18, 2022 7:20 pm
Forum: General discussion and questions about Aware IM
Topic: Accessing MS Access Tables
Replies: 3
Views: 3163

Re: Accessing MS Access Tables

Have you tried to set up a Custom database connection, using OCDB to Access?
In theory, you should be able to use ODCB or JDBC to connect to any database.
Just like you would if you connected to a pervasive database.
by rbross
Thu Feb 17, 2022 10:34 pm
Forum: General discussion and questions about Aware IM
Topic: One of my apps has bad email connection info. Can't find it
Replies: 2
Views: 2223

Re: One of my apps has bad email connection info. Can't find it

Jaymer, I went with mail jet to send and receive emails. It was easy to setup and I didn’t have to deal with setting up Auth0 logic! Mailjet does that for you. I had another bsv I setup to receive mail from 365 and keep getting a similar message. I finally ripped out all the 365 rules and started ov...
by rbross
Thu Feb 17, 2022 10:27 pm
Forum: General discussion and questions about Aware IM
Topic: error when logging in: Exception getting number of registered users
Replies: 2
Views: 2338

Re: error when logging in: Exception getting number of registered users

I get this message as well Bruce.
You mean to say it an awareim issue?
by rbross
Thu Feb 17, 2022 10:25 pm
Forum: General discussion and questions about Aware IM
Topic: 8gb ram server windows best aware IM memory setting
Replies: 4
Views: 5056

Re: 8gb ram server windows best aware IM memory setting

I have used
Aware server 2048
Tomcat 2048
Configurations 1024
What are you leaving for your database?
If using SQL express this may be ok for a dev server but if using for production it will be very slow.
by rbross
Wed Nov 11, 2020 3:17 pm
Forum: General discussion and questions about Aware IM
Topic: Changed Values revert to Original after First Time Use
Replies: 9
Views: 7302

Re: Changed Values revert to Original after First Time Use

Glad to hear you got it working Colin,

What is the rest of your problem? Were are here to help.
by rbross
Sat Nov 07, 2020 12:21 am
Forum: General discussion and questions about Aware IM
Topic: auto refresh does not refresh query grid for BO or process
Replies: 13
Views: 10543

Re: auto refresh does not refresh query grid for BO or process

Where is the process being call from and when? Is the user doing something to trigger the call to the process?
If the process is not called by something the user does then AwareIM will not recognize this and a refresh will not happen.
This I learned recently from vlad.
by rbross
Sat Nov 07, 2020 12:06 am
Forum: General discussion and questions about Aware IM
Topic: Avoid extra dots
Replies: 4
Views: 4432

Re: Avoid extra dots

You can set the width of the buttons. Look at the last column in the properties of the operational row setting. it allows you to enter a width.
by rbross
Fri Nov 06, 2020 8:54 pm
Forum: Problem reports
Topic: INSERT reference in not-persisted BO does not work
Replies: 13
Views: 17345

Re: INSERT reference in not-persisted BO does not work

I tried this using the new np SessionID check box and thats no good either.
All you can do in the new session table is store values no references.

Looks like you will have to use a persistent BO with LIRUID and add your reference to that BO.