Running a process from backend

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Running a process from backend

  • Creator
    Topic
  • #54370
    Hina Siddiqui
    Participant

      Hello All

      I have an interface that queries the database and creates a flat file. As the database is huge (133000 records), teh Cloverleaf GUI runs out of memory and throws an error.

      I have noticed that if you run the same process from the backend it works.

      Can anyone tell me the command to run a process from backend.

      Thanks

      Hina

    Viewing 0 reply threads
    • Author
      Replies
      • #81202
        Russ Ross
        Participant

          In the GUI while Netmonitor is running you can see the backend commands that get run when you do things like start a process.

          to see the backend command on the GUI menu while running Netmonitor do the following

          View -> command engine output

          then do your action and the backend command that the IDE/GUI wrapper is running will be displayed.

          Here is an example of a backend command from one of our automation scripts that starts the process (sms_super_adt) and these threads in that process (jr_sms_super_adt,js_dist_203)

          Code:

          hcienginerun -p sms_super_adt -s jr_sms_super_adt,js_dist_203

          Here is an example of a cron entry that starts a thread (hs_odb_caisis_adt_32006) in an already running process (p_odbc_caisis_adt), so take your pick

          Code:

          hcicmd -p p_odbc_caisis_adt -c “hs_odb_caisis_adt_32006 pstart”

          Russ Ross
          RussRoss318@gmail.com

      Viewing 0 reply threads
      • The forum ‘Cloverleaf’ is closed to new topics and replies.