Remote Check-In of managed EBS of WebCenter Content Server accessories

In my project, we use managed WCC solution attachment of the WCC with Oracle E-Business Suite. It is necessary to check in the files remotely to the WCC without any manual intervention.

EBS and WCC are integrated and WCC SSO does BSE session when managed attachments is called EBS.

I did some R & D and came to a conclusion that RIDC might be a way to do this, but is it possible to check the files without hard coding the password anywhere in the code? This code RIDC qualify by EBS on some events. This will make it possible for me to check in content to the WCC server without using the password to get the context for WCC? Get the username, this isn't a problem here, because it would be easily available in EBS, but the password would not be stored anywhere.

You don't have to pass the password for the user. Check this code below where sysadmin is the name of the user of the Complutense University of MADRID. According to your usecase, the following three parameters must be added to the checkin service call. Check the code how values are passed:

  1. dAFApplication
  2. dAFBusinessObjectType
  3. dAFBusinessObject
    public static void main(String[] args) throws IdcClientException, IOException {
        IdcClientManager manager = new IdcClientManager();
        IdcClient idcClient = manager.createClient("idc://localhost:4444");
        IdcContext userContext = new IdcContext("sysadmin");
        HdaBinderSerializer serializer = new HdaBinderSerializer("UTF-8", idcClient.getDataFactory());

        DataBinder dataBinder = idcClient.createBinder();
        dataBinder.putLocal("IdcService", "CHECKIN_UNIVERSAL");
        dataBinder.putLocal("dDocName", "TestRIDCCheckin");
        dataBinder.putLocal("dDocTitle", "Test RIDC Checkin");
        dataBinder.putLocal("dDocType", "Document");
        dataBinder.putLocal("dSecurityGroup", "Public");
        dataBinder.addFile("primaryFile", new File("c:/img7890.tiff"));
        dataBinder.putLocal("dAFApplication", "EBS_instanceA");
        dataBinder.putLocal("dAFBusinessObjectType", "REQ_HEADERS");
        dataBinder.putLocal("dAFBusinessObject", "12345");
        serializer.serializeBinder(System.out, dataBinder);
        ServiceResponse response = idcClient.sendRequest(userContext, dataBinder);
        DataBinder responseData = response.getResponseAsBinder();
        serializer.serializeBinder(System.out, responseData);
    }

Tags: Fusion Middleware

Similar Questions

  • WebCenter Content Server startup error csServiceDataException, DBSEARCH_UPDATE_ZONE_FIELDS

    Hello

    I installed and configured WebCenter Content Server 11.1.1.8 with the same settings as my other test environments. However, I encountered the error below while I was installing a new another server in another environment.

    What could be the possible cause? I used the same remote control, installation binaries WebCenter Content Server, WebCenter content patches and configurations. The only different is the operating system - I have 1 environment running on Linux and another running on Solaris.

    WebCenter content 11.1.1.8.0PSU - 2015-06-25 00:15:38Z - r130169 (Build: 7.3.5.185)

    < 6 November 2015 14:31:02 SGT > < error > < oracle.ucm.idccs > < CMU-CS-000001 > < general exception

    intradoc.common.ServiceException:! csServiceDataException, DBSEARCH_UPDATE_ZONE_FIELDS, addOrRemoveZoneFields! $

    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2176)

    at intradoc.server.Service.buildServiceException(Service.java:2410)

    at intradoc.server.Service.createServiceExceptionEx(Service.java:2404)

    at intradoc.server.Service.createServiceException(Service.java:2399)

    at intradoc.server.ServiceRequestImplementor.handleActionException(ServiceRequestImplementor.java:1816)

    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1766)

    at intradoc.server.Service.doAction(Service.java:566)

    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)

    at intradoc.server.Service.doActions(Service.java:561)

    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1415)

    at intradoc.server.Service.executeActions(Service.java:547)

    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:751)

    at intradoc.server.Service.doRequest(Service.java:1982)

    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:486)

    at intradoc.server.utils.CompInstallUtils.executeService(CompInstallUtils.java:522)

    at SiteStudioInstallerFilter.setupZoneSearchFields (unknown Source)

    at SiteStudioInstallerFilter.doInstall (unknown Source)

    at SiteStudioInstallerFilter.doFilter (unknown Source)

    at intradoc.shared.PluginFilters.filterWithAction(PluginFilters.java:114)

    at intradoc.shared.PluginFilters.filter(PluginFilters.java:68)

    at intradoc.server.IdcExtendedLoader.executeFilter(IdcExtendedLoader.java:463)

    at intradoc.server.IdcExtendedLoader.extraAfterServicesLoadInit(IdcExtendedLoader.java:448)

    at intradoc.server.IdcSystemLoader.loadServiceData(IdcSystemLoader.java:1157)

    at intradoc.server.IdcServerManager.init(IdcServerManager.java:203)

    at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:626)

    at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:457)

    at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:103)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)

    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)

    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)

    to idcservlet. ServletUtils.initializeContentServer (ServletUtils.java:1257)

    to idcservlet. ServletUtils.startAndConfigureServer (ServletUtils.java:531)

    to idcservlet. ServletUtils.initializeAllServers (ServletUtils.java:460)

    to idcservlet. IdcFilter.initContentServer (IdcFilter.java:181)

    to idcservlet. IdcFilter.init (IdcFilter.java:156)

    to weblogic.servlet.internal.FilterManager$ FilterInitAction.run (FilterManager.java:343)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)

    at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:671)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: intradoc.data.DataException:! csJdbcGenericError

    at intradoc.jdbc.JdbcWorkspace.handleSQLException(JdbcWorkspace.java:2680)

    at intradoc.jdbc.JdbcWorkspace.executeSQL(JdbcWorkspace.java:971)

    at dbsearchcontainsopsupport.server.DBSearchIndexUtil.addOrDropOracleFTIndex(DBSearchIndexUtil.java:188)

    at dbsearchcontainsopsupport.server.DBSearchIndexUtil.addFTIndex(DBSearchIndexUtil.java:163)

    at dbsearchcontainsopsupport.server.DBSearchIndexUtil.addFTIndexWithEngine(DBSearchIndexUtil.java:154)

    at dbsearchcontainsopsupport.server.DBSearchIndexUtil.checkAndAddFTIndexEx(DBSearchIndexUtil.java:392)

    at dbsearchcontainsopsupport.server.DBSearchIndexUtil.checkAndAddFTIndex(DBSearchIndexUtil.java:375)

    at dbsearchcontainsopsupport.server.DBSearchServiceHandler.addOrRemoveZoneFields(DBSearchServiceHandler.java:141)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)

    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)

    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)

    at intradoc.server.Service.doCodeEx(Service.java:622)

    at intradoc.server.Service.doCode(Service.java:594)

    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)

    at intradoc.server.Service.doAction(Service.java:566)

    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)

    at intradoc.server.Service.doActions(Service.java:561)

    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1415)

    at intradoc.server.Service.executeActions(Service.java:547)

    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:751)

    at intradoc.server.Service.doRequest(Service.java:1982)

    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:486)

    at intradoc.server.utils.CompInstallUtils.executeService(CompInstallUtils.java:522)

    at SiteStudioInstallerFilter.setupZoneSearchFields (unknown Source)

    at SiteStudioInstallerFilter.doInstall (unknown Source)

    at SiteStudioInstallerFilter.doFilter (unknown Source)

    at intradoc.shared.PluginFilters.filterWithAction(PluginFilters.java:114)

    at intradoc.shared.PluginFilters.filter(PluginFilters.java:68)

    at intradoc.server.IdcExtendedLoader.executeFilter(IdcExtendedLoader.java:463)

    at intradoc.server.IdcExtendedLoader.extraAfterServicesLoadInit(IdcExtendedLoader.java:448)

    at intradoc.server.IdcSystemLoader.loadServiceData(IdcSystemLoader.java:1157)

    at intradoc.server.IdcServerManager.init(IdcServerManager.java:203)

    at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:626)

    at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:457)

    at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:103)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)

    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)

    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)

    to idcservlet. ServletUtils.initializeContentServer (ServletUtils.java:1257)

    to idcservlet. ServletUtils.startAndConfigureServer (ServletUtils.java:531)

    to idcservlet. ServletUtils.initializeAllServers (ServletUtils.java:460)

    to idcservlet. IdcFilter.initContentServer (IdcFilter.java:181)

    to idcservlet. IdcFilter.init (IdcFilter.java:156)

    to weblogic.servlet.internal.FilterManager$ FilterInitAction.run (FilterManager.java:343)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)

    at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:671)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    >

    (early) CREATE INDEX xDontShowInListsc7bbf_ZFT ON DocMeta (xDontShowInListsForWebsites) INDEXTYPE IS CTXSYS. CONTEXT PARAMETERS ("SYNC (ON COMMIT)")

    This issue is forthcoming because some of the areas that need to be implemented using the DBSearchContainsOperator component are not listed.

    Search for invalid objects in the database (in particular) to the fields of the area. Or you can turn off the field in the area for the time being from the server and then restart it. Once it is up and running, and then activate the fields of the area of the user interface.

  • Difference b/w University Complutense of MADRID and webcenter Content Server

    Hello

    I'm using the Web Center portal and you want to use UCM and not the file system. So I can configure and connect to AAU without installing WebCenter Content server. Please let me know the difference between the AAU and WebCenetr content server.
    Is it all separately integrated with WebCenter portal content management server or in any case, we will have to use WebCenetr Content Server only?


    Concerning
    -Arvind

    Hello.

    WebCenter content and AAU are the same product (only has been renamed).
    Stellent-> UCM-> content WebCenter

    Kind regards.

  • WebCenter Content Server

    Hello

    I would like to know if it is possible allowing end users to create the user account, reset the password of the other user account or change their own password. Currently, we use the Oracle WebCenter content 11.1.1.8 and authenticated using WebLogic security. All the user accounts and password are managed through the WebLogic Console, including changing the password.

    It's one of the scenarios of basis for Oracle Identity Management (soon available also in the clouds).

    You don't mention where the user identities are stored in your solution - integrated LDAP is not designed for production, so it should be a separate tool. In this perspective, it is more obvious that user account management is performed at the level of the field of Weblogic, rather than by the application (for example content WebCenter).

    If you don't want to go with the IOM, you can go with a custom application. Also, make sure that your offer OOTB LDAP - there is usually some sort of console, although not necessarily allowing self-service.

  • Required features are not enabled on the WebCenter content server instance 'by default'. Feature: 'FrameworkFolders', at least level: 2.1

    I have install the content server and the user interface based on the document https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=234453819733758 & id = 1618305.1 & _afrWindowMode = 0 & _adf.ctrl - state = n0sjjwur9_25

    But when I run the UI with success. but when I try to access the user interface. I got an exception:

    < 11 August 2014 3:26:39 PM PDT > < error > < oracle.wcc.adf.logger.Exception > < WCC-ADF-10900 > < required feature is not enabled on the content server instance 'Default' WebCenter Feature: 'FrameworkFolders', at least level: 2.1

    oracle.wcc.adf.model.WccException: WCC-ADF-10900: necessary feature is not enabled on the content server instance 'Default' WebCenter Feature: 'FrameworkFolders', at least level: 2.1

    at oracle.wcc.adf.model.WccException.getException(WccException.java:424)

    at oracle.wcc.adf.model.WccException.getException(WccException.java:441)

    at oracle.wcc.adf.model.ConfigurationManager.getEnvironment(ConfigurationManager.java:1030)

    at oracle.wcc.adf.model.ConfigurationManager.areRequiredWccInstanceFeaturesAvailable(ConfigurationManager.java:489)

    at oracle.wcc.adf.vc.WccServletFilter.doFilter(WccServletFilter.java:179)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.caching.filter.AdfFacesCachingFilterImpl.doFilter(AdfFacesCachingFilterImpl.java:116)

    at oracle.adf.view.rich.webapp.AdfFacesCachingFilter.doFilter(AdfFacesCachingFilter.java:65)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    is there only one had the same problem? or an idea of how manage it?

    Thank you

    Brilliant

    Are you sure you properly patch?

    You try to apply a patch WebCenter MLR oracle_common home:

    Oracle home: \Oracle_CS\Middleware\oracle_common

    I don't have the RLM 5 or 6 readily available readme, but I MLR4: it says:

    2 pre-installation instructions

    -------------------------------

    a. set the ORACLE_HOME to ECM home environment variable.

    The default location is: "[MW_HOME] / Oracle_ECM1".

    You must read and follow the patch readme to make sure you are running the patch correctly and in the right place. Also, some patches have specific pre and/or post installation steps. You cannot go rogue on a patch process.

    I hope this helps you

    -ryan

  • WebCenter content server connection

    I have a question about services of content UCM or file system in WebCenter. In both cases, I can download and create documents, but I am unable to edit because of the part 'Edit' of the service of library documents in gray. Rights seem to be in the order the accounts can connect to any other application and perform these actions. WebCenter and UCM are related to the same OID and have the same accounts that we use to try and perform the actions of WebCenter. As I said I can post new features thanks to the creation and download but couldn't change it in WebCenter. The content created or downloaded with this method can be changed at the University Complutense of MADRID later. My question is how can I have create but not to change the rights to the content that I just created?

    Hello
    The Edit option see you in the menu options (and the toolbar) is not governed by permissions, rather it is used specifically to edit html documents (with the extension .htm, .html) using the rich text editor. If you download a new html document or create a new document to html, the document is checked (doc select, right click and choose Extract from the context menu) before you activate the Option change, subsequently, you can the Rich Text Editor to edit html documents.
    Hope this helps
    Vineet

  • doubt Doc ID 1618305.1 how to install and configure the user interface for content with WebCenter content 11.1.1.8.0

    doubt Doc-ID 1618305.1 How to install and configure the user interface with WebCenter content 11.1.1.8.0 content

    The portal_domain field contains;

    AdminServer (admin) and Enterprise Manager, (port 7001)

    IBR_server1, (port 16250)

    UCM_server1, (port 16200)

    WC_Spaces1, (port 8888).

    On the same machine, I have another weblogic, admin and for the ITS.

    The case is that continued to develop for the upgrade to the new skin WebCenter content.

    That's my goal.

    Then I did some research and came to the following notes in support.

    1 - how to install and configure the UI content with WebCenter content 11.1.1.8.0 and 11.1.1.9.0 (Doc ID 1618305.1()

    https://support.Oracle.com/epmos/faces/DocContentDisplay?_afrLoop=290841671406625 & ID = 1618305.1 & _afrWindowMode = 0 & _adf. CTRL-State = c7eq7vwdt_216

    and

    2 - update of the 11.1.1.8.0 UI content after you apply the Patch of Bundle WebCenter content 3 (MLR 3) or higher (Doc ID 1617477.1()

    https://support.Oracle.com/epmos/faces/DocContentDisplay?_afrLoop=291485823387355 & ID = 1617477.1 & _afrWindowMode = 0 & _adf. CTRL-State = c7eq7vwdt_245

    The UCM_server1 has the following House / app / oracle / Middleware / Oracle_ECM1 /.

    And the list of patches;

    ===================================================================================================

    Installed products of higher level (1):

    Oracle WebCenter content management install 11.1.1.8.0

    There are 1 products in this House of Oracle.

    Installed products (40):

    Cloning of the 11g Application Server 11.1.1.8.0 component

    Enterprise Manager Application Server Integrator Plugin - Management Service Support11.1.1.7.0

    FMW Control Plugin for Oracle inbound refinery 11.1.1.8.0

    FMW Control Plugin for Oracle WebCenter Capture 11.1.1.8.0

    Component install SDK 11.1.0.9.0

    Oracle Application Server Configuration 11.1.1.7.0

    Part of Oracle 11.1.1.7.0 Bali

    Oracle 11.1.1.8.0 capture

    Common files Oracle WebCenter content management 11.1.1.8.0

    Oracle Content Server 11.1.1.8.0

    Content of Oracle 11.1.1.8.0 Server component

    Content access Content Server Oracle 11.1.1.8.0

    Access to the contents of the Oracle Content Server 11.1.1.8.0 files

    Oracle Content Server Core 11.1.1.8.0

    Oracle 11.1.1.8.0 server content distribution

    Oracle extended Windowing Toolkit 11.1.1.7.0

    Oracle Fusion Middleware Admin Config 11.1.1.6.0

    Oracle Help for Java 11.1.1.7.0

    Oracle Help for the Web - UIX 11.1.1.7.0

    Oracle Help for the Web Shared Library 11.1.1.7.0

    Oracle Help share library 11.1.1.7.0

    Ice browser Oracle 11.1.1.7.0

    Oracle IRM                                                           11.1.1.6.0

    Oracle extended JFC Windowing Toolkit 11.1.1.7.0

    One-time correction of Oracle 11.1.0.9.9 installer

    Oracle outside in technology 8.4.0.0.0

    Oracle Remote Client of Intradoc 11.1.1.8.0

    Component of Oracle 11.1.1.7.0 rules

    Oracle SOA 11.1.1.7.0 workflow

    Universal Oracle install 11.1.0.9.0

    Oracle Upgrade Wizard 11.1.1.8.0

    Oracle Upgrade Wizard 11.1.1.8.0

    Upgrade Oracle WebCenter content management 11.1.1.8.0 Assistant

    Oracle WebCenter Capture 11.1.1.8.0

    Oracle Webcenter content - rights 11.1.1.7.0 documentalist

    Oracle WebCenter content - Universal Content Manager 11.1.1.8.0

    Oracle WebCenter content management install 11.1.1.8.0

    Oracle WebCenter content 11.1.1.8.0 management product suite

    Oracle WebCenter content: Imaging 11.1.1.8.0

    OracleAS Documentation 11.1.1.8.0

    There are 40 products installed in this House of Oracle.

    Interim plates (2):

    Patch 18188143: applied the sea Mar 19 17:37:32 BRT 2014

    Patch ID: 17263162

    Created February 5, 2014, 12:56:41 pm

    Bugs fixed:

    15872313, 17184457, 17515691, 16633496, 14317920, 15991141, 16892410

    14071471, 17929776, 13414481, 16042293, 17018964, 17627211, 16768600

    16037162, 14521663, 17768056, 14738077, 16460053, 17567819, 17806416

    15905591, 16080297, 17569908, 17043756, 18139768, 17211093, 17805499

    16418434, 16828356, 16671687, 17039391, 16698130, 17943394, 17632731

    17560900, 14246603, 15941347, 16045712

    Location of patch in the inventory:

    / app/Oracle/middleware/Oracle_ECM1/Inventory/oneoffs/18188143

    Patch location in the storage area:

    /app/Oracle/middleware/Oracle_ECM1/.patch_storage/18188143_Feb_5_2014_12_56_41

    Patch 18088049: applied the sea Mar 19 17:35:58 BRT 2014

    Patch ID: 17182855

    Created February 16, 2014 20:35:48 hrs PST8PDT

    Bugs fixed:

    17919101, 17894065, 17884570, 17883868, 17883112, 17854549, 17835742

    17832305, 17819213, 17812338, 17789722, 17783376, 17778867, 17761746

    17740542, 17733871, 17698852, 17658821, 17642431, 17636186, 17622384

    17616664, 17616611, 17616489, 17613656, 17608703, 17589960, 17581458

    17574153, 17567413, 17565564, 17558210, 17558068, 17546505, 17545841

    17540480, 17528590, 17514070, 17511368, 17511271, 17511089, 17501678

    17500375, 17475733, 17449617, 17421368, 17417817, 17416821, 17416807

    17416771, 17416377, 17416343, 17402732, 17401071, 17401052, 17397875

    17393920, 17393892, 17369286, 17368525, 17368096, 17362858, 17362130

    17354877, 17353764, 17352746, 17335303, 17335290, 17330493, 17324707

    17323595, 17323038, 17317268, 17314494, 17313064, 17313052, 17313000

    17312990, 17312933, 17312863, 17312366, 17298386, 17295962, 17290804

    17285105, 17270986, 17261952, 17255019, 17219134, 17216119, 17206903

    17201035, 17200854, 17199763, 17187804, 17185539, 17171852, 17171818

    17164502, 17160600, 17153780, 17074852, 17050451, 17049175, 17026301

    17008220, 17007746, 17007534, 17006378, 16999307, 16999291, 16991380

    16980256, 16980207, 16980196, 16979042, 16961904, 16958142, 16954858

    16941623, 16936055, 16936048, 16936036, 16936020, 16936006, 16935987

    16935976, 16921682, 16908287, 16858148, 16815976, 16796213, 13931337

    17424037, 17006115, 17171834

    OPatch succeeded.

    ==============================================================================================

    And contains the following configurations in config.cfg

    ==============================================================================================

    SocketAddressHostSecurityFilter = 127.0.0.1 | 0:0:0:0:0:0:0:1 | 192.168.1. * | 10.62.1.79

    xPortalSecurityPropagate = true

    Web server = javaAppServer

    AllowUpdateForGenwww = 1

    SearchIndexerEngineName = OracleTextSearch

    IndexerDatabaseProviderName = SystemDatabase

    AdditionalEscapeChars = -: #.

    FileEncoding = UTF8

    MaxQueryRows = 2000

    DisableAuthorizationTokenCheck = true

    IntradocServerPort = 4444

    SchemaPublishInterval = 604800

    SSAllowDelayedProjectWrites = true

    IdcServerThreadQueryTimeout = 120

    DisableQueryTimeoutSupport = false

    MaxSearchConnections = 20

    #Cache

    UseSearchCache = false

    #

    #AdditionalEscapeChars = _: #, -: {-}, has: A, GOLD: GOLD, CAN: CAN, AND: AND at the END:

    # Accesing a content item on a mapped Web URL (WebUrlMap) fails with the error: "unable to retrieve the content. Security access denied» (Doc ID 1639028.1()

    MaxAccountsInSecurityClause = 300

    # end (Doc ID 1639028.1()

    #Search fails for external users in WCC after upgrade to 11.1.1.8.0 (Doc ID 1676468.1()

    DoCaseInsensitiveAcctSearch = false

    # end (Doc ID 1676468.1()

    #MigrationFormatForfApplicationGUID = dCollectionName:dCollectionGUID

    ==============================================================================================

    To my UCM_Server1 content WebCenter.

    As I already have a WebCenter content I have to follow the second part of the note

    How to install and configure the UI content with WebCenter content 11.1.1.8.0 and 11.1.1.9.0 (Doc ID 1618305.1).

    Install and configure content WebCenter ADF WebUI against WebCenter Content Server

    Step 1) install the MDS schema

    (Step 2), install the Weblogic Server

    11 GR 1 material step 3) DOWNLOAD and install Oracle Application Development Framework (11.1.1.6.0) in the new WebUI WLS Middleware House, found here

    Step 4) Download and apply Patch 16, 546 129.

    Step 5) Download and apply Patch 16, 546 157.

    Step 6) download and apply the Patch and then 19,469,801, 18,102,108 Patch

    Step 7) copy the wccadf files in the field of user interface

    Step 8) Oracle on demand services (MDS) metadata registry

    Step 9) Place the WebCenter content domain user interface model

    Step 10) run the Setup Wizard on the new home of Middleware WebUI to create the new domain

    Step 11) updated the Oracle ADF of shared libraries

    Step 12) start the domain WebUI administration server

    Step 13) Save target Managed Server with the MDS repository and create the metadata partition

    Step 14) start the server managed WebUI.

    Step 15) associate UI WebCenter content to Content Server.

    Step 16) reboot the WebUI ADF server managed.

    Step 17 access the WebUI

    Step 18) complete the Configuration of the workflow

    Step 19) apply the latest Patch Bundle content UI of WebCenter

    MY DOUBT IS:

    To read the steps that I understood, to 19, with success, in the end, I will have an another WebLogic with a domain name and its respective EM.

    I have two servers weblogic?

    portal_domain (explained above) and a new wccui_domain wls and domain.

    This fix it?

    Two WLS to keep WebCenter portal and content, and other elements.

    Because I'm not able to do with the WLS even where I UCM_server1 today?

    Thanks for all suggestions and criticism.

    To read the steps that I understood, to 19, with success, in the end, I will have an another WebLogic with a domain name and its respective EM.

    I have two servers weblogic?

    portal_domain (explained above) and a new wccui_domain wls and domain.

    This fix it?

    Two WLS to keep WebCenter portal and content, and other elements.

    Because I could not do with the WLS even where I UCM_server1 today?

    Yes, up to 11.1.1.9.0, you will need to install a new wls House (new wls server admin) and then configure WCC ui there. User interface and COE will not work in the same field. You can have the portal and content under the same House of wls and install a new one for the user interface.

    This is due to a problem with ADF and WCC libraries.

    With 12 c, this dependence is not there, and you can install / configure all 3 (Portal, content and adf ui) applications on the same domain.

  • Get the value based on the column names for the custom of the Webcenter content metadata field

    University Complutense of MADRID, I created a custom text metadata field.  I then activated optlist this area.  I fill the optList values, I use a view.  The view has three columns.  Let us call their ID, Key, Value.  OptList shows keys in its list.  I then create content (Content ID: MyContent) Webcenter content and choose the OptList values for my new field of metadata (MyField).

    WebCenter portal, I'm filling a selectOneChoice with MyField values in the content ID: MyContent.  Remember the previous step, the values entered in selectOneChoice lists them selected values from the field MyField optList.  The optList is filled from view.  After the user selects a value in selectOneChoice, in Javascript, I need to alert a message in this format "selected value - matching value from the view of the optList that fills MyField.

    In my opinion, only an example will be useful:

    This is a view that I created in Configuration Manager applet in Webcenter content Admin cmdlets :

    ID | State | Capital

    1. North Carolina | Raleigh

    2. California | Sacramento

    3. Illinois | Chicago

    Then I create a custom field (name: MyField).  MyField is an optList values are filled with view created above.  Internal value and the display value are the two State.  Then I have a new content with Content Id Check-In: MyContent.  To MyContent, I select these values in OptList MyField: {North Carolina, Illinois}.

    In my portal Webcenter application, I create a Taskflow presenter content.  I have set up as single content item presenter.  I attribute as content ID MyContent.  Then, in templateView, I get all the values of MyField in MyContent and display as selectOneChoice.  I created a javascript function that would get the value that the user selected in selectOneChoice.  In the view created in the Webcenter content Configuration Manager (see above), there is a value corresponding to each displayed value.  So, for the selected value, I need to get the corresponding Capital and display in my alert message.

    Starting from Javascript, how can I get the value of the Capital, since I have the status value.

    Hello.

    The idea to reach your requirement is planned:

    • Create an Assistant manage bean that will appeal as access map: #{stateUtil ['Calofironia']} (it will return Raleigh). This value will get calling GET_SCHEMA_VIEW_VALUES IDC service using RIDC in your managed bean.
    • Pass the result of #{stateUtil ["statename"]} to your JavaScript function to help

    I hope this information help you.

    Kind regards

  • Dynamically fill dDocAuthor when Committing WebCenter content Capture 11 g

    Hi all

    I use WebCenter content 11.1.1.8.0 and here I followed the document Doc-ID 1932842.1 to dynamically fill the dDocAuthor and after that, I am able to document capture and ucm webcenter content server logging, but after that when I'm trying to checkin document Imaging application from a capture or imaging console I start getting the error repository.

    Journal:

    [2015 10-12 T 16: 16:08.566 + 05:30] [IPM_server1] [ERROR] [TCM-00787] [oracle.imaging.service.exceptions] [tid: [ASSETS].] [ExecuteThread: '4' for queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000L1Rac8y8PtG5IzWByf1M6rli00005f, 0] [APP: imagery] a repository error has occurred. [[

    • oracle.imaging.ImagingException: TCM-00787

    stackTraceId: 8-1444646768566

    faultType: SYSTEM

    Details:

    Error code = oracle.stellent.ridc.protocol.ServiceException, ErrorMessage = "IPM_000576" element content has not been verified successfully. A user must be entered.

    at oracle.imaging.repository.ucm.UcmErrors.convertRepositoryError(UcmErrors.java:161)

    at oracle.imaging.repository.ucm.UcmRepositoryOperationImpl.convertDocumentRepositoryError(UcmRepositoryOperationImpl.java:410)

    at oracle.imaging.repository.ucm.UcmCreateDocumentImpl.createDocument(UcmCreateDocumentImpl.java:167)

    at oracle.imaging.repository.ucm.UcmRepositoryManager.createDocument(UcmRepositoryManager.java:623)

    at oracle.imaging.document.DocumentServiceImpl.createDocument(DocumentServiceImpl.java:345)

    Caused by: oracle.stellent.ridc.protocol.ServiceException: 'IPM_000576' content item has not been verified successfully. A user must be entered.

    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:142)

    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:108)

    to oracle.imaging.repository.ucm.UcmResponse. < init > (UcmResponse.java:70)

    so I followed the below steps and always faced with the question of archiving of the document currently anyone profile will work in Check imaging applications or the Checkin Standard profile.

    I created 2 workspace for the UCM posting profile and one for profile commit Imaging

    1. 1. for the validation of the University Complutense of MADRID.
    2. a. I created a field xAuth UCM and mappped this xAuth docAuthor Capture field in the posting profile
    3. b. then created a rule in the AAU to set the value derived from xAuth capture went from dDocAuthor to the Complutense University of MADRID.
    4. c. therefore, whenever I am trying to capture recording, the document is downloaded successfully

    1. 2 but for Imaging.
    2. a: I created a xAuthor field in Imaging and that mapped to docAuthor capture field in the posting profile
    3. b. but there is no derived rule created in the Complutense University of MADRID for this to give the value of the xAuthor of imaging field to the field dDocAuthor of the Complutense University of MADRID
    4. d. therefore, whenever I try to download the content from imagery, there is no value passed to dDocAuthor to the Complutense University of MADRID due to no rules created for it and that's why he takes the xAuth value which is actually zero.

    Here I am facing problem because the field of Imaging is not get mapped to the field dDocAuthor UCM and vice versa.

    If I use the derivative rule value as:

    < $dprDerivedValue = # active.xIPM_APP_1_19$ >

    I am able to record the document by using of capture and imaging posting profile console for Application of imaging; but unable to consignment to the standard profile of consignment of the Complutense University of MADRID document.

    Here I make no doubt that the condition is not properly evaluating of that I am unable to record of the document to help commit view profile capture and Imaging console application Imaging.

    derived rule current value:

    < # $if like '% IPM_' active.dDocName $>

    < $dprDerivedValue = # active.xIPM_APP_1_19$ >

    < $else$ >

    < $dprDerivedValue = # active.xAuth$ >

    < $endif$ >

    so please help me with good condition so that I can record the document using the two profile.

    Thank you

    Sanjeev

    Hey Jiri,

    Thank you for providing the idea for the creation of global everything how I created a global rule only, but due to an error, it was not assess the State and I am faced with the question, but now my problem solved using the slot provided.

    <$if  #active.xauth="" $="">

    <$dprDerivedValue=#active.xAuth$>

    <$else$>

    <$dprDerivedValue=#active.xIPM_APP_1_19$>

    <$endif$>

    Thanks again

    Sanjeev

  • Web SSO SAML 2.0 with webcenter content

    Hi all

    We have a requirement to set up the profile of SAML 2.0 Web SSO for Webcenter content server. SAML 2.0 certified against Webcenter content? I couldn't locate the documentation for the configuration of SAML 2.0 with Webcenter content.

    Any help would be appreciated.

    Configuration

    LDAP: AD and ADFS 2.0,

    SAML 2.0.

    WebCenter content 11.1.1.8 (UCM)

    Kind regards

    Shan

    Hi Shan,

    SAML is not currently supported with Webcenter content.

    Thank you

    Srinath

  • How can I migrate content from file system to webcenter content using inbound refinery?

    Hello

    How can I move content 'Webcenter content' using Refinery Inboundfile system? There is a lot of content in my system, I want to go to "Content Server" using inbound refinery.

    How can I reach it? Is it possible to do this? If this is not possible using inbound refinery, so how can I do this?

    I use 11.1.1.6 version.

    Help, please.

    Concerning

    REDA

    Hi reda,.

    First - incoming refinery isn't real resources whose content is ingested in the content server. 'S done it by Webcenter Content server that holds / process of all content items.

    IBR is only used for the conversion of 1 format to PDF documents (and some others).

    So, in your case, you must first set up a content server and then install Desktop Integration Suite customer on your physical machine. In this place, you can drag-and - drop all the content of the file system to the content server.

    Links to this documentation are available from the following links:

    Content of the WC: http://docs.oracle.com/cd/E28280_01/doc.1111/e26692/toc.htm

    Desktop Integration Suite: http://docs.oracle.com/cd/E28280_01/doc.1111/e10624/toc.htm

    Please go through the documentation first to get those basic concepts allowed.

    Thank you

    Srinath

  • Error in the configuration of the adapter of the EBS for WebCenter

    Hi all

    When I configure EBS adapter for Web Center, I am getting the error when executing the sql below script AXF_EBS_SOLUTION_DATA.sql, and I check the table AXF_CONFIGS does not exist in the db schema, not sure when this table will create. Please find the below error log details and give me some tip or link to overcome this problem.

    Error log:

    SQL > @AXF_EBS_SOLUTION_DATA.sql

    49.

    v_formId AXF_CONFIGS. FORMID % TYPE;

    *

    ERROR on line 2:

    ORA-06550: line 2, column 12:

    PLS-00201: identifier ' AXF_CONFIGS. FORMID' must be declared

    ORA-06550: line 2, column 12:

    PL/SQL: Ignored Element

    ORA-06550: line 3, column 26:

    PLS-00302: component 'EVENTID' must be declared.

    ORA-06550: line 3, column 13:

    PL/SQL: Ignored Element

    ORA-06550: line 6, column 8:

    PL/SQL: ORA-02289: sequence does not exist

    ORA-06550: line 6, column 1:

    PL/SQL: SQL statement ignored

    ORA-06550: line 7, column 13:

    PL/SQL: ORA-00942: table or view does not exist

    ORA-06550: line 7, column 1:

    PL/SQL: SQL statement ignored

    ORA-06550: line 9, column 8:

    PL/SQL: ORA-02289: sequence does not exist

    ORA-06550: line 9, column 1:

    PL/SQL: SQL statement ignored

    ORA-06550: line 10, column 254:

    PLS-00320: the declaration of the type of the expression is incomplete or

    Malformed

    ORA-06550: line 10, column 254:

    PL/SQL: ORA-00904: "V_FORMID": invalid identifier

    ORA-06550: line 10, column 1:

    PL/SQL: SQL statement ignored

    ORA-06550: line 11, column 13:

    PL/SQL: ORA-00942: table or view does not exist

    ORA-06550: line 11, column 1:

    PL/SQL: SQL statement ignored

    ORA-06550: line 13, column 8:

    PL/SQL: ORA-02289: sequence does not exist

    ORA-06550: line 13, column 1:

    PL/SQL: SQL statement ignored

    ORA-06550: line 14, column 254:

    PLS-00320: the declaration of the type of the expression is incomplete or

    Malformed

    ORA-06550: line 14, column 254:

    PL/SQL: ORA-00904: "V_FORMID": invalid identifier

    ORA-06550: line 14, column 1:

    PL/SQL: SQL statement ignored

    Thanks in advance

    Sanjeev

    Hi all

    We must follow the document below to configure the EBS with WebCenter adapter as a sql script was missing in this document, this table was not created in db and I am faced with the question.

    http://docs.Oracle.com/CD/E21764_01/doc.1111/e17953/c02_ebs_plugin.htm#ADTAD163

  • Satellite A210-171 - how to check the color management

    I work with the software digital painter on my laptop (satellite A210-171)
    Because my colors are not the same when printed (with the help of a printer of Dell A.I.O.) told me to check my Colour Management on laptop.

    I go to control panel and click on color management
    Then I see a generic PnP monitor - when I click on the drop down menu next to it I found that my printer is listed.

    What should I do next?

    As stated in my other ads, I know only a teeny weeny bit about the computer so please if someone is kind enough to answer, step by step instructions gratefully appreciate

    Sue

    > If there is someone who can fix this error please do, so I hope that I will get an answer to the question
    Why you n t he correct yourself? You can change the own message!
    But it looks like someone already did

    I guess that your laptop uses the ATI graphics card. So, the ATI Catalyst Control Center should be available.
    Usually, you can set some parameters of color in ATI Catalyst Control Center-> color

  • I have a new hp running windows 8.1 in turn and have tried to install the adobe reader software.  The installer downloads (1) and I choose to run it, but it is just a blank screen appears.  I checked the Task Manager and it takes memory, but does nothing.

    I have a new hp running windows 8.1 in turn and have tried to install the adobe reader software.  The installer downloads (1) and I choose to run it, but it is just a blank screen appears.  I checked the Task Manager and it takes memory, but does nothing.  After you let it run for 3-4 minutes, I kill the task.  What can I do to get the player installed on this machine?  I tried using chrome, firefox, and explore and get the same results with everyone.

    Try the Installer http://get.adobe.com/reader/enterprise/ offline

  • WebCenter content can be integrated with Oracle iStore or Oracle EBS?

    Hello

    WebCenter content can be integrated with Oracle iStore (as seeds/integration without many glitches/modification) or Oracle EBS as a whole?

    Thanks in advance.

    Srinivas

    Hi Srinivas,

    Yes, ECM can be integrated with Oracle EBS (suite business enterprise) and thus other Oracle applications such as Peoplesoft, Siebel etc..

    Details can be read from the following link: http://docs.oracle.com/cd/E23943_01/doc.1111/e17953/toc.htm

    Thank you
    Srinath

Maybe you are looking for

  • display shows 4g and changes once unlocked wifi sign

    Having an iphone 6 and downloaded new ios the other day.  Just noticed that when I first unlock the 4g phone appears after a few seconds, it shows the wifi symbol... it takes all place home where the wifi router is on and works fine.

  • Portege M300

    Hello Can someone tell me when the Portege M300 will be available with the sale to the United Kingdom please? Thank youPete.

  • Satellite A105-S1013: need of CDW/DVD drive original firmware?

    I have flashed the model wrong firmware on my CDW/DVD optical drive and now the drive is not recognized by Windows XP. He simply disappeared...I want to re-flash the correct stock firmware for this drive.The drive is a model TSST TS-L462C a10.Can som

  • x 64 updates for Vista, having a few problems installing security.

    It is not my machine, but I don't have admin access. I am trying to run updates, but I continue to turn in "impossible to update", one of the error codes was "80240016. I saw the other codes of error on previous tests, but I has not documented the. T

  • filter HTML will not be installed

    Hello world I use Windows 2000.  I need to install an upgrade to the Save as Type drop-down list found on the files. I want to install "Web Page, filtered". My PC only currently offers "Web page. I downloaded the free update of Microsoft. The instruc