DB2 Index creation failure on 3.6.0a

Clean install, just saw this, I guess I have to make the default page size larger when the database is initially created.

CREATE INDEX ofRoster_jid_idx ON ofRoster (jid ASC)
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0614N The index or index extension “OFROSTER_JID_IDX” cannot be created or
altered because the combined length of the specified columns is too long.
SQLSTATE=54008

When having database problems it is always helpful to say which database you are using. Using an old version of your database? Tried an current version?

Edit: Sorry, you are using DB2…forgot this post…

Message was edited by: Coolcat