Problem Note 13122: WZX: Invalid Conversion Map Specified
The following error may occur when attempting to remotely access VIEWS
on a remote SAS/CONNECT Server:
ERROR: A bug in SAS has been encountered. Please call your SAS
representative and report the following message: WZX: invalid
conversion map specified. XXXX.xxxx cannot be opened. Do you want
to select a different table to open?
The problem may occur when trying to access a VIEW that has been defined
via RLS (Remote Library Services) and then trying to access it via the
Windows Explorer. The issue may also be seen when trying to UPLOAD or
DOWNLOAD a view. The following error will be reported.
NOTE: Download in progress from data=WORK.TEST to out=WORK.TEST
ERROR: A bug in SAS has been encountered. Please call your SAS
representative and report the following message: WZX: invalid
conversion map specified.
ERROR: Download function terminated. The file created may be
unusable.
When accessing VIEWs, the problem can be corrected by submitting a
select * (select all) rather than specific views. When running PROC
DOWNLOAD or PROC UPLOAD, the problem can be corrected by using the
V6TRANSPORT option on the UPLOAD or DOWNLOAD statement.
Example of V6TRANSPORT syntax:
proc download data=a out=local
v6transport extendsn=no;
run;
See also SAS Note
#32983.
Operating System and Release Information
| SAS System | SAS/CONNECT | 64-bit Enabled HP-UX | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| HP-UX | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| 64-bit Enabled Solaris | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Solaris | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Microsoft Windows 2000 Advanced Server | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Microsoft Windows 2000 Datacenter Server | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Microsoft Windows XP Professional | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Microsoft Windows 2000 Server | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| 64-bit Enabled AIX | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| AIX | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| z/OS | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS2M3 | |
| Microsoft Windows XP 64-bit Edition | 9.2 TS2M3 | |
| Microsoft® Windows® for x64 | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 Standard Edition | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 for x64 | 9.2 TS2M3 | |
| Microsoft Windows Server 2008 | 9.2 TS2M3 | |
| Microsoft Windows Server 2008 for x64 | 9.2 TS2M3 | |
| Windows 7 Enterprise 32 bit | 9.2 TS2M3 | |
| Windows 7 Enterprise x64 | 9.2 TS2M3 | |
| Windows 7 Home Premium 32 bit | 9.2 TS2M3 | |
| Windows 7 Home Premium x64 | 9.2 TS2M3 | |
| Windows 7 Professional 32 bit | 9.2 TS2M3 | |
| Windows 7 Professional x64 | 9.2 TS2M3 | |
| Windows 7 Ultimate 32 bit | 9.2 TS2M3 | |
| Windows 7 Ultimate x64 | 9.2 TS2M3 | |
| Windows Vista | 9.2 TS2M3 | |
| Windows Vista for x64 | 9.2 TS2M3 | |
| HP-UX IPF | 9.2 TS2M3 | |
| Linux | 9.2 TS2M3 | |
| Linux for x64 | 9.2 TS2M3 | |
| OpenVMS on HP Integrity | 9.2 TS2M3 | |
| Solaris for x64 | 9.2 TS2M3 | |
*
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 |
| Topic: | System Administration ==> Communication
|
| Date Modified: | 2008-08-29 10:39:46 |
| Date Created: | 2004-08-20 16:36:36 |