Recently I have looked to move the PMSL files from Jetspeed into a SQL
Server database.  It seemed straightforward enough (I've done it for HSQL)
and the import ran OK.  The problem is this ....

The binary type that the profile (xml) is placed into is only capable of
holding 8000 characters (the scripts actually set it up to 7192).  The end
result is the while the profile gets into the database, only XML strings end
up unterminated as they will not fit into the column.  I have some PSML /
Profile information that is around 8500 characters, and could get larger.

There are some tricks with regards to SQL Server for putting information of
this size into the table (writetext will let you do this), but would
Jetspeed work with this data if I did manage to get it into the database?

Anybody tried this or had any issues in this area?  Any recommendations?  I
have tried this with Oracle as well and believe that I am going to run into
the same problem (although I have not gotten that far since I have multiple
schemas associated with the SID, so I can't get the import to run properly -
any ideas on that would be great too!).

Thanks for any help.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to