SAS IOM Data Provider
Bridge with host authentication
NOTE! These connection strings are using the "Data Source URI Format" (the "iom-bridge://xx.com:8591" style) which requires SAS version 9.2 or later!
Provider=SAS.IOMProvider;Data Source=iom-bridge://workspace.example.com:8591;User ID=myUsername;Password=myPassword;
COM with host authentication
Provider=SAS.IOMProvider;Data Source=iom-com://workspace.example.com;User ID=myUsername;Password=myPassword;
Bridge with Integrated Windows Authentication (IWA)
Provider=SAS.IOMProvider;Data Source="iom://workspace.example.com:8591;Bridge;SECURITYPACKAGE=Negotiate";
COM with Integrated Windows Authentication (IWA)
Provider=SAS.IOMProvider;Data Source="iom://workspace.example.com;COM;SECURITYPACKAGE=Negotiate";
Bridge with a logical server name defined in a SAS Metadata Server and host authentication
Provider=SAS.IOMProvider;Data Source=iom-name://Workspace Server - Logical Server Name;SAS Metadata Location=iom-bridge://metadata.example.com:8561;SAS Metadata User ID=metauserid;
SAS Metadata Password=metapassword;
Bridge with a logical server name defined in a SAS Metadata Server and Integrated Windows Authentication (IWA)
Provider=SAS.IOMProvider;Data Source=iom-name://Workspace Server - Logical Server Name;SAS Metadata Location="iom://metadata.example.com:8561;Bridge;SECURITYPACKAGE=Negotiate";
Logical server name defined in a SAS Metadata Server that is configured via the SAS Integration Technologies configuration utility
Provider=SAS.IOMProvider;Data Source=iom-name://Workspace Server - Logical Server Name;