Hi Guys
Has anyone come across this before?
I've got a clob text field in the warehouse which is coming through as a text blob data type in FM.
If I drag the column onto a report on it's own it works OK but if I add another column from a different QS I get an errror. Both QSs are joined OK; I can report agaisnt differnt items in the QSs.
If I change the data type to varchar2(4000) it works OK which leads me to think the issue is to do with the clob data type.
The error message is kind of generic and doesn't really say much
An error occurred while performing operation 'sqlPrepareWithOptions' status='-201'.
The work around of changing the data type is OK for text fields < 4000 characters but I've now got fields 8000 + chrs long.
Anyone know how to resolve this so I don't have to start splitting the text fields?
Thanks for your help.
Simon
Hi Simon,
I'm not entirely sure of the answer but depending on your data source it may be possible that you need to set a determinant to provide additional key information.
Below is a note from the FM guide re:using determinants for Blob data types
"You want to uniquely identify the row of data when retrieving text BLOB data from the data source.
Querying blobs requires additional key or index type information. If this information is not present in the data source, you can add it using determinants. Override the determinants imported from the data source that conflict with relationships created for reporting.
You cannot use multiple-segment keys when the query subject accesses blob data. With summary queries, blob data must be retrieved separately from the summary portion of the query. To do this, you need a key that uniquely identifies the row and the key must not have multiple segments."
Regards
Rob
I think you can't group by the column either, so maybe turn off auto group and summarize? Just a guess....
Thanks guys as usual big help.
;D
Hi Team - I just noticed. Cognos can handle maximum 32766 characters but data set has more than these characters. Please suggest if something can be done to show all the characters in cognos report output.