Search found 2454 matches

by Jaymer
Sun Feb 05, 2017 10:35 pm
Forum: General discussion and questions about Aware IM
Topic: I have SQL Server Integrated Security Working on window
Replies: 2
Views: 4355

Re: I have SQL Server Integrated Security Working on window

Bruce,
I guess the reason for doing this is that normally, the SA userid and password can be seen in one of the profs files? (which is def. a security leak)
by Jaymer
Sun Feb 05, 2017 10:30 pm
Forum: General discussion and questions about Aware IM
Topic: Verical space between fields on a form
Replies: 10
Views: 19221

Re: Verical space between fields on a form

RentProperty wrote:...
H & W... thanks for contributing that code.
by Jaymer
Wed Feb 01, 2017 1:20 pm
Forum: General discussion and questions about Aware IM
Topic: Error Updating BSV and Data on AWS
Replies: 13
Views: 19005

Re: Error Updating BSV and Data on AWS

Hello, This has been working but last time I did it I got a SQL error on import saying one of the new attributes I added could not be found. Thank you for any input on the issue! i've been doing similar to this recently - ms sql. i've loaded tons of data outside of aware, including the ID's and ref...
by Jaymer
Wed Feb 01, 2017 2:28 am
Forum: Problem reports
Topic: Error reading business space version from persistence The r
Replies: 2
Views: 5346

Re: Error reading business space version from persistence T

In my TESTing (non working) business space, I notice the following tables do not exist: BAS_SYSTEM BAS_SYSTEM2 it appears all other tables are accounted for. Record counts look correct when compared to the working, LIVE environment. DomainVersions from working LIVE: DNAME VERSIONSTR admin 1.0 admin ...
by Jaymer
Wed Feb 01, 2017 1:23 am
Forum: Problem reports
Topic: Error reading business space version from persistence The r
Replies: 2
Views: 5346

Error reading business space version from persistence The r

Installed a developer license today and this was the first time I tried to load and lock for editing. I had a version published for client testing, and I created a New Minor Version (not the 1st time I've done this, but the 1st time since adding the license). It loaded the BSV and allowed me to make...
by Jaymer
Tue Jan 31, 2017 9:23 pm
Forum: General discussion and questions about Aware IM
Topic: Replace FIND items
Replies: 5
Views: 8560

Re: Replace FIND items

Bruce, if LINE 1 was a PICK ONE OR MORE from... then doesn't LINE 2 have to be a call to a CREATE process? my create, right now, is only creating one record even though multiple were picked. I'm about to go research this, but thought it was simple to ask here. thx for laying this stuff out. jaymer...
by Jaymer
Fri Jan 27, 2017 6:47 pm
Forum: General discussion and questions about Aware IM
Topic: Config Tool - Available for Mac?
Replies: 1
Views: 2705

Config Tool - Available for Mac?

I want to run config on my local mac, pointing to a remote SQL Server. I already had a [expired] Mac version installed. I ran it - it crapped out on the 2nd step - cause of license expiry. I modified settings to point to SQL Server. It starts, but its kinda weird... cause it wants to run locally sti...
by Jaymer
Fri Jan 27, 2017 3:54 am
Forum: General discussion and questions about Aware IM
Topic: System hangs for 1 minute+ after Pick From
Replies: 1
Views: 2913

System hangs for 1 minute+ after Pick From

I'm working on a process to PICK FROM and then do some stuff. It wasn't working, so I decided to try a smaller chunk. I have a Process with 1 rule: PICK FROM ShowMySections It used to be PICK FROM table where a=1 and b=2, but that threw a weird query at me with a selection box - like it randomly pic...
by Jaymer
Mon Jan 23, 2017 5:02 pm
Forum: General discussion and questions about Aware IM
Topic: Calling a cURL from Aware
Replies: 8
Views: 11650

Re: Calling a cURL from Aware

I've used S3Express before, but that was on windows. That made it really easy.
Haven't used aware do execute simple command line stuff but since you've already got the hashing/auth key stuff worked out, i'm sure you can do it. Post your success when you've finished!
by Jaymer
Mon Jan 23, 2017 4:11 pm
Forum: General discussion and questions about Aware IM
Topic: LDAP authentication
Replies: 3
Views: 5477

Re: LDAP authentication

bump
by Jaymer
Mon Jan 23, 2017 3:55 pm
Forum: General discussion and questions about Aware IM
Topic: Calling a cURL from Aware
Replies: 8
Views: 11650

Re: Calling a cURL from Aware

"you guys" say "write a plugin" a lot :) for the rest of us, writing a JAVA plugin isn't so easy. Rachel, 1) can YOU do this already outside of aware? (ie. from command line or with some other tool, etc.) 2) do you already have a way to calc the Auth string AWS needs? (hashing, etc.) 3) is what you'...
by Jaymer
Fri Jan 20, 2017 12:27 am
Forum: General discussion and questions about Aware IM
Topic: Musing of a SQL Server User: Crazy column ordering
Replies: 10
Views: 14184

Re: Musing of a SQL Server User: Crazy column ordering

Are you saying that if I'm on a paid license I won't see this weird behavior with field ordering?

Will convert this to a developer license and then supply this in SAAS mode... using SQL SERVER Express.
by Jaymer
Fri Jan 20, 2017 12:21 am
Forum: General discussion and questions about Aware IM
Topic: Musing of a SQL Server User: Crazy column ordering
Replies: 10
Views: 14184

Re: Musing of a SQL Server User: Crazy column ordering

aware_support wrote:

Code: Select all

But now I'm working with a big client with big data in MS SQL Server...
You are working without a license?
thanks for pointing that out.
obviously, its in the 30-day eval mode.
finishing proof of concept, but it doesn't change the validity of my concerns.
by Jaymer
Thu Jan 19, 2017 4:20 pm
Forum: General discussion and questions about Aware IM
Topic: Musing of a SQL Server User: Crazy column ordering
Replies: 10
Views: 14184

Re: Musing of a SQL Server User: Crazy column ordering

Sure enough, it DOES let you reorder fields. Then I got this msg when saving: Screen Shot 2017-01-19 at 11.15.58 AM.png I'm sure that cause of some constraints or PK or something from aware... it gave me the option to save a text file, which i though would be a create table statement, so I saved it ...