Problem Note 16775: Drillthrough to non-SAS RDBMS tables does not correctly reference table
name
When performing a drillthrough to detail data for your SAS OLAP cube
that directly references a non-SAS database that does not follow SAS
naming conventions, you may receive an error message similar to the
following in your SAS OLAP Server log:
<SASMessage severity="Error">
The immediate MDX execution
failed</SASMessage></Exception><Exception>
<SASMessage severity="Note">
select * from SAPEng./BIC/AZPAODSGL00 where ...
</SASMessage>
</Exception><Exception>
<SASMessage severity="None">ERROR: SQL passthru expression contained
these errors: ERROR 22-322: Expecting a name....
ERROR 76-322: Syntax error, statement will be ignored....
</SASMessage></Exception><Exception><...
The error occurs when a drillthrough is attempted on a SAS cube because
the SAS OLAP Server is not correctly referencing the RDBMS table being
used for drillthrough.
Some non-SAS databases have naming conventions that differ from SAS
naming conventions. For example, a SAP BW table name such as
/BIC/AZPAODSGL00 that is accessible via the SAS/Access to SAP BW LIBNAME
engine, is not a proper SAS name when referenced explicitly. Therefore,
when referenced in SAS, it needs to be referenced as follows:
SAPLIB.'/BIC/AZPAODSGL00'n
To circumvent this error and allow the drillthrough to successfully
execute, either rename the RDBMS table to follow SAS naming conventions
or create a SAS view of the RDBMS table and use the SAS view as your
drillthrough table. Once the modification is made, the OLAP cube would
need to be recreated to reference the new RDBMS table name or SAS view.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS OLAP Server | Tru64 UNIX | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
64-bit Enabled AIX | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
OpenVMS Alpha | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
64-bit Enabled HP-UX | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
HP-UX IPF | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
Linux | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
z/OS | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
64-bit Enabled Solaris | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
Microsoft Windows XP Professional | 9.1 TS1M0 | 9.1 TS1M3 SP4 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Topic: | System Administration ==> Servers ==> OLAP Query and Reporting ==> OLAP (Online Analytical Processing)
|
Date Modified: | 2006-04-26 08:53:06 |
Date Created: | 2006-01-03 16:42:03 |