Search found 2451 matches

by Jaymer
Fri Mar 16, 2018 2:10 am
Forum: General discussion and questions about Aware IM
Topic: [Solved] IMPORT FROM XML eliminating unwanted elements
Replies: 9
Views: 18650

Re: need guidance: IMPORT FROM XML Its a friggin nightmare

if you don't want an element, just replace it with an empty string using REPLACE_PATTERN. for example, if you do not want the city, the following will remove it: BO.XML=REPLACE_PATTERN(BO.XML,'<city>.*?</city>','') Bob, SUPER COOL thanks Wait for 8.1 (or the next beta) - import from XML there will ...
by Jaymer
Fri Mar 16, 2018 2:07 am
Forum: Problem reports
Topic: External BO not showing any records
Replies: 4
Views: 9215

Re: External BO not showing any records

I successfully created and entered a record into the SQL table via SSMS
Was able to grab the definition from SQL
Tried to go INTO test, got this error
Screen Shot 2018-03-15 at 9.57.44 PM.png
Screen Shot 2018-03-15 at 9.57.44 PM.png (13.73 KiB) Viewed 9186 times
sorry, cant go any further
v8 Build 2377

delete the BO and it goes into test just fine
by Jaymer
Thu Mar 15, 2018 5:43 am
Forum: Problem reports
Topic: External BO not showing any records
Replies: 4
Views: 9215

Re: External BO not showing any records

Send me the create script for that table, and I’ll create it and connect to it and see what happens to me.
by Jaymer
Thu Mar 15, 2018 1:22 am
Forum: General discussion and questions about Aware IM
Topic: Forgotten Password Logon
Replies: 12
Views: 21414

Re: Forgotten Password Logon

I got this all worked out... for multi-tenant. only requirement is unique emails for all users, even across tenants. I ended up NOT storing the generated password into the user file (overwriting the forgotten pw) and don't need the ResetNeededYN flag. I'm using the logonFp.aw hook, and sending them ...
by Jaymer
Wed Mar 14, 2018 11:26 pm
Forum: General discussion and questions about Aware IM
Topic: [Solved] IMPORT FROM XML eliminating unwanted elements
Replies: 9
Views: 18650

Re: need guidance: IMPORT FROM XML Its a friggin nightmare

consider this snippet from the above XML: < demographics > < locationDeduced > <normalizedLocation>Elk Grove, California, United States</normalizedLocation> <deducedLocation>Elk Grove, California, United States</deducedLocation> < city > <deduced>false</deduced> <name>Elk Grove</name> </city> < stat...
by Jaymer
Wed Mar 14, 2018 10:55 pm
Forum: General discussion and questions about Aware IM
Topic: [Solved] IMPORT FROM XML eliminating unwanted elements
Replies: 9
Views: 18650

[Solved] IMPORT FROM XML eliminating unwanted elements

APPLIES TO v8.0 I've got a large well-formed XML document. I want to import only a few elements. IMPORT xxx FROM XML will crap out and abort if I don't have BOs for contactinfo, organizations, demographics. I don't want that data. I don't want to create BOs for it. While playing with the new 8.1 RES...
by Jaymer
Wed Mar 14, 2018 8:21 pm
Forum: General discussion and questions about Aware IM
Topic: Any GoogleAPI experts out there?
Replies: 0
Views: 2886

Any GoogleAPI experts out there?

Well, you don't have to be an expert.
Need to create Google calendar events & invites.
by Jaymer
Wed Mar 14, 2018 8:20 pm
Forum: General discussion and questions about Aware IM
Topic: Anyone w/Custom Query templat for SMS msg flow - like iPhone
Replies: 0
Views: 3028

Anyone w/Custom Query templat for SMS msg flow - like iPhone

Using Twilio integration, I'd like to present a SMS window of a message history... pretty much like if you were viewing a thread in iMessage or whatever in Android.

Anyone played with this?
thx
by Jaymer
Wed Mar 14, 2018 4:58 pm
Forum: General discussion and questions about Aware IM
Topic: How to Automatic get this Image d/l and load into server FS?
Replies: 7
Views: 14204

Re: How to Automatic get this Image d/l and load into server

1) the URL for the image is coming from a Curl/REST request. Lets say I enter a stock symbol, and I want to grab the company logo. I have a API I can send the stock symbol to, and one of the data is a URL to the logo image. 2) I was just informed that I don't actually have to download the image onto...
by Jaymer
Wed Mar 14, 2018 6:10 am
Forum: General discussion and questions about Aware IM
Topic: How to Automatic get this Image d/l and load into server FS?
Replies: 7
Views: 14204

Re: How to Automatic get this Image d/l and load into server

i found this thread about using CURL to d/l a PDF.
https://www.awareim.com/forum/viewtopic.php?f=1&t=9530
Prolly same strategy to get the image onto the server.
But I want that to be done server-side.
by Jaymer
Wed Mar 14, 2018 5:47 am
Forum: General discussion and questions about Aware IM
Topic: How to Automatic get this Image d/l and load into server FS?
Replies: 7
Views: 14204

How to Automatic get this Image d/l and load into server FS?

Haven't thought too much about it, bedtime... but try this link: https://d2ojpxxtu63wzl.cloudfront.net/static/9fa48190a3169c13c5f5ba560d31eb90_740f93b30c9a0eaf95c64f8d88b95b0901ad0ae23f2858e675d3eae2532e984e How can I get this downloaded to the Aware server and inserted into a BO? I cannot make a us...
by Jaymer
Tue Mar 13, 2018 4:06 pm
Forum: General discussion and questions about Aware IM
Topic: Am I using the LIST function wrong?
Replies: 5
Views: 13019

Re: Am I using the LIST function wrong?

GREAT timing. I have to use something like this later today - so I'll try it. thx
by Jaymer
Mon Mar 12, 2018 2:45 pm
Forum: General discussion and questions about Aware IM
Topic: Receiving a HTTP POST payload in Aware
Replies: 6
Views: 11338

Re: Receiving a HTTP POST payload in Aware

guys, I'm not sure about unipaas, but in magic v8/v9, we could use HotFudge to do a POST. Mark, whats your feeling about posting data into aware from a Magic app using this method... instead of nightly runs to export, transfer the file, import, etc? What if I needed to create 100 records in a file o...
by Jaymer
Mon Mar 12, 2018 2:40 pm
Forum: General discussion and questions about Aware IM
Topic: Lessons on Slow System Speed and Scaling Apps
Replies: 8
Views: 18162

KEEPING LOGGING WINDOWS OPEN

Once you have windows (tabs) open for Server Output and Tomcat Output in the control panel, BE AWARE OF CPU USAGE Having those tabs open wastes a TON of CPU. Here's a screen grab of task manager with the EXACT SAME process identified, and you can see the longer and higher drain on the CPU - this is ...
by Jaymer
Sun Mar 11, 2018 7:12 pm
Forum: Tips and Tricks
Topic: Simple REST - Weather
Replies: 5
Views: 14808

Re: Simple REST - Weather

Since I'm having probs with a JSON reply on my SchoolDigger API, and seeing this was an easy way to get XML in the only working REST example we have, I thought I'd try XML and see if it worked straightaway. I added &mode=xml to the parm string, to get back XML. Changed the service to say the result ...