Notification if MA inside of PA

Hello,
I created notification using this great tutorial
http://www.scsm.se/?p=948, all notifications are sent to Affected and AssignedTo users of parent Service Request, if Manual Activities are updated. But it doesn't work if Manual Activity is inside of Parallel Activity. How can we create a relationship
between Service Request and Manual Activity in Parallel Activity?

The unfortunate answer is that you can't.
that's not technically true. you can, but:
not through the UI; you have to edit the XML directly.
You'd have to know in advance exactly how many levels to go up. 
You'll probably want to take a look at
my post on the subject of MP variables, and then dig through the MP XML that defines your notification rules to locate the notification target, and then add an additional Path[] block to the reference so that the reference goes from your MA, to the
parent activity through the relationship System.WorkItemHasParentWorkItem, then onto the parent SR. 
a separate problem comes up in that this new MP reference will only work if there is exactly one container activity (SA or PA) between the MA and SR, i.e. the Grandparent case. If you have a SA inside a PA (like you have two three step processes that should
start at the same time), then you will need another notification rule for this Great-Grandparent case. depending on how deep you wish to support nesting, you will  need one copy of each notification rule for each level (parent, grandparent, great grand
parent, etc). 

Similar Messages

  • Creation of Service Notification and filling certain fields

    Hi,
    I am trying to create a service notification document from inside dunning activity (TR FBVB).
    The steps that I followed are
    A custom FM is configured which is called after dunning event ISU_DUNNING_BLOCK_DEVICE_0350. This std FM creates a disconnection order number which can be seen via TR EC87. This EC87 transaction has a tab for service orders created via it.
    The custom FM configured is called after standard FM is used to get disconnection order and then we are using FM ISU_S_DISCDOC_CHANGE. This FM creates the relevant service notification document for the disconnection order.
    The problem we face in here is the equipment number, connection number, installation, material, serial number created via the FM ISU_S_DISCDOC_CHANGE is blank.
    Our requirement is to have the service notification created via the above fields populated in it.
    Kindly suggest is there any alternative to get those fields populated in the service notification (TR IW53)
    Regards,
    Imran

    hi eshwar
    you can create service order by using the service notification,
    create service notification using IW54 after entering the details select the Service notification in the menu and select the service order create OR press the Order buttom ,and enter the order type you  want to create
    hope this will clear you
    regards
    thyagarajan

  • Creation of items in Service Notification

    Hi,
    I am trying to create a service notification document from inside dunning activity (TR FBVB).
    The steps that I followed are
    A custom FM is configured which is called after dunning event <u>ISU_DUNNING_BLOCK_DEVICE_0350</u>. This std FM creates a disconnection order number which can be seen via TR EC87. This EC87 transaction has a tab for service orders created via it.
    The custom FM configured is called after standard FM is used to get disconnection order and then we are using FM ISU_S_DISCDOC_CHANGE to create a service notification from the disconnection order. This FM creates the relevant service notification document for the disconnection order.
    The problem I am facing in here is the equipment number, connection number, installation, material, serial number created via the FM ISU_S_DISCDOC_CHANGE is blank.
    Our requirement is to have the service notification created with the above fields populated in it.
    Kindly suggest is there any alternative to get those fields populated in the service notification (TR IW53 to view service notification)
    Regards,
    Imran

    Hi Imran:
    Could you please Function Module  ISU_S_DISCDOC_CREATE instead  of
    ISU_S_DISCDOC_CHANGE ?
    Hopefully your problem would be resolved.
    Regards
    Shashi

  • Addition of field on notification header

    Hi,
    I want to add the extra field on the notification header to capture the client specific data. I tried to find user field or field key to that but i am unable to find both these options in SPRO.
    Then i have found one user exit i.e. QQMA0001 and documentation of this exit says that this is the exit best suitable for the addition of extra field on notification header.
    Inside this user exit, following two function module
    EXIT_SAPMIWO0_008
    EXIT_SAPMIWO0_009
    and some screen areas exist.
    Now my understanding is that using one of the available screen area can we add the necessary field on header level or do i need to prepare new screen area and the assignment with the current user exit is required?
    Am i on right track or is there any other way to achieve the desired result.
    Waiting for the solution from the experts.
    Thanks in advance

    Hello,
    The simplest option is to define a single custom sub-screen. This is screen area 090. Just assign this in customizing as you would any other subscreen to a notification type. This references screen SAPLXQQM / 0100. You can add the custom fields to this screen via SE51. You must append your custom fields to QMEL so they are included in structure VIQMEL and are saved with the notification.
    Associated with enhancement QQMA0001 there are two function modules:
    1-EXIT_SAPMIWO0_008, Transfer notification data to user screen
    2-EXIT_SAPMIWO0_009, Transfer Notification Data from User Screen
    You can add code to the relevant includes to verify your own data, etc.
    Check the documentation for this enhancement QQMA0001 in transaction SMOD.
    -Paul

  • Sending a JMS message inside a PostPersist entity listener method

    Hi to all,
    I have an entity called "Batch" that I want to persist. After the persist, I want to send a JMS message to notify batch insertion to the other clients.
    So I created the "Batch" entity as following :
    @Entity
    @EntityListeners({BatchServiceBean.class})
    @Table(name = "batch")The "BatchServiceBean" is a session bean which persists the batch and sends the JMS notification message.
    Inside this class we have the following method :
    @PostPersist
        private void sendInsertMessage(Batch insertedBatch) throws JMSException {
            AddBatchMessage message = new AddBatchMessage();
            message.setBatch(insertedBatch);
            try {
                messageSenderServiceBean.sendRefreshMessage(message);
            } catch (Exception oups) {
                oups.printStackTrace();
        }In the previous code, I recuperate the inserted batch and the "messageSenderServiceBean" facade to send a refresh message.
    My problem is that I can get the inserted batch, but the object "messageSenderServiceBean" is null knowing that I have the following annotation to get the "messageSenderServiceBean" facade.
    @EJB
        private MessageSenderServiceLocal                   messageSenderServiceBean;Whyhe object "messageSenderServiceBean" is null ??
    Can any one help me ??
    Thanks in advance.

    Hello,
    Injection only occurs on server managed objects, not JPA managed entities or other java objects such as the listeners registered with JPA. So your Listener class will need to look up the server objects or other resources directly from the context rather than rely on them being injected. I don't have any good examples handy, but similar to how you would look up an ejb/datasource etc before injection.
    Best Regards,
    Chris

  • Send email notification from ASA

    Hello,
    I'm trying to send e-mail notifications from Cisco ASA when a vpn, session, config events have occurred. My config is:
    logging enable
    logging timestamp
    logging list email_notification level notifications class auth
    logging list email_notification level notifications class config
    logging list email_notification level notifications class session
    logging list email_notification message 713049
    logging list email_notification message 713050
    logging buffered informational
    logging asdm informational
    logging mail email_notification
    logging from-address [email protected]
    logging recipient-address [email protected] level notifications
    logging host Inside 10.10.XX.2 6/34003
    logging permit-hostdown
    but I'm receiving non expected message like:
    <162>Aug 09 2012 11:41:51: %ASA-2-106006: Deny inbound UDP from 10.10.107.79/50258 to 10.2.107.54/161 on interface Inside
    and I'm getting  my mailbox full with about 600 emails per 10 min.
    version:
    Cisco Adaptive Security Appliance Software Version 8.3(1)
    Device Manager Version 6.3(1)
    Compiled on Thu 04-Mar-10 16:56 by builders
    System image file is "disk0:/asa831-k8.bin"
    Config file at boot was "startup-config"
    FW-INT-01 up 107 days 10 hours
    failover cluster up 107 days 10 hours
    Hardware:   ASA5520, 2048 MB RAM, CPU Pentium 4 Celeron 2000 MHz
    Internal ATA Compact Flash, 256MB
    BIOS Flash M50FW016 @ 0xfff00000, 2048KB
    please help
    best regards,
    Alcides Miguel

    Hi Bro
    You could refer to this URL https://supportforums.cisco.com/message/3686071#3686071

  • Push Notification in Android using SMP 2.3

    Dear All,
    Please let me know the steps to configure push notification for working OData android project.
    Thanks
    Suresh

    Hi Jitendra Kansal
    Thanks for the document, we followed the document for IOS,
    Device token was successfully generated and IOS device is successfully registered with SMP server.
    After we execute the URL using REST CLIENT PLUG IN - POST method.
    We can see following log in SMP server logs. We didn't receive any notification on device.
    Please guide us where  are we missing?.
    2014-03-04 18:40:07.451 ERROR PUSH pool-10-thread-36 [com.sybase.sup.components.notification.apns.ApnsNotificationdelegate]Notification to [B@5b24b66b failed!
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Domain logger is not enabled
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]log bucket set as PUSH default
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]logContext is not null
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Logging for domain default
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Inside Domain Logger for PushNotification. writeDomainLogs() called
    2014-03-04 18:39:03.442 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]###### Push from Notnoop complete...
    2014-03-04 18:37:58.446 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Number of batched messaging notifications processed 1
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.apns.ApnsServiceFactory]Returning service from map...
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Device token - xxxxxxxxxxxxxxxxxxxxxxXXXXXXXXXX "token generated by system but manipulated here for posting....
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Push payload - {"aps":{"sound":"default","alert":"test","badge":2}}
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Sound : default
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Badge : 2
    2014-03-04 18:37:58.445 WARN PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Not a json object...
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Alert : test
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]###### APNSNotificationProcessor processing notification...
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Processing notification
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]APNSNotificationProcessor called
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]notification type is APNS
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Inside ProcessNotification method
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Inside call() method of Notificationhandler
    2014-03-04 18:37:58.442 INFO PUSH Thread-256 [com.sybase.sup.components.notification.PushNotificationServiceImpl]Notification submitted to executor service
    2014-03-04 18:37:58.441 DEBUG PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]Notificationhandler : domain logs are set
    2014-03-04 18:37:58.441 DEBUG PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]apns notification
    2014-03-04 18:37:58.441 INFO PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]Notificationhandler constructor is called
    2014-03-04 18:37:58.441 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Submitting notification for DeviceName our device name with application id
    2014-03-04 18:37:58.437 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Pre-batching processed 1 items
    2014-03-04 18:37:53.884 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]IMO Notification sent successfully.
    2014-03-04 18:37:53.884 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]ODP : Notification  sent to the device:Notification message sent to messagechannel:
    2014-03-04 18:37:53.876 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]------Notification headers are read------------
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]Reading settings from appConSettings...
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]----------request URL obtained for notification is--------http://mobdev1:8000/notifications/v1/our device name with application id
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]Notification Mode: Online/Payload Push with Native Notification 
    2014-03-04 18:37:53.875 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]IMO Notification  to be processed
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]Notification Mode2
    Thanks in Advance,
    Suresh

  • How to notify one subprocess from another subprocess

    Hi All
    I have a situation in which I need to notify one sub process from another sub process.e.g
    Let say Parent Process is - A
    First Child Process of A - a1 (Subprocess)
    Second Child Process of A - a2 (Subprocess)
    I have created Correlation for both the sub process. Now when I try to find a1(Subprocess) from an activity which is in a2(Subprocess), I am not able to do this.
    Code that I have used from a2(Subprocess) to notify a1(Subprocess) is as follows
    instanceId = Correlation.findInstanceBy(name : "a1Subprocess", values : {"a"});
    if(instanceId!=null){
    Notification.send(instanceId : instanceId, activityName : "TerminateA1", parameters : null);
    where "a1Subprocess" is Correlation name of a1(Subprocess) and "TerminateA1" is a NotificationWait activity in a1(Subprocess).
    Question is how can I correctly notify a1(Subprocess) from a2(Subprocess).
    Thanks in advance.

    Hi,
    There's another thread on this forum where I posted an answer to this today. Take a look at that.
    I'll admit that this is challenging (one of my simple 8 step processes), so I posted a working Oracle 10g Studio project example that has a split with notifications going between the child siblings. In the example on [Notification between siblings inside a Split activity|http://www.4shared.com/file/95299867/e7705994/CorrelationNotificationBetweenSplitSiblings.html] you'll see that this example aborts the sibling's instance (in the Interactive after the Notification Wait (now called Message Wait). Change the logic in this to suit your needs.
    Hope this helps,
    Dan

  • Case conversion problem

    Hai experts,
    I am doing an File to HTTP scenario.
    In the receiver configuration of HTTP communication channel there is an option to add additional header fields.Any value you can give there.
    it contains two columns
    Headerfields
    Name      :     Value
    My problem is that although i enter the values as below
    Name                   :     Value
    FROM                  :    ASTUL
    NOTIFICATION TO :   MANTUL
    when this reaches the target
    i get
    from:ASTUL
    notification to:MANTUL
    I want this to be in the format as i sent .That is i want that to be
    FROM      :ASTUL
    NOTIFICATION TO:MANTUL
    or atleast
    From     :ASTUL
    Notification To:MANTUL.
    Can any body help me in this regard

    Hai Prateek,
        It is rellay required.
    As i said  i want atleast the first letter of Notification that is 'N' to be in uppercase.I tried a different option.
    I sent the following way
    Name : Value
    FROM : ASTUL
                NOTIFICATION TO : MANTUL
    that is I am sending the NOTIFICATION TO:MANTUL inside the Value part of header field
    when this reaches the target
    i get
    from:ASTUL
           :NOTIFICATION TO : MANTUL
    As you can see an additional :(colon) is coming which is not the expected format.can you help me out to remove the colon atleast.Can somebody help me out?

  • Configuration Changes logging issue, ASDM related?

    I've run into an interesting problem.
    ASA: 8.4(2)
    ASDM: 6.4(5)
    When I make a change at the CLI, syslog message ASA-5-111008 is generated and sent to the syslog servers, local buffer, and ASDM.
    When I make a change in ASDM, syslog message ASA-5-111008 is  generated and sent to the local  buffer and ASDM. It is NOT sent to the syslog server.
    Here's my logging config...
    Firewall# sh run logging
    logging enable
    logging timestamp
    logging standby
    logging buffer-size 409600
    logging buffered informational
    logging trap notifications
    logging asdm notifications
    logging host Inside xx.xx.xx.AA 6/1468
    logging host Inside xx.xx.xx.BB 6/1468
    logging flash-minimum-free 10240
    logging flash-maximum-allocation 10240
    logging permit-hostdown
    Surely I'm missing something obvious.  Is this a known bug?
    Thanks!

    Ha, I did upgrade just a few minutes ago, but same result.
    That does look similar, and so does ...
    CSCth14248 ASA not sending all logging messages via TCP logging
    Looks like I'll need to upgrade to 8.4(3) to fix these and see how it goes.
    thanks!

  • ICMP Problem

    I have a query for you
    regarding enabling ICMP on pix.
    1) At one site we have pix, we have configured site to siet VPN on
    it. At present we have the command "conduit permit icmp any any",
    which enables us to ping any of the internet site. But the customer
    wants to block any any and in stead of that he wants to allow icmp
    from his LAN (192.168.1.0/24) to any of the outside destination. For
    achieving this i have tried to define access-list in many ways as
    follows but noe is successful. So for that i require your help. The
    commands i tried are as follows.
    access-list 110 permit icmp 192.168.1.0 255.255.255.0 any
    access-group 110 in inside
    conduit permit icmp 192.168.1.0 255.255.255.0 any
    icmp permit 192.168.1.0 255.255.255.0 echo-reply outside
    icmp permit 192.168.1.0 255.255.255.0 echo outside
    The moment i remove the conduit permit icmp any any command and
    issue any of the above command i could not ping any of the public
    IPs.
    Herewith i am attaching the config file for your kind reference.
    Looking forward to your reply, i remain.
    Thanks and regards,
    Sairam Bharati
    9818404250
    [email protected]
    INTPIX# sh run
    : Saved
    PIX Version 6.3(5)
    interface ethernet0 auto
    interface ethernet1 auto
    nameif ethernet0 outside security0
    nameif ethernet1 inside security100
    enable password xxx fixup protocol dns maximum-length 512
    fixup protocol ftp 21
    fixup protocol h323 h225 1720
    fixup protocol h323 ras 1718-1719
    fixup protocol http 80
    fixup protocol ils 389
    fixup protocol pptp 1723
    fixup protocol rsh 514
    fixup protocol rtsp 554
    fixup protocol sip 5060
    fixup protocol sip udp 5060
    fixup protocol skinny 2000
    fixup protocol smtp 25
    fixup protocol sqlnet 1521
    fixup protocol tftp 69
    no names
    access-list 100 permit ip 192.168.1.0 255.255.255.0 host 192.168.101.103
    access-list 100 permit ip 192.168.1.0 255.255.255.0 host 192.168.101.71
    pager lines 24
    logging on
    logging timestamp
    logging trap notifications
    logging host inside 192.168.1.12
    mtu outside 1500
    mtu inside 1500
    ip address outside 203.x.x.181 255.255.255.224
    ip address inside 192.168.1.2 255.255.255.0
    ip audit info action alarm
    ip audit attack action alarm
    pdm history enable
    arp timeout 14400
    global (outside) 1 interface
    global (outside) 2 203.x.x.169
    global (outside) 4 203.x.x.174
    global (outside) 5 203.x.x.175
    global (outside) 7 203.x.x.180
    nat (inside) 0 access-list 100
    nat (inside) 7 192.168.1.7 255.255.255.255 0 0
    nat (inside) 2 192.168.1.182 255.255.255.255 0 0
    nat (inside) 4 192.168.1.206 255.255.255.255 0 0
    nat (inside) 5 192.168.1.211 255.255.255.255 0 0
    nat (inside) 1 0.0.0.0 0.0.0.0 0 0
    conduit permit icmp any any
    route outside 0.0.0.0 0.0.x.x.197.202.164 1
    floodguard enable
    sysopt connection permit-ipsec
    sysopt connection permit-pptp
    crypto ipsec transform-set strong esp-3des esp-md5-hmac
    crypto map 4medica 20 ipsec-isakmp
    crypto map 4medica 20 match address 100
    crypto map 4medica 20 set peer 64.14.240.65
    crypto map 4medica 20 set transform-set strong
    crypto map 4medica interface outside
    isakmp enable outside
    isakmp key ******** address 64.14.240.65 netmask 255.255.255.255
    isakmp nat-traversal 20
    isakmp policy 10 authentication pre-share
    isakmp policy 10 encryption 3des
    isakmp policy 10 hash md5
    isakmp policy 10 group 2
    isakmp policy 10 lifetime 86400
    telnet 192.168.1.20 255.255.255.255 inside
    telnet 192.168.1.23 255.255.255.255 inside
    telnet timeout 5
    ssh 192.168.1.12 255.255.255.255 inside
    ssh timeout 5
    console timeout 0
    url-block url-mempool 1500
    url-block url-size 4
    terminal width 80

    For security purposes, avoid posting/incluidng any sensitive information such as Outside interface public IP, username/pwd, enable password and so on.
    For testing purposes, try to permit 'icmp any any' to ensure ICMP is not blocked by any other issue, i.e bad routing, wrong nat and so on. If this is successful, narrow down who/which subnet can perform ping.
    access-list 110 permit icmp 192.168.1.0 255.255.255.0 any
    access-group 110 in interface inside
    The existing nat 1 and global 1 pair is sufficient to allow internal hosts start pinging to outside.
    global (outside) 1 interface
    nat (inside) 1 0.0.0.0 0.0.0.0 0 0
    http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml
    BTW, the 'icmp permit' command is to allow/deny ping to any PIX interface from the directly connected segment. As for the conduit statement, you can use ACL to replace this function. Cisco highly recommended ACL as it's more flexible and provide better control. At any time, ACL automatically preferred by PIX (high precedence).
    conduit permit icmp any any ---> may remove this
    http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_field_notice09186a00801d3621.shtml
    http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml
    Hope this helps. Pls rate all useful post(s)
    AK

  • How to share notificati​on with CVI?

    Hi All
    I found a similar post but the links don't work
    http://forums.ni.com/t5/NI-TestStand/How-can-I-acc​ess-a-Notification-from-a-CVI-Dll/m-p/77132
    I am looking to be able to Set a Notification from some multi threaded CVI code.
    Thanks

    Hi Doug,
    Would greatly appreciate it if you (or anyone) could provide a little insight about what I'm missing.
    The goal is to have sockets in TestStand waiting for the Notifications to be set by CVI code. 
    Environment:  Windows XP, TestStand 4.1, and LabWindows CVI 8.5.
    For starters to see what works, I created a Notification named "HOLD" inside a sequence and
    passed "ThisContext" to a function (SetNotify) in a CVI dll.
    Upon execution of   Hr = TS_EngineGetSyncManager (seqContextCVI, &ErrInfo, "HOLD", &SyncMgrObj)
    Hr is set to {0x80004002 = "No such interface supported"}
    Here is my test code:
    void __declspec(dllexport) __cdecl  SetNotify (CAObjHandle seqContextCVI)
       ERRORINFO      ErrInfo;
       CAObjHandle      hDataPropObj;
       CAObjHandle      hSyncMgr;   
       LPUNKNOWN    SyncMgrObj;
       VARIANT            SyncMgrVar;
       HRESULT           Hr;
        Hr = TS_EngineGetSyncManager (seqContextCVI, &ErrInfo, "HOLD", &SyncMgrObj);
        SyncMgrVar = CA_VariantIUnknown (SyncMgrObj);  
        CA_VariantConvertToType (&SyncMgrVar, CAVT_OBJHANDLE, &hSyncMgr);
         Hr = TSSyncLib_INotificationSetEx (hSyncMgr, NULL, hContext, hDataPropObj, VFALSE, VFALSE);
    Regards,
    Pliskin 

  • I have got the new iPhone 5 and the iOS inside is suppose to have the facebook integration, i have upgraded to the latest version, now i get the facebook option in my notification centre, but i thougth i was going to get all the notifictaion , but sadly

    I have got the new iPhone 5 and the iOS inside is suppose to have the facebook integration, i have upgraded to the latest version, now i get the facebook option in my notification centre, but i thougth i was going to get all the notifictaion , but sadly i have to log on to fb application to get all my notification updates , nothing is notifyied to me , is there a way to make this happen ??, if yes please help me out , i have tried all the options but doesnt seem to work im afraid ..

    Good.
    Three things come to mind:
    1.  I think you're implying when you travel away from your home to a more populated area, the cellular coverage improves and your iPhone works well.  Is that right?
    2.  Do you have a case or some other obstruction over or near your iPhone's antenna?  Have you tried moving or removing any possible obstructions near the antenna?
    3.  AT&T has a (free) app in the App Store called "Mark the Spot".  You can use this app to report voice and/or data issues to AT&T, as well as keep up on progress they may be making in improving coverage in your area.  Your trouble reports are geotagged (if you wish).

  • Display Content Workflow reject notification inside webcenter spaces

    dear all
    i want to ask if there is anyway to display content workflow rejected notification inside webcenter spaces
    regards

    dear all
    i want to ask if there is anyway to display content workflow rejected notification inside webcenter spaces
    regards

  • How come I have to go inside my email I order to get the notifications??

    I don't get my email notifications unless I go inside my email. Why is that so? Is there a way I can put it so I actually get them in my notifcations?

    That means you get a notification when an email arrives in your inbox.
    Again does your email provider offer push notification?

Maybe you are looking for

  • HR Auth check

    Hi Our HR department are restricted to running reports and HR transactions based on basic pay on all org keys other then their own. Therefore HR employees are not allowed to view each others salaries. A new person has recently joined the HR departmen

  • Can't send photo from iPhoto

    When I send a picture from iPhoto 11 from my macbook pro, I have this message in red ovale (a ! in a yelow triangle), I think it's a mistake message but with no text, so I don't know how to solve the problem does somebody help me ? Thank you for your

  • FrontRow Update Failure (2.1.3)

    Does anyone have any theories as to why my system will not successfully update FrontRow? I have tried downloading the update a couple of times, but each time, FrontRow remains as version 1.0

  • User exit for check on partners selected

    Hi , Can anyone please guide me on how to perform a edit check when either SP or ZT partners are selected. That is i need to restrict the user to be able to make selections from only certain partner list . SAY if SP partner type then only X and if ZT

  • Qosmio G10 - Problem booting from ISO CD for Acronis Rescue disk

    Hi, I use Acronis TrueImage to make backups of my G10's hard drive. I need to be able to boot from the Acronis Rescue Media ISO CD that I have created. I intercept the boot by pressing F12 and change the boot priority to CD. It then says something li