|
Log in | ||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
When I turn off compression in my winsock transport, I get an error
which says nexusdb: customdescsdescriptor class is not supported The error occurs in the following routine: procedure TnxBaseTableDescriptor.LoadFromReader(aReader: TnxReader); if ReadBoolean then begin s := ReadString; CustomDescsDescriptorClass := TnxCustomDescsDescriptorClass( TnxCustomDescsDescriptor.FindDescriptorClass(s)); if not Assigned(CustomDescsDescriptorClass) then -------> raise EnxBaseTableDescriptorException.nxCreate(DBIERR_NX _UNSUPDICTDESCR, @rsClassNotSupported, [csCustomDescsDescriptor, s]); if CustomDescsDescriptorClass <> tdCustomDescsDescriptor.ClassType then raise What additional information do you need to help identify what is causing this problem..... thanks .... |
|
#2
|
|||
|
|||
|
David Guest wrote:
> When I turn off compression in my winsock transport, I get an error > which says nexusdb: customdescsdescriptor class is not supported > > The error occurs in the following routine: > > procedure TnxBaseTableDescriptor.LoadFromReader(aReader: TnxReader); > > > if ReadBoolean then begin > s := ReadString; > CustomDescsDescriptorClass := TnxCustomDescsDescriptorClass( > TnxCustomDescsDescriptor.FindDescriptorClass(s)); > if not Assigned(CustomDescsDescriptorClass) then > -------> raise > EnxBaseTableDescriptorException.nxCreate(DBIERR_NX _UNSUPDICTDESCR, > @rsClassNotSupported, [csCustomDescsDescriptor, s]); > if CustomDescsDescriptorClass <> tdCustomDescsDescriptor.ClassType > then > raise > > > What additional information do you need to help identify what is causing > this problem..... > > thanks .... If I set the winsock compression to 1, the error disappears.... |
|
#3
|
|||
|
|||
|
David Guest wrote:
> David Guest wrote: >> When I turn off compression in my winsock transport, I get an error >> which says nexusdb: customdescsdescriptor class is not supported >> >> The error occurs in the following routine: >> >> procedure TnxBaseTableDescriptor.LoadFromReader(aReader: TnxReader); >> >> >> if ReadBoolean then begin >> s := ReadString; >> CustomDescsDescriptorClass := TnxCustomDescsDescriptorClass( >> TnxCustomDescsDescriptor.FindDescriptorClass(s)); >> if not Assigned(CustomDescsDescriptorClass) then >> -------> raise >> EnxBaseTableDescriptorException.nxCreate(DBIERR_NX _UNSUPDICTDESCR, >> @rsClassNotSupported, [csCustomDescsDescriptor, s]); >> if CustomDescsDescriptorClass <> >> tdCustomDescsDescriptor.ClassType then >> raise >> >> >> What additional information do you need to help identify what is >> causing this problem..... >> >> thanks .... > If I set the winsock compression to 1, the error disappears.... another test ... compresion 10 RLE fails ...with the same error as no compression, but any zip compression level 1..9 works .... |
|
#4
|
|||
|
|||
|
> EnxBaseTableDescriptorException.nxCreate(DBIERR_NX _UNSUPDICTDESCR,
> @rsClassNotSupported, [csCustomDescsDescriptor, s]); >> if > CustomDescsDescriptorClass <> tdCustomDescsDescriptor.ClassType then >> > raise > > > > > > > > > What additional information do you need to help identify what is > > > causing this problem..... > > > > > > thanks .... > > If I set the winsock compression to 1, the error disappears.... > another test ... compresion 10 RLE fails ...with the same error as no > compression, but any zip compression level 1..9 works .... Is this with the standard server? How do you connect? -- |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ODBC and Windows Server 2008 | Alexandre Morette-Bourny | nexusdb.public.support.odbc | 11 | 18th February 2010 10:27 AM |
| gateway_isapi and Windows Server 2008 | Danijel Tkalcec | nexusdb.public.support.portal | 5 | 2nd December 2009 09:08 PM |
| Problem with the work of service on Windows Server 2008 | Danijel Tkalcec | nexusdb.public.support.portal | 2 | 25th August 2009 05:39 PM |
| Windows SBS 2008 and V2 (2.07.xx ->?) | William Owyong [NDX] | nexusdb.public.discussions | 7 | 21st April 2009 11:41 AM |
| Help with Windows Server 2008 | David Guest | nexusdb.public.support | 5 | 23rd September 2008 06:18 AM |