Opss reassociation to db schema issues

I've migrated an 11g SOA suite file based OPSS data store to an Oracle database schema in MDS succesfully, however I see the following errors in the logs. any help would be appreciated.
java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=BPM-CRYPTO,keyName=BPM-CRYPTO read)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374)
at java.security.AccessController.checkPermission(AccessController.java:546)
at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:436)
at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:496)
at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:519)
at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:612)
at oracle.security.jps.internal.credstore.ldap.LdapCredentialStore.getCredential(LdapCredentialStore.java:296)
at oracle.bpel.services.common.util.GenerateBPMCryptoKey.storeCSFCredentialInfo(GenerateBPMCryptoKey.java:75)
at oracle.bpel.services.common.util.GenerateBPMCryptoKey.main(GenerateBPMCryptoKey.java:57)
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:597)
at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeMain(ClassDeploymentManager.java:362)
at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:273)
at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:214)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:246)
at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:21)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Error occurs while creating BPM-CRYPTO key in Credential Store

Hello Friend,
I ran into exactly the same problem, tried on both clustered and non-clustered environment. Been searching around but no luck yet. If you already found the cure, please share the way to correct it (I'll do the same if I managed to find proper way to handle this)
Thanks,
PipePo

Similar Messages

  • Authorization scheme issues

    Hi I'm using custom authenitication scheme sso with ntlm_page_sentry function.
    I've an authorization scheme 'Admin control" like this :
    declare
    v_role varchar2(55);
    begin
    select role into v_role from user_roles where lower(userid) = lower(:APP_USER);
    if v_role = 'ADMIN' then
    return true;
    else
    return false;
    end if;
    exception
    when NO_DATA_FOUND then return false;
    end;
    In a login page(page:101) :I've a process like this with process point as onload before header:
    declare
    v_role varchar2(55);
    v_nextpage number;
    begin
    select upper(role) into v_role from sales_inq.user_roles where lower(userid) = lower(:APP_USER);
    case v_role
    when 'ADMIN' then v_nextpage := 9;
    when 'EDIT' then v_nextpage := 1;
    when 'VIEW' then v_nextpage := 2;
    end case;
    owa_util.redirect_url('f?p=' || :APP_ID || ':' || v_nextpage);
    exception
    when NO_DATA_FOUND then
    owa_util.redirect_url('f?p=' || :APP_ID || ':101');
    end;
    I've assigned "admin control" authorization scheme to page9 and changed authentication to "page requires authentication"
    After loginto my system through networkid which is assigned to ADMIN role when I run login page(101) I'm unable to access page 9.Can't I test this in standalone mode in dev instance?For ex:my userid is in user_role table with a role of admin why I can't see that page?
    Thanks,
    Mahender.
    Edited by: user518071 on Oct 8, 2009 12:44 PM

    Hi Scott,
    How does the login page get invoked?
    I'm trying to implement this authorization scheme for the first time for this UI.
    Previous scenario:User needs to login so login page will be displayed automatically
    Current scenario:User comes to login screen which is a dummy page without any items or regions and I've created process (on load before header process code mentioned above)which will check the network user's role and branch to corresponding page
    Why is there a login page if you have an sso facility?
    There is no login page as such but it's common intermediary page for all users which is not displayed but automatically directed to their corresponding page based on the process (on load before header process code mentioned above)
    Is there a login page designated as the Session Not Valid Page in the authentication scheme?
    No
    or let me know how we can do this ?
    I've three roles for users :admin,edit,view and it's stored in user_roles table,user with role view can access only his page and user with edit can access all view pages as well as his pages,admin can access all pages.Then next issue is how to test this without using active directory in dev instance by adding security to corresponding pages(ex:admin control,page requires authentication)
    Thanks,
    Mahender.

  • Idoc Schema issue

    Hi,
    We added a new field in Idoc schema, and now we can see the new field at we02/we05 idoc list, however, we don't receive it in XI.
    I already imported the Idoc schema in XI again, updated the mappings, and it still with the same issue.
    Do you guys know where is the problem?
    Thanks,
    Luí

    Hi,
    I was facing the same problem from other point (I saw the error on the trfc queue in the sender system).
    After reading your posts I have tried with IDX2 and same problem than you, so I began to debug in XI (newbie in XI, olddie in ABAP ).
    I have seen that the message is raised when trying to do the  RFC call <i>IDX_META_SYNTAX_READ</i>. I tried with se37 in r/3 and it worked so only the user could be.
    I have changed the user in the RFC destination in XI to my dialogue R/3 user and now XI has received the first idoc from R/3. The previous user was a service user with sapall/sapnew profiles  so it doesn't makes sense but... <b>it works for me! </b>
    hope it helps you,
    David R.

  • Capture-schema issues!!!

    I am trying to capture the schema details from pointbase db that come bundled with J2ee 1.4
    I am running into :-
    D:\>D:\appserver\Sun\bin\capture-schema -dburl jdbc:pointbase:server://localhost
    :9092/vinman -schemaname vinman -username apps -password apps -driver com.pointb
    ase.jdbc.jdbcUniversalDriver -table CustomerBean -out CustomerBean.dbschema
    using dburl: jdbc:pointbase:server://localhost:9092/vinman
    using username: apps
    using password: apps
    using driver: com.pointbase.jdbc.jdbcUniversalDriver
    using schemaname: vinman
    java.sql.SQLException: No suitable driver
    at java.sql.DriverManager.getConnection(DriverManager.java:532)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at com.sun.forte4j.modules.dbmodel.jdbcimpl.ConnectionProvider.<init>(Co
    nnectionProvider.java:46)
    at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main(CaptureSch
    ema.java:120)
    Exception in thread "main" java.lang.NullPointerException
    at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main(CaptureSch
    ema.java:177)
    Can someone please tell what I am doing wrong?
    Thanks
    Vineeth

    Looks like a database/SQL driver issue
    java.sql.SQLException: No suitable driver
    at java.sql.DriverManager.getConnection(DriverManager.java:532)

  • Cross Schema Issues for certain commands

    Within Raptor, there are some commands that don't legitimately work when you are manipulating tables outside of your own schema. The menu items for these should be greyed out. An example is if I want to move a table, the SQL for this command is:
    alter table "XXX" move.
    Since this SQL command doesn't allow for a schema, it fails with a misleading error message. ORA-00942 Table or view does not exist. For many DBA's it may be readily apparent as to why this error occurs, but for most future Raptor users they'll be confused.

    As root:
    /bin:/usr/bin:/sbin:/usr/sbin:/opt/mozilla/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core
    As normal user:
    ./:/bin:/usr/bin:/usr/local/bin:/usr/bin
    You got it in one Morra, a path issue. any reason why they are not the same by default? Solved the issue by copying the root PATH into my .bashrc, but it would be nice to know why they aren't the same.

  • Schema issue

    Hi,
    Pelase see my following question
    We have 6 schemas created on a single instance. Each schema represents a client/business. There is a data dependency among these 6 schemas. These schemas hold their own set of table in their corresponding schemas. The suggested approach is to create a 7th schema and put all the code that is related to the first 6 schemas in it. Is this a good approach/model? Please share your thoughts.
    Thanks

    I would say this is possible and even recommended: see for example what Tom Kyte has written about separate schemas for code and data in http://www.oracle.com/technetwork/issue-archive/2008/08-nov/o68asktom-086234.html. But you need also to take into account how to manage different code versions.

  • GeoRaster missing schema issue after database upgrade

    I recently upgraded from 10.1.0.4 to 10.2.0.1. Prior to upgrade sdo_geor.schemavalidate worked fine on this database. However when I run it now, I get the below error. When I query the all_xml_schemas table http://xmlns.oracle.com/spatial/georaster/georaster.xsd is not listed. Is this the issue? We've tried this same query on a database that was installed as 10.2.0.1 and that worked fine. It's just the upgraded databases that are having this issue. What steps can i take to resolve this?
    14:15:47 SQL> SELECT v.id,sdo_geor.schemavalidate(v.georaster) from student.nlcd_grids v where id = 03;
    SELECT v.id,sdo_geor.schemavalidate(v.georaster) from student.nlcd_grids v where id = 03
    ERROR at line 1:
    ORA-31000: Resource 'http://xmlns.oracle.com/spatial/georaster/georaster.xsd' is not an XDB schema document
    ORA-06512: at "SYS.XMLTYPE", line 214
    ORA-06512: at "MDSYS.SDO_GEOR", line 1448

    I raised an SR on metalink and they provided me with this fix that worked a treat
    1. Check if the XML schema is allready registered:
    select owner, schema_url from dba_xml_schemas
    where schema_url='http://xmlns.oracle.com/spatial/georaster/georaster.xsd';
    2. If no rows are returned please register the schema by running following script:
    - Connect to the database as sysdba
    - alter session set current_schema=MDSYS;
    - @ORACLE_HOME\md\admin\sdogrxml.sql

  • Windows 7 Boot Camp Color Scheme Issues

    Hi. I just recently installed Windows 7 Ultimate on my Boot Camp, and the first thing I noticed was the poor resolution that was stuck to 1600x1200 pixels. The Display Adapter used is listed as "Generic Non-PnP Monitor on Standard VGA Graphics Adapter." ortunately, I got this sorted out by choosing "Advanced Settings => List All Modes", and then selecting "2560 by 1440, High Color (16 bit), Default Refresh". Here's where the problem comes in - it's in 16 bit, obviously, and there's no other higher color schemes for me to choose from in the "List All Modes" menu that's 2560x1440 pixels. The only other mode of this resolution is "2560 by 1440, 256 Colors, Default Refresh".
    What should I do? Could someone please guide me through the process step-by-step, as the Apple support team was of no help, since they aren't 'familiar' with Windows procedures, despite "Boot Camp" being a Mac-related hardware. And I'm no technical expert, either, so tossing me terms like "update to the X&Y" driver is probably going to confuse me, so please try and explain that to me, thank you.
    Thanks for your patience and please get back to me soon.

    It appears that you did not follow the step in Bootcamp Assistant where you were to download the Windows Support software. You then had to install the Support software from within Windows. Did you do that step? The display drivers are part of the Support software.

  • Envelope Schema Issue : Routing failure :No Subscriber is found

    Hi,
    This is my envelope schema:
    This is my original Schema:
    My scenario is as follows:
    I have two orchestration :
    In orchestration A,I am getting a input schema,map that input schema to above envelope schema.Then doing de-batching with the help of call pipeline in orchestration A.I am getting the proper output for orchestration A and saved it to location X.
    In orchestartion B, I am using direct binding, and making filter on receive message context property GL_Journal_SetNumber.
    When I am making a filter on Message Type, it is working fine.
    When  I am making filter on message type then it is pick up the file from message box and working fine but when I am using filter on GL_Journal_SetNumber then it is not pick up the file from message box.
    Any kind of help would be appreciated.
    Is there any alternative solution for this scenario.
    Prakash

    I checked in BizTalk Admin Console --> BizTalk Group ---> New Query---> Subscription and
    got my promoted property there:
    Prakash

  • BIDS Schema issues between Visual Studio on 2008 & 2008R2

    Hi all,
    We have a 3 servers in our farm, two of which Run SQL Server 2008R2 and one which runs SQL Server 2008.
    All three servers have the same edition of Visual Studio on (VS2008).
    Our development server (the 2008 server) has Report Builder 3 on it and our Analysts use this to connect to our Sharepoint which works off one of the 2008R2 boxes.
    i have been asked by one of the Senior Analysts if they can have access to BIDs for report development. However for some reason, even though all 3 servers have the same version of BIDs, the RDLs that they create cannot be opened correctly on the 2008 Server.
    Instead they open as HTML and a warning is given :-
    "The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition' which cannot be upgraded"
    I am presuming that it is deriving the namespace from the locally installed version of 2008 Reporting Services. However as there is no need for the Analysts to use this, as the reports are deployed and run off the 2008 R2 Reporting Services via the Sharepoint
    Server, and Report Builder is happy with this, is there some way that I can tell BIDs to look elsewhere for the namespace validation?
    The software itself is obviously able to read the report correctly as we have the same version on all servers and when BIDs is opened on an R2 server the reports display correctly.
    Has anyone got any suggestions (except upgrade the 2008 box - I am working on this!!) ?
    Iain

    Hi lain,
    A report definition file specifies the RDL namespace for the version of the report definition schema that is used to validate the rdl file. Different Report version has different Schema Version. For example, the namespace
    http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition is for the RDL 2005 version in SQL Server 2005; the namespace
    http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition is for the RDL 2008 version in SQL Server 2008; the namespace
    http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition is for the RDL 2010 version in SQL Server 2008 R2 and 2012.
    Since SQL Server 2008 and SQL Server 2008 R2 have different Report Definition Schema Versions, just as the warning said, we can open an .rdl file which was created for a previous namespace, but we cannot open a report which was created for a later namespace
    in Report Designer or Report Builder.
    Reference:
    How to: Find the Report Definition Schema Version (SSRS)
    Thank you for your understanding.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Read only schema issues

    Hello everyone
    I have created a read only schema on oracle Apps and have granted select privileges to all synonyms and views and execute privileges to packages.
    The read only schema is unable to access some synonyms and views below is the example:
    conn to read only schema
    select * from HR_ALL_ORGANIZATION_UNITS
    'no rows returned'
    Note: - The above is a view, and the view's script contains 2 tables hr_all_organization_units and hr_all_organization_units_tl.
    Please help me on this
    Thanks and Regards
    Shahrukh Yasin

    Hi
    There is one function "show record" which is giving FALSE when i run the below query on read only schema
    select hr_security.show_record('HR_ALL_ORGANIZATION_UNITS',171) from dual
    and when i run it from APPS Schema it gived TRUE.
    I have already given execute privileges on ALL the database PACKAGE, PACKAGE BODY, FUNCTION, PROCEDURE to read only schema, but the problem is same
    Thanks and Regards
    shahrukh Yasin

  • XSD Schema issue with 11g - Urgent

    All,
    SOA,JDev Version - 11.1.1.1.0
    In my current project(Async BPEL), I'm using a xsd schema(custom one) which I have used in 10g. The import of schema to jdev went thru fine. After import, I've set the custom schema element as the payload for the receive activity. (i.e Structure pane --> MessageTypes --> Process WSDL --> <process>RequestMessage --> payload --> Element --> BrowseElement --> project schema files --> Choose the custom schema and select the root element). After setting it up, I tried to deploy the process. I got the following error.
    *+[2010-01-08T16:17:17.502+05:30] [soa_server4] [ERROR] [SOA-21037] [oracle.integration.platform.blocks.deploy.servlet] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IODYsIR9DgYVLqBT8A1BHgwq00001Q,0] [APP: soa-infra] [arg: Error during composite deployment: oracle.fabric.common.FabricDeploymentException: oracle.fabric.common.FabricException: Update Failed: Unable to register service.: Update Failed: Unable to register service..] Sending back error message: Error during composite deployment: oracle.fabric.common.FabricDeploymentException: oracle.fabric.common.FabricException: Update Failed: Unable to register service.: Update Failed: Unable to register service...+*
    I tried the same scenario with the schema which the BPEL process created, it deployed successfully.
    In 11g, is there any stringent steps to verify the custom schema? If so, please share your thoughts. Its of high importance to me. Kindly help.
    Thanks,
    Sen

    Once I had a similar problem, although I am not sure with the error messge, but I saw that the wsdl file was still reflecting the process as message part and was also using the namespace of default xsd, for xs:client. It might have effects some where else as well, could not recollect, where all I was required to change.
    So I think it is better to create the empty composite first, copy your schema file in it and then when dragging the BPEL component, specify the data types from your schema, instead of 'process' and 'processResponse'.
    HTH,
    SwapSawe.

  • URL scheme issues for v20 'web viewer'

    Hello all,
    I've recently created a multi-folio app with DPS, but I am having trouble with the 'Social Sharing' option. In the Viewer Builder, I enabled Social Sharing via email and Twitter, made selected articles unprotected via the Producer Builder, and made sure that the folios were not uploaded with PDF (pinch and zoom) images enabled.
    However, when I test the link in my app, my desktop browser says that the webpage does not exist. Am I missing a step or a piece of the setup? I thought that the process would be automated, but I can't seem to get the web viewer to work with my content. Any advice or insight would be greatly appreciated.
    Thanks for the help!
    Designer with DSG

    @DSG
    I'd be willing to look into it for you. I'm an Adobe employee.
    If you are willing to post the link here that would be ideal but you can also just post the "guid" portion of the URL.
    So for example, given this link
    http://www.adobepublish.com/s/18e01039-3307-4142-ba7f-36ffc33f718e/02_DPS_Overview_Stack.h tml
    I would need this part. "18e01039-3307-4142-ba7f-36ffc33f718e"

  • Issues Creating Spatial Index (Beginner)

    I am getting the error below:
    CREATE INDEX HHLT.BUILDING_SPATIAL_IDX
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13203: failed to read USER_SDO_GEOM_METADATA view
    ORA-13203: failed to read USER_SDO_GEOM_METADATA view
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 10
    When I select run the following, I get:
    select * from mdsys.sdo_geom_metadata_table;
    SDO_OWNER SDO_TABLE_NAME
    SDO_COLUMN_NAME
    SDO_DIMINFO(SDO_DIMNAME, SDO_LB, SDO_UB, SDO_TOLERANCE)
    SDO_SRID
    SYS BUILDING
    BUILDING_POLYGON
    SDO_DIM_ARRAY(SDO_DIM_ELEMENT('X', 0, 820, .005), SDO_DIM_ELEMENT('Y', 0, 580, .
    005))
    This is my script:
    =========================
    create user HHLT identified by HHLT;
    grant all privileges to HHLT;
    alter session set current_schema = HHLT;
    CREATE TABLE HHLT.BUILDING
    BUILDING_ID VARCHAR2(3),
    BUILDING_NAME VARCHAR2(50),
    VERTICES_COUNT INT,
    BUILDING_POLYGON MDSYS.SDO_GEOMETRY,
    CONSTRAINT BUILDING_PK PRIMARY KEY (BUILDING_ID)
    INSERT INTO USER_SDO_GEOM_METADATA
    VALUES ('BUILDING', 'BUILDING_POLYGON',
    SDO_DIM_ARRAY( SDO_DIM_ELEMENT('X', 0, 820, 0.005),
    SDO_DIM_ELEMENT('Y', 0, 580, 0.005)), NULL);
    COMMIT;
    CREATE INDEX ELKORDY.BUILDING_SPATIAL_IDX
    ON ELKORDY.BUILDING(BUILDING_POLYGON)
    INDEXTYPE IS MDSYS.SPATIAL_INDEX;
    ==================================
    What am I missing? Working from Windows 7 install.

    Dear Unnamed Person,
    It looks like cross-schema issues to me.
    You do all your work in the HHLT schema and then, at the end of your script you do this:
    CREATE INDEX ELKORDY.BUILDING_SPATIAL_IDX
    ON ELKORDY.BUILDING(BUILDING_POLYGON)
    INDEXTYPE IS MDSYS.SPATIAL_INDEX;Yet in your post you are:
    CREATE INDEX HHLT.BUILDING_SPATIAL_IDXSorry, which is it?
    Also, when you select from the metadata table it tells you that the BUILDING table is in SYS schema (SYS is the owner) but not in HHLT or ELKORDY!
    I suspect that:
    alter session set current_schema = HHLT;Didn't connect as you expected - you are still the SYS user - so that when you did this:
    INSERT INTO USER_SDO_GEOM_METADATA
    VALUES ('BUILDING', 'BUILDING_POLYGON',
    SDO_DIM_ARRAY( SDO_DIM_ELEMENT('X', 0, 820, 0.005),
    SDO_DIM_ELEMENT('Y', 0, 580, 0.005)), NULL);It associated the metadata with the SYS owner and not the HHLT owner hence the error when creating the index.
    I would recommend you.
    1. Connect as the SYS schema.
    2. Remove the metadata object;
    3. Connect in a new session to the HHLT schema as the HHLT user;
    5. Create a new metadata entry in user_sdo_geom_metadata when in HHLT schema;
    6. Create the index (drop any existing broken index first).
    regards
    SImon

  • Problem to install scheduler schema

    Hi all,
    I created a user (grant connect & resource privileges) on 10g database and try to configure scheduler.
    when I clicked "Test Connection" button, connected successfully.
    But when I clicked "Install Schema" button, the error message " Could not install schema due to the unexpected error" was displayed.
    1. What's problem will cause this issue?
    2. Can I find out any log files for tracing this install schema issue?
    3. Can I find out scripts for installing this schema from Oracle like scripts in xml publisher 5.6.2?
    Thanks in advance,
    Appcat

    Steven,
    In short, I consider this is a bug. The script executes on the O/S and the $ causes it to substitute an environment variable. It causes a problem during install. I suppose you could do something fancy with environment variables, but just not using dollar signs will work.
    Anton

Maybe you are looking for