TransformerSignon Property
The TransformerSignon property sets or returns
the Transformer signon object associated with a package datasource
connection (IBM® Cognos® signon).
Syntax
PackageDatasourceConnection .TransformerSignon
Applies To
Discussion
To use the PackageDatasourceConnection signon, a signon object needs to be added to provide authentication to an external namespace. This allows users to build cubes in batch mode. To enable Transformer to use an IBM Cognos signon automatically, the AutoLogon property of the Signon object needs to be enabled. The signon maintains the user ID, password, and associated namespace. This value is used instead of the Signon Property if the AlwaysUseTransformerSignon Property is set to True.
Type
String (PackageDatasourceConnection)
Access
Read/Write
Examples
package
= model.Packages.Add()connection
= package.PackageDatasourceConnections.Add()connection.TransformerSignon
= "great_outdoors_warehouse"