Barcode sample couldnot run in 9ias

barcode sample couldnot run in 9ias
Oraclebarcode.jar Doesn't work on webserver
I have downloaded the example on how to print a barcode using the oraclebarcode.jar in 9i. It works on my local install of the reportserver(devloper9i), but when I move it out to the webserver(9ias), it doesn't work. It gives this error:
Terminated with error: <br>REP-771: 'beforereport': Fatal PL/SQL error occurred. ORA-39565: Message 39565 not found; product=RDBMS; facility=ORA
the beforreport trigger code below
globals.barcode_to_use:=BarCodeConstants.BAR_CODE_128;
The jar file is in the reports_classpath, as well as the report. What else to try????

1.I have reslove the problem.
2.add d:\oracle\reports\jlib\oraclebarcode.jar to REPORTS_CLASSPATH。
3.add d:\oracle\reports\jlib\oraclebarcode.jar to CLASSPATH。
4.modify d:\oracle\reports\conf\<server_name>.conf。add d:\oracle\reports\jlib\oraclebarcode.jar 到engine element 的classpath attibute。
<engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000" classPath="d:\oracle\reports\jlib\oraclebarcode.jar">。
<engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000" classPath="d:\oracle\reports\jlib\oraclebarcode.jar"/>

Similar Messages

  • IFS-20010 when running in 9ias Rel2

    We have a web-application built using JSP/Java and IFS. Running as a web-app under 9iAS Rel2, LibraryService.startService always fail with IFS-20010. The same code runs nicely outside the web container.
    Looking at file activity on the computer, we see some peculiarities:
    1) While running under 9iAS the process tries to find the file c:\oracle\AppServer\javacache\cachedobjects\classes\oracle\ifs\server\properties\IfsDefault.properties. When this file does not exist, it looks no further.
    2) Running outside 9iAS, the process looks in the classpath (as expected).
    Does anybody know anything about this?

    Here's what one of our developers has to say:
    You can try putting the file in the web app's WEB-INF/classes directory.
    It depends on where they put the ifs jars, because they may be loaded by a classloader that can't look in WEB-INF/classes. I assume they have the jars in WEB-INF/lib. If they put them somewhere higher up then it won't work.
    I need more info, it's all about class loaders. There are other techniques to add different directories to the classpath of different class loaders, but again it matters where ifs.jar is.
    They can add the IfsDefault.properties to the ifs.jar file, but of course that's one ugly solution, but it'd work all the time.

  • How to manipulating HelloPartner sample to run on two machines

    Hi,
    I am trying to manipulate the HelloPartner example, so the Requester + Hub
    is running on one machine, and Replier is running on a different machine (on
    the same LAN).
    I have changed the following:
    RequesterAndHub-machine:
    ReplierPartner (trading partner):
    General-tab: "locale" to "remote"
    Transport-tab (URI Endpoint): "http://127.0.0.1:7001/ReplierPartner" to
    "http://nameOfReplierMachine:7001/ReplierPartner"
    Replier-machine:
    HelloPartnerHub (trading partner):
    General-tab: "locale" to "private"
    Transport-tab (URI Endpoint):
    "http://127.0.0.1:7001/HelloPartnerHub" to
    "http://nameOfResponseMachine:7001/HelloPartnerHub"
    The collaboration agreement between RequestorPartner and HelloPartnerHub has
    been disabled and unregistered.
    But when I try to run the sample I get the following error:
    to jan 31 14:25:59 CET 2002: <Hub> ERROR: Unrecoverable error
    com.bea.b2b.messagequeue.QueueException while delivering message from queue,
    HUB_MESSAGESTORE_URL_sendQueue Throwing away message:
    http://127.0.0.1:7001/RequestorPartner:HelloPartnerConversation:1.1:Requesto
    r_RequestorPartner_1012483415614_821012483415614:0 Exception:
    com.bea.b2b.messagequeue.QueueException
    How do I change the configuration to get the two machines communicate?
    Thanks, Morten

    It might be easier to answer "How to manipulate HelloPartner sample to run
    on two machines", which will help me learning WLI. Thanks.
    Morten
    "Morten Hansen" <[email protected]> wrote in message
    news:3c594c9a$[email protected]..
    Hi,
    I am trying to manipulate the HelloPartner example, so the Requester + Hub
    is running on one machine, and Replier is running on a different machine(on
    the same LAN).
    I have changed the following:
    RequesterAndHub-machine:
    ReplierPartner (trading partner):
    General-tab: "locale" to "remote"
    Transport-tab (URI Endpoint): "http://127.0.0.1:7001/ReplierPartner"
    to
    "http://nameOfReplierMachine:7001/ReplierPartner"
    Replier-machine:
    HelloPartnerHub (trading partner):
    General-tab: "locale" to "private"
    Transport-tab (URI Endpoint):
    "http://127.0.0.1:7001/HelloPartnerHub" to
    "http://nameOfResponseMachine:7001/HelloPartnerHub"
    The collaboration agreement between RequestorPartner and HelloPartnerHubhas
    been disabled and unregistered.
    But when I try to run the sample I get the following error:
    to jan 31 14:25:59 CET 2002: <Hub> ERROR: Unrecoverable error
    com.bea.b2b.messagequeue.QueueException while delivering message fromqueue,
    HUB_MESSAGESTORE_URL_sendQueue Throwing away message:
    http://127.0.0.1:7001/RequestorPartner:HelloPartnerConversation:1.1:Requesto
    r_RequestorPartner_1012483415614_821012483415614:0 Exception:
    com.bea.b2b.messagequeue.QueueException
    How do I change the configuration to get the two machines communicate?
    Thanks, Morten

  • Barcode sample cound not run in 9ias

    Oraclebarcode.jar Doesn't work on webserver
    I have downloaded the example on how to print a barcode using the oraclebarcode.jar in 9i. It works on my local install of the reportserver(devloper9i), but when I move it out to the webserver(9ias), it doesn't work. It gives this error:
    Terminated with error: <br>REP-771: 'beforereport': Fatal PL/SQL error occurred. ORA-39565: Message 39565 not found; product=RDBMS; facility=ORA
    the beforreport trigger code below
    globals.barcode_to_use:=BarCodeConstants.BAR_CODE_128;
    The jar file is in the reports_classpath, as well as the report. What else to try????

    Hello Yong,
    Are you using JSP or Paper Layout ?
    For JSP, you need to add the jar file to your OC4J environment to do that you can update the server.xml, application.xml (global for all applications in $OC4J_home/config) or orion-application.xml (local to your application, in $OC4J_home/application-deploymnent/<appName>) file and add this entry:
    <library parth="<path to >/oraclebarcode.jar">
    If you are using paper layout, with in process server, you need to modify your report server configuration file to add the jar file to your Report Engine class path: (this file is in $report_home/conf/rep_<server>.conf)
    look for <engine id=rwEng ....
    and add this attribute ... classPath="<path to >/oraclebarcode.jar" ...
    If you have some problem with memory consumption you can also add some jvm parameter using another attribute
    ... jvmoption="-Xmx128M" ... (Mmx maximum memory size)
    Regards
    Tugdual

  • Barcode sample could not run in 9ias

    Oraclebarcode.jar Doesn't work on webserver
    I have downloaded the example on how to print a barcode using the oraclebarcode.jar in 9i. It works on my local install of the reportserver(devloper9i), but when I move it out to the webserver(9ias), it doesn't work. It gives this error:
    Terminated with error: <br>REP-771: 'beforereport': Fatal PL/SQL error occurred. ORA-39565: Message 39565 not found; product=RDBMS; facility=ORA.
    the beforreport trigger code below
    globals.barcode_to_use:=BarCodeConstants.BAR_CODE_128;
    The jar file is in the reports_classpath, as well as the report. What else to try????

    Hello Yong,
    Are you using JSP or Paper Layout ?
    For JSP, you need to add the jar file to your OC4J environment to do that you can update the server.xml, application.xml (global for all applications in $OC4J_home/config) or orion-application.xml (local to your application, in $OC4J_home/application-deploymnent/<appName>) file and add this entry:
    <library parth="<path to >/oraclebarcode.jar">
    If you are using paper layout, with in process server, you need to modify your report server configuration file to add the jar file to your Report Engine class path: (this file is in $report_home/conf/rep_<server>.conf)
    look for <engine id=rwEng ....
    and add this attribute ... classPath="<path to >/oraclebarcode.jar" ...
    If you have some problem with memory consumption you can also add some jvm parameter using another attribute
    ... jvmoption="-Xmx128M" ... (Mmx maximum memory size)
    Regards
    Tugdual

  • Can a war file created in 10g JDev run from 9ias Server v9.0.2.0.1

    Hi,
    I've created a small struts based project from 10g JDeveloper tutorials available on the OTN. I've packaged it to a WAR file and deployed it to the 9iAS server v9.0.2.0.1. The deployment is successful, but when i run the application from the URL, i get the following error,
    "java.lang.NoClassDefFoundError: oracle/jbo/mom/PropertyNameValueDef
         at oracle.adf.controller.struts.actions.DefaultStrutsPageLifecycleFactory.getJSPLifeCycle(DefaultStrutsPageLifecycleFactory.java:34)
         at oracle.adf.controller.struts.actions.DefaultStrutsPageLifecycleFactory.getPageLifecycle(DefaultStrutsPageLifecycleFactory.java:27)
         at oracle.adf.controller.struts.actions.DataActionMapping.freeze(DataActionMapping.java:212)
         at org.apache.struts.config.impl.ModuleConfigImpl.freeze(ModuleConfigImpl.java:503)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:474)
         at javax.servlet.GenericServlet.init(GenericServlet.java:44)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1687)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4020)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2218)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:585)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    the url i gave was,
    "http://<server-address>:<port>/<context-root>/browseDepartments.do"

    I have a question here..
    Will reconfiguring iAS to use J2SE 1.4 conflict with Oracle Portal (9.0.4). I mean we have everything running smooth for Portal so we want to make sure that reconfiguring iAS for J2SE 1.4 won't have any affect on Portal.
    I hope you can reply me on this or refer me to some other document.
    Thanks in advance.

  • Oracle 9i Sample Schema running in client/server mode?

    I've got Oracle 9i up on RH7.3 and have successfully executed the sample schema on the Server using the mksample.sql script.
    Now the challenge is to run these same (sample schema) SQL scripts across a network using a 9i client. I copied the demo/schema files from the server installation to the client but when I invoke the mksample script the passwords have to include a connect_identifier which, in this environment, causes the subordinate scripts to get confused.
    Has anyone else attempted to do this?

    You did not have to change any of your scripts to put the connect_identifier.
    Within SQL*Plus you can use the "SET INSTANCE <connect_identifier>" command to make that Oracle instance
    your default for this session. After you do this, all your connect statements will not require a
    connect_identifier.
    ==============================================================
    $ sqlplus /nolog
    SQL> set instance ORA901
    Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
    With the Partitioning option
    JServer Release 9.0.1.1.1 - Production
    SQL> connect scott/tiger
    Connected.
    SQL>
    ==============================================================
    As you can see, after the SET INSTANCE command, the connect command does not need a connect_identifier.

  • ODM Sample Program Run Time Errors

    I try to run Data Mining Sample programs against Oracle Sample schema data.
    When run Java Programs, (in all algorithms) following Exception occur when build model :
    --- Build Model - using cost matrix ---
    treeBuildTask_jdm is started, please wait. javax.datamining.JDMException: Generic Error.
    at oracle.dmt.jdm.resource.OraExceptionHandler.createException(OraExceptionHandler.java:142)
    at oracle.dmt.jdm.resource.OraExceptionHandler.createException(OraExceptionHandler.java:91)
    at oracle.dmt.jdm.OraDMObject.createException(OraDMObject.java:111)
    at oracle.dmt.jdm.OraExecutionHandle.waitForCompletion(OraExecutionHandle.java:232)
    at com.cbc.mytest.dmsConn.executeTask(dmsConn.java:229)
    at com.cbc.mytest.dmsConn.buildModel(dmsConn.java:200)
    at com.cbc.mytest.dmsConn.main(dmsConn.java:142)
    Caused by: java.sql.SQLException: Conversion to String failed
    at oracle.sql.Datum.stringValue(Datum.java:172)
    at oracle.dmt.jdm.scheduler.OraJobInfo.getExecutionDuration(OraJobInfo.java:235)
    at oracle.dmt.jdm.scheduler.OraJobInfo.updateJobInfo(OraJobInfo.java:168)
    at oracle.dmt.jdm.scheduler.OraJob.waitForCompletion(OraJob.java:139)
    at oracle.dmt.jdm.OraExecutionHandle.waitForCompletion(OraExecutionHandle.java:227)
    ... 3 more
    When run sql scripts following error occur when build model:
    SQL> -- Build a DT model
    SQL> BEGIN
    2 DBMS_DATA_MINING.CREATE_MODEL(
    3 model_name => 'DT_SH_Clas_sample',
    4 mining_function => dbms_data_mining.classification,
    5 data_table_name => 'mining_data_build_v',
    6 case_id_column_name => 'cust_id',
    7 target_column_name => 'affinity_card',
    8 settings_table_name => 'dt_sh_sample_settings');
    9 END;
    10 /
    BEGIN
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ORA-06512: at "DMSYS.DBMS_DATA_MINING", line 305
    ORA-06512: at line 2
    Wonder if these two appeard different errors are actually related.
    Model Build against the same data in Data Miner are fine. So that make me think Data and data type is fine. Is runtime environment needed to set in certain way???
    Please give me your valuable input in which direction to look for solutions.
    Thank you so much!
    Zhene
    Our system setting:
    Database: 10g R2 Oracle Database with OLAP, DM options.
    schema SH installed,
    Jdk 1.4.2.

    Good Morning! Xiafang,
    I just talked to our DBA, he send a the information you asked for. Please let me know if you have any suggestions.
    Thanks,
    Zhene
    Our DBA's e-mail:
    I gave dmuser everything that I normally give to myself. It has the following:
    grant sysdba,dba,connect,resource,select any dictionary to dmuser;
    This should remove privileges as an issue.
    If you execute a profile in /opt/app/oracle called .profile10 you get the following environment. Maybe you can copy .profile10 to your unix logins home directory and execute it : . ./.profile10
    PATH=./:/usr/java1.2/bin:/opt/app/oracle/product/10.2.0.1/bin:./:/usr/bin::/usr//bin:/opt/app/oracle/product/9.2/bin:/opt/SUNWspro/bin:/usr/local/bin:/usr/ucb:/usr/java1.2/bin:/opt/app/oracle/product/9.2/bin:/opt/SUNWspro/bin:/usr/local/bin:/usr/ucb
    ORACLE_BASE=/opt/app/oracle
    JAVA_PATH=/usr/j2se/bin:/usr/j2se/include:/opt/app/bea/tuxedo8.0/bin
    TUXDIR=/opt/app/bea/tuxedo8.0
    ORACLE_PATH=/opt/app/oracle/product/9.2/bin
    ORACLE_SID=OLAPDM
    DBHOST=kenny
    PS1=^[[5mkenny%oracle:$ORACLE_SID:$PWD> ${e}[0m
    ORACLE_LIBRARY_PATH=/opt/app/oracle/product/9.2/lib32:/opt/app/oracle/product/9.2/lib
    JAVA_LIBRARY_PATH=/usr/j2se/lib:/usr/j2se/jre/lib/sparc
    JAVA_VERSION=java1.2
    LD_LIBRARY_PATH=/usr/lib/:/opt/app/oracle/product/10.2.0.1/lib:/opt/app/oracle/product/10.2.0.1/rdbms/lib:/opt/openv/netbackup/bin
    JAVA_SUFFIX1=12
    ORACLE_HOME=/opt/app/oracle/product/10.2.0.1
    Don

  • XML/XSQL pages not running in 9iAS 903

    (Hopefully, this is the right place for this posting)
    I am trying to get my XML/XSQL pages to work with 9iAS 903 and I'm stuck.
    I am completely new to the XML and the XDK and have been trying since Friday to get the XDK installed and the demos to work as I'm hoping that this will get my runtime 9iAS 903 environment setup properly so that I can run my XSQL pages.
    Note I was able to install either XDK version 902 or 10 beta into the OC4J Standalone that comes with JDeveloper but when I issue the same command to install into 9iAS 903 it fails with the error listed below:
    C:\oracle\Ora9ias_j2ee\j2ee\home>java -jar admin.jar ormi://myhost.mydomain/ ias_admin welcome -deploy -file C:\oracle\xdk10beta\xdk\demo\java\xsql\xsqldemos.ear -deploymentName xsqldemos
    error:
    Error: javax.naming.NamingException: Lookup error: java.net.ConnectException: Connection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect
    So, now I'm wondering if something else need to be installed, but what?
    Bill G...

    Hi,
    Can you post your question at
    Oracle Application Server - General
    Regards,
    Anupama

  • Tutorial Sample not running

    Hi,
    I am very new to both Illustrator SDK and Adobe Illustrator software as well. My objective is to develop an illustrator plug-in for processing some eps file (for some other application). I downloaded the Illustrator SDK and tried to build the samples using Visual Studio Express Edition 2012. I got stuck as the samples seem to have used the MFC header file <afxres.h>, which is not included in VS 2012 Express Edition. Another forum member kindly pointed out that the samples do not use any MFC and advised me to replace afxres.h by windows.h. After this change I could build all the samples successfully. However, when I am running the Illustrator, I could not properly execute the main Tutorial (and several other) plug-in. For Tutorial, I see a menu option "Object->Filters->SDK->Tutorial..." coming and it gets enabled if I open a file in Illustrator. However, when I click this option nothing seems to happen (As per Adobe Start-up Guide, I should see a modal dialog box coming up), Same thing is happening in several other sample plug-ins like SnippetRunner, TransformButton, Webter etc., all of which are supposed to open a panel, but does not seem to be doing anything. However, some other plug-ins like Annotator, Multi-Arrow Tool, MenuPlay etc., which does not open a panel or dialog box but are related to user interface, are functioning properly. What can be the reason of this strange behavior? Is there any Illustrator option, which is preventing these panels from being created? Or is it somehow related to the afxres.h issue? I really think it is the first and being absolutely novice to Illustrator, I am missing out some obvious setting or something. Any help will be greatly appreciated as I really need to see the Tutorial sample as it has some functionality I want to use.
    Thanks in advance,
    Joydeep Ray

    Hi Leo,
    Many thanks for your answer. I also tried to debug the tutorial application today and noted the presence of these ...UI folder with the css, JavaScript files in them. I was wondering how to include them in the final output. Your reply has been very helpful. However, I don't see any .zxp file in my Adobe Illustrator SDK or even Adobe Illustrator installation. There is a .mxi file in each UI folder (e.g. TutorialUI.mxi). May be this is the installer. I will check with Adobe Extension Manager, which also I don't seem to have. Anyway, after going through the source code of the Tutorial code, I have understood some of the things previously unclear to me. So, I will leave installing these extensions and concentrate on my main task of opening and processing .eps files from a FileFormat plug-in, as you suggested.
    Best
    Joydeep

  • Trouble getting compiled samples to run

    Hello,
    I'm new to the after effects sdk but not to programming or sdk usage in general, but I'm having trouble getting the samples to work.
    - I've got Creative Suite 3 production premium
    - I've got After Effects cs3 sdk
    - compiled using visual studio 2005
    Seems to compile ok, but when running nothing seems to happen in most cases. In some cases I do get an error message (such as in easycheese) it returns the following error: "After Effects error: AEGP magic error (5017::10)"
    I looked up magic number in the docs and the only reference I could find to it simply said something to the effect of "don't change it".
    I've got a working script and an idea for a second project, both of which I'd like to implement using the sdk, but I can't seem to get past this first obstacle. Any help, that anyone could provide would be greatly appreciated.

    I'm seeing a problem in the MessWithMarkers function, where it calls AEGP_DisposeStreamValue. This problem doesn't happen in AE 7.0, but does in CS3.
    For some reason, the behavior of AEGP_GetNewKeyframeValue has changed between 7.0 and CS3 so that it doesn't return the streamH in the AEGP_StreamValue struct. And when the sample calls DisposeStreamValue, it wants a valid streamH. So you can update the sample for the new behavior by putting a check before the DisposeStreamValue call:
    if (value.streamH){
    ERR2(suites.StreamSuite2()->AEGP_DisposeStreamValue(&value));
    Other than that, the sample seems to run normally. You'll need to put some keyframes on the first layer in your comp, and the Easy Cheese effect will modify those keyframes and generate markers.

  • Sample production run without bom,routing

    at our client place we have a scenario where we will run sample production (before real production run) without creating bom/routing for the material...
    someone suggested we use finance internal order and then post the material documents in migo against that internal order and labor costs in kb21n..
    is this the only easiest way for this kind of scenario? or do you have any other ideas?

    Hi Swatghi Rege,
    You can create a production order without Routing and without BOM by creating a new order type.
    To be able to create an order without Routing: Change the Config in OPL8 ( order type dependent parameters) as routing optional.
    To be able to create the Order without the BOM you will need to:
    - Configure a new BOM Application. This can be done in tcode OS30.
    - Create a BOM ID in T-code OS31 with BOM Usage as Production.
    - Assign this BOM ID in BOM Application.
    - In the ID maintain a BOM alone without any items.
    - Finally in OPL8, you need to assign the new BOM Application for your Order type.
    Thansk and Regards,
    Mariano

  • Forms6i running on 9ias 9.0.2.01

    Hi All
    Is it possible to run forms6i using Oracle9ias Relase 2. (forms created using forms6i version 6.0.8.11.3 and running using Oracle9ias 9.0.2.1 (relase 2) Application server) If possible , what are the requirements.
    I have read some documents, which says about Patchset 10. But I could not find this patch set. From where i can find details about this patch set.
    Thanks
    Sreekumar

    6i Forms can only run on the 9i Application Server release 1
    9i Forms run on 9i Application Server Release 2
    which means you would have to upgrade the forms. Generally speaking this will be a case of just regenerating the fmx files on the 9i Release 2 platform.
    Regards
    Grant Ronald
    Forms Product Management

  • Exception running FML32 sample app.

    Hi,
    I configured the WTC with weblogic6.1 and tuxedo7.1. I have two sample services
    running in tuxedo
    TOUPPER
    REVERSE_STRING
    I compiled the ejb classes provided for simapapp and it ran successfully.
    However when I try to run the simpFML32 example, I get the following error in
    the client sonsole:
    Creating Rstring
    converting thestring
    There was an exception while creating and using the Rstring.
    This indicates that there was a problem communicating with the server: java.lang
    .ClassCastException: weblogic.wtc.jatmi.TypedFML32
    End statefulSession.Client...
    and the following in weblogic console:
    setSessionContext called
    ejbCreate called
    Reverse_String called, converting thestring
    About to call tpcall REVERSE_STRING
    tpcall threw TPReplyExcption TPESVCFAIL(11):0:3:Unknown(48):QMNONE(0):0
    I modified the Feld table as follows:(I already have a field table and appended
    the one provided in the example)
    *base 100
    CLFY_SUB 1 string -
    *base 300
    # *base is an offset added to rel-number.
    # Field numbers 0-100 are reserved by Tuxedo.
    # valid types are: short, long, float, double, char, string, carray
    #name           rel-number type flags comment
    TP_SITE_ID          1     string - Site Id
    TP_CONT_ID          2     string - Contact Id
    TP_CONT_F_NAME          3     string - Contact First Name
    TP_CONT_L_NAME          4     string - Contact Last Name
    TP_CONT_STATUS          5     string - Contact Status
    TP_CONT_ADDRESS1     6     string - Contact Address
    TP_CONT_ADDRESS2     7     string - Contact Address
    TP_CONT_ADDRESS3     8     string - Contact Address
    TP_CONT_CITY          9     string - Contact City
    TP_CONT_STATE          10     string - Contact State
    TP_CONT_ZIP          11     string - Contact Zip
    TP_CONT_ZIP_SUFFIX     12     string - Contact Zip Suffix
    TP_CONT_ORG_LEVEL1     13     string - Contact Org Level1
    TP_CONT_ORG_LEVEL2     14     string - Contact Org Level2
    TP_CONT_ORG_LEVEL3     15     string - Contact Org Level3
    TP_CONT_ORG_LEVEL4     16     string - Contact Org Level4
    TP_CONT_ORG_LEVEL5     17     string - Contact Org Level5
    TP_CONT_ORG_LEVEL6     18     string - Contact Org Level6
    TP_ERR_CODE          19     string - Message Error Code
    TP_MSG               20     string - Error Message
    MyString 21 string - -
    Any help will be greatly appreciated.
    Thank You
    Raju

    Solved the issue.
    I appended the MyString entry to the end of my list and modified the field number
    from 257 to follow my sequence. I guess the application is looking for that specific
    number.
    I modified the field table to replace the value for MyString to 257 and it worked
    fine.
    Thanx
    Raju
    "Raju Vatsavayi" <[email protected]> wrote:
    >
    Hi,
    I configured the WTC with weblogic6.1 and tuxedo7.1. I have two sample
    services
    running in tuxedo
    TOUPPER
    REVERSE_STRING
    I compiled the ejb classes provided for simapapp and it ran successfully.
    However when I try to run the simpFML32 example, I get the following
    error in
    the client sonsole:
    Creating Rstring
    converting thestring
    There was an exception while creating and using the Rstring.
    This indicates that there was a problem communicating with the server:
    java.lang
    .ClassCastException: weblogic.wtc.jatmi.TypedFML32
    End statefulSession.Client...
    and the following in weblogic console:
    setSessionContext called
    ejbCreate called
    Reverse_String called, converting thestring
    About to call tpcall REVERSE_STRING
    tpcall threw TPReplyExcption TPESVCFAIL(11):0:3:Unknown(48):QMNONE(0):0
    I modified the Feld table as follows:(I already have a field table and
    appended
    the one provided in the example)
    *base 100
    CLFY_SUB 1 string -
    *base 300
    # *base is an offset added to rel-number.
    # Field numbers 0-100 are reserved by Tuxedo.
    # valid types are: short, long, float, double, char, string, carray
    #name           rel-number type flags comment
    TP_SITE_ID          1     string - Site Id
    TP_CONT_ID          2     string - Contact Id
    TP_CONT_F_NAME          3     string - Contact First Name
    TP_CONT_L_NAME          4     string - Contact Last Name
    TP_CONT_STATUS          5     string - Contact Status
    TP_CONT_ADDRESS1     6     string - Contact Address
    TP_CONT_ADDRESS2     7     string - Contact Address
    TP_CONT_ADDRESS3     8     string - Contact Address
    TP_CONT_CITY          9     string - Contact City
    TP_CONT_STATE          10     string - Contact State
    TP_CONT_ZIP          11     string - Contact Zip
    TP_CONT_ZIP_SUFFIX     12     string - Contact Zip Suffix
    TP_CONT_ORG_LEVEL1     13     string - Contact Org Level1
    TP_CONT_ORG_LEVEL2     14     string - Contact Org Level2
    TP_CONT_ORG_LEVEL3     15     string - Contact Org Level3
    TP_CONT_ORG_LEVEL4     16     string - Contact Org Level4
    TP_CONT_ORG_LEVEL5     17     string - Contact Org Level5
    TP_CONT_ORG_LEVEL6     18     string - Contact Org Level6
    TP_ERR_CODE          19     string - Message Error Code
    TP_MSG               20     string - Error Message
    MyString 21 string - -
    Any help will be greatly appreciated.
    Thank You
    Raju

  • Running 9iAS Reports via Portal

    When Running a 9ias Report (JSP REPORT with mime type set to Excel )
    via the portal , the report contents are not rendered using Excel .
    Is this possible if so how ?
    Thanks
    Deepa

    helo there
    the destination must be file .
    When you execute the report the output must be in
    .xls format i hope this will work.
    Note : destination := file
    path c:\temp\one.xls
    bye

Maybe you are looking for

  • Reporting Services Point, remote SQL issue

    I'm trying to install Reporting Services Point on a remote SQL 2008 R2 SP2 server. I select the SQL server under Servers and Site System Roles and it lists the site database server name, database name (should this name be the same as the DB found in

  • Mac OS X 10.5.8  upgrade to X10.6.8.

    Hello! Currently I am running Mac OS X 10.5.8 on my IMac, the new Iphone Itunes requires X10.6.8. I use Imovie often and have an older version of it. Am I in for any surprises if I download X10.6.8? Thanks, Mike

  • FaceTime and iMessage not working.

    Face time failes. When I tried to call my dad ( ipad2 to ipad2. Both iOS 5) Sometimes it works, most of the times not, shown FaceTime failes. Even when I and my dad were running FaceTime at the same time  , and waiting for each others call, it has no

  • How to get the value incremented only when the loop is true?

    Hi,    From the snapshot attached, i want to increment the value of number indicator only once when its true and should increment the value again when the loop is true..i mean i want to get the number of times the loop is true. But in this vi i am ge

  • Can you use imovie's green screen feature to make things invisible?

    Hi, i have a GoPro, and am making a mount that will give me a 3rd person view while i snowboard. Like this: https://s3.amazonaws.com/ksr/assets/000/333/633/7ac3cbc3da3b7b2c948f36e6018ea460 _large.png?1357825021 (but home made) However, the tube will