I am getting the following error when I attempt to execute batch file to build cube. When I run without credentials the data source window pops up and waits.
Please help with syntax for passing datasource credentials for Cognos 8.4
Error
(TR0826) No data source signon with name 'signon=Domain\Id/Password' in the model. [->OK]
Command line Code
"D:\Apps\Program Files\CognosDevTransformer\bin\cogtr.exe" -n -ksignon=DomainName\id/password -pDashBoardCubeV3_Model.pyj "D:\Cubes\Transformer\Models\DashBoardCubeV2_Model\DashBoardCubeV3_Model.pyj"
Thank You
off the top of my head i dont recall the correct switch to enter the username and password but i'm sure it is there in the documentation
Alternatively you could create a signon in Transformer where you enter the username, password and domain. Make sure that autologon option is selected. This way you do not have to enter the login info in the command line
Quote from: fullyii on 13 May 2010 02:09:11 PMError
(TR0826) No data source signon with name 'signon=Domain\Id/Password' in the model. [->OK]
Sorry if this is a silly question, but you did actually specify your domain name, user ID and password in the command string, didn't you? The error returned looks like you just typed Domain\Id/Password...
MF.