cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase the string length of an uploaded file

Former Member
0 Kudos

Hi,

i use a abap webser where i've uploaded some JAR files into the mime repository.

Unfortunately the string length is limited by 40 characters and so longer file names are cut.

How can I increase the default string length? Does somebody know a workaround?

Thanks.

Edited by: Martin Gardyan on Oct 22, 2008 9:48 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

what i guess copying those jars should not create this problem.U just try in db using

"ALTER TABLE <table_name> MODIFY <column_name> VARCHAR2(<new, larger length>)"

may be it works.

Regards,

Anu

Former Member
0 Kudos

Thanks for your quick answer but i supose i can't alter this tables because they belong to the mime repository.