Theoretically text channels can have this length,
BUT
text channels eat lot of memory. Thats where they differe from numeric channels.
Numeric channels can be hold in file components, text channels are stored in
the TDM XML file itself. Because the XML tree eats up lot of memory it fails. 😞
TDMS might help because it needs less memory during save/open but potentially text channels have memory issues.
64 bit DIAdem version might help because it offers more memory.
Maybe you can try to switch to a kind of enumeration channel. I assume not all values are different.
Sorry. There is no easy solution.
Andreas