Passivate issue while applying viewCriteria on runtime

Hello,
(ADF BC on jDev 11.1.2.2.0)
Hoping someone can shed some light on this. (the issue is not how to do this, but why doing it like this is not working)
Here goes :
Supose, you need to list all employees from departmant 60 (considering HR schema) while at the same time, i need to know wich one of them has a sallary > some_value.
(Again, i'm sure there are lots of ways to do this, but the issue is not how to do it, but why doing it like this raises some passivation issues.)
So, i created the Department and Employee viewObjects (linked together). And created a viewCriteria for salary > vc_salary inside EmplyeeView.
Now on the view, consider the approach: I created the following, simple, action method:
    public void apply1VC(ActionEvent actionEvent) {
       // will set the current row of departments so i the depat 60 employees.
        ADFUtils.findIterator("DepartmentsViewIterator").setCurrentRowWithKeyValue("60");
        // for some reason, i need to know how many employess there are with a salary > 5000, belonging top department 60.
        // So, ill apply a view criteria, do my business logic, and then remove it:
        //apply vc
        ViewObject viewObject = ADFUtils.findIterator("EmployeesViewIterator").getViewObject();
        ViewCriteriaManager vcm = viewObject.getViewCriteriaManager();
        ViewCriteria vc = vcm.getViewCriteria("bySalary");
        VariableValueManager vm = vc.ensureVariableManager();
        vm.setVariableValue("vc_salary", new BigDecimal(5000));
        viewObject.applyViewCriteria(vc);
        //execute query
        viewObject.executeQuery();
        //do the business logic here to the employees with salary > 5000
        //remove the viewcriteria
        vcm.removeApplyViewCriteriaName("bySalary");
        // force executeQuery on my terms to list all employees of dept 50
        viewObject.executeQuery();
    }This executes perfectly and does its job as expected. But! If after this method is executed, a passivate/activate occurs,the application will blow up on the next activation (easely checked with AM pooling turned off):
java.sql.SQLException: Missing IN or OUT parameter at index:: 1
+
<MethodExpressionActionListener> <processAction> oracle.jbo.SQLStmtException: JBO-27122: Erro de SQL durante a preparação da instrução. Instrução: SELECT Employees.EMPLOYEE_ID, Employees.FIRST_NAME, Employees.LAST_NAME, Employees.EMAIL, Employees.PHONE_NUMBER, Employees.HIRE_DATE, Employees.JOB_ID, Employees.SALARY, Employees.COMMISSION_PCT, Employees.MANAGER_ID, Employees.DEPARTMENT_ID FROM EMPLOYEES Employees WHERE ( ( (Employees.SALARY > :vc_salary ) ) ) AND Employees.DEPARTMENT_ID = :Bind_DepartmentId
Like as if the view object is beeing passivate with the viewCriteria still applied and while activating trys to insert a parameter that already does not exist.
Am i missing something? Is there any reason for this implementation to raise such a problem?
If any of you kind souls is interested enough, here is the application i did to reproduce this issue. (you just have to do 3 clicks and the only code inside is the one on the post):
https://dl.dropbox.com/u/198190/PassivateIssue.zip
Thank you!
Tiago Braz
Edited by: Tiago Braz on 5/Dez/2012 11:09

Hi,
Even replacing the vcm.removeApplyViewCriteriaName("bySalary"); for the viewObject.applyViewCriteria(null); as referenced on "42.4.2 Removing All Applied Named View Criteria", i get the same behavior.
This is how de bind parameter is defined:
  <Variable
    Name="vc_salary"
    Kind="viewcriteria"
    Type="java.math.BigDecimal"/>If the bind variables are not persisted for passivation, what happens after activation of a VO with a viewcriteria having a value from a binding parameter? Or if i use the executeQuery immediatly after that activation? Do i have to override the passivation method to assure it stores that value?
Anyways, i believe that on particular case thats not the issue. I believe the EmployeeView viewObject should not have the "WHERE ( ( (Employees.SALARY > :vc_salary ) )" on activation since i made sure to remove it before the passivation with the "viewObject.applyViewCriteria(null) and for that reason im not expecting to read that variable. But the framework, for some reason expects it to be there.
Edited by: Tiago Braz on 6/Dez/2012 2:56

Similar Messages

  • Issue while apply support pack SAP_BASIS SAPKB70013 -18

    Hi Gurus,
    We have issue while apply support pack to Development system, we have implemented SAPKB70012 pack first and then we have implemented SPAU and saved in Trasport request  . while applying other patch SAPKB70013 -18 in one go system asked us to release SPAU  transport and then we released that transport after that same transport with auotomatic job it has got implemneted to Quality system and then after that we got below error in quality system :-
    The function module "EXTENDED_AUTH_CHECK_FOR_REPS" is called, but
    cannot be found in its function group.
    Error in the ABAP Application Program
    The current ABAP program "SAPLS38E" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    Please suggest now both system is not working .
    Regards,
    Jeetendra

    Also you can check object modifications in transaction SE03 looking for request that touched object SAPLS38E.
    Could you please share the syntax error message ?
    Best regards

  • Issue while applying bundle patch 11.1.1.3.8

    Hi Experts,
    We are facing issue after applying the bundle patch 11.1.1.3.8. We are unable to edit IT Resource and create/edit connectorafter appying Bundle Patch BP08 for oim 11.1.1.3.
    Below are the steps followed
    1.Click on manage IT Resource
    2.Click on edit for a specific it resource.
    3.Shows "A system error occured.Please contact your system administrator"
    The patch was applied for fixing email notification issue. Before appying this the mentioned functionalities were working as expected.
    Just wanted to check if anyone has faced this issue and what was done to resolve this.
    Thanks,
    Partha

    what error you see in the server logs?

  • Opatch issue while applying the patch 6400501

    upgrading the database with R12.0.6 for database from 10g to 11g.
    as per pre-requisites we have to apply the iAS patch 6400501 According to the doc id 1058763.1
    we are applying the 10.1.0.5 version of patch 6400501 to the 10.1.2 Oracle Home
    This inventory is not containing the information for this oracle home
    the environment is set to the ORACLE_HOME correctly.
    We are getting the following error
    $ opatch lsinventory
    Oracle Interim Patch Installer version 1.0.0.0.57
    Copyright (c) 2007 Oracle Corporation. All Rights Reserved..
    We recommend you refer to the OPatch documentation under
    OPatch/docs for usage reference. We also recommend using
    the latest OPatch version. For the latest OPatch version
    and other support related issues, please refer to document
    293369.1 which is viewable from metalink.oracle.com
    Oracle Home : /applprod/apps/tech_st/10.1.2
    Oracle Home Inventory : /applprod/apps/tech_st/10.1.2/inventory
    Central Inventory : /home/oraprod/oraInventory
    from : /etc/oraInst.loc
    OUI location : /applprod/apps/tech_st/10.1.2/oui
    OUI shared library : /applprod/apps/tech_st/10.1.2/oui/lib/ibm_aix/liboraInstaller.so
    Java location : /applprod/apps/tech_st/10.1.2/jre/1.4.2/bin/java
    Log file location : /applprod/apps/tech_st/10.1.2/.patch_storage/<patch ID>/*.log
    Creating log file "/applprod/apps/tech_st/10.1.2/.patch_storage/LsInventory__04-27-2011_12-06-13.log"
    Result:
    LsInventory: OPatch Exception while accessing O2O
    OPATCH_JAVA_ERROR : An exception of type "OPatchException" has occurred:
    OPatch Exception:
    OUI found no such ORACLE_HOME set in the environment
    Can not get details for given Oracle Home
    An exception occurs
    null
    There is no Interim Patch
    OPATCH_JAVA_ERROR : An exception of type "OPatchException" has occurred:
    Can not get a list of inventory on this home.
    ERROR: OPatch failed because of Inventory problem.
    $
    Regards
    Kk

    after running this command i got the error
    opatch lsinventory -invPtrLoc $ORACLE_HOME/oraInst.loc
    i got the error
    $ opatch lsinventory -invPtrLoc $ORACLE_HOME/oraInst.loc
    Oracle Interim Patch Installer version 1.0.0.0.57
    Copyright (c) 2007 Oracle Corporation. All Rights Reserved..
    We recommend you refer to the OPatch documentation under
    OPatch/docs for usage reference. We also recommend using
    the latest OPatch version. For the latest OPatch version
    and other support related issues, please refer to document
    293369.1 which is viewable from metalink.oracle.com
    Oracle Home : /applprod/apps/tech_st/10.1.2
    Oracle Home Inventory : /applprod/apps/tech_st/10.1.2/inventory
    Central Inventory : /home/oraprod/oraInventory
    from : /applprod/apps/tech_st/10.1.2/oraInst.loc
    OUI location : /applprod/apps/tech_st/10.1.2/oui
    OUI shared library : /applprod/apps/tech_st/10.1.2/oui/lib/ibm_aix/liboraInstaller.so
    Java location : /applprod/apps/tech_st/10.1.2/jre/1.4.2/bin/java
    Log file location : /applprod/apps/tech_st/10.1.2/.patch_storage/<patch ID>/*.log
    Creating log file "/applprod/apps/tech_st/10.1.2/.patch_storage/LsInventory__04-27-2011_16-04-46.log"
    Result:
    LsInventory: OPatch Exception while accessing O2O
    OPATCH_JAVA_ERROR : An exception of type "OPatchException" has occurred:
    OPatch Exception:
    OUI found no such ORACLE_HOME set in the environment
    Can not get details for given Oracle Home
    An exception occurs
    null
    There is no Interim Patch
    OPATCH_JAVA_ERROR : An exception of type "OPatchException" has occurred:
    Can not get a list of inventory on this home.
    ERROR: OPatch failed because of Inventory problem.

  • Issue while applying patch 14037855

    Hi,
    When i try to apply the patch p14037855_111163_Generic for the version upgrade from ODI 11.1.1.6.0 to ODI 11.1.1.6.3, am facing the below issue.
    In command prompt, i went to the Opatch loc, in my case "D:\Oracle\Middleware\Oracle_ODI1\OPatch" and i set ORACLE_HOME=ODI_HOME
    D:\Oracle\Middleware\Oracle_ODI1\OPatch>set ORACLE_HOME=D:\Oracle\Middleware\Oracle_ODI1\oracledi\agent
    D:\Oracle\Middleware\Oracle_ODI1\OPatch>opatch lsinventory -jdk D:\Oracle\Middleware\jdk160_24
    *"There are no Interim patches installed in this Oracle Home"*
    When i try to apply the pacth from its stored location,facing the below issue
    D:\ODI_Software\14037855\opatch\14037855>opatch apply -jdk D:\Oracle\Middleware\jdk160_24
    OPatch failed during prerequisite checks: Prerequisite check "CheckApplicableProduct" failed.
    OPatch found incompatible or invalid applicable product type with respect to the Oracle Home.
    Could anyone pls advice on this.
    Thanks in advance

    I think your ORACLE_HOME env variable should point to D:\Oracle\Middleware\Oracle_ODI1\
    Regards,
    Rickson Lewis

  • Unknown issue while applying effect using "exposure" plugin

    Hi,
    I am trying to execute a third party plugin called "Exposure4" from my existing automation plugin. I have done something similar before too and had no problem. However, I have encountered some problems while executing this plugin from my automation plugin. I am able to build it and when I run it doesn't give any error message. But when I debug the code it returns - 1 error code. When I execute its equivalent javascript from extendscript it runs fine.
    Then I tried to run the jsx from my plugin. But it is also not working.
    Please guide. Its really urgent.
    I have tried hard but didn't got any clue.

    You are really not providing enough info for anyone to be able to help you. You have to realize that you are asking us to somehow debug your code that you are not providing in the post (a least the very few lines that trigger the plugin) which runs some third party plugin which nobody here probably has.
    In general, here are 3 simple steps you have to follow to get it all working:
    1. Copy the listener plugin to PS plugin folder
    2. Start PS, open your image and run your third-party plugin. Make sure it succeeds
    3. Close PS and open Listener.log on the Desktop. Copy&paste the function that contains the code that triggers your third party plugin into your automation plugin source.
    ivar

  • Issue while applying View Criteria

    Hi all,
    We have a taskflow which has View Criteria as the input parameter.
    When the taskflow is invoked, the View Criteria is set in the pageFlowScope.
    Requirement is that we need to apply this view criteria to a View object.
    When we applied the view criteria to the View object and executed the query, an SQLException is being thrown
    (Missing IN or OUT Parameter at index::1)
    In the ManagedBean's method, verified if the view criteria has bindVariables:
    VariableValueManager variableValueManage = vc.ensureVariableManager();
    System.err.println("Name :"+variableValueManage.getVariableValue("pName"));
    Confirmed that the bind variable is carrying the appropriate value.
    This View Criteria when applied to the corresponding VO and executed, java.sql.SQLException is thrown:
    ViewObjectImpl testVO = gettestVO() ;
    ViewCriteriaManager vcm = testVO.getViewCriteriaManager();
    vcm.applyViewCriteria(quickSearchViewCriteria);
    testVO.executeQuery();     
    Exception: java.sql.SQLException: Missing IN or OUT parameter at index:: 1     
    In the query, the bind Variable "pName" is not binded, though the view criteria has the value.
    Thanks in advance,
    Raghu

    Hi all,
    We have a taskflow which has View Criteria as the input parameter.
    When the taskflow is invoked, the View Criteria is set in the pageFlowScope.
    Requirement is that we need to apply this view criteria to a View object.
    When we applied the view criteria to the View object and executed the query, an SQLException is being thrown
    (Missing IN or OUT Parameter at index::1)
    In the ManagedBean's method, verified if the view criteria has bindVariables:
    VariableValueManager variableValueManage = vc.ensureVariableManager();
    System.err.println("Name :"+variableValueManage.getVariableValue("pName"));
    Confirmed that the bind variable is carrying the appropriate value.
    This View Criteria when applied to the corresponding VO and executed, java.sql.SQLException is thrown:
    ViewObjectImpl testVO = gettestVO() ;
    ViewCriteriaManager vcm = testVO.getViewCriteriaManager();
    vcm.applyViewCriteria(quickSearchViewCriteria);
    testVO.executeQuery();     
    Exception: java.sql.SQLException: Missing IN or OUT parameter at index:: 1     
    In the query, the bind Variable "pName" is not binded, though the view criteria has the value.
    Thanks in advance,
    Raghu

  • Opatch error while applying Windows patch 6 (9.2.0.8.0) on EBS 11i Database

    Hi,
    I am upgrading our EBS 11i database (9.2.0.5.0) to 9.2.0.8.0 by following note : 216550.1 (Interoperability Notes Oracle Applications Release 11i with Oracle9i Release 2 (9.2.0)).
    I have installed Opatch 2617419 and then installed 6880880 (p6880880_101000_WINNT.zip) (OUI patch).
    While applying Windows patch 6 (5916268) ,using opatch I am getting the following error:
    OPATCH_JAVA_ERROR=OPatch Exception while trying to check for Mini Patchset
    Cannot check bug/file conflict and component prerequisite checks.
    ERROR: OPatch failed during prerequisite check.
    OPatch returns with error code = 150
    Any help to resolve the issue is appreciated.
    I saw note +'OPATCH_JAVA_ERROR=OPatch Exception While Trying to Check for Mini Patchset' while applying patch using opatch 1.0.0.0.x [ID 971783.1].+
    There are no '&' in the inventory file. There are a lot of '<'. I dont know if this note is applicable.
    Thanks
    Thiru.

    Hi,
    I am following section 2 only.
    In Section 2, # 7 we have to apply latest Oracle Patching Tool (OPatch) patch 2617419 and in # 8 we have to apply additional 9.2.0.8 RDBMS patches ( in our case it is Windows patch 6.
    I am getting issue while applying Windows patch 6 using opatch.
    Rgds,
    Thiru

  • 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.

  • Error while applying J2EE SP14 for 640 system

    Hi,
    I am facing issue while applying J2EE SP14 for 640 system. The current level is SP9. Below is the error. Can you recommand any resolution for the same.
    ERROR 2005-03-04 14:23:47
    CJS-20076  Error while retrieving the mode of the J2EE Engine. See output of logfile C:\Program Files\sapinst_instdir\PATCH\MSS/getEngineMode.log: 'Error while loading BatchConfig C:\Program Files\sapinst_instdir\PATCH\MSS/getSafeMode.xml definition file.
    java.lang.Exception: Unknown Task information
         at com.sap.engine.configtool.batch.descriptor.BatchConfigDescriptorDocument.readDescriptorFromDocument(BatchConfigDescriptorDocument.java:121)
         at com.sap.engine.configtool.batch.descriptor.BatchConfigDescriptorDocument.readDescriptorFromDocument(BatchConfigDescriptorDocument.java:94)
         at com.sap.engine.configtool.batch.descriptor.BatchConfigDescriptor.loadFromFile(BatchConfigDescriptor.java:66)
         at com.sap.engine.configtool.batch.BatchConfig.main(BatchConfig.java:74)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:78)
    WARNING 2005-03-04 14:23:47
    The step checkIfSafeModeIsEnabled with step key ApplySupportPackage|ind|ind|ind|J2EE_Engine|6.30|0|PatchJ2eeEngine|ind|ind|ind|J2EE_Engine|6.30|0|checkIfSafeModeIsEnabled was executed with status ERROR.

    hi Atul,
    Welcome to SDN!
    This problem occurs due to unexpectedly high CPU usage. Check the SAP OSS Notes (from Service Market Place) <a href="https://websmp203.sap-ag.de/form/sapnet?_FRAME=CONTAINER&_OBJECT=012006153200000309362004">743207</a> and <a href="https://websmp203.sap-ag.de/form/sapnet?_FRAME=CONTAINER&_OBJECT=012006153200000300342004">742395</a>
    They will help you to solve the problem.
    Regards
    ak

  • Error while applying license

    Dear Techies,
    We are having an issue while applying permanent license to our Solution Manger production Server.
    This problem was araised after we have installed SNC Router on the same box.
    Temporary license was expired and we are checking  by logging in using " SAP* " id.
    While applying new licnese using slicense ,
    "rc of SsfEncode: 11 = SSF_API_ENCODE_FAILED = ASN.1 encoding failed" This is the error we are getting.
    In Trust Manager "STRUST" entire PSE files are gone and system is not allowing me to check with the passoword.
    entire PSE certificates are not available.
    User Variables are defined as mentioned below
    Path : D:\usr\sap\SLM\SYS\exe\uc\NTAMD64
    SAPEXE: D:\usr\sap\SLM\SYS\exe\uc\NTAMD64
    SECUDIR :D:\usr\sap\SLM\DVEBMGS00\sec;
    SNC_LIB :D:\sapsnc\nt-x86_64\sapcrypto.dll
    ssf/name          = SAPSECULIB
    ssf/ssfapi_lib    =D:\usr\sap\SLM\sys\exe\uc\ntamd64\sapcrypto.dll
    sec/libsapsecu    =D:\usr\sap\SLM\sys\exe\uc\ntamd64\sapcrypto.dll
    ssl/ssl_lib      = D:\usr\sap\SLM\sys\exe\uc\ntamd64\sapcrypto.dll
    Please Suggest how to go.
    Thanks in advance
    Regards,
    Kiran

    Dear Juan,
    Thanks alot for your reply.
    As described i had followed this procedure and still license is not available in "000" in "SLICENSE"
    C:\> saplikey pf=D:\usr\sap\SLM\SYS\profile\DEFAULT.PFL -get
    SAP License Key Administration  -  Copyright (C) 2003 - 2007 SAP AG
    E likey_init_clt: Couldn't open verify PSE file
      ("D:\usr\sap\SLM\D00\sec\LASVerify.pse") for writing, errno = 2 (No such file  or directory).saplikey: likey_init () failed: 1
    Here it is looking at the directory "D00" instead of the directory "DVEBMGS00".. Then for testing I had created the directory "D00" and copied the " sec" directory and it worked. like this
    C:\>saplikey pf=D:\usr\sap\SLM\SYS\profile\DEFAULT.PFL -get
    SAP License Key Administration  -  Copyright (C) 2003 - 2007 SAP AG
    System ID. . . . : SLM
    Hardware Key . . : Lxxxxxxxxxx
    Installation No. : 00xxxxxxxx
    System No. . . . : 000000000xxxxxxxxx
    Release. . . . . : 700
    Software products: NetWeaver_ORA
                       LICENSE-SERVER_ORA
    C:\>saplikey pf=D:\usr\sap\SLM\SYS\profile\DEFAULT.PFL -install c:\license_script.txt
    SAP License Key Administration  -  Copyright (C) 2003 - 2007 SAP AG
    1 SAP license key(s) successfully installed.
    Still Iam unable to log on to my client 100.
    Regards,
    Kiran

  • While applying SAPKA70013 patch we are facing add on_ conflict issue

    Import phase 'ADDON_CONFLICTS_?' (12.02.2009, 19:50:55)
    There are conflicts between OCS Packages and Add-ons...
    we have applied SAPK-40007INCPRXRPM  to  SAPK-40013INCPRXRPM  ..
    but still we are facing same problem........

    Hi,
    I am facing same problem while applying Support Pack SAPKA70013.
    "Conflicts Between Add-On CRMUIF 600 and Support Packages"
    Component    Release      Support Package        Information on Conflict Resolution
    SAP_ABA      700          SAPKA70013             Include CRT
    What can I do. Help me!
    Regards,
    Darshan..

  • Error while applying LM-tools patch using JSPM

    hi all,
    I got error while applying LM-Tool patch using JSPM. following is the error log. How can i rectify it. please help.
    Mar 29, 2010 12:49:57... Info:
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
    ully executed: DROP TABLE "BC_MID_TREE"
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
    ully executed: DROP TABLE "BC_MID_TREE"
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
    ully executed: CREATE TABLE "BC_MID_TREE"("NODE_ID" RAW(16)  NOT NULL, "PARENT_I
    D" RAW(16)  , "NODE_TYPE" NUMBER(10) DEFAULT 0 NOT NULL, "NAME" NVARCHAR2(30) DE
    FAULT ' ' NOT NULL, "TS" TIMESTAMP  NOT NULL, "USER_ID" NVARCHAR2(30)  )
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
    ully executed: CREATE TABLE "BC_MID_TREE"("NODE_ID" RAW(16)  NOT NULL, "PARENT_I
    D" RAW(16)  , "NODE_TYPE" NUMBER(10) DEFAULT 0 NOT NULL, "NAME" NVARCHAR2(30) DE
    FAULT ' ' NOT NULL, "TS" TIMESTAMP  NOT NULL, "USER_ID" NVARCHAR2(30)  )
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
    ully executed: CREATE INDEX "BC_MID_TREE_R" ON "BC_MID_TREE"("PARENT_ID")
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
    ully executed: CREATE INDEX "BC_MID_TREE_R" ON "BC_MID_TREE"("PARENT_ID")
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
    ully executed: CREATE UNIQUE INDEX "BC_MID_TREE_U" ON "BC_MID_TREE"("PARENT_ID",
    "NAME")
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
    ully executed: CREATE UNIQUE INDEX "BC_MID_TREE_U" ON "BC_MID_TREE"("PARENT_ID",
    "NAME")
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
    ully executed: ALTER TABLE "BC_MID_TREE" ADD PRIMARY KEY ("NODE_ID") NOT DEFERRA
    BLE INITIALLY IMMEDIATE ENABLE VALIDATE
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
    ully executed: ALTER TABLE "BC_MID_TREE" ADD PRIMARY KEY ("NODE_ID") NOT DEFERRA
    BLE INITIALLY IMMEDIATE ENABLE VALIDATE
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Runtime XML of BC_
    MID_TREE successfully written
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Runtime XML of BC_
    MID_TREE successfully written
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Runtime XML of BC_
    MID_TREE successfully written
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Runtime XML of BC_
    MID_TREE successfully written
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Next archive objec
    t : dbtables/BC_MID_TREE_ITEM.gdbtable
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Next archive objec
    t : dbtables/BC_MID_TREE_ITEM.gdbtable
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  <<< Analyze table
    BC_MID_TREE_ITEM >>>
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  <<< Analyze table
    BC_MID_TREE_ITEM >>>
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  predefined action
    is: >>>DROP_CREATE<<<
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  predefined action
    is: >>>DROP_CREATE<<<
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Action: DROP_CREAT
    E
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Action: DROP_CREAT
    E
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:    DROP TABLE "BC_M
    ID_TREE_ITEM"
    Mar 29, 2010 12:49:57... Info:  CREATE TABLE "BC_MID_TREE_ITEM"
    Mar 29, 2010 12:49:57... Info: (
    Mar 29, 2010 12:49:57... Info: "NODE_ID" RAW(16)  NOT NULL,
    Mar 29, 2010 12:49:57... Info: "ITEM_ID" RAW(16)
    Mar 29, 2010 12:49:57... Info: )
    Mar 29, 2010 12:49:57... Info:  CREATE INDEX "BC_MID_TREE_ITEM_R" ON "BC_MID_TRE
    E_ITEM"
    Mar 29, 2010 12:49:57... Info: (
    Mar 29, 2010 12:49:57... Info: "ITEM_ID"
    Mar 29, 2010 12:49:57... Info: )
    Mar 29, 2010 12:49:57... Info:  ALTER TABLE "BC_MID_TREE_ITEM"
    Mar 29, 2010 12:49:57... Info: ADD PRIMARY KEY ("NODE_ID")
    Mar 29, 2010 12:49:57... Info: NOT DEFERRABLE INITIALLY IMMEDIATE ENABLE VALIDAT
    E
    Mar 29, 2010 12:49:57... Info:
    Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:    DROP TABLE "BC_M
    ID_TREE_ITEM"
    Mar 29, 2010 12:49:57... Info:  CREATE TABLE "BC_MID_TREE_ITEM"
    Mar 29, 2010 12:49:57... Info: (
    Mar 29, 2010 12:49:57... Info: "NODE_ID" RAW(16)  NOT NULL,
    Mar 29, 2010 12:49:57... Info: "ITEM_ID" RAW(16)
    Mar 29, 2010 12:49:57... Info: )
    Mar 29, 2010 12:49:57... Info:  CREATE INDEX "BC_MID_TREE_ITEM_R" ON "BC_MID_TRE
    E_ITEM"
    Mar 29, 2010 12:49:57... Info: (
    Mar 29, 2010 12:49:57... Info: "ITEM_ID"
    Mar 29, 2010 12:49:57... Info: )
    Mar 29, 2010 12:49:57... Info:  ALTER TABLE "BC_MID_TREE_ITEM"
    Mar 29, 2010 12:49:57... Info: ADD PRIMARY KEY ("NODE_ID")
    Mar 29, 2010 12:49:57... Info: NOT DEFERRABLE INITIALLY IMMEDIATE ENABLE VALIDAT
    E
    Mar 29, 2010 12:49:57... Info:
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
    ully executed: DROP TABLE "BC_MID_TREE_ITEM"
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
    ully executed: DROP TABLE "BC_MID_TREE_ITEM"
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
    ully executed: CREATE TABLE "BC_MID_TREE_ITEM"("NODE_ID" RAW(16)  NOT NULL, "ITE
    M_ID" RAW(16)  )
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
    ully executed: CREATE TABLE "BC_MID_TREE_ITEM"("NODE_ID" RAW(16)  NOT NULL, "ITE
    M_ID" RAW(16)  )
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
    ully executed: CREATE INDEX "BC_MID_TREE_ITEM_R" ON "BC_MID_TREE_ITEM"("ITEM_ID"
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
    ully executed: CREATE INDEX "BC_MID_TREE_ITEM_R" ON "BC_MID_TREE_ITEM"("ITEM_ID"
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
    ully executed: ALTER TABLE "BC_MID_TREE_ITEM" ADD PRIMARY KEY ("NODE_ID") NOT DE
    FERRABLE INITIALLY IMMEDIATE ENABLE VALIDATE
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
    ully executed: ALTER TABLE "BC_MID_TREE_ITEM" ADD PRIMARY KEY ("NODE_ID") NOT DE
    FERRABLE INITIALLY IMMEDIATE ENABLE VALIDATE
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Runtime XML of BC_
    MID_TREE_ITEM successfully written
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Runtime XML of BC_
    MID_TREE_ITEM successfully written
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Runtime XML of BC_
    MID_TREE_ITEM successfully written
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Runtime XML of BC_
    MID_TREE_ITEM successfully written
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Analysis and adjus
    tment of tables successfully executed
    Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Analysis and adjus
    tment of tables successfully executed
    Mar 29, 2010 12:49:57... Info: Finished successfully: development component 'tc/
    slm/mid/dd'/'sap.com'/'MAIN_APL70P18_C'/'2712380'/'0', grouped by
    Mar 29, 2010 12:49:57... Info: Starting to save the repository
    Mar 29, 2010 12:49:57... Info: Finished saving the repository
    Mar 29, 2010 12:49:57... Info: Starting: Update: Selected development component
    'tc/archtech/browser/viewer/locator'/'sap.com'/'MAIN_APL70P18_C'/'2712383'/'0' u
    pdates currently deployed development component 'tc/archtech/browser/viewer/loca
    tor'/'sap.com'/'MAIN_APL70VAL_C'/'1496536'/'0'.
    Mar 29, 2010 12:49:57... Info: SDA to be deployed: /usr/sap/IRX/DVEBMGS02/SDM/ro
    ot/origin/sap.com/tc/archtech/browser/viewer/locator/MAIN_APL70P18_C/0/2712383/t
    carchtechbrowserviewerlocator.sda
    Mar 29, 2010 12:49:57... Info: Software type of SDA: J2EE
    Mar 29, 2010 12:49:57... Info: ***** Begin of SAP J2EE Engine Deployment (J2EE A
    pplication) *****
    Mar 29, 2010 12:49:58... Info: Starting cluster instance processes.
    Mar 29, 2010 12:50:03... Info: Starting the instance JC_PRDCIXI_IRX_02 running o
    n host PRDCIXI_svc
    Mar 29, 2010 12:50:03... Info: Starting the instance JC_PRDCIXI_IRX_02 processes
    . The instance is running on host PRDCIXI_svc
    Mar 29, 2010 12:50:03... Info: Starting the process dispatcher
    Mar 29, 2010 12:50:03... Info: Starting the process server0
    Mar 29, 2010 6:49:58 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE App
    lication) *****
    Mar 29, 2010 6:49:58 PM  Error: Aborted: development component 'tc/archtech/brow
    ser/viewer/locator'/'sap.com'/'MAIN_APL70P18_C'/'2712383'/'0', grouped by softwa
    re component 'LM-TOOLS'/'sap.com'/'MAIN_APL70P19_C'/'1000.7.00.19.0.200904271432
    29''/'0':
    SDM could not start the J2EE cluster on the host PRDCIXI! The online deployment
    is terminated.
    A timeout occured during the cluster running verification.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDepl
    oyerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Mar 29, 2010 6:49:58 PM  Info: Starting to save the repository
    Mar 29, 2010 6:49:59 PM  Info: Finished saving the repository
    Mar 29, 2010 6:49:59 PM  Info: Starting: Update: Selected software component 'LM
    -TOOLS'/'sap.com'/'MAIN_APL70P19_C'/'1000.7.00.19.0.20090427143229''/'0' updates
    currently deployed software component 'LM-TOOLS'/'sap.com'/'MAIN_APL70P14_C'/'1
    000.7.00.14.1.20080124101556''/'0'.
    Mar 29, 2010 6:49:59 PM  Error: Aborted: software component 'LM-TOOLS'/'sap.com'
    /'MAIN_APL70P19_C'/'1000.7.00.19.0.20090427143229''/'0':
    Failed deployment of SDAs:
    development component 'tc/archtech/browser/viewer/locator'/'sap.com'/'MAIN_APL70
    P18_C'/'2712383'/'0' : aborted
    Please, look at error logs above for more information!
    Mar 29, 2010 6:49:59 PM  Info: Starting to save the repository
    Mar 29, 2010 6:49:59 PM  Info: Finished saving the repository
    Mar 29, 2010 6:49:59 PM  Info: Restoring the state of the instance (JC_PRDCIXI_I
    RX_02) process server0 from Stopped to Running
    Mar 30, 2010 12:50:00... Error: Received exception when restoring Engine state:
    A timeout occured during the cluster state restore verification.
    Mar 30, 2010 12:50:00... Error: -
    At least one of the Deployments
    failed -
    Regards,
    Priya

    Hi Priya,
    As per your error message, there is problem with the SDM is not starting after finishing deployment on SAP J2EE Engine Deployment. Development component are not deployed properly due to error message
    > SDM could not start the J2EE cluster on the host PRDCIXI! The online deployment is terminated. A timeout occured during the cluster running verification. P
    Please check the default timeout and increased as requred.
    Please check the below thread to rectify this issue.
    SDM Troubleshooting  : http://help.sap.com/saphelp_nw04/helpdata/de/76/fb72ec091f4bf8a2d8ba321bb7e8d9/frameset.htm
    SDM Troubleshooting  : https://cw.sdn.sap.com/cw/docs/DOC-29627:
    Hope it helps
    Regards
    Arun

  • Issue while configuring XLIFF as resource bundle

    We are using Jdeveloper 11.1.1.7.0 ver. We are configuring ADF Faces project for XLIFF by creating xliff file in resources folder and adding xliff file to project properties.
    In design time we are able to see the configured values when we use expression builder however, we are getting following exception at runtime:
    java.util.MissingResourceException: Can't find bundle for base name UIRes, locale en
      at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
      at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)

    I am getting issue while configuring report in integrated mode! The issue and the solution to that is as mentioned  here.
    I tried to set the Report Server Service account to Use Another Account
    but when i try to apply i get the issue as below.
    Microsoft.ReportingServices.WmiProvider.WMIProviderException: An unknown error has occurred in the WMI Provider. Error Code 800708AC
    ---> System.Runtime.InteropServices.COMException (0x800708AC): The group name could not be found. (Exception from HRESULT: 0x800708AC)
    --- End of inner exception stack trace ---
    at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
    at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.SetWindowsServiceIdentity(String accountName, String password, Boolean useBuiltinAccount)
    at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.SetWindowsServiceIdentity(String accountName, String password, Boolean useBuiltinAccount)
    Kindly help!
    I have the same error after a change in domain policies and after reconfigure the password of the domain account user used for the Report Server Service Account.
    I don't use a group!!!
    Thank You for any help!
    Alessio

  • Issue while configuring Xampp

    Hi Experts,
    We are facing an issue while configuring Xampp. We have successfully installed Xampp but while selecting Admin Tab we are getting below error. We have release ports(25) and made the Windows Firewall OFF, still the issue exists. Can you please suggest us how to move forward...
    Thanks in Advance..
    Regards,
    Krishna.M

    I am getting issue while configuring report in integrated mode! The issue and the solution to that is as mentioned  here.
    I tried to set the Report Server Service account to Use Another Account
    but when i try to apply i get the issue as below.
    Microsoft.ReportingServices.WmiProvider.WMIProviderException: An unknown error has occurred in the WMI Provider. Error Code 800708AC
    ---> System.Runtime.InteropServices.COMException (0x800708AC): The group name could not be found. (Exception from HRESULT: 0x800708AC)
    --- End of inner exception stack trace ---
    at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
    at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.SetWindowsServiceIdentity(String accountName, String password, Boolean useBuiltinAccount)
    at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.SetWindowsServiceIdentity(String accountName, String password, Boolean useBuiltinAccount)
    Kindly help!
    I have the same error after a change in domain policies and after reconfigure the password of the domain account user used for the Report Server Service Account.
    I don't use a group!!!
    Thank You for any help!
    Alessio

Maybe you are looking for

  • Print to PDF - using Snow Leopard (Saving a PDF file when printing is not supported. Instead, choose

    i have a PDF form that i created that is used as a custom proposal that my company sends out to potential clients. the form in its editable state is only used internally. we recently upgraded to snow leopard, but prior to the upgrade, we were able to

  • Windows 7 64 bit + IE10 = no pdf in HTML Help

    When I generate a .chm in RoboHelp and click to view the result: the .chm becomes displayed; when I click in the .chm on a link for opening a .pdf the .pdf is displayed correctly in the main .chm window. When I doubleclick the same .chm in the Window

  • Sharing option grayed out

    Hi all! I'm having a bit of a dilemma. My xserver seems to be working correctly, but isn't. I have shares setup on and I can access them via AFP and all is working well that is on these shares. But, when I startup WorkGroup manager, either remotely o

  • Oracle User Audit Report

    Does anyone know how to get a report or sql code that will show all users responsibilities and access they have withing Oracle EBusiness suite Ebusiness R12 on a 10G database We have been asked by our Audit team for a full list of all users and there

  • Is there a way to hide the tab bar on my I Pad 2 in IOS 5?

    Anyone know of a way to hide the tab bar in an I Pad 2 using OS5? It wasn't there on the previous operating system.