Receiving events from event hub was blocked.

In our Cloud Service project, we have 2 instances for work role (deploy to Azure), the work role is consume events from the EventHub using EventProcessorHost(host name is RoleInstance name).
For sending events:
    var
client = EventHubClient.CreateFromConnectionString(serviceBusConnectionString,
hubName);
while (true)
var eventData =
new
EventData(Encoding.UTF8.GetBytes("test"))
{PartitionKey = "key"};
                    eventData.Properties.Add("time",
DateTime.UtcNow);
                client.SendAsync(eventData).Wait();
                Thread.Sleep(50);
Each 50ms, we send one event (event1, 2,3 …….);
For receiving data:    
 public
async
Task ProcessEventsAsync(PartitionContext
context, IEnumerable<EventData>
events)
            //when
we get the event, so we can view the log
Trace.WriteLine(“got events”);
foreach (var
eventData in events)
                // handle the event
Task.Delay(12000).Wait();
await ContextCheckpointAsync(context);
We add the
delay for event operation.
It seems that we cannot receive data in time from the log, seems event6 was blocked for the Event5 delay, after the 12ms, we can receive event6 from the EventHub, and the Event6
delay is 40s(from the log, we send event6 to Hub at 35:10, but we get from Hub at 35:50),
So I wonder to know the maximum number of threads are working on processing fot the EventProcessorHost? Depends on the Partitions?
And is there any way to receiving events in time?

Hi Jordan
Since Task.Delay call blocks the callback, host won't hand over new events until you're done with the current batch. This is due to order guarantee of the events delivered, i.e. host should process the events in order from the same partition.
If event process is taking so long then you should consider to move process job into a separate thread so host can deliver new batch of events while thread is working on the previous batch.

Similar Messages

  • Delete Event from Event Library?

    I want to delete an "event" from library - it will never be used. Is there a simple way? (clips from within it have already been deleted)

    It just seems crazy to have it in both places.  Thanks so much for your help!
    It Is NOT in both places, please try to grasp this, it will save you from problems later!!!
    Try this, in a room with 4 windows is a vase, look through any window and you'll see it. Take the vase out through one of the windows and you will not be able to see it through any window.
    You have 1 copy of the picture, no matter how many albums you look at it with.

  • Triggering events from event queue

    Can anyone tell me if events triggered FROM the event queue execute immediatly before returning to the place where the trigger occured (as it seems to when I follow the code in the debugger).
    for example in my code I am:
    1) capturing a tab change event so I'm on the AWT event queue.
    2) calling stopcellediting() on a table which eventually triggers a losefocus event on a control within the table.
    3) the program flow seems to go straight to the focuslost event before returning to process the rest of tab change event.
    is this behaviour reliable? or is it just a timing coincidence?
    thanks in advance.

    This behaviour is reliable.
    All the code that executes these events is performed in the same thread, so it has no means to do something in parallel.
    SwingUtilities.invokeLater method does provide an ability to postpone execution of some code but inside Swing package it is used mainly for paint related tasks (for example the painting of the focus change will most likely occur only after the rest of tab change event processing will be executed).

  • Phone was off for almost four days, haven't received texts from when it was shut off

    I read that Verizon continues to send messages for five days if the phone doesn't receive them. it was just under four days my phone was off, and when turned back on, I only got messages from that day. I know for a fact I was sent messages in this time, important messages, but I haven't gotten them. Is there anything to do about this? Pretty pathetic that the only way to get any type of customer assistance is to post on a forum.

    eagleye7377 wrote:
    I read that Verizon continues to send messages for five days if the phone doesn't receive them. it was just under four days my phone was off, and when turned back on, I only got messages from that day. I know for a fact I was sent messages in this time, important messages, but I haven't gotten them. Is there anything to do about this? Pretty pathetic that the only way to get any type of customer assistance is to post on a forum.
    Call *611 to get to Customer Service. Better yet call 800-922-0204 from another phone and choose option 3 from the menu tree. 
    As for the issue, try calling *228 and choose option 1 from the phone to reset the 1's and 0's on the phone.

  • Listing possible events from event source (or DLL)

    Does anyone know of a replacement for MOM 2005 resource kit tool mpwizard, which could dig out what sort of events COULD be written to event viewer logs. Not interested about a tool that could parse the existing event logs, but specifically one that is capable
    of listing what could be created by DLL's that write into event viewer.
    http://technet.microsoft.com/en-us/library/cc180050.aspx
    http://blogs.technet.com/b/kevinholman/archive/2009/02/16/how-to-find-all-possible-event-id-s-for-a-given-event-source.aspx
    If there's no replacement, how about someone digging it from their secret stash of nice tools, I didn't find it anymore
    from my stash.
    Thanks for thoughts and ideas!
    MCT | MCSE | MCITP | MCTS SCOM, SCCM, SCVMM, SCDPM | Open CITS

    Hi,
    Based on my research, MP Event Analyzer tool is designed to help a user with functional and exploratory testing and debugging of event based management pack workflows like rules and monitors.
    The tool is in System Center Operation Manager 2007 Administration Resource Kit.
    Please go through the below link for more details:
    http://blogs.technet.com/b/momteam/archive/2011/06/03/system-center-operations-manager-2007-r2-admin-reskit-released.aspx
    Management Pack Wizard is used to create a custom Management Pack for your MOM environment. If we have SCOM 2007 R2 installed then with the operational manager console, we can use Authoring workspace to custom managed packs, and we can also export MP to
    xml and then modify it by editing the xml file.
    Regards,
    Yan Li
    Regards, Yan Li

  • Receiving a calendar event message from a third party on a BB Z10

    I have a BB Z10 on the UK Vodafone network. My Z10 is set to GMT time and correctly shows that I am in the "Dublin, London" time zone. This is the GMT time zone description that all BB devices that I have ever owned have shown.
    This afternoon (UK time) i received a calendar event notification from a client who I have since established was at his desk in London when he sent the message advising me of a conference call to take place next week.
    The advice on the Z10 has five clear sections: "Status", "Date", a bell symbol to indicate when the reminder will sound, and a fifth symbol indicating the number on which to call in, and the PIN code.
    However, and this is my serious problem, there is a third section on the advice which has a globe symbol and appears to exist to indicate where the person setting up the event was located when he/she sent the message. In the specific case of which I write, the message states "This event is displayed in local time, but was created in Reykjavik (GMT) [sic}". The actual message shows the time for the event as one hour later than the actual time that the event is scheduled to take place - in other words GMT + 2 hours - namely the time in continental Europe and Reykjavik.
    I have serious issues with this:
    1) Is it the real intention to indicate where the sender of the message was located when the message was sent?
    2) if yes, this is a serious breach of privacy
    3) if yes, the location is wrong, as the person who sent me the message has confirmed that he was at his desk in London
    4) if no what is the purpose in indicating where "the message was created" (BB's words - not mine)
    5) the indicated time of the event is wrong - it has assumed a different time zone than that in which I and the sender are located.
    Has anyone else encountered this problem and what has BB got to say about it???
    Thanks
    PJCMoray
    PJCMoray

    I received the e-mail notification on Microsift Outlook from a third party (i.e. not someone within my own organisation).
    The same invite on both my lap-top  computer and my BB 9900 Bold did not have any mention about the sender being in Iceland (or anywhere else!) and showed the correct time and time-zone for the agreed meeting - namely, 8,30am on Friday the 19th April.
    I confirm that my Z10 is set to the "Dublin, London (+0)" time zone and is currently showing the correct British Summer Time of 16.31. The device switched automatically to British Summer Time on Sunday 31st March.
    I would welcome your comments.
    In every other respect (apart from the infamous Outlook USB synching issue about which I am sure you have heard more than enough!!), the Z10 is an outstanding device and deserves to be the device which at long last wipes the smile off the faces of those equine rumps in Cupertino, California!!
    I am expecting the roll-out of the Q10 in the UK in a couple of weeks  - please??!!
    Thanks again for your help and assistance
    PJCMoray
    PJCMoray

  • Overflow Map has received an inexplicable event from the front map

    Hello, I am posting this to ask if someone can shed additional light on this error. Is it due to incorrect usage of the SafeNamedCache or an internal error?
    2006-12-07 20:33:59.190 Tangosol Coherence 3.1/339 <Warning> (thread=RMI TCP Connection(3)-127.0.0.2, member=1): Overflow Map has received an inexplicable event from the front map; such an event should not have been possible to occur. The Overflow Map will arbitrarily interpret the event in order to maintain its own internal consistency. The likely origin of the event is direct modification of the front and/or back maps managed by the Overflow Map, a MapListener making re-entrant modifications to its source map, or an ObservableMap implementation that reacts to the Map API in a manner inconsistent with the specification (e.g. actively modifying its contents in a manner that differs from the sequence of API calls made against it). This Overflow Map instance will not repeat this warning, and will attempt to silently compensate for subsequent similar event irregularities.
    Event: MapEvent{ObservableHashMap added: key=CalypsoCache|22845412, value=Lease: CalypsoCache|22845412 (Cache=TangosolLock._locks, Size=Unknown, Version=0/0, IssuerId=0, HolderId=0, Status=LEASE_UNISSUED, Last locked at Wed Dec 31 16:00:00 PST 1969)}
    Stack trace follows:
    at com.tangosol.net.cache.OverflowMap.warnUnfathomable(OverflowMap.java:2947)
    at com.tangosol.net.cache.OverflowMap.putInternal(OverflowMap.java:1001)
    at com.tangosol.net.cache.OverflowMap.put(OverflowMap.java:360)
    at com.tangosol.coherence.component.util.CacheHandler.ensureLease(CacheHandler.CDB:15)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.ReplicatedCache.lockResource(ReplicatedCache.CDB:29)
    at com.tangosol.coherence.component.util.CacheHandler.lock(CacheHandler.CDB:3)
    at com.tangosol.coherence.component.util.SafeNamedCache.lock(SafeNamedCache.CDB:1)
    at com.calypso.tk.lock.TangosolLock.acquire(TangosolLock.java:24)
    at com.calypso.tk.lock.DistributedReentrantLock.acquire(DistributedReentrantLock.java:50)
    at com.calypso.tk.util.cache.CalypsoCache.lock(CalypsoCache.java:1772)
    at com.calypso.tk.util.cache.CalypsoCache.getImpl(CalypsoCache.java:1325)
    at com.calypso.tk.util.cache.CalypsoCache.peekImpl(CalypsoCache.java:1320)
    at com.calypso.tk.util.cache.CalypsoCache.peek(CalypsoCache.java:244)
    at com.calypso.tk.util.cache.CalypsoCache.put(CalypsoCache.java:314)
    at com.calypso.tk.core.sql.BookSQL.putInCache(BookSQL.java:314)
    at com.calypso.tk.core.sql.BookSQL.loadAll(BookSQL.java:1494)
    at com.calypso.tk.core.sql.BookSQL.loadAll(BookSQL.java:1158)
    at com.calypso.tk.core.sql.BookSQL.load(BookSQL.java:1186)
    at com.calypso.tk.core.sql.BookSQL.getBook(BookSQL.java:545)
    at com.calypso.tk.core.sql.BookSQL.get(BookSQL.java:237)
    at com.calypso.tk.refdata.sql.UserDefaultsSQL$UserDefaultsLoader.buildObjectFromResultSet(UserDefaultsSQL.java:307)
    at com.calypso.tk.core.sql.SQLObjectPersistor.executeSQL(SQLObjectPersistor.java:399)

    It is quite strange, of course, to have confusion with which config is being used, which is why there is now a log message telling you which config was loaded. I think that the log message was introduced in version 3.1 or 3.2.
    The other thing that I do (at least when testing something) is specify the config on the command line, e.g.
    java -server -Xms128m -Xmx128m -Dtangosol.coherence.cacheconfig=C:\java\dev\test-cache-config.xml -cp coherence.jar;tangosol.jar;...
    BTW, I have downloaded 3.2.1 and will be using that for my tests. So presumably the warning/error will no longer occur? That is our expectation, since it would be a bug (unless you were doing one of the weird things mentioned in the message).
    Keep in mind that even with the message, the Overflow Map keeps going; it is just a warning (albeit a complicated sounding one) that indicates that some internal state (or event stream or lack thereof) is not what was expected as the result of one or more actions.
    I apologize for the inconvenience, and thank you for taking your time to clarify it. We do work hard to avoid this type of issue (or any related confusion), and we have continued to increase our unit and regression test coverage with each release, including with respect to this issue. With that in mind, please do not hesitate to contact us (on this forum if you would like) with suggestions and other feedback; we do want to be aware of the things that our customers are looking for and would like to see improved.
    Peace,
    Cameron Purdy
    Tangosol Coherence: The Java Data Grid

  • I was recently blocked from using app Jack'D. Message I receive says "Your device has been blocked". How can I get around this?

    I was recently blocked from using app Jack'D. Message I receive says "Your device has been blocked". How can I get around this?

    Quoted from their FAQ's:
    I got an error message saying my device is blocked. Why did this happen?
    There are two reasons this could happen: You have deleted your account or you have been banned due to violation of terms of service.
    - You have deleted your account.
    When you delete your account, you agree that your device would be blocked for at least one month. This policy is enforced in order to protect users from stalkers. (If the system allowed users to create and delete their accounts any time they wanted, the Block feature would be compromised and wouldn't be able to protect users effectively.) Please understand this is not a punishment but a security measure intended to keep all of our users safe.
    - You have been banned due to violation of terms of service.
    Users of this mobile application are required to comply with our terms of service and instructions provided by our service team. The most common violations include, but are not limited to: Creating multiple accounts, uploading pictures not complying with our terms, and abusing the Report feature. In most situations, you will get a warning before you are banned from the app. If you receive a warning from our service team, please read it carefully and take it seriously. If anything is not clear, please contact user support for clarification.

  • CS-MARS v6 only receives "generic AAA events" from ACS v4.0

    I have steup CS MARS v6.x to retrieve events from an ACS v4.0 server. I have a PN agent runnung on the ACS server looking at the FAILED ATTEMPTS, PASSED AUTHENTICATION, RADIUS ADMIN, and TACACS ACCOUNTING active log files. The only event that fires on the MARS system is "generic AAA event" which by default does not show in the incidents page without a custom rule, and I can only tell what happens (E.g TACACS start/stop) by looking in the raw data within th incident.
    Is this correct ? I would have thought that other AAA events would fire as there are many in the the MARS database, is this a limitation of ACS v4.0 ?
    Can any one help ?

    If using the pnlogagent, then configure MARS to use ACS 3.x. This assumes that the log agent retrieves and sends info collected in the CSV log files. If using this method, regardless if using ACS 3.x or 4.x, select the ACS 3.x option in MARS.
    MARS 6.x can receive the ACS logs via Syslog. To use this option, the pnlogagent is not required. Configure ACS to log data to Syslog rather than CSV. To use this option, select ACS 4.x option for sw on a host, or ACS SE 4.x for the appliance-based solution.
    Hope that clarifies. For more info, see:
    http://cisco.com/en/US/docs/security/security_management/cs-mars/6.0/device/configuration/guide/cfgAaaSv.html#wp778686
    chyps

  • My iPad 1 has suddenly started to sync Events from my iPhoto library incorrectly. It seems to break down Events to separate dates - so if an Event was photographed over 2 days, it is showing as 2 separate events with the same name.

    My iPad 1 has suddenly started to sync Events from my iPhoto library incorrectly. It seems to break down Events to separate dates - so if an Event was photographed over 2 days, it is showing as 2 separate events with the same name.

    Posted this before I realised there is an update for the iPhoto app 9.1.3 which sorts the problem.

  • Receive no events from VetoableChangeListener.

    I select and deselect the radio button with mouseclick, but I receive no vetoable events. The method jRadioButton1VetoableChange was not called. I suppose the property "selected" must be changed, isn't it?
    Do you know why?
    package trySomething;
    public class TryVetos extends javax.swing.JFrame {
        public TryVetos() {
            initComponents();
        private void initComponents() {
            jPanel1 = new javax.swing.JPanel();
            jRadioButton1 = new javax.swing.JRadioButton();
            addWindowListener(new java.awt.event.WindowAdapter() {
                public void windowClosing(java.awt.event.WindowEvent evt) {
                    exitForm(evt);
            jRadioButton1.setText("jRadioButton1");
    // ******* hier I add a VetoableChangeListener*******
            jRadioButton1.addVetoableChangeListener(new java.beans.VetoableChangeListener() {
                public void vetoableChange(java.beans.PropertyChangeEvent evt)
                throws java.beans.PropertyVetoException {
                    jRadioButton1VetoableChange(evt);
            });[/b]
            jPanel1.add(jRadioButton1);
            getContentPane().add(jPanel1, java.awt.BorderLayout.CENTER);
            pack();
    // ******* and hier I become no events. Why? *******
        private void jRadioButton1VetoableChange(java.beans.PropertyChangeEvent evt) throws java.beans.PropertyVetoException {
            System.out.println("jRadioButton1VetoableChange");
        private void exitForm(java.awt.event.WindowEvent evt) {
            System.exit(0);
        public static void main(String args[]) {
            new TryVetos().show();
        private javax.swing.JPanel jPanel1;
        private javax.swing.JRadioButton jRadioButton1;

    Hi,
    a change of the property "selected" can't be vetoed. There will be fired a "normal" PropertyChangeEvent only.
    There are only a few properties which can be vetoed in JDK. Take a look at the "Use" page of PropertyVetoException. There is only JInternalFrame listed but e.g. an TreeWillExpandListener of a JTree can throw an ExpandVetoException, too. (It doesn't throw a PropertyVetoException because IMHO it's not a property to be changed.)
    Therefore you have to look at the doc very exactly to find out which property change can be vetoed and which one not. (Or even better: look at the sources of JDK!)
    For your problem: maybe it's better to disable the RB when it's not valid to be selected.
    Hope that helps,
    Alex

  • Since I installed IOS 8.0.2 (was ok on IOS7),on my iPad 4 "photos" don't scroll properly, it freezes and staggers, it's really slow to scroll to the bottom of the page (in Album, Events From My IMac) it's very annoying!

    Since I installed IOS 8.0.2 (was ok on IOS7),on my iPad 4 "photos" don't scroll properly, it freezes and staggers, it's really slow to scroll to the bottom of the page (in Album, Events From My IMac) it's very annoying!

    I'm not sure, but I know it's not recommended to upgrade to iOS 8 on anything older than an iPhone 5. I only lost my music playlists and music that was on my phone, but that music is also on my iTunes, not the playlists though, and I don't want to go through ALL my iTunes library to fix it either... But it seems I don't have a choice right now.
    Whatever you do, do NOT upgrade to iCloud Drive, keep iCloud till OS X Yosemite comes out, if your computer is a Mac. I also just noticed that all my documents on my phone are gone from Pages, BUT if I go on the iCloud website they are still there. Hopefully it will all work itself out when I can update my macbook pro to OS X Yosemite.
    If you backed up your phone and all your purchases off your iPhone prior to trying to upgrade you should be fine... But I'm not even remotely sure.

  • Popularity trend/usage report is not working in sp2013. Data was not being processed to EVENT STORE folder which was present under the Analytics_GUID folder.

    Hi
     I am working in a sharepoint migration project. We have migrated one SharePoint project from moss2007 to sp2013. Issue is when we are clicking on Popularity trend > usage report,  it is throwing an error.
    Issue: The data was not being processed to EVENT STORE folder which was present under the
    Analytics_GUID folder. Also data was not present in the Analytical Store database.
    In log viewer I have found the bellow error.
    HIGH -
    SearchServiceApplicationProxy::GetAnalyticsEventTypeDefinitions--Error occured: System.ServiceModel.Security.MessageSecurityException: An unsecured or incorrectly
    secured fault was received from the other party.
    UNEXPECTED - System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail,
    System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: We're sorry, we weren't able to complete the operation, please try again in a few minutes.
    HIGH - Getting Error Message for Exception System.Web.HttpUnhandledException
    (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ServiceModel.Security.MessageSecurityException: An unsecured or incorrectly secured fault was received from the other party.
    CRITICAL - A failure was reported when trying to invoke a service application:
    EndpointFailure Process Name: w3wp Process ID: 13960 AppDomain Name: /LM/W3SVC/767692721/ROOT-1-130480636828071139 AppDomain ID: 2 Service Application Uri: urn:schemas-microsoft-
    UNEXPECTED - Could not retrieve analytics event definitions for
    https://XXX System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: We're sorry, we weren't able to complete the operation, please try again in a few minutes.
    UNEXPECTED - System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail,
    System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: We're sorry, we weren't able to complete the operation, please try again in a few minutes.
    I have verified few things in server which are mentioned below
    Two timer jobs (Microsoft SharePoint Foundation Usage Data Processing, Microsoft SharePoint Foundation Usage Data Import) are running fine.
    APPFabric Caching service has been started.
    Analytics_GUID folder has been
    shared with
    WSS_ADMIN_WPG and WSS_WPG and Read/Write access was granted
    .usage files are getting created and also the temporary(.tmp) file has been created.
    uasage  logging database for uasage data being transported. The data is available.
    Please provide pointers on what needs to be done.

    Hi Nabhendu,
    According to your description, my understanding is that you could not use popularity trend after you migrated SharePoint 2007 to SharePoint 2013.
    In SharePoint 2013, the analytics functionality is a part of the search component. There is an article for troubleshooting SharePoint 2013 Web Analytics, please take a look at:
    Troubleshooting SharePoint 2013 Web Analytics
    http://blog.fpweb.net/troubleshooting-sharepoint-2013-web-analytics/#.U8NyA_kabp4
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How do I delete a calendar event from iPad 2?

    Hello, I have a MacBook Pro running OS X Lion and my wife has an iPad 2.
    I invited her to a recurring event through iCal on the MacBook Pro.  My wife accepted the invite and added it to her calendar on the iPad 2.  I later updated the event from monthly to every four weeks.  My wife accepted the update but it added it as a second event on the iPad, i.e., both the original monthly series and the four-weekly series are present in the iPad calendar.  On the MacBook Pro only the updated event series is present.
    I've since deleted the event on the MacBook Pro.  My wife received the notification of the delete on the iPad 2 but there was no option to delete the event.
    How can I delete the two recurring iPad series?

    View the calendar in Month view.
    Tap on the event. You should see an outline of an arrow pointing to the event. At the opposite end of the arrow from the event should be and Edit button.
    Tap Edit and a larger box with the details of the event shall appear. At the bottom of that box should be a Red Delete button.
    This should appear for all events but perhaps automatic events or pleating events are different.

  • Can't pass event from WebDynPro to JspDynPage - why?

    I Created JSP project and embedded in main page script (in its title),
    which subscribes to event by EPCM API,
    EPCM.subscribeEvent("urn:ru.intertech.common.wd.component", "save",   go);
    and created WebDynPro page that fires event using, when pressing on some bution:
    WDPortalEventing.fire("urn:ru.intertech.common.wd.component", "save", navUrl);
    but first code newer receives that event...
    why so ?
    for test reason I tested firing EPCM event on same JSP page,
    and it was received,
    also
    I tested receiving Portal event  "urn:com.sapportals:navigation", "Navigate"
    it was received on same JSP page.
    both iViews is not URL isolated according their properties.
    WebDynPro package is:
    package ru.intertech.common.wd.component;
    note from else people expirence:
    Does it important that receiving and firing side must be in same package? as written there:
    https://www.sdn.sap.com/irj/scn/thread?messageID=462647
    "The problem was that I created the Sender Application in package "com.sender" and the Receiver Application in "com.receiver".
    I created them in the same package and it works."
    What means domain for JSP page or WspDynPro component?
    Does it important?
    =================
    JSP code is (changed script formattin to be able to post here, and removed else business content):
    [hbj_content  ]
      [hbj_page_title"]
      [script_type="text/javascript__"]
      //alert["title started"];
      //EPCM.subscribeEvent["urn:com.sapportals:navigation", "Navigate", eventHandlingFunctionName]; 
      //EPCM.subscribeEvent["urn:ru.intertech.navigation:epcm", "Navigate", eventHandlingFunctionName]; 
      //EPCM.subscribeEvent["urn:ru.intertech.navigation:epcm", "Navigate",   pop];   
      //EPCMP.subscribeEvent[ "urn:ru.intertech.navigation:epcm", "Navigate", window,"eventHandlingFunctionName"];
        EPCM.subscribeEvent["urn:ru.intertech.common.wd.component", "save",   go];
         EPCM.subscribeEvent["urn:com.sapportals:navigation", "Navigate", eventHandlingFunctionName]; 
         EPCMPROXY.subscribeEvent["urn:ru.intertech.common.wd.component", "save"  , window,   go];
      function eventHandlingFunctionName[ eventObj ]
         alert["title started=" + eventObj.sourceId + ": " + eventObj.dataObject  ];
      function go[ evt ]
         alert["go started=" ];
      </script>
       <hbj:form id="myFormId" >

    your reply is worth.
    what is the domains for views on one page?
    where to see it?
    Also, standard SAP MDM controls which we are using not working under any other browser except IE,
    I tested on FF and Google Chrome, they do not erform dynamic part of the controls.
    Despite this, debugging of scripts is important thing, so every piece is worth.
    One more detail:
    Also, two such a controls do not receive events from each other,
    but ony within self..
    why so ?
    Edited by: Vladimir Grigoryev on Jan 27, 2009 10:00 AM

Maybe you are looking for

  • Links to other iWed Sites

    Hi Apologies if this has already been covered - a search didn't readily reveal an answer, if there is one. I have created an iWeb site, and for sake of layout etc. have several pages defined as a separate site within iWeb. When I create a link to tha

  • A verticle red line suddenly has appeared on my monitor

    I was lookiing at a video on Youtube and tried to upload it. It didn't. But, suddenly now I have a verticle red line on my monitor which i cannot get rid of. Anyone out there have an idea what could be wrong? thanks.

  • Best way to load metadata to 11.1.2.1 applications from 9.3 applications

    1.For plannings applications 2.For Essbase applications Edited by: 859699 on 2011-jul-20 12:47

  • What is the Data flow in SAP-BPC NW

    Hi All, Could any body explain me how the data is flowing in SAP-BPC NW. and what are the steps for Planning and what are the steps for Consolidation Regards, Setty

  • Premiere Elements 11 not Opening...

    I have installed the Adobe Premiere Elements 11 program on my PC, and have followed all of the installation requirements entailed.  But when I click on the Premiere Element 11 icon on my home page, nothing happens.  Photoshop opens just fine, but pre