How to set up a JDI/NWDI track??

Hi all,
i want to set up a JDI track but dont even know the basics of JDI so can anyone help me on this??i have configured JDI/NWDI on two servers.Does anyone knows what are the basic steps for setting up a JDI track or links to any docs.Please guide me..its urgent!!!
Points will be given immediately
Regards,
Ameya

Hi Ameya,
Setting an NWDI track is part of a wider process of establishing an NWDI working environment. Please follow uo <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/67/95544251dcc153e10000000a1550b0/frameset.htm">this</a> for a complete tutorial.
If creating a track is all you need than have a look <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/43/e99618e1582d53e10000000a422035/frameset.htm">here</a> but I strongly recommend to go through the entire tutorial to get a better view.
P.S.
Why not posing it at the JDI forum?
Hope it helps,
Roy

Similar Messages

  • GarageBand - How to set different BPM for each track?

    Hi, for the last couple of years, I've been using Sony Acid on my PC to mix multiple tracks to make blends and remixes of songs. I've just switched of the a MacBook, and am trying to get Garage Band to do the same. I'm curious whether or not I can set the BPM of each track individually so they will all play at the same BPM when mixed. I'm only able to find the master BPM that changes the entire BPM. Any help would be great. Thanks in advance.

    Well, as far as I can see you don't really want different BPMs on each track, but you want all tracks to have the same tempo - only you want to make the tracks fit that tempo.
    You could do that in GB by first bringing each of the tracks to the desired tempo, then export it and re-import it. (There's some other ways to do it, but they all involve some fiddling around and maybe some math.*)
    Logic offers a nice feature where you can shorten and lengthen a region just by dragging it out. That could be used for the purpose you're trying to achieve.
    *For example: Determine the BPM of each of the tracks. Set the project's tempo to the BPM of track A. Import track A, turn it purple so it follows the tempo. Then set the project to project B's tempo, import it, etc. You will end up with all tracks in the same tempo, and you can still make the whole project go faster or slower.

  • I have no idea how to set up a pie chart for tracking spending with categories

    This is what I want to do to help me track my credit card spending.
    I want to make a Numbers sheet where i can jot down how much money i spent on a item, and what category that item would go with (example, food, electronics, gas, so on).
    and then i want to have a pie chart that will show much how much money i'm spending in each category and how much of a percentage of the total each category takes up of the whole.
    I have no idea how to set this up in a sheet. I tried typing it in a few times and every time i go to make a pie chart, it never shows me any of the results i want to see.
    can someone please help me set up a sheet to be able to get this information to display correctly in a pie chart?

    Brad,
    Create a table with the categories and the data (for now you can make up the data):
    Now add a chart from the Charts menu in the toolbar:
    Now click the "Add Chart Data" button just below the chart.
    Now select data (from column B) in the table.  Last trick is to click the menu at the bottom-left corner of the window and change the selection to "Plot rows as series" :
    Now add formulas to the table to properly summarize the data from your data entry table using the sumif() function.

  • How to set a Object value by JDI

    How to set a Object value using JDI?
    For example:
    class User{
      private String name;
      private String id;
    set and get method;
    public static void main(String[] args) throws Exception {
            VirtualMachineManager vmm = Bootstrap.virtualMachineManager();
            List<AttachingConnector> connectors = vmm.attachingConnectors();
            SocketAttachingConnector sac = null;
            for (AttachingConnector ac : connectors) {
                if (ac instanceof SocketAttachingConnector) {
                    sac = (SocketAttachingConnector) ac;
                    break;
            if (sac == null) {
                System.out.println("JDI error");
                return;
            Map<String, Connector.Argument> arguments = sac.defaultArguments();
            Connector.Argument hostArg = arguments.get("hostname");
            Connector.Argument portArg = arguments.get("port");
            hostArg.setValue(HOST);
            portArg.setValue(String.valueOf(PORT));
            vmMachine = sac.attach(arguments);
            List<ReferenceType> classesByName = vmMachine.classesByName(CLSNAME);
            if (classesByName == null || classesByName.size() == 0) {
                System.out.println("No class found");
                return;
            ReferenceType rt = classesByName.get(0);
            List<Method> methodsByName = rt.methodsByName(METHODNAME);
            if (methodsByName == null || methodsByName.size() == 0) {
                System.out.println("No method found");
                return;
            Method method = methodsByName.get(0);
    I will connect to server and monitor the remote server JVM , There is a object of User, I want to change its value by the Java Debugger Interface by client.
    so how to set its value by the client, and I can not got the User bean at client.
    I know the basic type filed value changed as follows:
    Value newValue = vmMachine.mirrorOf("change var value");// this field is a string.
    stackFrame.thisObject().setValue(field, newValue);
    But a Object , how can I change its value.
    Thanks Advanced.

    ObjectReference.setValue() is the method for chaining the value of an Object's field. First you need to find the specific Object you want to change, though.
    /Staffan

  • TS4006 how to set a tracking from the computer if someone stolen the ipod

    how to set a tracking from the computer if someone stolen the ipod

    Welcome to the Apple Community.
    You can only locate your device when it is logged into iCloud and 'Find My Phone' is enabled, additionally the device will need to be switched on and connected to a wifi or cellular network.
    Unfortunately, you cannot activate iCloud or 'Find My Phone' remotely.

  • How to put portal logon page CE 7.3 ui.war file in NWDI Track

    Hi,
    We are using sap portal CE 7.3 in our project. I have customized portal logon page. for this I have downloaded ui.war file from portal server in my local machine that is on my desktop and this ui.war file i have imported in my NWDS and done the required modification.
    Now I have to put this development that is modified ui.war in my NWDI track which is currently lying on my local machine Desktop, please let me know how to transport this ui.war file and ear project associated with this war file into NWDI track.
    because from NWDI track only this customized logon portal page has to go to QA and Prd system.This is strict client requirement.
    Please help me.
    Thanks

    Hi Arush,
    Instead of importing the war file into NWDI track,you can create new web module project  in NWDI using New-->Development Infrastructure-->DC-->Java EE-->WebModule and copy paste the WebContent folder Jsp's and xml files which are inside the ui.war in your local machine. Then for this web module you can create ear file for deploying .I have done in this way it worked.
    Regrads,
    Srinivasan V

  • NWDI Track defination for E-Commerce (crm)

    Hi ,
    we need to set up newtrack for our e-commerce system in NWDI .In the document it says ..
    1)
    "Copy original Software Component from SAP-SHRAPP to CUSTCRMPRJ
    • Change Context Root
    • Exclude SAP-SHRAPP from deployment "
    Q:What does it mean?
    2) during the track defination we have added follwoing components :
    CUSTCRMPRJ 5.0 sourceand archive
    SAP-SHRAPP 5.0 source selected flag for excluded from deployment
    SAP-SHRWEB 5.0 sorce& archive
    Q:Should we set exclude from deployement falg for SAP-SHRWEB 5.0 also?
    If I follow according to the document , its overwriting this component on development runtime system..
    Could anybody explain me what is issue ?am i missing some configuration steps ?
    or should we set flag exclude from deployment for all standard sap components ? is that recomended by sap ?
    Thanks
    Tagore

    1)
    "Copy original Software Component from SAP-SHRAPP to CUSTCRMPRJ
    • Change Context Root
    • Exclude SAP-SHRAPP from deployment "
      -  This is to create your DCs based on the CUSTCRMPRJ instead of the SAP-SHRAPP.
        Following describes the reason for it;
    In order to be able to compare the SAP standard web applications with the extended applications, it makes
    sense to have two deployments. The first one is the one delivered by SAP, the second one contains project
    specific extensions. This chapter describes how to set up such an application.
    ) during the track defination we have added follwoing components :
    CUSTCRMPRJ 5.0 sourceand archive
    SAP-SHRAPP 5.0 source selected flag for excluded from deployment
    SAP-SHRWEB 5.0 sorce& archive
    Q:Should we set exclude from deployement falg for SAP-SHRWEB 5.0 also?
    A: No, this is where you would modify JSPs and other java components so it needs to be deployed after the enhancements, refer to pg. 141 ~ 142.

  • How to set up Airport Extreme with Charter ARRIS Modem TM902A for the first time for WIRELESS.

    How to set up Airport Extreme with Charter ARRIS Modem TM902A for the first time for WIRELESS.
    When Charter Tech goes to your site, have them connect the modem up, but do not connect the modem to your iMAC or MacBook Pro.  What you want to do is connect the Airport Extreme to the iMac or MacBook Pro first with the Ethernet Cable. You have to do this to configure via Airport Utility to set up the Base Station Name & Base Station Password.
    You will then create/configure a Wireless Network, create your Wireless Password that will be entered on each of your Devices, example, Apple Tv, your iPhone, etc., you want to allow access to your Wireless Network you are creating.
    Wireless Security will be -> WPA/WPA2 personal or just WPA2
    Enter the Wireless Password you want
    Verify the Wireless Password (enter it again)
    After it is created you will see it on the Airport Utility window with the name you created for it and to the left, will be a Dot (circle that will be yellow).
    Next you then want to unplug the power to the Airport Extreme, and then take the end of the Ethernet cable you unplugged from the iMac or Lap top MacBook Pro and connect it to the back of the Modem.
    Next unplug the power cord from the modem and wait about 5 minutes, then plug the power back into the Arris Modem and wait until all lights come back on the modem wait
    about 5 minutes, then plug the power cord back to the Airport Extreme and you will see it the light blinking yellow.  Wait about 5 to 10 minutes, during this time Restart you IMAC or MacBook Pro, and once it is back up click on the Airport Utility and you should see on the Airport Utility screen.
    For INTERNET to the left the light should be green and you should see the Airport Extreme also appear and the light to the left on the screen should also be green.  If they are, you then should be able to click on the Wireless Symbol on top of bar of the screen and click to select the Wireless Network Name you created.
    If you Do Not See the light (Icon) next to INTERNET turn Green, or if you see the Internet Light Green, but the Light (Icon) next to the Airport Extreme is yellow, unplug the power again to the modem and unplug the power again to the Airport extreme and wait about 15 minutes or up to 30 minutes. Then plug the power cord back to the modem wait till all the lights light up then, plug the power cord back into the Airport Extreme and Restart your iMAC or MacBook Pro.
    The Airport Extreme light should change from yellow to green. Open up the Airport Utility to see what the indicators are showing they should both be green.  Again select Wireless network you created under the Wireless Icon on the top right of the screen. Open Safari and see if you are able to Route to a web page or the apple site should appear.
    WHAT TO DO IF YOUR AIRPORT EXTREME WAS PREVIOUSLY SET UP FOR USE WITH ANOTHER CARRIERS ROUTER OR MODEM.
    NOTE:  If you already had your Airport Extreme connected for example, I previously had ATT Uverse and the Airport Extreme was connected to the Wireless Router Model 3801HGV, I disabled the Uverse Wireless and used the Airport Extreme for the Wireless signal in bridge mode, as the Airport extreme Signal is much stronger than the Uverse router, and I was able to obtain a Wireless signal with the Airport Extreme way much better with no signal loss which was very very frustrating with the Uverse router.
    Anyhow if you had it hooked up like this, now that you will be using it with the Charter ARRIS Modem TM902A, you will need to reset the Airport Extreme to clear out the old data it has in memory, with the previous set up otherwise it will not work. Trust me I spent 6 hours trying to make it work reading all Apple Support Community questions and answers relating to this type issue/problem others have been having trying to get their set up working. I tried all the tips, and I finally decided just to see if by chance I would be able to connect with someone with Charter Tech support who might be familiar with Apple to be able to assist me and by luck I did.  He told me why it was not working and was all due the previous configuration with the ATT Uverse router was still in memory with the Airport Extreme. Finally it was 10:30 PM when I decided to call Charter Tech Support and I had been working on this since 3:00 pm pacific. I did not call them earlier as all the post I read said they never received any good help from Charter. After calling them I finished up by 11:00 PM and was able to finally connect Apple Tv, iMac, iPhones and Macbook Pro. We love our Apple Product and Happy all is connected with the new
    Internet Provider Charter. I must say the speed is way way much better than it ever was with AT&T Uverse. 
    THIS IS WHAT YOU WILL NEED TO DO:
    First you will need to unplug the Airport Extreme, then by taking the tip of a pen or paper clip end you need to push the reset button on the back of the Airport Extreme and hold it
    down and at the same time plug the power cord back into the Airport Extreme count to 5 or 10 then release the reset button. Then once he light in front of the Airport Extreme stops blinking you need to plug the Ethernet cable from the Airport Extreme to your iMAC or Macbook Pro, and restart which ever one you have, then open the Airport Utility once it is back up.  If you see airport extreme pop up with the old network name or it shows and yellow triangle click on the Airport Extreme ICON it will not let you configure it but will ask if you want to get rid of it or remove and just do it.  Then Again restart your iMAC or MacBook Pro, open up Airport Utility again, and on the top left you should see under “Other Airport Base Stations” the MAC ID for the Airport Extreme.
    You will then create/configure a Wireless Network, create your Wireless Password that will be entered on each of your Devices, example, Apple TV, your iPhone, etc., you want to allow access to your Wireless Network you are creating.
    Wireless Security will be -> WPA/WPA2 personal or just WPA2
    Enter the Wireless Password you want
    Verify the Wireless Password (enter it again)
    After it is created you will see it on the Airport Utility window with the name you created for it and to the left, will be a Dot (circle that will be yellow).
    Next you then want to unplug the power to the Airport Extreme, and then take the end of the Ethernet cable you unplugged from the iMac or Lap top MacBook Pro and connect it to the back of the Modem.
    Next unplug the power cord from the modem and wait about 5 minutes, then plug the power back into the Arris Modem and wait until all lights come back on the modem wait
    about 5 minutes, then plug the power cord back to the Airport Extreme and you will see it the light blinking yellow.  Wait about 5 to 10 minutes, during this time Restart you IMAC or MacBook Pro, and once it is back up click on the Airport Utility and you should see on the Airport Utility screen.
    For INTERNET to the left the light should be green and you should see the Airport Extreme also appear and the light to the left on the screen should also be green.  If they are, you then should be able to click on the Wireless Symbol on top of bar of the screen and click to select the Wireless Network Name you created.
    If you Do Not See the light (Icon) next to INTERNET turn Green, or if you see the Internet Light Green, but the Light (Icon) next to the Airport Extreme is yellow, unplug the power again to the modem and unplug the power again to the Airport extreme and wait about 15 minutes or up to 30 minutes. Then plug the power cord back to the modem wait till all the lights light up then, plug the power cord back into the Airport Extreme and Restart your iMAC or MacBook Pro.
    The Airport Extreme light should change from yellow to green. Open up the Airport Utility to see what the indicators are showing they should both be green.  Again select Wireless network you created under the Wireless Icon on the top right of the screen. Open Safari and see if you are able to Route to a web page or the apple site should appear.

    I just got a Charter Modem. Model TM822. While I was moving, my Airport Extreme was still at my old place.
    I have a Linksys WRT320N I used for the initial Charter setup.
    I can get my Airport to work here, but the Internet light on the Modem flashes Yellow.
    Hasn't caused any issues so far but one thing I did notice.
    On the Linksys there were 3 DNS servers listed.
    The Airport Extreme only lists 2 and i don't see where I could add another, only change whats already there.
    I tried everything above, but light on modem still flashes yellow.
    I have the technicians cell phone. Told me "that shouldn't be" and gave the same advice listed above.
    I'll break down and call Charter one day, see if it's on their end. NSA tracking may need a reset LMAO.

  • How to set up triangle business in purchase order and intrastat

    Hi all,
    my question is, how to set up the supplier when they
    instructs another supplier in an different country with delivery.
    I can change the UID in the Goods Receipt but intrastat ignores this.
    thank you
    Gerhard
    Edited by: Rui Pereira on Jan 19, 2009 4:53 PM

    Hi Gerhard,
    Sorry for very very late reply.
    But I want to know if you are raising PO on supplier A then why you required track of supplier B.
    Now just see,
    If you want to pay any extra charges for supplier B then you can make this transaction by using Landed Cost functionality. In that in Broker field you put supplier B . so that supplier B's account also get hitted.
    But I want to know why you want to consider tracking of supplier B. Supplier A can purchase material from anywhere. You have to make A/P Invoice on supllier A only.
    Plz revert back if it not solves your problem.
    Thanks
    Yatindra

  • How to change icon of a Folder-track?

    By Folder-track I mean the Folder in Arrange window that is created from "packing reions". Is that even possible in LogicPro7 - to change it's icon?
    I mean I know how to change icons for my audio tracks, audio-instrument tracks. And it would be nice if I can assign different icons for different Folder-tracks.
    I did not find how to do that

    It is possible... use option-command-hold on the icon of the folder in a track in the arrange and up pops the many icons to choose from.
    You can set the icon to something other than the folder.
    To make different folders I guess you would have to do some image editing
    and make your own icons but that is pretty easy.
    Put your user create icons here...
    ~/Library/Application Support/Logic/Images/Icons
    and logic will load your numbered image file instead of the default ones that
    Logic would normaly use.
    Note: 1.png is the file name of the regular folder icon.

  • Creating a custom DC in the NWDI Track.

    Hi,
    How to create a custom DC using NWDS and add it to the NWDI track in 7.0. Your valuable suggestions are highly rewarded.
    Thanks!
    Surya.

    Dear Guru's,
      When I try to create a DC project in NWDI with vendor as test and DC name as test2, its giving me the following error message and doesn't allow me to create the DC project.
    Syntaz of test/test2 is not valid. Invalid name; on this server no names of category  SAP_DevelopmentComponentName are allowed at all.
    Can you please advice me here.
    Thanks.

  • JDI-CMS track with single system

    We installed the JDI sp13 on our J2EE Engine 640 development system. We are goingto configure it (all the components DTR, CBS, CMS) in order to start a project developmentò.
    We will export the developments using .sca files, and we will move them on a separate system for test purpose.
    That second system is out of our network.
    How should be configured the CMS track on our Development system, having only one runtime system ?
    We need it just to export the .sca files.
    This information is missing on the JDI documentation. The scenarios indicated into the HelpOnline suppose always to have more that one runtime system, as far we know.
    In the ABAp world in this case is enought to create a virtual system into the STMS transacion in order to allow to the system to export th developments.
    How do that in the JDI -Java world ?
    Regards

    Hi Antonello,
    check on to this link for the error:
    http://help.sap.com/saphelp_erp2005/helpdata/en/a6/a4214174abef23e10000000a155106/frameset.htm
    Regards,
    Nagarajan.

  • How to set the debug port for Eclipse for OracleAS 10g Enterprise

    Hello All,
    I am using OracleAS 10g Enterprise, and using dcmctl to startup the server.
    But i do not know how to set the debug port in the startup script for debugging with Eclipse.
    I have tried to add the following options to the dcmctl.bat, but still failed:
    -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=4000
    i.e in the dcmctl.bat script:
    set jvmargs=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=4000
    set ex=%ohome%\jdk\bin\java -Djava.net.preferIPv4Stack=true %jvmargs%
    Do anyone know how to configure the debug port setting?
    Thank you for your great help!.

    Hi, have you double checked that your oc4j is started with Sun's JVM or any other JVM that recognizes the kind of remote debug option as above? You can find the JVM used by oc4j in the ORACL_HOME/opmn/conf/opmn.xml.
    To double check that your oc4j is started in debug mode, you can test with another remote debugger. Say, with the jdb in sun's jdk jdb -connect com.sun.jdi.SocketAttach:hostname=yourHost,port=4000 (Personally, I also use Jdeveloper or Jswat to double check.) If you can connect with jdb, then you have to check your Eclipse. Can its remote debugger connect to any java application at all?

  • NWDI Tracks Lost in dev.

    Dear All,
    We are in some peculiar position. We have our nwdi tracks confitgured in our development system including dtr, cms and cbs.
    so when we deploy application it should go to dev and then transported to other 2 systems. We have a central SLD in production system box.
    Due to some issues, our dev system went down during Support pack upgrade and now we cannot login: login failure: all modules disabled.
    We also dont have the backup as the backup is erased. what we have is offline file system backup.
    We are planning to put our qa backup, in development system and then change all JCO and system objects paths to point to our R3 dev system. but we will loose all our tracks, versions of developed components in this activity.
    My questions is how we can again apply our tracks and version, code of already developed components in the nwdi after configuring it again in the dev system.
    Please help
    ANkur

    HI Ankur,
    if you have an offline filesystem backup everything should be ok. because after all a DB Backup with brtools rman or other tool is jsut saving the database files to another location.
    So i would just do a recovery of your database with this files.
    In case this is not possilbe, The only change I see to recover your sources is if they went to assembly once. In this case you can find SCA files of your application in your CMS/archives folder. In default this is located under /usr/sap/trans/EPS/in.
    If the SCAs are assembled with sources you can setup your track and checkin this SCAs. You will have the sources of the last release then in your new track.
    If they don't went through assembly or without sources and your databse is broken with no way to recovery, things look mighty bad in my opinion.
    Hope this helps
    Jan

  • How to set switch 2900, c3550 or ASA to send traps to monitoring server

    how to set switch 2900, c3550 or ASA to send traps to BB monitoring server?
    is it just snmp-server enable etc?

    You're on the right track.
    Please refer to the following Cisco document for a detailed explanation:
    Cisco IOS SNMP Traps Supported and How to Configure Them

Maybe you are looking for