How do we simulate an event to test the open SR function

Do we have details on how to simulate:
An event on a device so the customer can test/experience how alert process works and….
An event on a device so the customer can test/experience the alert with SR create process.
The Deployment Guide states we can simulate alert and refers to the configuration guide by device.
The device in question is the ASR9K . Where in the configuration guide do we show “Testing Cisco TAC case creation with a simulated fault(s)”
Tim

Hi!
I can't get this demo SR to work. I check "demo SR" checkbox and generate an Inventory. I do recieve the Inventory notification in my mailbox, but no SR is created.
You mention above that any type of call home message will generate this demo SR, but the only doumentation I find regarding demo SR says something else. On page 16 on the new "Smart Call Home Deployment Guide" I find this:
Step 7. Click Submit. When a Call Home message [that generates a service request]
is sent, a demo service request will be generated.
So two questions:
Why isn't a demo SR created?
Does any call home message rasie a demo SR (if checkbox checked...) or does it require a call home message that would have triggered a real SR?

Similar Messages

  • How do I simulate an event????

    I want to simulate an event to invoke the following without have to actually click the JMenuItem.
    To create the event and simulate a click of the JMenuItem.
    public void actionPerformed(ActionEvent ae)
       Object action = ae.getActionCommand();
       if (action == "Clicked")
    // ...Help ....

    Make your code listening to the menu item like this:public void actionPerformed(ActionEvent ae)
       Object action = ae.getActionCommand();
       if (action == "Clicked")
          menuItemClicked();
    }where menuItemClicked() is a method declared elsewhere in your class. Then to simulate the menu item being clicked, just call the menuItemClicked() method.
    (Actually that probably isn't good code for the ActionListener, since you should compare strings using the equals() method and not using ==.)

  • How to disable the "turn page" event triggered by the scroll/swipe function?

    The problem is as follows.
    The default behaviour of Acrobat Reader (both stand alone and browser plug-in) is to allow scrolling/swiping with the mouse wheel/trackpad. This is useful when the pdf's page length is greater than the screen's own length, because you can read the pdf with no need to distract your attention from the text to the scrollbar button. However, the same scroll/swipe function turns into a usability problem when the pdf is embedded in a html page and the pdf's page length is smaller than the browser's length. In this case, the scroll/swipe turns the page, distracting your attention from the text to the unintended behaviour of the browser. What happens is that you are so used to scrolling/swiping that you did it unintentionally in the pdf's caption area. You really did not want to turn pages in the pdf. Furthermore, if the pdf takes the whole html page, being a website, the scroll/swipe function flips the website pages in ways that neither the reader nor the writer had ever intended. Hence the question. How to disable, in this case, the "turn page" event triggered by the scroll/swipe function? A JavaScript should do, but the SDK documents did not help so far...
    Message was edited by: 41457173
    Message was edited by: 41457173

    ... or release a patch for the API,
    ... or suggest an alternative route to achieve the intended result.

  • How do you make a event reoccur on the last weekday of every month?

    How do you make a event reoccur on the last weekday of every month in lightning?
    This can be done in outlook and lightning accepts and properly handles the event from a outlook user.

    Hi,
    It seems it cannot be done. You can add your vote to this bug report if you want to keep informed:
    [https://bugzilla.mozilla.org/show_bug.cgi?id=390620 Bug 390620 - Event / Task recurrence options for "Last Working Day" and "First Working Day" of the month]

  • IOS obviously allows only 10 Apps to be Chosen in The "Open in" function. How can I control which Apps ( if more than 10 are installed) can be selected?

    iOS obviously allows only 10 Apps to be Chosen in The "Open in" function. How can I control which Apps ( if more than 10 are installed) can be selected?

    I think that is influenced by the order in which the apps are installed on the iPad (I believe that it's the most recent 10 ?) - but as I haven't got more than 10 apps that support any document/file type I can't check.
    If you want to able to edit the list, then you could try leaving feedback for Apple : http://www.apple.com/feedback/ipad.html

  • How to hardcode username/pwd in the open doc function.

    How to hardcode username/pwd in the open doc function.
    can you please provide the complete opendoc function

    hi,
    Using SDK, logon token can be passed along with OpenDoc URL.
    Sample code is as follows:
    String openDocumentToken() throws SDKException, Unsup
    portedEncodingException
    IEnterpriseSession sess = CrystalEnterprise.getSessionMgr().logon ("username", "password", "<cms>:</port>",
    "secEnterprise");
    String token = sess.getLogonTokenMgr().createLogonToken("",120,100);
    String tokenEncode = URLEncoder.encode(token, "UTF-8");
    return ("http://<server>:<port>/OpenDocument/opendoc/openDocument.jsp?iDocID=Aa6GrrM79cRAmaOSMGoadKI&sID
    Type=CUID&token=" + tokenEncode);
    Regards,
    Vamsee

  • How to get PA30/0024 event inform. on the Attendee Training Hist. Report

    In Training and Event management is the standard report S_PH9_46000431 "Attendees Training History available for getting an overview of the eventtypes and events followed or to be followed by an employee.
    This reports shows only events en eventtypes linked to an employee by the PSV1 transaction. When an event is linked to a employee by PA30/0024 this is not shown on the report. Is this common sence or a bug in the software?
    If it is a bug how to solve the problem?

    Hi Paul,
    Did u completed the custom program.......in which way u have approached.....please let me know coz i do have the same requirement

  • How do I move an event and keep the favorite clip selections?

    Hi all,
    I have to move several events from one external hard drive to another.  On many of these events I've already started selecting favorite clips.  When I moved my first event it erased my favorite selections.  Not good.  That took a lot of time and work.  How do I move events and save the favorite clip selections within each event? 
    Thanks,
    ggbeamer

    It would be a good idea to learn iPhoto - the iPhoto '09 tutorials will help - and it would be a worthwhile investment of time to take the iphoto tutorials - http://www.apple.com/findouthow/photos/ - they are very helpful and will save you a lot of time and frustration. and there are iPhoto '11 tutorials under the help menu
    A small investment of time now will save a lot of time and lost photos later
    LN

  • How can I fire an event case on the value change of an indicator, or a network variable?

    Hi!  I have an event structure setup to look for a value change of an indicator on the front panel.  The indicator is updated by the value of a boolean network-published shared variable through a seperate parallel loop that is polling all of the network-published shared variables.  The event, however, does not fire when the indicator changes value.  I have switched the indicator to a control and tested it with user interaction and that works just fine.
    I want to use the event structure space for my code exectution because it seems logical that that is where it would go, and it will help keep my block diagram tity.  The code is also something I would like executed with the front pannel temperarily disabled.  I would rather not have the code in my network-variable polling loop because again the tity issue.   I would also rather not use a notification VI wired to an independent loop for this particular code.
    Is there a way to have an event structure fire an event with the value change of an indicator, or a network variable directly?
    Thanks for your input.
    LV 8.5
    -Nic

    Thanks for the reply.
    I went about things a little differently, but got them to work so..... .  It really was not my desire to have a boolean indicator on the front panel.  As previously stated, my ultimate goal was to have an event fire on the change of a network variable, which I had to poll for anyway but that is tucked away in a section where I am handling all my network variables.  I ended up using that Create User Event, Register User Event, and Generate User Event SubVIs to handle the task.
    I've read the help for all of those SubVI's and it is not entirely clear to me if the event fires every time the "Generate User Event" receives some inputs, or if it only fires when the value changes.  I could do a test to find out.  It wouldn't be too difficult to add a shift register or a feedback node and place the Generate User Event in a case structure so that it is only fired when the input changes state.

  • How to I trigger an event based on the status of a pushbutton​?

    I am trying to trigger an event based on the ON/OFF status of a pushbutton.  When I click the pushbutton to the ON position, I want the event structure in a loop to trigger on each iteration until the pushbutton goes back to the OFF position, either manually or programatically.  Is there an easy way to accomplish this?
    Many thanks.
    Solved!
    Go to Solution.

    Well, lets read the original question:
    diarmaede wrote:
    I am trying to trigger an event based on the ON/OFF status of a pushbutton.  When I click the pushbutton to the ON position, I want the event structure in a loop to trigger on each iteration until the pushbutton goes back to the OFF position, either manually or programatically.
    I cannot see anything about "switch until released", only "click to ON" and "OFF manually or programmatically". That seems to be a plain switch action.
    JHourigan wrote:
    If I want to simply detect a button push event. I set the mechanical action of the boolean button to switch-until-released. Then I use the mouse down event structure on that button to detect the event.  It avoids having to include a case structure logic to address the state of the boolean in an Value Change event structure. The button immediately returns to the false condition after release.
    So far you are not dealing with the OFF handling at all, which seems to be a requirement. There must be more to it that you mention to get this working as intended. The value of the boolean needs to be constantly monitored anyway, so it might be difficult to do things without a case structure. I am still confused about the logic of it all ....
    You should really include a small working example VI so we can see what you are talking about. Thanks!
    LabVIEW Champion . Do more with less code and in less time .

  • How do i include named event handlers in the event loop without using the optional preregister/postregister clause.

    The register statement in preregister/Postregister clause is especially useful for including named event handlers in the event loop.

    I think you need to read the doc. before asking the questions:
    http://docs.iplanet.com/docs/manuals/uds/50/toolref.pdf
    page 151-161
    ka

  • How To Remove A Specific Application Name From The "Open With" Dialog

    When you right click on a file you are presented with the "Open With" menu item and you are also presented with a list of applications that could potentially be used to open that file.
    In my case, when I click on a file of type .mov I am presented with the name of an application that I want to remove from the list, because that application ( Miro.app (2.5.2) ) no longer exists on my system.
    What is the best way to remove that application name from the list?

    Ok, but how does one remove some of the applications that are appear in the context menu for a given file type? Is there an asc file which can be edited?
    For example, in my system a PDF can be opened with over 10 applications. I would like to see just the three ones I use: Acrobat, Skim and Preview.
    Thanks in advance.

  • How do I open a PDF attachment using the Open In function from iPad mail

    I Am trying to open a PDF document from my mail. In previous versions of the iOS (presently I am on 7.1.1) the open in feature of the email  re organised that you had an rhe adobe reader installed and allowed you to select this to open the document. Thiis no longer working for me.

    The functionality certainly has not gone away with iOS 7. What do you see when you attempt this (and how do you go about it)?
    Only thing I can recommend off hand is to try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps BEFORE doing the reset.

  • How Can I Simulate Double-Clicking A File To Open It In The Default App Without Installing Default App?

    I have an app written with Visual Studio 2013. The app has code for opening a file using the standard OpenFileDialog and also has code (AutoOpenFile()) for opening a file when a user double-clicks on a file that is handled by the app. I have not yet created
    an installer for the app, so I won't be able to test it's AutoOpenFile() code...unless there is a way to simulate the process of auto-opening the double-clicked file without actually installing the app on my PC. Anyone?

    Thanks for your reply, Wyck. I already have the necessary code in my app for opening a file when I double-click on it. The problem is that the app is not currently installed on my PC. Until I do install it, is there a way I can test-run that code
    by double-clicking on an associated file?
    You lost me at: you want to test-run code that is not on your PC.
    O_o
    You want to double-click a file, and then...what do you want to have happen?  You want to run...something...that is not on your PC??
    The "simulation" is to launch your app from the command line and pass in the name of the file you wanted to simulate a "double-click" of.
    Regardless, you cannot get the shell to have a double-click of a file cause your application to launch unless you modify the registry to do so.  (This is tantamount to "install" to me.)
    In the spirit of continuing to be helpful, though, I'll assume that this is what you want to do and I'll show you how to get it done with the least amount of tampering with your registry.
    Here are minimally invasive registry modifications you need to make to get it to launch a program when you double-click your file.  It's pretty small.
    EXAMPLE ONLY:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\.wyck]
    @="Wyck.Document"
    [HKEY_CLASSES_ROOT\Wyck.Document\shell\open\command]
    @="c:\\windows\\system32\\notepad.exe \"%1\""
    [You have to save the above with your appropriate modifications to a file with the
    .reg extension (e.g.: test.reg) and then you'll have to double-click the test.reg file to "merge" these settings into your registry.]
    The example above registers a file extension called .wyck and assigns a completely arbitrary class name to it called
    Wyck.Document.
    Then it associates a shell open command with the Wyck.Document class that causes
    notepad.exe to be passed the filename of the file you double-clicked (that's what the
    %1 does).  You are welcome to replace all the specific names with your own extensions and class names and replace notepad.exe with the path to your (test) executable.
    This executable will be launched, but not with a debugger attached.  To facilitate debugging it, you'll want to temporarily add some code to your program to pause when the program launches, possibly by showing a message box right at the very beginning
    of your main function that says "attach debugger now" so that you can attach a debugger to the process that was started by the shell, and then dismiss the message box and continue debugging.
    When you are done with your testing, you can simply manually delete those two registry keys using
    regedit.

  • How do a simulate a button click from the code in BSP

    Guys,
    I have a push button .I need to simulate the click of that button some way through the code (in the view or controller ).Maybe by raising an button event .Has anybody done it ? Any ideas ?
    Thanks,
    Manoj

    Hi,
    so after reading your "This is the real solution" I got it
    In my opinion there are two possible solution:
    1)When you hit the ok button on the valuehelp on view B two things happen:
    a)You copy the selected values to the inputfield on view A
    b)You raise an event on view A by clicking an invisible button on view A or using the <bsp:htmlbEvent> like Thomas suggested. However the code which clicks something on view A has to be in view B (the inputhelp). So you will have to change the inputhelp extension by adding a new attribute. I would only choose this solution when you are sure that you need this functionality also for other applications. The extension could look like this:
    <zkeg:inputHelp id       = "In5"
                            value    = "<%= data5 %>"
                            rfcDest  = "D10088t"
                            objtype  = "DRAW"
                            objname  = "Document"
                            param    = "DocumentNumber"
                            keyField = "DOKNR"
                            parentFunctionToCallOnOkClick = "refreshSite()" />
    The inputfield will then generate a javascript statement like this: parent.refreshSite();
    and puts it in the function that is called when a user clicks on the OK button.
    2)You attach an onChange event listener to your inputfield on view A. When a value is entered into the field the event handling javascript function raises a server event. Brians weblog shows you how the call the event and this OnChange Event for inputField shows you how to add the onChange event to the inputfield.
    Btw really interesting problem I would love to read a weblog about it when you solved it
    regards,
    Thomas

Maybe you are looking for

  • Premiere on Windows wont open Project from Mac

    It says "could'nt open Project because it was created with a newer Version of Premiere" although I have Adobe Premiere Pro CC (2014) on both, my Mac and my PC. The project is saved on a hard drive formatted in HFS+ but I have a driver installed on my

  • Withholding tax information in report S_P00_07000134

    Hello Friends, We have the following scenarios for withholding tax. 1.     The withholding tax amount will be deducted from vendor payment. At the time of invoice: Vendor A Cr u2026     90 Withholding tax payable Cr u2026     10 Expense Dr u2026     

  • Process to access .mac from new iMac

    Have 2 computers, eMac & new iMac 20" I can iWeb publish without problem to my .mac account from the eMac (in fact, have 4 different web sites online at present.) When I attempt to publish a new site using iWeb 08, I'm continually asked to sing in. F

  • ORA-30036: During Bulk Insert

    Hi gurus, While loading data from stgging table to dimension table we are facing below mention error ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOGTAMAC' we are using below script INSERT /*+ APPEND */ INTO table_dim (SELECT * FROM

  • Applying Fusion middleware patches in 12.2

    Hai all, Am using the note Oracle E-Business Suite Release 12.2: Consolidated List of Patches and Technology Bug Fixes (Doc ID 1594274.1) Now all the patches are being applied in fs1 , do I have to apply simultaneously  (manually in fs2 also ? Thanks