SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 38478: SAS BI Web Services for .Net improperly handles non-ascii data.

DetailsHotfixAboutRate It

Non-ascii data streamed to SAS® through SAS BI Web Services for .Net may be lost or displayed as "???????".

The following example shows input data which contains a value in the Russian character set and the resulting XML within SAS.

The Input Data:

  <InData>
  
<Column1>12345</Column1>
<Column2>qwerty</Column2>
<Column3>йцукен</Column3>
</InData>

The Resulting XML file:

  <INDATA>
  
<COLUMN3>??????</COLUMN3>
<COLUMN2>qwerty</COLUMN2>
<COLUMN1>12345</COLUMN1>
</INDATA>


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS BI Web Services for .NETMicrosoft Windows 2000 Advanced Server9.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server9.1 TS1M3 SP4
Microsoft Windows 2000 Server9.1 TS1M3 SP4
Microsoft Windows 2000 Professional9.1 TS1M3 SP4
Microsoft Windows NT Workstation9.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition9.1 TS1M3 SP4
Microsoft Windows XP Professional9.1 TS1M3 SP4
Windows Vista9.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.