PostgreSQL - GetServerList (EStringListError)

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eduardomendes
Posts: 28
Joined: Wed 24 Feb 2010 14:08

PostgreSQL - GetServerList (EStringListError)

Post by eduardomendes » Mon 04 Jul 2011 18:14

Hi,

the GetServerList procedure, of TUniConnectDialog, the following error occurs:

EStringListError - List index out of bounds (196)

- StoreLogInfo = False
- UseServerHistory = False


But only with PostgreSQL...


----------------------------------------------------------------------------------------------------------------------------
Call Stack Information:
----------------------------------------------------------------------------------------------------------------------------
|Address |Module |Unit |Class |Procedure/Method |Line |
----------------------------------------------------------------------------------------------------------------------------
|*Exception Thread: ID=5172; Priority=0; Class=TCRServicesThread
----------------------------------------------------------------------------------------------------------------------------
|40032B80|rtl70.bpl |Classes.pas |TStringList |Get
|4003168C|rtl70.bpl |Classes.pas |TStrings |Error
|400316F1|rtl70.bpl |Classes.pas |TStrings |Error
|400316C4|rtl70.bpl |Classes.pas |TStrings |Error
|40032B80|rtl70.bpl |Classes.pas |TStringList |Get
|0027CD2B|dac70.bpl |Dbaccess.pas |TCRServicesThread |Execute
|75FA3675|kernel32.dll | | |BaseThreadInitThunk
----------------------------------------------------------------------------------------------------------------------------
|Calling Thread: ID=4308; Priority=0; Class=; [Main]
----------------------------------------------------------------------------------------------------------------------------
|4003C58C|rtl70.bpl |Classes.pas |TThread |Resume
|4003C584|rtl70.bpl |Classes.pas |TThread |Resume
|0027CC10|dac70.bpl |Dbaccess.pas | |TCRServicesThread
|0027DA9F|dac70.bpl |Dbaccess.pas |TCRNetManager |GetServerList
|0027D9E8|dac70.bpl |Dbaccess.pas |TCRNetManager |GetServerList
|00C19A07|pgprovider70.bpl |Pgservicesuni.pas |TPgServerEnumerator |GetServerList
----------------------------------------------------------------------------------------------------------------------------


How can I fix this problem?

Thanks!

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 05 Jul 2011 07:38

hello,

Thank you for the information.
We have reproduced the problem.
We will notify you as soon as we have any results.

Post Reply