Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 2 of 2

Thread: Updating a closed problem

  1. #1
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,272

    Default Updating a closed problem

    SC3SP3, application A9901 with a few event applications on A9902

    Problem:

    When a PMU event updates a closed problem the field flag is set to true causing problems because in default searches on open / closed problems this flag is used resulting in these problems to appear in the open list even if problem.status is closed.

    I have tried setting flag=false in the event mapping but that does not work.

    Any body else have this problem and know how to overcome it?
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  2. #2
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,272

    Default

    I solved the problem myself.

    On the PMU event I did following:

    On the application notepad I changed the value for the parameter TEXT from UPDATE to $ax.action

    On the expressions notepad I added following expressions:

    Code:
    $ax.action="update"
    $x=rtecall("rinit", $L.rc, $query, "probsummary")
    $x=rtecall("select", $L.rc, $query, $ax.query.passed)
    if (problem.status in $query="Closed") then ($ax.action="close")
    This means that if an update is received for a closed ticket the event will be processed as a close event instead.
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts