a bigger problem then "request is too big"
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > a bigger problem then "request is too big"




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    a bigger problem then "request is too big"  
Nedo


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-30-06 06:14 PM

Hi folks!

in the site manager:
i have a resource gallery with lots of resources (pics).
i want to create some sub-galleries and divide the pics to these
sub-galleries.
i can create the sub-galleries but if i want to see the galleries in
the site manager (in the treeview) i get the "request is too big" error
(my request has ~440000 bytes)...
but if i remove the size-check i get this error:

Fehler: 0
Beschreibung: Der Remoteserver hat einen Fehler zur=FCckgegeben: (500)
Interner Serverfehler.
Schweregrad: 5
Quelle: AeCliCmn
Debuginformationen: N/A
Fehlerinformationen: N/A
Clientquelle: AETree::tvChanTree_Expand
Empfohlene Aktion: N/A

then i found out that i have a problem at this line in the resstub.asp:
MyVariant =3D Request.BinaryRead(nCount)

the err.description after this line is: 007~ASP 0104~Der Vorgang ist
nicht erlaubt~

could my problem be that there was an error at creating the sub-gallery
but site manager did not know it because i have my own user defined
error responses/sites?


regards
nedo






[ Post a follow-up to this message ]



    Re: a bigger problem then "request is too big"  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-31-06 12:15 PM

Hi Nedo,

see here:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm#14CAA26F-8B21-4E35-8A8C-42F8571CB77F

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------


"Nedo" <nedim.halilovic@gmail.com> wrote in message
news:1149008363.538227.78590@g10g2000cwb.googlegroups.com...
Hi folks!

in the site manager:
i have a resource gallery with lots of resources (pics).
i want to create some sub-galleries and divide the pics to these
sub-galleries.
i can create the sub-galleries but if i want to see the galleries in
the site manager (in the treeview) i get the "request is too big" error
(my request has ~440000 bytes)...
but if i remove the size-check i get this error:

Fehler: 0
Beschreibung: Der Remoteserver hat einen Fehler zurückgegeben: (500)
Interner Serverfehler.
Schweregrad: 5
Quelle: AeCliCmn
Debuginformationen: N/A
Fehlerinformationen: N/A
Clientquelle: AETree::tvChanTree_Expand
Empfohlene Aktion: N/A

then i found out that i have a problem at this line in the resstub.asp:
MyVariant = Request.BinaryRead(nCount)

the err.description after this line is: 007~ASP 0104~Der Vorgang ist
nicht erlaubt~

could my problem be that there was an error at creating the sub-gallery
but site manager did not know it because i have my own user defined
error responses/sites?


regards
nedo







[ Post a follow-up to this message ]



    Re: a bigger problem then "request is too big"  
Nedo


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-31-06 06:16 PM


i know that... but if i remove these lines i get the second (another)
error message:
Fehler: 0
Beschreibung: Der Remoteserver hat einen Fehler zur=FCckgegeben: (500)
Interner Serverfehler.
Schweregrad: 5
Quelle: AeCliCmn
Debuginformationen: N/A
Fehlerinformationen: N/A
Clientquelle: AETree::tvChanTree_Expand
Empfohlene Aktion: N/A

and that error comes from this line:
MyVariant =3D Request.BinaryRead(nCount)

the err.description there is:
007~ASP 0104~Der Vorgang ist nicht erlaubt~



thanks
nedo



Stefan [MSFT] schrieb:

> Hi Nedo,
>
> see here:
> http://download.microsoft.com/downl...4003-9272-2404=
e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#14CAA26F-8B21-4E35-8A8C-42F8571CB77F
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj=
44
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Nedo" <nedim.halilovic@gmail.com> wrote in message
> news:1149008363.538227.78590@g10g2000cwb.googlegroups.com...
> Hi folks!
>
> in the site manager:
> i have a resource gallery with lots of resources (pics).
> i want to create some sub-galleries and divide the pics to these
> sub-galleries.
> i can create the sub-galleries but if i want to see the galleries in
> the site manager (in the treeview) i get the "request is too big" error
> (my request has ~440000 bytes)...
> but if i remove the size-check i get this error:
>
> Fehler: 0
> Beschreibung: Der Remoteserver hat einen Fehler zur=FCckgegeben: (500)
> Interner Serverfehler.
> Schweregrad: 5
> Quelle: AeCliCmn
> Debuginformationen: N/A
> Fehlerinformationen: N/A
> Clientquelle: AETree::tvChanTree_Expand
> Empfohlene Aktion: N/A
>
> then i found out that i have a problem at this line in the resstub.asp:
> MyVariant =3D Request.BinaryRead(nCount)
>
> the err.description after this line is: 007~ASP 0104~Der Vorgang ist
> nicht erlaubt~
>
> could my problem be that there was an error at creating the sub-gallery
> but site manager did not know it because i have my own user defined
> error responses/sites?
>=20
>=20
> regards
> nedo






[ Post a follow-up to this message ]



    Re: a bigger problem then "request is too big"  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-31-06 06:16 PM

Hi Nedo,

please check here:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm#3C1727E1-7A32-48C8-90E3-A53FDAFC16A9

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------


"Nedo" <nedim.halilovic@gmail.com> wrote in message
news:1149077948.077156.222210@i39g2000cwa.googlegroups.com...

i know that... but if i remove these lines i get the second (another)
error message:
Fehler: 0
Beschreibung: Der Remoteserver hat einen Fehler zurückgegeben: (500)
Interner Serverfehler.
Schweregrad: 5
Quelle: AeCliCmn
Debuginformationen: N/A
Fehlerinformationen: N/A
Clientquelle: AETree::tvChanTree_Expand
Empfohlene Aktion: N/A

and that error comes from this line:
MyVariant = Request.BinaryRead(nCount)

the err.description there is:
007~ASP 0104~Der Vorgang ist nicht erlaubt~



thanks
nedo



Stefan [MSFT] schrieb:

> Hi Nedo,
>
> see here:
> http://download.microsoft.com/downl...
a/MCMS+2002+-+(complete)+FAQ.htm#14CAA26F-8B21-4E35-8A8C-42F8571CB77F
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS:
> http://tinyurl.com/6zj44
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Nedo" <nedim.halilovic@gmail.com> wrote in message
> news:1149008363.538227.78590@g10g2000cwb.googlegroups.com...
> Hi folks!
>
> in the site manager:
> i have a resource gallery with lots of resources (pics).
> i want to create some sub-galleries and divide the pics to these
> sub-galleries.
> i can create the sub-galleries but if i want to see the galleries in
> the site manager (in the treeview) i get the "request is too big" error
> (my request has ~440000 bytes)...
> but if i remove the size-check i get this error:
>
> Fehler: 0
> Beschreibung: Der Remoteserver hat einen Fehler zurückgegeben: (500)
> Interner Serverfehler.
> Schweregrad: 5
> Quelle: AeCliCmn
> Debuginformationen: N/A
> Fehlerinformationen: N/A
> Clientquelle: AETree::tvChanTree_Expand
> Empfohlene Aktion: N/A
>
> then i found out that i have a problem at this line in the resstub.asp:
> MyVariant = Request.BinaryRead(nCount)
>
> the err.description after this line is: 007~ASP 0104~Der Vorgang ist
> nicht erlaubt~
>
> could my problem be that there was an error at creating the sub-gallery
> but site manager did not know it because i have my own user defined
> error responses/sites?
>
>
> regards
> nedo







[ Post a follow-up to this message ]



    Re: a bigger problem then "request is too big"  
Nedo


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-31-06 06:16 PM

that's it!!
thanks stefan!

regards
nedo



Stefan [MSFT] schrieb:

> Hi Nedo,
>
> please check here:
> http://download.microsoft.com/downl...4003-9272-2404=
e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#3C1727E1-7A32-48C8-90E3-A53FDAFC16A9
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj=
44[vbcol=seagreen]
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Nedo" <nedim.halilovic@gmail.com> wrote in message
> news:1149077948.077156.222210@i39g2000cwa.googlegroups.com...
>
> i know that... but if i remove these lines i get the second (another)
> error message:
> Fehler: 0
> Beschreibung: Der Remoteserver hat einen Fehler zur=FCckgegeben: (500)
> Interner Serverfehler.
> Schweregrad: 5
> Quelle: AeCliCmn
> Debuginformationen: N/A
> Fehlerinformationen: N/A
> Clientquelle: AETree::tvChanTree_Expand
> Empfohlene Aktion: N/A
>
> and that error comes from this line:
> MyVariant =3D Request.BinaryRead(nCount)
>
> the err.description there is:
> 007~ASP 0104~Der Vorgang ist nicht erlaubt~
>
>
>
> thanks
> nedo
>
>
>
> Stefan [MSFT] schrieb:
> 
04e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#14CAA26F-8B21-4E35-8A8C-42F8571CB=
77F[vbcol=seagreen] 
hts[vbcol=seagreen] 






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:20 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register