Send notifications to mobile device

Hi everyone,
I have a problem with sending data change notifications to specific mobile users using the firefox REST client. A server-initiated application has been  deployed and an extraction rule for the message subject was defined. As soon as I send the notification from the Sybase Workspace everything works fine and I can specify a device user (e.g. jaser@LDAPconnection) in the "To:" input field.
When I try the same through the REST client I receive the following status message from the server response:
{"id":"DCNTest","success":false,"statusMessage":"no workflow message is sent because no device is found to send the notification","result":[]}
I'm sending an HTTP POST request to http://localhost:8000/dcn/DCNServlet  with the following payload:
cmd=wf&security=admin&username=supAdmin&password=mypasswd&domain=default&dcn_request={
"op":"",
"id":"DCNTest",
"to":"jaser@LDAPconnection",
"subject":"VoteId(10001)",
"from":"system",
"body":"a new vote was created",
"read":"",
"priority":""
However, if I replace the user with supAdmin it again works fine. My suspicion is that it has something to do with the security profile, because in SyBooks Online says that
The lookup of the logical id is performed by combining the username in the “to” list to the “securityProfile” specified in the HTTP POST REQUEST URL parameter list.
But I have also tried another admin-user who has the admin profile assigned, the result is the same. No other user seem to be accepted, except for supAdmin. Could anybody clarify what is going wrong?
Regards,
Bishara
Tags edited by: Jitendra Kansal

Hi Bishara,
Please see if this is what you're attempting:
Sending Hybrid App DCN to Users Regardless of Individual Security Configurations
In other words, try an HTTP POST to http://localhost:8000/dcn/DCNServlet with the following payload:
cmd=wf&security=LDAPconnection&domain=default&username=supAdmin@admin&password=mypasswd&dcn_request={ 
"op":"", 
"id":"DCNTest", 
"to":"jaser@LDAPconnection",  
"subject":"VoteId(10001)", 
"from":"system", 
"body":"a new vote was created", 
"read":"", 
"priority":"" 
Thanks,
Andrew.

Similar Messages

  • Cannot send email from mobile devices in 2013

    We recently implemented our new Exchange 2013 server,everything ok except for mobile devices. In mobiles i can receive emails, but cant send or reply to any emails. I tried in both android and iphone, not working. Can anyone help to solve this problem.

    Hi,
    Check if you have the Accepted domain settings are correct.
    ECP->Mail Flow->Accepted Domains. Make sure that your default domain is the domain which is having the AD name (eg.domain.local)
    Regards from ExchangeOnline.in|Windows Administrator Area | Skype:[email protected]

  • Sending notifications to Mobile Client.

    Hi,
    I want to be able to send notifications down to mobile service using NOTIFN_WRITE linked to a BP. Current replication object appears to be linked to the employee only. I want the notifications to follow te BP. I think SFAKNA1 can be used but I do not know enough about interlinkages to make it work. Has anyone done this or does anyone know how to set up this replication using interlinkages?
    Many thanks
    MM

    Hi,
    Now have notifications specific to Business Partners going to mobile Client. This is a fully functioning mobile sales client. In the service notification/BP tile set I have BP number but not partner function or BP name although both are known in client. Any ideas why this information does not display ?
    The status of the service task is also blank with no drop down so is there additional customizing needed in the client ?
    Regards
    M

  • Sending Workitems to Mobile device

    Hi All,
      Anybody worked on sending the work item to Mobile device. appreciate if any one can share their experience.
    Regards
    Kiran

    This topic has been discussed many times.  For starters, why not try this e-learning?
    http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/e03f1894-4e14-2b10-53b8-aaa9c7e683d4
    Regards,
    Sue

  • SAP Work Manager 6.0 - Creating notification on mobile device (customizing the default Start and End date)

    Dear all,
    When I create a notification in SAP Work Manager 6.0, the notification gets created in the back-end with Start Date equal to Current Date + 1 day and End Date equal to Current Date + 3 days.
    Can you advise where I can customize this behaviour, so that the Start Date is for example equal to the Current Date and End Date being 14 days in the future? Is this something that would need to be configured in Agentry Editor or within the ABAP stack?
    Many thanks for your support.
    Pavel
    Tags edited by: Michael Appleby

    Hi Jason,
    We went this route and identified the initial values, and tried to modify those.
    No impact though, as if those values are being overwritten elsewhere (whatever value we set, no change on the backend).
    Please see the attachments with screenshots of Agentry Editor.
    Many thanks.
    Pavel

  • Unity connection 8.5 notifications to mobile

    Hi ,
    We are using Unity 8.5 integrated to CUCM 8.6 and also with Exchange! We are using ITSP SIP Trunk .
    For VoiceMail, We would like to send notifications to mobile but for some reasons unable to do so. Well, here I am actually stuck even I was searching and exploring through the similar posts but seems I am not getting there.
    Checked that notification devices are enabled and other relevant parameters such as ALL Voice meessages, schedule etc.
    Checked the patterns and Checked that the VM ports can perform message notifications and have particular CSS that can dial mobile numbers.
    Checked the "Restriction table' and allowed "*" as in the first order also tried by keeping the mobile number as is (with prefixing 9 as an access code)
    I have tried above settings and i was analyzing through port status monitor and I can only see that it triggers the mobile number and then idle idle.
    I dont seem to understand where exactly it might be stucking to call out and why is it not ringing my mobile.
    your expert help and assistance would be great.
    Regards
    M Taha

    Hi Chris,
    Thanks alot, Yes! You are right, Voicemail DP didnt have the local route group configured. Now i can see it hits the gateway though but not ringing my mobile phone.
    I ran debug ccsip on the Voice gateway and here is the excerpt of voicemail port calling my number;
    To me it seems codec but i coudnt figure out where exactly. My SIP trunk dial-peer has the codec assigned though. Any ideas ??

  • Notifications to multiple devices, is it supported?

    I use an iPhone and an iPod touch. I'd like to have notifications go to multiple devices. Some apps (facebook, for example, or FlightTracker) don't send notifications to both devices, while other apps do seem to work. Is sending network-based notifications supported? If it's officially not supported that's perfectly find and I'll stop trying to fix it. If it is supported, though, I'd like to isolate the problem of why it works with some apps but not others.

    Absolutely FANATASTIC !!! Thanks Again James.
    "James Owen" <[email protected]> wrote:
    >
    Hello Den,
    You can specify the property with a //propertName
    For example /BEA Repository/MyNode/Mycontent/image1
    Or /BEA Repository/nodeId//propertyName
    Regards,
    James
    "Den" <[email protected]> wrote:
    Hi,
    I've got a content item that's supposed to hold 5 properties that happen
    to be
    images
    MyNode
    Mycontent
    image1 something,gif
    image2 somethingelse.gif
    image5 lastone.gif
    How do I display these images ?
    showBinary will only display one of these images (the last one I think)
    Is there a way of qualifying 'showBinary' with the property name sothat
    I can
    retrieve just one particular image (say image3) ?
    AGAIN NO DOCUMENTATION FOUND !!!

  • Not getting all the notifications to the Mobile Device

    Hi All,
    We are not able to get all the notifications that are assigned to the mobile device. Only part of the notifications are downloading to mobile device. I can see using MAM30_011_GETLIST there are 195 notifications assigned to that device. Out of 195, I can able to see only 97 notifications on the device.
    I debugged and found that whenever I am creating a notifications using some functional locations either from the backend or using mobile device that never get downloaded to mobile device.
    Please through some light on this issue I would be grateful to you.We are using Server Driven Functionality.
    MAM version is MAM30 SR05.
    Regards,
    Scott.

    Hi,
    The reason is very simple here. Some of the notifications are referring to technical objects(equipment/functional location) which are actaully not present on the middleware. So when a user request for data from the client to the  middleware, because there is a reference from notification to technical objects, middleware will only send those notifications whose all references are actually present on the middleware.
    So the way to check if all the technical objects are present in the middleware or not, you can do the following:
    1. First check the no. of entries for both equipment and functional location in the middleware.
    2. Then later go to the backend, as yours is server driven, then i would say go to variant of technical objects, execute the variant and make a note of the no. of entries it gives.
    3. Verify if both middleware and backend gives same no. of entries.
    If no, then try to correct the replication and then do a sync from the client.
    If yes,  then what I see is, even though you have all technical objects selected as a part of variant, there are still some notifications with technical objects which are not a part of technical objects selection in the above variant.
    So, try to change the variant for technical objects to get more no. of technical objects which covers all the technical objects that might be a part of your notifications.
    Hope this solves your problem.
    Thanks & Best Regards,
    Siva.

  • Problem sending notification message to Android and iOS devices with azure messaging dll

    We are a Bizspark customer andfor the past two days we are facing problem in Azure Notification Hub. We were trying to
    send push notifications to Android devices registered in "seexxxxxxwams" - An Azure Mobile Service in our account and no
    registered android devices are receiving the notifications. When we tried to debug it via Notification Hub in Azure Portal  (seexxxxxxwamshub
    - Notification hub in our account), the results are showing that the notifications are sent to the devices. However, the devices
    are not receiving the notifications which was receiving before.  
    Kindly let us know whether we are missing something in our code (Please find the code below) or is there any problem in Azure Notification
    Hub (for Android GCM). 
    Thanks.
    using System.Text;
    using Android.App;
    using Android.Content;
    using Android.Util;
    using Gcm.Client;
    using Android.Support.V4.App;
    //VERY VERY VERY IMPORTANT NOTE!!!!
    // Your package name MUST NOT start with an uppercase letter.
    // Android does not allow permissions to start with an upper case letter
    // If it does you will get a very cryptic error in logcat and it will not be obvious why you are crying!
    // So please, for the love of all that is kind on this earth, use a LOWERCASE first letter in your Package Name!!!!
    using ByteSmith.WindowsAzure.Messaging;
    using System.Diagnostics;
    using System.Collections.Generic;
    using System;
    [assembly: Permission(Name = "@[email protected]_MESSAGE")]
    [assembly: UsesPermission(Name = "@[email protected]_MESSAGE")]
    [assembly: UsesPermission(Name = "com.google.android.c2dm.permission.RECEIVE")]
    //GET_ACCOUNTS is only needed for android versions 4.0.3 and below
    [assembly: UsesPermission(Name = "android.permission.GET_ACCOUNTS")]
    [assembly: UsesPermission(Name = "android.permission.INTERNET")]
    [assembly: UsesPermission(Name = "android.permission.WAKE_LOCK")]
    namespace seeMuscatAndroidApp
    //You must subclass this!
    [BroadcastReceiver(Permission= Gcm.Client.Constants.PERMISSION_GCM_INTENTS)]
    [IntentFilter(new string[] { Gcm.Client.Constants.INTENT_FROM_GCM_MESSAGE }, Categories = new string[] { "@PACKAGE_NAME@" })]
    [IntentFilter(new string[] { Gcm.Client.Constants.INTENT_FROM_GCM_REGISTRATION_CALLBACK }, Categories = new string[] { "@PACKAGE_NAME@"
    [IntentFilter(new string[] { Gcm.Client.Constants.INTENT_FROM_GCM_LIBRARY_RETRY }, Categories = new string[] { "@PACKAGE_NAME@"
    public class PushHandlerBroadcastReceiver : GcmBroadcastReceiverBase<GcmService>
    //IMPORTANT: Change this to your own Sender ID!
    //The SENDER_ID is your Google API Console App Project ID.
    //  Be sure to get the right Project ID from your Google APIs Console.  It's not the named project ID that appears in the Overview,
    //  but instead the numeric project id in the url: 
    //  where 785671162406 is the project id, which is the SENDER_ID to use!
    public static string[] SENDER_IDS = new string[] { Constants.SenderID };
    public const string TAG = "GoogleCloudMessaging";
    [Service] //Must use the service tag
    public class GcmService : GcmServiceBase
    public static string RegistrationID { get; private set; }
    private NotificationHub Hub { get; set; }
            Context _generalContext;
    public GcmService() : base(PushHandlerBroadcastReceiver.SENDER_IDS) 
    Log.Info(PushHandlerBroadcastReceiver.TAG, "GcmService() constructor"); 
    protected override async void OnRegistered (Context context, string registrationId)
    Log.Verbose(PushHandlerBroadcastReceiver.TAG, "GCM Registered: " + registrationId);
    RegistrationID = registrationId;
                _generalContext = context;
    //createNotification("GcmService Registered...", "The device has been Registered, Tap to View!");
    Hub = new NotificationHub(Constants.NotificationHubPath, Constants.ConnectionString);
    try
    await Hub.UnregisterAllAsync(registrationId);
    catch (Exception ex)
    Debug.WriteLine(ex.Message);
    Debugger.Break();
                var tags = new List<string>() { main.userCountry, main.userCity, main.userLatitude, main.userLongitude, main.userPhoneMake,
    main.userPhoneModel, main.userPhoneName, main.userPhoneAndroidVersion, main.userAppVersion,main.userUID};
                Console.WriteLine("///////////HUB TAGS///////////////////");
                Console.WriteLine("Country:" + main.userCountry);
                Console.WriteLine("City:" + main.userCity);
                Console.WriteLine("Latitude:" + main.userLatitude);
                Console.WriteLine("Longitude:"+main.userLongitude);
                Console.WriteLine("Make:" + main.userPhoneMake);
                Console.WriteLine("Model:" + main.userPhoneModel);
                Console.WriteLine("Phone Name:" + main.userPhoneName);
                Console.WriteLine("Android Version:" + main.userPhoneAndroidVersion);
                Console.WriteLine("App version:" + main.userAppVersion);
                Console.WriteLine("User ID:" + main.userUID);
                Console.WriteLine("///////////END OF HUB TAGS///////////////////");
    try
    var hubRegistration = await Hub.RegisterNativeAsync(registrationId, tags);                
    Debug.WriteLine("RegistrationId:" + hubRegistration.RegistrationId);
    catch (Exception ex)
    Debug.WriteLine("#########$$$$Error:"+ex.Message); 
    protected override void OnUnRegistered (Context context, string registrationId)
    Log.Verbose(PushHandlerBroadcastReceiver.TAG, "GCM Unregistered: " + registrationId);
    protected override void OnMessage (Context context, Intent intent)
    Log.Info(PushHandlerBroadcastReceiver.TAG, "GCM Message Received!");
                Debug.WriteLine("/********* GCM Received ****************");
    var msg = new StringBuilder();
    if (intent != null && intent.Extras != null)
    foreach (var key in intent.Extras.KeySet())
    msg.AppendLine(key + "=" + intent.Extras.Get(key).ToString());
    //Store the message
    var prefs = GetSharedPreferences(context.PackageName, FileCreationMode.Private);
    var edit = prefs.Edit();
    edit.PutString("last_msg", msg.ToString());
    edit.Commit();
    string message = intent.Extras.GetString("message");
    if (!string.IsNullOrEmpty(message))
    createNotification("New todo item!", "Todo item: " + message);
    return;
    string msg2 = intent.Extras.GetString("msg");
                string notititle = intent.Extras.GetString("notititle");
    if (!string.IsNullOrEmpty(msg2))
    createNotification(notititle, msg2);
    return;
    protected override bool OnRecoverableError (Context context, string errorId)
    Log.Warn(PushHandlerBroadcastReceiver.TAG, "Recoverable Error: " + errorId);
    return base.OnRecoverableError (context, errorId);
    protected override void OnError (Context context, string errorId)
    Log.Error(PushHandlerBroadcastReceiver.TAG, "GCM Error: " + errorId);
    void createNotification(string title, string desc)
                NotificationCompat.Builder builder = new NotificationCompat.Builder(this);
                Intent uiIntent = new Intent();
                uiIntent.SetClass(this, typeof(dealsview));
                uiIntent.PutExtra("contentID", "todaydeals");
                uiIntent.PutExtra("contentName", "");
                uiIntent.PutExtra("isSale", "");
                const int pendingIntentId = 0;
                PendingIntent pendingIntent = PendingIntent.GetActivity(this, pendingIntentId, uiIntent, PendingIntentFlags.OneShot);
                var notification = builder.SetContentIntent(pendingIntent).SetSmallIcon(Resource.Drawable.Icon).SetAutoCancel(true).SetContentTitle(title).SetContentText(desc).Build();
                var notificationManager = GetSystemService(Context.NotificationService) as NotificationManager;
                notificationManager.Notify(1, notification);

    Hi Anpe83,
    TL;DR: The answer: Currently, no.
    As we speak, there is RMS Sharing app for all mobile platforms you mentioned. RMS Sharing App lets you open any file type that is a .pfile (generic file created by RMS Sharing App on your PC). But this is not a granular protection and policy enforcement
    - you can think about this way of protecting as a .zip file that has been password protected. So once you "unzip" the pfile with RMS Sharing App - you can do whatever you want (open in a native mobile app, forward, edit, copy, delete, etc) with that file. 
    Now, RMS Sharing App lets you protect pictures only on your mobile devices which I assume you will not be a feature used very often.
    On the other hand Microsoft has published Office suite (Word, Excel, etc) for iOS devices (iPhone and iPad).
    Currently (this is the key word here) those are NOT RMS enlighted yet, so f.e. no word document that is RMS protected can be opened with your Office suite for iOs. I also know that Microsoft is preparing an update for iOS devices in the nereast
    future to make Office suites (including OWA app) RMS-aware.
    PS. For the current time being there are some third parties that extend RMS capabilities to your mobile device platforms. You can also wait few months (unfortunately cannot promise that) for RMS enlighted Microsoft apps for iOS devices.
    PS2. If you haven't heard you can also set RMS Sharing App to work withi your ADRMS which is onprem (not only with RMS in the cloud). For those you need some cool toys: Windows 2012 R2, ADFS 3.0 and RMS Mobile Device Extension.
    Hope this answers your question.
    Did my post help you or make you laugh? Don't forget to click the Helpful vote :) If I answered your question please mark my post as an Answer.

  • Sending Alert Message to mobile device from SAP

    Hello Experts,
    Can i send an alert message directly to any mobile device from SAP ? or i have to used Sybase as a middle layer ?
    And is there any way to send alert through Sybase Server without creating its MBO ?
    Regards,
    Tapan

    Hi Tapan,
    well, if I would have to do that..... I would at least need Sybase to keep development low. at the end you do not really need Sybase for this... but without SUP development effort is really high.
    Okay, in short:
    each device has its wn dedicated listener concept for push messages. This is platform dependend and you need to develop a native solution for this. It is possible, but it takes some time.
    If you want to be native, with Sybase you get this more or less for free. Issue here: Sybase does only support push notifications out of the box in the most complex scenario: therefore you need SAP backend, Netweaver Mobile Middleware, SUP and connect NW Mobile and SUP by ESDMA file. This gives you push from backend to device for free on nearly all plattforms out of the box.
    So at the end the first question qould be: how much do you want to develop?
    Or is it wnough for you to have SUP workflow? Benefit on Workflow: development effort is low, works out of the box, is multi plattform - but like every sunshine there is some shadow - performance of this approach is not really nice. Anyway, it could solve your issue: you receive an eMail in your device, this opens the workflow app and you can accept or decline for example a travel request.
    Would that elp?
    Regards,
    Oliver

  • Compressing pictures & send to mobile device

    hello dear engineer
    i have bought labview mobile module to send a webcam pictures from my PC to the mobile device
    and i have make a program that sends pictures pixels(in 24bit format) gets from webcam
    to mobile decice by TCP/IP commands over wireless connection
    but my big problem is the speed. i mean the picturs move so slowly
    the picures size are 100Kbyte each one
    now please guide me what can I do for it.
    and if it is possible to compress the pictures befor sending and decompress them in destination  witout loosing quality ? and how?
    i have used a .vi program but it dosen't work correctly(you can see in attachment)
    I use HTC viva mobile
    windows mobile 6.1
    200MHz cpu
    mobile module toolkit version 2010
    ni vision toolkit 2010
    labview 2010
    best regards
    Attachments:
    COMPRESS.vi ‏53 KB

    Hi Ankur,
    The error is returned by the GetDetail bapiwrapper of the Notification. (You can reproduce it by executing the same function module in backend with input as notification number).
    The reason I think is only open notifications are supposed to sent to mobile device. In this case the notification is closed and hence not sending to client.
    There must be some customization for achieving this.. I am not sure though..
    Regars
    Ajith

  • Can send but not reply or forward on all mobile devices

    Hi all,
    I have a 2013 environment with MDM also in place. Just recently all mobile devices (iOS, Android, Windows OS) have stopped being able to reply or forward to emails on their mobile device. Nothing has changed in the environment that I'm aware of. The main
    factors are listed below.
    - OWA and Outlook access is functioning as normal.
    - Users can send and receive on their mobile device
    - When they try to reply or forward it fails with 'Cannot Send Mail. The message was rejected by the server'.
    - The user can then go into their Outbox and successfully send the email from there.
    - The issue is affecting SmartForward and SmartReply commands but not the SendMail command.
    Within OWA I have recorded some logs using Settings -> Options -> Phone -> Start Logging 
    Within the logs the error/exception is as below.
    Command_WorkerThread_Exception : 
    --- Exception start ---
    Exception type: System.ArgumentNullException
    Exception message: Value cannot be null.
    Parameter name: SubjectPrefix
    Exception level: 0
    Exception stack trace:    at Microsoft.Exchange.Data.Storage.StorePropertyDefinition.Set(ExchangeOperationContext operationContext, BasicPropertyStore propertyBag, Object value)
       at Microsoft.Exchange.Data.Storage.PropertyBag.SetProperty(StorePropertyDefinition propertyDefinition, Object value)
       at Microsoft.Exchange.Data.Storage.PropertyBag.SetProperty(PropertyDefinition propertyDefinition, Object value)
       at Microsoft.Exchange.Data.Storage.ReplyCreation.BuildSubject()
       at Microsoft.Exchange.Data.Storage.Item.InternalCreateReply(MailboxSession session, StoreId parentFolderId, ReplyForwardConfiguration configuration)
       at Microsoft.Exchange.Data.Storage.MessageItem.CreateReply(MailboxSession session, StoreId parentFolderId, ReplyForwardConfiguration configuration)
       at Microsoft.Exchange.AirSync.SmartReplyCommand.ExecuteCommand()
       at Microsoft.Exchange.AirSync.Command.WorkerThread()
    --- Exception end ---
    This appears to indicate there's an issue with the subject prefix being Null. However the issue occurs when emails have a subject and using transport rules I've set some test emails to prepend a subject to each email but that has not helped. 
    I've done quite a bit of searching online but can't find anything really that matches what I'm seeing.
    Has anyone experienced  something similar before? Any help would be greatly appreciated :) 
    bitzi_f

    Did this ever get resolved? We had our first report of the same error today with the same symptoms.

  • My mobile device won't send picture messages

    I have a problem where my mobile device simply won't send picture messages.  I have clear reception right now.  I've tried shutting the phone off and restarting it and taking out the battery.
    Why am I paying for a service that doesn't work?
    Anybody know what the problem is?

    You can call customer service and have them check the provisioning on your account to be sure that picture messaging is enabled.
    SOme things that may affect picture messaging:
    1) 1X service only - you need EV service to send picture messages
    2) Your phone says Extended network - picture messaging will be unavailable.
    3) You have a total data block on your phone, to prevent data charges. It also prevents picture messaging. You can block mobile web, and downloads separately, without blocking picture messaging.
    If none of these seem to apply, then I'm at a loss. What happens when you try to send a picture message? Do you get an error message?

  • Send SMS From Oracle To GSM Mobile Device

    Dear All,
    My concern is that I want to send a SMS using a GSM mobile device from database when ever a record is updated or inserted. I have searched the forum but does not find any convenient method with easy steps.
    please share your valuable views and solutions that are easy to follow for me.
    I am using
    Operating System Linux Redhat 4.6
    Database Oracle Database 10g Release 10.2.0.1.0 - 64bit
    Regards,
    Zafar Iqbal
    Edited by: Zafar Iqbal on Jun 8, 2012 3:48 PM

    Zafar Iqbal wrote:
    Is there no any alternative solution??Numerous solutions.
    as I have searched the forum or Google only find above solutions. Above solution is costly and other more above solution is only for nokia phone and dependent on Linus machine only
    There is no any Oracle recommended solution????Why would Oracle recommend a solution? It is like saying that Oracle needs to recommend what keyboard manufacturer to use for keyboards used to enter data and commands for SQL-Developer and TOAD...
    The "solution" depends entirely on the SMS interface(s) available for use.
    One can manually create the SMS transmission infrastructure - by hooking up a mobile via USB to a server and sending SMS's via it.
    One can use existing infrastructure from a cellular provider for sending bulk SMS's. This can be, for example, done via a web service of the provider.
    We use a TCP network service ourselves - where our PL/SQL code (using the UTL_TCP interface) sends a special formatted messages (including a service tag, mobile numbers, message) to the service and this service delivers this as SMS's.
    Some cellular provides used to support a SMTP interface - allowing you to send an e-mail to a specific address (sometimes with the mobile number as e-mail subject), where the e-mail body contains the SMS to send.
    So there is no single recommended solution. There is wide variety of solutions. And it would be advisable to talk to cellular providers about the SMS bulk-send interface services they provide. These comes with discounts, SLAs, support, service reports and so on.

  • Windows Mobile devices can't send to my iPhone

    I searched many pages of this forum with no answer and no similar issues:
    I have my iPhone syncing up with Exchange 2003 via the IMAP protocol. It sends/receives messages fine. It receives messages from BlackBerry devices fine.
    It will not download or receive messages sent from Windows Mobile devices (version 6 Standard or Professional). I've had 3 different people send me messages from their phones and I cannot get them - iPhone Mail says "downloading X of X messages..." so I know it sees there's a new message, but it will not show up, or even recognize the new message. If these same people send me a message in Outlook 2003 I get it on the iPhone, but not when they send from their Windows Mobile device.
    If I don't hear anything from anyone in here (as it looks like there are many unanswered topics) I will contact Apple.

    The problem occurs when on both the EDGE or Wi-Fi networks.
    The messages are plain text messages (with or without attachments) sent from an HTC Tilt, Samsung Blackjack II, and another Windows Mobile 6 phone.
    The iPhone will initially tell me that it sees the new message (Loading 1 of 1 messages), but will not display or download the message. I also made sure it's not being auto-sent into the Deleted Items or Junk or Spam folders (remember this is under Exchange). This same person, when they e-mail me from another client like Outlook - will have no problem sending a message and me getting it.
    There is no notice on the sender's end that their message was not downloaded on my end.
    I can see their message fine in the Outlook or Entourage client.

Maybe you are looking for

  • Notification sync

    I have had my notifications sync between my iPhone and iPad for a while now, but the notifications do not sync on my MBP. Notifications I am referring to would be Facebook, LinkedIn and Twitter.  I'm running OSX Mavericks on the MBP and iOS 8.1.3 on

  • Programmatically Creation of Property Group

    Hello Can anyone help me to create a property group and then assign properties to it. It would be better if you can assist me either with the GUI creation or through programme or with both. Thanks Raj

  • File to RFC - XSLT Mapping after RFC structure has changed

    Hi I'm an XI beginner, and am looking at a File to RFC scenario which has been implemented in our 7.0 system. We have a requirement to add a new field to the RFC (which has already been done by the ABAPer) and I need to make the necessary changes in

  • Problem in display photo

    I want to write a servlet that receive client request, and then reply a response web page that contain some text and a photo inside the server, how can I do that ?

  • Good low-cost widescreen monitor for one-screen editing?

    Hello, I'm on a tight budget, looking for a widescreen monitor that is a good blend of low-cost but good quality (if possible!). I will be doing all my work off this single monitor. I will unfortunately NOT be able to have a dual-monitor setup, nor h