SQL Error: table space is too big

I have an issue when creating a huge table space. Reports this error:
SQL1139N The total size of the table space is too big Explanation: The size of the current table space is too big.
The size of a REGULAR table space is limited to 0xFFFFFF (16777215) pages while the size of a TEMPORARY/LONG table space is limited to 2 tera bytes (2 TB).
Thank you
