Search found 279 matches

by intra
Sun Jan 12, 2020 12:26 am
Forum: Problem reports
Topic: 8.3 REST Service
Replies: 7
Views: 18259

Re: 8.3 REST Service

What might be good in this suituation is being able to user define the REST result delimiter to give a little more flexibility when it comes to provider result responses.

I think I came across this one for one of my data sources so I wrote a plugin in favour of using the native Awareim REST method.
by intra
Thu Jan 09, 2020 12:47 am
Forum: General discussion and questions about Aware IM
Topic: Individual cells in grid editable?
Replies: 21
Views: 20599

Re: Individual cells in grid editable?

Create a Process call it "OrderLineUpdateMasterPrice" In the process: Ask user "Do you want to update master price" If they select Yes then update the StockItem.UnitPrice Not at computer at the moment so can't remember the exact syntax for DISPLAY QUESTION and the reply but it should be in the manu...
by intra
Wed Dec 25, 2019 1:58 am
Forum: General discussion and questions about Aware IM
Topic: the Stingy season - whats ahead for 2020 ?
Replies: 15
Views: 20508

Re: the Stingy season - whats ahead for 2020 ?

Given its Xmas day... i think everyone needs to just chill! In my opinion, it does no justice in starting such threads just to get some content/reaction going on normally should be a restful break for all developers. Jaymer you're entitled to think what you want to think in regards to people not sha...
by intra
Fri Dec 20, 2019 2:02 am
Forum: General discussion and questions about Aware IM
Topic: Deployment architecture
Replies: 5
Views: 10171

Re: Deployment architecture

I agree with pretty much everything said here, however port numbers and long password strings alone will not protect you from all attempts. Classic example is 'bluekeep' vulnerability. https://www.bleepingcomputer.com/news/security/new-bluekeep-scanner-lets-you-find-vulnerable-windows-pcs/ Security ...
by intra
Thu Oct 24, 2019 12:07 am
Forum: General discussion and questions about Aware IM
Topic: Uploading and downloading from FTP Server
Replies: 2
Views: 3856

Re: Uploading and downloading from FTP Server

Plugin, external script with batch file/bash script or middleware.
Each option would work.

hot tip, avoid FTP and use SCP.
by intra
Tue Oct 22, 2019 10:44 pm
Forum: General discussion and questions about Aware IM
Topic: date format as EEE MM/dd/yyyy
Replies: 6
Views: 7986

Re: date format as EEE MM/dd/yyyy

Hi Roger,

Here's the full Java 'SimpleDate' document that should give you all the options.

https://docs.oracle.com/javase/7/docs/a ... ormat.html
by intra
Tue Oct 08, 2019 12:24 pm
Forum: General discussion and questions about Aware IM
Topic: The *OFFICIAL* Fall 2019 WISH LIST is here !!!!!!!
Replies: 49
Views: 61159

Re: The *OFFICIAL* Fall 2019 WISH LIST is here !!!!!!!

Support for TEXT, MEDIUMTEXT, LONGTEXT data types at the database level.

I'm finding a need (maybe for the field that i'm in) that we need to store alot of textual data into the underlying DB. Support of textual data types would be helpful for data mining.
by intra
Wed Aug 21, 2019 3:38 am
Forum: General discussion and questions about Aware IM
Topic: Issues while migrating to V8.3
Replies: 9
Views: 10377

Re: Issues while migrating to V8.3

Assuming you have a .SQL schema backup, can't you re-import the data onto a clean 5.7 instance?

Maybe just mysqldump the data as it sits now and then re-import as per previous suggestion, might get you out of a bind.
by intra
Fri Aug 09, 2019 3:26 am
Forum: General discussion and questions about Aware IM
Topic: Slow email
Replies: 24
Views: 33413

Re: Slow email

Maybe do some network style analysis locally before approaching upcloud technical.

1. Do a traceroute to smtp.google.com to establish how many hops the service is away compared to AWS.
2. Look at the ms replies
3. Try and use a host within the same region to keep things similar for comparison.
by intra
Thu Aug 08, 2019 11:31 pm
Forum: General discussion and questions about Aware IM
Topic: Slow email
Replies: 24
Views: 33413

Re: Slow email

Are you using standard SMTP (port 25) to do the relay?
by intra
Fri Mar 08, 2019 12:43 am
Forum: Problem reports
Topic: Inches symbol show as feet
Replies: 6
Views: 10424

Re: Inches symbol show as feet

Image

hehe :lol:
by intra
Thu Mar 07, 2019 8:04 am
Forum: General discussion and questions about Aware IM
Topic: 8.3 features at the Conference in Espinho
Replies: 14
Views: 17815

Re: 8.3 features at the Conference in Espinho

Vlad,

Didn't weblike just provide the link to for supporting sequences in the previous post (its supported in v10.3).

Or is this something entirely different?
by intra
Thu Mar 07, 2019 3:43 am
Forum: Problem reports
Topic: Inches symbol show as feet
Replies: 6
Views: 10424

Re: Inches symbol show as feet

I suspect what Bruce is trying to say is:

The double quote (") displays as a single quote (') within a query.
by intra
Tue Mar 05, 2019 8:18 am
Forum: General discussion and questions about Aware IM
Topic: CHARS_FROM_LEFT issue?
Replies: 4
Views: 6830

Re: CHARS_FROM_LEFT issue?

Instead of having a single rule that tries to cater to all possibilities , break down the IF statement into AM and PM

So

Rule 1 - AM
Rule 2 - PM
by intra
Tue Feb 19, 2019 7:20 am
Forum: General discussion and questions about Aware IM
Topic: Performance Monitoring
Replies: 3
Views: 5449

Performance Monitoring

Hi all, In an effort to keep my production environments in good shape, i keep fairly detailed logs regarding the overall system performance and other associated metrics to help troubleshoot issues when they arise. I was wondering how others in their environments monitor performance? I keep fairly de...