Setting sceuser.properties in Mobile Sales 4.0

I am trying to make changes to the configuration screens in Mobile Sales 4.0 using the sceuser.properties file.  I have also tried to make changes via the Attributes menu items, SCE-UI, SCESystem, and StdUi.1.  Is there any documentation that will tell me what entries and settings are possible in the sceuser.properties file? 
Thanks
Clyde

Thank you Kajal and Kai.
I forgot to mention that I already know that the .Net Framework 1.1 is a prerequisite. I only want to know if I could have any problems on PCs on which both Framework 1.1 and Framework 2.0 are installed (as Microsoft designed them to be installed side by side), so I asked SAP directly. This is the answer I’ve got:
<i>The .Net Framework would be required for the installation of MSA as per the installation guide. However once this has been done it would be possible to install .Net Framework 2.0. As it is possible to have 2 different versions of the .Net Framework running on the same PC.</i>
So, after the installation of MSA, the Framework 2.0 can be installed and (as Kay points out), to avoid irregular behaviours with ConnTrans, the Note 970254 – “Send and import fail during ConnTrans synchronization” must be applied.

Similar Messages

  • How to set CORS properties for BLOB Storage using node?

    Hi - I just got started with Azure using a Node-based web site and mobile services.
    I am following various documentation in order to provide an API for users to upload images via a time-restricted SAS for the BLOB Storage.
    In order to upload my image, I need to set the CORS configuration for the BLOB Storage. Unfortunately this cannot be done via the management portal.
    I'm unclear as to how to accomplish this. I'm considering using the startup.js file in my mobile service to make a post request to the BLOB Storage REST API:
    http://msdn.microsoft.com/en-us/library/windowsazure/hh452235.aspx
    Are there appropriate methods in the Node SDK to make this easier, especially the signing part?
    What is the recommended way for setting CORS properties for the BLOB Storage via Node?
    Thanks for your help
    Stefan

    Unfortunately Node SDK does not support CORS functionality yet. Your option would be to write code which consumes the REST API for setting CORS. Not sure if it helps but there's a free tool out there written by my company which you can use to set CORS
    on your storage account. More information about this tool can be found here:
    http://blog.cynapta.com/2013/12/cynapta-azure-cors-helper-free-tool-to-manage-cors-rules-for-windows-azure-blob-storage/
    Hope this helps.

  • Error while accessing application of Mobile Sales for Handhelds

    Hi all,
       I am working with Mobile Sales for Handhelds. I downloaded a source code for "Mobile Sales & Service for HH using CRM 4.0 SP08" from SAP note 824427. After creating a WAR file out of this code and assigning it to the user through web console successfully, I synchronized. But when I tried to access the application by the link, I get a Included servlet error. The stack trace is as follows :
    Included servlet error: 500
    Location: /CRMHHSALES/start
    Error Location: /CRMHHSALES/main/BaseMenu.jsp
    Internal Servlet Error:
    org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
    C:\Program Files\SAP Mobile Infrastructure\work\localhost_8080%2FCRMHHSALES\_0002fsystem_0002fError_0002ejspError_jsp_0.java:15: Class com.sap.crm.handheld.logic.gui.Skin not found in import.
    import com.sap.crm.handheld.logic.gui.Skin;
           ^
    C:\Program Files\SAP Mobile Infrastructure\work\localhost_8080%2FCRMHHSALES\_0002fsystem_0002fError_0002ejspError_jsp_0.java:16: Class com.sap.crm.handheld.core.utils.EncodingHelper not found in import.
    import com.sap.crm.handheld.core.utils.EncodingHelper;
           ^
    C:\Program Files\SAP Mobile Infrastructure\work\localhost_8080%2FCRMHHSALES\_0002fsystem_0002fError_0002ejspError_jsp_0.java:17: Class com.sap.crm.handheld.logic.gui.Skin not found in import.
    import com.sap.crm.handheld.logic.gui.Skin;
           ^
    3 errors, 1 warning
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
         at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:612)
         at org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:146)
         at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:542)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:258)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:268)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.facade.RequestDispatcherImpl.doInclude(RequestDispatcherImpl.java:400)
         at org.apache.tomcat.facade.RequestDispatcherImpl.include(RequestDispatcherImpl.java:270)
         at com.sap.crm.handheld.core.webtools.ControllerServlet.displayPage(Unknown Source)
         at com.sap.crm.handheld.core.webtools.ControllerServlet.saveStateAndDisplayPage(Unknown Source)
         at com.sap.crm.handheld.core.webtools.ControllerServlet.handleRequest(Unknown Source)
         at com.sap.crm.handheld.core.webtools.ControllerServlet.handleRequestWrapper(Unknown Source)
         at com.sap.crm.handheld.core.webtools.ControllerServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:402)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Thread.java:534)
    Can anybody help me in this issue?
    Thanks in advance.
                     Saptak.

    Hi Saptak Kulkarni ,
    <<<
    org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
    C:\Program Files\SAP Mobile Infrastructure\work\localhost_8080%2FCRMHHSALES\_0002fsystem_0002fError_0002ejspError_jsp_0.java:15: Class com.sap.crm.handheld.logic.gui.Skin not found in import.
    import com.sap.crm.handheld.logic.gui.Skin;
    ^
    C:\Program Files\SAP Mobile Infrastructure\work\localhost_8080%2FCRMHHSALES\_0002fsystem_0002fError_0002ejspError_jsp_0.java:16: Class com.sap.crm.handheld.core.utils.EncodingHelper not found in import.
    import com.sap.crm.handheld.core.utils.EncodingHelper;
    ^
    C:\Program Files\SAP Mobile Infrastructure\work\localhost_8080%2FCRMHHSALES\_0002fsystem_0002fError_0002ejspError_jsp_0.java:17: Class com.sap.crm.handheld.logic.gui.Skin not found in import.
    import com.sap.crm.handheld.logic.gui.Skin;
    ^
    >>>
    Check whether u have imported these classes or not,,
    import com.sap.crm.handheld.logic.gui.Skin;
    import com.sap.crm.handheld.core.utils.EncodingHelper;
    import com.sap.crm.handheld.logic.gui.Skin;
    these classes in your JSP file during modification ..
    i think u have used these all external classes in your JSP files without importing these classes...
    If u have imported these class files , then check , u have properly set path for these library (jar files) in the MI client itself.
    <b>If ur MI applications are using some extra jar files , then in the client device , that jar files must present in the lib directory of MI installation</b>.
    <b> These jar files must be set in the classpath while  starting the  MI client...</b>
    just refer this forum for setting classpaths in the client device for additional jar files ...
    Re: External API in MI application
    Regards
    Kishor Gopinathan

  • CRM Mobile Sales Application : HTTP Communication Failure ERROR

    Hi All,
    I am trying to build a CRM mobile application in the Windows mobile.
    the steps that we have followed are:
    1. Activated and generated the Standard CRM mobile software component MAS_SMARTPHONE_DMSCV
    2. Created the same Users in the CRM and DOE system
    3. Set up windows mobile simulator
    4. Created data in the CRM backend and performed initial download in the DOE.
    5. activated the distribution model rules in the Admin and monitoring portal
    6. and finally installed CRM mobile sales App in the Windows mobile,connected it to a device,and logged in to the CRM app from the simulator using the user and password created in step 2.
    A device is created on the Admin & monitorng portal as soon as we sync from the simulator but we are unable to see any data
    in the outbound queue.
    In the transaction SMQ2 we have found our device queue with an error saying *exception occured due to HTTP communication
    failure*
    Debuggin the queue we are able to find an error under the class CL_DOE_ESDMA_SOAP_HANDLER in the method
    PUSH_TO_DEVICE.
    As we are on new grounds we are not able to assess the problem. Does it have anything to do with ports.
    We are able to get see all the messages and the data while debuggin but while pushing it to the device there is a glitch.
    Please suggest with any solution to this or what might be the

    Hi Siva,
    Thank you for your reply.
    We have checked the ports that is concerning SUP it is 2000 we find it is active and open.
    We have also checked a  subscription monitoring table as suggested in a previous post [/community [original link is broken]
    threadID=1978692].
    we are getting a HTTP 110 error while debugging the queue of the device.
    While checking a monitoring we have found a log saying :
    Receive failed: client host = 10.116.158.208: com.sybase.djc.SystemException: HTTP: Post Message - HIOP Version not specified\nProbable cause: unexpected failure or abnormal shutdown of client application or client host
    Please suggest to  us what might might be the problem.
    Thanks,
    Krutheeka.

  • Error while opening Mobile Sales

    Hi  all
    I have developed one application in MAS. Before Generating i tick make dll both UI and Businsslogic then generate.  After that i open Mobile sales application "Starting Mobilesalesfailed". Context - UI_CORE_APPL_LAUNCH_FAILED_STA. Starting Mobile Sales Failed. Error
    how can i solve this issue.

    HI Niranjan
    I tried it. Everything is ok
    but,
    see after change properties for shortcut file, then i executed shortcut one small window (Analysse) came. In that
    1. AuthadminTool(Amt)  - its working fine
    2. MobileSales(MSA)     - Not working ie.can't logon - Record No. 3
    3. MobileSystem(MSY)  - Not working ie.can't logon - Record No. 3
    4. MobileSales(LEA)      - Not working ie.can't logon (Which one i mentioned in
                                          (User Interface - > Run File name) Record No. 2
    Last 3 applications  same error occured.

  • Work with Latin2 in CRM and Mobile Sales

    Hi all,
    I have the following question: we have a CRM implementation (non Unicode, English language), connected to a non-unicode R/3 system but with MDMP and languages activated, and also a Mobile Sales implementation. The Mobile users do the logon in English language, but they would like to work with Latin2 Customer data (Czech, Russian, etc). Is this possibile given the present configuration of R/3 and CRM? If yes, what must be done in our Mobile Sales computers? I know that the SQL database must be changed, but is there anything else to change?
    Thanks all!
    Judit.

    Hello Judit,
    I had similar problems, but we have unicode-systems in r3 and crm.
    I implemented sql-database on msa with collation settings
    'dictionary order, case-insensitive, for use with the 1250 (central european) character set'.
    In crm you'll have to set codepage to 1404 in admin console- site-attribute.
    Then test it.
    Best regards
    Gerd

  • How can we add the Marketing Atttributes value in Mobile Sales

    Dear Sir,
    I just test Mobile Sales 4 , however, try to change the value in Marketing Attribute for Business Partner and COntact Person, but I can't. Is it only set the value of marketing attribute in CRM , not Mobile sales?
    Thanks and best regards,
    VImol

    Hi,
         Using the set method in this scenario is not reliable. The set methods are triggered only for displayed items, whereas you need to change the value for, I presume, all the items. In the code where you change the header field value, write the code to change values for items as well. The approach will differ depending on whether you are using the BOL method or directly call the maintain APIs.
    Regards,
    Arun Prakash

  • New Forum for Mobile Sales

    Hi There,
    I have just been involved in a European implementation of SAP CRM 4.0 with a rollout of the Mobile Sales Application to 250 laptops.
    As this falls outside 'NetWeaver' at the moment I found that we were breaking new ground in terms of some of the problems we faced. It would have been very useful to have a forum to share the mobile sales experience and to see if other customers were facing the same difficluties.
    Is it possible to set up a new forum to deal with this? I have a lot of experience that can be shared especially related to the data rollout within a short space of time using the Rollout Manager.
    Regards,
    Graham

    Hi Graham
    Although they may still read here, <b>"SDN Content Suggestion forum"</b>, /community [original link is broken] , will be more suitable to make this request since the moderators expect this kind of requests there.
    Kind regards...
    *--Serdar

  • Sybase Mobile Sales for Window Mobile

    Mateus,
    antes de ir pra perguntas, só pra alinhar.
    A SAP está com 2 diferentes estrategias para Mobile:
    1) para microapps, backends apenas baseado em stack ABAP e empresas com plataforma móvel única, a recomendacao é o Gateway como plataforma de integracao mobile
    2) para aplicacoes mission critical (incluindo processamento offline), baseado em multiplos backends (SAP, DBs, web services etc) e/ou com multiplos devices móveis, a recomendacao é utilizar um MEAP (mobile enterprise application platform), e o MEAP da SAP é o SUP (Sybase Unwired Platform).
    Nesse contexto, vamos às perguntas.
    1. O que é o AFARIA ?
    O Afaria é uma solucao que faz parte da suite de Mobile da Sybase, juntamente com o SUP, Mobile Workflow & Mobile CRM, que foca no cenário de MDM (Mobile Device Management). Ela te permite ter uma gestão centralizada de todos os devices da empresa, controlando permissoes de acesso (usuario/perfil), bloquear/liberar funcionalidades (camera, email etc), install/update/remove de apps, remote wipe, remote lock, tudo remotamente, On-the-Air (OTA).
    2. O que é o SUP ?
    Como falado acima, o Sybase Unwired Platform (SUP) é o MEAP (mobile enterprise application platform) da SAP, ou seja, plataforma de desenvolvimento de aplicacoes móveis. Um MEAP é recomendando principalmente no caso de aplicacoes mais críticas e em cenarios heterogeneos em termos de fontes de dados (data sources) e plataformas móveis.
    3. Como instalar o ambiente de desenvolvimento ?
    Se vc for parceiro oficial SAP, vc pode receber as mídias para ambientes de desenvolvimento como faz para qualquer outro produto. Sei ainda que a Sybase oferece(ia) via site próprio um trial de 30 dias, mas não sei se ainda está disponível.
    4. Qual a linguagem utilizada ?
    No SUP vc desenvolve em Java, em Eclipse (além da linguagem de cada SDK, no caso de WinMo, .NET no Visual Studio).
    No Gateway, é ABAP* + linguagem da SDK movel.
    Mas em ambos os casos, existem aceleradores que te permitem criar apps "draft" sem nenhuma linha de código, só com cliques de mouse (wizards no Eclipse/Visual Studio/Xcode).
    se for só pra disponibilizar no mobile uma RFC/Transacao existente, dá pra fazer só com config, sem código.
    5. O que eu preciso fazer pra saber criar um u201Chello worldu201D ?
    Os treinamentos. Ou se virar batendo cabeça. :P
    No caso do SUP, há o treinamento SUP511 que a SAP Education já oferece (antes era oferecido diretamente pela Sybase).
    No caso do Gateway, ainda não há treinamento oficial, mas para parceiros há o Gateway Hands-on sessions by COIL, que introduzi no blog que vc linkou acima.
    6. Quais os cursos disponíveis no mercado ?
    Como falado, SUP511 p/ desenvolvimento em SUP.
    Ouvi falar tb de SUP611 para afaria, mas nao sei dizer se a SAP Education já está oferecendo.
    7. Como integra com o SAP ?
    O SUP pode integrar de 2 maneiras:
    - lendo um data source SAP diretamente (há um "adapador" RFC no SUP, baseado em JCo); nesse caso, o staging é feito no SUP;
    - usando o DOE (Data Orchestration Engine), componente do NetWeaver Mobile Infrastructure, como staging entre o mobile device e o backend SAP. Nesse caso, no SUP, é usado o DOE conector. É essa estratégia que as aplicacoes "standard" da SAP (por enquanto, Mobile Workflow & Mobile Sales/CRM) usam, mas não dá pra afirmar com 100% de ctz que essa vai ser a arquitetura "oficial" - mais informacoes devem sair no Sapphire.
    8. Uso somente para o SAP ?
    O Gateway sim, é focado em backends ABAP.
    Já o SUP nao, vc pode usar para integrar quaisquer plataformas compativeis com padroes abertos como JDBC, SOAP & REST.
    Espero ter ajudado.
    Abs,
    Henrique.

    Dear siva,
    Thanks for your replay.
    which then can be moved to the devices via OTA or BES
    I thought of that BES means BlackBerry Enterprise Server.
    BES  is manadatroy to work with SUP?
    Can you pleas elaborate, what it means OTA ?
    Regards
    lakshman balanagu.
    Edited by: lakshman balanagu on Mar 21, 2011 2:20 PM
    Edited by: lakshman balanagu on Mar 21, 2011 4:27 PM

  • Crystal Report Error - Mobile Sales - 4.0 SP 12

    Some of the users are getting the following error message while trying to open the Crystal Reports from Mobile Sales.
    "This program is used to host and to initialize the UF F has encountered a problem and needs to close. We are sorry for the inconvenience."
    Can you please let me know where can I find any update about these issues?
    Has anyone ever come across this type of error?
    Thanks in advance.
    Regards,
    Pijush

    Hi Pijush,
    Can you ensure that the following Dlls in the machine are registered:
    1. Register all the Dlls and ocx files available in
       <<Installation directory>>\Sap\Mobile\bin directory.
    2. Register the dlls and ocx files available in
       <<Installation directory>>\Sap\Mobile\3rd_party directory.
    3. Register the sfabol.dll and msa.dll. It will be available under
       <<Installation directory>>\Sap\Mobile (or in the sub-directories
       based on how settings are at your end.
       But before doing the same, please ensure that you unregister the other Dll first.
    As you are aware, the starting application is UFContainer.exe. The same
    requires the following Dlls/OCX to be registered:
    1. sfabof.dll
    2. scrrun.dll in C:\winnt\system32 directory
    3. ErrComp.dll
    4. UFCore.dll (based on the IE Version)
    5. ACTBAR.OCX
    6. MSCOMCT2.OCX
    7. comdlg32.ocx
    8. SSLSTBAR.ocx
    9. MSCOMCTL.ocx
    Can you please ensure that the above are indeed registered in your case
    Some of the above exists in C:\winnt\system32 directory.
    If the problem remains it may be because of the IE version you use. Do you use IE7? iIf so did you face the same problems with IE 6 also?
    Regards,
    Gervase

  • SAP Mobile Sales 2.0 delta load issue for Sales Orders

    Hello,
    we have used Mobile Sales 2.0 with a Windows app for a while now. Our current issue is that sales reps won't see any historical sales order data on their devices.
    Background
    Due customer requirements, we need to make small changes to customer master data attributes and reload all customers from ERP to CRM. Then we ran delta loads (MAS_PARTNER followed by all other objects) to DOE, in which virtually all 5000+ customer accounts were compared. The delta load ran for about 3 days (some performance bottleneck we haven't located yet).
    During the delta load, data on devices was inconsistent. Accounts were missing and all transaction data disappeared. After the delta loads, all accounts and contacts are OK, save for a few. Data from activities (appointments, tasks) have reappeared, as they should. Only sales orders won't reappear. The sales orders exist in the backend and belong to active accounts and sales reps.
    Settings and troubleshooting so far
    We don't have any limitations for sales orders in CRM Sales Mobile configuration.
    We've run delta loads for all objects in transaction SDOE_LOAD.
    MAS_CUSTOMIZATION etc seem fine.
    We've re-run initial load for sales orders from CRM.
    In the test system, we've even reinitialized the whole CDS database on DOE and on the devices, then re-ran the loads.
    Checked steps suggested in discussion
    SAP CRM 2.0 initial load issue
    Historical sales orders (those created before the master data reload) exist in the backend, but don't show up on the device.
    If I change one of those historical sales orders in the backend, it gets sent to the device.
    If I create a new sales order in the backend or on the device, it is saved and replicated just fine.
    To sum it up, it seems DOE is unable to identify the sales orders relevant for replication.

    First Doubt i got clarify by my self as we can go with Unwired Runtime option .
    But i still have doubt in :
    2. How can i Modifying the Main Menu for iOS.
    i am able to customize the same for windows using files SybaseCRM.Configuration.xml file.
    Same how can i do for iphone/ipad.

  • Starting AMT FailedI am facing the same issue while opening AMT/Mobile Sale

    Hi All,
    I am facing a issue while opening AMT/Mobile Sales Appl/System Maintenance. I am getting the error saying 'UI_CORE_APPL_LAUNCH_FAILED_STA'. Could anyone out there  please tell me how to resolve this issue?
    I checked the UID and PWD under HKEY_LOCAL_MACHINE\SOFWARE\SAP\MSA\MW\secutiry for IDES DB and they are consistent with the ODBC parameters for IDES.
    Much appreciated,
    Karuna.

    Hi All,
    my issue is resolved. The problem with my issue was the missing entry in the table SMO_AUTH_SYS. I found the note 687679 and ran the report according to it. With that table SMO_AUTH_SYS was populated with the record. Later i was able to connect to AMT and gave the standard role SAP_AMT_USER and since then i am able to log into MSAA application and also MSY application
    My issue is resolved. Thanks for everyone who tried to help me out.
    Thanks,
    Karuna.

  • Error while generating the Business Object in Mobile Sales

    Hi,
    I made changes to the Business Object BOCAPGEN.
    Now I am trying to generate the business object but it is giving out the error saying
    Error intializing RT Generator !.RT Generator Failed for ".Error arsrep.dat is in use so Generation cannot be done
    I am not a MSA Developer and have no clue regarding MAS(Mobile Application Studio)
    So any one can please give me a clue regarding the issue
    I have solved it by closng all other application other than client console
    Thanks Guys
    Message was edited by: zack taylor

    Hi !
    1 year later, I am facing the same problem.
    I want to build MSA 4.0 SP8, everything runs fines until the end of the generation of the Tiles, the next step fails :
    Error intializing RT Generator !.RT Generator Failed for ".Error arsrep.dat is in use so Generation cannot be done
    Then around 10 thousands of error messages of that kind follow in the output window ; howeverin the end it says "Generation End" without telling whether it was successful or not (the first time the output window was too small, I thought all was OK )
    Anyways, the Mobile Sales icon appeared on the desktop and when I try to launch it I get the error "Starting MobileSalesfailed".
    During another attempt, I check with "Unlocker" the 2 arsrep.dat files I found under the BOL directory, it reported that none was used and locked at that moment.
    Also I killed the vbagen.exe process before starting the build, but it was automatically launched after. (first build was launched after a reboot, the 2nd after the 1st failed + vbagen.exe process killed)
    Does anyone have any clue ?
    Another question is : what are the rights required ? I am a local administrator but I do not have full admin rights (the only thing I saw at the moment is I cannot access to Add/Delete Programs in the Control Panel)
    Thanks & Regards,
    François
    -edit-
    thanks to the one who moved it to the right forum
    Message was edited by:
            Francois Feugier

  • Error message while closing mobile sales on a vpn-connected notebook

    Hi!
    We're working with Mobile Sales 4.0 on laptops with WinXP ...
    When our field service stay connect via vpn with the central server sometimes it happens that an error-message pop up if Mobile Sales shall be closed. The text is "this program is used to host and to initialize the UF F found a problem ...". What does this text mean? What is "UF"? Why raises this error?
    Thanks a lot in advance for your help!
    Best regards,
    Ingo

    Hi Paul!
    Sorry. No note. It was a ...
    0000000012  Individual solution without a specific SAP Note.
    If you need the zip (1.6 mb) please call me at
    ISchmoekel [at] nordIT [dot] de
    Best regards,
    Ingo
    Here's the complete text from sap:
    Dear Ingo,
    Can you please ensure that the following Dlls in the machine are
    registered:
    1. Register all the Dlls and ocx files available in
    <<Installation directory>>\Sap\Mobile\bin directory.
    2. Register the dlls and ocx files available in
    <<Installation directory>>\Sap\Mobile\3rd_party directory.
    3. Register the sfabol.dll and msa.dll. It will be available under
    <<Installation directory>>\Sap\Mobile (or in the sub-directories
    based on how settings are at your end.
    But before doing the same, please ensure that you
    unregister the other Dll first.
    As you are aware, the starting application is UFContainer.exe. The same
    requires the following Dlls/OCX to be registered:
    1. sfabof.dll
    2. scrrun.dll in C:\winnt\system32 directory
    3. ErrComp.dll
    4. UFCore.dll (based on the IE Version)
    5. ACTBAR.OCX
    6. MSCOMCT2.OCX
    7. comdlg32.ocx
    8. SSLSTBAR.ocx
    9. MSCOMCTL.ocx
    Can you please ensure that the above are indeed registered in your case
    Some of the above exists in C:\winnt\system32 directory.
    Please test again, after you did the above!
    If this could not help you, pls try the following:
    This solution will only work with laptops/Tablet PC running IE6.0
    Please check the IE version before trying to apply these changes
    Here are the steps necessary to carry out the changes:
    1. Download the zip file attached with the OSS and copy it into a
    temporary folder Eg. C:\ForDelete
    2. Unzip the contents in the same folder.
    3. Locate the installed bin path of the Mobile application. Usually it
    will be C:\Program File\SAP\Mobile\bin
    This folder will have lots of dlls.
    4. Copy
    UnregisterUIF.bat
    RegisterUIF.bat
    in
    C:\Program File\SAP\Mobile\bin and in
    C:\Program File\SAP\Mobile\bin\IE60
    run UnregisterUIF.bat from both the folders
    5. Copy the following files
    UFStorage.dll
    UFIContainer.dll
    UFIControls.dll
    C:\Program File\SAP\Mobile\bin and in
    C:\Program File\SAP\Mobile\bin\IE60
    run UnregisterUIF.bat from both the folders
    5. Copy the following files
    UFStorage.dll
    UFIContainer.dll
    UFIControls.dll
    UFICoreInt.dll
    UFIPlugins.dll
    UFITypes.dll
    MobileClient.exe
    UFTools.exe
    into the folder C:\Program File\SAP\Mobile\bin\
    Run RegisterUIF.bat
    6. Copy the following files
    UFCoreIE60.dll
    UFControlsIE60.ocx
    UFFrontendIE60.dll
    into the folder C:\Program File\SAP\Mobile\bin\IE60
    Run RegisterUIF.bat
    7. Start the mobile client and verify if the crash at that scenario
    is fixed.
    8. If everything works fine delete the Temp folder with the Zip file.

  • Mobile Sales - Error while Saving Sales Order

    Hi,
    When I try to create and save a sales order in the Mobile Sales, the error message UI_CONT_STATUSBAR_ICON_TT is displayed, blocking the saving process and the new order is not saved.
    I tried to debug the SAP Mobile Application Studio(Visual Basic) side and I didn`t find any error there.
    Does anyone knows what could be happening?
    Thanks for any help.
    Regards,
    Andrew

    I reinstaled the Mobile studio and then it worked.

Maybe you are looking for

  • Already 2 internal Hard Drives have crashed - WHY???????

    I got my MacBook in early June 2006 and just super. Then on 12 April 2007, the Fujitsu 120 gb internal HD crashed-- just like that. OK with SuperDuper! I only lost 3 days of data-- i.e. 15+ years saved. I installed a 160 gb Hitachi SATA 5400 HD and t

  • Turning Tables in ABAP for ALV Display

    Dear all, I am running in a (for me) tricky problem: I read any table definitions from the dictionary with function "DDIF_TABL_GET". In the next step I want to build a ALV Grid that displays some of the read data but not in rows but in lines. Ok how

  • Extra Space After Size Change, Help!

    I am trying to create a document in Flash, and I had to resize the dimensions of my document from 1920x1280 to 1920x1080. I have reworked all of my elements to fit into this new document size. However, when I preview and export the video, I have extr

  • No page display icons/can't change page display

    Just installed Digital Editions on a MacBook Pro; there are no page display icons to change the view (to side-by-side pages, or one, etc) and the keyboard shortcuts don't work either.  Any thoughts?

  • How to run all Concurrent Requests in a single node in a multi node env

    DB;11.1.0.7 Oracle Apps:12.1.1 OS:Linux 86x64 Red Hat PCP setting is enabled. Load Balancer is enabled. APPLDCP=ON Could anyone please share - How to run all Concurrent Requests in a single node in a multi node env where there are 3 web tier nodes? T