Query for missing events/heart beat

Hello Everyone,
I am trying to monitor network packets I send to a certain specific ip address and also check if I have sent packets for that particular ip at regular intervals(something like a heartbeat). I am forwarding the network output from wireshark to a csv file and reading it at OCEP using csv adapter.
In order to check for missing events/heart beat (this is used to check if a server responds to ping once every hour) I followed this link
Re: CEP Timer for Non-Event and
[http://docs.oracle.com/cd/E21764_01/doc.1111/e14476/examples.htm]
I have configured the OCEP. This is the query I am firing
SELECT Packets.ipdst AS ipdst,Packets.ipsrc AS ipsrc,Packets.framelen AS framelen,"Error-Missing Event" AS alertType
from FilterNetworkPackets
MATCH_RECOGNIZE (
PARTITION BY ipdst
MEASURES Ipdst_Packets.ipdst AS ipdst,
Ipdst_Packets.ipsrc AS ipsrc,
Ipdst_Packets.framelen AS framelen
ALL MATCHES
include timer events
PATTERN( Ipdst_Packets*)
DURATION 10 DEFINE Ipdst_Packets AS ipdst = "xx.xx.xx.xx")
AS Packets
I have configured heartbeat(10000) on the input channel as well.
I get output in which some packets are repeated. I dont know how to get notification for missing events after the duration has elapsed, please help me.
Thanks in advance
Shilpa

Thanks a lot for the reply Unmesh. Really appreciate it.
ipsrc ipdst framelen/seq
192.168.0.11     173.194.5.140     3
192.168.0.9     239.255.255.250 4
192.168.0.10     173.194.5.140     5
192.168.0.9     239.255.255.250 6
192.168.0.9     173.194.41.161     7
192.168.0.9     173.194.41.161     8
192.168.0.9     173.194.41.161     9
192.168.0.9     239.255.255.25 10
192.168.0.9     90.192.176.67     11
192.168.0.9     87.112.197.250     12
192.168.0.9     173.194.41.166     13
192.168.0.9     173.194.41.166     14
192.168.0.9     173.194.41.181     15
192.168.0.11     173.194.5.140     16
192.168.0.9     173.194.41.181     17
192.168.0.9     90.192.176.67     18
192.168.0.9     173.194.41.181     19
192.168.0.19     173.194.5.140     20
192.168.0.9     173.194.41.181     21
192.168.0.9     194.168.8.100     22
192.168.0.9     173.194.41.181     23
This is part of the test data which consists of ipsrc,ipdst,framelen. Currently I have set framelen to sequence number for checking. I run the loadgen.cmd on this csv file. I need to check if a packet with ipdst = "173.194.5.140" arrives once every 10 sec. Give some warning if it does not arrive.
My config file is:
<query id="FilterCriteria"><![CDATA[
SELECT Packets.ipdst AS ipdst, Packets.ipsrc AS ipsrc, Packets.framelen AS framelen, "Error-Missing Event" AS alertType
from FilterNetworkPackets
MATCH_RECOGNIZE ( PARTITION BY ipdst
MEASURES Ipdst_Packets.ipdst AS ipdst, Ipdst_Packets.ipsrc AS ipsrc, Ipdst_Packets.framelen AS framelen
include timer events
PATTERN( Ipdst_Packets) DURATION 10
DEFINE Ipdst_Packets AS ipdst = "173.194.5.140") AS Packets
]]></query>
</rules>
</processor>
<channel>
<name>FilterNetworkPackets</name>
<heartbeat>100000000</heartbeat>
</channel>
<http-pub-sub-adapter>
          <name>alertadapter</name>
          <server-context-path>/pubsub</server-context-path>
          <channel>/packetalert</channel>
     </http-pub-sub-adapter>
If I maintain the entry for channel, I get error from the server
Error encountered while initializing configuration object. The configuration name, FilterNetworkPackets, is used multiple times, but configuration names must be unique within the same configuration file or application.>
I set the heartbeat value via the visualiser. Is this wrong?
This is the output
{"ipsrc":"192.168.0.10","alertType":"Error-Missing Event","framelen":5,"ipdst":"173.194.5.140"}
{"ipsrc":"192.168.0.10","alertType":"Error-Missing Event","framelen":5,"ipdst":"173.194.5.140"}
{"ipsrc":"192.168.0.10","alertType":"Error-Missing Event","framelen":5,"ipdst":"173.194.5.140"}
{"ipsrc":"192.168.0.19","alertType":"Error-Missing Event","framelen":20,"ipdst":"173.194.5.140"}
{"ipsrc":"192.168.0.19","alertType":"Error-Missing Event","framelen":20,"ipdst":"173.194.5.140"}
{"ipsrc":"192.168.0.19","alertType":"Error-Missing Event","framelen":20,"ipdst":"173.194.5.140"}
{"ipsrc":"192.168.0.9","alertType":"Error-Missing Event","framelen":64,"ipdst":"173.194.5.140"}
{"ipsrc":"192.168.0.9","alertType":"Error-Missing Event","framelen":64,"ipdst":"173.194.5.140"}
{"ipsrc":"192.168.0.9","alertType":"Error-Missing Event","framelen":64,"ipdst":"173.194.5.140"}
Sometimes it repeats the packets and sometimes it does not.
It did not display packet 3,16 which also follows the criteria. Also for the next iterations of ten seconds when the criteria fails it does not do anything. Is it possible to perform some action or notification that there was no event within that time interval?
Thanks
Shilpa
Edited by: 919141 on 29-Mar-2012 07:28
Edited by: 919141 on 29-Mar-2012 08:07

Similar Messages

  • Operations manager failed to run a wmi query for wmi events (0x800706ba)

    Hi everyone,
    I've been working on this issue for a while and I am still no closer to finding out what the problem is.  If anybody can offer any other advice or things to check, I'm all ears.
    I'm running SCOM 2012 R2 with UR2, and the Cluster Management Pack v6.0.7063.0
    My problem is on one particular batch of cluster servers where I am getting the following error.
    Name: Operations Manager failed to run a WMI query for WMI events
    Alert Description:
    Module was unable to enumerate the WMI data
    Error: 0x800706ba
    Details: The RPC server is unavailable
    Workflow name: Microsoft.Windows.Cluster.Node.StateMonitoring
    Instance Name: servername.domain.local
    Instance ID: {instance_id}
    Management group: SCOM_Management_Grp_Name
    I am getting this alert regardless of whether I run the Windows Cluster Action Account as Local System, or as a domain user with full local admin privileges on all the cluster nodes.
    When looking at the management pack and the workflow in particular (Microsoft.Windows.Cluster.Node.StateMonitoring), I can see that it's trying to access
    MSCluster_Node in the root\MSCLUSTER WMI namespace.
    This is the workflow for your information...
    <UnitMonitor> ID="Microsoft.Windows.Cluster.Node.StateMonitoring" Accessibility="Public" Enabled="onEssentialMonitoring" Target="ClusLibrary!Microsoft.Windows.Cluster.Node" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="ClusLibrary!Microsoft.Windows.Cluster.CheckState" ConfirmDelivery="false">
    <Category>AvailabilityHealth</Category>
    <AlertSettings AlertMessage="Microsoft.Windows.Cluster.Node.StateMonitoring.AlertMessage">
    <AlertOnState>Warning</AlertOnState>
    <AutoResolve>true</AutoResolve>
    <AlertPriority>Normal</AlertPriority>
    <AlertSeverity>MatchMonitorHealth</AlertSeverity>
    <AlertParameters>
    <AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
    <AlertParameter2>$Target/Property[Type="ClusLibrary!Microsoft.Windows.Cluster.Node"]/ClusterName$</AlertParameter2>
    </AlertParameters>
    </AlertSettings>
    <OperationalStates>
    <OperationalState ID="Success" MonitorTypeStateID="Online" HealthState="Success" />
    <OperationalState ID="Warning" MonitorTypeStateID="Partial" HealthState="Warning" />
    <OperationalState ID="Error" MonitorTypeStateID="NotOnline" HealthState="Error" />
    </OperationalStates>
    <Configuration>
    <ClusterObjectName>$Target/Property[Type='ClusLibrary!Microsoft.Windows.Cluster.Node']/NodeName$</ClusterObjectName>
    <PollInterval>60</PollInterval>
    <ClusterObjectClass>MSCLUSTER_Node</ClusterObjectClass>
    <OnlineExpression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </OnlineExpression>
    <OnlineExpressionOnDemand>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </OnlineExpressionOnDemand>
    <PartialExpression>
    <Or>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </Or>
    </PartialExpression>
    <PartialExpressionOnDemand>
    <Or>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </Or>
    </PartialExpressionOnDemand>
    <NotOnlineExpression>
    <And>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </And>
    </NotOnlineExpression>
    <NotOnlineExpressionOnDemand>
    <And>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </And>
    </NotOnlineExpressionOnDemand>
    <WMIFields>Name, State</WMIFields>
    </Configuration>
    </UnitMonitor>
    I can confirm that I am able to browse the MSCluster_Node class locally, as well as remotely using WMIEXPLORER and WBEMTEST,
    however it only works when I set the Authentication Level to
    Packet Privacy.  If I do not select Packet Privacy, a WMI event log error 5605 is logged on the remote servers application log that says...
    The root\mscluster namespace is marked with the RequiresEncryption flag.  Access to this namespace might be denied if the script or application does not have the appropriate authentication level.  Change the authentication level to Pkt_Privacy
    and run the script or application again.
    I can confirm that all firewalls are turned off, and there are no firewalls between the management servers and the agents in question.  AV exclusions have been done and appear to be in place.  The nodes are all Windows 2008 R2 with SP1.  As
    far as I can tell there is plenty of memory available on each of the nodes in question (50%+) of RAM is available. 
    If I manually run the "Discover the Windows Server 2008 R2 Cluster Components" task in the Cluster Service State section of the management pack in the Monitoring Pane in the console, on the nodes in question - the discovery runs successfully.
    Does anybody have any other ideas or suggestions I could try?
    Many thanks in advance,
    Noel.
    http://www.dreamension.net

    Hi,
    Common causes of RPC errors include:
    Errors resolving a DNS or NetBIOS name.
    The RPC service or related services may not be running.
    Problems with network connectivity.
    File and printer sharing is not enabled.
    For more information, please review the link below:
    Windows Server Troubleshooting: "The RPC server is unavailable"
    http://social.technet.microsoft.com/wiki/contents/articles/4494.windows-server-troubleshooting-the-rpc-server-is-unavailable.aspx#Identify
    Troubleshooting RPC Errors
    http://technet.microsoft.com/en-us/magazine/2007.07.howitworks.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Adhoc query for Training & Event mgmt

    Hi,
    Can anybody guide me for design the adhoc query for training & event management. I needto extract data upto attende level from a particular infoset.
    Thanks
    Dadarao.

    Hi,
    I have got a query in AD-HOC query.
    After creating the Adhoc query using the join table functionality the resulting adhoc query does not results any out put.
    What I have done is :
    1.Created a user group through SQ03
    2.Attched user to My user group
    3.Created an infoset using join table functionality(SQ02).
    4.Saved and generated the infoset
    5.Added the user group to the infoset and than run the ADHOC query.
    The table I have used to join is all PA table (For test pupose)
    Though the purpose of the custom infoset is to join PA,OM and E rec infotypes, for testing purpose I have joined only PA infotypes.
    Result:The adhoc query does not gives any out put instead it says no data could be read.
    Could you please tell what else I need to do so that the custom infosets gives an out put.
    Will greatly appreciate your help.
    Thanks and best regards
    Rajeev

  • Syncronous Heart Beat SOAP Service in PI

    Looking for any comments or idea's
    Ive been asked to provide a Heart Beat SOAP service in PI. This heart beat service needs to be a sync service with certain custom fields that include a unique identifier and a timestamp.
    My initial thoughts was to setup the SOAP Sender channel SYNC pass the message into BPM the pass back a response. My main issue with this its a little too heavy/complex for a simple heart beat service (no data).
    Second thought was to create a BAPI on the PI ABAP stack and expose it as a webservice, my main issue with this is it wont actually represent the state of the adapter engine (Webservice on ABAP might be up but the Adapter engine will be down).
    I cant be certain what the service is being used for as the service is being called by an external party who have asked for this service, all I know is that a SYNC service is needed that will map in system time with a unique identifier.
    Thanks for your comments.

    Thanks for the input Raja, thats exactly the situation Im trying to avoid. I dont want to have a complete end to end scenario developed for a message going nowhere with no information in it. I was hoping someone might have an idea that was a little elegant or an opinion on which of the 2 or 3 options would be in their opinion be best.
    This is heart beat so it will be kicking through the system often and alerting through CCMS when things go wrong ETC.

  • Can we connect Heart beat IP with cross cable

    We have 2 DB serverv , on each server we have 4 NIC ,2 for data 2(heart beat IP) for cluster .
    I want to connect both server's heart beat IP through cross cable.
    Please suggest the pros and cons as its very important in my case.
    Edited by: user11256753 on 10 Jun, 2009 10:54 AM

    Surachart is right, I just want to add a little bit of explanation. When you use a cross-cable and the nic of one of the nodes fail, the link will be dead on both ends and your cluster won't know which node is the faulty one. But when you connect both of them to a switch, the healthy one will at least still recognise an ethernet link.
    Bjoern

  • Better SQL Query for clients without boundaries?

    I've been using and modifying/experimenting with Chris Nackers' SQL query for missing boundaries (http://myitforum.com/myitforumwp/2011/12/07/sql-query-to-identify-missing-smsconfigmgr-boundaries/)
    below (changed to add aliases)--but this seems to mainly be showing us non-clients, as several computers that were indeed missing boundaries (using SCCM 2007 SP2 R3, and all our boundaries are protected, most are IP Range, a few IP Subnet, none AD Site) are
    not being listed, and everything in the listing has NULL SYS.Client0.
    Is there a better query to pinpoint this issue, or maybe using something (error code or log?) that would show computers that can't find a distribution point or some other evidence of not having a boundary?
    Thanks!
    SELECT DISTINCT SYS.Name0, SYS.Client0, IPA.IP_Addresses0, IPS.IP_Subnets0, SMSAS.SMS_Assigned_Sites0
    FROM dbo.v_R_System SYS
    LEFT OUTER JOIN dbo.v_RA_System_IPSubnets IPS ON SYS.ResourceID = IPS.ResourceID
    LEFT OUTER JOIN dbo.v_RA_System_IPAddresses IPA ON SYS.ResourceID = IPA.ResourceID
    LEFT OUTER JOIN dbo.v_RA_System_SMSAssignedSites SMSAS ON SYS.ResourceID = SMSAS.ResourceID
    LEFT OUTER JOIN dbo.v_RA_System_SystemOUName SOU ON SYS.ResourceID = SOU.ResourceID
    WHERE (SMSAS.SMS_Assigned_Sites0 IS NULL)
    AND (NOT (IPA.IP_Addresses0 IS NULL))
    AND (NOT (IPS.IP_Subnets0 IS NULL))
    AND SYS.Operating_System_Name_and0 LIKE 'microsoft%server%'
    ORDER BY IPS.IP_Subnets0, SYS.Name0

    I gotcha now... I think most people, myself included, rely on finding clients that are not assigned to determine if a boundary is missing. If you expect clients to not be assigned that's not going to work for you.
    WHERE (SMSAS.SMS_Assigned_Sites0
    IS NULL) 
    AND (NOT (IPA.IP_Addresses0
    IS NULL))
    AND (NOT
    (IPS.IP_Subnets0 IS
    NULL))
    = This is saying show me all clients not assigned but they do have an IP address and they do have a subnet discovered.
    In the case of CM12 it is actually possible for that not to work anyway because you can have separate boundaries for client assignment and content lookup.
    I am not aware of any query that can compare the IP address, AD Site and IP subnet from each client to what's configured in boundaries and find machines that do not fall into any boundary.
    John Marcum | http://myitforum.com/myitforumwp/author/johnmarcum/

  • No notification for missed iCal event/alerts in Mountain Lion?

    Anyone else having an annoying issue in Mountain Lion whereby iCal alerts are not showing for events that have been missed/triggered while their Mac is either asleep or occured within the timeframe while the PC is shutdown? No alerts are shown for these event following starting up the machine or resuming from sleep which they defnitiely used to do with Lion. Notification Center only seems to show future events or those occuring "now" (by design?) so right now for myself the only way to know if I have missed something is to trawl back through my days events etc manually.
    I've done quite a bit of searching and found only a couple of related references on the web so it does not look widespread but any ideas as to a fix would be greatly appreciated. Upgraded from Lion to ML on a 2011 MacBook Air 11" so nothing unusual etc.
    Cheers

    Yes.  I have ML 10.8.2 on a 2009 macbook pro.  The Apple store genius was no help.
    If I happen to be using my machine at the time, I'll see an alert in the upper right screen the correct amount of time before the item start.  My choices are to close or snooze.
    In the prior os, I could select from a number of snooze options and be reminded indefinitely.  Now snooze will remind by default in 15 minutes even if the item starts the next day.  Repeatedly snoozing in 15 minute intervals is dumb.  Plus, if my machine is asleep, the alert will disappear at some point anyway.
    If I do nothing, the alert counts down to the start time, displays 'now', and then disappears from the screen and notifications at the end time.  Yet system preferences says notification alerts stay on the screen until dismissed.  So even when my machine is awake, alerts still aren't persistent.  Maybe it's a power nap and app issue as well?  I sure won't regress os-wise.  It took me weeks to recover from the last upgrade and compile a list of everytihing that went south.
    I've gone low tech and keep a stack of old business cards on my desk.  The backs contain all the appointments, events, and tasks I need to remember in chronological order.  If an item can be postponed, I move the card to a second stack - my equivalent of indefinite snoozing while keeping the item in front of me.  Periodically, I shuffle through this stack to see what I want to move to the top or act on.  I'd try google calendar except from what I read on forums syncing between these apps is also problematic.

  • Source, and Fix, for Event 8194 VSS "access denied" querying for the IVssWriterCallback

    Friends I encountered this error, pasted intact below, just a couple of days ago on a ia64 architecture HP system running Windows 7 Ultimate x64
    It appears that I may have a permissions issue somewhere but I do not know how to permanently root-cause-remedy it.  I should note that I do not have any routine backup service running on this particular mule, and no such animal was working at the time
    of the issue, so I'm baffled as to what invoked the process.  To anticipate a question you may have:  I did not use on this system a recent "registry cleanup" tool except that which Microsoft uses in a couple of automated packages:  one to do
    .NET cleanup, and another to resolve Uninstall/Install issues [this one succeeded... the .NET issue is another story].
    This system is a Homegroup owner/creator, but is not on a domain. It is essentially a lab mule that I use for tech work - other windows 7 clients fetch files from it via a bridged wifi AP. 
    Thank you in advance for any direction you have for me.
    Paste below
    twest
    Log Name:      Application
    Source:        VSS
    Date:          8/18/2012 6:36:49 PM
    Event ID:      8194
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      BossHoss-PC
    Description:
    Volume Shadow Copy Service error: Unexpected error querying for the IVssWriterCallback interface.  hr = 0x80070005, Access is denied.
    . This is often caused by incorrect security settings in either the writer or requestor process.
    Operation:
       Gathering Writer Data
    Context:
       Writer Class Id: {e8132975-6f93-4464-a53e-
    1050253ae220}
       Writer Name: System Writer
       Writer Instance ID: {a2af3afe-afb1-4346-bfd6-380873f59328}
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="VSS" />
        <EventID Qualifiers="0">8194</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2012-08-18T23:36:49.000000000Z" />
        <EventRecordID>34091</EventRecordID>
        <Channel>Application</Channel>
        <Computer>BossHoss-PC</Computer>
        <Security />
      </System>
      <EventData>
        <Data>0x80070005, Access is denied.
    </Data>
        <Data>
    Operation:
       Gathering Writer Data
    Context:
       Writer Class Id: {e8132975-6f93-4464-a53e-1050253ae220}
       Writer Name: System Writer
       Writer Instance ID: {a2af3afe-afb1-4346-bfd6-380873f59328}</Data>
        <Binary>2D20436F64653A20575254575254494330303030313236302D2043616C6C3A20575254575254494330303030313231342D205049443A202030303030313235322D205449443A202030303030313236382D20434D443A2020433A5C57696E646F77735C73797374656D33325C737663686F73742E657865202D6B204E6574776F726B53657276696365202020202020202D20557365723A204E616D653A204E5420415554484F524954595C4E4554574F524B20534552564943452C205349443A532D312D352D3230</Binary>
      </EventData>
    </Event>
    Techwest Resources

    Hi,
    Firstly, would you please let us know what backup application you do use. Is it the build-in one?
    Meanwhile, please refer to
    Security Considerations for Requesters for details.
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • One thing I miss is being able to have different "vibrates' for different events.

    One thing I miss is being able to have different "vibrates' for different events. My BB 9700 allowed me to set short/medium/long lengths and one/two/three vibrates. It would be great to get these back on the BB Z10 again.

    All BB needs to do is offer the same notification functionality they had in OS 7.1 (I say 7.1 as they gave you control over the LED colour as well which was great), and it would be perfect.  Notifications on every other platform pail in comparison to what my 9900 could do (and unfortunately the Z10 is included in that list).
    I know it is a new OS but it isn't likey they don't know what they need to offer.
    Hopefully it comes sooner than later as this is one of those 'key' BlackBerry experiences which has been lost as part of the 'upgraded' OS.
    BB-past: 9000>9700>9800>9780>9810>9900>Z10>Q5

  • Webex Events: How to catch up for missed one ???

    Hello,
          I have subscribed for SDN's "SAP NetWeaver Know How Network Call Notification". As per that I am getting emails for all the scheduled "EVENTS". I was not able to attend the event "HA Setups for NW04 - changes with SPS15/16" , becasue of a some urgent meeting with client. Now when I am trying to access it through WebEX, I am not able to get either the material (Presentation) nor I am able to view that "EVENT".
    Does any one has idea, how we can catch up with such missed EVENTS in "WebEx".
    Regards
    Sunil

    Hello Craig,
                Thanks for taking time & replying.
    I checked at both the locations mentioned by you.(SDN TV and SDN Podcasts).But unfortunately it is not available there. I was looking for PPT / Notes for following Know-How.
    Subject : "HA Setups for NW04 - changes with SPS15/16"
    Date    : Wednesday, January 18, 2006
    Time    : 8:00 a.m. PT, 10:00 a.m. CT, 11:00 a.m. ET, 5:00 p.m. CET
    Details : This event will feature Volker Zirkel of SAP NetWeaver Regional Implementation Group. Volker provides this abstract:
    "With SPS15/16 there are architectural changes that are relevant for HA-Setups. These changes as well as the impact on existing HA infrastructures will be described in this call."
    <b>If by chance you have recording for it,could you please send it to me.</b>
    Regards
    Sunil Kulkarni

  • Notification for reconciliation events.

    I have configured the task in the Design console for receiving the email notification for the recon events (insert and update) for xellerate User process form.
    The steps that I followed are:
    In the Design Console add the email notification information in the Reconciliation Insert Received (or Reconciliation Update Received) process task for Xellerate User:
    a. Open Process Management - Process Definition and query for "Xellerate User"
    b. Double-click on the box to the left of the task "Reconciliation Insert Received" (or "Reconciliation Update Received").
    c. In the pop-up window, click on the Assignment tab and configure to use the default rule, target type User, and set the "User" column to the login of the user who should receive the email notifications.
    d. Click on the Notification tab and check the "Assignee" checkbox, set the status to "C" for Completed, and then set the Email column to the email template to send.
    I have setup the Email Server IT Resource as well as the email Ids.Still I am not receiving any emails for the events.
    Am i doing something wrong in the design console configuration?
    Any help is appreciated.Thanks

    In Assignment tab - As you have configured assignment of this user to some user, you can configure email as follow
    Scroll right - provide email template name under "Email Name", click on check box "Send Email"
    Run PurgeCache.sh after these changes.

  • What is the query for Accounts Payable Trial Balance (APXTRBAL) in 11.5.10?

    Hi Guys,
    What is the query for Accounts Payable Trial Balance (APXTRBAL) in 11.5.10?
    I have to write an AP Invoice Aging Report in Discoverer to show all unpaid invoices that have been transferred into GL... Business wants it to match one-to-one with the AP Trial Balance standard report...
    Business wants to run the report for any date in a past...
    The report has two parameters:
    As Of Date - the same as As of Date for the AP Trial Report
    Trial Balance Run Date - the date when Trial Balance was run...
    Conditions are:
    TRUNC(Invoice Date) <=TRUNC(NVL(TO_DATE(:As Of Date),SYSDATE))
    TRUNC(NVL(Payment Date,'01-JAN-5000')) > TRUNC(NVL(TO_DATE(:As Of Date),SYSDATE))
    TRUNC(Invoice Creation Date) <= TRUNC(NVL(TO_DATE(:Trial Balance Run Date),SYSDATE))
    Distr Accounting Date <= TRUNC(NVL(TO_DATE(:As Of Date),SYSDATE))
    NVL(Distr Creation Date,Invoice Creation Date) <= TRUNC(NVL(TO_DATE(:Trial Balance Run Date),SYSDATE))
    Show_Flag = 'YES', where:
    Show_Flag = CASE WHEN ( NVL(Cancelled Date,'01-JAN-1901') > NVL(:As Of Date,SYSDATE) AND NVL(Inv Amount Aud,0) = 0 ) THEN 'YES' ELSE ( CASE WHEN NVL(Inv Amount Aud,0) = 0 THEN 'NO' ELSE 'YES' END ) END
    There is a difference between the logic of my report, and the logic of AP Trial Balance...
    Could you please advise what I'm missing?
    Thanks,
    Iana

    What is the query for Accounts Payable Trial Balance (APXTRBAL) in 11.5.10? You can get the code by opening the report in Reports Builder and get the query.
    Or, enable trace/debug as per (FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]).
    Thanks,
    Hussein

  • Legacy data upload for Training & Event Management

    As per the requirement, the legacy /history data for training events is to be uploaded in the system. To start the process the data templates were prepared for uploading training objects like D (Business Event Group), L (Business Event Type) and E (Business Event) and these were uploaded. Also the relationships A003 between D & L and A020 between E & D were also maintained. As a part of training history the attendees were also maintained (uploaded) using the relationship A025 between E & P objects. However when we go to PSV2, then the tree structure does not reflect the name of the person who attended the event.
    Please suggest and advice.

    Hi Nitin,
    I have a query regarding the Legacy data. I wanted to ask you that how did you structure the Historical BEG and BET.
    Did you create different BEG for the Current and the Legacy data.
    But in that case there could be BET's common in both the current and legacy data with different object ids
    For e.g. Under Current BEG and Historical BEG  I may have a BET Technical Programmes with diffrent Ids say 60000000 and 60987655. This may create a problem when running reports.
    Pls tell me strategy that you have used for creating the catalog.
    Regards
    Yashika Kaka

  • Outlook to iPhone sync failure – Sync suddenly stopped working for calendar events but continued for contacts and notes.   Finally Fixed!!!  SUPPORT TEAM – PLEASE SEE THIS – Complete explanation of cause and correction steps.

    The issue:  Outlook to iPhone sync failure – Sync suddenly stopped working for calendar events but continued for contacts and notes.   Finally Fixed!!! 
    SUPPORT TEAM – PLEASE SEE THIS – Complete explanation of cause and correction steps.
    The cause:  It is now clear what caused this problem.  For years I had several “all-day” events in my Outlook calendar (birthdays, anniversaries, etc.).  In May 2012 I decided to make some of them one hour  events so I could add alerts to remind me of the event.  I did this by dragging them in Outlook to the time I wanted and expanding them to the time slot desired and then adding the alarm.
    The symptom:  Syncing stopped working for the calendar but continued working for contacts and notes.  I didn’t realize sync was failing until months later when I missed two very important phone calls, so when I noticed it the cause was not obvious. 
    The failed attempts:  I’m head of a software firm and my calendar sync is a crucial to my business life so I took this on with a vengeance.  From a quick look at events in Outlook and the iPhone I could see that the problem started in May 2012.  Events before May were in both Outlook and the iPhone but events after May were only one or the other.  Unfortunately I had changed several other things at the same time relating to other events so again the cause was not obvious.  MANY calls with AppleCare proved them incompetent so my internal IT guys assisted trying many things.  We tried a huge number of calendar changes and several versions of iTunes, iPhone OS and Office as well as both iPhone 4 and 5, all without success.
    The fix:  After 18 months of frustration, MANY  hundreds of $ expense and MANY hours of wasted time I saw a blog that had a calendar sync  problem and it indicated all day events were related.  I changed the display of the Outlook calendar to the list view, added columns so I could see “all day” event check marks as well as times of events,  sorted on the “all day” event column to move them to the top, and for all events that were “all day” events AND had a start and end time, I removed recurrence and then added the annual recurrence back…
    After I fixed all events that had BOTH “all day” set and had a start/end time, I tried another sync.  It synced for the first time in 18 months! 
    Problem occurred May 2012 – fixed Nov 2013

    Hi, to remove dummy '_ModGrp' entries, rather than crashing the 'Suppr' key on your keyboard, you can use this basic VBA macro (launched for instance from Excel).
    It will recursively remove all '_ModGrp...' folders
    Sub RemoveFolders_Click()
        Dim oOutlook As Outlook.Application
        Set oOutlook = New Outlook.Application
        Set objNameSpace = oOutlook.GetNamespace("MAPI")
        Call CleanFolders(objNameSpace.Folders)
    End Sub
    Sub CleanFolders(objFolders As Outlook.Folders)
        For i = objFolders.Count To 1 Step -1
            If Left(objFolders(i).Name, 7) = "_ModGrp" Then
                objFolders.Remove( i )
            Else
                If Not objFolders(i).Folders Is Nothing Then
                    Call CleanFolders(objFolders(i).Folders)
                End If
            End If
        Next i
    End Sub

  • Adhoc query for IT0041

    I was told that it is possible to create a separate 'Date for Date Type' for each 'Date Type' in the selection criteria of an adhoc query for IT0041. Can somebody help me with this please?

    Hi Sven
    Thanks.
    I created it with PCH , but very few fields are visible for IT1001
    Hence if I want to find chief of Org unit A, then I cannot find it as 'Relationship type/relationship' field of IT1001 is missing here.
    Basically I need all the fields which are displayed in IT1001 as shown below:
    Need your help to find the way out. Thanks
    KP

Maybe you are looking for