COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS Transformer => Topic started by: fry on 01 Jun 2016 01:23:34 PM

Title: TR0420) No authentication signon with name in the model
Post by: fry on 01 Jun 2016 01:23:34 PM
Hello

Trying to include namespace login and password credentials from command line ?

server1:/apps/cognos/v1022/bin>./cogtr -lsignon=username/password -m/app_data/cognos/v1022/cube_models/******/ActivityTest.mdl

Wed 01 Jun 2016 13:16:22        3       00000000        Command Line: ./cogtr -lsignon=username/password -m/app_data/cognos/v1022/cube_models/XXXXXX/ActivityTest.mdl [->OK]
Wed 01 Jun 2016 13:16:22        3       00000000        Processing MDL file /app_data/cognos/v1022/cube_models/RAMM_Performance/Test.mdl
Wed 01 Jun 2016 13:16:22        3       00000000        Creating model file /home/falcof/ModelWorkDirectory/ppd00000.qyj
Wed 01 Jun 2016 13:16:22        3       00000000        (TR0420) No authentication signon with name 'signon' in the model.
Wed 01 Jun 2016 13:16:22        1       00000000         [->OK]
Wed 01 Jun 2016 13:16:22        3       00000000        Transformer exiting - operation failed


Title: Re: TR0420) No authentication signon with name in the model
Post by: prikala on 03 Jun 2016 01:10:06 AM
What model are you processing when you get TR0420 and do you have signon "signon" there?

Since you are using mdl scripts, you might want to try specifying signon details in the mdl script, something like
   SignonUpdate "signon" PromptForPassword False Password "password" UserId "username"
after you have opened the model containing the "signon".
Title: Re: TR0420) No authentication signon with name in the model
Post by: Francis aka khayman on 31 Aug 2016 12:41:11 AM
you need to define a signon name in transfomer and use that with -l option.

check this post for details:

http://cognosm.fm3online.com/tips-and-tricks/refresh-transformer-cube-from-windows-command-line/