Content profile Checkin  by cis (content integration suite)

Good Day ,
Iam using content integration suite for Oracle ucm my problem is :
i create a new document profile by ucm interface and i want to checkin contents (using cis from java code) to these custome fields in the created profile, so is there
any way to do that through cis by java code because there is mandetory fileds in another profiles ,that must be entered using (active.document.checkin.checkinFile ) because that i need content profile Checkin.
best regards
Wa'el Abu Rahmeh
Edited by: Wa'el Abu Rahmeh on Oct 18, 2009 3:50 AM

Are you able to checkin content with that profile in UCM interface? I think the mandatory metadata fields still needs to get filled even though you try to hide them through your profile. They might appear hidden but you will not be able to checkin the document, so you have to default it to predefined values.
Alternative is to tap the event "validate standard" in a custom component filter and then do necessary changes to the databinder. So is it CIS issue at all?
These are my thoughts.
Regards,
Ansuman Roy

Similar Messages

  • Oracle content management | Content Integration suite downloads?

    Hi,
    Does anyone know where I can find the Content Integration suite (CIS) for download?
    I cannot find this anywhere in the oracle download sites

    it is inside Oracle Content Server - Document Management modules
    here is the link
    http://download.oracle.com/otn/content_management/ContentServer_DocMan_10gR3_20071031.zip
    inside you'll find ContentIntegrationSuite (CIS) 10gR3.

  • WebCenter Interaction or Oracle Content Integration Suite?

    Hello all,
    I am a newbie to WebCenter.
    I am very confused with whice we should use to integrate Oracle UCM with WebCenter, WebCenter Interaction or Oracle Content Integration Suite?
    Is there any guides for UCM and WebCenter(10g and 11g) Integration?
    Regards,
    Kerr

    Geoff Garcia wrote:
    What has your experience with UCM been like? Are the portlets good? comparable to publisher in functionality?
    How is the ease of use for non-technical content managers?
    Workflow simple?Hi Geoff,
    Whoah, that’s a lot of questions, this should probably be on another thread. By far, this in not a definitive review. (only personal experiences).
    But here goes…
    Assuming you’re using WCI 10.3.0\ALUI 6.5.x:
    What has your experience with UCM been like?
    - Good. You should take UCM training to get the full breadth of what it offers.
    - UCM Install: Pretty simple. If you know where to look.
    - UCM is a Site Manager\builder and THEN some! CPS Portlet Integration covers a small set use cases of its full potential. UCM appears to be a stand alone product.
    - CPS Portlet integration. Not tightly integrated… Currently, you will have to manually add the portal users in the USERS ADMIN utility in the UCM installation. CPS Portlets EAR file is deployed on the OC4J Container/frameworks, which makes it a "Producer". ALUI WSRP Piece is the "Consumer" of the CPS Portlets into the Portal. Make sure you have installed ALUI WSRP correctly. Suggest learning about “WSDL”s. Currently, ALUI WSRP only supports version 1.0 WSDL’s. Only use the version CPS Portlet 1.0 WSDL’s, it offers you both 1.0 and 2.0.
    - What is OC4J Container? ‘http://www.oracle.com/technology/tech/java/oc4j/1013/index.html’ Just install the oc4j frameworks… the full installation appears to be unnecessary.
    Are the portlets good? Comparable to publisher in functionality?
    - The CPS Portlet Suite only represents Administration Portlets for UCM. There is no single .PTE file for CPS Integration. Per Documentation, "3.2.2 CPS Consumption Steps". You have to manage your admin objects.
    - There are no fancy wizards that will make your portlets, YET. Hopefully, this will be available in the future. Web service and portlet creation must be done manually. You must manually create your own web services to point at off site content.
    How is the ease of use for non-technical content managers?
    - Well, once it is set up and you’re trained on UCM. Sure it's snap.
    Workflow simple?
    - Sorry, I haven't worked with this functionality.
    Comments: Publisher really pampers you with all its portlet wizards. Look for them in WCI 11G/above.
    Hope this helps.
    Cheers!!!
    !http://farm3.static.flickr.com/2546/3799299046_4fc6d348be.jpg!

  • Content Integration Suite : Stand Alone Server mode: Authentication

    I am just getting started trying to understand and CIS. The question that I am trying to answer is: Why is it that when we try to intialize the CIS, we do not pass in any credentials. I have looked at the example and in CheckInFile.java for example, I do not see any routine that requires the client to login or authenticate.
    I see that in the SIS API the client is required to login/authenticate but not in the CIS. What did I miss?
    Thanks!
    Edited by: user644025 on Sep 11, 2008 12:11 PM

    Hi,
    You didn't miss anything, it's actually a really cool feature. By default CIS connects to your content server much the same way as the web server does, on port 4444. When you go direct like that you can skip authentication and just pass a user name in. The content server needs to be preconfigured though to allow a connections from the server you're running CIS on though. You're probably running it local on the same box as the content server, so you haven't run in to any issues, but if you were to connect from a remote server it's ip would need to be included in the content server's ip security filter found in the config.cfg file. CIS can be configured to connect to the web server rather than the content server in which case you would need credentials.
    David

  • Content Publishing Suite(CPS) in Weblogic Portal 10.3

    Hi,
    I had included the portlet which I had made using the producer and consumer which is defined in the CPS documentation.
    Everything works fine but when I tries to retrieve the portlet following error occurs :
    com.stellent.cis.client.command.CommandConfigurationException: javax.naming.NameNotFoundException: While trying to lookup 'stellent.command/configuration' didn't find subcontext 'stellent'. Resolved ''; remaining name 'stellent/command/configuration'
    *     at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:103)*
    *     at com.stellent.cis.impl.CISApplicationFactory.getCisApplication(CISApplicationFactory.java:58)*
    *     at com.stellent.cis.impl.CISApplicationFactory.initialize(CISApplicationFactory.java:74)*
    *     at com.stellent.portlet.vendors.jsr168.SCSPortlet.getCISApplication(SCSPortlet.java:275)*
    *     at com.stellent.portlet.vendors.jsr168.SCSPortlet.initializeController(SCSPortlet.java:240)*
    *     Truncated. see log file for complete stacktrace*
    java.lang.RuntimeException: javax.naming.NameNotFoundException: While trying to lookup 'stellent.command/configuration' didn't find subcontext 'stellent'. Resolved ''; remaining name 'stellent/command/configuration'
    *     at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:48)*
    *     at com.stellent.cis.impl.CISApplicationFactory.initializeClient(CISApplicationFactory.java:174)*
    *     at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:97)*
    *     at com.stellent.cis.impl.CISApplicationFactory.getCisApplication(CISApplicationFactory.java:58)*
    *     at com.stellent.cis.impl.CISApplicationFactory.initialize(CISApplicationFactory.java:74)*
    *     Truncated. see log file for complete stacktrace*
    javax.naming.NameNotFoundException: While trying to lookup 'stellent.command/configuration' didn't find subcontext 'stellent'. Resolved ''; remaining name 'stellent/command/configuration'
    *     at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)*
    *     at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)*
    *     at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)*
    *     at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)*
    *     at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)*
    I am confused what to do. The solution to this problem is given Problem installing cis-admin on OC4J but they are using OC4J and server.xml. but I am unable to find out the server.xml in weblogic server
    Please help........
    Thanks
    Vinod

    Hi Vinod,
    We are facing issues with CPS with weblogic portal 10.3.
    We have installed CPS producer as an EAR in weblogic and consumer as another EAR in weblogic portal. So while accessing the portlet from consumer side we are getting the error 'You are not currently logged in, please login to the Portal'.
    I guess this is a problem with the SSO. Is there any way to specify the user name and password in some configuration file. In our case we are using the same user name and password as the UCM in weblogic portal.
    While accessing the portlet we are getting the following log message at the console.
    | CIS using IsolatedJarClassLoader
    | Location: /var/tmp/tmp-mgr-3150215533319364620.tmp/cis-loader67188965308693638 63.tmp
    +-----------------
    [2009-09-18 15:32:44,180] [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kern el.Default (self-tuning)'] WARN (com.stellent.cis.server.adapter.impl.AdapterCo nfigFactory) - Adapter configuration url 'zip:/portalappdev/bea/user_projects/do mains/stc_domain/servers/AdminServer/tmp/_WL_user/CPS_EAR/q2d3o7/war/WEB-INF/lib /cps-config.jar!/adapterconfig.xml' was not a file URL, will not be able to pers ist configuration
    [2009-09-18 15:32:50,110] [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kern el.Default (self-tuning)'] INFO (com.stellent.cis.impl.CISApplication) -
    +------------------------------
    | Initialized Content Integration Suite 10g Release 3 (10.1.3.3.3) [server]
    | Version: 8.0.0.3 (Build 2008.1218.1100)
    | Server Type: weblogic [ejb=true, rmi=false]
    | Server Configuration: [META-INF/resources/server/cis-services.jxml]
    | Adapter Configuration: zip:/portalappdev/bea/user_projects/domains/stc_d omain/servers/AdminServer/tmp/_WL_user/CPS_EAR/q2d3o7/war/WEB-INF/lib/cps-config .jar!/adapterconfig.xml
    | Temporary File Location: /var/tmp//weblogic/cis-8.0.0.3
    From your post I understood that you could successfully deploy the cps on weblogic. So could you please help me out with this issue or can you please brief the steps that you followed for this cps integration
    Thank you.
    Manish

  • Content Integration Q.

    I am developing a site on Webcenter 11g using JDeveloper 11.1.1.3.
    This question related to content integration.
    My initial public facing site will have a single template that encompasses about 4-5 pages. An "about us", "careers", "contact us". I wish to have a single template, which I have already built using templates and fragments, and in the center, the dynamic content.
    Now, all of the DATA for the center box comes from XML files which are generated nightly. So I just need to populate the content with the data from these XML files.
    My question relates to the best way to deliver that content, assumign the same template wraps it on each page. My guess would be a SINGLE portlet that calls the data and displays it.
    Would this be a safe assumption? No UCM being used, XML files only for content.
    Thank you in advance

    PatMcCarty wrote:
    My question relates to the best way to deliver that content, assumign the same template wraps it on each page. My guess would be a SINGLE portlet that calls the data and displays it.
    Would this be a safe assumption? No UCM being used, XML files only for content.
    Thank you in advance... from just reading the description, it seems like a fairly straightforward use of "OmniPortlet" - you'll implement an OmniPortlet in your site layout at design time, then configure OmniPortlet on your individual pages. (You'll have to create the 'proper' XSL translation for your content to appear how you'd like it to look - see the "Oracle Fusion Middleware User's Guide for Oracle WebCenter"; there's an example of using an XML document as content in the documentation.

  • Link about Content Portlet Suite 11g Release installation guide

    Hi All,
    Does anyone know the link to get the installation guide for Content Portlet Suite 11g release.

    Hi
    I too had this issue initially but in my case I had missed out on the following steps :
    1.
    From a command-line, launch the WebLogic Scripting Tool (WLST), for example:
    WLS-HOME/as11r1wc/common/bin/wlst.sh
    Note:
    The WebLogic Scripting Tool (WLST) is a command-line scripting environment that you can use to create, manage, and monitor WebLogic Server domains. Refer to the Oracle Fusion Middleware Oracle WebLogic Scripting Tool document for more information.
    2.
    After the WebLogic Scripting Tool initializes, type connect() and press Enter.
    3.
    You are prompted to enter the username, password and Admin server URL. Enter these values and press Enter.
    4.
    Once connected to the server, run the following command to register your WSDL:
    registerWSRPProducer('webcenter','Provide_Any_Name_for_WSDL_Handle','Your_WSDL>',timeout=500)
    For example:
    registerWSRPProducer('webcenter','StellentWSRP','http://Host_Name:Port/cps/portlets/wsrp1?WSDL',timeout=500)
    Referencing Your Content Server
    The following WLST commands should be used to create, delete, and reset an Oracle Content Server connection:
    Note:
    The custom managed server on which CPS is deployed and the WLS_Spaces server must be restarted after executing the following commands for the changes to take effect.
    Run the following WLST command to create an Oracle Content Server connection:
    createJCRContentServerConnection('CPS_Application_Name', 'CSConnection', socketType='socket', serverHost='Content_Server_Host', serverPort='Content_Server_Port')
    For example (if the CPS application name is StellentPortlets):
    createJCRContentServerConnection('StellentPortlets', 'CSConnection', socketType='socket', serverHost='192.0.2.250', serverPort='4444')
    Run the following WLST command to delete an Oracle Content Server connection:
    deleteConnection(appName='CPS_Application_Name', name='CSConnection')
    Run the following WLST command to reset an existing Oracle Content Server connection:
    setJCRContentServerConnection('CPS_Application_Name', 'CSConnection', socketType='socket', serverHost='New_Content_Server_Host', serverPort='New_Content_Server_Port')
    Run the following WLST command to list the existing Oracle Content Server connections:
    listJCRContentServerConnections(appName='CPS_Application_Name')
    See if you too have missed to follow the above mentioned steps and if so then complete it to see if the issue still persists .
    Hope this helps
    Thanks
    Srinath

  • SAP content integrator

    Hello,
    IN MDM 3.0 we hade Content integrator for matching stretegy.
    what about MDM 5.5?
    as in MDM 3.0 it was seperate installation of SAP CI
    in MDM 5.5?
    Appreciate your help
    Regards
    Ken

    Hi Ken,
    You are right. In older versions of SAP MDM 3.0, the matching statergy was executed by using Content Integrator. You can know about Content Integrator in the link below:
    http://help.sap.com/saphelp_mdm300/helpdata/EN/9c/860a3369454f409cc61215d8b76bd2/frameset.htm
    Configuration of Matching-Strategies for SAP Master Data Management :
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1139df90-0201-0010-0cb3-e2f96a400070
    However, with MDM 5.5, you have the provision of executing the Matching Stratergy in Data manager itself. You do not require separate installation for that. To know about the Matching Stratergy in Data manager, you can refer to the link below:
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/e0677c82b40a2ee10000000a11466f/frameset.htm
    Go to matching Mode. You will find the details of executing the Matching Stratergy in MDM. You have to define rules, stratergy etc and then you can run them on Records present in MDM so find out potential duplicates.
    For other details, you can refer the foll links:
    SAP Network Blog: MDM Matching Strategies for Master Data Consolidation:
    MDM Matching Strategies for Master Data Consolidation
    How to Identify Identical Master Data Records Using SAP Master Data Management 5.5 SP4 (NW7.0):
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/909108b0-64a1-2910-c39d-bcd63a012f1d
    Hope this info helps.
    Thanks and Regards
    Nitin Jain

  • Desktop Integration Suite cliente Drag&Drop required Fields ?

    I’m working with the Desktop Integration Suite version 10gR3 and the Oracle content server 10.350, but I have not been able to show the window with required fields “Metadata”, when the user drop a new file in folder of the windows explore. Which configuration have to be checked to solve this issue ?
    Tanks for your support !

    Hi ,
    On UCM server install the latest Folders_g component from patchset : 13502938
    After that while creating the folder there will be the option "Enable Metadata Prompt"
    Check that option and save .
    After that from DIS client drag-drop a content to UCM folder (which has the above configuration set) , and then the checkin prompt will show up .
    Hope this helps .
    Thanks
    Srinath

  • Copy the file in Desktop Integration suite always gets Public security grp.

    Hi,
    We are trying to integrate Desktop Integration suite for the users to drop files in UCM through the windows explorer. For users to drag & drop the file, we need to assign them to contributor role(which has RW on public security group) and which is causing the file to belong to public security group which can be seen or serached by everyone which we do not want. We would like to create a private group and should be the default group for the users where they can grag the files to. How can we do this without having to give them the contributor role? the one option we tried is, to force the metadata screen which defaults to a private group, but we do not want to popup the metadata screen everytime they upload the content, but would like to create the defaults for that private group like creating a default profile.
    Please throw in your suggestions and appreciate any help in this regard.
    Thanks.

    How can we do this without having to give them the contributor role?Do you mean a contributor role, or a role called 'Contributor' (which can contribute to Public security group)?
    The former is not possible - a user that can check in a new item must have a contributor role. Note, that there can be many contributor roles - you can have a PrivateSGContributor role which has RW permissions to your "private group" and your users might be assigned this role (that's the latter option).
    This is a security requirement, so forcing the metadata screen will not resolve it (there will be NO security group available - if it opens at all - and users won't be able to check in the content anyway).
    In fact, if they are used to drag&drop, I'd rather assign the default security group at the folder level.
    If you need some docs for details, check:
    http://docs.oracle.com/cd/E23943_01/doc.1111/e10792/c05_security.htm#BGBEAIFH
    http://docs.oracle.com/cd/E23943_01/doc.1111/e10978/c08_folders.htm#CIHGAIJG

  • Desktop Integration Suite

    Hi,
    I have installed desktop integration suite.I can access through the window explorer and lotus notes.But I am not getting the Oracle UCM menu in Microsoft Word.

    Did you choose the office applications during the installation?
    What version of Office are you using? The Oracle UCM ribbon is only available in Office 2007 or later. For previous versions the only integration happens when you save the content and either choose to save locally or in UCM.
    Tim

  • Not Able to Check-in documents using Desktop Integration Suite

    Hi All
    I have installed Desktop Integration Suite 11.1.1.16 and have also configured it with the Windows Explorer.
    I am able to see the contribution folders after creating the connection with the server, but when i drag and drop any document in those folders, i get a pop-up 'Error while trying to create a content item abc.doc'
    I am new to this Desktop Integration Suite, can anyone tell me if i am missing any configuration or something.
    Thanks
    ACM

    Hi Srinath
    I have proceeded from that and now i am able to drag the document directly from the windows explorer.
    On dragging i get a screen where in when i click on finish, i get the following error:
    [APP: Oracle Universal Content Management - Content Server] general exception[[
    intradoc.common.ServiceException: !csServiceDataException,VALIDATE_DOCINFO,validateStandard!$
    *ScriptStack VALIDATE_DOCINFO
    3:validateStandard,dID=0
    Can you please advise?
    Thanks
    ACM

  • Desktop Integration Suite 11g: cannot connect using webdav

    Hi,
    I installed UCM 11g on my Windows 7 laptop, server is up and running and I can log on and post content through the web interface.
    I successfully installed Desktop Integration Suite, but when I try to make a connection in Windows Explorer to my UCM server, I get the following error:
    >>>>
    "Server configuration properties could not be obtained."
    "<?hda version="11gR1-11.1.1.3.0-idcprod1-100505T121221" jcharset=UTF8 encoding=utf-8?>
    @Properties LocalData
    StatusCode=-32
    blFieldTypes=StatusMessage message
    IdcService=COLLECTION_PROFILE_GET_COLUMNS
    StatusMessage=No service defined for COLLECTION_PROFILE_GET_COLUMNS.
    blDateFormat='{ts' ''yyyy-MM-dd HH:mm:ss{.SSS}[Z]'''}'!tEurope/Paris
    @end
    <<<<
    Anyone have an idea why I can't connect ?
    regards,
    Bjorn.

    Sounds like the service isn't running. Can you verify that the Folders_g component is enabled on the Admin ---> config for <instance> page? Can you browse to a Contribution Folder through the web interface of Content Server? Sorry if they've changed any of the Folders terms in 11g, I'm using 10g.

  • Desktop Integration Suite 10gR3 cannot integrate with Windows Explorer

    Hello,
    I installed Desktop Integration suite and can successfully check in emails through Microsoft Outlook and I can also check in files through MS Office applications.
    However, I cannot drap and drop files into the Contribution Folders in Windows XP. I get this error = An error occurred while attempting to create the content item "test.txt"
    I've already followed the advice given in this thread... http://kr.forums.oracle.com/forums/thread.jspa?threadID=681737
    Any suggestions??
    Thanks, Mitch

    I enabled automatic content ID and restarted the server.
    I can check in files through the console without providing a content ID.
    Why would it still say Content item '(null)'?
    Errors:
    Error     11/16/10 11:12 AM Event generated by user 'MitchP' at host 'XXXX.XXX'. Content item '(null)' was not successfully checked in. You have insufficient privileges to assign the content item to user 'sysadmin'.
    Error     11/16/10 11:12 AM     Content item '(null)' was not successfully checked in. You have insufficient privileges to assign the content item to user 'sysadmin'.

  • How to restrict Option values for a particular metadata in profile checkin

    How to restrict Option values (drop down) for a particular metadata in profile checkin-
    Metadata field Color is having options dropdown values (stored in table/views)-
    Display name - Blue, Value=1
    Display name - Red, Value=2
    Display name - Yellow, Value=3
    Display name - Green, Value=4
    Display name - Black, Value=5
    For a particular profile checkin form, for the metadata field Color I want the dropdown value consist of only top three options
    Display name - Blue, Value=1
    Display name - Red, Value=2
    Display name - Yellow, Value=3
    But this should be done on profile level only, should not impact the standrad checkin form and other profile checkin forms.
    Please help me if any one having any suggestion to implement the above secnario
    Thanks,
    Sumit

    Hi,
    Into the rule containing the Color metadata, you can restrict the values of the list.
    In "Has restricted list and pane", list the values 1, 2 and 3 (new line for each value) :
    1
    2
    3
    Romain.

Maybe you are looking for

  • Itunes or icolud created a ton of the same playlist and now its on all my devices (iphone, my pc itunes, and i pad) how to i get ride of the efficiently?

    While on vacation I tried to create one new playlist, but for some reason my ipad decided to create thousand(s) of the same one, and since I have icloud they created were on my iphone, ipad, and my itunes library on my pc,  now have and so many of th

  • Compact Flash to Expresscard problem

    I just got a brand new 17" Macbook Pro. Along with it I've purchashed a CF to Expresscard reader to get the images from my Nikon D700 into Aperture. But it's simply not working. When I plug the card into the reader and the reader into the Expresscard

  • Moving a group to new iDisk

    I created a group last year along with a couple of websites but wanted to change my .mac account name, so I had to create a new .mac account and allow my previous account to expire. I saved all my stuff on my iDisk and successfully copied my web site

  • Data types in SAP version 4.0

    Hello    I have a requirement of copying a program from SAP version 4.7 to version 4.0.However String data type is not supported by version 4.0. What are the data types in version 4.0.? Is there any substitute of using sring data type in version 4.0

  • Third Party Component Vendors

    Hello, Can anyone tell me if there are any big companies that specialise in third party components for Oracle. I am most specifically after components for data loading.