Search found 287 matches

by technopak
Wed Aug 18, 2010 8:10 am
Forum: General discussion and questions about Aware IM
Topic: Aware Service Problem
Replies: 6
Views: 5883

Aware Service Problem

Hi, Something odd has happened with my installation. All was fine until yesterday when suddenly, I was unable to connect to my Aware app on my server. On investigation, I found that if I run Aware using the Control Panel, I can connect to the application. But when I try to connect with Aware only ru...
by technopak
Wed Jul 28, 2010 10:17 pm
Forum: General discussion and questions about Aware IM
Topic: Help with Edit
Replies: 4
Views: 11716

Mmmm very odd,

You should only have to EDIT Product after the CREATE statement for it to work.

CREATE puts the Product in context, so EDIT should work.


Peter
by technopak
Tue Jul 06, 2010 7:34 pm
Forum: General discussion and questions about Aware IM
Topic: Simple Process - can't make it work
Replies: 7
Views: 5877

Hi, I don't understand how an object.id could be undefined - I thought the IDs were auto-generated by Aware. However, if I understand what you're trying to do, then something like this might work - IF NOT EXISTS OwnerObject WHERE (OwnerObject.OwnedObject=ThisOwnedObject) THEN ENTER NEW OwnerObject U...
by technopak
Tue Jun 29, 2010 10:04 pm
Forum: General discussion and questions about Aware IM
Topic: Logged In User
Replies: 4
Views: 9257

Mmmm,

So the Alerts.User is a reference attribute of type RegularUser ?

I would have thought that LoggedInRegularUser should have worked.

You could also try setting the Alerts.User.ID to the LoggedInRegularUser.ID


Peter
by technopak
Tue Jun 29, 2010 9:01 am
Forum: General discussion and questions about Aware IM
Topic: Logged In User
Replies: 4
Views: 9257

Hi,

LoggedInRegularUser should work for you.

HTH,


Peter
by technopak
Wed Jun 16, 2010 7:59 am
Forum: General discussion and questions about Aware IM
Topic: Update A from B transactions
Replies: 5
Views: 4790

Hi, I'm assuming that there can only be one Pending for a particular NSCPers. If so, here is an alternative suggestion - You could create a rule in the Pending object which automatically updates the related NSCPers object when Pending IS NEW. Something like this should work - IF Pending IS NEW AND E...
by technopak
Thu Jun 03, 2010 9:56 am
Forum: General discussion and questions about Aware IM
Topic: IF EXISTS and Context
Replies: 12
Views: 8954

Hi,

Not sure if this is just in your example, but the IF needs to be followed by the EXISTS - not by the object name

IF EXISTS Object WHERE(Object.Attribute=SomeValue) THEN

Could your problem just be the syntax ?


Peter
by technopak
Wed Jun 02, 2010 7:20 pm
Forum: General discussion and questions about Aware IM
Topic: IF EXISTS and Context
Replies: 12
Views: 8954

Hi Vins, I don't have a comment about the SEARCH_COUNT - it usually works for me. But you could always go back to your original structure and use IF EXISTS THEN FIND This will test for the existence of what you're after and then the FIND will put it in context. It's a bit clumsy, but it does work :-...
by technopak
Sun May 23, 2010 8:23 pm
Forum: General discussion and questions about Aware IM
Topic: Assign attribute to multiple business objects
Replies: 2
Views: 2792

Hi, If it was me, here's how I'd do it - I'd pick the new person that you want to assign the accounts to and store that person as a reference attribute in the LoggedInRegularUser BO. Then I'd find all the accounts that you want to re-assign and set the Account.AssignTo reference to the LoggedInRegul...
by technopak
Wed May 12, 2010 7:59 am
Forum: General discussion and questions about Aware IM
Topic: Aware IM log file information
Replies: 2
Views: 2884

Hi,

I'm curious about this one too - any help Support ?


Peter
by technopak
Fri Apr 23, 2010 6:32 pm
Forum: General discussion and questions about Aware IM
Topic: Report Date Query
Replies: 2
Views: 3194

Hi,

Assuming both your User Date Entered and your CC Date Entered are of type date, then the WEEK function should do the job for you - something like this should work:

FIND CC WHERE WEEK(CC_Date_Entered)=WEEK(User_Date_Entered)


Hope i've understood what you're trying to do.


Peter
by technopak
Mon Apr 19, 2010 7:53 pm
Forum: General discussion and questions about Aware IM
Topic: Session has timed out
Replies: 3
Views: 3951

Thanks for the posts,

I am viewing the app using a frame, and enabling session cookies has fixed the problem.

Good tip !!


Peter
by technopak
Mon Apr 19, 2010 7:03 pm
Forum: General discussion and questions about Aware IM
Topic: Session has timed out
Replies: 3
Views: 3951

Session has timed out

Hi, When I try to access my Aware apps using IE8, I get a 'Session has timed out' error from the webpage - even though I've not logged on as this user before. I've not tried to log on previously to this app using IE. It only happens in IE - Firefox works fine. Following the advice of some earlier po...
by technopak
Wed Apr 14, 2010 9:31 am
Forum: General discussion and questions about Aware IM
Topic: Scaling experiences
Replies: 12
Views: 20807

Rocketman, Real world feedback much appreciated :-) I know there are so many variables that it's hard to be scientific in analysing possible system performance, but your anecdotal experience is really good to hear. My app would be similar in structure to what you describe but I will most likely have...
by technopak
Wed Apr 07, 2010 7:45 pm
Forum: General discussion and questions about Aware IM
Topic: Scaling experiences
Replies: 12
Views: 20807

Thank you everyone,

The information from these contributions is very useful.

Any more out there ??


Peter