Launch Application

Hi all
Can any one explain me clearly why we use launch application in 2005 B .

Hi Nani,
You can use the Launch Application function to save the direct link of any application of you regular use while using SAP B1 like pdf, excel, calculater, etc.
Steps -
1) Add new application to Launch Application
2) Use RUN after adding to use application
Hope this will help you.
Regards,
Abhishek

Similar Messages

  • 'Unable to Launch Application Error' - Java Web Start Running Under MS IIS.

    I am attempting to render the following .jnlp in MS IE:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for LottoMadness Application -->
    <jnlp
       codebase="http://localhost/LottoMadness/"
       href="LottoMadness.jnlp">
       <information>
         <title>LottoMadness Application</title>
         <vendor>Rogers Cadenhead</vendor>
         <homepage href="http://localhost/LottoMadness/"/>
         <icon href="lottobigicon.gif"/>
       </information>
       <resources>
         <j2se version="1.5"/>
         <jar href="LottoMadness.jar"/>
       </resources>
       <application-desc main-class="LottoMadness"/>
    </jnlp>I've deployed the .jnlp, .gif, and .jar to MS IIS, running locally on my PC.
    When I attempt to render the .jnlp in IE I obtain an 'Application Error' window stating 'Unable to Launch Application'. Clicking details gives me:
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://localhost/LottoMadness/LottoMadness.jnlp
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)I have configured MS IIS for Web Start, by setting the Extension/Content Type fields to .jnlp and application/x-java-jnlp-file.
    (The .jnlp is basically from 'Programming with Java in 24 Hours', as this is the book I am learning Java from.)

    AndrewThompson64 wrote:
    I am not used to seeing references to a local server that do not include a port number.
    E.G. http://localhost:8080/LottoMadness/
    I have deployed the following HTML (HelpMe.html) to the web server:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
         <title>Untitled</title>
    </head>
    <body>
    Help Me!
    </body>
    </html>When I attempt to render the URL in IE, I see the page just fine. The URL is use is:
    http://localhost/LottoMadness/HelpMe.htmlSo, I think my web server setup and usage is ok.
    >
    As an aside, what happens if (your MS IIS is running and) you click a direct link to..
    [http://localhost/LottoMadness/LottoMadness.jnlp|http://localhost/LottoMadness/LottoMadness.jnlp]
    When I click this link I get the error and exception I cited in my previous post.

  • Unable to launch application with webstart

    Hi all, hope someone can help
    I recently installed j2se 5.0 update 1 and uninstalled my earlier version of 1.4.2_06.
    Since uninstalling the earlier version I am unable to run my application, I get the following error:
    An error occurred while launching/running the application.
    Title: Uploader
    Vendor: Me
    Category: Launch File Error
    Could not parse launch file. Error at line 0.
    This is from the exception tab:
    JNLParseException[ Could not parse launch file. Error at line 0.]
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Here is a copy of my jnlp file
    <?php
    header('Content-type: application/x-java-jnlp-file');
    echo '<?xml version="1.0" encoding="UTF-8"?>';
    echo '<jnlp spec="1.0+" codebase="http://www.******.com.au/uploader/fileuploader" href="fileuploader_jnlp.php">';
    echo ' <information>';
    echo ' <title>Uploader</title>';
    echo ' <vendor>Me</vendor>';
    echo ' <homepage href="index.html" />';
    echo ' <description></description>';
    echo ' </information>';
    echo ' <resources>';
    echo ' <j2se version="1.4"/>';
    echo ' <jar href="fileuploader.jar" main="true" />';
    echo ' <jar href="JimiProClasses.jar" />';
    echo ' </resources>';
    echo ' <application-desc main-class="fileuploader.FileUploader">';
    echo ' <argument>http://www.********.com.au/uploader/fileuploader/upload.php</argument>';
    echo ' <argument>25/</argument>';
    //echo ' <argument>100000</argument>';
    //echo ' <argument>thomas:test</argument>';
    echo ' </application>';
    echo ' <security>';
    echo ' <all-permissions/>';
    echo ' </security>';
    echo '</jnlp>';
    ?>
    The application runs fine if I uninstall version 5.0 and revert to 1.4.2_06
    but I would like it to be compatible with newer versions of java.
    P.S. Im not a programer so if you could explain to me in simple terms what Im doing wrong it would be great.
    Thanks in advance
    Dean

    I'm a programming illiterate having the same problem with the latest java.
    Unable to Launch Application
    Exception:
    JNLParseException[ Could not parse launch file. Error at line 0.]
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Wrapped Exception:
    java.io.EOFException: encoding.error.not.xml
         at com.sun.deploy.xml.XMLEncoding.decodeXML(Unknown Source)
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    What am I supposed to do? Java Web Start is supposed to be dummy friendly :(
    Edit: Problem solved! It seems the file wasn't completely removed and parts of it were corrupted under the java viewer-resources (old cache messing it up). Once removed the problems were gone, so anyone having this problem should check that out :D
    Edited by: Mr.O on Jul 21, 2008 10:32 PM

  • Java - Unable to launch application

    The problem: When I try to run ASDM on my Cisco 5550, I'm getting the dialog box "Unable to launch application". When I click on "Details", I see the error: "The application has requested a version of the JRE (1.5+) that is not installed".
    The system I'm running this on is a Mac Pro with OS X Lion 10.7.5, and the latest Java version 7u13.
    The initial lines of "show ver" on the firewall are:
    # show ver
    Cisco Adaptive Security Appliance Software Version 8.2(2)
    Device Manager Version 6.3(3)
    This is a relatively new problem; as recently as two weeks ago I was able to run ASDM with no problem. I suspect that the latest security-related Java updates have caused something to break.
    Any ideas?

    Solved this one on my own: The solution was to install the latest ASDM, 7.1.1_52. (This had occurred to me, but I didn't know if was compatible with the older ASA 8.2(2). It looks like it is!)

  • Unable to launch application error

    Everytime I try to open a jnlp file i get the Unable to launch application error. I have no clue how to fix this and would like to know a solution. I currently have JRE 6 Update 6. Here is the error info.
    java.lang.Exception: cache failed forhttp://pokeglobal.sourceforge.net/game/beta.jnlp
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Java Web Start 1.6.0_06
    Using JRE version 1.6.0_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\MILTON
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    #### Java Web Start Error:
    #### cache failed forhttp://pokeglobal.sourceforge.net/game/beta.jnlp

    I see, you found a solution for this problem. Can you share it with me please, because i am having the same error right now.

  • SGD - Fails to launch applications

    We are having a problem with SGD - we can not launch applications.
    We have SGD 4.2 running on a Solaris 10 server.
    We had SGD up and running good. However, we had several things occur and now it does not work. First we had to relocate our server due to building renovations. Then shortly after setting up the system in the new location, we had a hard drive fail. And unfortunately the sys admin guys did not have a good/current backup of the drive. We did however reload a backup that was about 9-months old. However it does not work correctly now.
    We can bring up the main SGD web page, can login to the system, and see the applications and function set up in object manager. However when we try to launch an application it fails.
    Looking in the error.log file we see a message "failed to open display"
    However we can not see how SGD sets the display to enable the application to be viewed over the web connection.
    Any help would be greatly appreciated.
    Thanks,
    Mike

    It is a good thing to have as much help as possible. One of the other SAs working on the problem entered his google search a little different and came up with this hit: (http://blogs.sun.com/malhar/entry/sun_secure_global_desktop_tarantella -- text below) that fixed our problem. Thought I would post it here for the next person who runs into the same problem.
    Sun Secure Global Desktop (Tarantella) "DISPLAY variable not set" error message?
    If you've been facing a problem with the erstwhile Tarantella, now Sun Secure Global Desktop (SGD), where you get don't see X applications opening up when you click the link, you're in luck.
    I have the solution.
    If you are fast enough to click on the "Show Details" button before the application loading window opens and then closes, you will see in the logs that the application cannot open because it finds that the DISPLAY variable is not set.
    Also, if you read the documentation, you will see that the admin guide explicitly asks you to NOT set the DISPLAY variable which gets set automatically. So where's the problem?
    What you need to do is this:
    1. Open the /etc/rc.d/init.d/Tarantella script in your favourite text editor
    2. Look for TTASSHCLIENT (this is usually commented out)
    You will notice that the line will look something like this
    #TTASSHCLIENT="";export TTASSHCLIENT
    3. Uncomment the line
    4. Add /usr/bin/ssh -X inside the quotes on the line to make the line look like this
    TTASSHCLIENT="/usr/bin/ssh -X";export TTASSHCLIENT
    And restart!
    That's it. You're problem is solved. I accept your thank yous in advance
    Posted at 06:23PM Dec 11, 2006 by malhar in General |
    Thanks again

  • What launch application do I choose to upgrade to os maverick

    I have an Imac with os x 10.6.8 I am wanting to upgrade to maverick, but it is asking for a launch application? What am I supposed to select?

    Since you seen not to know too much about upgrading software and knowing where to do this,
    Before embarking on a major OS upgrade, it would be wise, advisable and very prudent if you backup your current system to an external connected and Mac formatted Flash drive OR externally connected USB, Thunderbolt or FireWire 800, Mac formatted hard drive. Then, use either OS X Time Machine app to backup your entire system to the external drive OR purchase, install and use a data cloning app, like CarbonCopyCloner or SuperDuper to make an exact and bootable copy (clone) of your entire Mac's internal hard drive. This step is really needed in case something goes wrong with the install of the new OS or you simply do not like the new OS, you have a very easy to return your Mac to its former working state.
    Then, determine if your Mac meets ALL minimum system install requirements.
    To install Mavericks, you need one of these Macs:
    iMac (Mid-2007 or later)
    MacBook (13-inch Aluminum, Late 2008), (13-inch, Early 2009 or later)
    MacBook Pro (13-inch, Mid-2009 or later),
    MacBook Pro (15-inch or 17-inch, Mid/Late 2007 or later)
    MacBook Air (Late 2008 or later)
    Mac mini (Early 2009 or later)
    Mac Pro (Early 2008 or later)
    Xserve (Early 2009)
    Your Mac also needs:
    OS X Mountain Lion, Lion, or Snow Leopard v10.6.8 already installed
    2 GB or more of memory (I would strongly advise having, at least 4 GBs of RAM or more)
    8 GB or more of available space
    Next,
    If you run any older Mac software from the earlier PowerPC Macs, then none of this software will work with the newer OS X versions (10.7 and onward). OS X Snow Leopard had a magical and invisible PowerPC emulation application, called Rosetta, that worked seamlessly in the background that still allowed older PowerPC coded software to still operate in a Intel CPU Mac.
    The use of Rosetta ended with OS X Snow Leopard as the Rosetta application was licensed to Apple, from a software company called Transitive, which got bought out, I believe, by IBM and Appe  could no longer secure their rights to continue to use Rosetta in later versions of OS X.
    So, you would need to check to see if you have software on your Mac that maybe older than, say, 2006 or older.
    Also, check for app compatibilty  here.
    http://roaringapps.com/
    If you have any commercial antivirus installed and/or hard drive cleaning apps installed on your Mac, like MacKeeper, CleanMyMac, TuneUoMyMac, MacCleanse, etc. now would be a good time to completely uninstall this apps by doing a Google search to learn how to properly uninstall these types of apps.
    These types of apps will only cause your Mac issues later after the install of the new OS X version and you will have to completely uninstall these types of apps later.
    Once you have determined all of this, you should be able to find the latest version of Mavericks by clicking on the Mac App Store icon in the OS X Dock and then login to the Mac App Store using your Apple ID and password.
    You can then begin the download and installation process of installing OS X 10.9 Mavericks from the Mac App Store.
    Good Luck!

  • Using 'Launch Application' through SDK

    Hi,
    I want to know if there exists a way of using the 'Launch Application' feature through SDK other than using something like System.Diagnostics.Process.Start("***.exe").
    Thanks,
    Binita

    Hi Binita,
    You can use the following code:
    oApplication.ActivateMenuItem("523")
    oForm = oApplication.Forms.ActiveForm
    If oForm.TypeEx = "20100" Then
       oForm.Items.Item("3").Specific.Columns.Item("0").Cells.Item(1).Click() '// replace 1 with whatever row you want
       oForm.Items.Item("1").Click()
    End If
    Regards,
    Vítor Vieira

  • Auto Launch Application and perform some action

    Hello Friends,
    I am working on Autoback, want to launch application and perform some action to take backup.
    Can any one please update me what all the J2ME phone supports this kind of feature and basic needs to implement Autobackup, any sample code available please let me know
    Thanks,
    Kumar.M.R

    Something sketchy.
    I had the same message appear. It resized my window to the smallest possible size (not minimize!) and when I resized it larger, it had opened a new tab with that message. It was on "c510a1.minersaver1.com" which sounds like a related site. It tried to download "avmast_2004-4_mst5.exe"and I was going to try and refind this site on my Linux box, but forgot to save the exact URL (oops!).
    Running Firefox 4.0b11 on 64-bit Windows 7 Home Premium.
    EDIT: Found a LIVE link
    http://c510a1.minersaver1.com/defender/?44a=pccfjf&8d1ad=glslkkqpgl&eb45=gpqmpkkcmc&03f67=3

  • Launch Application Error in PC Suite in XP Laptop

    Hi
    I can download PC suite onto Windows XP laptop and use all its functionality with my 6230 phone
    But when I end my laptop session and logout I cannot use any of the functionality when log back into my laptop
    Get launch application error
    When I download PC suite again , all functionality restored but lost again when logout of laptop

    Hi,
    I think that problem can be releated to internet connection so could you try to start Launch Application when you have internet connection open and also when you do not have disconnected from net. Does problem happen in both cases?
    Anyway, I would be nice to get some log files from Launch application....(then I can try to find reason for this problem)
    If you can take those log files, do this:
    1. Go to ttp://www.sysinternals.com/Utilities/Filemon.html and download Filemon (it is end of the page).
    2. Start FileMon.exe and click 'Options', 'Filter/Highlight..' and set string: *Launc* to 'Include' option.
    3. Go to http://www.sysinternals.com/Utilities/Regmon.html and download Regmon (it is end of the page).
    4. Start RegMon.exe and click 'Options', 'Filter/Highlight..' and set string: *Launc* to 'Include' option.
    5. Start "Launch Application" manually and when you get that error message, save logs from both applications and attach those log files to your response.

  • Launch Application empty...

    Hi,
    Running Arch Linux 64bit on Acer 8930G 2.27GHz, 4GB DDR2, 160GBSATA and Nvidia GeForce 9700M GT 512MB using KDE 4.8 desktop environment.
    When I clicked on a hyperlink via an email mesage the Launch Application popped up and it is empty.
    Is that a bug? How do I fix it?

    Clicked a hyperlink from what? What kind of hyperlink was it? HTTP, magnet (a la TPB)?
    PS: 37 views because "Launch Application empty..." sounds like dyslexia. Some of them could've been caused by you, like for example refreshing the page a few times.
    You shouldn't expect help. Not immediate help, anyway. We're all volunteers here. And Arch is a DIY kind of distribution, where users are encouraged to solve their own problems. It's why you see so many solved topics coming from the Arch forums. It implies a certain mindset.
    Last edited by DSpider (2012-07-15 07:41:00)

  • Launch Application Issue - Somebody with Automator experience please

    I had created an Application in Automator that was working until recently. I am running Snow Leopard with all updates.
    The entire application works, except for the "Launch Application" macro. The last step in my Application is to Launch the Front Row app.
    Although my automated application works, every time I run this, I get the following message:
    The action "Launch Application" encountered an error.
    Check the action's properties and try running the workflow again.
    When I look at the log, I get the following:
    Launch Application failed - 1 error
    Front Row got an error: Application isn't running (-600)
    Like I said earlier, my automation works, I just get this error every time. I have even tried just creating a 1 step "Launch Application" workflow and get this same message. However, if I try to launch other programs, it works.
    Any help would be appreciated.

    ok i made such workflow. I do get an error although front row launches. I'm not sure what the deal here is. but you can always do it by simulatiung th keyboard shortcut to launch front row. the default one is command+escape. you can use the following "run applescript" action to produce it
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #ADD8E6;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on run {input, parameters}
    tell application "System Events"
    key code 53 using command down
    end tell
    end run</pre>

  • Launch application like "word"

    Hello all,
    I have build an intranet with resin2.0.16 and JDK1.3.
    And in this intranet i want to launch application on client PC.
    I can run any application for the moment but only in the web server.
    Is it possible to run application on the client pc ?
    Thanks for reply
    Ibouddha

    I suppose you could create an applet that launches a program on the client. You would have to sign it to get around the security restrictions.

  • 'Launch Application' Window at Install?

    I just purchased PS CC.  When I click the download button, a window titled "Launch Application", which wants me to choos an app from the app folder.  I am not sure what app I am suppose to choose to continue the download process.  Does anyone have any suggestions?

    I believe you are looking for http://java.sun.com/j2se/1.5.0/docs/guide/javaws/index.html. You are writing the server side?
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/contents.html

  • Authorizations for 'Launch Application..'

    Can somebody guide me in finding the Authorization for the 'Launch Application...' in the Tool bar?
    Thank
    Franz

    Hi Franz,
    The authorization under General -> Layout to PDF will apply for Launch Application as well.
    Regards,
    Vijay kumar
    SAP Business One Forums Team

Maybe you are looking for

  • Unable to play recorded video using BB multimedia api in other platform

    Hi all, I am new to Blackberry application development. The application I am developing it is required to record a video using multimedia api. I am using video encoding : MPEG-4 audio encoding : AMR res : 320 x 240 Device using Curve 8250 It is the s

  • Locations

    Hi, I am having a problem with the Locations feature of Leopard (10.5.2). I use my Mac to connect to the internet in two primary places: at home, and at school. I use AirPort for both of them. At home, I have a pretty basic password protected Wireles

  • Material document "Output type".

    Hi, after setting the system with the following parameters (trx MN21): Output type: WE01, Trans/Event type: WE Print version: 1,2,3 Print item: 6 Output type: WE02, Trans/Event type: WE Print version: 1,2,3 Print item: 6 Output type: WE03, Trans/Even

  • Choose from list in AR invoice

    Hi all! Can i create function choose from list in AR invoice. I have UDF on INV1, now i want choose from list for this UDF. Please give me ideas Thank you very much

  • How do I open a new Photoshop file?

    How do I open a new Photoshop file?