SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 63776: The error "Pack/Unpack buffer too small" occurs when you open a data service using the SAS® Scalable Performance Data Server driver

DetailsHotfixAboutRate It

If you define a SAS® Federation Server connection string with the SAS Scalable Performance Data Server, and the string contains a large number of schemas, the following error can occur when the data service is opened:

Pack/Unpack buffer too small.

The error does not occur when you define the data service. Investigations have shown that more than 20 schemas being defined in the connection string are likely to produce the error. The exact number of schemas that will generate the error depends on the length of the connection string.

The following syntax is an example of code that can encounter this issue: 

proc fedsql
   conn="driver=spds;locale='en_us';serv=port-number;
   host='host-name';uid=user-id;catalog=catalog-identifier;
   dbq='domain';
      schema=(name=s1;dbq='domain');
      schema=(name=s2;dbq='domain');
      . . . more data . . .
      schema=(name=s29;dbq='domain');
      schema=(name=s30;dbq='domain');";
   create table catalog-identifier.S30.t1 (d1 double, d2 double);
   drop table catalog-identifier.S30.t1;
quit;

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
DatafluxSAS Federation ServerMicrosoft® Windows® for x643.24.2.1
Microsoft Windows 8 Enterprise 32-bit3.24.2.1
Microsoft Windows 8 Enterprise x643.24.2.1
Microsoft Windows 8 Pro 32-bit3.24.2.1
Microsoft Windows 8 Pro x643.24.2.1
Microsoft Windows 8.1 Enterprise 32-bit3.24.2.1
Microsoft Windows 8.1 Enterprise x643.24.2.1
Microsoft Windows 8.1 Pro 32-bit3.24.2.1
Microsoft Windows 8.1 Pro x643.24.2.1
Microsoft Windows 103.24.2.1
Microsoft Windows 95/983.24.2.1
Microsoft Windows 2000 Advanced Server3.24.2.1
Microsoft Windows 2000 Datacenter Server3.24.2.1
Microsoft Windows 2000 Server3.24.2.1
Microsoft Windows 2000 Professional3.24.2.1
Microsoft Windows NT Workstation3.24.2.1
Microsoft Windows Server 2003 Datacenter Edition3.24.2.1
Microsoft Windows Server 2003 Enterprise Edition3.24.2.1
Microsoft Windows Server 2003 Standard Edition3.24.2.1
Microsoft Windows Server 2003 for x643.24.2.1
Microsoft Windows Server 20083.24.2.1
Microsoft Windows Server 2008 R23.24.2.1
Microsoft Windows Server 2008 for x643.24.2.1
Microsoft Windows Server 2012 Datacenter3.24.2.1
Microsoft Windows Server 2012 R2 Datacenter3.24.2.1
Microsoft Windows Server 2012 R2 Std3.24.2.1
Microsoft Windows Server 2012 Std3.24.2.1
Microsoft Windows Server 20163.24.2.1
Microsoft Windows Server 20193.24.2.1
Microsoft Windows XP Professional3.24.2.1
Windows 7 Enterprise 32 bit3.24.2.1
Windows 7 Enterprise x643.24.2.1
Windows 7 Home Premium 32 bit3.24.2.1
Windows 7 Home Premium x643.24.2.1
Windows 7 Professional 32 bit3.24.2.1
Windows 7 Professional x643.24.2.1
Windows 7 Ultimate 32 bit3.24.2.1
Windows 7 Ultimate x643.24.2.1
Windows Millennium Edition (Me)3.24.2.1
Windows Vista3.24.2.1
Windows Vista for x643.24.2.1
64-bit Enabled AIX3.24.2.1
64-bit Enabled Solaris3.24.2.1
HP-UX IPF3.24.2.1
Linux for x643.24.2.1
Solaris for x643.24.2.1
* 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.