How to use compaq test drive program

I have registered for compaq testdrive program and I got a user id and password. But I couldn't find any step-by-step instructions or any other help for the first time users. Cany any one help me using 9iAS on Tru64Unix?

Hi Naveen ,
Enhancement Spot are available.
Examples:
-End of Executable Program, Include, Function group, Dialog module
-Begin/End of Form routine / Function module / Method
-End of a structure
-End of Private/Protected/Public Section of a local class
If you want to create Implementation , You have to right click on yellow color line and gve Zxxx and save it in any
transport request under any dev class. Then you can write your own code and save it and activate it .
Later If you want to Transport it you need to transport this request.
Reqward if usefuil
Thanks
Jagadeesh.G

Similar Messages

  • Bounded int beed help making a test driver  program

    Bounded int here's my code i want to make a test drive program
    getLowerBound that returns the lower bound for the object
    getUpperBound that returns the upper bound for the object
    getValue that returns the current value for the object
    setValue that modifies the value for the object - if the value passed to the method is within the bounds then the value can be changed, however if the value is outside the legal range then the value should not be changed
    public class BoundedInt{
    private static final int intLowerBound = 3;
    private static final int intUpperBound = 10;
    private int value;
    public BoundedInt() {
    this.value = 3;
    public void setValue (int tempValue) {
    if(tempValue < intUpperBound && tempValue > intLowerBound) {
    this.value = tempValue;
    public int getValue () {
         return value;
    public int getLowerBound () {
         return intLowerBound;
    public int getUpperBound () {
         return intUpperBound;
    this is my test drive program (i dont know if i did it right) when i compile it it gives me this error am i doing some thing wrong or i may b missing some line of code ??
    import java.util.*;
    public class testdriver {
    public static void main(String[] args) {
    Scanner scan = new Scanner (System.in);
    BoundedInt b = new BoundedInt(2);
    System.out.println(b);
    out put : testdriver.java:30: cannot find symbol
    symbol : constructor BoundedInt(int)
    location: class BoundedInt
    BoundedInt b = new BoundedInt(2);

    1) When you post code, use the CODE button or [code] and [/code] tags to preserve formatting and make your code readable. Copy/paste from your original source in your editor, NOT from your post here, which has already lost all formatting. Most of us won't even bother reading your post otherwise.
    2) What is your question. Don't say, "How do I make a test driver?"

  • How to use a jdbc driver in caf

    Hi, all.
         I tried to make a ws to access DB with CAF, but I had no idea how to use a jdbc driver(.jar).
        Can anyone do me a favor? Thx 
        PS: my server is ce7.1
    Edited by: Louis HUANG on Jul 27, 2009 1:09 PM

    hi
    If you want to interact with db tables in caf,try like this.
    it may work..
    Using EJB call database tables using jdbc driver.
    Expose EJB as webservice.
    and using External service option of caf utilise this webservice in caf,do the necessary mappings..
    you can search in sdn,how to call DB tables in EJB..
    Regards
    sowmya.

  • How to use external hard drive and iTunes together?

    how to use external hard drive and iTunes together?

    Yes I did get to that part.... I went trough external to retrive itunes folder... When I selected the folder, it said that it was locked, choose another folder... I then went to my external again to my itunes folder and and used command I to see if folder was locked and it wasn't.... it was suggested on another forum to reboot.. which I did and still same problem... All I want to do is link my external hard drive that has my itunes playlist from another Mac to my new one.. and to also use the external as the main source for adding new songs to my playlist...

  • How to use upload condition record program RV14BTCI

    Hi
    how to use upload condition record program RV14BTCI.
    kathir.

    Hi,
    To run this program we have to maintain Upload file in Application Directory,
    We have to maintain 3 levels of records in that file.. my feel you upload through BDC or LSMW.
    For your information,
    The batch input program RV14BTCI reads the parameters is necessary
    Giving sequential file and creates (depending on the data
    In the file seq) one or more batch input sessions.
    The data are seq file in the following structure expected:
    - The session a session intent (Table KOBTCI, Record 0)
    All other records until the next session, the intent
    Last session assigned to read
    - The head condition Sentence (Table KOBTCI, record 1)
    All other records until the next condition,
    Last read head appropriate rate
    This includes the corresponding condition
    Condition table
    - The key sentence of a Main (Table KOBTCI, record 2)
    It must be directly on the head set to follow
    It contains the key condition of the table
    + Detail fields
    - The season record has a subordinate clause (Table KOBTCI, record 3)
    The teams relate to the key sentence in the main
    Best Regards,
    KSK

  • How to use Enhancement spot in program

    Hi gurus,
    now i am working ecc 6.0, so how to use Enhancement spot in program, can anybody explain step by step.
    Rewarded with points.
    Thanks
    Naveen

    Hi Naveen ,
    Enhancement Spot are available.
    Examples:
    -End of Executable Program, Include, Function group, Dialog module
    -Begin/End of Form routine / Function module / Method
    -End of a structure
    -End of Private/Protected/Public Section of a local class
    If you want to create Implementation , You have to right click on yellow color line and gve Zxxx and save it in any
    transport request under any dev class. Then you can write your own code and save it and activate it .
    Later If you want to Transport it you need to transport this request.
    Reqward if usefuil
    Thanks
    Jagadeesh.G

  • How to use ComponentWork CWSerial to program such thing like HyperTerminal does to communicate 2 PCs through its RS232?

    Right now I use null modem cable, I can communicate 2 PCs use hyper-terminal. I wonder how to use ComponentWork CWSerial to program such kind of job? Thanks!

    Hi Kevin,
    Of course this will take a little work, but CWSerial should be able to handle this without too much hassle. Take a look at the example program usually included in C:\Program Files\National Instruments\MeasurementStudio\VB\Samples\Instr\Basic Serial
    You should be able to use this example as a starting point.
    Hope this helps out!!!
    Best Regards,
    Aaron Kobayashi
    Application Engineer
    National Instruments

  • How to use multiple tape drive for single filesystem on single client.

    Hello All.
    I want to backup single filesystem with multiple tape drive.
    Incase of Symantec veritas netbackup "NEW_STREAM" for multi-stream backup.
    Backup client has a  single backup filesystem like /data1  directory with 4 LTO6 drives.
    /data1 directory doesn't have a sub-direcotry, just present a files.
    If /data1 directory has a sub-directory like /data1/aaa, /data1/bbb, /data1/ccc , Is it possible to use multiple drives?
    Please anybody answer the questions.
    Thanks advanced.

    See how to use multiple tape drive from single client when I want to backup single filesystem?

  • How to use the dvd drive...?

    Hi Guys,
    Just bought my new 15" 2.53 Mhz Duo Core MacBook Pro a month ago but until now I haven't figured out how to use the DVD drive. Well I can't seem to find where it is actually... Does all MacBook Pro has dvd drive? Coz when I check back apple's website and look for the same macbook pro specification like my one, it has a dvd drive included so I thought my macbook has it for sure but can't or don't know how to use it... This is my first time to have an apple that's why...
    Hoping for your help..
    Thanks,
    Danny

    Hi there Danny.
    I believe you are looking for the location of the DVD drive... right?
    If you are looking at your computer while it is open, it should be on the right hand side... "under" the keyboard. There is a slit that allows the DVD to be inserted into the computer. I think if you start to insert a DVD in there (shiney side down) part way, it will suck it into the computer.
    (note: I'm not exactly sure, because I use a 7 year old iBook that has a pop-out DVD tray... but I think it will suck it in for you)

  • How to use DB2 XA driver instead of default DB2 driver

    Hi,
    I've been using the default DB2 driver (com.ibm.db2.jcc.DB2Driver) for a datasource until now. I need to switch to using an XA approved driver to handle some two phase commits. It appears Oracle has an XA driver for DB2 (weblogic.jdbcx.db2.DB2DataSource) but whenever I use it I get the following error:
    [BEA][DB2 JDBC Driver][DB2]PROGRAM NAME NULLID.DDJU360B 0X4A44424334444232 NOT FOUND IN PLAN null
    What does this error mean? How can I switch to an XA DB2 driver?
    Thanks...

    DB2 running on AIX:
    select * from sysibm.sysversions;
    7010200     2001-04-11 17:01:21.478428     WBDID04
    8020000     2005-02-01 19:55:13.083939     SYSIBM
    8020800     2007-09-08 08:16:45.496058     WBDID04
    WebLogic Server 10.3 running on Windows XP.
    Using the XA driver works fine for WebLogic Server 8.1 and the existing DB2 database. So, I'm wondering what went wrong when I upgraded to 10.3.
    The error happens on server startup when it's trying to test the connection:
    <25-May-2010 3:28:44 o'clock PM GMT-06:00> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSIBM.SYSDUMMY1" set up for pool "csp" failed with exception: "java.sql.SQLException: [BEA][DB2 JDBC Driver][DB2]PROGRAM NAME NULLID.DDJC360B 0X4A44424334444232 NOT FOUND IN PLAN null".>
    Any ideas?

  • Need help in deciding how to use new hard drives & SSD

    I've read through the suggested drive arrangements for 4 drives, but mine is a bunch of different drives and I would like some help.  I have some drives coming and would like to set them up to be most efficient for PPro CS5 and Encore CS5.  Here is what I have (or will have in the next few days):
    Drive 1:  New SSD for OS (win7 - 64) and programs - it is a Crucial C300-256GB and will be here in a few days.
    Drive 2: A new WD Black 1TB - It will be here tomorrow.
    Drive 3: Samsung 1TB drive
    Drive 4: Hitachi 750 GB drive
    I have run some benchmarks on drive 3 & 4 and they are about the same - not terribly fast.  I assume that Drive 2 will be the fastest of the hard drives, and of course the SSD will be the fastest of them all.  Any suggestions?

    RobertBoy,
    You have a really strong system!
    Assuming you are running CS5, your system would benefit most from some level of RAID and to be fully balanced. I would suggest one of the following to match up with the rest of your setup:
    1) hardware RAID w/ redundancy (i.e. RAID 5, etc.) with 5 1TB drives (between $1000 - $1500)
    2) 3 or 4 drive RAID 0, by adding matching drives to any of the 3 drives that you have already (only pick one, retire the other two) (between $125 - $250)
    Either of these options would require buying new drives (matched drives are strongly recommended for RAID arrays), and should be configured as per Harm's Generic Guideline for Disk Setup for Number of Disks = 5 (yes, even if you only go with a 3x RAID 0).
    3) If you are really trying to save $$$, just follow Harm's guideline for Number of Disks = 4 and use your current drives, however I'm sensing with your choice of boot drive (pretty sweet C300!) you probably would not mind adding some additional matched drives and then using the leftover 2 unmatched drives for backups or other use.
    The following thread includes some before / after mention of how CS5 performance was impacted by changes to drives in terms of PPBM5 benchmark testing:
    How changes to CPU speed, RAM size, and drives (SSD and hard drives) impacted my PPBM5 score
    If you have the time, you could test option 3 above using PPBM5 and see where your system falls. If you do, I would be interested in your finding - please post the results back to this thread as well.
    Regards,
    Jim

  • How to use RSAN_PROCESS_EXECUTE in abap program

    Hi all,
    Does someone know how to use RSAN_PROCESS_EXECUTE in a abap program to execute an analytical process created in the transaction RSANWB?
    I create a variant 'ZPC_ALIM_DL' for RSAN_PROCESS_EXECUTE. I would like to execute this program with this variant in a background job, but it seems that the job executed but it does nothing.
    See below a part of the code.
    SUBMIT RSAN_PROCESS_EXECUTE
                 WITH VARIANT = 'ZPC_ALIM_DL'
                 USER SY-UNAME VIA JOB L_JOBNM1 NUMBER L_JOBCOUNT1
                 AND RETURN.
    Thanks in advance,
    L.

    Hi Ludovic,
              I am using RSAN_PROCESS_EXECUTE with a variant in process chain. simply include 'abap program' type in process chain mention RSAN_PROCESS_EXECUTE as the program name and mention the variant you created for your apd process and run. I have tested it in dev and it has worked for me. let me know if this helps!
    Thanks
    Suresh R Kovvuru

  • How to find ADOBE form driver program

    Hi,
    How to find out ADOBE form driver program. I have form name and interface name. I want to know driver program.
    Thanks
    Ramesh

    Hi,
    You can the following two ways.
    1)Go to your Interface or the Form which you have created -> Use Display object list to see form and Print program that are linked to that Interface.
    2) You can use NACE transaction->
    Select the application type, and Click Output Types->
    Choose the Output type and Click on Processing Routines
    Here you can find the Driver program and and the Corresponding PDF Form.
    Regards,
    Amit.

  • F110 - output using Form and Driver program

    Hi All,
    I need to prepare Sap Script Form for F110 tcode.
    standard scriptname to be use is F110_IN_AVIS
    standard driver program to be use is RFFOAVIS_FPAYM.
    but i dont know, where to assign these to F110 and check the output weather Form is displaying the data in correct way or not.
    Thanks for you help.
    Srinivas

    Hi Jayasri,
    Thanks for your reply, if i mentioned wrong, could you please tell me what should i mention for "Payment Advisor to Vendors".
    After mentioned the form name in FBZP. How to check the output on Form using F110. Because, to execute it, when I hit "Printout", am getting jobname. With that jobname, if i go to sm37, i am getting the status has "Finished". So can't i see the output.
    If i see the output, then only i can do the need full changes to my client requirement.
    Could you please help me on this.
    Thanks for your reply.
    Satya Srinivas

  • How to use an external drive with 2 Macs?

    Using an external drive for LR 5.4 files and can download and view without any issues on my MacBook.  However, when the same drive is attached to my iMac I cannot download or view any files on the external drive that were added after March of this year.  Any ideas on how to go about resolving this issue?

    The following screenshot might be helpful. It shows where in Lr preferences you can configure which catalog Lr uses as the default. If you need to direct it to an external drive then use the 'Other' option to point to this drive then next time Lr launches set it back 'Load most recent catalog'

Maybe you are looking for

  • How can I gift an iPad app on a specific day, like birthday?

    In answering an earlier question (How can I buy a specific iPad app for someone else?) https://discussions.apple.com/people/King_Penguin gave the following helpful tip:  http://support.apple.com/kb/HT2736 So far, so good (except that now I'll need to

  • Sound card not working anymo

    Hello. i've been working on this for the past 5 hours, but i've taken a breath and now i'm going to post here to see if any one can help me out. Im working with 2 computers, heres one: [Computer One] Yesterday, i first noticed that when i plugged in

  • Maxl - .bat ERROR

    This maxl script works perfectly when run within EAS maxl editor (minus the login and spool), when we run it via a .bat file the calculation will run but nothing else. Any help please????? thanks!!!!!!! Here's the maxl script: login '*****' '******'

  • Link between output type and associated program/function module..

    hi, where do i see this link when i configure idocs in EDI scenario ? thks

  • Server restart issue

    After upgrading from SP1 to SP3 in sql server 2008, server is restarting regularly. Is it because of service pack upgrade? Thanks Shashikala