Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
myszak
Posted - 02/12/2009 : 06:38:34 Hi! Unfortunately I have another problem with ROLAP report. I created the cube Pubs, I followed the instructions from tutorial so everything should be ok. But the error appears when I try to design the report. When I drop the dimension (or level) to the Columns Drop Area or when I try to set up the filters the following windows dialog appears:
Error parsing xml head title …The column prefix ‘P’ does not match with a table name or alias used in a query,: SQL:SELECT c.FactTableName , … (etc)… p.Columnname, P.ColumnDataType, p.CacheData, ….etc...
It looks like there is a mistake (“ P.ColumnDataType” instead of “p.ColumnDataType”) but I don’t know where to find it. Thanks for help:)
3 L A T E S T R E P L I E S (Newest First)
admin
Posted - 02/20/2009 : 14:27:00 Does your SQL Server database have case sensitive collation? If yes, here are the instructions on how to change it to case insensitive collation: