Search found 58 matches

by ckacoroski
Thu Jul 12, 2007 5:25 pm
Forum: General discussion and questions about Aware IM
Topic: Presentation of standard query results
Replies: 1
Views: 4018

Presentation of standard query results

When I run a query like find all Students, I get the results list that shows all attributes of the Student object. It is possible to change the list so I only get a few attributes (e.g. name, studentid)?

cheers,

ski
by ckacoroski
Sat Jul 07, 2007 4:26 am
Forum: General discussion and questions about Aware IM
Topic: Time_Add doesn't work with mysql 5.0.18
Replies: 6
Views: 8884

Tom,

I get an error when trying to use Time_Add with mysql so I cannot use it. Your idea works find with derby though?

ski
by ckacoroski
Sat Jul 07, 2007 4:24 am
Forum: General discussion and questions about Aware IM
Topic: Could I be having scaling issues
Replies: 7
Views: 10729

I am not using drop down. I am using the table of items and showing between 5 - 20 items in the table at a time.
by ckacoroski
Sat Jul 07, 2007 2:51 am
Forum: General discussion and questions about Aware IM
Topic: Clarification needed on URL channel
Replies: 13
Views: 17448

Whoops, I did not explain what I was trying to do well. I am starting from an AwareIM application and trying to call out to a perl function. For example, in my AwareIM application I create a new staff member. I then want to call a perl function that creates the directory on the file server. In the c...
by ckacoroski
Fri Jul 06, 2007 11:44 pm
Forum: General discussion and questions about Aware IM
Topic: Clarification needed on URL channel
Replies: 13
Views: 17448

I think I may have found the problem by watching the packets with ethereal. It looks like AwareIM expects to have a cookie passed back to it when you hit the successURL return. The cookie is set in the browser when the person is in operation mode. This is why when I put the url into the browser it w...
by ckacoroski
Fri Jul 06, 2007 11:12 pm
Forum: General discussion and questions about Aware IM
Topic: Another question on URL services
Replies: 1
Views: 3564

Another question on URL services

Do you randomize the return URLs for URL services. I have noticed in my testing that the return URL is always the same. This means that if I had two separate AwareIM business spaces running and they both accessed the same service, they could potentially get each other's return data as there doesn't ...
by ckacoroski
Fri Jul 06, 2007 11:09 pm
Forum: General discussion and questions about Aware IM
Topic: Clarification needed on URL channel
Replies: 13
Views: 17448

Ok, making progress. I was able to get values back into AwareIM. What threw me off was when you create the process, it will have a warning that the notification is possibly the wrong object because this is not a normal notification, but one that is created on the fly. My last problem is accessing th...
by ckacoroski
Fri Jul 06, 2007 9:40 pm
Forum: General discussion and questions about Aware IM
Topic: Could I be having scaling issues
Replies: 7
Views: 10729

PS: all attributes in the previous post are reference attributes.
by ckacoroski
Fri Jul 06, 2007 9:39 pm
Forum: General discussion and questions about Aware IM
Topic: Could I be having scaling issues
Replies: 7
Views: 10729

Ok, More testing. The matching attribute is the problem If I remove it from the classes tab and just leave in the attributes that are not matching, it only takes a few seconds to load a student. If I remove the attributes that are not matching and leave in the matching attribute, then it takes 12 - ...
by ckacoroski
Fri Jul 06, 2007 9:25 pm
Forum: General discussion and questions about Aware IM
Topic: Could I be having scaling issues
Replies: 7
Views: 10729

Definitely scaling issues. I created a smaller test database with about 500 staff, 1000 students, and the groups/classes they need. The table sizes in BASTEST are (in records): ChangeLog: 17K Class: 1.4K Class_ref: 6.2K Group: 0.3K Group_ref: 7.6K Staff: 0.5K Staff_ref: 7.4K Student: 1.0K Student_re...
by ckacoroski
Fri Jul 06, 2007 7:00 pm
Forum: General discussion and questions about Aware IM
Topic: Time_Add doesn't work with mysql 5.0.18
Replies: 6
Views: 8884

Why doesn't this work if Staff.LastModified > (Current-TimeStamp - 24) then do something. The minute I try any type of calculation in the query, the query becomes true and grabs all records. But I can create a separate object and do this: SystemSettings.LastUpdated = Current_TimeStamp - 24 if Staff....
by ckacoroski
Fri Jul 06, 2007 6:32 pm
Forum: General discussion and questions about Aware IM
Topic: Time_Add doesn't work with mysql 5.0.18
Replies: 6
Views: 8884

Ok, it looks like for MySQL I can just add or subtract hours from a TimeStamp, but for Derby I have to use the Time_Add function. I still think a list of what functions are used with which database would be very useful though.
by ckacoroski
Fri Jul 06, 2007 6:26 pm
Forum: General discussion and questions about Aware IM
Topic: Time_Add doesn't work with mysql 5.0.18
Replies: 6
Views: 8884

Time_Add doesn't work with mysql 5.0.18

I get the ...Element Time_Add .... cannot be converted to the currently installed version of SQL. I have a few questions: 1. Is there a list of functions that do not work with MySQL so I can avoid them? 2. What are my options for manipulating timestamps with MySQL? Do I need to upgrade? Are there ot...
by ckacoroski
Fri Jul 06, 2007 5:57 pm
Forum: General discussion and questions about Aware IM
Topic: Could I be having scaling issues
Replies: 7
Views: 10729

Tom,

I am still new and this and do not understand what you are asking for. What do you mean by 'Show ____ item'?

thanks for your help.

ski
by ckacoroski
Fri Jul 06, 2007 4:22 pm
Forum: General discussion and questions about Aware IM
Topic: Could I be having scaling issues
Replies: 7
Views: 10729

Could I be having scaling issues

Hi, I am running into problems opening a tab on a form. The tab opens onto a reference list and it just hangs until it times out. I checked the tables and I have the following: ChangeLog: 87K records Class_ref: 53K records Group_ref: 11K records Staff: 2.8K records Student: 20K records Student_ref: ...