Missing parameter in db2iseries.prm file
In BusinessObjects Enterprise XI 3.0 I ran into what seems like a bug. I am talking specifically about using Designer in combination with an AS/400. After having migrated content from a 6.5 environment I had problems with viewing column or table values of newly added tables. After some investigation it seemed to happen only to libraries, tables and columns with characters like @ and #.
I inquired with SAP Business Objects support and they came back with a solution, adding
<parameter name="IDENTIFIER_DELIMITER">"</parameter>
to the first (configuration) part of the db2iseries.prm file in \Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\db2\.
A few weeks ago I upgraded a client from R2 to 3.1. They too have universes based on AS/400 libraries and they too were experiencing the same issue. Apparently the missing parameter doesn’t classify as a bug or perhaps didn’t make its way into a Service Pack of Fix Pack, who knows? I thought I’d type it up, just in case someone else runs into the same issue.