Server initiated workflow for windows mobile

Hello,
I have used SUP 2.0 for message based client to develop the workflow.but I want to devolop workflow for SAP which will
be must have server initiated .I have also tried the" sup_tutorials_mobileworkflow_james ",,but james is manual .so is there any
another possible way for server notification which is directly generated by SAP.Please replay as early as possible.

Hi there,
SAP can generate notifications for the SUP server to recognise and send to devices. There are tutorials and whitepapers provided on the [Sybase Infocentre website|http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01333.0200/doc/html/fre1252343452818.html?resultof=%22%44%43%4e%22%20%22%64%63%6e%22%20] which show detailed instructions on how to achieve this.
Cheers,
Brenton.

Similar Messages

  • Labview Database-related vi for windows mobile?

    I am constructing a labview mobile project, in which I would like to use database. However, when I use the components in LabSQL and Dynamic Data Exchange, the error list displays subvi .... is not executable.
    I searched some old messages in this forum. Some superior programmer said that the ODBC used in LabSQL is not found in the windows mobile OS.
    I also tried to use Excel to store the data. But the DDE components are not workable.
    So, for windows mobile OS, I would like to ask which database can be used in the labview mobile project, and which functions in labview mobile project can be used for connect the database.
    Any solutions for using LabSQL in handheld device using windows mobile OS?
    Thanks. 

    Hi Sea Wind,
    If you are using Windows Mobile SQL Server Compact edition works great. I had a project that I used this for and it worked great with LabVIEW Here is a link:
    http://www.microsoft.com/sqlserver/2008/en/us/compact.aspx
    Please let us know how your project works out.
    Joe Daily
    National Instruments
    Applications Engineer
    may the G be with you ....

  • Sybase-SAP server initiated workflow

    Hi All,
    I want to develop a server-initiated workflow in SUP where in whenever an email comes to manager for PO approval then he should get an email to sybase hybrid web container from there to corresponding workflow. Please put your thoughts on this.
    Thanks,
    Vijay Kumar T.

    Hi vijay,
         Thanks for your reply.
         All are perfectly running that you mentioned,
        And We successfully deploy client-iniated workflow in simulator also. But problem is that how can we deploy a server-initiated workflow without configuring e-mail in simulator ?
         We are trying to test PO Approval application but at the end , we are not able to configure e-mail in simulator,
         For configuring it, should we used an Enterprise account or any personal e-mail a/c (Like Gmail,Yahoo. Etc....) And the other problem is that in simulaor, we are not able to find personal e-mail setup option.
         We are using Blackberry 9550 Simulator.
    Please help me,
    Regards,
    Tapan

  • Known Issue: Setup warnings for Windows 10 SDK, Emulators for Windows Mobile, and Tools for Windows 10 Universal Apps (Windows 10 Insider Preview SDK and tools, April 2015 release)

    When you install Visual Studio 2015 when not connected to the internet, for example from an ISO, you may receive warnings after setup completes for Tools for Windows 10 Universal Apps, Windows 10 SDK, and Emulators for Windows Mobile. These warnings include:
    This product did not download successfully: The server did not return the file size.
    This product did not download successfully: Signature verification failed on downloaded file.
    This product did not download successfully: HTTP Status 502: The server….

    To fix this issue, your computer must be connected to the internet to download these components.
    Make sure your computer is connected to the internet.
    Open Control Panel, and select Programs and Features. 
    Select Microsoft Visual Studio 2015 RC, click Change, and then click
    Modify.
    Select the feature “Universal Windows App Development Tools”, and click
    Update.

  • Jabber client for windows mobile.

    Hi ,
    One of my customer want to install jabber in windows mobile. I informed him there is no client released for windows mobile yet. 
    But he wants any document from cisco site that there is no release available for win mobile. I tried searching same but could not get any.
    Can someone pls provide me some cisco doc on this.
    Thanks in advance.
    Siddu..

    There is no doc that will you tell what platforms we do not support, we tell you which platform we DO support.
    If he insists on a doc, he cannot ask for what does not exist.

  • Unable to install Remote Server Administration Tools for Windows 8 Release Preview on RTM 8 Enterprise

    Unable to install Remote Server Administration Tools for Windows 8 Release Preview on RTM 8 Enterprise 
    Standalone installer available here
    http://www.microsoft.com/en-us/download/details.aspx?id=28972
    fails with error code 0x80004005
    Is this because my installation has issues, or would the admin pack files be updated for RTM?
    Thank you in advance for any insight

    Found the solution here:
    http://social.technet.microsoft.com/Forums/en-US/w8itprogeneral/thread/6d8745e0-c4c1-463a-b4bb-09f6c9c22527
    Workaround:
    Download the RSAT package intended for Windows 8 Release Preview: http://www.microsoft.com/en-us/download/details.aspx?id=28972
    Extract the .msu file with a tool such as 7-Zip.
    Open an Admin command prompt and change directory to where you extracted the .msu.
    Run the following command to install (if x86 you probably have a different .xml filename): pkgmgr /n:Windows6.2-KB2693643-x64.xml
    Wait a while. You can look in task manager for pkgmgr. When it disappears, the installation is done.
    Use the tools as per usual.

  • How to create the C++ DLL for Windows Mobile and how to import it in C#

    Hi All,
         Please can u guide me for creating DLL on C++ and using it in C#
         1) Steps to create the DLL using C++ for Windows Mobile
         2) And where to place the DLL after builiding to make use of it in my C# project
    Thanks in Advance!!!
    Thanks & Regards,
    Sharan

    Hello all,
    I know this is an old thread but i have to give it a try ( i am stuck with an almost identical problem but cant solve it since 5 days googling and reading.
    I am developing an app for Unitech HT660e which has Win CE. THe app is complete but now i need some more control over the barcode scanner. In order to gain controll i need to use USI.dll which is explained in this documentation (chapter 2 has the link to
    the SDK which contains the USI.dll ) :
    http://www.datacol.co.nz/pdf/uni_prog-guide_1.21.pdf
    But i also get : Cant find PInvoke DLL 'USI.dll'.
    In chapter 4 is SysIOAPI.DLL mentioned which i cant fin.
    Chapter 17 has USICF.dll which may be interesting bcos this one can be added as reference and "using USICF" . I am using compact framework 3.5 for this and the emulator is "usa windows mobile 5.0 pocket pc r2 emulator". 
    Reading your post i noticed i can use the "Pocket PC 2003 SE Emulator" but it gives me the same error.
    Maybe i need to include a path in my code but i tried this as well...and get the same problem. Maybe i am missing something.
    Here is my code:
    using USICF;
    using System.Runtime.InteropServices;
    namespace SmartDeviceProjectzaDLLtesting
        public partial class Form1 : Form
            [DllImport("USI.dll", EntryPoint = "VibrationOn")]   //ignorethis?:,CallingConvention=CallingConvention.Winapi)]//Cdecl)]    //EntryPoint = "VibrationOn")]
            public static extern void VibrationOn(bool bEnable);
            public Form1()
                InitializeComponent();
            private void Form1_Load(object sender, EventArgs e)
               // USICF.USIClass usiba = new USICF.USIClass(this); // this gives an exception as well
               VibrationOn(true); // thiis causes the exception
     //           VibrationOn(false);

  • How to compile a java file in J9 for windows mobile 5.0

    I have downloaded J9 for windows mobile 5.0 and need help on how to compile a java file.

    You can compile your source code using J2SE ;)
    may be this is important for you:
    http://awareness.ics.uci.edu/~rsilvafi/pocketPC/index.
    html
    Regards!!!Actually i am using some eSWT related classes also.. so is there any way to compile from the J9 environment using J9 console..

  • Remote Server Administration Tools for Windows 10 Technical Preview Not installing

    When i try and install the remote server administration tools for windows 10 on my windows 10 technical preview install i get this error
    Any ideas why this is happening? when i'm installing the correct version for windows 10
    http://www.microsoft.com/en-us/download/details.aspx?id=44280

    On Thu, 12 Feb 2015 07:33:29 +0000, samfty wrote:
    Any ideas why this is happening? when i'm installing the correct version for windows 10
    If you're running 9926 then you're not installing the correct version. If
    you expand the Details section you'll see that version was published last
    October. You'll need this one, which was published in at the end of
    January:
    http://www.microsoft.com/en-us/download/details.aspx?id=45520
    Paul Adare - FIM CM MVP
    Q. How do you solve bus problems?
    A. Shoot the driver.

  • DB2e for  Windows Mobile 5.0

    Hello,
    I'm looking for a trial version of DB2e V8.2.4 for Windows Mobile 5.0 on PDA (I installed an emulator on my PC) because we have to use Mobile Infrastructure 7.0 and I would like to try it on my emulator, but I don't find the installation files on IBM site and the installation guide. Can somebody help me?
    Many thanks in advance,
    Maria

    Hi Maria,
    You can download trail version of DB2e from the following link.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/599d5c1d-0a01-0010-8095-df389cd8eb44
    If you want use DB2e licensed version you need to get license key information from SAP.Contact your SAP Service Agent for more details. Then they will enable you the above said link from where you can download the DB2e.
    Hope it helps.
    Regards,
    Scott.

  • NW for windows mobile 6.0

    Hi,
    Please provide me the link for NW for windows mobile 6.0. Here my mobile supports only .cab files. I need only .cab file of NW.
    Thanks in advance.
    Best Regards,
    Rajesh.

    Dear Rajesh,
    SMP is service market place.       http://service.sap.com/swdc
    For downloading from this site you will need S-user ID provide by SAP.
    These threads can give you more insight.
    Re: How to generate CAB or EXE installation file for MI Client
    CAB file for Windows Mobile 2005
    Regards,
    Akhil
    Edited by: Akhil Rastogi on Mar 15, 2009 6:49 AM

  • J2me cldc midlet for windows mobile(cdc) in netbeans

    Hi,
    I have a midlet developed in Mobility Pack 5.0, and I have to change it so, that it works, and looks ok on Windows Mobile. That means that I have to port a cldc midlet to a cdc device. I've found two vm-s for windows mobile, for running midlets. J9, and CrEme. I also saw that the mobility pack for cdc together with CrEme make it possible to build CDC apps for windows mobile. The question is, how can I integrate the cdc windows mobile emulator with the mobility pack (for CLDC?), to be able to develop midlets for Pocket PC?
    Thanks!

    I think you go to Tools Menu -> Java Platform
    and add a new platform by chose j2me platform.
    Then the netbeans search for the emulator and add it in the IDE support.

  • SMP 3.0 support for Windows Mobile 8

    Hi All,
         Since KAPSEL is not directly supporting Windows Mobile 8, can use the below defined development paradigam?
    SMP 3.0 ==> OData based application ==> Cordova hybrid application ==> windows mobile 8 with native features access
    Also Does SMP3.0 supports notification for Windows mobile 8?
    Thanks
    -Arun

    Support for Windows Phone is being worked on for Kapsel. 
    I have not myself done tried using this cordova push plugin on Windows Phone but it might be worth having a look at.
    Getting Started with Kapsel - Appendix H -- Non Kapsel Plugins

  • Is there a JRE for windows mobile 6.1 ?

    Hi everyone,
    I need to install a Java Virtual Machine on my Intermec CK3 device which runs on Windows Mobile 6.1.
    Can anyone advice where to download the JRE ?
    Is there a JRE for windows mobile ?
    Thanks in advance,
    Best Regards

    I don't believe that that IS a legal download.
    This here is a more legal option:
    http://www.makeuseof.com/tag/install-java-windows-mobile/

  • Flash Lite 2.1 for Windows Mobile 5.0 Preview

    Hello,
    I'm happy to announce the preview release of Flash Lite 2.1
    for Windows Mobile 5.0, planned for release later this year. This
    allows mobile developers to create and test Flash Lite applications
    for both Windows Mobile 5.0 Smartphone and Windows Mobile 5.0
    Pocket PC configurations.
    For more information, visit the
    Adobe
    Flash Lite 2.1 for Windows Mobile 5.0 Preview site on Adobe
    Labs.

    To better help focus answers and information, please post all
    questions about Flash Lite 2.1 for Windows Mobile 5.0 devices in
    the new
    Flash
    Lite: Windows Mobile discussion forums.
    This forum is meant for questions around the Flash Player 6/7
    for Pocket PC and other consumer electronic devices using Flash
    technologies.
    thanks,

Maybe you are looking for

  • How to take backup from broken iphone

    My iphone fall in watter but after couple of days it start working, i can see the apple logo blinking and when i hold the home button for a while i can see iTune Connect with USB icon. I tunes window comes up on my mac and it wants me to restore my p

  • Creative Cloud desktop failed to update.(Error code: 1) Contact Customer Support

    Not sure what this means, but how do I fix this to continue installing updates?

  • FM to find TID using Message ID

    Dear Experts, I need to find the TID of a message in SMQ3 using its Message Id. I found the standard FM QRFC_TID_RESOLUTION, which works the other way i.e. finds Message ID using TID. Could any of you provide me the details? Thanks.

  • Display is using my Mac's camera... not its own!

    So I've got a new 24" LED cinema display and everything is connected properly. However, for some reason, whenever I go to use the iSight camera, it uses my Mac's camera instead of the display's! The USB cord is connected and everything! Ideas? Thanks

  • ICal Sync preference dropdown in ITunes refusing to budge

    In the iPhone Info tab in iTunes, the preference that defines where to categorize new events created on the iPhone does not allow a selection anymore. The dropdown function appears to work properly, but once you make a new selection it doesn't actual