Deploying software applications

We are being told that to deploy a custom application we need to use a tool such as Tivoli.  Is this true for 7.0 and not 7.1? ; We are currently going to go ramp-up on 7.1.  I thought you would create a software package upload it to the DOE and then deploy it via the NWA.  Is this incorrect?
Is Tivoli needed in either scenario?  We were told that Tivoli is needed to roll out the application to the mobile barcode/RFID devices (we are using an occasionally connected scenario).

Hi Thomas,
this is correct, but you can put these files on to a CF card, make this card AUTOSTART and so whenever you insert htis card into a device, it will automatically start the two files (MI and CREME) and install them.
And if you have to do that for always the same landscape, build your own CAB file for MI and have all the properties already included.
This at the end will give you an easy instalation process.
More simple: yes, then you need an external tool I think - but do you have SMS server already for the internal PCs? Then you can use this as well for PDAs and install Creme and MI with that.
Hope that helps!
Regards,
Oliver

Similar Messages

  • Software Center Application Uninstallation Button Greyed Out and Deploying an Application with Uninstall switch Fails

    Hi,
    I tried everything I could find on the internet but no luck so far. I can successfully deploy MS Visio 2013 to the clients. I also want to be able to uninstall it from the clients. On the client machine Uninstall button is greyed out. This deployment is
    installed as "Available" and there is only one deployment type within that MS Visio 2013 Application.
    I tried the following uninstall commands in my deployment:
    setup.exe /uninstall
    setup.exe /uninstall
    VisPro
    /config .\vispro.ww\uninstallvisio.xml
    “\\SRVSCCM2012\Sources\MSApplications\MSVisioPro_2013_64Bit_ENG\setup.exe” /uninstall VisPro /config "\\SRVSCCM2012\Sources\MSApplications\MSVisioPro_2013_64Bit_ENG\vispro.ww\uninstallvisio.xml"
    \\SRVSCCM2012\Sources\MSApplications\MSVisioPro_2013_64Bit_ENG\setup.exe /uninstall VisPro /config \\SRVSCCM2012\Sources\MSApplications\MSVisioPro_2013_64Bit_ENG\vispro.ww\uninstallvisio.xml
    I checked Product ID from Setup.xml and I know it is correct. My uninstallvisio.xml' content is below:
    <Configuration Product="VisPro">
    <Display Level="basic" CompletionNotice="yes" SuppressModal="yes" AcceptEula="yes" />
    <Setting Id="SETUP_REBOOT" Value="Never" />
    </Configuration>
    Last night, I downloaded and installed Cumulative Update 1 for SCCM 2012 R2 and I haven't tried the deployment after the update,yet. I will try it today but please let me know what else to check.
    Yavuz Selim Atmaca

    After I updated SCCM Server and test client pc with CU1 , I tried to deploy visio as Required. It installed successfully. Then I uninstalled visio by deploying the application with Uninstall Action.
    After that I tried to deploy visio as "Available" to see if Software Center Uninstall button works. However visio deployment does not come to Software Center's Available Applications List. I check the status of the deployment under the Deployments monitoring
    node and it says Success "Already Compliant". I dont know what it means. Does config manager thinks that visio already installed?
    Yavuz Selim Atmaca
    2 or 3 hours later that -Succes "Already Compliant"- status of the deployment under the Deployments monitoring node is vanished automatically and Software Center application list showed the new deployment. I installed it and  uninstalled it succesfully.
    So, you are right Solution is the CU1 but I am still wondering why my available deployment took so time to be visible in Software Center althought I didn't enter any schedule to be available.
    Yavuz Selim Atmaca

  • Additional software manages deployment of applications

    I'd like to utilize "Additional software manages deployment of applications"  option in Client Settings (using SCCM 2012 R2).
    Need to write a SDK to manually kick off the deployment for certain collections with a 24/7 business hour and zero maintenance window.
    Anyone has ideas or if a class is available to do this?  I need the ability to start the deployment on individual machine one by one and not entire collection.

    Hi, katiedonut.
    If your intent is to immediately start a deployment then the 3rd party deployment facility activated by that setting may not be appropriate as it is basically an entire replacement of the whole Application/Updates facility within the client.
    That seems a bit heavyweight for what you're trying to do.
    You may be better served by having a scheduled task or listener service that runs on the client that can invoke the installation methods in the root\ccm\clientsdk classes (these are also what Software Center uses) if you have a time sensitive need to
    run something right away.
    If you do need to go the native 3rd party client route that the "Additional software" setting enables you'll need to work with an account manager or CSS as we don't publish this on MSDN.
    Let me know if you have any more questions.
    Check out my Configuration Manager blog at http://aka.ms/ameltzer

  • Deploy software packages and applications (roles) to rolebased assets

    Hi everybody,
    I'm new to SCCM and I need some advice about how to deploy software suites (fixed lists of software packages and applications) automatically to our rolebased assets. Rolebased assets are assets that have predefined software suites or 'roles'. Combinations
    of several roles on a single machine are possible. We currently use Altiris NS for our software deployments. The system I have there is as follows.
    - regkey on the local machine defining the role(s) for that asset (values are streamed from our CMDB into the local registry) 
    - dynamic collection for each role based on the value in the regkey
    - task assigned to the collection to install the role(s) (a fixed list of packages and applications)
    - as stated several roles can be assigned to a single asset
    For the deployment of several roles to the same machine we use a in house built solution called Sequence Installer (SQI). SQI keeps track of which role it is installing and will put other roles in a queue. It also has retry and reset functionalities.
    In case of failure it will automatically retry from the failed step. We can also manually restart the SQI from the start or from the failed step.
    We are planning to migrate towards SCCM 2012 R2 and the purpose is to do as much as possible out-of-the-box. Meaning SQI should become obsolete and replaced by SCCM built-in functionality.
    For SCCM, I'm thinking to do it like this: use the regkey to populate a collection for each role and work with a task sequence for the role installation. I'm sure that will work, but perhaps there are far better and simpler ways to do this in SCCM? Furthermore,
    I'm afraid SCCM will not be as flexible as SQI when it comes to automatically retrying and/or resuming the installation sequence in case of failure (failures caused by something that doesn't need manual intervention of course, like source corruption,
    non-blocking failures, et cetera).
    Another way of doing it could be UDA, create a functional user representing each role and assign software to the user. Then link the assets needing a role as primary devices to the user representing the role and pre-deploy the software (in an OSD scenario).
    But again, also in this scenario I need the capability to automatically restart and retry failures.
    It would be great if I could get some other opinions on the subject, thanks guys!
    Kind regards,
    Chris

    nope, I did not start actual testing of the scenario, and this for several reasons (I'm sure TimDK understands what I'm talking about :-))
    - I work at a financial institution where things tend to go very slow (understatement of the year...)
    - I have a lab environment but no rights to create AD stuff for example, I have to officialy request these things and that takes time...
    - lab environment testing is very high-level (wake-on-lan, 1E nomad testing, et cetera), we'll promote in the near future to our test and development environment where more in-depth testing can be performed
    In short, I'm thinking about the concept(s) that can be used, actual testing and playing with it will be for later... I thank everybody for the tips, my goal is to get some thoughts and insights from the experts, one can only learn... I will feedback later
    about the what and how and which solution will actually gets implemented.
    Regards,
    Chris 

  • Error while deploying Webdynpro Application in CE 7.1.1

    Hi,
    Im developing Webdynpro DC application in CE 7.1.1. ( Composite Environment 7.1 Enhancement Pack 1)  While deploying the application im getting error saying ,
    Error: "Application error occurred during the request processing."
      Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/jsts/home
    Details: com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'demo.sap.com/firstdc' is not deployed on the server. Please check the used URL for typos.
    +     at com.sap.tc.webdynpro.clientserver.task.Task.getDeployableObject(Task.java:364)+
    +     at com.sap.tc.webdynpro.clientserver.session.RequestManager.initApplicationDeployableObjectPart(RequestManager.java:566)+
    +     at com.sap.tc.webdynpro.clientserver.session.RequestManager.initTask(RequestManager.java:504)+
    +     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doInitWdEnvironment(RequestManager.java:169)+
    +     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:230)+
    +     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:202)+
    +     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)+
    +     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:127)+
    +     at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:95)+
    +     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)+
    +     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)+
    +     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)+
    +     at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)+
    +     at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)+
    +     at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)+
    +     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)+
    +     at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)+
    +     at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)+
    +     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)+
    +     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:291)+
    +     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)+
    +     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)+
    +     at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)+
    +     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)+
    +     at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)+
    +     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)+
    +     at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:240)+
    +     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)+
    +     at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)+
    +     at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)+
    +     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)+
    +     at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)+
    +     at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)+
    +     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)+
    +     at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)+
    +     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)+
    +     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)+
    +     at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)+
    +     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)+
    +     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)+
    +     at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)+
    +     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)+
    +     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)+
    +     at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)+
    +     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)+
    +     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)+
    +     at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:425)+
    +     at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:250)+
    +     at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)+
    +     at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)+
    +     at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)+
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create deployable object 'demo.sap.com/firstdc' since it is not a Web Dynpro object.
    +     at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.getDeployableObject(DeployableObjectFactory.java:87)+
    +     at com.sap.tc.webdynpro.services.sal.deployment.core.DeployableObjectInternal.getDeployableObjectInternal(DeployableObjectInternal.java:37)+
    +     at com.sap.tc.webdynpro.clientserver.task.Task.getDeployableObject(Task.java:362)+
    +     ... 50 more+
    Caused by: com.sap.tc.webdynpro.spi.WebDynproRuntimeException: No Web Dynpro application (deployable object) with name demo.sap.com/firstdc exists.
    +     at com.sap.engine.services.webdynpro.WebDynproRuntimeServiceImpl.getDeployableObject(WebDynproRuntimeServiceImpl.java:264)+
    +     at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.getDeployableObject(DeployableObjectFactory.java:85)+
    +     ... 52 more+
    Pls provide me the solution.
    thanks in advance,
    raji

    Hi Veera/Abhi
    I have installed MinDB and all the required files on the PDA. It is synchronizing with the middleware.
    On my NWDS PDA  Simulator , the application is appearing but when i click on the application there is no data and it is giving exception
    2009-02-11 13:02:40 ...  (com.sap.tc.mobile.cfs.pers.PersistenceManager:release resultset) Thread: Finalizer Error: java.sql.SQLException: Result set is closed
    Madhu--
    Please find my ans to the following points mentioned by you
    1) BASIS SWCV must be assigned in the Distribution Model Software Component Version tab of the device.
    It is assigned
    2) Activate the "DISTRIBUTE_USER_DETAILS" Rule in the admin.
    Rule is activated
    3) Activate the "DISTRIBUTE_USER_AUTHORIZATIONS" Rule in the admin.
    Rule is activated
    4) Make sure that you have installed the following components in the following sequence in the PDA
    - Creme
    - MinDB/DB2e
    - PDA_eswt_container
    - PDA Runtime.
    Client is  installed in this sequence only. I referrred to help.sap.com while installing
    the application should atleast work in the NWDS PDA simulator. My basic problem is it is not picking  up the data. giving the above mentioned error.
    Regards
    Priya

  • " User not authorized" error while deploying webdynpro application on WAS

    I am getting following error while deploying dyn pro application on WAS
    Error
    May 17, 2005 6:37:21 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [002]Deployment aborted
    Settings
    SDM host : DYNPRO
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/720359/LOCALS1/Temp/temp50603PVTOSAP.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/720359/LOCALS1/Temp/temp50603PVTOSAP.ear
    Aborted: development component 'PVTOSAP'/'local'/'LOKAL'/'0.2005.05.17.18.37.08':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [DYNPRO] with user name: [J2EE_ADMIN]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: User not authorized.]
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted
    Additional Log :
    May 17, 2005 6:37:21 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [002]Additional log information about the deployment
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7162 - 630_SP]/>
    <!NAME[D:\usr\sap\DYN\DVEBMGS00\SDM\program\log\sdmcl20050517131312.log]/>
    <!PATTERN[sdmcl20050517131312.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    May 17, 2005 6:43:12 PM  Info: -
    Starting deployment -
    May 17, 2005 6:43:12 PM  Info: Loading selected archives...
    May 17, 2005 6:43:12 PM  Info: Loading archive 'D:\usr\sap\DYN\DVEBMGS00\SDM\program\temp\temp50603PVTOSAP.ear'
    May 17, 2005 6:43:14 PM  Info: Selected archives successfully loaded.
    May 17, 2005 6:43:14 PM  Info: Actions per selected component:
    May 17, 2005 6:43:14 PM  Info: Update: Selected development component 'PVTOSAP'/'local'/'LOKAL'/'0.2005.05.17.18.37.08' updates currently deployed development component 'PVTOSAP'/'local'/'LOKAL'/'0.2005.05.17.09.04.27'.
    May 17, 2005 6:43:15 PM  Info: Error handling strategy: OnErrorStop
    May 17, 2005 6:43:15 PM  Info: Update strategy: UpdateAllVersions
    May 17, 2005 6:43:15 PM  Info: Starting: Update: Selected development component 'PVTOSAP'/'local'/'LOKAL'/'0.2005.05.17.18.37.08' updates currently deployed development component 'PVTOSAP'/'local'/'LOKAL'/'0.2005.05.17.09.04.27'.
    May 17, 2005 6:43:15 PM  Info: SDA to be deployed: D:\usr\sap\DYN\DVEBMGS00\SDM\root\origin\local\PVtoSAP\LOKAL\0.2005.05.17.18.37.08\temp50603PVTOSAP.ear
    May 17, 2005 6:43:15 PM  Info: Software type of SDA: J2EE
    May 17, 2005 6:43:15 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    May 17, 2005 6:43:15 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    May 17, 2005 6:43:15 PM  Error: Aborted: development component 'PVTOSAP'/'local'/'LOKAL'/'0.2005.05.17.18.37.08':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [DYNPRO] with user name: [J2EE_ADMIN]
                        Check your login information.
                        Exception is:
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: User not authorized.]
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    May 17, 2005 6:43:17 PM  Error: -
    At least one of the Deployments failed -

    Hi Abhijeet,
    1. Execute the remoteGUI
    <<Installed drive>>:\usr\sap\J2E\JC00\SDM\program\RemoteGui.bat
    2. Click the "Connect to SDM server" (Menu "SDM GUI --> Login")
    3. Give the hostname (DYNPRO) and port (50018)
    4. Enter the password and click login.
    Check whether you are able to login or not. If you are not able to login through the RemoteGUI, then the password might be wrong. Check the password.
    Regards,
    Santhosh.C

  • Use Global Conditions when Deploying an Application to a User

    Hi,
    Use Global Conditions when Deploying an Application to a User:
    I would like to deploy App-V Application with User centic in mind. The problem is that when the user login to a specefic typ of desktop the application shall be deployed. But if the use login on there primary device or some other
    device with same SLA the Application shall not be deployed.
    I think I can use Global Conditions to solve this. I have read about GC and it looks like I could greate a GC rule that deploy the software if the computer is in an AD-group or maybe becas all this computer starts with same prefix, sp maybe
    if the computernamn starts with PC the application will get deployed.
    The issue is that there is differant SLA on the computers that the User login to. 
    Or what mor can I do?
    /SaiTech

    Just keep in mind this puts a load on AD, a Domain Controller can get tickled silly by these Global Conditions running from each of your Clients, depending on the scale of your environment it can have an impact. It's a great idea GC's, just need to consider
    what load you are putting on the infra when they run.
    Might not be an issue for\to you, worth nothing all the same.
    Robert Marshall | This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs

  • Getting error when trying to download deployed software package

    Hello all,  I have been struggling with this for almost two weeks and am about to give up.  The error I'm getting is when a client tries to download a deployed software package.  The software shows up in IE browser (servername\cmapplicationcatalog),
    but when I click install it errors out saying can't install or request software.  I am not a network guru and did not setup SCCM but need a little (maybe a lot) guidance.  I have looked at log files till my eyes are ready to fall out but just not
    sure what I am looking for.
    In ccmmessaging.log, I see this error "No reply message from Server. Server may be temporarily down or a transient network error"  and this after "http://servername/ccm_system/request failed
    with 0x8000000a"
    Here comes the weird part, I had this working, successfully deployed twice to two clients.  The next day I came in to work and it was broke.  I have no clue what could have changed over night to cause
    this issue.  If someone could maybe lend a hand troubleshooting, I would be most grateful. 
    Many thanks in advance!!
    Rob

    Hi,
    Please review the link below, here is a useful article for you.
    Tips and Tricks for Deploying the Application Catalog in System Center 2012 Configuration Manager
    http://blogs.technet.com/b/configmgrteam/archive/2012/07/05/tips-and-tricks-for-deploying-the-application-catalog-in-system-center-2012-configuration-manager.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to deploy cairngorm application with FTP support?

    Hi,
    I have a cairngorm application, it works fine in my local
    computer.
    But I need to upload it to a website in my web hosting
    company with FTP,
    but it doesn't work in the hosting server because I can not
    add the cairngorm.swc file to the application.
    Please give me a idea how to deploy the application with ftp
    software.
    Thanks a lot
    Mark

    Any opinions are welcome

  • Deploying Developer Application on to Web Site

    Hi Guys
    Presently I am working on Developer/2000 1.6.1 release. I would like to deploy my application on to Web Site, I would be very glad any one tell me how to go about this. what all the softwares I would be required and will the same application can be deployed on to the WEB Server
    Thanks in advance
    Karan
    null

    Follw the path
    Application Builder > Your Application - 101 > Export/Import > Application
    there if you are selecting DOS, you will get a sql file.
    then you can on the server side...
    Import this file as application
    _Smith                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How do you deploy FMS applications on the web?

    Hi
    I am new to Flash Media Server and I can't get my head around
    this software.
    How do you deploy the applications you build on your
    development pc, onto an external server?
    Do you have to have FMS running on the external server?
    Or does FMS supply you with files that can be used on any
    server?
    This is so confusing.
    Thank you for any help in advance.
    Jay

    The key thing to understand is that the Flash client (the
    flashplayer) is what makes the connection to FMS. FMS and the .swf
    don't need to be on the same server.
    What you need to do is change your RTMP string in your
    connect command. I"m guessing you're currently using localhost or a
    LAN IP. Once you move the .swf to another server, you have to use
    the WAN IP or domain name of the FMS server.
    Once you have that taken care of, you can serve the .swf from
    anywhere.

  • Unable to advertise software application via Software Center

    I have an issue of advertising my software application via software center. I doesn't matter if I set it to deploy as Required or Available, the deployment just could not get to install to my targeted machine or appear in my Software Center. In the
    deployment status, it also shows No Status even I have targeted since last week and the targeted machine is always connected.
    I have viewed the execmgr.log, but could not find the package id in the log. Could it be stuck somewhere that could cause it unable to complete the process of advertising it to the targeted machine, whether it is via Required or Available deployment?
    I am however able to deploy old/new the patch updates deployment and able to install the software package to my DP. However im still able to get OLD deployment of software apps or TS but not
    NEW deployment of any software apps or TS since the last 2 weeks. I am also able to mplist and mpcert from the targeted machine to my MP, so meaning it could communicate to get policies.
    Im stuck now. Any other logs in particular that could help me right now to determine the root cause?

    There is a constant error of
    1) CPolicySource::UpdateSoftwarePolicy: Failed to retrieve version for policy DEP-DE420076-DE4001C2-22DFAA8D from the Policy table
    2) Failed to update policy DEP-DE420076-DE4001C2-22DFAA8D and policy assignment {ecadc449-d862-4ad9-b75e-252d753ced8f} based on package DE4001C2, program Install (TS DC_Demo) and offer D
    3) CPolicySource::UpdateSoftwarePolicy: Failed to retrieve version for policy DEP-DE420081-DE4001C2-22DFAA8D from the Policy table
    4) Failed to update policy DEP-DE420081-DE4001C2-22DFAA8D and policy assignment {43af1ebc-32b5-459b-8749-573a87df22b8} based on package DE4001C2, program Install (TS DC_Demo) and offer D
    5) CPolicySource::UpdateSoftwarePolicy: Failed to retrieve version for policy DEP-DE420076-DE4001C2-01D4CDDC from the Policy table
    6) Failed to update policy DEP-DE420076-DE4001C2-01D4CDDC and policy assignment {f4041e0f-da02-4c6e-8a25-62e95a123abb} based on package DE4001C2, program Install (TS HR_FI) and offer D
    7) CPolicySource::UpdateSoftwarePolicy: Failed to retrieve version for policy DEP-DE420081-DE4001C2-01D4CDDC from the Policy table
    8) Failed to update policy DEP-DE420081-DE4001C2-01D4CDDC and policy assignment {d7884252-9e8b-4854-b175-a0c797130930} based on package DE4001C2, program Install (TS HR_FI) and offer D
    9) Failed to create policy and policy assignment based on package DE4003E6, program Install (TS) and offer DE420076
    10) Failed to create policy and policy assignment based on package DE4003E7, program Install (TS) and offer DE420076
    I don't understand why it keeps on saying "based on package DE4001C2". I don't have any package with this package ID.... Not sure why I am seeing this in my logs.

  • Creating/deploying webdynpro application on sneak preview of EP

    Hi ,
      I am trying to create a deploy an example available on SDN with the name TutWD_Flighlist . To restrict the development of this example application to the actual content covered, there is
    a predefined Web Dynpro project template available in the SAP Developer Network (SDN)
    http://sdn.sap.com (Web Application Server area | Samples and Tutorials).
    • TutWD_FlightList_Init.zip: Initial Web Dynpro project template
    • TutWD_FlightList.zip: Complete Web Dynpro project with access to ABAP functions
    The document with this example tells me the following
    The SAP System Landscape Directory (SLD) and the SLD bridge are configured and
    running.
    The SLD contains component information about all SAP software modules, the system
    landscape description and the name reservation service.
    The SLD bridge is used to transform the system data to the SLD server complient
    format.
    While installing the EP 6.0 SP9 sneak preview, the option of the SLD is disabled . The installation guide itself asks me to choose he option "No SLD available".
    What I need to know can i develop/deploy this application on the sneak preview . Has anyone done that on sneak preview ? If yes then please let me know how .
    Regards
    Deepak Singh

    Hi deepak,
    To configure SLD
    Go to configtool
    \usr\sap\<SID>\JC00\j2ee\configtool
    and change the heap size settings to 1024
    Go to administration screen
    Choose Content>import
    Navigate to
    <server>\usr\sap\<SAPSID>\SYS\global\sld\model \
    import first Cimsap.zip and cr_content.zip (MS Windows) and then choose Open
    Go to visual admin as explained above
    Go to services>SLD Data Supplier
    Go to HTTP Settings, enter the following
    Host : localhost
    Port : 50000
    User :
    Password :
    Go to CIM Client Generation Settings on same window
    Enter the following
    Host : localhost
    Port : 50000
    User :
    Password :
    Select all the options on the right hand side in the domain "Icr" or "webdynpro"
    After Saving the details click on “CIMClient Test”
    A pop-up screen shows “CIMOMClient object generation and connection test successful”
    Click “Ok”
    Then configure your ABAP system by
    going to
    SLD -> Home -> Technical Landscape
    Hope this helps you
    Please revert if you have any doubts
    Regards
    Rohit

  • Deployment software windows update

    HI,
    I created a deployment software windows update 
    I sent it to the station -in the monitor  ,It shows me that it has been installed
    But the station did not receive a warning of something installed, I looked in software center and there does not appear in the package I spread the message.
    Where can I make sure it is installed?
    thanks
    אם תגובתי פתרה את בעייתך - לחץ/י, על &quot;סמן כתשובה&quot; ליד סימן ה V הירוק.

    I do not see the updates in View installed updates
    אם תגובתי פתרה את בעייתך - לחץ/י, על &quot;סמן כתשובה&quot; ליד סימן ה V הירוק.
    The first place to look for any deployment status is logs . logs can help you what is going behind the scenes.there is no point always looking at software center if something not working. You never provide the sufficient/correct information about your problem.
    Did you deploy software update ? if so ,how ? using SUP method or application or package ? troubleshooting steps varies for each method.
    if SUP,look at updatedeployment.log,updatestore.log
    if package,look at execmgr.log
    if application,look at appdiscovery.log,appenforce.log,appintent.log.
    Eswar Koneti | Configmgr blog:
    www.eskonr.com | Linkedin: Eswar Koneti
    | Twitter: Eskonr

  • How are you tracking deployed software versions for traceabili​ty?

    I am curious how others are tracking deployed software versions in automated test environments.
    I am working on a medical device tester and we have a somewhat inefficient method for keeping track of all version numbers. I would like to know what tools are available to automate tracking version throughout a project, from build to viewing later. Or, what methods are typical in this type of environment.
    Essentially, we need to be able to say at any given moment what software version is running at 3 remote locations on several deployed systems.
    For simply automating the process of viewing the version number programmatically, I found this, but we've had issues with it:
    http://digital.ni.com/public.nsf/allkb/D45E3A1E694​815AD86257173005CFD36
    This solution requires a "separate" installer to get the .NET framework onto the target PC. Also, it doesn't work (to my knowledge) with the Help>>About window.
    Comments?
    Dan Richards
    Certified LabVIEW Developer

    Dennis,
    Thanks for replying. We are using SVN. The exact ECO process for this project is under construction as it is a relatively new project and deployments will be at our customer's site. We use JIRA for tracking specific change requests.
    Here's an example of our basic process:
    - Software changes made (according to JIRA tasks) and source code checked in
    - Builds released per schedule with version numbers (from JIRA projects) hard-coded into the application
    - Builds deployed at different locations & times
    Here's what I'd like to see to improve things:
    - Builds released with version numbers generated from one of the following:
       1. Loaded from JIRA release numbers - maybe auto-generated for reference by LabVIEW when building the application
       2. Part of a custom build launcher
             >> This would be a custom interface that runs functions like those in Application Builder palette while also sending version info
             >> Perhaps it could prompt the user for version info or read from something auto-generated.
    - Builds should automatically make version numbers visible within the application (for example, LabVIEW has the Help>>About window)
    - Build numbers should be programmatically/dynamically accessible without having to install an additional .NET framework that isn't listed in 'Additional Installers'
    Curious if there are any tools that support these kinds of things. I am aware of Deploy by Wirebird Labs and Proligent by Averna, although I am lacking in knowledge about specific features.
    Regards,
    Dan
    Dan Richards
    Certified LabVIEW Developer

Maybe you are looking for