Hi, As there was a restriction in our DB2 environment not to use BLOBs, I have created the tables with long varchar data types in place of binary(objectdata/profile) fields. Now, the default page comes up with "You do not have access to these portlets." message. I have changed the MapBuilder classes to set the objectdata type to String from Object. When I was debugging the code, found that the objectdata is actually a serialized Hashtable with user id as key and a corresponding value. And when I checked the TURBINE_USER table, the objectdata field got updated with data: ��
I am not able to figure out if the data updated is correct and why is it throwing error message?. Is it because of incompatible data types??. We talked to our DBA and they have accepted this as a special case to recreate tables with BLOB or CLOB, I was wondering which one should we use?. I am thinking of using BLOB since it is storing byte array, please let me know if that creates any problems. Thanks for any response. Regards, Prashanth ======================================================================== This email message is for the sole use of the intended recipient (s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to [EMAIL PROTECTED] Toys "R" Us, Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
