SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 32507: Batch jobs that fail to connect to a SAS Metadata Server might issue a misleading warning message intead of an error

DetailsHotfixAboutRate It

Batch jobs in SAS® IT Resource Management that fail to connect to a SAS Metadata Server might issue a misleading warning message instead of an error message.

The SAS IT Resource Management macro RMVERCHK checks the connection to the SAS Metadata Server. If the connection fails, the RMVERCHK macro issues the following warning message:

                      
WARNING: Unexpected format for ITMS Software Version in
         the OMR Repository.  
WARNING: Unexpected format for ITMS Software Version of 
         the Transformation.  

This warning message is misleading. The actual problem is due to the failure of the batch job to connect to the SAS Metadata Server. Therefore an error should be displayed instead.

If the preceding warning message occurs, ensure that the macro variables and SAS system options that are used to connect to the SAS Metadata Server are valid, particularly such variables and options that refer to the machine name, port number, user ID, and password.

The following code shows examples of parameters that you should check (values in italics):

%let metaPort = %nrquote(port_number); %let metaServer = %nrquote(machine_name); %let metaRepository = %nrquote(ITMS); %let metaUser = %nrquote(userid); %let metaPassword = %nrquote(password); /* Set SAS System metadata options */ options metaport = &metaPort metaserver = "&metaServer" metarepository = "&metaRepository";

For sites that run a metadata server on a Windows 2003 server, if you are experiencing intermittent connection failures, ensure that your site has applied fix KB948496. This fix is available from the support.microsoft.com web site under the RESOLUTION tab.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS IT Resource Management-Serverz/OS3.1.19.1 TS1M3 SP4
Microsoft® Windows® for 64-Bit Itanium-based Systems3.1.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter 64-bit Edition3.1.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise 64-bit Edition3.1.19.1 TS1M3 SP4
Microsoft Windows XP 64-bit Edition3.1.19.1 TS1M3 SP4
Microsoft® Windows® for x643.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Advanced Server3.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server3.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Server3.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Professional3.1.19.1 TS1M3 SP4
Microsoft Windows NT Workstation3.1.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition3.1.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition3.1.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition3.1.19.1 TS1M3 SP4
Microsoft Windows XP Professional3.1.19.1 TS1M3 SP4
Windows Vista3.1.19.1 TS1M3 SP4
64-bit Enabled AIX3.1.19.1 TS1M3 SP4
64-bit Enabled HP-UX3.1.19.1 TS1M3 SP4
64-bit Enabled Solaris3.1.19.1 TS1M3 SP4
HP-UX IPF3.1.19.1 TS1M3 SP4
Linux3.1.19.1 TS1M3 SP4
Tru64 UNIX3.1.19.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.