DataBase table test connectivity unsupported type BLOB or CLOB
Hi All,
I created a database table for my class. There is a blob or clob columns. When I try test connectivity in database table definition, I get this Issues "Class MyClassName is mapped to table MyTableName in database MyDatabaseName, which has column TESTBLOBCOLUMN of unsupported type BLOB"
How can I solve this problem?
Comments
Keep up to date on this post and subscribe to comments
Hello,
Are you really expecting a BLOB on your custom table?
- reply
I've seen this before the CLOB object.
For example, if you open up the Rule-Obj-FieldValue class or database table mapping and click on the Test Connection button, you see the same warning.
Do you have any problems outside of the warning the the Test Connection button?
- reply
I'm not sure how to cater for the BLOB. But I'm pretty sure I've done this converting varchar2 to a CLOB in the past.
I was under the impression that it was seemless, but CLOB isn't available in early versions. Which version are you using?
- reply
I'm afraid I don't really have an answer for you here.
CLOB support wasn't available until 7.2 (7.2.1 I believe)
https://community.pega.com/support/support-articles/clob-support-pega-717
And even then, it appeared to need a hotfix to get it to work correctly within report definitions
- reply
- I am using postgres DB.. where I created DataBase: HDFC, Schema: HDFCApplication, Tabel: HDFCApplications, I have created DataBase Rule in pega and done test connectivity... Now I am creating DataBase Table rule with correct DB,Schema,Table name...
- Database Table- Test Connection failure- NonexistentTable exception
- Database Table Test Connection failure- NonexistentTable exception
- Class Abc-Data-Xyz is mapped to external DB table which has column 'image' of unsupported type LONGBLOB
- Mapping CLOB Column from external database using connect SQL