We have a universe built on a SQL Server DB which incorporates left outer joins.
In order to have this function, we changed the SQLSVR.prm files to accept outer joins.
This worked fine for about a year (until now). Now we get MS error code 1016 messages every time our users run the report, or any report utilizing the outerjoined tables.
I have checked the prm files they are as they were:
STG= STSRVen
SORT_BY_NO=NO
GROUPBYCOL=NO
EXT_JOIN=YES
CONCAT=+
UNION=UNION
INTERSECT=
MINUS=
OWNER=Y
QUALIFIER=Y
COMMA=+' '+
REFRESH_COLUMNS_TYPE=Q
CHECK_OWNER_STATE=N
CHECK_QUALIFIER_STATE=N
KEY_INFO_SUPPORTED=Y
OUTERJOINS_GENERATION=FULL_ODBC
OUTERJOINS_COMPLEX=Y
BACK_QUOTE_SUPPORTED=Y
TABLE_DELIMITER="
Does anyone have any ideas what may be causing this to fail?
Any help would be greatly appreciated.
Thanks,
Dave
In order to have this function, we changed the SQLSVR.prm files to accept outer joins.
This worked fine for about a year (until now). Now we get MS error code 1016 messages every time our users run the report, or any report utilizing the outerjoined tables.
I have checked the prm files they are as they were:
STG= STSRVen
SORT_BY_NO=NO
GROUPBYCOL=NO
EXT_JOIN=YES
CONCAT=+
UNION=UNION
INTERSECT=
MINUS=
OWNER=Y
QUALIFIER=Y
COMMA=+' '+
REFRESH_COLUMNS_TYPE=Q
CHECK_OWNER_STATE=N
CHECK_QUALIFIER_STATE=N
KEY_INFO_SUPPORTED=Y
OUTERJOINS_GENERATION=FULL_ODBC
OUTERJOINS_COMPLEX=Y
BACK_QUOTE_SUPPORTED=Y
TABLE_DELIMITER="
Does anyone have any ideas what may be causing this to fail?
Any help would be greatly appreciated.
Thanks,
Dave