#1  
Old 1st October 2008, 01:29 AM
David Guest
 
Posts: n/a
Default Windows Serv edr 2008 problem

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  
Old 1st October 2008, 05:29 AM
David Guest
 
Posts: n/a
Default Re: Windows Serv edr 2008 problem

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  
Old 1st October 2008, 05:56 AM
David Guest
 
Posts: n/a
Default Re: Windows Serv edr 2008 problem

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  
Old 1st October 2008, 07:04 AM
Hannes Danzl[NDD]
 
Posts: n/a
Default Re: Windows Serv edr 2008 problem

> 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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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


All times are GMT +11. The time now is 12:52 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.