Timeouts during API function call

2009-01-30 Thread Congo
Hi,

I'm trying to retrieve an info of all registerd users, but this
function
getListUser(Constants.AR_USER_LIST_REGISTERED, 0L);

gives me following output:
ERROR (91): RPC call failed; ONC/RPC call timed out

The same behaviour with .net API:
GetListUser(UserListType.Registered, DateTime.MinValue);

Error (93): Timeout during data retrieval due to busy server -- retry
the operation;

Function works great with current users.
Is that just because of the amount of registerd users (above 10)
or any other issues?

regards,
Marek

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"


Missing Enable Cache Persistence

2008-05-07 Thread Congo
Hi,

There is a new functionality introduced in midtier 7.1 which allows
forms to be serialized and then retrieved faster.
But after upgrading to the version 7.1 I can't seem to find the
"Enable Cache Persistance" option in my configuration tool. It
supossed to be on the Cache Settings. Am I missing something?

thanks,
Marek

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"


Crystal Reports connection

2007-04-19 Thread Congo
Hi,
Ive got an ActiveLink which opens a crystal report.
But whatever the report contain I got a CR error:
Failed to retrieve data from the database. Details [Database Vendor
Code: 9021]

I can see the raport in the Crystal Reports environment in a preview.
The sql query generated from CR works if I run it against the
database.
In the ODBC configuration the Use underscores checkbox  is checked as
well as on User Preferences form.
What more to check?

ARS 7.0.02
CR 9.2.2

regards

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"


Re: Showing related records.

2007-04-16 Thread Congo
Thanks Dylan,

But I still cant figure it out how to fill the table B.

Each loop on Table A the zTmpQual gets something like: "('490008000'=
$TableAColumn$)"
So at the end of  the guide I got a value form the last table A
record.
It results that Table B holds only record related to this last record.
How to get all of related records?


On 15 Kwi, 09:16, "Wheeler, Dylan" <[EMAIL PROTECTED]> wrote:
> Second part is fairly easy. Create a display only hidden field, name it
> whatever zTmpQual. Build your qualification with the AL guide loop into
> that field. The Table B qualification will be EXTERNAL($zTmpQual$)
>
> Second thought on the first part, if the AL Guide is giving you the last
> ID then make sure your adding it to a field and not overwriting. One way
> to check is to pop up a note message on the beginning leg of each loop
> with the ID.
>
>
>

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"


Showing related records.

2007-04-14 Thread Congo
Hello,
Ive got 2 tables, lets say" A and B

First one holds some records added manually
On the second I'd like to have all records related to those from table
A
I think I need to loop over the table A , get each record ID and pass
it to the qualification on table B.

First thing: my actl guide doesnt seem to work correctly, it always
gives me only one ID (Table loop Selected Rows checkbox is unchecked)
Second thing: how to pass the obtained ID to the Table B to use it
with the qualification.

Any advices are welcome.
Thanks.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"