BANKAPP SAMPLE - HOW TO DO...

I've tried to execute the bankapp sample, but I got
the follow message below:
162526.IPLANTTUXDES3!TMS_SQL.400: 041102: TUXEDO Version 6.5 32-bit Windows.
162526.IPLANTTUXDES3!TMS_SQL.400: LIBTUX_CAT:262: INFO: Standard main starting
162526.IPLANTTUXDES3!TMS_SQL.400: xa_open - QLopendb: LIBDUX_CAT:451: file system
error: LIBDUX_CAT:78: existing shared memory doesn't match database
162526.IPLANTTUXDES3!TMS_SQL.400: LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open
returned XAER_RMERR
162526.IPLANTTUXDES3!TMS_SQL.400: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
162526.IPLANTTUXDES3!TMS_SQL.400: LIBTUX_CAT:300: ERROR: tlogopen: gptblopen:
UNIX sys call error - 2
I'm using Tux 6.5 with NT 4.0.
What did I forgot?
Thanks for any help.
Andre Silveira David
Systems Engineer
IplanRio - BRAZIL

Andre,
sys call error 2 is usually ENOENT, "No such file or directory"
( You can find the errors defined in errno.h)
It looks like the system cannot find the TLOG file to open it.
Is the TLOG created and does TLOGDEVICE in the *MACHINES
section point to it?
David
"Andre David" <[email protected]> wrote:
>
Scott,
Yes, I used different values for IPC.
Inside UBB I'm using:
*RESOURCES
IPCKEY          81035
and I changed the crbank.cmd for using others IPCs:
set DIPCKEY1=62921
set DIPCKEY2=62922
set DIPCKEY3=61923
so I run crbankdb.exe and I had "crbankdb successful."
without mistakes or warning messages.
Could you give anymore tips?
Thanks a lot for your help.
Andre Silveira David
Systems Engineer
IplanRio - BRAZIL
Scott Orshan <[email protected]> wrote:
Make sure that you are using different ipc keys for the databases, and
for Tuxedo itself. They each need independent IPC resources.
Andre David wrote:
I've tried to execute the bankapp sample, but I got
the follow message below:
162526.IPLANTTUXDES3!TMS_SQL.400: 041102: TUXEDO Version 6.5 32-bitWindows.
162526.IPLANTTUXDES3!TMS_SQL.400: LIBTUX_CAT:262: INFO: Standard mainstarting
162526.IPLANTTUXDES3!TMS_SQL.400: xa_open - QLopendb: LIBDUX_CAT:451:file system
error: LIBDUX_CAT:78: existing shared memory doesn't match database
162526.IPLANTTUXDES3!TMS_SQL.400: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open
returned XAER_RMERR
162526.IPLANTTUXDES3!TMS_SQL.400: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
162526.IPLANTTUXDES3!TMS_SQL.400: LIBTUX_CAT:300: ERROR: tlogopen:
gptblopen:
UNIX sys call error - 2
I'm using Tux 6.5 with NT 4.0.
What did I forgot?
Thanks for any help.
Andre Silveira David
Systems Engineer
IplanRio - BRAZIL

Similar Messages

  • Failed in testing bankapp sample ( Pro*C ver)

    Hello.
    A few days ago, I got the bankapp sample Pro*C version from OTN site.
    According to README, I succeded to make TM, compile code, build the tables in Oracle 10g, make tuxconfig using ubbshm and finally I started the process successfuly using tmboot command.
    Then, I typed bankclt and select the menu ( 5. Open Account ) and input the required parameters
    but OPEN_ACCT returned fail message - Invalid branch number...
    I couldn't figure out what I missed or was mistaken.
    I tried many times using different parameter values, but I couldn't open the account after all.
    To know what is wrong, I searched the error message - "Invalid branch number" in source codes using grep command, but I failed to find the source code which have that error message. so I didn't make any progress.
    Could you help or advise to solve the problem ?
    My test environment is
    1. HW : CPU - Intel i5 64bit dualcore, Memory - 6G
    1. OS : Redhat Enterprise Linux 5 64bit ( 2.6.18-194.11.4.el5 )
    2. Compiler : gcc version 4.1.2 20080704 (Red Hat 4.1.2-48) X86_64
    3. Database : Oracle 10gR2 Linux X86-64 ( 10.2.0.1.0 )
    4. Tuxedo : Tuxedo 11gR1 Linux X86-64 (11.1.1.2.0)
    =================================================================
    [tuxedo@kr028211 bankapp]$ bankclt
    Welcome to the Tuxedo Bank
    Make a selection from the following choices
    1. Balance Inquiry
    2. Withdrawal
    3. Deposit
    4. Transfer
    5. Open Account
    6. Close Account
    0. Exit Application
    Enter Selection: 5
    Please enter Last Name: Hong
    First Name: Chang
    Middle Initial: B
    Social Security Number: 111-11-1111
    Mailing Address: [email protected]
    City, State and Zip: Los Angeles, CA, 90001
    Telephone Number: 111-111-1111
    Account Type C - checking S - Savings: S
    Bank Branches are
    1-San Francisco 2-Los Angeles 3-Dallas 4-Chacago 5-St. Louis
    6-Atlanta 7-Maimi 8-Philadelphia 9-New York 10-Boston
    Desired Branch For Account: 2
    Initial Balance: 100
    OPEN_ACCT returns failure (Invalid branch number)
    ===========================================================================
    thanks in advance.
    minnypa
    Edited by: user11286352 on Oct 2, 2010 6:39 AM
    Edited by: user11286352 on Oct 2, 2010 6:40 AM

    thanks for your comment, Todd
    Did you mean that I should run the script that insert the branch and account rows to the tables ?
    I couldn't find the script that insert data to the tables. As I explained before, I ran the crbanktab.ora by running crbank command, so I created 4 tables - BRANCH, ACCOUNT, TELLER, HISTORY but the tables had no data rows.
    Is there any method to insert branch data in order to test using bankclt client ?
    Because I am a beginner in Tuxedo application, it is hard to invoking BR_ADD service by myself.
    Could you provide detail information how to insert branch data ?
    thanks.
    minnypa

  • Need samples how to use classes in WebDynpro

    Hi,
    I Need To simple Samples how to use classes in WebDynpro.
    Regards

    Continued....
    and in the model
    right click->create model
    select the radio button import java bean .
    next ADD jars option will be seen
    Browse the jar on the dekstop.
    now add this model to the used models by right clicking on it.
    Now if you go to Data Modeler.
    You will find the used model.
    From there map to the component controller->view Controller.
    And continue with ur coding.
    Hope this helps you.
    Thanks & Regards,
    Lokesh.

  • Problems when invoking "ant run" for sample how-to-ejb30-mdb

    Hi,
    I'm new to J2EE and Java. I get the following error when invoking "<ant run" from the command-line as indicated in MDB 3.0 tutorial "http://www.oracle.com/technology/tech/java/oc4j/10131/how_to/how-to-ejb30-mdb/doc/how-to-ejb30-mdb.html". Note that the sample application ejb30mdb had already been successfully deployed to my stand-alone OC4J 10.1.3.1.0. Can anybody advise on how to resolve this problem?
    Buildfile: build.xml
    [taskdef] Could not load definitions from resource oracle/ant/taskdefs/deploy/antlib.xml. It could not be found.
    [taskdef] Could not load definitions from resource oracle/ant/taskdefs/ws/antlib.xml. It could not be found.
    common:
    [echo] BuildName: ejb30mdb
    [echo] BuildHome: D:\My Documents\foo\sample\how-to-ejb30-mdb
    [echo] BuildFile: D:\My Documents\foo\sample\how-to-ejb30-mdb\build.xml
    [echo] BuildJVM: 1.5
    oracle-env-check:
    java-env-check:
    init:
    [echo] -----> Initializing project properties
    run:
    [java] java.lang.NoClassDefFoundError: oracle/oc4j/appclient/AppClientContainer
    [java] Exception in thread "main"
    [java] Java Result: 1
    BUILD SUCCESSFUL
    Thanks
    Travis

    Problem solved. The code works. Just a typo when setting the ORACLE_HOME environment variable. However, I do get the following error when invoking "ant run". Is this a problem?
    Buildfile: build.xml
    [taskdef] Could not load definitions from resource oracle/ant/taskdefs/deploy/antlib.xml. It could not be found.
    [taskdef] Could not load definitions from resource oracle/ant/taskdefs/ws/antlib.xml. It could not be found.
    common:
    [echo] BuildName: ejb30mdb
    [echo] BuildHome: D:\My Documents\foo\sample\how-to-ejb30-mdb
    [echo] BuildFile: D:\My Documents\foo\sample\how-to-ejb30-mdb\build.xml
    [echo] BuildJVM: 1.5
    oracle-env-check:
    java-env-check:
    init:
    [echo] -----> Initializing project properties
    run:
    [java] Jan 25, 2007 4:17:17 PM oracle.j2ee.jndi.JndiMessages warningMultipleReferencesOnRefName
    [java] WARNING: Multiple references have been defined using the the same ref name "jms/demoTopic". The container will only bind the reference defined last in the deployment descriptor.
    [java] Starting Topic Session
    [java] Message Sent to JMS Topic, Check Server Console to See whether MDB got activated!
    BUILD SUCCESSFUL
    Total time: 3 seconds
    Thanks,
    Travis

  • Problem with bankapp sample application.

    I'm trying to configure and run the bankapp application for Tuxedo 8.0 under HP-UX, but I'm getting errors to connect to database.
    I'm using the RM=TUXEDO/SQL and when I run the script crbank I get the the following error messages:
    sql: Operation 'create table': rm error
    sql: LIBDUX_CAT:475: block size invalid
    sql: Operation 'LIBSQL_CAT:74: create index (table file)': rm error
    sql: LIBDUX_CAT:460: invalid rm file name
    Does anyone know how to solve this problem?
    Thanks in advance for any help!
    Best regards,
    Airton

    Airton,
    Before running bankapp, you must set the BLKSIZE parameter in the bankvar
    file to a multiple of the machine file.
    The README file explains how to set BLKSIZE.
    For HP-UX, BLKSIZE must be set to 1024 or to a multiple of 1024.
    Ed
    <Airton Vargas> wrote in message news:[email protected]..
    I'm trying to configure and run the bankapp application for Tuxedo 8.0 under
    HP-UX, but I'm getting errors to connect to database.
    I'm using the RM=TUXEDO/SQL and when I run the script crbank I get
    the the following error messages:
    sql: Operation 'create table': rm error
    sql: LIBDUX_CAT:475: block size invalid
    sql: Operation 'LIBSQL_CAT:74: create index (table file)': rm error
    sql: LIBDUX_CAT:460: invalid rm file name
    Does anyone know how to solve this problem?
    Thanks in advance for any help!
    Best regards,
    Airton

  • Sample : How to Installing AIR3 SDK in FlashDevelop 3 ?

    Hi everyone, if you not use Adobe Flash CS or Adobe FlashBuilder
    but you need to test AIR 3.0 SDK. I need to share sample that i try to other IDE as open source FlashDevelop.
    let's see below how to do that :
    ** For WIN version ONLY
    Requirement :
    1.     FlashDevelop 3.3.4 RTM  [recommend]
    2.     Flex SDK 4.5.0.19786 [recommend]
    3.     AIR 3.0 SDK
    Walkthrough this step :
         1. download and extract Flex SDK to "C:\flex_sdk_4.5.0.19786"
         2. download and extract AIR3.0 SDK to AIR3.0
         3. In folder AIR3.0 copy all file and paste in folder flex_sdk_4.5.0.19786.
         4. If you never install FlashDevelop just follow through it's installation,
              thenrun FlashDevelop goto "Project > New Project..."
         5. choose "AIR AS3 Projector"
         6. type your project name in text filed after "Name :"
         7. Browse.. "Location :" where you need to save your project, then click "OK"
         8. type your author name and click "OK",
              now your new project was created
         9. goto "Tools > Program Settings..."
         10. click "AS3Context" on left panel
         11. see on right panel click "Flex SDK Location"
         12. Browse.. to "C:\flex_sdk_4.5.0.19786"
         13. click "FlashViewer" on left panel
         14. see on right panel click "External Player Path"
         15. Browse.. to "C:\flex_sdk_4.5.0.19786\runtimes\player\10.2\win\FlashPlayerDebugger.exe", then click "Close"
         16. goto "Tools > Flash Tools > Documentation Generator..."
         17. goto tab "Settings"
         18. in text filed below "ASDoc location:"
         19. Browse.. to "C:\flex_sdk_4.5.0.19786\bin" , then click "Save Settings"
         20. see on right panel in FlashDevelop
              open file "CreateCertificate.bat"
              edit in line :
                   set PATH=%PATH%;$(FlexSDK)\bin
              change to
                   set PATH=%PATH%;C:\flex_sdk_4.5.0.19786\bin
         21. open file "PackageApplication.bat"
              edit in line :
                   set PATH=%PATH%;$(FlexSDK)\bin
              change to
                   set PATH=%PATH%;C:\flex_sdk_4.5.0.19786\bin
         22. open file "Main.as" it's place inside folder src on right panel
              add this code to test your AIR runtime version
              import flash.desktop.NativeApplication;
              trace(NativeApplication.nativeApplication.runtimeVersion);
              Example :
              package
                  import flash.display.Sprite;
                   * @author Porawee Raksasin
                  public class Main extends Sprite
                     import flash.desktop.NativeApplication;
                      trace(NativeApplication.nativeApplication.runtimeVersion);
                      public function Main():void
         23. press F5, then you will see window adl and AIR window on screen as below :
         24. Finally, your output is...
              Done(0)
              [Starting debug session with FDB]
              3.0.0.3880
         Yeah! your app now ready for AIR 3.0.
    Hope you enjoy with AIR 3.0
    Thanks,
    Porawee

    Found the solution:
    1. Download latest Flex SDK and AirSDK, and extract it into some new folder (in same order: Flex then Air)
    2. Add SDK to FlashDevelop (4.0 beta), Tools -> Programm Settings -> AS3Context -> "Installed Flex SDKs" -> Double click on the button with three dots "..." next to the value of this row, choose there your SDK
    3. Create new Air 3 project. In Project properties, compiler options, put "-swf-version=13" into "Additional Compiler Options" under "Compiler options" tab
    4. In Project settings, choose 3.0 in the Platform section of Output tab
    5. edit application.xml:
    <application xmlns="http://ns.adobe.com/air/application/2.7">
    replace with
    <application xmlns="http://ns.adobe.com/air/application/3.0">
    6. empty "bin" folder of the project.
    That did help me

  • HT203167 I purchased the full book from the iTunes Store after reading the sample but the full length will not download only the sample  how do I fix this?

    I purchased a full length book after reading the sample but only the sample will download  how do I fix this   as the full length book appears under purchased books?

    First try a Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least Ten seconds... (But can take Longer)... until the Apple logo appears. Release the Buttons
    If no joy... Try a Restore...
    1: Connect the device to Your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    3: If the device doesn't appear in iTunes, try using the Steps in this article to force the device into Recovery Mode.
    From Here
    http://support.apple.com/kb/TS3281
    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download
    Note on Recovery Mode.
    You may need to try this More than Once... Be sure to Follow ALL the Steps...
    Once you have Recovered your Device...
    Re-Sync your Content or Restore from the most Recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766

  • OTN Sample HOW- TO's

    hi,
    a lot of people seem to be having problems
    getting oracle otns samples to work correctly
    this is mostly due to newer releases of eg
    xsql which are not documented in the sample
    or as is the case many users do not have
    the same setup as the otn people do.
    not to detract from the excellent work robert
    & the others are doing @ otn
    please keep this thread alive as an ongoing
    forum for otn sample work arounds & to make
    it easier for people to get their samples
    working
    thanx
    pete
    anyone want to post a detailed how to
    for flight finder ??
    null

    Hi,
    I have an example of OTN sample code for XML
    that doesn't seem to work: the program XSLTransform
    at http://technet.oracle.com/tech/xml/parser_java2/index.htm
    will not compile because the method createURL(java.lang.String)
    cannot be found. I cannot find this method anywhere in Oracle's documentation or libraries, in the W3C specs, or in Java.
    If someone at Oracle could clear this up I'd sure appreciate it...
    Thanks,
    Rick

  • Logic X making duplicate file of samples, how to stop this ?

    Ater i drag a sample (lets say a kick drum) into the sequencing area, Logic makes a duplicate file of the sample being used ... (KickExample_2-24b)
    How do i stop this from happening ?

    The Art Of Sound wrote:
    Note:
    Accessing the forum via this URL helps a little..
    https://discussions.apple.com/community/professional_applications/logic_pro/cont ent
    and then pressing the activity button helps see new posts and/or replies...
    Still not great..... but a tiny bit better.
    From the above link:
    Over here the activity button seems to be showing posts from unrelated forums?

  • Netbeans game sample - how to restrict sprite from walking over a water

    Hello,
    I am new with Java game and Netbeans.
    I have tried creating the 2nd level - Dessert and have added the sprites and the water pool. The water pool is added as a tiled layer. However, when running the program the Karel sprite walks over the water pool. How do I restrict it from doing this much like the Forest level?
    Thanks in advance.

    Thanks morgalr for the information.
    I've found the matrices in the sample as you mentioned.
    However, Netbeans has created a new feature that allows drag and drop creation of tiled layers, scenes and sprites. Matrices for the tiled layers will be generated by Netbeans and the codes are not editable.
    The same tiled layers were used in both Forest and Desert scenes. However in the default Forest scene it worked but with the new Desert scene it doesn't.
    If anybody have tried this would appreciate some oppinions.
    Thanks.

  • BC4J Audit Users Sample - How to use in a Class Diagram

    I downloaded/reviewed the BC4J sample for auditing users, and am trying to incorporate it into a Class Diagram,
    so I can explicitly show that my 'Entity' extends EntityAudit. When I create an 'EntityAuditImpl' Entity Object in the Class
    Modeller, and then try to indicate that my 'Entity' extends EntityAuditImpl, I get a null pointer exception when applying the change.
    Help! What is the proper way to express the relationship is a Class Diagram?

    Randy,
    It sounds as though you're trying to model the type of relationship where one entity object extends another one - which
    in this case isn't the right relationship. In this case only the Java classes are being extended. So if your new EO is
    called MyEO:
    EntityAuditImpl extends EntityImpl
    MyEOImpl extends EntityAuditImpl
    One way to model this relationship:
    1. Add a new entity object (MyEO) to your UML diagram
    2. On the diagram, double-click MyEO to edit your entity object
    3. In the entity object editor, select the Java page then click Extends...
    4. In the Base Classes dialog, click Browse... to the right of the Row field, and navigate to EntityAuditImpl
    5. Click OK, OK, OK to dismiss all of the dialogs.
    If you take a look at MyEOImpl.java you'll see that the class extends EntityAuditImpl.
    6. On the diagram, right-click MyEO and select Show Implementation Files. This adds MyEOImpl to the diagram.
    7. Now, right-click MyEOImpl and select Show Related Elements. This adds EntityAuditImpl to the diagram, and shows
    it as being the superclass of MyEOImpl.
    Hope this helps
    Blaise

  • FloralMatchMaker sample how do bring the game board to the front of the scene

    Want to use the example FloralMatchMaker but want to add an image in the background
    When I do this , the game board  is behind the pic in the final scene and can not be clicked
    How do I get the game board to come to the front

    Use CSS z-index to move your background back or board up.sym.$("background").css("z-index":1);
    And a higher number for the rest.
    I do not have a way to look at it right away, so I  not sure what the setting is. But usually z-index manipulation works.

  • Sample project how to use Itext (pdf) in webdynpro

    Hi all,
    Have someone a sample how to use Itext in a webdynpro.
    Richard

    Hi Roberto and Bala,
    Sorry, I was thinking the wrong way!!
    Please can you check my source, I a'm get an error by opening the new window. the error : D:\PDFfromJava.pdf (The system cannot find the file specified)
    this my source:
        //@@begin wdDoInit()
        wdContext.currentPersonalDataElement().setFirstName("Richard");
        wdContext.currentPersonalDataElement().setLastName("Middelburg");
         Document document = new Document();
         try {
          PdfWriter.getInstance(document, new FileOutputStream("D:
    PDFfromJava.pdf"));
           document.open();
           document.add(new Paragraph("Hi, this is demo PDF file from JAVA!"));
         catch(DocumentException de) {
         //     wdComponentAPI.getMessageManager().reportException(de.getMessage(),false);
         wdContext.currentContextElement().setTest("fout1");
         }catch(IOException ioe) {
         //     wdComponentAPI.getMessageManager().reportException(ioe.getMessage(),false);
         wdContext.currentContextElement().setTest("fout2");
         File file = new File("D:
    PDFfromJava.pdf");// from iText library
         try
              IWDResource wr = WDResourceFactory.createCachedResource(getBytesFromFile(file), "PDF Report", WDWebResourceType.PDF);
              IWDWindow w = wdComponentAPI.getWindowManager().createNonModalExternalWindow(wr.getUrl(0), "PDF Report");
              w.show();
         catch (Exception e)
              wdComponentAPI.getMessageManager().reportException(e.getLocalizedMessage(), false);
              wdContext.currentContextElement().setTest("fout3");
        //@@end
    //@@begin others
      public static byte[] getBytesFromFile(File file) throws IOException {
                    InputStream is = new FileInputStream(file);
                    // Get the size of the file
                    long length = file.length();
                    // You cannot create an array using a long type.
                    // It needs to be an int type.
                    // Before converting to an int type, check
                    // to ensure that file is not larger than Integer.MAX_VALUE.
                    if (length > Integer.MAX_VALUE) {
                         // File is too large
                    // Create the byte array to hold the data
                    byte[] bytes = new byte[(int)length];
                    // Read in the bytes
                    int offset = 0;
                    int numRead = 0;
                    while (offset < bytes.length
                             && (numRead=is.read(bytes, offset, bytes.length-offset)) >= 0) {
                         offset += numRead;
                    // Ensure all the bytes have been read in
                    if (offset < bytes.length) {
                         throw new IOException("Could not completely read file "+file.getName());
                    // Close the input stream and return bytes
                    is.close();
                    return bytes;
      //@@end
    Richard

  • Sample for how to use DirLstWrite

    I am looking for a sample how to use DirLstWrite. I took a DIAdem training course at the end of March in Michigan for 5 days, my teacher's name is David xxx. He supposes to send me an exsample. I have not received it. Does anyone know his email? My email is [email protected]

    Hello,
    I don't know who the person was that was teaching the class in Michigan, but here is an example of how to use the DirLstWrite command in DIAdem:
    Call DirLstWrite("C:\Datafiles","Test*.dat","filename","test.lst",0)
    Here is a description of the different items that this command is made off:
    Call - VBS function, calls a DIAdem function
    DirLstWrite - Command for storing file names in an ASCII file
    "C:\Datafiles" - Directory in which to search for the data files that need to be put into the LST file
    "Test*.dat" - Parameter to describe the file name(s) that need to be put into the LST file
    "filename" - Parameter that determines how the results will be sorted in the LST file (by file name, by file leng
    th, by extension, by date/time of creation)
    "test.lst" - name of the LST file
    0 - Parameter that determines if the files found with the DirLstWrite function will be added to an exisitng list file or put into a new file (if a file of the same name already exists, it will be overwritten)
    The result of the above example will be this:
    Test1.dat
    Test12.dat
    TestA.dat
    TestC.dat
    I hope this helps. Please let me know if you need additional information.
    Otmar
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."

  • How can I register joltasp?

    I have registered all the joltasp classes located
    in "G:\WINNT\java\trustlib\bea\jolt\pool\asp"
    manually as follows:
    G:\WINNT\java\trustlib>javareg /register /control
    /q /class:bea.jolt.pool.asp.AspDataSet
    /codebase:. /progid:BEAJOLTPOOL.AspDataSet
    /typelib:AspDataSet.tlb
    ...and other nine classes .....
    The registration job is successfully accomplished. In
    bankapp samples for ASP, tellerForm.asp is correctly loaded.
    In the service call, inquiry the balance of 10001 account retrieves Nothing:
    Set output = pool.call(Request("SVCNAME"), Null, Nothing)
    After I replace Null with iodata(0)
    <!--the content of iodata(0) is:
    {SVCNAME=[INQUIRY], ACCOUNT_ID=[10001]}
    //-->
    the sentence retrieves:
    {SBALANCE=[$20343.00], FORMNAM=[CBALANCE]}
    It's right! But another sentence goes wrong:
    Call template.eval(iodata)
    In IIS log files, I found the reason:
    2001-09-26 04:03:23 211.68.68.60 - 211.68.68.60 80 POST /bankapp/tlr.asp |66|80004005|java.lang.ClassCastException:_bea/jolt/pool/Result
    500 Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0)
    the data type of iodata(0) is AspDataSet, but
    the data type of iodata(1) is Result. Although both parents
    are "bea.jolt.pool.DataSet"
    What's the problem? Maybe I should register other classes
    located in "G:\WINNT\java\trustlib\bea\jolt\pool", if so, How
    can I register it?

    Please be aware that this forum is a peer to peer support forum, it is not a direct link to HP support.  To Contact HP click here for information.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

Maybe you are looking for

  • Single Click on a Row in ALV Grid

    Hello, I am using 'CL_GUI_ALV_GRID' class for displaying an ALV grid. The requirement is when an user clicks on a row of the grid, a popup should be displayed with the details of that line, the user can edit/enter some fields there and when clicks on

  • How to use the Java objects or methods in pl/sql function as a parameter

    dear all, I java object passed as a parameter in pl/sql. how can i access the java objects as parameter in pl/sql function. please give a soultion to me mohan reddy

  • OS X Lion: Suddenly can't login to your Mac? [SOLVED]

    I went to make some lunch, and left my Mac running. In the meantime it went into sleep. When I got back, it prompted me with my login password to wake it from sleep. I entered it about 100 times, very painstaikingly and carefully, but it wouldn't log

  • Flash and XML help : (

    Hi all bit of a newbie, so probably quite easy if you know how:eek: would anyone beable to help with sorting out an XML file, what I have is a tooltip that loads in via XML and exported from flash. the XML loads in 2 text fields,  field and field2. w

  • Iphone not showing up in Finder on Leapord?

    My iphone is not showing up on the finder when I use it with Leapord? Why is this happening to me? Help! -Confused and Lonely