Problem Note 31000: Errors about not finding metadata occur when running SAS® IT Resource Management 3.1.1 aggregation jobs
It is possible to create and successfully deploy a SAS IT Resource Management job that includes aggregations, but yet still receive the following error messages when the job executes:
ERROR: Cannot find metadata for aggregation transformation
output table with metadata id Axxxxxxxx.AGyyyyyyy.
ERROR: Compiled macro failed in transform Aggregation
(Aaaaaaaa.Abbbbbbb). Trans_rc = 8.
ERROR: Transform failed, trans_rc = 8.
These messages appear when the job attempts but fails to connect to the metadata server and update table status information, such as date range, number of observations, and so forth.
Some possible causes for these errors are as follows:
-
The metadata server is down.
Several methods exist to verify whether the metadata server is down. One method is to attempt to connect to the metatdata server via SAS® Data Integration Studio or SAS® Management Console.
-
A data step inside the job failed to connect to the metadata server due to an authentication failure.
An example of this condition would be if the password of the user ID associated with the job has changed since the job was deployed. To verify whether the authentication is causing the error, modify the generated code by inserting the following statement into the job where the first %LET xxxMETAxxx statements are visible:
%LET METAPASSWORD=myClearPassword;
If the same error persists, verify whether the password was changed after you generated the job: Inititate a connection, either by using SAS Data Integration Studio or SAS Mangement Console to access the metadata server with the user ID and password in question.
If the password has changed, it is best to redeploy the job so as to update all applicable locations in the job with the new password. Another circumvention is to change, manually, all passwords that are referenced in the batch job.
-
You have attempted to access a metadata and application server that uses a version of SAS® software that has been compiled for an encoding other than U.S. EBCDIC (W0).
-
The PhysicalTable object of concern—Axxxxxxxx.AGyyyyyyy—was removed from the metadata server after the job was generated.
Note that the table ID is different from the name of the aggregation (Aaaaaaaa.Abbbbbbb).
To verify that the table ID is defined to the metatdata server, you should review, update, and submit the sample code in SAS Note 31025, or use SAS® Metadata Explorer.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS IT Resource Management-Server | z/OS | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows XP 64-bit Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft® Windows® for x64 | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Advanced Server | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Standard Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows XP Professional | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Windows Vista | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
64-bit Enabled AIX | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
64-bit Enabled HP-UX | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
64-bit Enabled Solaris | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
HP-UX IPF | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Linux | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Tru64 UNIX | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 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: | medium |
Date Modified: | 2012-02-15 11:23:55 |
Date Created: | 2008-01-24 10:41:18 |