Usage Note 58112: SAS® Drug Development 4.5.1 - Data Server connections with a SAS® LASR Library
SAS® Drug Development and SAS® Visual Analytics could require Data Server connections with a SAS® LASR Library. To do this replace both SASClientConnection and LibraryConnection association with the server connection as shown in the example below:
   rc=metadata_getnobj("omsobj:SASClientConnection?@Name contains 'sddLASR1'",1,auri);
   put rc=;
   rc=metadata_setassn(luri, "SASClientConnection", "Replace", auri);
   put rc=;
   rc=metadata_setassn(luri, "LibraryConnection", "Replace", auri);
   put rc=;
Operating System and Release Information
SAS System | SAS Drug Development | Linux for x64 | 4.5.1 | 4.5.2 | 9.4 TS1M1 | 9.4 TS1M1 |
*
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.
Date Modified: | 2016-10-13 14:37:22 |
Date Created: | 2016-04-26 14:46:06 |