Cognos Analytics

Cognos Analytics

Connect, learn, and share with thousands of IBM Cognos Analytics users! 


#Product
#Analytics
#CognosAnalytics
#Analyticstools
#TechXchange Partner
#TechXchange Session
#TechXchange Presenter
#AI
 View Only
  • 1.  Window script to trigger the cognos job

    Posted 05/06/20 07:14 PM
    ​Hi,

    Can someone provide the script to trigger the cognos job from window (Window schedule)  for c11 ?

    ------------------------------
    sumair sajid
    ------------------------------

    #CognosAnalyticswithWatson


  • 2.  RE: Window script to trigger the cognos job

    Posted 05/07/20 01:55 AM
    Hi,

    The scripts files are part of the installation.

    Look at this link : https://www.ibm.com/support/knowledgecenter/SSEP7J_11.1.0/com.ibm.swg.ba.cognos.ug_cra.doc/c_event-basedscheduling.html

    Br
    René

    ------------------------------
    René Kent Nielsen
    Solutions Architect
    CogniTech A/S
    Herning
    ------------------------------



  • 3.  RE: Window script to trigger the cognos job

    Posted 05/07/20 09:57 AM

    Thanks

     

    Thanks,

     

    Sumair Sajid

    Reporting System Admin

    University of California, Office of the President

    Sumair.sajid@UCOP.edu

    M:586 216 1916

     

     

     



    ------Original Message------

    Hi,

    The scripts files are part of the installation.

    Look at this link : https://www.ibm.com/support/knowledgecenter/SSEP7J_11.1.0/com.ibm.swg.ba.cognos.ug_cra.doc/c_event-basedscheduling.html

    Br
    René

    ------------------------------
    René Kent Nielsen
    Solutions Architect
    CogniTech A/S
    Herning
    ------------------------------

    #CognosAnalyticswithWatson


  • 4.  RE: Window script to trigger the cognos job

    Posted 05/07/20 02:17 AM
    you can find them on this location : 
    Program Files\ibm\cognos\analytics\webapps\utilities\trigger

    and you generate a bat file like this:

    @echo off
    pushd \\ServerName\f$\Program Files\ibm\cognos\analytics\webapps\utilities\trigger
    trigger.bat "http://COGNOSSERVER:9300/p2pd/servlet/dispatch" "USERNAME" "PASSWORD" "Namespace" "NameTrigger"

    ------------------------------
    Stoyka Bojkova
    ------------------------------



  • 5.  RE: Window script to trigger the cognos job

    Posted 05/07/20 10:14 AM

    Thank you

     

     

    Thanks,

     

    Sumair Sajid

    Reporting System Admin

    University of California, Office of the President

    Sumair.sajid@UCOP.edu

    M:586 216 1916

     



    ------Original Message------

    you can find them on this location : 
    Program Files\ibm\cognos\analytics\webapps\utilities\trigger

    and you generate a bat file like this:

    @echo off
    pushd \\ServerName\f$\Program Files\ibm\cognos\analytics\webapps\utilities\trigger
    trigger.bat "http://COGNOSSERVER:9300/p2pd/servlet/dispatch" "USERNAME" "PASSWORD" "Namespace" "NameTrigger"

    ------------------------------
    Stoyka Bojkova
    ------------------------------

    #CognosAnalyticswithWatson