Search found 2450 matches

by Jaymer
Thu Jul 26, 2018 4:36 am
Forum: General discussion and questions about Aware IM
Topic: REST Service Base URL
Replies: 8
Views: 20505

Re: REST Service Base URL

In the next day or so, the next Build will allow us to use a variable as the BASE URL, so if you DO have to use the parameter string in the future, you'll be able to calculate the URL (based on your tenant) AS WELL AS dynamically building the Parms. Right now, you can't do both if you need to send t...
by Jaymer
Wed Jul 25, 2018 6:44 pm
Forum: General discussion and questions about Aware IM
Topic: Just noticed about Num fields. Float vs Integer
Replies: 0
Views: 11008

Just noticed about Num fields. Float vs Integer

Build: v8.1 2466 os: Windows Server 2012 db: SQL Server If you create a Numeric attribute, it gets created in the db as a FLOAT, even though it shows "#" in the sub-elements properties. UNTIL you go into the FORMAT property (changing nothing) and click OK. Doing that will change it to INT in the dat...
by Jaymer
Wed Jul 25, 2018 5:46 pm
Forum: General discussion and questions about Aware IM
Topic: REST Service POST
Replies: 2
Views: 12052

Re: REST Service POST

2 BOs come into play when sending. 1) you need to FIND that one REST record to make it current 2) you need a BO somewhere to create the reply, and stuff it into a field. This can be LIRU, for now. Create a field temp_rest_reply in RegularUser so that process ends up being FIND ALL REST_LearningLinq ...
by Jaymer
Wed Jul 25, 2018 5:39 pm
Forum: General discussion and questions about Aware IM
Topic: REST service problem / logging
Replies: 8
Views: 21878

Re: REST service problem / logging

rob Create another BO called theItems. 2 fields: Name & Displayname NOTE : If you don't make these long enough, you'll get a runtime error about Truncation Actually, to plan ahead, you may want to name this something like LL_theItems Your RestReply BO needs to have 2 fields: (and maybe name this LL_...
by Jaymer
Wed Jul 25, 2018 4:00 am
Forum: Problem reports
Topic: v8 + Latest Win 2012 Update? Tomcat Fails to RE-Launch
Replies: 7
Views: 21831

Re: v8 + Latest Win 2012 Update? Tomcat Fails to RE-Launch

no, i don't believe i messed with that.
I tinkered with the Kendo update, just before the latest build, but removed those lines from startup.html

main server is still on v8 - way older version.
only thing changed was the required win2012 updates.
by Jaymer
Wed Jul 25, 2018 3:04 am
Forum: Problem reports
Topic: v8 + Latest Win 2012 Update? Tomcat Fails to RE-Launch
Replies: 7
Views: 21831

v8 + Latest Win 2012 Update? Tomcat Fails to RE-Launch

All I know is that recently, when I restart aware, I get the following error and MUST reboot the entire server to correct. FROM TOMCAT OUTPUT WINDOW IN CONTROL PANEL SEVERE: StandardServer.await: create[localhost:8005]: java.net.BindException: Address already in use: JVM_Bind at java.net.DualStackPl...
by Jaymer
Tue Jul 24, 2018 9:49 pm
Forum: General discussion and questions about Aware IM
Topic: REST Service Base URL
Replies: 8
Views: 20505

Re: REST Service Base URL

i see. Set your BASE URL = "https:/" <-- notice only 1 slash and then in your parameter string, build the entire required URL. Using a new feature in the latest 2466 build, AIM no longer inserts the "?" divider between the BaseURL and the Parameters .... IF your parameter starts with a "/" So, you'l...
by Jaymer
Tue Jul 24, 2018 4:14 pm
Forum: General discussion and questions about Aware IM
Topic: REST Service Base URL
Replies: 8
Views: 20505

Re: REST Service Base URL

is it really learnlinq ?
I can't find info about their API

the REST setup makes you enter a BASE URL, and you can only alter stuff AFTER it (via parameters).
I was trying to find another method in their docs to help you, but cant find the docs.
Hopefully they have a v2

jaymer...
by Jaymer
Tue Jul 24, 2018 3:56 pm
Forum: General discussion and questions about Aware IM
Topic: REST service problem / logging
Replies: 8
Views: 21878

Re: REST service problem / logging

use either the Server Output or Tomcat Output (can't remember which) to view the exact reply returned.
paste it here.

names might be incorrect.
or maybe a header element is being returned and these 2 fields are child to that.
we're close!
by Jaymer
Tue Jul 24, 2018 5:15 am
Forum: General discussion and questions about Aware IM
Topic: How To Bring Selected Data Back from a Layout
Replies: 9
Views: 11923

Re: How To Bring Selected Data Back from a Layout

dont execute the built-in ADD REFERENCE make a button 'Add Child' which starts your search/filter process. after the final record is selected, you just have to CREATE NEW child WITH ps_product = LIRU.selected_product child.ob_parent = ParentObject INSERT child IN ParentObject.om_child then a redraw ...
by Jaymer
Mon Jul 23, 2018 9:22 pm
Forum: General discussion and questions about Aware IM
Topic: Issue in Query
Replies: 3
Views: 9327

Re: Issue in Query

To be exactly sure if that’s what’s going on, open the logging window, select only one record from the pick list, and examine the log to see if it looped two times. If so, then you could also put an IF statement before your update that says only do this when regularuser is not LIRU. But I would thin...
by Jaymer
Mon Jul 23, 2018 6:04 pm
Forum: General discussion and questions about Aware IM
Topic: Use calculated columns as separators for trees?
Replies: 3
Views: 7675

Re: Use calculated columns as separators for trees?

WTF_Separator

You can tell John was frustrated by that point!
by Jaymer
Sun Jul 22, 2018 11:46 pm
Forum: General discussion and questions about Aware IM
Topic: What happened to User Defined Queries - did I miss something
Replies: 3
Views: 7829

Re: What happened to User Defined Queries - did I miss somet

Also the other thing that really sucks is - users cannot now add to what's already there because the list of available user types (access levels) is long and covers up the "Save/Cancel" buttons you could hack the CSS and shorten the pulldown so it doesn't cover it up? (but i'm not exactly sure what...