Error: MessageManager.publishItem : cannot publish private messages on a node unless it is configure

I do:
            var mi = new MessageItem("complexObjectNode", myUserMsg);
            mi.associatedUserID = _cSession.userManager.myUserID;
            mi.recipientID = budyUserID;
            collectionNode.publishItem(mi);
and get:
Error: MessageManager.publishItem : cannot publish private messages on a node unless it is configured to allowPrivateMessages
    at com.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::publishItem()
    at com.adobe.rtc.sharedModel::CollectionNode/publishItem()
    at SimpleChat/sendMsg()
    at SimpleChat/onItemReceive()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.sharedModel::CollectionNode/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItem()
    at com.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItem()
    at com.adobe.rtc.session.managers::SessionManagerBase/receiveItem()
So i did this:
                    var nodeConfiguration:NodeConfiguration = new NodeConfiguration();
                    nodeConfiguration.allowPrivateMessages = true;
                    collectionNode.createNode("complexObjectNode", nodeConfiguration);
but I still get the error.

I figured this actually worked. I used the wrong nodeName. 

Similar Messages

  • Why users cannot send private messages to each other?

    why users cannot send private messages to each other?

    I think what the forum software has to offer is neither rocket science, nor anything new or generally unknown. The vendor or OTN should have enough experience and at least tested the forum software to make sure it functions as advertised. Unfortunately however it seems that the OTN staff is either not very good at testing the product or they just leave it up to the community to find out. Some of the previous issues are so obvious that I would rather suspect the later.
    I would not want to spoil anyone's fun, but I would be reluctant to enable private messaging because I think community members should exchange questions and answers in public and not through private channels. If anybody wants to send me a private message, for instance, my email address is visible in the bio field of my user profile. This way at least I can respond at my convenience, outside of Oracle's jurisdiction, or simply bounce an email if I feel like it.
    And btw, I'm somewhat concerned about current privacy settings. What business is it of anyone else to see my bookmarks and the content I'm following?

  • Adobe reader XI gives error "mail client cannot fulfill the messaging request".

    I keep receiving warnings that I need to update Adobe Reader. I currently have the latest version of Adobe Reaxer X (10.1.7). When I click on "Check for Updates" I am told no updates are available.
    I have tried installing Adobe Reader XI but, when I launch it, I receive an error message stating that "mail client cannot fulfill the messaging request".
    I do not want to use Microsoft Outlook (or any other Mail Client). How do I install Adobe Reader XI without a default Mail Client being required?

    Hi,
    Do you mean Send as Attachment button under File>Save & Send>Sending Using E-mail
    in Office applications, like Excel or Word?
    Is this an issue that come up recently? Have you ever made any changes to your system?
    If you have installed multiple e-mail programs on the same computer, please try to make Outlook the default mail client and then try again:
    http://office.microsoft.com/en-us/outlook-help/make-outlook-the-default-program-for-email-messages-contacts-and-calendar-HP010355552.aspx
    http://support.microsoft.com/kb/223877
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Receiving Error 22. Cannot publish to Business Catalyst

    Business Catalyst not available

    Hello,
    Are you getting error SHARED_UNKNOWN_ERROR 22 ?
    If yes then try the suggestions in below.
    Please Sign out of Muse and sign in again. This should fix the problem.
    You can sign out from Help > Sign Out
    If this do not fix the problem please make sure creative cloud application is up to date.
    To check if Creative cloud application is up to date or not, Please sign out of creative cloud ( gear icon at top right > preferences > accounts > sign out of creative cloud) and sign in again. If its not up to date you will be prompted to upgrade it.
    Regards
    Vivek

  • Cannot send private messages to some participants

    As the title says, I found today that I cannot sent PMs to some participants. One of them is Jacob Bugge, another is dave milbut; their names are not recognized even when copying and pasting from their profiles. I have tried a couple of other participants who have been recognized without problems.
    Anyoner knows how to do it?

    Here is another funny thing I noticed.
    Here is an example of the list I get when I am writing someone's first name:
    However, when I continue and start writing that person's second name, the list changes to something like this:
    which is not what I would have expected.

  • Error Communication type  cannot be used

    Hi,
    I am trying to email an invoice using output type RD00 and output medium E. But get an error "Communication type  cannot be used" Message no. SVN 000.
    Please advise ASAP.
    Thanks in advance,
    Manish

    Hi,
    Output medium should be FAX for this ( i think it is 2, 1 for print and 7 for EDI)
    check that.
    Also check the Settings/config in SCOT transaction.
    regards,
    Anji

  • Error while trying to publish a web service in UDDI client

    hi
      i m getting this error when trying to publish my web service in UDDI client.I have
    configured my uddi client using Visual Administrator.I created a  local test registry.The name of my  registry is QuickCarRentalRegistry_Local.I created this at admin level.I also tried at level 1 Tier.But it was giving the same error.
    The error is "<b> Internet Explorer Script Error</b>".my ie version is 7.0
    In my alert window it displays error: 'ur_txt' is undefined.
    Regards
    mythri.

    Hi mythri.
    Did you find a way out of this error? Could you share the solution with me? Because I am facing a problem that looks just like the one you had.
    Thanks in advance.
    Renan

  • Implementing kura bundle that publishes MQTT messages

    Hello,
    I am trying to follow this tutorial to develop a bundle that is able to publish MQTT messages :
    http://eclipse.github.io/kura/doc/heater_demo.html
    but I can't see where it use the setCloudService() method
    looking to the source code of the heater example (attached file), can't find where!
    starting the bundle without this method causes a null pointure exception (see bellow).
    Any idea how to use the cloudServices to publish MQTT messages?
    I followed this tuto to configure the cloud client:
    http://eclipse.github.io/kura/doc/cloud-configuration.html
    Thanks in advance for your help!
    Here is the exception:
    !STACK 0
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:235)
    at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
    at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:347)
    at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
    at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
    at org.eclipse.equinox.internal.ds.Resolver.buildNewlySatisfied(Resolver.java:473)
    at org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:217)
    at org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:816)
    at org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:783)
    at org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:89)
    at org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:70)
    Caused by: java.lang.NullPointerException
    at org.eclipse.kura.binding.enocean.EnOcean.activate(EnOcean.java:72)
    ... 15 more
    Root exception:
    java.lang.NullPointerException
    at org.eclipse.kura.binding.enocean.EnOcean.activate(EnOcean.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:235)
    at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
    at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:347)
    at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
    at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
    at org.eclipse.equinox.internal.ds.Resolver.buildNewlySatisfied(Resolver.java:473)
    at org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:217)
    at org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:816)
    at org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:783)
    at org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:89)
    at org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:70)
    Notes:
    I don't implement the ConfigurableComponent in my class, should I?
    and in the activation method I set m_cloudClient to:
    m_cloudClient = m_cloudService.newCloudClient(APP_ID);
    the obove line is the one causing the exception
    but no previous set to the m_cloudService just a variable declaration

    Hi Sabrina,
    It sounds like you solved your problem. Let me know if you are having further issues.
    Dave

  • Cannot publish 1 page in CS4. Other pages including index.html ok. Error message results.

    After many months of no difficulty, I suddenly cannot publish changes to one of my pages (all others work) without getting the error message 'Another instance of Contribute is doing a workflow operation. Do you want to break the workflow and continue.....?' Whether I say yes or no and follow the prompts, it doesn't work. One way lets me exit, the other locks up my computer and I have to 'end task' to get control back. I hoped that the answer to the 'cannot publish index page' thread would help, but I didn't understand because most of this stuff is over my head. The only thing unusual I can dectect is the page name has an # sign after html as in 'name.html#tuition.' The word tuition refers to a pointer on the page. When I switch to edit mode, an asteric * appears after 'html' on the page name. I do not see that on any other page when I edit. I have CS4 version 5. Can anyone help? I don't know how many people there are in India, but I talked to half of them in a 2.5 hour 'session' in which I was transferred in a least 3 complete loops to every department and passing 'go' 3 times before some techie finally said I should email my question in and will get a reply within 3 days. Yeah, right. Worst tech support experience I have had in 10 years.

    Hi,
         Can you try deleting the Preferences and the Contribute's User Configuration folder. You will lose your website connections, you can recreate them again after relaunching Contribute.
    If you have installed Contribute in Mac, go to <Username>/Library/Application Support/Adobe folder and delete Contribute CS4 folder there. Also, go to <Username>/Library/Preferences/ folder and delete the 'Adobe Contribute 5 Preferences' file.
    If you have installed Contribute in Windows XP, the Contribute's Configuration folder will be in C:\Documents and Settings\<your username>\Local Settings\Application Data\Adobe\. Delete the Contribute CS4 folder there. To clear the registry for Contribute, type 'regedit' in the Run window.(Click Start, and click Run, and then type 'regedit' in the text field.) Select HKEY_CURRENT_USER, then Software, then Adobe, then Contribute CS4. Click Delete button. Close the Registry Editor window.
    The <username>, I have mentioned above is the name with which you will have logged into the machine.
    Now, Relaunch Contribute and connect to your website and try editing the web pages from your website. Can you try this?

  • Have version 6.1 on my iPhone5 and can't download videos to You Tube. Get error message Cannot publish. Help

    Have version 6.1 on my iPhone5 and can't download videos to You Tube. Get error message Cannot publish. Help

    update to the latest iOS version.

  • Trying to publsh changes to my website. I get a message "There was an error communicating with the FTP server. Try again later, or check with your service provider." I did, and all my settings are correct, but still cannot publish

    Trying to publsh changes to my website. I get a message "There was an error communicating with the FTP server. Try again later, or check with your service provider." I did, and all my settings are correct, but still cannot publish.
    Any other ideas?

    Most likely you are suffering from a bug in iWeb that doesn't let you publish websites if an image you have added to your site begins with space. You can either search for that image and remove it.
    <Link Edited by Host>

  • Cannot publish anything. Error Status: 503,105002

    Please help! cannot publish anything from Muse. It says that it is an unknown Business Catalyst error.
    Thanks, Russ

    Maintenance underway - http://forums.adobe.com/message/6243834#6243834.
    http://status.businesscatalyst.com/
    Thanks,
    Vinayak

  • I got this error: 503,0. And I cannot publish my new update?

    I got this error: 503,0. And I cannot publish my new update?
    I only change a word in the Iphone and would publish this, - and then got this message below?
    And now cannot publish, - what is this?????

    Hello Hanna,
    this happens due to the migration going for Business Catalyst at this moment. Status is updated here: http://status.businesscatalyst.com/
    More details here: http://adobebcmigration.com/
    Regards,
    Cristian Radu

  • Either there is no default mail client of the current mail client cannot fulfill the messaging request-----error Outlook 2010

    I've tried EVERYTHING suggested in this link (http://blog.timolthof.com/outlook-no-default-mail-client-error/) and everything google and bing and still this message keeps popping up.  Now when I do a windows search for email, I'm not able to view
    the email due to this message.
    For the record, I am running W7 Ultimate x64 and connected via Excange Server.  I do have another system that is running Office 2010 with none of these problems so I don't know if it's related to Exchange though the searches I've done don't allude
    to that.
    What's up?

    Hi,
    I understand that when you tried to open Outlook 2010 beta on the Windows 7 64-bit computer, you encountered the following error:
    "Either there is not default mail client of the current mail client cannot fulfill the messaging request. Please run Microsoft Outlook and
    set it as the default mail client."
    You have checked the settings under the registry subkey: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Clients\Mail\Microsoft Outlook
    I understand the inconvenience you have encountered and appreciate the time and effort you spent on this issue. Please be assured that I
    will try my best to help you.
    Now let’s troubleshoot the issue by the suggestions below. Please check the results after each suggestion until the problem is resolved.
    Suggestion 1: manually set Outlook 2010 as the default e-mail client on Windows 7:
    ===================
    1.      
    Click Start.
    2.      
    Type "default programs" in the
    Search box.
    3.      
    Click Default Programs under
    Programs in the search results.
    4.      
    Now click Set your default programs.
    5.      
    Highlight Microsoft Outlook on the left.
    6.      
    Click Set this program as default.
    7.      
    Click OK.
    Suggestion 2: Start the Outlook program in safe mode
    ==============
    1.      
    Click Start, point to All Programs, and then point to
    Microsoft Office.
    2.      
     Press and hold the CTRL key, and then click the Outlook program you want to start.
    If the problem does not occur in the safe mode, this issue might be related to some third-party add-ins in the Outlook program, we can try
    to disable them. Normally, you could do the following to disable the conflict add-ins in your Outlook program:
    Disable add-ins
    Click
    File menu, click Options > 
    Add-in, click Go button in the Manage:
    Com-in Add.
    Check if there are any add-ins,
    clear the checkbox to disable them.
    Close the Office program and
    restart it.
    Add one check back each time to the list of Add-In,
    restart the Office program, and repeat the above procedure. Once the issue reappears again, we can determine which add-in causes this problem and then disable it.
    Suggestion 3: Test the issue with a new Windows user account
    ==============
    We can follow the steps in the articles to create a new user account to test the issue. If the problem does not occur in the new user account, some settings
    in the old account are corrupted. We can copy the main user files from the old account to the new account, delete the old account, and then continue using the new account.
    For the detailed steps on how to create a new user account and copy data from the old account to the new account, you can refer to the following articles:
    For Windows Vista/Windows 7:
    http://windows.microsoft.com/en-us/windows-vista/Create-a-user-account
    http://windows.microsoft.com/en-us/windows-vista/Fix-a-corrupted-user-profile
    Please take your time to try the suggestions and let me know the results at your earliest convenience. . If anything is unclear or if there
    is anything I can do for you, please feel free to let me know.
    Sally Tang

  • Either there is no default mail client or the current mail client cannot fulfill the messaging request" error message when you send e-mail from Office 2010 in Outlook

    Hi,
    If save and send as attachment used in MS Office 2010 then outlook 2010 displays error "Either
    there is no default mail client of the current mail client cannot fulfill the messaging request-----error Outlook 2010"
    Windows 7 32 bit Enterprise edition and Offoce Professional plus 2010 32 bit is installed in the machine.
    I have followed the below troubleshooting steps but still getting the same error.
    Method 1:
    Followed the  Microsoft fix
    http://support.microsoft.com/kb/813745
    1. On the Windows taskbar, click
    Start > Run.
    2. In the Open box, type the following text:
    3. regedit
    4. Press Enter.
    5. Go to the following registry key:
    6. HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail
    7. In the right pane, right-click
    the following registry value:
    8. PreFirstRun
    9. Click Delete
    10. Click Start, and then click Run.
    11. In the Open box, type regedit, and then pressENTER.
    12. InRegistry Editor, locate the followingsubkey in the registry:
    13. HKEY_LOCAL_MACHINE\Software\Clients\Mail\Microsoft Outlook
    14. Select thesubkey, and then pressDELETE.
    15. Click
    Yes.
    Method 2:
    Repaired Office
    Method 3:
    fixmapi.exe. Mapi32.dll
    Method 4:
    Created the below registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Offlce\15.0\Outlook
    Create the following String value if it does not exist: Bitness Set the String value for Bitness to the following if it is not already set to x86
    Method 5:
    Compared the installed applications
    Uninstalled the below program :Microsfot Visuall C++ 2008 Redistributable - x86 - KB2467175" and installed "Microsfot Visuall C++ 2008 Redistributable - x86  - 9.0.21022"
    Please help to solve the issue.
    Regards,
    Boopathi S

    Hi,
    Do you mean Send as Attachment button under File>Save & Send>Sending Using E-mail
    in Office applications, like Excel or Word?
    Is this an issue that come up recently? Have you ever made any changes to your system?
    If you have installed multiple e-mail programs on the same computer, please try to make Outlook the default mail client and then try again:
    http://office.microsoft.com/en-us/outlook-help/make-outlook-the-default-program-for-email-messages-contacts-and-calendar-HP010355552.aspx
    http://support.microsoft.com/kb/223877
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

Maybe you are looking for