Re: Connecting to a non-local server
David Casti <[email protected]>
| Newsgroups | gmane.comp.python.sybase |
|---|---|
| Message-ID | <BA8BDC0D.149CA%[email protected]> |
On 3/5/03 4:12 PM, "David Casti" <[email protected]> wrote: > Sybase.DatabaseError: Layer: 6, Origin: 8 > ct_connect(): directory service layer: internal directory control layer > error: There was an error encountered while binding to the directory > service. Explanation for this error can be found at http://manuals.sybase.com/onlinebooks/group-cn/cng1110e/ocerrors/@Generic__B ookTextView/6293 Turns out that the interfaces file on this server was not correctly populated... once I corrected that problem, everything worked. David.