Unable to broadcast to contacts categories

LS,
I recently switched to Q10 and noticed that I'm unable to broadcast messages to contacts categories. I have over 500 contacts organized under 5 different categories, now with the new Q10 I'm not being able to broadcast a message to only 1 category; I cannot select one-by-one.
Please help.
Bassam

Hi Mohan,
Goto SCOT/SCON t-code, click create button,
Then give the node name and desc>select the connection as RFC connection>select any RFC Destination (any server)>then select Internet>then give the Internet mail address>then select formats which you want>don't select the restrict time>then select 'N' for further mail types>give max wait time in hrs and mins>select nod ready for use>select the test connection--> test the connection and click on Finish button
Then it completes the SMTP connection.
Regards,
Ravi Kanth

Similar Messages

  • I am unable to transfer my contacts from my ms outlook t...

    i am unable to transfer my contacts from my ms outlook to my new blackberry 8900 curve. how do i go about doing this since i've lost my phone and am handicapped without my contacts

    Hi there!
    With the limited information in your post ("unable to transfer" is pretty sparse information), I suggest the following steps (insert plenty of reboots of your PC...not just restarts, but full power down reboots). Also, it is advised that you be logged into the PC on an account with full admin rights. Further, under Vista, use the "Run As Administrator" option for everything.
    1) Remove your device OS update package from your PC (add/remove programs)
    2) Cleanly uninstall the RIM DTM software:
    KB02206 How to perform a clean uninstall of BlackBerry Desktop Software
    3) Get a fresh download of the RIM DTM software:
    http://na.blackberry.com/eng/services/desktop/
    Choose the version that is newest and (if applicable) compatible with your PIM (if you are synchornizing via USB):
    KB12268 Applications supported by BlackBerry Desktop Manager for synchronization
    4) Download (to your PC) a fresh copy of your device OS package from your carrier:
    http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    5) Install DTM to your PC
    6) Install (also to your PC), the device OS package
    7) Start the organizer configuration over:
    KB17022 How to configure organizer applications for synchronization using BlackBerry Desktop Manager
    Hopefully that will get things going again.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I just restored my phone, however I have to sign into icloud and the phone is set to the previous owner's email and password. I am unable to get in contact with them. What can I do?

    I just restored my phone, however I have to sign into icloud and the phone is set to the previous owner's email and password. I am unable to get in contact with them. What can I do?
    Please help!

    Hello codyfromseminole,
    After reviewing your post, I believe your device is under Activaltion Lock. The following article will provide you with more information about the feature:
    iCloud: Activation Lock
    With iOS 7 or later, Find My iPhone includes a feature called Activation Lock, which is turned on automatically when you set up Find My iPhone. Activation Lock makes it harder for anyone to use or sell your iPhone, iPad, or iPod touch if it’s ever lost or stolen. 
    With Activation Lock, your Apple ID and password are required before anyone can:
    Turn off Find My iPhone on your device
    Sign out of iCloud on your device
    Erase and reactivate your device
    Important:    Make sure to remember your Apple ID and password, and that your password is unique and secure—someone else shouldn’t be able to guess it. For more information, see the Apple Support article Security and your Apple ID. 
    If you want to give away or sell your device, be sure to erase your content and settings (in Settings > General > Reset > Erase All Content and Settings). When you erase your content, Find My iPhone and Activation Lock are also turned off. 
    If you no longer have the device, follow the instructions to remove a device you no longer have. For more information, see the Apple Support article What to do before selling or giving away your iPhone, iPad, or iPod touch. 
    For more information about Activation Lock, see the Apple Support article Find My iPhone Activation Lock in iOS 7.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • Unable to create a contact

    Hi Preston,
    I am trying to create a contact using createItemRequest method.
    I am unable to create a contact when i try to set the EmailAddressList's Primary Attribute for the contact. However if i comment the line for setting the Primary Attribute for email addresses, I am able to create the contact.
    The following is the XML Trace.
    <createItemRequest xmlns="http://schemas.novell.com/2005/01/GroupWise/methods">
    - + <item xsi:type="q1:Contact" xmlns:q1="http://schemas.novell.com/2005/01/GroupWise/types">
    - + <q1:name>test user</q1:name>
    - + <q1:container>4B94C4DE.DSRDOM.BNEPO.104.1737179.1. 87D.1@53</q1:container>
    - + <q1:PABGuid>/Y\6` "f <E:*! 6~ !</q1:PABGuid>
    - + <q1:fullName>
    - + <q1:displayName>test user</q1:displayName>
    - + <q1:firstName>test</q1:firstName>
    - + <q1:lastName>user</q1:lastName>
    </q1:fullName>
    - + <q1:emailList primary="test1">
    - + <q1:email>test1</q1:email>
    - + <q1:email>test2</q1:email>
    </q1:emailList>
    <q1:officeInfo />
    </item>
    </createItemRequest>
    I am getting two types of error
    - + <createItemResponse
    xmlns:gwt="http://schemas.novell.com/2005/01/GroupWise/types"
    xmlns="http://schemas.novell.com/2005/01/GroupWise/methods">
    - + <status>
    - + <gwt:code>53506</gwt:code>
    - + <gwt:description>User ambiguous</gwt:description>
    </status>
    </createItemResponse>
    - + <createItemResponse
    xmlns:gwt="http://schemas.novell.com/2005/01/GroupWise/types"
    xmlns="http://schemas.novell.com/2005/01/GroupWise/methods">
    - + <status>
    - + <gwt:code>53505</gwt:code>
    - + <gwt:description>User not on post office</gwt:description>
    </status>
    </createItemResponse>

    The code is looking for internet style addresses.
    Do you get the same problem if you supply email
    address with an internet domain, i.e. [email protected]?
    (Where "test.com" is a valid internet domain.)
    >>> On Monday, April 12, 2010 at 11:56 PM,
    shwetajain<[email protected]> wrote:
    > Hi Preston,
    >
    > I am trying to create a contact using createItemRequest method.
    > I am unable to create a contact when i try to set the
    > EmailAddressList's Primary Attribute for the contact. However if i
    > comment the line for setting the Primary Attribute for email addresses,
    > I am able to create the contact.
    >
    > The following is the XML Trace.
    >
    > <createItemRequest
    > xmlns="http://schemas.novell.com/2005/01/GroupWise/methods">
    > ‑ + <item xsi:type="q1:Contact"
    > xmlns:q1="http://schemas.novell.com/2005/01/GroupWise/types">
    > ‑ + <q1:name>test user</q1:name>
    > ‑ +
    > <q1:container>4B94C4DE.DSRDOM.BNEPO.104.1737179.1. 87D.1@53</q1:container>
    > ‑ + <q1:PABGuid>/Y\6` "f <E:*! 6~ !</q1:PABGuid>
    > ‑ + <q1:fullName>
    > ‑ + <q1:displayName>test user</q1:displayName>
    > ‑ + <q1:firstName>test</q1:firstName>
    > ‑ + <q1:lastName>user</q1:lastName>
    > </q1:fullName>
    > ‑ + <q1:emailList primary="test1">
    > ‑ + <q1:email>test1</q1:email>
    > ‑ + <q1:email>test2</q1:email>
    > </q1:emailList>
    > <q1:officeInfo />
    > </item>
    > </createItemRequest>
    >
    > I am getting two types of error
    >
    >
    > ‑ + <createItemResponse
    >
    > xmlns:gwt="http://schemas.novell.com/2005/01/GroupWise/types"
    > xmlns="http://schemas.novell.com/2005/01/GroupWise/methods">
    > ‑ + <status>
    > ‑ + <gwt:code>53506</gwt:code>
    > ‑ + <gwt:description>User ambiguous</gwt:description>
    > </status>
    > </createItemResponse>
    >
    >
    > ‑ + <createItemResponse
    >
    > xmlns:gwt="http://schemas.novell.com/2005/01/GroupWise/types"
    > xmlns="http://schemas.novell.com/2005/01/GroupWise/methods">
    > ‑ + <status>
    > ‑ + <gwt:code>53505</gwt:code>
    > ‑ + <gwt:description>User not on post
    > office</gwt:description>
    > </status>
    > </createItemResponse>

  • ** CONTACT MANAGER and CONTACT CATEGORIES **

    I am a 9930 owner. Is there any discussion about fixing the Contact Manager in the new OS to include more of vCard fields as in BB OS version 7x and prior? We need Contact Categories field in the Contact Manager and the tight integration with MS Outlook(not limited cloud version of Outlook). For me the Blackberry Classic is not just about the keyboard. The superior business functionality (--in BB OS version 7x and prior--) of the Contact Manager set Blackberry apart from the rest. Please get this fixed. 
    Best regards,
    Jeff Fallon
    San Antonio, TX

    Yes yes and yes...hope you have better luck at getting some credible answers. I've been asking for same since the launch of OS10. Have yet to get any sort of formal response. I so miss some of the basic functions from OS7 !!

  • Unable to see my contacts in icloud.

    I Am unable to see my contacts in icloud.com

    That is often because they don't belong to the iCloud account on your device.  Go to Settings>Mail,Contacts,Calendars>Default Account (in the Contacts section).  If you have the Default Account setting there, what accounts are listed and which one is set as your default?

  • Unable to broadcast workbooks. need help

    Dear all,
    We are unable to broadcast workbooks in broadcaster.
    When we are trying execute in broadcaster settings. we are getting following message.
    "settings <Workbook Name> were started from the  BEx Broadcaster. it is green
    processing of user <userid>. language EN, it is green
    Processing setting < Workbook Name>. it is green
    An Active RFC server could not be found. finally ended up with red alert"
    so we could not broadcast workbooks.
    please suggest some possible solutions. it is in production server. so it is quite critical error and need solution ASAP.
    please help.
    Regards,
    mohankumar.G

    Hi Mohan,
    Goto SCOT/SCON t-code, click create button,
    Then give the node name and desc>select the connection as RFC connection>select any RFC Destination (any server)>then select Internet>then give the Internet mail address>then select formats which you want>don't select the restrict time>then select 'N' for further mail types>give max wait time in hrs and mins>select nod ready for use>select the test connection--> test the connection and click on Finish button
    Then it completes the SMTP connection.
    Regards,
    Ravi Kanth

  • I am unable to enter my contact with my ipod 4s. need help

    I am unable to enter my contact and my blutooth sees else but can not connect to them

    What happens when you try to enter "my contact"? Just what are you doing?
    Also maybe:
    http://support.apple.com/kb/HT3887#interference
    Wireless input devices: Bluetooth frequently asked questions
    I do not really understand what you want.

  • I am unable to share a contact via text message on my iphone 4

    I am unable to share a contact via text message on my i phone 4

    Have you tried turning up the volume using the hardware volume buttons while on a call?

  • I'm unable to transfer my contacts to my iPhone 3G during an iTunes sync. Other content appears to be syncing OK and all my ios5 devices are working fine! Can anybody help?

    I'm unable to transfer my contacts to my IPhone 3G (latest ios 4.2.1 installed) during an iTunes sync. All other content appears to sync OK and my ios5 devices (iPhone 4s and iPad 2) are syncing fine.  I suspect this could be an iCloud issue as my iPhone 3G is not compatible with iCloud.  Can anyone help me out with this issue?

    I solved this issue by turning off iCloud contacts sync - then my iPhone 3G would sync through iTunes as normal.  I then just turned iCloud contacts sync back on.  Job done!

  • I am unable to have my contacts on both iPhone and iPad transferred to mAC BOOK

    I am unable to have my contacts on both iPhone and iPad transferred to mAC BOOK

    Backup then restore the device...
    If you've been manually managing the device and your library doesn't contain copies of all your media then see Recover your iTunes library from your iPod or iOS device.
    tt2

  • I am unable to synce my contacts from outlook in xp to my ipad 3 have followed all instructions without success

    I am unable to sync my contacts from outlook in xp to my ipad 3 have followed all instructions without success.  Can any one help

    Sync the photos back to the iPad using iTunes. You have to place the photos into a folder from which you sync photos. All photos that you want to sync to the device must be included in the main photos folder and selected to sync each time that you sync.
    Connect the iPad to the PC and launch iTunes.
    Click on the iPad name on the left side under devices.
    Click on the Photos Tab on the right.
    Click on the Sync Photos From heading in order to select it.
    Select the photos folder that you want to sync from.
    Select all of the albums or photos within the folder that you want to sync.
    Click on Apply in the lower right corner of iTunes
    You can read more here.
    http://support.apple.com/kb/HT4236

  • I am unable to export my contacts from my iPhone 4 to the hands free unit on my Honda Civic VTI-LN.    Has anybody had this problem and found a solution.

    I am unable to export my contacts from my iPhone 4 to the hands free unit on my Honda Civic VTI-LN.    Has anybody had this problem and found a solution.

    Strange that your dealer could not help.
    When my car was in for its 6 month service in July/August I mentioned this problem to the dealer service dept  (Northway Honda, Bundoora, Vic)
    The person booking the car in told me an update to the software was needed and that they would do the update.
    I don't know if it was free as there was no specific listing of a software update on the invoice - just a lot of item numbers.
    All has been well since

  • HT204053 I am unable to sync all contacts on my iMac (which includes outlook for Mac contacts) with my iPad mini, how do I do this, I have enabled icloud on both devices and ticked all the boxes.

    I am unable to sync all contact in my address book on my imac with my ipad mini, it looks like only icloud & yahoo contact sync leaving out the ones in outlook for mac.  I have enabled icloud on both devices and ticked all the boxes.

    Clive Owen wrote:
    Thanks for that, but my Outlook contacts are synced to and all in my mac contacts book, does this not meen they would go to icloud,
    No, they are in the On My Mac account in the Mac Contacts app, not iCloud.
    or are they in a different format despite being in mac contacts?  If so can the outlook contacts be exported in some other way to icloud?
    Outlook is not compatible with iCloud, check Microsofts site if you need more verification.
    If you want them in iCloud use Mac Contacts and move them from On My Mac to iCloud. This will remove them from Outlook.

  • TS1347 after upgrading to iOS 7.0.4 i am unable to sync my contacts in Outlook

    After upgrading to iOS 7.0.4 i am unable to sync my contacts in Outlook.  Help!
    Thank you,
    Victor

    My phone has just done this for the second time, the first time it was in warranty and apple replaced it for free. It has now happened again and as the warranty is finished  I'm being told it will cost £115 to fix (replace again) I've given up and I'm now getting a new phone.

Maybe you are looking for

  • MacBook Early 2008 Core 2 Duo/Penryn Series - Unable to upgrade from Lion to Mountain Lion ( Looking For  A Fix )

    I own a  MacBook "Early 2008 Core 2 Duo/Penryn" Series has Intel Processor (T8100 (2.1 GHz ) / T8300 (2.4 GHz)) 45 nm "Penryn" processors, 4 GB of 667 MHz DDR2 SDRAM (PC2-5300) installed in pairs (two 02 GB modules), a 160.0 GB Serial ATA (5400 RPM)

  • Error 150:30, "Licensing for this product has stopped working"

    I recently updated my Mac OS, and am getting error 150:30, "Licensing for this product has stopped working" on all my CS4 products. The license repair tool will not launch in Mavericks. Help?

  • I am having problems with Facebook.

    Two days ago we switched our internet company over from Hughes Net to Century Link. When we had Hughes Net, Facebook worked perfectly fine, other than it being slow simply because Hughes Net sucks. Now that we have Century Link, I decided to update t

  • How to declare class variable with generic parameters?

    I've got a class that declares a type parameter T. I know how to declare a static method, but this doesn't work for a static variable: public class Test< T >     * Map of String to instances of T.     * error: '(' expected (pointing to =)     * <iden

  • Toshiba 40L1353DB - HDMI pass through

    Hi there, I am trying to establish whether the Toshiba 40L1353DB supports 5.1 channel audio 'passthrough' from externally connected devices connected to the TVs HDMI input. In addition, is there a list of all Toshiba TVs that support this feature? Ma