Event data

Hi,
How to read event data in workflow process? I have created a event and subscribed that event to existing Itemtype.As per the workflow document, i can read the event message thru. Item attribute.But this is not working. Also,Messages are not de-queued from the queue.
Thanks
Sarma

Hi,
If my understanding is correct, you have done the following:
1. Created and Event
2. Creates a subscriptions and specified the Item Type and the Process
This alone is not sufficient to send the event to the workflow process, You will need to add a "Receive Event" activity in the process which you have specified in the subscription.
When you configure the receive event activity, you must specify the event name to be received and you will have the ability to store the event name, event key and the event data as item attributes.
For more information, please refer to the workflow guide.
Hope this helps,
Raja

Similar Messages

  • Event dates are not bolded by Date Navigator in Outlook 2010

    Event dates are not bolded by Date Navigator in Outlook 2010 on my own  calendar.  Events are set to busy but it is not working. View Settings > Other Settings > "Bolded dates in Date Navigator represent days containing items" is
    checked. This previously worked for 2+ years but recently stopped working. All plugins were disabled, Outlook 2010 was uninstalled and then re-installed. OST file was deleted and re-synchronized with Exchange 2007. While the OST was re-synchronizing the
    bolding worked properly but upon next restart of Outlook it went away. Another symptom is that my Scheduling Assistant does not show my free/busy times correctly in my local view. If I look at my own schedule via the Scheduling Assistant of another user, the
    free/busy times show up correctly. My webmail account also correctly shows bolded dates and free/busy suggesting that this is a local problem. Some screen shots below. Anyone have any ideas as to what I need to tweak? Using Oulook 2010 v.14.7116.500 (32-bit).
    This is not a shared calendar.

    Hi,
    If you want to completely uninstall or remove Microsoft Office 2010, we can refer to the following article to do it:
    http://office.microsoft.com/en-us/support/how-to-uninstall-or-remove-microsoft-office-2010-suites-HA104027750.aspx
    Additionally, since the issue doesn’t happen in other computers, I think the issue may be also caused by some third-party programs in your original computer. If the complete uninstallation doesn’t help for this issue, I suggest we can try to perform a clean
    boot in your Windows for more troubleshooting:
    http://support.microsoft.com/kb/929135/en-us
    Thanks,
    Winnie Liang
    TechNet Community Support

  • The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.

    got event ID 4015 and source DNS-Server-Service. please suggest how to fix this issue
    The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.
    Raj

    Hi
     first run "ipconfig /flushdns" and then "ipconfig /registerdns" finally restart dns service and check the situation,also you can check dns logs computer management ->Event viewer->Custom Views->Server roles->DNS.

  • How to display an "All Day Event" date correctly in an integrated SSRS Report?

    I have two event items in a calendar list in SharePoint 2010. Both items have the same start time and end time. One of them, however, has the "All Day Event" checkbox checked. If I access them through a REST service, this is how the data is
    returned:
    <!-- item 1 -->
    <d:StartTime m:type="Edm.DateTime">2014-03-21T00:00:00</d:StartTime>
    <d:EndTime m:type="Edm.DateTime">2014-03-25T23:55:00</d:EndTime>
    <d:AllDayEvent m:type="Edm.Boolean">false</d:AllDayEvent>
    <!-- item 2 -->
    <d:StartTime m:type="Edm.DateTime">2014-03-21T00:00:00</d:StartTime>
    <d:EndTime m:type="Edm.DateTime">2014-03-25T23:59:00</d:EndTime>
    <d:AllDayEvent m:type="Edm.Boolean">true</d:AllDayEvent>
    I have a report in the same SharePoint 2010 site that uses SSRS in integrated mode. The data source is the calendar list mentioned above.  The date fields are not formatted, just displayed as them come from the list/database.
    My locale is set to en-US. When I run the report, the start date for item 1 is displayed as "3/21/2014" ('all day' set to false) but the start date for item 2 is displayed as "3/20/2014" which is incorrect ('all day' set to true).
    I did some research online and found out that SharePoint stores all date fields as UTC except for 'All Day Events', which are stored in local time (our servers are in Central Time, but I'm running the report fom Pacific Time, in the US).
    I coudn't find a solution to display the date correctly in the integrated SSRS report. Is there a way, maybe some straightforward formatting, to show All Day Event dates correctly? I tried adding hours but this is inconsistent with daylight saving hour changes.
    I would appreciate any help.
    C#, Sharepoint

    Hi SharpBud,
    The date for all day event stored in SQL in GMT time, the start time for an all day event returns the start time in GMT time, which is not the current time most likely.
    This is a confirmed issue, as a workaround, I would suggest you to use a calculate column for the event for the column, using the following format:
    IF(TEXT(([End Time]-[Start Time])-TRUNC(([End Time]-[Start Time]),0),"0.000000000")="0.999305556",IF([Start Time]=ROUND([Start Time],0),[Start Time],DATE(YEAR([Start Time]),MONTH([Start
    Time]),DAY([Start Time])+1)),[Start Time])
    Thanks,
    Qiao Wei
    TechNet Community Support

  • How to filter the Event Data from the EventHub when consuming data?

    We know the EventHub has the filter function. I'm designing a new solution for a customer and it looks like EventHubs are great for sending and receiving our near-realtime
    data. Downside is when receiving the data, we receive all data of all our devices in the world. Most of the time, our clients only want to see data of one (or a few) device. We could of course filter the data by ourselves, client side, but
    this would cost a lot of bandwith.
    From the
    FeedBack, it said Filters will be tied to Consumer Groups. And I Check the Consumer Group Class, it has the Create Time and Update Time, but it
    has no set Function,
    So how to use the Consumer Group to filter Event Data during the Receiving data?
    Because in our solution, we use the EventHubHost to consume data, if our service bus worker role restart, we will receive all data in the EventHub, but we only want
    to receive the latest data,
    If we use the EventHubHost to consume data, can we also to filter data? If yes, how to do?
    Thanks very much!

    Yes right,
    AFAIK there isn't a filter feature for Event Hub. The only way to have now is to put a specific property inside your EventData that consumer group can check to filter if it is interested in the data or not.
    Paolo.
    Paolo Patierno

  • Event Handling in labview with arrays as event data

    Hey folks,
    I have a Labview Application which uses a dll to read Ethernet data. The setup is such that, when the dll has fresh data it sends out an event to the Labview Application so that the fresh data can be displayed.
    However i have only managed to get this event based mechanism to send out a single structure at a time. Hence if there are 10 fresh data values, i need to send out 10 events (each event structure contains the parameter name, parameter value, unit and time stamp). It would be more efficient to send out an array of structures in a sigle shot.
    I have tried this but Labview keeps crashing saying that an error was encountered and Labview needs to close along with an access violation message. I did a lot of online searching and found some LV code for event handling but not come accross any implementation which uses arrays as evend data. Is this supoorted? And if so is there any example vi that can be shared so that i get some knowledge about this.
    Many Thanks in adavance,
    Abel. 

    I also gave a try by using a variant as the event data type instead of the cluster which contains the array of floats. I converted the cluster into a variant and used that to create the user event reference. Followed the same logic while decoding the dats.
    But still the crash.... Here is the windbg output...
    ModLoad: 07580000 075b7000 C:\Program Files\National Instruments\LabVIEW 2012\resource\lvalarms.dll
    ModLoad: 0ca90000 0cb72000 C:\Program Files\National Instruments\LabVIEW 2012\resource\mesa.dll
    ModLoad: 0c7f0000 0c7f9000 C:\Program Files\National Instruments\LabVIEW 2012\resource\lvuste.dll
    ModLoad: 35000000 3509b000 C:\Program Files\National Instruments\Shared\TDMS\tdms.dll
    ModLoad: 0c860000 0c87c000 D:\SapphireViewer\dll\SapphireClientDll.dll
    ModLoad: 0e240000 0e2c7000 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\MSVCP80.dll
    ModLoad: 0e2d0000 0e36b000 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\MSVCR80.dll
    (1cb0.1a34): Access violation - code c0000005 (first chance)
    First chance exceptions are reported before any exception handling.
    This exception may be expected and handled.
    eax=0e47f8b4 ebx=051f0040 ecx=051f0040 edx=061e5764 esi=22820840 edi=07b10040
    eip=03c2050c esp=0e47f5cc ebp=0e47f810 iopl=0 nv up ei pl nz na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010202
    *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Program Files\National Instruments\LabVIEW 2012\resource\tdcore_12_0.dll -
    tdcore_12_0!LvVariant:etContents+0xac:
    03c2050c 837e3100 cmp dword ptr [esi+31h],0 ds:0023:22820871=????????
    I cannot really tell whats going on. Looking for some pointers.
    Regards,
    Abel.

  • Event Data Change triggering process hangs in the process chain

    Hi,
    In a daily running process chain we have an event data change trigger for broadcast setting which goes to long running status very often and ultimately we have to cancel the job in precalcserver and manually execute the reports based on it. This step fails very often and  rarely it gets executed in the chain with a green status. I want to know the reason for the failure and the solution for permanent fix.
    On digging through the respective logs thru SLG1 I found the following error messages for the same. Please find it below if it can help u in analysis
    Any inputs will be a great help!!
    Thanks
    Kavya

    it's related to precal server, I guess it failed due to lack of memory or setting issue.
    Please do following
    1 Clear all precal server pendings
    2 After this, restart the server.
    3 Execute again.

  • Event Data Change step- Failure

    Hi All,
    I have a failure in event data change process in a process chain.
    It has identified 2 packages for change.
    One package has successfully been done.
    While processing of second package, the job BCAST**** failed as logon to BW system with user ID specified failed.
    I know that the user-id does not exist., but am not able to find out of where the to change the user id for the job BCAST*** to run successfull.
    when i click displaying messages, it shows
    Step 001 started (program RSPROCESS, variant &0000001212711, user ID BWEXTRACT)
    Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job
    BIBCAST4AN61630VW21F4LTLVP2QED68 with ID 08254800
    The job BIBCAST4AN61630VW21F4LTLVP2QED68 failed as logon was not possible.
    Please suggest

    Hai ,
    Its right you get the owner name in the table after changing the right user id there .
    In broadcast setting screen itself say for EX broadcast email
    below you give the recepient address
    after that you have the Authorization user  box where you can directly change to right id if you have the proper authorization attached to your user id .Remmember to save then schedule & execute when you trigger for first time.
    This step is related to the role attached to your user access ask basis guy or instead of transporting from development do the broadcast setting directly in production with right EP access.
    hope it would sove your issue.

  • Event data change is process chain

    Hi guys,
    i got a problem with my Event data change in my process chain which gives me the error
    "Background management: timeout or termination of job BCAST486IO7Q8PXOXKE9OV9HOSCGTO"
    when you check in the background it says the job is finsihed
    can any one help me out on this how is fix this
    points will be assigned
    cheers
    dp

    Dear DP,
    i think u have to repair or repeat the chain.... by clicking the context menu
    Regards
    venu

  • ICal Alarm - Pass Event data to AppleScript?

    Is there a way that a script called by an iCal alarm can be passed event data as parameters?

    This is a quick one I knocked up a while back to see if it was possible. The problem is that iCal doesn't tell the script what event triggered it, so you have to go looking ...
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">(*
    called from iCal as on alarm, will speak the title of the alarm event
    won't work for repeating events
    AK ITCarlow Nov 2004
    set Now to current date
    -- Adjust FuzzSeconds to suit; if too big, close events will speak several times
    set FuzzSeconds to 15
    tell application "iCal"
    set MyEvents to every event of every calendar where ((start date of it) ≥ (current date))
    repeat with ThisEvent in MyEvents --scan the list looking for events that have triggered us
    try
    set MinutesBefore to (trigger interval of open file alarm of ThisEvent) as number
    set TriggerInt to (Now - ((start date of ThisEvent) + 60 * MinutesBefore)) --notionally 0 for firing event
    if (TriggerInt < FuzzSeconds) and (TriggerInt > (-FuzzSeconds)) then
    say (summary of ThisEvent as text) & " at " & (start date of ThisEvent as text)
    --could say other fields too eg location, description ...
    end if
    end try
    end repeat
    end tell
    </pre>
    AK

  • A way to access SVG event data for an object?

    Is there a way to access the SVG event data for an object through scripting?

    post this in the correct forum - you will get a better response (btw the correct forum is KVM)
    to answer your question - any extra functionality above the MIDP1.0 specification will be manufacturer specific (and as such hardware dependant)
    I only know 2 of the APIs extensivly (the Nokia and Siemens) neither of these offer access to the phonebook or the message folder (it would be a security risk) I don't think they provide the cell id either.
    and no, there is no way to access the cellular phones OS. (on any phone!) it would completely destroy the purpose for having java on the phone.

  • Event data changes

    Hi Gurus,
    I am trying to include Event data changes in Process chain and as soon as data load completes want trigger a report with broadcast settings. When i execute process chain, Chain is failing at Event data changes process type with below error.
    <i><i>Error log:
    Java system error: call FM RSRD_X_PRODUCE_PROXY to ProgId BP1TULAP424_PORTAL_WSH on host BP1TULAP424 with SSO not authorized: Missing Password
    Message no. RSBOLAP018
    Diagnosis
    An error occurred in the BI components on the SAP J2EE Engine.
    Procedure
    Contact your system administrator to have the error analyzed in detail.
    Procedure for System Administration
    Start the Visual Administrator, log on to the SAP J2EE Engine and choose "<J2EE_SID>"  ->"Server" -> "Services" -> "Log Viewer".
    The file "defaultTrace.trc" includes detailed information about the error that occurred. In Windows, you can find this file in the Log Viewer under "Cluster <computer name>" -> "Server <server number>" -> "<drive>:\usr\sap\<SID>\JC<INSTANCE>\j2ee\cluster\server<NUMBER>\log". ". In Unix, the file is located under "/usr/sap/<SID>/JC<INSTANCE>/j2ee/cluster/server<NUMBER>/log".
    If the file does not include enough detail about the error, you can increase the log level to obtain more information. To do this, choose "<J2EE_SID>" -> "Server" -> "Services" -> "Log Configurator". On the "Locations" tab page, choose "com" -> "sap" -> "ip" -> "bi" -> "webapplications". Using the selection list on the right side of the screen, you can increase the log level, whereby "DEBUG" represents the log level with the most information. You can save your settings by choosing the "Save" icon. The change to the log level is active immediately. Once you have successfully analyzed the error, you should set the log level back to its default value using the appropriate pushbutton; continuous writing to the log file negatively affects the overall performance of the system.</i></i>
    Am i missing some step, i already have Help SAP link, But all steps defined in the process are configured already. Any help greatly appreciated.
    Best Regards,
    Reddy.

    Hi,
      Have you checked the authorization for scheduling the broadcaster??
    Check the below authorization object ..
    S_RS_BCS :
    (RS_OBJTYPE )ObjectType: Query/Template/Workbook
    (RS_OBJID )ObjectID     : QueryID/TemplateID/WorkbookID
    (RS_EVTYPE)EventType  : DataChange or Timepoint
    (RS_EVID )EventID       : Infoprovider or Timepoint name
    are you sending anyworkbook through broadcaster? if so, you have to install precalculation server..
    Regards,
    Siva.

  • Event date

    When importing or moving photos the event date and the photo date are the date of import, not the date taken.  I created a new library and imported a few photos; they had the correct date.  Now what do I do?

    Where are you seeing the dates reported?
    Where are you importing from?

  • Changing an Event Date

    I like the way Iphoto arranges photos into Events, which are displayed in date sequence.
    I am about to start scanning my old slides, but I would like them to appear for example under 1971.
    How can I arrange that?

    It's a little tedious but this works.
    iPhoto gets these details from the  Exif of the photo. The date and time that your camera snapped the Photograph is recorded in the Exif metadata. However, scanned images don't have Exif - and indeed, it would be off from the date of the photo if it did.
    So: Scan all your 1971 images. Scan the images to a folder on the desktop. When the scanning is done, import that folder to iPhoto. An Event will be made of it but the date will be incorect.
    So, in that Event select all the Photos and go Photos -> Batch Change and set the date to something in 1971. If you don't have specific dates for the particular photos, just choose a 'catch-all' Jan 1, June 30, whatever.
    Now all the photos have a 1971 date, but the Event date is still wrong.
    So, select all the Photos again and go Events -> Create Event
    Regards
    TD

  • IPhoto Events 'date range' have ALL changed by 16 yrs+

    I'm very new to iMac (from Windows) and when I was editing some Events in iPhoto somehow I've managed to change all the Events to a random date range of 'now to 16yrs +'  ...  Is there a way that I can revert to the a previous version for dates of Events or will I have to copy a back-up version from Time Machine into iPhotos?  I have 6000+ photos and any help would be appreciated!

    Thanks for reply .. yes, I'm talking about the Event date (I think it is in grey underneath the key photo in Event view). I think when I was updating the date range of a couple of Events (that were showing a date range back to 1993 at the time) I inadvertantly applied a new date range to ALL of my Events (not sure how I did that).
    I've read a few posts about 'bugs' but I think if have the most recent update!
    Some of the more recent Events I can manually amend but for those photos that are quite a few years old, it now displays a date range - in some cases up to 2028 - and I would like to be able to see the 'original' date that the photo was taken.
    I am on iPhoto 11 (9.1.5) and using Lion OS. 
    I have checked System Preferences> Date & Time and I don't appear to have a 'custom' date/time preference.

Maybe you are looking for