Search found 7525 matches

by aware_support
Thu Apr 28, 2005 9:13 am
Forum: Problem reports
Topic: server problem with running test mode
Replies: 4
Views: 11644

This problem happened because the access level of the admin. user has been set to NULL somehow (I am not sure how it happened). I noticed you added an attribute to the RegularUser object. Did the problem start to happen after this change? The workaround is to put version under test with no initial d...
by aware_support
Mon Apr 25, 2005 11:55 pm
Forum: General discussion and questions about Aware IM
Topic: Importing references
Replies: 1
Views: 8034

It doesn't matter whether referred name is a group or not - the only condition is that only one instance with the specified values must exist (in this case among all group members). So the answer yes you can include a column called Client.ReferredBy.GivenName
by aware_support
Mon Apr 25, 2005 11:54 pm
Forum: General discussion and questions about Aware IM
Topic: Import date format
Replies: 1
Views: 7547

You can indicate conversion format for the column. For example, if date is represented in a certain format in the data, it is possible to indicate this format in the line describing the column. The format must be separated by the space symbol from the attribute descriptor, for example Loan.Date dd/M...
by aware_support
Mon Apr 25, 2005 6:56 am
Forum: Problem reports
Topic: Delete button is not removed
Replies: 1
Views: 7455

You need to change the "Player" access level to change access of the ScrimmageTokens attribute of the Player object from "Full access" to "Read only". This will automatically remove the "Delete" buttons while leaving the "Edit" buttons.
by aware_support
Mon Apr 25, 2005 6:55 am
Forum: General discussion and questions about Aware IM
Topic: Controlled truncation of a data string
Replies: 10
Views: 16422

You can use TO_LOWER_CASE and TO_UPPER_CASE functions for that - it is much simpler that way.
by aware_support
Mon Apr 25, 2005 12:31 am
Forum: Problem reports
Topic: Aware IM Server port
Replies: 3
Views: 11452

Can you check the line that starts with the "DirectoryServiceProvider" in the BASServer.props file located on the server machine. It should be something like: DIrectoryServiceProvider=jnp://localhost:1099 It it indeed inlcudes "localhost", then please replace "localhost" with the name of the server ...
by aware_support
Sun Apr 24, 2005 9:34 am
Forum: Problem reports
Topic: Aware IM Server port
Replies: 3
Views: 11452

There are 3 property files that have the port setting (you have correctly located the first two): 1) BASServer.props 2) UIConfig.props 3) webapp.props file located in the AwareIM10/Tomcat/webapps/AwareIM directory. So you need to change the setting in file no 3). Also the UIConfig.props file is loca...
by aware_support
Sun Apr 24, 2005 9:29 am
Forum: General discussion and questions about Aware IM
Topic: Controlled truncation of a data string
Replies: 10
Views: 16422

Yes, you can.

In fact, REPLACE function is very powerful - it fully supports regular expressions.
by aware_support
Sun Apr 24, 2005 12:45 am
Forum: Problem reports
Topic: summary field in presentation title returns null
Replies: 1
Views: 7050

Summary field in presentation field returns null

A patch is available on the web site that fixes this problem.

Aware IM Support Team
by aware_support
Sun Apr 24, 2005 12:43 am
Forum: General discussion and questions about Aware IM
Topic: Controlled truncation of a data string
Replies: 10
Views: 16422

Controlled truncation of a data string

You can use the "REPLACE" function to replace the punctuation characters that you specify with an empty string. To be able to use this solution for your problem you will need to do the following: a) Get the product to store the catalog number in two formats - as user enters it and as it should be se...