Search found 7525 matches

by aware_support
Wed Sep 21, 2005 4:01 am
Forum: General discussion and questions about Aware IM
Topic: Connection error with form preview
Replies: 8
Views: 21758

When Aware IM previews a form it connects to a web server using the following parameters defined in the UIConfig.props file: a) WebServer b) WebServerPort If it cannot find the first parameter, it defaults to localhost. If it cannot find the second parameter it defaults to 8080. If your error messag...
by aware_support
Wed Sep 21, 2005 3:50 am
Forum: Problem reports
Topic: Document templates
Replies: 0
Views: 4985

Yes, this is a bug that we aim to fix in the next versions.
by aware_support
Wed Sep 21, 2005 12:45 am
Forum: General discussion and questions about Aware IM
Topic: Data Migration from Cloudscape/Derby to mySQL
Replies: 11
Views: 15015

I've never tried to launch a stored procedure from ij. Maybe it doesn't work.

The only thing I can suggest is to try launching it programmatically from Java.
by aware_support
Tue Sep 20, 2005 12:58 am
Forum: General discussion and questions about Aware IM
Topic: Data Migration from Cloudscape/Derby to mySQL
Replies: 11
Views: 15015

James, You only need to export the tables specific to your business space. These tables have business space prefix followed by underscore, for example: WMI_Order The following script will show all the tables existing in a database in a file a.txt (change the paths to match your file locations) java ...
by aware_support
Mon Sep 19, 2005 12:14 am
Forum: General discussion and questions about Aware IM
Topic: Data Migration from Cloudscape/Derby to mySQL
Replies: 11
Views: 15015

We will be adding a utility to perform migration from Derby to MySQL in the nearest future. In the meantime if you are familiar with Java you can write this utility yourself (with some help from us if required). The utility should be quite simple - it should copy the entire database schema of the BA...
by aware_support
Fri Sep 16, 2005 12:47 am
Forum: General discussion and questions about Aware IM
Topic: Connection error with form preview
Replies: 8
Views: 21758

Dear Rebecca,

if you are running the Configuration Tool remotely with the Aware IM Server being on a separate machine, then you will need to change the "WebServer" setting in the UIConfig.props file to point to the server machine:

WebServer=r2053ws001548

Please let us know if this doesn't help.
by aware_support
Fri Sep 09, 2005 5:55 am
Forum: General discussion and questions about Aware IM
Topic: Creating Query
Replies: 1
Views: 7183

Most probably the problem happens because the text has "-" or "+" or "/" symbols which are erroneously interpreted as arithmetic operations. We will fix this problem in the next service pack. In the meantime the work around is to either remove these symbols from the text or explicitly enclose the te...
by aware_support
Tue Aug 23, 2005 7:59 am
Forum: General discussion and questions about Aware IM
Topic: Generating a Default Password
Replies: 7
Views: 19429

There shouldn't be any problems updating password or any other attribute after checking for UNDEFINED. If you do have problems please let us know in which rules specifically you are having problems and how to reproduce these problems.
by aware_support
Mon Aug 22, 2005 1:25 pm
Forum: General discussion and questions about Aware IM
Topic: Generating a Default Password
Replies: 7
Views: 19429

Another problem in your rule is that you check whether the password is UNDEFINED. This check will not work for the password field, which is always initialised to a value controlled by the system.

So your rule should like this:
IF Staff IS NEW THEN Staff.Password = Staff.ID
by aware_support
Mon Aug 22, 2005 7:06 am
Forum: General discussion and questions about Aware IM
Topic: Generating a Default Password
Replies: 7
Views: 19429

This is strange. We have just tested the similar rule and it worked fine.

Could you send us your BSV file and explain how to reproduce the problem?
by aware_support
Mon Aug 22, 2005 5:24 am
Forum: General discussion and questions about Aware IM
Topic: Generating a Default Password
Replies: 7
Views: 19429

Actually your rule Staff.Password=Staff.ID DOES WORK. The only issue is that log viewer shows password as blank value for security reasons. The database, however, should have the correct value, which you can verify by logging in as a newly created Staff. So your e-mail notification should also refer...
by aware_support
Mon Aug 22, 2005 12:00 am
Forum: Problem reports
Topic: Exception trying to update a version or put it under test
Replies: 1
Views: 6986

We confirm this problem in build 668. The service pack fixing the problem (build 669) is available on the web site. There is also an easy work around in build 668 - shutdown Aware IM server and re-start it. After this the problem should disappear. Alternatively you can create a new business space an...
by aware_support
Sat Aug 20, 2005 4:38 am
Forum: General discussion and questions about Aware IM
Topic: problem with running a query from a process
Replies: 1
Views: 7258

The problem is caused by the fact that your process has a parameter declared (Staff). When you run this process explicitly Aware IM asks you to select the instance of the Staff to use as parameter value. Your process doesn't seem to need this parameter so you can remove it and this will fix the prob...
by aware_support
Fri Aug 12, 2005 10:45 am
Forum: General discussion and questions about Aware IM
Topic: Questions before I try Aware IM
Replies: 3
Views: 12447

Hi Wilfred. > 1) Is it possible to generate PDF documentation? Yes - all you have to do is design a report using the report designer and Aware IM will automatically generate a PDF document from your report. > 2) The application must include an option to do an online payment >(before the medical advi...
by aware_support
Tue Jul 19, 2005 2:13 am
Forum: General discussion and questions about Aware IM
Topic: Problem with aa object protection rule
Replies: 1
Views: 7368

We confirm a bug related to the usage of NOT (... IN ...) construct in rules. This bug is fixed in the latest release.