Script created in BSM not appearing in BPM

Hello All

APM 9.30
BPM 9.30.471

We had created new script using vuGen to monitor an web based application and added the script in script repository in BSM. We further created End User Monitor in BSM and launched the script in BPM. However we see the script is not running in BPM.

We further checked in BPM and in BPM also we are not seeing the script been listed.

Please provide your help to fix this issue.

Parents Reply Children
  • Noam

    Please find the script

    [General]
    Type=Multi
    DefaultCfg=default.cfg
    ParameterFile=
    GlobalParameterFile=
    NewFunctionHeader=1
    RunType=cci
    ActionLogicExt=action_logic
    LastActiveAction=Action
    MajorVersion=12
    MinorVersion=53
    ActiveTypes=QTWeb
    GenerateTypes=QTWeb
    AdditionalTypes=QTWeb
    DevelopTool=Vugen
    LastModifyVer=12.53.0.1203
    ParamLeftBrace={
    ParamRightBrace=}
    ScriptLanguage=C
    LastCodeGenerationVer=12.53.0.1203
    DisableRegenerate=0
    Description=
    ScriptLocale=en-US
    [Actions]
    vuser_init=vuser_init.c
    Action=Action.c
    vuser_end=vuser_end.c
    [RunLogicFiles]
    Default Profile=default.usp
    [VuserProfiles]
    Profiles=Default Profile
    [CfgFiles]
    Default Profile=default.cfg
    [ExtraFiles]
    globals.h=
    [Modified Actions]
    vuser_init=0
    Action=1
    vuser_end=0
    [Recorded Actions]
    vuser_init=0
    Action=1
    vuser_end=0
    [Replayed Actions]
    vuser_init=1
    Action=1
    vuser_end=1
    [Interpreters]
    vuser_init=cci
    Action=cci
    vuser_end=cci
    [TransactionsOrder]
    Order=
    [StateManagement]
    LastReplayStatus=1
    [ActiveReplay]
    LastReplayedRunName=result1
    ActiveRunName=result1

  • Noam

    I created new script and put start transaction in init section and put end transaction in end section of the script.

    Imported the script to APM and ran it in BPM and this time it finished fine.

    While creating End User monitor in APM in License type I am seeing following,

    BPM Target
    Transaction single location
    APM 360 with SLM
    Transaction unlimited location.

    Can you please elaborate which one to choose when.

    Also even the script has finished running, I am not able to see data for the script in APM.

  • Verified Answer

    I don't see [Transactions] section. It means that one of 2 things:

     

    1. you did not put transactions inside the script

    2. The script was not saved correctly.

    I assume you have just one transaction names as "Order"

    in that case please ass to this file the following section, save it and upload the script again.:

    [Transactions]

    Order=

    IF it does not work please attache the Action.C file as well.