Example from "getting started"

Hi folks!
Is there anybody out there who succeeded in running the Getting Started example from OTN.
Main problem is that I cannot add groups and devices with a right click.
I am trying to modify the edgeserver.xml file to reflect the settings shown in the "HandsOnSession.pdf" but this is a tedious task.
Hope that anybody can shed some light on this.
cu
Andreas

Hi Folks!
Following the steps mentioned in the hands on I got the edge server running but was unable to turn the red light on.My first question is : In the hands on its shown that the driver for the Simulator is "InternalSim" but the Edge Server drop down list does not show anything like InternalSim.What it shows is "EDGE Simulator Driver".Are they the same?
Secondly when I start the edge server both my devices stack and simulator are UP but in the Dispatcher Tab there is an error :"JMS Connection error:oracle.jms.AQjmsException: Io exception: NL Exception was generated"
Can anybody help out?
Junaid

Similar Messages

  • SAP standard example to get start with Webdynpro for ABAP

    Hi,
    I just started learning Webdynpro for ABAP.
    I'm looking for SAP standard buit in applilcation example which explains all the the view controls, properties and Layout desining.
    please let me know the standard applications of SAP for learning.
    Many Thanks,
    Gupta

    hi..
    just go to package SWDP_DEMO, it has all sample webdynpro applications using all UI elements.
    By the way...question is posted in wrong forum
    Regards
    Manas Dua

  • Can not get example to work after following instructions given in "Getting Started with the NI LabVIEW C Generator" guide

    We explored using sbRIO for our project, for different reasons we ended up going with a different embedded solution . We are currently evaluating the LabVIEW C Generator to convert some of the core analysis routines from LabVIEW to C so the team that will be creating the embedded solution don't have to re-implement them from scratch. 
    Before converting our code, I followed the instructions given in the "Getting Started with the NI LabVIEW C Generator" manual to create a static library created inCygwin using GNU Compiler Collection (GCC). 
    I managed to compile the code, but when I type "run GCD.exe" in the Cygwin console, I just see the window flash with no time to see if the result is correct or not. I modified the main.c cde to add a getchar(), but the window still just flashes and now I am left with the GCD process still running and have to kill it using Windows Task Manager.
    Has anyone else got this example to run? I am sure I am missing an obvious setting or step, please help me.
    More details below.
    Thanks,
    Fab
    Here is a video showing the steps I followed 
    If you don't want/can't see the video. Here are some screenshots of what I have done so far:
    GratestCommonDivisor.lvproj C Generation build specs Information:
    C Function prototype definition:
    I copied Makefile located at: C:\Program Files (x86)\National Instruments\LabVIEW 2011\examples\CGenerator\Tutorial\Cygwin
    and replaced both Makefile and Makefile.cygwin in the directory where the C code was generated
    I also copied main.c from the same location and replaced the one generated
    Here is the snapshot of the results after executing "make GCD.exe"
    Then to run it I just type 
    I see a window open and close really quickly and I never see the result. I have tried adding the getchar() line to the main.c file, but still I don't get to see the results.
    Certified LabVIEW Architect * Certified Professional Instructor * LabVIEW Champion

    Hi Kevin,
    I hope you had a good Thanksgiving. I am attaching a zip file with the LabVIEW project, my build specification and my version of "Greatest Common Divisor.vi", which should be the same as the one that you have that ships with the LabVIEW C Generator, but just in case. I am also attaching a zip file with the C files generated by the LabVIEW C Generator.
    You can also see the video I posted earlier with the steps I followed. I hope you are able to point out where I went wrong. 
    Thanks,
    Fab
    Certified LabVIEW Architect * Certified Professional Instructor * LabVIEW Champion
    Attachments:
    GreatestCommonDivisor.zip ‏8 KB
    CGen Files.zip ‏71 KB

  • Java Applet HelloWorld "Getting Started With Applets" example not working

    Hi there,
    It's been ages since I ran my Linux CentOS boot of Linux but I am going through the official oracle java applet tutorials, just every time I try and run the "Hello World" applet in Firefox 17.0.3 and I am running the Iced Tea thing for java applets.
    Every time I try and run the example from the following code:
    import javax.swing.JApplet;
    import javax.swing.SwingUtilities;
    import javax.swing.JLabel;
    public class HelloWorld extends JApplet
      // called when the user enters the html page:
      public void init() // keep apps within the init() function very small as per the http://docs.oracle.com/javase/tutorial/deployment/applet/appletMethods.html
        try{
          SwingUtilities.invokeAndWait(new Runnable()
            public void run()
           JLabel myLabel = new JLabel("Hello World");
           add(myLabel);
            } // end running the application
          }); //end of swing invokeand wait
        } catch (Exception error){ // end user running the app in page
           // System.err.println("GUI didn't work on initial run");
    }It keeps bringing up the error "Start: Applet not initialized" I did google that basic error and from what I found I should consult the JavaConsole, I know the console was removed from the Firefox menu quite a while ago. So went to find a way of loading it using the IcedTea one but it keeps bringing up a load of errors in even trying to run that.
    Is there anyway of sorting this out? I mean I have even tried installing the one on the oracle website, the plain JDK but nothing seems to work.
    Is there anyone that can help me get applets working? I was even going to go as far as to reinstall my distro but I want to avoid that as much as possible.
    Thanks and I look forward to any replies,
    Jeremy.

    in the Getting Started with Java DB tutorial they
    tell u how to set ur "DERBY_HOME" (what is that?).
    once i press enter after typing this command:
    set DERBY_HOME=D:\Java\Java
    Phonebook\javadb in my command prompt do i get
    any message or does it just go to the next line?type env or set or whatever in the command line to see what your environment variables are set to
    they also tell u how to set ur "JAVA_HOME" (what is
    that?). The Java installation you want to use
    in their example they give u this: set
    JAVA_HOME=C:\Program Files\Java\j2se1.4.2_05but in my java folder i have jdk1.6.0 and jre1.6.0
    but no j2se1.4.2_05, so which 1 must i choose?It's up to you. I'd go with 1.6
    also once ive done this: set
    DERBY_HOME=D:\Java\Java Phonebook\javadb this
    set JAVA_HOME=D:\Program
    Files\Java\jre1.6.0 and this set
    PATH=%DERBY_HOME%\bin;%PATH% and then type
    sysinfo to verify that the variables were set
    correctly i get these errors: 'D:\Java\Java' is
    not recognized as an internal or external command,
    operable program or batch file and '""'
    is not recognized as an internal or external command,
    operable program or batch file any help would
    really be appreciated because this is really killing
    me!you need to set your path variable - so something like:
    set PATH=C:\Program Files\Java\j2se1.4.2_05\bin

  • After System recovery all the installed apps are not their EXAMPLE Getting Started Windows 8

    I did a factory restore w/ HP tech. giveing me the advice to do so. I have a HP Pavillion 17 notebook. came installed w/ Windows 8 after a few months I upgraded to 8.1 Now after restore Im running 8 My problem is after this re-start I did not get all my factory installed apps. EXAMPLE Getting started Windows 8  and others. Desktop Icons also did not populate except trash quick start icon thats it Please help THE HP TECS I HAVE SPOKE WITH apx. 8 HOURS in 3 days time are very hard to UNDERSTAND AS IM SPEAKING TO THESE GUYS IN INDIA india. tHEY ALL HAVE GAVE ME DIFFERENT ADVICE AND HAVE CAUSED ME TO HAVE MORE PROBLEMS WITH MY SYSTEM THAN I DID IN THE BEGINNING.

    Hi @Justriden
    I have brought your issue to the attention of an appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post serial numbers and case details.
    If you are unfamiliar with how the Forum's private message capability works, this post has instructions.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • I keep getting the message, "Windows cannot find 'c:\Program Files (x86)\Mozilla Firefox\firefox.exe'. Make sure you typed the name correctly, and then try again." I get it when I either try to open it from the Start menu or from the desktop icon.

    I've just installed Firefox on my laptop and keep getting the message, "Windows cannot find 'c:\Program Files (x86)\Mozilla Firefox\firefox.exe'. Make sure you typed the name correctly, and then try again." I get this message whenever I either try to open it from the Start menu or from the desktop icon. I've never gotten it to work and even uninstalled it and then redownloaded it and still cannot get it to open. Any help would be greatly appreciated!!!!

    Are you installing from the official site? http://www.mozilla.com/firefox
    If you use Windows Explorer (My Computer) to check that path, is the Mozilla Firefox folder there? That is the normal installation location, but I think it's worth checking.
    If the folder isn't there or firefox.exe is not in it, I wonder whether some other software might be interfering. You might want to run some supplemental security scans. These two tools are highly regarded:
    Malwarebytes Anti-malware : http://www.malwarebytes.org/products/malwarebytes_free
    SUPERAntiSpyware : http://www.superantispyware.com/

  • I replaced my hard drive on my late 2006 Macbook Pro.  I tried to do a reinstall of Tiger 10.4.5 from my start up disk.  I get an error that states "can't install on this computer." HELP

    I replaced my hard drive on my late 2006 Macbook Pro.  I used the disk utility and erased the drive and formatted it to OSX Journaled .  When I tried to install the OS from the start up disks I got the error "Can't install on this computer.  I have verified the drive.
    I have used Super Duper to copy my old drive to my new drive.  But I wanted to do a fresh install.  How do I go about this? 

    Did you do the Super Duper clone before you tried to reinstall the OS? If so, the original install disc is likely earlier than 10.4.11, and that may be why you are getting the message.
    When trying to reinstall the OS, did you select the "Archive and Install" option? If not, you might try that. Here's a link that might help:
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1103.html
    Good luck!

  • Services in JCo RFC not getting started after Changing the client from 001

    Hi SAP Stars,
                               I have recently Installed Quality and Production servers with PI 7.1 on windows 2003, Sqlserver 2005, when I'm doing Post Activities(http://host:port/nwa) in which I try to change the client from 001 to 300(newly created) in  JCo RFC(4 services) and start the service it is throwing error when I again change it to 001 client and start the service it is getting started, Could anyone help me in solving this issue same issue I facing in PI 7.1 Quality and Production
    Thanks In Advance
    Anil Kumar

    Hi Anil,
    All these JCo RFCs are client specific RFCs.
    Please logon your PI NWA
    Choose Configuration Management - Infrastructure- JCo RFC Provider
    Then, Select the RFC
    Under Details -> Choose Repository Configuraton
    Change the client name to 300 (your new client)
    Save
    And repeat the same for all JCo RFC that you want to work for your newly created client.
    Please ensure that you are using SAPJSF user & correct password for all these RFCs.
    Ideally, these rfcs shuould work now if now please restart your PI  (mostly Java alone also do)
    I hope this helps you.
    Regards
    Sekhar
    Edited by: sekhar on Dec 17, 2009 11:39 AM

  • Error " The callback function , ReturnCallback specified in the UIR file , is not a known function" from sample7 created using Getting Started With Teststans

    In the Getting Started Manual Chapter 6 is a CVI project to create a DLL frequency.prj. I tried various settings in the Build Target settings in CVI (6.0) but still get the same error. Using TestStand (2.0)
    Thanks for any help
    Attachments:
    frequency.c ‏3 KB

    Hi Ray
    Thanks for the response. I realized after posting that my question may be too general to help you understand my problem
    I followed the instructions in the manual and from the UIR inserted the callback for the frequency.c and was also added to the
    frequency.h file
    Later I got it to work using the file in the solutions directory but for the life of me I still cannot see why that worked and mine didnt
    A couple of things about my file that I still cant explain is
    1) I had to enter an abslute path to the uir itherwise I got a file not found error.
    2) I had to add a variable as follows
    static void *_CVIUserHInst;
    otherwise it gave an error for that part of the exOpenPanel fuction.
    I am attaching the file that works in case you are willing to take time and see if YOU can tell why one works and the other does not.
    I dont like it when I cant tell why the results are different( always good to know why).
    Thanks
    Mario
    Attachments:
    frequencyWorks.c ‏3 KB

  • My screen has a gouge in it and it starting to spiderweb. Is there anyway to prevent it from getting worse?

    I went to use my iPad mini and the screen has a gouge on the side of it. It is starting to spiderweb. It is only a small spot currently. Is there any way to keep it from getting worse?

    No, and it would be a REALLY good idea to make a backup of your content as soon as possible, then take the iPad to an Apple store genius bar for an out-of-warranty replacement.  If you backup to iCloud the techs can restore your content while you wait.

  • Will pages automatically reformat to correct size when using Folio Builder or do I have to make pages iPad format, for example, in InDesign document set up from the start?

    Will pages automatically reformat to correct size when using Folio Builder or do I have to make pages iPad format, for example, in InDesign document set up from the start?

    Moved to DPS forum.
    You need to set up the pages appropriately for the target device. For iPad that's 1024x768.

  • I upgrade firefox from 7 to 8 and now when i start firefox everytime it opens "getting start with firefox" page, in options i select the option 'show a blank page" how can i resolve this issue?

    i upgrade firefox from version 7 to version 8, now when i start firefox everytime it open self the "getting start with firefox" website, in the options on firefox i select the 'show a blank page' but its not working. i am using firefox on windows XP- SP2.

    Try restarting Firefox, the one time page(s) after starting a new release should disappear. Actually this last time with 8.0 they did not come up for me.
    If that doesn't work then bring up '''about:config''' and place the url of the page into the filter. Right-click on anything that comes up and use "Reset".

  • Whenever i on my iphone 5 from switch off mode, it always ask passward of my apple id for every downloaded application to get started?

    Whenver i on my iphone 5 from switch off mode, it always ask passward of my apple id for every downloaded application to get started?

    Hello knarfsnrub,
    Welcome to the Apple Support Communities. if you are having issues with connecting the Remote app with your Apple TV, then the following article provides troubleshooting steps to resolve the issue.
    Remote app for iPhone, iPad, or iPod touch can't connect to iTunes or Apple TV
    http://support.apple.com/kb/TS1741
    Regards,
    -Norm G.

  • Listener not getting started after db upgrade from 10.2.0.2.0 to 11.2.0.2.0

    Dear all
    i have successfully upgrade oracle database from 10.2.0.2.0 to 11.2.0.2.0 through dbua but after upgrade i have copied listener and tnsname from realese to and new release then i follow these step
    Stop listener   it get stop perfectly
    start listener  it won't get start  it gives ora-12560 error
    i have checked and change the  file at /usr/sap/sid/sys/profile/oracle also
    if there is anything to do with control file let me know
    Kindly suggest for the above

    Hi Rajendra,
    Please refer:
    1755636 - Database Administrators Segregation
    480266 - Problems with the SYSDBA/SYSOPER/INTERNAL connect
    700548 - FAQ: Oracle authorizations
    Divyanshu

  • FM to read files starting with TEST(for example) from Unix server

    Hi all,
    Is there a FM to read all the files which start with TEST (for example) from the Unix server?
    Requirement is if we put TEST* in the selection screen for the filename, it should read all the files which start with TEST from the default Unix path.
    Thanks and regards,
    Anishur

    Function Modules
    http://www.erpgenie.com/abap/functions.htm
    http://www.sapdevelopment.co.uk/fmodules/fmssap.htm
    http://www.erpgenie.com/abap/index.htm
    http://www.geocities.com/victorav15/sapr3/abapfun.html
    Rewards if useful.........
    Minal

Maybe you are looking for

  • Forms 10.1.2.0.1 release against 11G db

    Which is the minimal release of Oracle forms () certified with 11g Db? is it 10.1.2.0.1? Because we are thinking to upgrade our Forms 10.1.2.0.1 to Forms 11g, and I read that 10g db is not certified with forms 11G, I decided to do the followings 1) I

  • Reading all related keys from a properties file

    I have in my propeties file, keys the following way: FIRST_DATASOURCE=COM.XYZ.ABCSERVER.JDBC1 SECOND_DATASOURCE=COM.ABC.SERVER2.JDBC1 FIRST_DATASOURCE=COM.123.SERVER3.JDBC3What is the solution to read all the keys wit _DATASOURCE and return as a stri

  • Report Background Engine takes long time

    Hi all, I'm using Reports6i while the db is a 10gXE instance. When I click for the report, I see RBE starts but nothing happens for about 2-3 minutes; also in task manager I see RBE doesn't use CPU. After those minutes, ther parameter form appears. E

  • Setting Priority Dynamically in Decision Step

    Hi Experts, My requirement is to set priority of the user decision based on a container element value. Depending on the container element values, some times the workitem should be created with priority 5 (medium) and some times it should get created

  • Password file ,SPfile

    Hi I want to take back up of password file and spfile/pfile how? I am working in oracle 10g under solaris environment thanks raj