I just checked that PROPERTY_VALUE field in the DB2Server.sql that comes with 2.1 beta and it has a varchar 255 definition for this field. It looks as if the DB2 server schema hasn't been updated to fix this problem?
Warwick -----Original Message----- From: Jacob Lund [mailto:[EMAIL PROTECTED] Sent: Monday, September 06, 2004 4:10 AM To: Slide Users Mailing List Subject: Re: max revision limit? Well I don't know anything about oracle, so you have to do some investigation yourself. But in the properties table you have following line: "PROPERTY_VALUE" VARCHAR2(255) This line should be changed to something like: "PROPERTY_VALUE" long varchar /jacob ----- Original Message ----- From: "陶 京瑞" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, September 03, 2004 12:41 PM Subject: Re: max revision limit? > thanks for your reply, Lund. > > I use slide2M1, and orcale database. could you help me to solve the > problem? thanks very much. > > jingrui > > >>From: "Jacob Lund" <[EMAIL PROTECTED]> >>Reply-To: "Slide Users Mailing List" <[EMAIL PROTECTED]> >>To: "Slide Users Mailing List" <[EMAIL PROTECTED]> >>Subject: Re: max revision limit? >>Date: Wed, 1 Sep 2004 09:32:49 +0200 >> >>This might be a know problem with the datastore and the max length of >>property values. This should be solved i the latest database schemas! >> >>What version of slide and what store are you using? >> >>/jacob >> >>----- Original Message ----- From: "陶 京瑞" <[EMAIL PROTECTED]> >>To: <[EMAIL PROTECTED]> >>Sent: Wednesday, September 01, 2004 9:16 AM >>Subject: max revision limit? >> >> >>>hi, friends >>> >>>I met a weird problem. so far , I use client API to version control >>>file(checkin/checkout). >>>the similar code is following: >>> >>>webdavResource.checkout() >>>webdavResource.putmethod() >>>webdavResource.checkin() >>> >>>I did it successfully in the first four times(version 1.0-1.4). But >>>if I >>>want to put the fifth version file(1.5) to slide, the process failed. I >>>found that the putMehtod did upload the file, but checkout and checkin >>>method didnot work well. >>>I print out the statusMessage of webdavResource and get the following >>>message: >>>from checkout method: "Conflick(409)" >>>from checkin mehtod :"WARN HttpMethodBase:2059 - Response content length >>>is not known" "Internal Server Error (500)". >>> >>>did I do something wrong, or the slide just permit max 5 revision ? >>> >>>_________________________________________________________________ >>>免费下载 MSN Explorer: http://explorer.msn.com/lccn/ >>> >>>--------------------------------------------------------------------- >>>To unsubscribe, e-mail: [EMAIL PROTECTED] >>>For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> > > _________________________________________________________________ > 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
