COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => BI Modeling (Transformer) => Topic started by: fullyii on 13 May 2010 02:09:11 PM

Title: Cognos 8.4 command line Data Source Login error
Post by: fullyii on 13 May 2010 02:09:11 PM
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
Title: Re: Cognos 8.4 command line Data Source Login error
Post by: redmist on 21 May 2010 03:44:06 PM
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
Title: Re: Cognos 8.4 command line Data Source Login error
Post by: MFGF on 26 May 2010 09:37:47 AM
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.