AutoSys Workload Automation

 View Only
  • 1.  "Unable to locate interactive logon session"

    Posted Feb 07, 2020 10:59 AM
    I have CA Workload Automation installed in a server, running interactive jobs, it has done it well sometimes and sometimes I get this error and I don't know why could it be happening, 

    this is the agent configuration right now, thank you for the help :)
    #
    # Agent settings for nt-x86-64
    #

    #
    # Log
    #
    # log.archive settings:
    # 0 - archive with time extension
    # 1 - append ".archive.log"
    # 2 - delete previous log
    # 3 - keep writing to the same log file
    log.level=5
    log.archive=1
    log.maxsize=1M
    #

    #
    # Agent name
    #
    agentname=MXVMW10CO0089

    #
    # Communications
    #
    communication.inputport=7520

    communication.managerid_1=CENTRAL_MANAGER
    communication.manageraddress_1=SCA2011145
    communication.managerport_1=7507
    communication.monitorobject_1=MXVMW10CO0089/AGENTMON1.0/MAIN

    #
    # Security
    #
    security.filename=C:/CA/WA_Agent_R11_3_4/security.txt
    security.level=off
    security.cryptkey=C:/CA/WA_Agent_R11_3_4/cryptkey.txt

    #
    # Initiators
    # There will be separate line for each pair of <class, number of initiators>
    # initiators.class_N, where N is number running from 1 to ...
    # Class is user definable, (should be the same here and in AFM)
    # Soft shutdown mode waits for all jobs to be completed
    #
    initiators.class_1=Default,1000

    #
    # Core parameters
    #
    core.health.monitor.enable=true

    #
    # General characteristics
    #
    spooldir=C:/CA/WA_Agent_R11_3_4/spool
    # Java parameters
    oscomponent.javapath=C:/CA/WA_Agent_R11_3_4/jre/bin
    oscomponent.jvm=server

    # What plugins we want to start by the core Java agent
    plugins.start_internal_1=runner
    plugins.start_internal_2=router
    plugins.start_internal_3=filemon
    plugins.start_internal_4=objmon
    plugins.start_internal_5=filebrowser

    # Jars classpath
    oscomponent.classpath=jars/*.jar;jars/ext/*
    management.snmp.mibfile=C:/CA/WA_Agent_R11_3_4/cybermation.mib

    #
    # What management connectors we want to start by the core Java agent
    #


    #
    # Windows Service name
    #
    oscomponent.servicename=CA Workload Automation Agent 11.3.4
    oscomponent.servicedisplayname=CA Workload Automation Agent 11.3.4

    # Windows Settings
    oscomponent.lookupcommand=true
    oscomponent.noforceprofile=false
    oscomponent.dumpenvironment=false
    oscomponent.initialworkingdirectory=SCRIPT
    oscomponent.cmdprefix.force=true

    runnerplugin.spool.clean.enable=true
    runnerplugin.spool.expire=10D
    runnerplugin.spool.sleep=36H
    oscomponent.joblog=true
    oscomponent.cmdprefix.force=true
    oscomponent.interactive=true
    oscomponent.interactive.sessionzero=false
    oscomponent.cmdprefix.force.redir.inline=false
    oscomponent.logon.elevated=true
    oscomponent.su.newconsole=false

    #
    # Installer setting. Do not modify the setting below
    #
    installer.version=R11.3.4

    #
    # Added by a patch installer
    #

    oscomponent.cmdprefix.force.quotes.full=true


  • 2.  RE: "Unable to locate interactive logon session"
    Best Answer

    Broadcom Employee
    Posted Feb 07, 2020 07:16 PM
    Hi, You can get this error if you're not actively logged on as the same user that is specified in the job. See this doc for more information.