Uploading Mobile Components to the DOE

Hello Colleagues,
I am doing SAP Netweaver AS configuration for Mobile 7.1. where database is MaxDB 7.7.02.017.
At the following location there is a step "Uploading Mobile Components to the DOE ".
http://help.sap.com/saphelp_nwmobile71/helpdata/en/45/17a790d8000064e10000000a1553f7/frameset.htm
As one of the step mentioned here I need to Upload the Database to the DOE. For which prerequisite is:
==========================================================
You have copied the MaxDB database zip file to your local system.
The MaxDB database is needed for the client. The file is available in the Service Market Place.
==========================================================
But I am failed to locate this file in service market place. It would be really great if somebody help me out here ASAP.
Thanks in advance
Tapesh

Hi Tapesh,
the following link should lead you to the right location:
[Downloading Mobile-Specific Software Units |http://help.sap.com/saphelp_nwmobile71/helpdata/en/9f/fcb146fe34410c8242c393b1b8b1f1/frameset.htm]
Cheerz,
Thomas

Similar Messages

  • How can we delete uploaded mobile components from R/3

    Hi All,
    I need to know the function module or any transaction through which I can delete the uploaded mobile components from R/3.(which have been through  Web console).
    Can anybody tell me?
    Please reply,
    Deepak.

    hello deepak,
    there's no FM to delete all the registered MCDs in the MI
    server at the moment. MCDs can only be deleted/removed if
    there are no users/devices that use it. you can clear all
    data of the user using the following FMs.
    DELETE_ALL_DATA_OF_DEVICE
    DELETE_ALL_DATA_OF_USER
    DELETE_DATA_FOR_ALL_MI_DEVICES
    DELETE_DATA_FOR_ALL_MI_USERS
    if the existing dependencies are removed, then you can delete
    the MCD using the FM
    ME_JSP_SMOMO_MSD_DELETE
    or directly clean up table BWAFDEPL.
    regards
    jo

  • MI System Copy Redeploy Mobile Components

    Hello,
    I copied an MI system and followed note 920335 for the follow-up activities.
    One is:
    After the copy, the download links for the mobile component's
    installation files still point from the target system's ABAP server
    component to the source system's J2EE server component.
    If you are working with the NetWeaver Mobile Administrator, you
    need to redeploy all mobile components via the SDM with
    Deployment Configuration option "Update deployed SDAs/SCAs that
    have any version".
    Do I need to go through all the source sda files I ever deployed, upload it in SDM and deploy with above option?
    Is there no shorter solution?
    Kind regards,
    jeroen

    Hello,
    A. When you do a copy of the system then all the deployed mobile components should be undeployed and again needs to be deployed on the system where you are actually going to do a copy.
    And then do a reload from the mobile component screen of NWA.
    If you don;t undeploy and deploy it again then you will always get the download link for the app pointing to the older system.
    B. If you have only few mobile components deployed on the sever then just open the visual admin and modify the propertysheet of each components using apply custom property of mobile component.
    And then do a reload again.
    Regards,
    Satyendra

  • Searching for class or method to add mobile components programatically

    Hello,
    I'm searching for a class and/or a method to add a mobile component and version to a mobile device programatically.
    Furthermore I would like to know in which datbase-table I can find
    a) The roles and their mobile components
    b) The installed components of the registered devices.
    I Hope you can help me with this issue.
    Best regards.
    Lars

    Hello,
    thanks for your responses. I think the answer of Shobha is very good. I've found a second solution for this problem.
    1. Set the MCD-Attributes
    DATA: mcd_name TYPE SMMW_MCDNAME,
                mcd_ver    TYPE SMMW_MCDVERSION.
        CLEAR mcd.
                 mcd-MCDNAME = mcd_name.
                 mcd-VERSION   = mcd_ver.
                 APPEND mcd TO mcds.
        CLEAR mcd.
    2. Call method
    CALL METHOD CL_SMMW_DEV_ADM=>ASSIGN_MCD_TO_DEVICE
        EXPORTING
          RECEIVERID                                 = 'Your receiver-ID'
          MCDS                                           = mcds
          AUTO_FLAG                                = 'X'
        INVOKE_RULE_EVALUATION     = 'X'
        IMPORTING
          NON_AVAIL                                 = NON_AVAIL
          FAILED_MCDS                              = FAILED_MCDS
          MESSAGE_RETURN                     = MESSAGE_RETURN
        EXCEPTIONS
          MCDNAME_VERSION_INCOMPLETE = 1
          others                                                = 2.
      IF SY-SUBRC <> 0.
                  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    With the method of class CL_SMMW_DEV_ADM you can easily add MCDs to your device.
    Thank you for your help.
    Best regards.
    Lars

  • Problem of BOM components uploading through BAPI,for  the Network(CN01)

    Hello,Friends,
    Iam PP consultant and facing a problem of BOM components uploading through BAPI,for creating of the Network (CN21)
    we have 300 components in the network activity and while uploading the BOM through BAPI , only 295 components has been uploaded.Others components has not uploaded.
    Please suggest me what will be the Problem? and
    What is the solution for the same?
    Regards,
    MYS

    in customizing availability checked has been applied ,for this reason one additional screen is appearing in BAPI for all these components
    How this screen could be by passed

  • What's the relation between mobile components and device profile?

    We get the requirement to assigne Mobile components to device profiles.
    As a comparison for understanding, 
    R/3:    authorization is assigned to user profiles
    MI:      Mobile components are assigned to device profile.
    Am I right? If so, are mobile components basically predefined by SAP since
    security authorizations are basically  provided by SAP?
    Thanks!

    Hello jennifer,
    A Mobile Component is any part of Software which will be deployed and wich is running on a mobile device.
    This could be for example a Database, JVM, Mobile Client or of course a mobile application (developed or pre-packaged).
    A Device Profile is a kind of grouping mechanism which helps you to assign the Mobile Components to a large number of devices.
    For Example you create a Device Profile which includes the Mobile Components (DB,JVM, Mobile Client and your Mobile application ). You only need to create this Device Profile once and you can assign it do many devices.
    This helps you to administer your devices in a very efficient way.
    I hope this helps.
    Best Regards,
    Stefan

  • How to Upload a File on the Server

    Hi,
    I want to upload a file on the server from Windows Mobile Application. Can anyone please suggest me a way to do so?
    Thanks in advance, 
    Saheli Sur

    Following links should also help
    http://blog.anthonybaker.me/2013/06/how-to-upload-file-from-windows-phone.html
    http://stackoverflow.com/questions/19954287/how-to-upload-file-to-server-with-http-post-multipart-form-data/20000831#20000831
    Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor

  • I have a problem with my PC mobile device that the keyboard stop working and the mouse also

    I have a problem with my PC mobile device that the keyboard stop working and the mouse also

    All I can suggeset is:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    or
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Have you looked at the AMDS topic of:
    iOS: Device not recognized in iTunes for Windows
    Do you have han image capture programs linstalled like for a camers or scanner?

  • When uploading videos to iWeb, the video screen gets cut off at the top. It only happens in Firefox, but not in Safari.

    When uploading videos to iWeb, the video screen gets cut off at the top. It only happens in Firefox, but not in Safari. Has anybody else had this problem?

    I'm using pure HTML5 for mobile websites although you need to provide an OGG file for Firefox. See the movie page on this site...
    http://mobile.ezmacwebdesign.com/
    If you don't have an iPhone, grab the browser handle and drag it to the left to reduce the width to see how it responds to mobile devices' fixed width browsers .
    This will play in all modern browsers and on mobile devices. You can use QuickTime Pro for the OGG or OGV conversion or get the freeware Miro Video Converter...
    http://www.iwebformusicians.com/Website-Movie-Video/Easy-Movie-Player.html
    If you only want to upload an MP4, you can use a flash fallback player and this will cover Firefox and those geriatrics that still use older versions of Internet Explorer....
    http://www.iwebformusicians.com/Website-Movie-Video/Flow-Player.html
    http://www.iwebformusicians.com/Website-Movie-Video/Fallback-To-Flash.html
    http://www.iwebformusicians.com/Website-Movie-Video/JW-Media-Player.html
    If you use any of the four fallback players above, take advantage of the fact that you can add a poster image and stop the video file from preloading. This makes for a faster page download time.
    You can also achieve this using HTML5 by adding preload="none" and poster="URL to the poster image" into the code shown on this page...
    http://www.iwebformusicians.com/Website-Movie-Video/HTML5-Video.html

  • Upgrade from CRM 4.0 Mobile Components to SAP CRM 7.0

    Hi CRM guru's
    I am a SAP BASIS consultant. New to CRM. I have a few queries for which i require help.
    1) Is it possible to upgrade CRM 4.0 Mobile Components to SAP CRM 7.0 platform?
    2) What is the approach used to upgrading a CRM 4.0 Mobile Components to SAP CRM 7.0 platform?
    3) Are there any constraints in upgrading CRM 4.0 Mobile Components to SAP CRM 7.0 platform?
    4) What would be the impact of such upgrade on current applications and processes?
    5) Is it a straight forward technical upgrade or would involve technical tweaking to align it to CRM 7.0 mobile platform?
    6) What would be the Pros and Cons of going for such upgrade?
    Also,
    1 )What is the use of the code migration tool in CRM mobile upgrade, whether it can covert the VB6 to .Net
    2) What effort involved in the migration
    3) Complexity in support pack upgrade from sp6 to sp7 in CRM 4.0 mobile( Please let me know whether the technology changed from VB to .Net in this support pack upgrade). CRM mobile Repository Server can be upgraded from 4.0 to 7.0 directly.

    Hi Sriram,
    Mobile component changed to .Net  in 5.0 so the first upgrade of support packages should not be a problem.  Your only concern will be the rollout of the support package upgrade to the users in the field.
    I don't know much about the upgrade from 4.0 to 7.0 and the complications around the custom code migration from vb to .net.  I imagine this is something you may need to talk to SAP about.
    Depending on the amount of work involved it may be easy to upgrade the CRM system and do a re-implementation of the mobile component.
    Good luck.
    Cheers
    Andrew

  • I made a Photo Book in Lightroom 5.5 converted to jpg and tried to upload to Shutterfly. The only page that I had text added in will not show up in the online Book!!  Thanks For Your Help,  Scott

    I Made a Photo Book in Lightroom 5.5 converted to jpg and tried to upload to Shutterfly. The only page that had text added in will not show up in the online Book!!!  Help,  Scott

    There's a whole lot to read in your post, and frankly I have not read it all.
    Having said that, this troubleshooting guide should help:
    http://support.apple.com/kb/TS1538
    In particular, pay attention to the mobile device support sections near the bottom, assuming you have already done the items above it.

  • DID YOU KNOW?? - ABOUT ADVANCED COMPONENTS IN THE PALETTE??

    <br>
    Hi All,
    DID YOU KNOW??
    The IDE ships with the following Advanced Components in the Palette.
    These advanced components are a set of JavaServer Page markup tags for advanced users. The components have no visual appearance and are useful to developers with experience in JSP and JavaServer Faces technologies.
    * Encoding
    * Faces Action Listener
    * Faces Converter
    * Faces Validator
    * Faces Value Change Listener
    * Faces Verbatim
    * Link
    * Load Bundle
    * Markup
    * Meta
    * Parameter
    * Script
    Lets look at MARKUP component in more detail.
    The MARKUP Component
    You can drag the Markup component Markup component icon from the Palette's Advanced category to the Visual Designer to create a standard HTML tag. The Markup component enables you to insert HTML elements into the JSP page in places that HTML is not permitted.
    When you drop this component on a page in the Visual Designer, you cannot see it on the page until you set the tag property. You can see it in the Outline window and you can select it there to edit its properties in the Properties window.
    Use the tag property to specify the type of HTML element to insert. For instance, to insert an <hr> tag, set the tag property to hr with no angle brackets and select the singleton property .
    To provide compliance with XHTML, if the HTML element you are inserting is a singleton element, you must specify the singleton property, which causes a trailing /> to be generated in the rendered HTML. For example, the <br> element is a singleton element that must be rendered as
    to make it XHTML compliant.
    If you want to specify HTML attributes in addition to id and style for the element you are inserting, use the extraAttributes property.
    Learn more :-
    http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/2update1/components/advanced_list.html
    We would like to know the following from you :-
    1) Are you using these Advanced Components in applications you are building? If so How and Where?
    2) Did you face any challenges while using them?
    3) Did you find any special usages/scenarios for using these components?
    Thanks for all your inputs and for joining in the discussion.
    K
    </br>

    What would you like in the documentation? Do you have specific questions about particular components? Do you want examples? What's missing from the online help at http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/2update1/components/advanced_list.html?

  • DID YOU KNOW?? - ABOUT DATAPROVIDER COMPONENTS IN THE PALETTE??

    Hi All,
    DID YOU KNOW??
    Practically all applications entail accessing data of some sort, often data stored in a relational database table or some sort of list, such as a vector or an array. Usually you need to read in data from the data source, but many times you have to update that data, too. The Sun Java Studio Creator integrated development environment, as another enhancement to its application model, provides data provider components that simplify accessing data sources, regardless of whether the data source is a relational database table, flat file, web service, vector, array, or some other type of data store.
    A data provider component is a nonvisual abstraction for wrapping sources of data, and it represents a more generic and flexible data binding mechanism. A glance at the Palette indicates that there are many different kinds of data providers available to you. These include data providers for cached RowSets, ResultSets, lists, arrays, maps, table rows, and method results.
    These data providers constitute a layer between a web application's components and its persistence tier, such as a database table, Array object, or Enterprise JavaBean object. This layer enables you to access data in a consistent way, even though data may come from different sources.
    Lets briefly discuss the CachedRowSetDataProvider
    The CachedRowSetDataProvider Component
    A CachedRowSetDataProvider is a wrapper to data held in a CachedRowSet. The primary purpose of a CachedRowSetDataProvider is to facilitate binding to components in the IDE. A CachedRowSet stores the data retrieved from a database. In fact, the only information held by the CachedRowSetDataProvider is a cursor position into the CachedRowSet. Multiple CachedRowSetDataProvider instances can reference the same CachedRowSet, and each instance will have its own cursor position into the CachedRowSet.
    Learn more :-
    Working With Data Providers
    http://developers.sun.com/jscreator/learning/tutorials/2/dataproviders.html
    Data Provider Components in Java Studio Creator
    http://developers.sun.com/jscreator/reference/fi/2/data-providers.html
    Using CachedRowSet and CachedRowSetDataProvider in the Sun Java Studio Creator IDE
    http://developers.sun.com/jscreator/reference/techart/2/insert_row_in_table.html
    We would like to know the following from you :-
    1) Which of the DataProviders are you using in applications you are building? Also How and Where?
    2) Did you face any challenges while using them?
    3) Did you find any special usages/scenarios for using these components?
    4) Do you have any feedback/comments/improvements which you would like to see with using Dataproviders?
    Thank you for all your inputs and for joining in the discussion.
    K

    .

  • How to upload chinese word in the R/3 with fileupload element?

    HI, experts,
    I am working with a File Upload Web Dynpro Application. And i am using the File Upload UI Element to upload data to R/3, every thing works fine if i upload the file that content is English word. I have 2 questions :
    (1)But it give me dump. Stat 'A character set conversion is not possible'  if I try to upload the file that content is Chinese word.
    (2) But it give me dump. Stat 'A character set conversion is not possible' if I try to upload a pdf file that content is English word.
    The code is:
    method ONACTIONON_UPLOAD .
    DATA XCONTENT TYPE XSTRING.
    DATA: CONTENT TYPE STRING .
    DATA: MIME_1 TYPE STRING .
    DATA: NAME TYPE STRING .
    DATA:
    ROWS TYPE STANDARD TABLE OF STRING ,
    WA_ROWS(300) TYPE C .
    DATA: CONV TYPE REF TO CL_ABAP_CONV_IN_CE.
    DATA: INPUT TYPE REF TO IF_WD_CONTEXT_NODE.
    INPUT = WD_CONTEXT->GET_CHILD_NODE( 'INPUT' ).
    INPUT->GET_ATTRIBUTE( EXPORTING NAME = 'UPLOAD' IMPORTING VALUE = XCONTENT ).
    INPUT->GET_ATTRIBUTE( EXPORTING NAME = 'FILENAME' IMPORTING VALUE = NAME ).
    INPUT->GET_ATTRIBUTE( EXPORTING NAME = 'MIMETYPE' IMPORTING VALUE = MIME_1 ).
    CONV = CL_ABAP_CONV_IN_CE=>CREATE( INPUT = XCONTENT ).
    CONV->READ( IMPORTING DATA = CONTENT ).
    SPLIT CONTENT AT CL_ABAP_CHAR_UTILITIES=>CR_LF INTO TABLE ROWS .
    LOOP AT ROWS INTO WA_ROWS .
    ENDLOOP.
    endmethod.
    could you please suggest for uploading Chinese word ?
    could you please suggest for uploading English word in the pdf file?
    Thanks
    Mahesh

    Hi, experts,
    It is ok. I changed my code. The chinese word is transfered the R/3 system.
    Thanks.
    Best regards,
    tao

  • SharePoint 2013 Foundation Search - Change the admin components to the new WFE server

    Hi,
    We tried to move the Search Service Application from one server to another server which was newly joined in the Farm.
    In this case,the Search Service in my App server - which was working earlier also did not work. I tried almost all Powershell scripts to stop the service, and i could not make it.
    Please let me know, how to stop the search service in both servers and to run only in the new server that i have joined.
    Also, we need to move all Search Admin components to the new server, and from then Search Index should work only in the new server and not the old one.
    Kindly let me know the possibility how can this be achieved. 
    Thanks in Advance!

    Hi Karthikanandh,
    If you want to stop the Search service in both servers and only run in the new server, then you can stop the service in Central Administration in both the two servers and start the service in new server.
    Please go to Central Administration > System Settings > Manage service on server > change the server to the one that you need to stop the search service and then stop the search service.
    To move the search admin component to another server, then you need to clone the active Search topology and move that component, and then then activate the topology and move the remaining components.
    http://sharepoint.rackspace.com/sharepoint-2013-search-administration-tutorial
    http://blogs.technet.com/b/pfelatam/archive/2013/05/10/create-a-search-topology-in-sharepoint-2013.aspx
    http://technet.microsoft.com/en-us/library/jj862354.aspx#Search_Comp_Clone
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for