Skip to main content
1-Visitor
September 24, 2014
Question

Increase custom attribute string length

  • September 24, 2014
  • 3 replies
  • 4928 views

Is it possible to increase the string length of custom attributes? I am using a custom attribute to list all of the item numbers associated with that particular document to make it searchable. The max string length is 500 which is too short for some of the documents we have. Is it possible to increase this to 2000 - 2500?

3 replies

MarcoTosin
21-Topaz I
September 25, 2014

Chris,

increasing the string lenght is possible, but with two limits.

Both are depending on the limit of Oracle table.

I don't remember tha maximum lenght we set (our consultant in fact), but I think is 2000, and if this value is the maximum you can set.

This limit is still theoretical, beacause of the Unicode mode.

Real limit for the user is about 1500 instead of 2000 we set in Oracle.

Marco

Marco
15-Moonstone
September 25, 2014

We evaluated increasing character limits for Global Attributes couple of weeks ago. The tech support and PTC R&D mentioned that we have to have InfoModeler Module installed for this function to work.

In reality it is not true, we do not own a license for Infomodeler and we could increase Global attributes length on one of the test server. PTC Tech support also confirmed that InfoModeler is not needed, but reaffirmed that PTC R&D thinks that it is a required module to increase the char limit.

So I am not sure why we require Infomodeler when we could execute without Infomodeler. It does not make sense to me.

Marco : Did you implement this with InfoModeler in place?

thanks,

Preeti

1-Visitor
October 18, 2019

You don't need Information Modeler for increasing global attribute length. This will increase length of the variable on all the global attributes.

 

If you have a custom attribute, then you need an information modeler.  ( I think) 

12-Amethyst
September 25, 2014

Hi Chris,

Below is the article about how to increase.

https://support.ptc.com/appserver/cs/view/solution.jsp?source=subscription&n=CS94753

Regards,

Kaushik

MSC121-VisitorAuthor
1-Visitor
September 25, 2014

Thanks for the reply from both of you. I saw that article before but it says that it only applies to PDMLink and FlexPLM. Unfortunately our company has Essentials so I don't think that article will work.

17-Peridot
October 21, 2019

Hi

What do you mean with custom-attributes? You mean the standard local attributes which are added with the addcolumns utility?

If so, you need to define a xconf property e.g. and add the size to each modelled class.

 

<Property name="com.ptc.core.lwc.string.ColumnSizes" overridable="true" targetFile="codebase/wt.properties" value="wt.part.WTPart=3000:wt.doc.WTDocument=2000"/>

 

 

And than you need to rerun the addcolumns utility:

 

AddColumns wt.part.WTPart -stringSize