Problem Note 36011: A SAS® Data Integration Studio job with streaming input fails to read data correctly
A SAS Data Integration Studio job that reads XML content and is deployed as a Web Service with streaming input might fail
to read data properly when it is executed as a stored process.
This problem occurs when an XMLMAP= option
is missing from the LIBNAME statement.
For example, the code generated and run interactively from within SAS Data Integration Studio
will have a LIBNAME statement that is correct for XML data
sources that require an XML Map.
The code should be similar to the following:
LIBNAME _WEBIN XML xmlmap="C:\public\map.map" ;
Once the job is deployed as a Web service, the LIBNAME statement in the generated source code file will look like this:
LIBNAME _WEBIN XML ;
Currently the only circumvention is to manually edit the deployed source code to add
XMLMAP= to the LIBNAME statement.
Operating System and Release Information
SAS System | SAS Data Integration Studio | Windows Vista | 3.4 | 4.3 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows XP Professional | 3.4 | 4.3 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 3.4 | 4.3 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 3.4 | 4.3 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 3.4 | 4.3 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows NT Workstation | 3.4 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 3.4 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Server | 3.4 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Advanced Server | 3.4 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 3.4 | | 9.1 TS1M3 SP4 | |
Microsoft® Windows® for x64 | 4.21 | 4.3 | | 9.3 TS1M0 |
*
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: | 2009-05-22 14:46:45 |
Date Created: | 2009-05-21 11:04:42 |