If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

TR0420) No authentication signon with name in the model

Started by fry, 01 Jun 2016 01:23:34 PM

Previous topic - Next topic

fry

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



prikala

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".

Francis aka khayman