Problem while applying configuration to SCE 8000 using SCE-API

We are facing an issue while applying service  configuration to SCE 8000 device using SCE API supplied by CISCO.
We have sample .pqb file  which we are using to upload to SCE 8000. We are using 3.5.5 version of  firmware on SCE.
Attached is exception file which contains sample .pqb and trace  log that we see when we apply configuration. Please note, that we are  using RHEL5 platform, JDK 1.5.0_1 and standalone java program to apply  configuration on SCE using API
com.pcube.management.common.InvocationException:  null ### java.lang.NullPointerException java.lang.NullPointerException
         at  com.pcube.management.framework.fsmanager.RFileInputStream.close(RFileInputStream.java:240)
         at java.io.BufferedInputStream.close(BufferedInputStream.java:440)
         at  com.pcube.apps.engage.management.Utilities.copyDeviceToLocalRMI(Utilities.java:357)
         at  com.pcube.apps.engage.policy.ConfigurationRetriever.retrievePolicy(ConfigurationRetriever.java:85)
         at  com.pcube.apps.engage.policy.Test.fetchPpUpgradeVersion(Test.java:15)
         at com.elitecore.pm.SCEConfiguration.main(SCEConfiguration.java:460)
com.pcube.management.common.InvocationException:  null ### java.lang.NullPointerException java.lang.NullPointerException
failed  to fetch current pp upgrade version  listjava.lang.NullPointerException0.0.0  PP0com.pcube.apps.engage.common.ApplyException: Client version 3.5.5  PP20 is different than SCE version 0.0.0 PP0, therefore apply is not  allowed
        at  com.pcube.apps.engage.policy.SEPolicyMediator.checkPpVersion(SEPolicyMediator.java:335)
         at  com.pcube.apps.engage.policy.SEPolicyMediator.applyPolicy(SEPolicyMediator.java:114)
         at  com.pcube.apps.engage.policy.SEPolicyMediator.applyPolicy(SEPolicyMediator.java:95)
         at com.elitecore.pm.SCEConfiguration.main(SCEConfiguration.java:461)
com.pcube.management.common.InvocationException:  null ### java.lang.NullPointerException java.lang.NullPointerException
         at  com.pcube.management.framework.fsmanager.RFileInputStream.close(RFileInputStream.java:240)
         at java.io.BufferedInputStream.close(BufferedInputStream.java:440)
         at  com.pcube.apps.engage.management.Utilities.copyDeviceToLocalRMI(Utilities.java:357)
         at  com.pcube.apps.engage.policy.ConfigurationRetriever.retrievePolicy(ConfigurationRetriever.java:85)
         at  com.pcube.apps.engage.policy.Test.fetchPpUpgradeVersion(Test.java:15)
         at com.elitecore.pm.SCEConfiguration.main(SCEConfiguration.java:460)
com.pcube.apps.engage.common.ApplyException:  Client version 3.5.5 PP20 is different than SCE version 0.0.0 PP0,  therefore apply is not allowed
        at  com.pcube.apps.engage.policy.SEPolicyMediator.checkPpVersion(SEPolicyMediator.java:335)
         at  com.pcube.apps.engage.policy.SEPolicyMediator.applyPolicy(SEPolicyMediator.java:114)
         at  com.pcube.apps.engage.policy.SEPolicyMediator.applyPolicy(SEPolicyMediator.java:95)
         at com.elitecore.pm.SCEConfiguration.main(SCEConfiguration.java:461)

You are likely hitting  CSCtb94072.
The policy file should be manipulated by development engineer.
Please open a case with TAC and ask the CSE to fix the policy (by getting development engineer assistance).
Once you have the fixed policy PQB file perform the following CLI procedure on all SCEs on which the problem was observed:
SCE2000>enable
Password:
SCE2000#cd engage
SCE2000#delete MYENGAGE.PQB
SCE2000#rename MYENGAG1.PQB MYENGAGE.PQB
SCE2000#                                 
Once done you should be able to apply the fixed policy without any issue.
Note: after performing the above CLI procedure, you can also successfully retrieve the policy,
however, you must avoid doing it since the retrieved poilcy would not be the last applied one, it would be the penultimate one which you probably don't want to use.
After applying the fixed policy, you should be able to retrieve policy successfully with no fear.  
====
This is more of a clarification regarding the workaround procedure:
To get you better understand the issue.
The last policy applied to the SCE successfully is kept under the SCE  "/engage" directory by the name MYENGAGE.PQB
The penultimate applied policy is also kept there under the name  MYENGAG1.PQB
When the SCA-BB GUI applies a policy it first verifies the matching SCA-BB and PP version by inspecting this MYENGAGE.PQB file.
If the file has the corruption dealt in this defect, the apply will fail with the message of the kind:
"Client version 3.5.5 PP18 is different than SCE version 0.0.0 PP0, therefore apply is not allowed"
The MYENGAG1.PQB is the penultimate applied policy and it's not corrupted, renaming it MYENGAGE.PQB will assure us that the apply operation won't fail when verifying the versions are matched.
Alternatively (for the renaming procedure) user may copy the fixed policy file into the SCE disk space under /engage directory and name it MYENGAGE.PQB, then the apply should also work fine.

Similar Messages

  • Problem while writing data on xls file using jxl API

    Hi,
    I am getting problem while writing data on excel file using jxl api.
    When i write data on file and all handles associated to the file are closed, file size increases but when i open the file nothing is written in it and when file is closed manually from excel window, file size decreased to its original that was before writing data.
    here is code:
              FileOutputStream os = new FileOutputStream(this.dirPath + this.fileName, true);
              WritableWorkbook this.workbook = Workbook.createWorkbook(os);
    after writing data following handler are closed:
    this.os.flush();
                        this.workbook.write();
                        this.workbook.close();
                        this.os.close();
                        this.os = null;
    can any body help me.
    Thanks in advance

    Err, I did help you. I did understand your problem; and I solved it for you. What was missing was that you apparently made no effort to understand what you were being told. Or even consider it. You just argued about it, as though you were the one with the solution, instead of the one whose code didn't work.
    And the other thing that was missing was the part where you said 'thank you' to me for solving your problem. Somewhat more appropriate than biting the hand that fed you, frankly. I do this for nothing, on my own gas, and it's extremely irritating when people keep asking about problems I have already solved for them. I am entitled to discourage that. It's part of making them more efficient actually.
    But it happens often enough that it also makes me think I'm just wasting my time. Probably I am.

  • Sound problem while transimission over the network by using JMF API

    i had done an application which transmit audio and video over the network by using JMF API in JAVA. All my application work very well but i have a problem with the sound while i transmit it. this sound has a very bad quality (i am using AVReceive2.java) .
    has anyone an indication or solution for my problem
    it's very urgent, please help me.
    regards
    sar

    you can try modifing de Capture example from JMF Solutions.
    change this function:
    public int startCapture() {
         int result = -1;
         enableComponents(false);
         buttonStart.setLabel("Pause");
         buttonEnd.setEnabled(true);
         startMonitoring();
         try {
    processor.start();
    DataSource clone = Manager.createCloneableDataSource(datasource);
         MediaLocator ml2 = new MediaLocator("file://capture.mov");
    System.out.println("Content Type " + clone.getContentType());
    datasink = Manager.createDataSink(processor.getDataOutput(), ml2);
         datasink.open();
    datasink.addDataSinkListener(this);
         datasink.start();
    result = 0;
         } catch (Exception e) {
         System.err.println("DataSink Exception " + e);
    result= -1;
    Regards.
    Fernando

  • Modification problems while applying SAP Note manually

    Hi Guys,
    I am facing some problems while applying a SAP note manually (it cannot be applied without manual changes).
    There is one standard program which I am trying to change for this purpose, but it does not allow me to do so saying "Carry out modification comparison for REPS RPCT8AR1_01 first. No changes possible" !!
    Now I can go to SPAU and reset the object, but it will lose all its changes which was done
    by 2 SAP notes previously.
    How can I apply my SAP Note without reverting the changes ? If I revert the changes, I lose
    the changes for other 2 notes !!
    Is there a solution for this? please help asap.
    Many thanks in advance,
    Sandip.

    If you did not modified the program manually, you dont have to worry. implement your note from SNOTE transaction.
    even if you loose previous modifications, you can always get them back by going SPAU transaction and import the transport numbers.
    I had the same problem but we had manual changes to the program that is why didnt allow to implement note

  • I'm facing problem while applying OSS Note 1046758

    Hi gurus,
    I'm facing problem while applying OSS Note 1046758. That note is asking to create <b>J_1IEWT_ACKN_N</b> table.
    After creating the table I went to the UTILITIES menu => TABLE MAINTENANCE GENERATOR.
    Then OSS Note 1046758  is asking us to give the function group name as <b>J_1IEFILE</b>.
    Next Choose <b>One Step</b>.
    and then <b>Find Screen Numbers</b>.
    While clicking the CREATE button it is not allowing me to assign the function group group J_1IEFILE.
    How to overcome this problem.
    Very urgent.
    Any answers are welcome and will be rewarded .
    Regards,
    Jacob Charles S.

    Hi Sheeba,
    I have applied the follwoing notes.
    1046758 -- To display acknowledgement number in Form No 16A
         558469
         983795
         498087
         912767
         773171
         891923     -- 452805  (Correction Made)
    905220 -- Blank Values for TDS, Surcharge & Ecess in new certificate
         923216
         833092
    984623 -- J1INCERT:Consolidated Issues - SEP 2006
    Eventhough I'm not getting the those values in the respective fields.
    I mean, TDS Rate, ECESS Rate and CHENCK NUMBER.
    More over, I want the FROM 16A should contain the Higher Education CESS field with values.
    any notes has to be applied apart from this or what....
    Wht are the table I have to maintain for this in SM30.
    Kindly help me... It's urgent...
    Regards,
    Jacob Charles S.

  • Query designing problem while applying cell properties

    Hello Experts,
    I have a problem while designing query. Problem is as follow:
    I have a calculated field on key figure column. This key figure calculates variance between 2 columns.
    for E.g I have 2 columns Budget and Actual and third column is %Variance which should be          
    1. ((Actual - Budget)/Budget) *100 or
    2. ((Budget -Actual)/Budget)*100, depening on some values on the row i should use any of these 2 formulas but the result should be dispalyed in single column % Variance.
    how can i change the formula in key figures depending on these conditions. I can achieve this by applying cells but i dont want to do so as it is very complex way to desing these queries.
    also let me know applying cells on query affects its performance or not?
    Regards,
    Nirav

    Hi Nitin,
    Your reply may help me.
    But my exact requirement is not that. Requirement is as follow:
    I have created Char. Structure in row which contains few rows as revenue and few rows as expense.
    I created them by creating selections. Now in case of expense the variance should be                (Budget-Actual)/Budget *100.
    In case of revenue variance should be (Actual-Budget)/Budget *100.
    So, here i have to find out revenue & expense char. iresspective of which one is greater.
    Regards,
    Nirav

  • Problems while applying Manifest Patch on Linux - 11.5.10 CU2

    Hi,
    We're migrating our Application Tier (11.5.10 CU2) from HP-UX 11.23 to Linux RedHat 5 (32 Bits).
    While applying Manifest Patch , I've got the the following Error Messages :
    Starting link of rg executable 'RGSSRQ' on Wed Jan 12 16:21:41 IST 2011
    gcc -s -L/nerp/release11i/ora_top/8.0.6/lib -L/nerp/release11i/ora_top/8.0.6/lib/stubs -ldl -o /nerp/release11i/appl_top/rg/11.5.0/bin/RGSSRQ /nerp/release11i/appl_top/rg/11.5.0/lib/rgssrq.o \
    /nerp/release11i/appl_top/rg/11.5.0/lib/librg.a /nerp/release11i/appl_top/fnd/11.5.0/lib/libfnd.a /nerp/release11i/appl_top/gl/11.5.0/lib/libgl.a -lsql /nerp/release11i/ora_top/8.0.6/lib/nautab.o /nerp/release11i/ora_top/8.0.6/lib/naeet.o /nerp/release11i/ora_top/8.0.6/lib/naect.o /nerp/release11i/ora_top/8.0.6/lib/naedhs.o `cat /nerp/release11i/ora_top/8.0.6/lib/naldflgs` -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /nerp/release11i/ora_top/8.0.6/lib/sysliblist` -ldl -lpthread -lm /nerp/release11i/ora_top/8.0.6/rdbms/lib/defopt.o /nerp/release11i/ora_top/8.0.6/rdbms/lib/ssbbded.o
    /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../crt1.o: In function `_start':
    (.text+0xc): undefined reference to `__libc_csu_fini'
    /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../crt1.o: In function `_start':
    (.text+0x11): undefined reference to `__libc_csu_init'
    collect2: ld returned 1 exit status
    make: *** [nerp/release11i/appl_top/rg/11.5.0/bin/RGSSRQ] Error 1
    Done with link of rg executable 'RGSSRQ' on Wed Jan 12 16:21:41 IST 2011
    Relink of module "RGSSRQ" failed.
    -> All the binaries have not been compiled/generated.
    Thank's for your help !

    Hi,
    I've checked all the Rpms and Kernel Versions : OK.
    I ran an Rda for 11.5.10 CU2 , and I received the following Errors :
    Default Action
    Result: FAILED
    Value: G++Elsewhere
    LdElsewhere
    Some of the required software tools for the the application tier of Oracle E-Business Suite Release 11i (11.5.10.2) installation were not found.
    Check your installation.
    Return Value Action
    ArNotFound ar is not found in PATH.
    ArElsewhere ar is not in /usr/bin as required.
    GccNotFound gcc is not found in PATH.
    GccElsewhere gcc is not in /usr/bin as required.
    G++NotFound g++ is not found in PATH.                   <====
    G++Elsewhere g++ is not in /usr/bin as required.
    KshNotFound ksh is not found in PATH.
    LdNotFound ld is not found in PATH.
    LdElsewhere ld is not in /usr/bin as required.               <====
    MakeNotFound make is not found in PATH.
    MakeElsewhere make is not in /usr/bin as required. Please note that ld and g++ are located in /usr/bin so i don't know if to trust this rda output :
    which ld
    /usr/bin/ld
    which g++
    /usr/bin/g++
    And the Path is:
    echo $PATH
    /usr/bin:/nerp/release11i/ora_top/8.0.6/bin:/nerp/release11i/appl_top/fnd/11.5.0/bin:/nerp/release11i/appl_top/ad/11.5.0/bin:/usr/java/jdk1.6.0_23/bin:/nerp/release11i/comm_top/util/unzip/unzip/unzip-5.50::/nerp/release11i/ora_top/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/opt/java1.3/bin:/opt/ansic/bin:/opt/java1.3/bin

  • Problem while migrating from Sybase to Oracle using Quick Migrate

    Hi,
    For SQL Developer version 2.1, while migrating from sybase to oracle, Using Quick migrate, during data move step, for the rows having ''(Blank) values in TEXT data type in SYBASE, which is convertd to CLOB in Oracle, the migration for that table terminates at that row.
    However, NULL values in Sybase TEXT data type are successfully inserted in Oracle CLOB.
    How can we overcome this?

    reproduced and see exception in console, bug logged.
    Edited by: Jade Zhong on Feb 1, 2010 6:10 PM

  • Problem while applying BP02 for OIM 11.1.1.5.0

    We have OIM-OAM integrated environment enabled with ldapsynch (OID/OVD). We are applying BP02 for OIM 11.1.1.5.0. We followed all the steps provided in the read me doc.
    1. Running latest Opatch
    2. Setting the environement variables
    3. Configuring Weblogic.profile
    4. Applying SOA patch 13106312
    5. Applied OIM patch 13399365
    6. Running patch_weblogic.sh
    But while doing the 6th step "Running patch_weblogic.sh" we are facing below exception.
    patch:
    [echo] unzipping the archives.....
    explode-archived-apps:
    [delete] Deleting directory /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/oim.ear
    [delete] Deleting directory /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/Nexaweb.ear
    [mkdir] Created dir: /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/oim.ear
    [mkdir] Created dir: /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/Nexaweb.ear
    [unzip] Expanding: /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/patching/oim.ear into /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/oim.ear
    [unzip] Expanding: /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/patching/Nexaweb.ear into /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/Nexaweb.ear
    [echo] archives unzipped successfully.....
    [echo]           seeding the out of the box jobs into db
    seed-ootb-jobs:
    seed-ootb-jobs:
    [echo] ----> SEEDING OUT OF THE BOX SCHEDULE JOBS AND TRIGGERS
    [java] Feb 9, 2012 1:00:26 PM org.quartz.core.QuartzScheduler <init>
    [java] INFO: Quartz Scheduler v.1.6.0 created.
    [java] Feb 9, 2012 1:00:27 PM org.quartz.impl.jdbcjobstore.JobStoreSupport initialize
    [java] INFO: Using thread monitor-based data access locking (synchronization).
    [java] Exception in thread "Main Thread" java.lang.Exception: Unable to seed scheduler data due to configuration problems. Contact System Administrator
    [java]      at oracle.iam.scheduler.seed.SeedSchedulerData.startSeeding(SeedSchedulerData.java:770)
    [java]      at oracle.iam.scheduler.seed.SeedSchedulerData.main(SeedSchedulerData.java:113)
    As it is one of high priority task Can any one help by providing your inputs at earliest ?

    Hello All,
    Still we haven't able to resolve this issue. We already have SR with oracle. So many logs were captured.
    Below is the snippet of seedSchedulerdata.log
    ${work.dir}Entered Validate methodExiting Validate method------------------------------------------------------------
    Start seeding task
    job name--> Password Expiration Task
    schTaskName--> Password Expiration Task
    task class name--> com.thortech.xl.schedule.tasks.tcTskPasswordExpiration
    task job disable--> 0
    task frequency--> DAILY
    task maxRetries--> 5
    task retryCount--> 0
    task paramName--> Email Definition Name
    task paramValue--> Password Expired
    task paramTpe--> String
    Updating Job :Password Expiration Task with keys
    java.lang.Exception: Unable to seed scheduler data due to configuration problems. Contact System Administrator
         at oracle.iam.scheduler.seed.SeedSchedulerData.startSeeding(SeedSchedulerData.java:770)
         at oracle.iam.scheduler.seed.SeedSchedulerData.main(SeedSchedulerData.java:113)
    If any of them faced such issue please help.
    Thanks
    DK

  • Problem while receiving a mail in blackberry using offline approval

    Dear SRM Gurus,
    We are working with SRM Server 5.5, SP08.
    We are using offline approval functionality using <b>Blackberry</b> device. We
    have observed that in an approval mail sent to blackberry, the approver
    does not see hyperlink for "Approve by mail" or "Reject by mail" text.
    However, when the same approval mail is checked on any other mail
    application like gmail or yahoo, we are able to get an hyperlink and
    approve the work item.
    While execution of report "RBBP_NOTIFICATION_OFFAPP", we have selected
    a checkbox "with approval links".
    Kindly suggest, how can we rectify this problem. We will appreciate your immediate help.
    Thanks in advance,
    chandra sekhar
    0062 081510685482

    Hi
    Yes, but for this you need have SAP MI (mobile infrastructure) configured in the landscape. MI is part of SAP NW. Integration of MI is possible with SRM2.0 and upwards.
    <u>For details refer -</u>
    http://service.sap.com/mobile - mobile procurement
    Re: Shopping Cart approval process in SRM using Black Berry
    Shopping Basket Approvals Through Blackberry
    <b>To change standard email text</b>
    Re: How can we change the standard email text?
    <b>There is a former thread dealing with text modification in the <u>RBBP_NOTIFICATION_OFFAPP</u> .</b>
    https://forums.sdn.sap.com/click.jspa?searchID=3694563&messageID=3714821
    <u>Configuration of Approval mails to Blackberry - Refer to the HELP links -></u>
    http://help.sap.com/saphelp_srm40/helpdata/en/5a/af5eff85d011d2b42d006094b92d37/content.htm
    <b>Other related links -></b>
    WF does not restart when requester accept changes
    RBBP_NOTIFICATION_OFFAPP
    Offline Approval: RBBP_NOTIFICATION_OFFAPP Vs RSWUWFMLEC
    RBBP_NOTIFICATION_OFFAPP
    Re: Offline approval
    Re: Is it possible to action an approval  work item sent to Lotus Notes mail
    http://help.sap.com/saphelp_erp2005/helpdata/en/index_srmaddon.htm
    WF-BATCH or not WF-BATCH....
    Do let me know.
    Regards
    - Atul

  • Problems while doing a rollback on MQSeries using a java client

    Hi,
    I'm new to using MQSeries with Java client. I have a kind of similar problem. I have a set of messages in a Queue. When i'm doing a rollback on certain message it's returing to the same pointer where it had come from in the queue. When i'm iterating through the messages in the queue using a for loop, the same message is again retireved. So, i tried to set the setMQGMO_MARK_SKIP_BACKOUT flag to true. But i'm getting an RequestException with error code 2046: MQRC_OPTIONS_ERROR
    Any help on this would be highlly appreciated.
    I'm pasting the code snippet below.
    Class X {
    public void receive(
    com.stc.connector.webspheremqadapter.message.IMessage input, com.stc.connector.webspheremqadapter.message.IMqOtd
    MQSeries_1){
    int msginqueue = MQSeries_1.getCurrentDepth();
    String corrID = "";
    byte[] corrIDInputArray = input.getMsgHeader().getCorrelationId();
    String corrInputID = (new String( corrIDInputArray )).trim();
    for (int i = 0; i < msginqueue; i = i + 1) {
    MQSeries_1.getQueue().getGMO().setMQGMO_SYNCPOINT( true );
    MQSeries_1.getQueue().getWithOptions();
    byte[] corrIDArray = MQSeries_1.getMessage().getMsgHeader().getCorrelationId();
    corrID = (new String( corrIDArray )).trim();
    if (corrID.equalsIgnoreCase( corrInputID )) {
    MQSeries_1.commit();
    } else {
    MQSeries_1.getQueue().getGMO().setMQGMO_MARK_SKIP_BACKOUT( true );
    MQSeries_1.backout();
    }

    I agree that you should check for a specific axis / tomcat forum (maybe on apache website??;)) anyway ... check the path and classpath you use while building the wsdd file and when running the adminclient, and check the syntax of its invokation

  • Problem creating directory configuration for BPM when using secure ldap

    I have all the configuration sorted for the creation, but when the config wizard tries to connect to the server I get this:
    fuego.directory.DirectoryRuntimeException: Exception [sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target].
    I'm assuming it's because the config tool isn't using my keyStore, but I am unable to find out where I add this!
    Thanks
    mARK

    Hi,
    The problem got resolved when we tried same thing in BI publisher 10.1.3.4.2 (xmlpserver) in weblogic 10.3.5. It seems that BI publisher 10.1.3.4.1 does not have dynamic URI support.
    Thanks,
    Sanjaya
    Edited by: Sanjaya on Sep 4, 2012 2:09 AM

  • Problem while I try to run Applet using Appletviewer

    Hi,
    I have developed a simple Applet using JDeveloper 1.1, here I am
    using a Dataset, a QueryDataSet and a grid.
    When I run the Applet within JDeveloper it runs just fine, but
    when I use the Appletviewer, the Applet starts of well but gives
    the following error:
    "borland.jbcl.dataset.DataSetException: Operation cannot be
    performed on an open DataSet"
    Please let me know what I am doing wrong.
    Thanks,
    Prag.
    null

    This may be a problem with JDK inconsistency problem. Make sure
    your appletviewer IS Java 1.1 compliant. Also, have you properly
    deployed your applet to a jar file?
    Here are the instructions for deploying a database applet:
    Hope this helps..
    -Chris
    Task 7: Deployment
    The following requirements apply when deploying a database
    applet:
    The database must be on the same server as the Web Server (or use
    a connection manager).
    Must have a JDK 1.1 compatible browser, such as Netscape 4.0.4 or
    Internet Explorer 4.0.
    Creating the Java Archive (.jar) file
    Select File|New
    Click the Deployment tab
    Double-click the Simple Archive Profile icon.
    The Simple Archive Profile wizard (SAP wizard) is displayed.
    On the Welcome page, click Next.
    On page one of the SAP wizard, enter or browse to set the Archive
    Path. Set the name of the jar to db_applet.jar.
    Click Next.
    Page two displays the names of all files in your project. Accept
    the default value of deploying all of the files and click Next.
    On page three, Dependencies, shift-click each item in the list
    "List items that you do not want to appear in the archive to
    select them all.
    Click Remove.
    In most cases, developers prefer to ship only their own classes
    in the .jar file, with separate .jars that store common files
    used by all of their Java programs. For the sake of simplicity,
    you are going to create a .jar file that includes all of the
    classes necessary to run your applet. By removing all of the
    libraries, you indicate that no classes should be omitted from
    your deployed .jar file.
    Click Finish.
    Deploying the applet
    Using a file manager, copy the db_applet.jar file you have just
    created to the Web Server.
    Copy the tutorial.EmpApplet.html file to the same directory as
    your .jar file.
    The tutorial.EmpApplet.html file can be found in the project
    directory (by default, the \myprojects directory under the
    JDeveloper root directory) or you can extract the file from the
    .jar using any PK-ZIP compatible file compression utility.
    Using any text editor, modify the <APPLET> tag in the
    tutorial.EmpApplet.html file to include an ARCHIVE tag that
    references your .jar file. Your <APPLET> tag should include this
    information:
    <APPLET CODEBASE = "." CODE = "tutorial.EmpApplet.class"
    NAME = "TestApplet" WIDTH = 400 HEIGHT = 300 HSPACE
    = 0 VSPACE = 0 ALIGN = middle ARCHIVE =
    "db_applet.jar">
    To test the applet, open the tutorial.EmpApplet.html file through
    a web server using a Java 1.1 enabled browser.
    Congratulations! You have completed your first database applet.
    You created a program that queries data from Oracle tables,
    displays the data in data-aware controls, allows for viewing and
    editing, displays status messages to a StatusBar, and includes a
    NavigatorControl component.
    Prag Ratra (guest) wrote:
    : Hi,
    : I have developed a simple Applet using JDeveloper 1.1, here I
    am
    : using a Dataset, a QueryDataSet and a grid.
    : When I run the Applet within JDeveloper it runs just fine, but
    : when I use the Appletviewer, the Applet starts of well but
    gives
    : the following error:
    : "borland.jbcl.dataset.DataSetException: Operation cannot be
    : performed on an open DataSet"
    : Please let me know what I am doing wrong.
    : Thanks,
    : Prag.
    null

  • Problem while applying service packs

    Hi All,
    We installes SAP ERP 6.0 SR3 ABAP+JAVA(Central instance).
    We are trying to import SAP_BASIS service packs from SP13 to SP14, SP15....
    we started import through spam in the down status it is showing 'CMDIMPORT finished with returncode 0'
    We opened MMC and checked work processsers
    ALL DIA showing
    Program SAPMSSY1 client 001 User PILDUSER Time 7000
    SP) showing
    Program 'job activation' client 000 User SAPSYS Action Update  Table TSPOPTIONS
    How to resolve this issue ?
    How to find the problem?
    What are the logs i have to check?
    SPAM got Struck?
    Regards,
    Phanikumar.

    Hi,
    The avilable drive space is 82GB.
    Tell me how to check the table and archive space.
    developer trace for one of the work processor dev_w09
    trc file: "dev_w9", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ
    M sysno      04
    M sid        ECC
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    236
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        3588
    M

    M Fri Apr 09 10:34:15 2010
    M  kernel runs with dp version 243000(ext=110000) (@(#) DPLIB-INT-VERSION-243000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 9 3588) [dpxxdisp.c   1349]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

    M Fri Apr 09 10:34:16 2010
    M  DpShMCreate: sizeof(wp_adm)          29792     (1752)
    M  DpShMCreate: sizeof(tm_adm)          5912704     (29416)
    M  DpShMCreate: sizeof(wp_ca_adm)          24064     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1864)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000FA00050, size: 6614144)
    M  DpShMCreate: allocated sys_adm at 000000000FA00050
    M  DpShMCreate: allocated wp_adm at 000000000FA02270
    M  DpShMCreate: allocated tm_adm_list at 000000000FA096D0
    M  DpShMCreate: allocated tm_adm at 000000000FA09730
    M  DpShMCreate: allocated wp_ca_adm at 000000000FFACFB0
    M  DpShMCreate: allocated appc_ca_adm at 000000000FFB2DB0
    M  DpShMCreate: allocated comm_adm at 000000000FFB4CF0
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 000000001003B980
    M  DpShMCreate: allocated gw_adm at 000000001003BA00
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 000000001003BA30
    M  DpShMCreate: allocated wall_adm at 000000001003BA40
    M  rdisp/queue_size_check_value :  -> off
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 9 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    X  mm.dump: set maximum dump mem to 96 MB
    M  ThInit: running on host ecc6

    M Fri Apr 09 10:34:17 2010
    M  calling db_connect ...
    B  create_con (con_name=R/3)
    B  Loading DB library 'F:\usr\sap\ECC\DVEBMGS04\exe\dboraslib.dll' ...
    B  Library 'F:\usr\sap\ECC\DVEBMGS04\exe\dboraslib.dll' loaded

    B Fri Apr 09 10:34:18 2010
    B  Version of 'F:\usr\sap\ECC\DVEBMGS04\exe\dboraslib.dll' is "700.08", patchlevel (0.234)
    B  New connection 0 created
    C  Prepending F:\usr\sap\ECC\DVEBMGS04\exe to Path.

    C Fri Apr 09 10:34:19 2010
    C  Oracle Client Version: '10.2.0.4.0'
    C  application info callback registered

    C Fri Apr 09 10:34:20 2010
    C  Client NLS setting (OCINlsGetInfo): connection handle 0 -> 'AMERICAN_AMERICA.UTF8'
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@ECC on connection 0 (nls_hdl 0) ... (dbsl 700 251109)
    C  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      0000000012720080 0000000012727BD0 0000000012738328
    C  Attaching to DB Server ECC (con_hdl=0,svchp=00000000127381E8,srvhp=000000001273B238)

    C Fri Apr 09 10:34:21 2010
    C  Starting user session: OCISessionBegin(con_hdl=0, usr='/',svchp=00000000127381E8, srvhp=000000001273B238, usrhp=00000000127931C0)

    C Fri Apr 09 10:34:22 2010
    C     CbApplInfoGet() failed (ignored 1).
    C  Now '/@ECC' is connected: con_hdl=0, nls_hdl=0, session_id=1054.

    C Fri Apr 09 10:34:23 2010
    C  Got SAPSR3's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=00000000127381E8,usrhp=00000000127931C0)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPSR3/<pwd>@ECC on connection 0 (nls_hdl 0) ... (dbsl 700 251109)
    C  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      0000000012720080 0000000012727BD0 0000000012738328
    C  Starting user session: OCISessionBegin(con_hdl=0, usr=SAPSR3/<pwd>, svchp=00000000127381E8, srvhp=000000001273B238, usrhp=00000000127931C0)
    C  Now 'SAPSR3/<pwd>@ECC' is connected: con_hdl=0, nls_hdl=0, session_id=1077.
    C  Database NLS settings in V$NLS_PARAMETERS: AMERICAN_AMERICA.UTF8

    C Fri Apr 09 10:34:24 2010
    C  DB instance ECC is running on ECC6 with ORACLE version 10.2.0.4.0 since APR 09, 2010, 10:30:44
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName                        ConId     ConState     TX  HC  PRM RCT FRC TIM MAX OPT Date     Time   DBHost                       
    B  000 000 R/3                            000000000 ACTIVE       NO  NO  YES NO  NO  000 255 255 20100409 103418 ECC6                         
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif,*.png

    I Fri Apr 09 10:35:49 2010
    I  MtxInit: 9 0 0
    M  SHM_PRES_BUF               (addr: 0000000014010050, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 000007FFDDA80050, size: 268435456)
    M  SHM_PAGING_AREA          (addr: 0000000014450050, size: 134217728)
    M  SHM_ROLL_ADM               (addr: 000000001C460050, size: 2760892)
    M  SHM_PAGING_ADM          (addr: 00000000091D0050, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 0000000009700050
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12176 bytes (50 server) at 00000000003E0050
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 9 initializing ....
    X  Using implementation view
    X  ES initialized.
    X  mm.dump: set maximum dump mem to 96 MB
    M  Deactivate statistics hyper index locking
    B  dbntab: NTAB buffers attached
    B  dbntab: Buffer FTAB(hash header)  (addr: 000000001C7A00E0, size: 584)
    B  dbntab: Buffer FTAB(anchor array) (addr: 000000001C7A0330, size: 320072)
    B  dbntab: Buffer FTAB(item array)   (addr: 000000001C7EE580, size: 1280000)
    B  dbntab: Buffer FTAB(data area)    (addr: 000000001C926D80, size: 30720000)
    B  dbntab: Buffer IREC(hash header)  (addr: 000000001E6800E0, size: 584)
    B  dbntab: Buffer IREC(anchor array) (addr: 000000001E680330, size: 320072)
    B  dbntab: Buffer IREC(item array)   (addr: 000000001E6CE580, size: 320000)
    B  dbntab: Buffer IREC(data area)    (addr: 000000001E71C780, size: 6144000)
    B  dbntab: Buffer STAB(hash header)  (addr: 000000001ED000E0, size: 584)
    B  dbntab: Buffer STAB(anchor array) (addr: 000000001ED00330, size: 320072)
    B  dbntab: Buffer STAB(item array)   (addr: 000000001ED4E580, size: 320000)
    B  dbntab: Buffer STAB(data area)    (addr: 000000001ED9C780, size: 3072000)
    B  dbntab: Buffer TTAB(hash header)  (addr: 000000001F0900E0, size: 2360)
    B  dbntab: Buffer TTAB(anchor array) (addr: 000000001F090A20, size: 320072)
    B  dbntab: Buffer TTAB(item array)   (addr: 000000001F0DEC70, size: 800000)
    B  dbntab: Buffer TTAB(data area)    (addr: 000000001F1A2170, size: 5840000)
    B  db_con_shm_ini:  WP_ID = 9, WP_CNT = 17, CON_ID = -1
    B  dbstat: TABSTAT buffer attached (addr: 000000001F74D0B0)
    B  dbtbxbuf: Buffer TABL  (addr: 0000000022250160, size: 30000000, end: 0000000023EEC4E0)
    B  dbtbxbuf: Buffer TABLP (addr: 0000000023EF0160, size: 10240000, end: 00000000248B4160)
    B  dbexpbuf: Buffer EIBUF (addr: 00000000248C0170, size: 4194304, end: 0000000024CC0170)
    B  dbexpbuf: Buffer ESM   (addr: 0000000024CD0170, size: 4194304, end: 00000000250D0170)
    B  dbexpbuf: Buffer CUA   (addr: 00000000250E0170, size: 3072000, end: 00000000253CE170)
    B  dbexpbuf: Buffer OTR   (addr: 00000000253D0170, size: 4194304, end: 00000000257D0170)
    B  dbcalbuf: Buffer CALE  (addr: 00000000257E0050, size: 500000, end: 000000002585A170)
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

    Please check and give me the solution.
    Regards,
    Phanikumar.

  • Connection problem while invoking remote method from client using oracle 8.1.6 server

    while using a connection object to make connection to oracle in all remote methods(in EJB)only the first remote method called from the EJB client is getting invoked and the connection stops.It gives me COMM_FAILURE while invoking the second method in oracle 8.1.6.Help me out in this aspect immediately please.

    r singh wrote:
    >
    I am getting "No Suitable Driver" exception from WebLogic 6.1 (sp1) at
    the start up of the server.
    My settings:
    - WLS 6.1 on a solaris 8 machine and Oracle 8.1.6 on a WIN2K machine.
    - I created the connection pool for oracle with the following
    parameters:
    connection name: OracleConnectionPool
    url: jdbc.oracle.thin:@myOracleServer:1521:myDBName
    driver class name: oracle.jdbc.driver.OracleDriver
    properties: user=scott
    password=tiger
    - I have also downloaded classes12.zip and nls_charset12.zip from
    Oracle.com
    and have placed under $WL_HOME/lib.
    - I have added $WL_HOME/lib/classes12.zip:$WL_HOME/lib/nls_charset12.zip
    in
    front of the $CLASSPATH in the startWeblogic.sh script. The echoed
    classpath
    from the startup script is:
    /opt/tools/bea/wlserver6.1/lib/classes12.zip:/opt/tools/bea/wlserver6.1/lib/nls_
    charset12.zip:/opt/tools/bea/wlserver6.1:/opt/tools/bea/wlserver6.1/lib/weblogic
    _sp.jar:/opt/tools/bea/wlserver6.1/lib/weblogic.jar
    - Still I get the error:
    <Jan 16, 2002 1:38:45 PM EST> <Error> <JDBC> <Cannot startup
    connection pool "Or
    acleConnectionPool" No suitable driver>
    Can somebody point me out if i am doing anything wrong here.
    Thanks.
    RamanandHi,
    Sure. Your URL should be "jdbc:oracle:thin:@myOracleServer:1521:myDBName"
    not "jdbc.oracle.thin:@myOracleServer:1521:myDBName"
    Joe

Maybe you are looking for