UCM Component Wizard

Hi,
Whenever I am trying to run the Component Wizard from the ucm server(unix machine) the following error is shown:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)
at java.awt.Window.<init>(Window.java:317)
at java.awt.Frame.<init>(Frame.java:419)
at java.awt.Frame.<init>(Frame.java:384)
at intradoc.apps.shared.MainFrame.<init>(MainFrame.java:40)
at intradoc.apputilities.componentwizard.CWizardFrame.<init>(CWizardFrame.java:36)
at ComponentWizard.main(ComponentWizard.java:32)
Thanks

Hi,
I tried the EXPORT command-export DISPLAY=10.31.6.226:0.0
10.31.6.226 is the ip of my machine and 10.31.9.229 is the ip of the ucm server machine.With both the ips i am getting the following error:
Can't connect to X11 window server using '10.31.6.226:0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.access$000(X11GraphicsEnvironment.java :53)
at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:142)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:1 31)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvi ronment.java:68)
at java.awt.Window.init(Window.java:270)
at java.awt.Window.<init>(Window.java:318)
at java.awt.Frame.<init>(Frame.java:419)
at java.awt.Frame.<init>(Frame.java:384)
at intradoc.apps.shared.MainFrame.<init>(MainFrame.java:40)
at intradoc.apputilities.componentwizard.CWizardFrame.<init>(CWizardFram e.java:36)
at ComponentWizard.main(ComponentWizard.java:32)
Please help

Similar Messages

  • UCM Component Wizard Exception

    Hi Everybody,
    Everytime when i try to run the UCM Component Wizard i have this error in my console
    java.lang.reflect.InvocationTargetException
    Caused by: java.lang.IllegalAccessError: class sun.reflect.GeneratedConstructorAccessor1 cannot access its superclass sun.reflect.ConstructorAccessorImpl
    Can someone help me please by giving me a track resolution.
    Thank you in advance
    CABDiop
    Edited by: user1974088 on Jun 1, 2012 2:31 AM

    Hi Srinath Menon,
    My UCM version is 11.1.1.6.0
    My Plateform
    OS = Windows 7
    Weblogic Server = wlserver_10.3
    Thanks in advance

  • Component Wizard is missing in UCM 11g

    Hi all,
    I'm running UCM 11g on Windows Server 2008 R2 Datacenter and I noticed that Component Wizard isn't installed neither in DomainHome nor anywhere else.
    Search in Windows Start Menu also doesn't bring any results.
    Is there any way to install it separately in existing domain or ECM Home?

    I actually found the Component Tool, but in:
    C:\Oracle\Middleware\Oracle_ECM1\ucm\idc\bin
    (this has ComponentTool.exe idcCommEnv.cmd, IdcShell.exe, Installer,exe, and a blank (pretty much) intradoc.cfg )
    NOT in the ...ucm/cs/bin dir.
    Of course when I run that, it fails with a !csIdcNameMissing which makes sense considering that is NOT where the UCM 11g server is and the intradoc.cfg isn;t configured.
    ANY ideas how this stuff got installed in different locations from the Standard??

  • Urgent - Error while executing the UCM component service

    Hi,
    I am working on Oracle UCM 11g and created a component service by extending RevisionImplementor class. The service is created using the Component Wizard. I need to execute business logic and update the revision lable while submiiting the Check In of new content or doing check out and check in functionality.
    To execute the service I am using a command <$executeService("Edit_Revision_Label")$> which is written in a .htm resource file. I am getting the following error (the error log is given below)
    I have admin privileges on local environment and while creating the component service I have given selected all (admin) privileges.
    Event generated by user 'weblogic' at host 'localhost:16200'. Script does not have privilege to execute subservice 'Edit_Revision_Label'. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,weblogic,localhost:16200!$!csScriptSubServiceAccess,Edit_Revision_Label
    intradoc.common.ServiceException: !csScriptSubServiceAccess,Edit_Revision_Label
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at intradoc.server.Service.createServiceException(Service.java:2249)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1194)
    at intradoc.server.Service.executeServiceEx(Service.java:3861)
    at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:1231)
    at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3856)
    at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:269)
    at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1430)
    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:908)
    at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:623)
    at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1394)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1110)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:991)
    at intradoc.common.DynamicHtmlMerger.outputDynamicHtmlPage(DynamicHtmlMerger.java:2007)
    at intradoc.server.Service.buildResponsePage(Service.java:1267)
    at intradoc.server.Service.doResponse(Service.java:2076)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:802)
    at intradoc.server.Service.doRequest(Service.java:1890)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1343)
    at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1715)
    at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:222)
    at sun.reflect.GeneratedMethodAccessor128.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1600)
    at idcservlet.IdcFilter.doFilter(IdcFilter.java:352)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    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:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    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:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Please let me know what could be the issue and the resolution on the same.
    Thanks,
    Sarang

    Hi Jiri,
    Thanks you so much for the suggestion. This has helped me to resolve the error I was getting.
    After getting the service call to my method I am getting following error. If you have any suggessions please let me know
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,weblogic,localhost:16200!$!csServiceDataException,Edit_Revision_Label,generateRevLabelInfo!$!csMethodNotDefined,generateRevLabelInfo
    intradoc.common.ServiceException: !csServiceDataException,Edit_Revision_Label,generateRevLabelInfo!$
    *ScriptStack Edit_Revision_Label
    3:generateRevLabelInfo,**no captured values**
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at intradoc.server.Service.createServiceException(Service.java:2249)
    at intradoc.server.ServiceRequestImplementor.handleActionException(ServiceRequestImplementor.java:1766)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1716)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:472)
    Thanks,
    Sarang

  • Folder_g component wizard failure from R35UpdateBundle Extra patch

    Installed and had running the 10gR3 version 10.1.3.3.3 (version 20080807) using MS sqlserver as backend db http://download.oracle.com/otn/content_management/V13682-01.zip. See edit for additional details at the resource level.
    Applied the patches in the following order:
    CS10gR35UpdateBundle-20090707-11 (Version 10.1.3.5.0) http://download.oracle.com/otn/content_management/CS10gR35UpdateBundle-20090707-11.zip
    CS10gR34ContentAccessUpdate-20090505-4 (Version 10.1.3.4.1) http://download.oracle.com/otn/content_management/CS10gR34ContentAccessUpdate-20090505-4.zip
    CS10gR34NativeUpdate-20090708-5 (Version 10.1.3.4.1) http://download.oracle.com/otn/content_management/CS10gR34NativeUpdate-20090708-5.zip
    IBR10gR3UpdateBundle-20090630-26 (Version: 10.1.3) http://download.oracle.com/otn/content_management/IBR10gR3UpdateBundle-20090630-26.zip
    Able to log into content server with the admin user, checked that Version 10.1.3.5.0 has been applied
    Lost the ability to edit the folder structure under the Browse content option
    Launched the component wizard to examine if the Folder_g was enabled
    Custom Component List shows
    Folders_g     Enabled     c:/oracle/UCM/server/install/custom/Folders_g/Folders_g.hda
    Attempted to open this component I receive the following error dialog box
    “Please correct the following errors:
    !csCompWizMergeTableNotFound, VCR_FOLDERS_ServiceHandlersFile ‘c:/oracle/UCM/server/install/custom/Folders_g/resources/vcr_folders_tables.idoc’ is invalid resource file type.
    File ‘c:/oracle/UCM/server/install/custom/Folders_g/resources/lang/en/vcr_folders_strings.idoc’ is invalid resource file type.
    Can anyone give me a starting point to how to resolve this error.
    Regards
    Rob
    The contents of ‘ c:/oracle/UCM/server/install/custom/Folders_g/resources/vcr_folders_tables.idoc’ is
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>VCR_FOLDERS htmlIncludeOrString</title>
    </head>
    <body>
    <@table VCR_FOLDERS_ServiceHandlers@>
    <table>
    <tr>
         <td>serviceName</td>
         <td>handler</td>
         <td>searchOrder</td>
    </tr>
    <tr>
         <td>Service</td>
         <td>vcr_folders.VcrFoldersServiceHandler</td>
         <td>100</td>
    </tr>
    </table>
    <@end@>
    <@table VcrFoldersFieldDefinitions@>
    <table>
         <tr>
              <td>name</td>
              <td>description</td>
              <td>propertyDefinitionType</td>
              <td>propertyType</td>
              <td>isMandatory</td>
              <td>isReadOnly</td>
              <td>isMultiValued</td>
              <td>isRestricted</td>
              <td>isSearchable</td>
              <td>isPrimary</td>
              <td>nestedClass</td>
         </tr>
         <tr>
              <td>dCollectionID</td>
              <td>wwCollectionID</td>
              <td>NATIVE</td>
              <td>LONG</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCollectionPath</td>
              <td>wwCollectionPath</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCollectionGUID</td>
              <td>wwCollectionGUID</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dParentCollectionID</td>
              <td>wwCollectionParentCollectionID</td>
              <td>NATIVE</td>
              <td>LONG</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCollectionName</td>
              <td>wwCollectionCollectionName</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCollectionType</td>
              <td>wwCollectionType</td>
              <td>NATIVE</td>
              <td>LONG</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCollectionMark</td>
              <td>wwCollectionMark</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dDependent</td>
              <td>wwCollectionDependent</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCollectionQueries</td>
              <td>wwCollectionQueries</td>
              <td>NATIVE</td>
              <td>LONG</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCollectionEnabled</td>
              <td>wwCollectionEnabled</td>
              <td>NATIVE</td>
              <td>LONG</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCollectionInherit</td>
              <td>wwCollectionInherit</td>
              <td>NATIVE</td>
              <td>LONG</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dChildManipulation</td>
              <td>wwCollectionChildManipulation</td>
              <td>NATIVE</td>
              <td>LONG</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dLastModifiedDate</td>
              <td>wwCollectionModified</td>
              <td>NATIVE</td>
              <td>CALENDAR</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCollectionOwner</td>
              <td>wwCollectionOwner</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dPromptForMetadata</td>
              <td>wwPromptForMetaData</td>
              <td>NATIVE</td>
              <td>LONG</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCollectionCreator</td>
              <td>wwCollectionCreator</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCollectionModifier</td>
              <td>wwCollectionModifier</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dDocName</td>
              <td>apTitleDocName</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dDocType</td>
              <td>apTitleDocType</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dDocTitle</td>
              <td>apTitleDocTitle</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dDocAuthor</td>
              <td>apTitleDocAuthor</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
              <tr>
              <td>dRevLabel</td>
              <td>apTitleRevisionLabel</td>
              <td>NATIVE</td>
              <td>LONG</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
              <tr>
              <td>dSecurityGroup</td>
              <td>apTitleSecurityGroup</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dDocAccount</td>
              <td>apTitleAccount</td>
              <td>NATIVE</td>
              <td>STRING</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dCreateDate</td>
              <td>apTitleCreateDate</td>
              <td>NATIVE</td>
              <td>CALENDAR</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dInDate</td>
              <td>apTitleInDate</td>
              <td>NATIVE</td>
              <td>CALENDAR</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dOutDate</td>
              <td>apTitleOutDate</td>
              <td>NATIVE</td>
              <td>CALENDAR</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
         <tr>
              <td>dReleaseDate</td>
              <td>apTitleReleaseDate</td>
              <td>NATIVE</td>
              <td>CALENDAR</td>
              <td>1</td>
              <td>1</td>
              <td>0</td>
              <td>0</td>
              <td>1</td>
              <td>0</td>
         </tr>
    </table>
    <@end@>
    </body>
    </html>
    The contents of c:/oracle/UCM/server/install/custom/Folders_g/resources/lang/en/vcr_folders_strings.idoc is below
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>
    VCR_FOLDERS htmlIncludeOrString
    </title>
    </head>
    <body>
    <@wwCollectionID=Virtual Folder ID@>
    <@wwCollectionGUID=Virtual Folder GUID@>
    <@wwCollectionType=Virtual Folder Type@>
    <@wwCollectionMark=Virtual Folder Mark@>
    <@wwCollectionEnabled=Folder Enabled@>
    <@wwCollectionPath=Virtual Folder Path@>
    <@csVcrFoldersFolderArgMissing=Neither dCollectionID or dCollectionPath are included in the request.@>
    </body>
    </html>
    Edited by: RSward on 28-Oct-2009 20:40
    Again using the Component Wizard, selecting the component 'Folder_g' and resouce resources/vcr_folders_tables.idoc
    I disabled it due to the error and then tried to enable it. I got this further error
    "the table 'VCR_FOLDERS_ServiceHandlers' that is specified in the MergeRules table is not defined. Please either remove it form the MergeRules table or add to the ResourceDefinition table.
    Does anyone know if a script exists to create the VCR_FOLDERS to upgrade the MergeRules table.

    Rob,
    I'm running into the exact same issue.
    Did you get this resolved?
    Regards,
    Rob de Gouw

  • Where is Component Wizard?

    hi,
    in ucm 10 i can find component manager but in 11(ecm) i couldnt find where the component wizard is.but i can see componennt manager from web interface.can i CREATE and manage custom components from component manager?server's os is enterprise linux.can anyone help please?

    In Component Manager you can manage (that is, install, enable/disable) custom components. To create new components you will need Component Wizard (in theory, you can configure .hda files manually in a text editor, but if you are used to CW, better use it). This link: http://download.oracle.com/docs/cd/E14571_01/doc.1111/e10792/c01_introduction005.htm#BABHJJID describes hot to start it.

  • Component Wizard - Command Line?

    I have content server installed on a linux OS (and I've run into this same situation when installed on Solaris). I generally ssh in and do my component development. What I need is a command line way of invoking the component wizard build process.
    All the things Component Wizard does (creating static table files, string files, etc.), I can do by hand. The one thing I haven't figure out how to do is build the component.
    How are people developing on linux/unix doing this? Are you getting into the X Windows and opening it there and building? Anyone running on a server without X Windows or other desktop? init 3 only.

    I keep my own personal instance on a VM that uses windows and build components through there.

  • How to customise the default business component wizard

    I Would like to customize the default Business component wizard for my application so that some of the option should be dissabled. (e.g when I associate my business component with several tables I see a window which shows insert '+', delete 'x' etc) will come by default I would like to hide delete from this.
    Can any one tell me how do I customise my Business application window?
    Thanks
    Jitendra

    I looked into "Modifying Data Form Generation Templates" which says there will be template.properties but could not find this file.
    Actually my problem is I would like to add/delete some of menu item in the default business component browser. If possible to do this ?
    Or would like to create a browser something similar to BC4J browser which gives me a list of tables to browse and each table gets opened as a data frame (Frame is easy to modify). Something like MDI for Data Frame.
    Any help on this would be helpful.
    Thanks
    null

  • Trouble with Component Wizard and User Database

    Hello,
    I am a user of Circuit Design v.13.0 Power Pro Edition (Windows 8 Pro x64, intel Core i7 3GHz, 4GB memory, 500GB HDD).
    On MultiSim, I tried to create a 324-pin component via the Component WIzard, and had this component listed in the User Database.
    I failed, however, to register the symbol (ANSI Y32.2) created on the Symbol Editor, receiving an error saying something like:
    "The ANSI symbol for component ......... cannot be found or is invalid. The symbol is saved in the database. Check if the symbol is correct."
    (This is an English intepretation of the original Japanese, so may not be the exact English error message.)
    Actually, no symbol appears on the Database Manager.
    I have found that this error does not occur for pin counts equal to or fewer than 144.
    Furthermore, other 324-pin and 256-pin components created on MultiSim v.12.0 caused an error when I tried to edit these components in the User Database, with a message like:
    "A trouble occurred in reading the symbol data of component ..."
    Could anyone tell me how I can resolve these problems?
    I will greatly appreciate your help.
    Regards,
    Akira

    I have the same problem. I am using Multisim 13.0.1 (13.0.1059) with database version 13.0.c, Win7 x64
    I found that when you have a component symbol with 146 pins, it works, but when you add one more pin, you get an error saying, "The ANSI symbol for component [my component name] in family [component family name] is missing or invalid. The symbol will still be saved to the database. Check to ensure the symbol is correct.
    Multisim will not allow opening the component in the database for editing. If you try to place the component on a schematic, you get the error "There was a problem reading symbol data for component [component family name]/[my component name]

  • Oracle 8 Lite & J Developer - Business Component Wizard

    When I run the Business Component Wizard against the Oracle 8 Lite database it checks the connection ok, but fails with SQL Error [POL-5130] table or view not found.
    This is at the step 3 of 3 - where it shows the available tables etc.
    The default tables exist with data and this has been verified using SQL Plus
    Any ideas ?
    null

    Oracle8 Lite & JDeveloper & Business Component - combination is not working. The next version (JDeveloper) will fix that (atleast that is what oracle finland told me)

  • IIs there any way of loading in a MM54C221J component into multisim with out having to use the component wizard?

    Im trying to use a MM54C221J multivibrator in multisim, but it's not in the library.
    Does anyone know if I can get hold of one with having to use the component wizard?
    Many thanks 

    Hello GFear,
    There are several sources for components that aren't native to multisim.
    You can directly contact the manufacturer of the component should they have the multisim model available.
    You can also search the web incase another user has created the component.
    I have searched for the MM54C221J and have not found one available online.
    If you are having trouble using the Component Wizard here is a useful link that breaks down each of the steps.
    To create a component you will need a spice model of the component which you should be able to acquire from the manufacture.
    http://zone.ni.com/devzone/cda/tut/p/id/3173
    I hope this helps.
    Regards,
    Philip
    Applications Engineer
    National Instruments
    UK Branch
    ===If this fixes your problem, mark as solution!===

  • Convert to component wizard not working

    When I run the Convert to Component wizard with the tool, I get a dialogue that I cannot close. I then have to force close Eclipse and restart the project again. The tool seems to work but I cannot close or exit the Dialog window at all.
    Then when I restart, the project has the following error:
    The container 'LiveCycle ES2' references non existing library 'D:\Apps\eclipse\configuration\org.eclipse.osgi\bundles\689\1\.cp\libs\common\adobe-livec ycle-client.jar'
    Am wondering if the two things are related?

    Hi Rex,
    I am creating a new Java project (File > New > Java Project) then I right click the new Project in Package Explorer and click Configure > Convert to Livecycle Component Project. Eclipse then shows a Dialog where I can select which projects I want converted. You then tick the checkbox, click Finish and the project gets a component.xml but you cannot close the dialog without force closing the Eclipse instance. Actually, as soon as the dialog is opened, you cannot close it at all without force closing Eclipse.
    This is the latest LCWCD tool and Eclipse Galileo (3.5.2).

  • Component wizard missing most footprint pins when trying to build a BGA part

    Help with this may keep me from switching to PADS....
    I am attempting to create an Altera FPGA (EP2C35F675) symbol for Multisim.  Using the component wizard I started the part, selected the ALTERA_FLBGA672_1.0 footprint (shockingly, one existed).  This is a large part...672 pins so I had my doubts but moved on to meticulously adding the 9 symbol sections by hand (the fact that this cannot be done through either a part conversion or a text import is, well, embarassing for NI).  Making it through that with a cramped hand, I then moved to the footprint pin mapping, which failed.  The pins that do exist in the Ultiboard footprint do not all appear or are available to be mapped (this is step 5 of 6).  Some do, but its only the first 48 of the 672 that should be available. 
    Has anyone else encountered this problem?  Is an issue with the built in footprint or a bug in the application?
    Thanks in advance.

    Thank you udflyer,
    Good catch, I will submit the issue in our defect tracker and pass this information to the correct department. It should be addressed in the next release of the product.
    Thanks once again, and I hope this issue didnt cause you too much trouble.
    M.I.
    National Instruments
    EWB Group.

  • UCM Component Integration with a BPEL WSDL

    Background
    1. I have a WSDL of a BPEL Process hosted on Oracle SOA Middleware Server.
    2. I want to write a Component in UCM which could consume this Web Service.
    Problem
    How to write a Web Service Client in UCM to consume this Web Service? A Sample code would be really helpful.

    Hi,
    Am looking to do such a similar operation? Could anyone kindly guide us for the same ASAP

  • UCM component with service calls

    Hi, we're developing component for intranet site which is calling standard UCM services from inside itself. But we couldn't get it to work becouse the following error appears
    Configuration error for request 'REGLAMENTS_CREATE_PACK'. No dynamic HTML page.
    The java code is like so
         public void reglaments_createPack() throws DataException, ServiceException {
    m_binder.putLocal("QueryText","here");
    executeServiceEx("GET_SEARCH_RESULTS", true);
    Is there a guide to create services which are calling standard UCM services?

    m_binder.putLocal("isJava","1");
    Add the above line to your code. If your service isn't set up to show a 'template' after execution, you will get the error you've encountered unless you specify the 'IsJava' parameter. (Or IsSoap or ..)
    Regards
    Wim

Maybe you are looking for