No Property Sets exist of type "Content Item"

Hi,
During the process of creating a new placeholder, there is pop-up of
info saying that 'No Property Sets exist of type "Content Item"'.
Unable to create a new placeholder due to this.
Hope any of u gurus can help me out with this.
Thanx and Rgds,
Elan

Elan,
Content Item property sets define the metadata attributes on the documents
managed by your content management system. You can read more about them
here:
http://e-docs.bea.com/wlp/docs40/ebcc/propset.htm#1041528
http://edocs.bea.com/wlcs/docs35/p13ndev/content.htm
http://edocs.bea.com/wlp/docs40/p13ndev/cs4cbe.htm
Sincerely,
Daniel Selman
"Elan E" <[email protected]> wrote in message
news:[email protected]..
Hi,
During the process of creating a new placeholder, there is pop-up of
info saying that 'No Property Sets exist of type "Content Item"'.
Unable to create a new placeholder due to this.
Hope any of u gurus can help me out with this.
Thanx and Rgds,
Elan

Similar Messages

  • More than one property set for UUP

    Hi,
    We are using Weblogic Workshop 8.1 SP3 for our application development.
    I have developed a Unified User Profile with my custom EntityPropertyManager EJB, that handles a set of user properties for one type of users. Now, I have a requirement of a different property set for another type of users for the same application. These two property sets are different (defined in say, customerType1.usr and customerType2.usr files under /data/userprofiles folder of the application in workshop.
    Should I be using the same custom EntityPropertyManager to get both the property sets from the database? Or do I need to develop another custom EntityPropertyManager EJB? Please advise.
    Thanks,
    mxa1097

    Hi,
         You can have Maintenance Planning Plant & Maintenance Plant in any of the follwing ratios, i.e., 1:1 / 1:n / n:1. Actually in Maintenance, there can be electrical & mechanical maintenance.
              In the case of 1:1 relation, all the maintenance activities (Electrical & Mechanical) will be planned by single Maintenance Planning Plant for single Maintenance Plant.
            In case of 1:n, single maintenance planning plant will do the plaaning of maintenance activities for all the maintenance plants.
          In case of n:1, electrical activity will be planned by one Maintenance planning plant & mechanical activities by another planning plant for a single Maintenance plant.
          Defining Maintenance planning plant & maintenance plant in different relations will help us in generating different kind of reports.
    I am looking forward your reply.
    Regards,
    Maheswaran.

  • Single item having content type property set for both GIF and JPEGs

    Is it possible to have a single blob column in the database that stores either jpegs or gif files and then the ability to display either type through a hyperdrill on a Discoverer item? If so, how can the content type property on an blob item be set to two options?
    regards
    Paul P

    Hi,
    Discoverer will use the content_type property to set the MIME type used when opening the blob. So if your blob contains more than one type of file and you want to use different programs to view the files then there are 2 options you can use:
    Option 1: Create a EUL item for each content type. For example, you create a item called gif_content, set the content type to gif, and use decode(type, 'GIF', blob) to populate the item only if the content is gif. Then the user will see multiple hyperlink columns, but only one of the columns will contain a link in each row.
    Option 2: Create a mod_plsql procedure to download the blob. Rather than include the blob in your EUL, instead include a URL that runs your mod_plsql procedure to download the blob. Set the content type for the URL to be FILE and in the procedure set the MIME type using OWA_UTIL.mime_header and download the blob using WPG_DOCLOAD.download_file. Then the user will see one URL hyperlink that will download all file types.
    Hope that helps,
    Rod West

  • Setting up an external content type without having to change it to NTLM authentication?

    Referring to: https://www.kenplaysviola.com/content/sharepoint2010-business-connectivity-path-unavailable
    and tested to be true. However, I have a site that I am not using NTLM - is there a way around this??? 

    Hi,
    Based on your description, my understanding is that you can’t 
    set up an external content type with Basic authentication web application.
    What errors have you got?
    I have done a test in my SharePoint, when I opened Basic authentication site with SharePoint Designer, I got an error
    ”Access to this web server is disabled by default because it is controlled by basic authentication and doesn't use SSL…”.
    But I could create an External List in the Basic authentication site successfully. I set up an external content type with NTLM authentication site. Then I created an External List in the Basic authentication
    site which referred to the existing external content type, it worked fine.
    So if you don’t want to change your web Application to NTLM authentication, try to create another web Application with NTLM authentication, then create a site collection and create an external content type,
    last create an External List in the Basic authentication site referring to the existed external content type in NTLM authentication site.
    Also, here is a blog about 
    Access denied by Business Data Connectivity, you can take a look at:
    http://blogs.msdn.com/b/ericwhite/archive/2010/06/11/access-denied-by-business-data-connectivity.aspx
    Best Regards,
    Lisa Chen

  • Setting up an External Content Type

    Is it possible to set up an External Content Type in SP Designer if the WCF service I'm using only has a method for creating an item in another system? I see that you must create a "Read Item" and "Read List" operation, and when I try
    to do so, it doesn't allow me to see the "Finish" button, or it throws a bunch of various errors at the bottom.
    I have a WCF service that was not specifically made for BCS. It's designed to simply submit a ticket to a help desk system, with no ability to read from that system. Using custom workflow in SharePoint, I'd like to trigger the WCF service and send a ticket
    using data held in a SharePoint list. Any pointers appreciated!

    Hi,
    According to your post, my understanding is that you failed to set up an External Content Type in SharePoint Designer.
    Please make sure you create external content type based on a WCF service
    correctly.
    For more information, you can refer to:
    How to: Create an External Content Type Based on a WCF Endpoint
    Creating External Content Type Associations Based on WCF
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Standard property set in content selector

    Hello,
    Where can I find some documentation on the standard property set in the contnet
    selector designer.
    Can I use the cm_contentType to get all content for a given type (i.e. "ad") ?
    How do these cm_ properties relate to the com.bea.content.Node class (if at all)
    Any help would be appreciated,
    Thanks,
    Matt.

    Hey Matt. The javadoc for com.bea.content.expression.Search lists all of the standard
    cm properties. You can find it at http://e-docs.bea.com/wlp/docs81/javadoc/index.html.
    It also describes the relationship of the standard properties to the value classes
    in com.bea.content. Such as cm_objectClass -> Node.objectClass.name.
    James
    "Matthew O'Haire" <[email protected]> wrote:
    >
    Hello,
    Where can I find some documentation on the standard property set in the
    contnet
    selector designer.
    Can I use the cm_contentType to get all content for a given type (i.e.
    "ad") ?
    How do these cm_ properties relate to the com.bea.content.Node class
    (if at all)
    Any help would be appreciated,
    Thanks,
    Matt.

  • Workflow with item type and item key  is in progress. Abort existing workfl

    Dear all,
    I'm using the below code from the submit button event to launch the workflow. The workflow works fine when I submit for the first time, when i try to submit for the second time from the same session it throws me the error as Workflow with item type and item key is in progress. Abort existing workflow.
    Where I am struck,Kindly send me any solution.
    I am using below code in oaf
    public void workflow(OAPageContext pageContext,
    String headerId,
    String empName,
    String userName
    String wfItemType = "XXSample";
    String wfProcess = "XXSample";
    String wfItemKey = headerId;
    OANavigation wfClass = new OANavigation();
    // Create Workflow Process
    wfClass.createProcess(pageContext, wfItemType, wfProcess, wfItemKey);
    System.out.println("Workflow created");
    wfClass.setItemAttrText(pageContext,
    wfItemType,
    wfItemKey,
    "XXHDRID",
    headerId);
    wfClass.setItemAttrText(pageContext,
    wfItemType,
    wfItemKey,
    "XXEMPNAME",
    employeeName);
    wfClass.setItemOwner(pageContext, wfItemType, wfItemKey,username);
    wfClass.startProcess(pageContext, wfItemType, wfProcess, wfItemKey);
    System.out.println("Workflow started");
    Thanks,
    Kumar.

    Item type and item key forms unique record for the workflow session, you cannot have 2 instances of the workflow running for the same header id, in your case. Check if the process exists for the header id. If so, display a warning message without launching another workflow session, else start the workflow process.
    Thanks
    Shree

  • Content Items Sorting based on picklist property fails

    Content Server 6.0
    We have developed a custom presentation template to display a list of all the work items. While displaying the work items, I would like to sort them based on a property and then filter them based on another property. I have a template code similar to below:
    <pcs:foreach var="item" expr="filter(sort(sort(index.folder, 'item.pcs_id', true), 'item.application', true), '(filtered.workflow_status != "Completed")')">
    The content item has two properties: application - a picklist, and workflow_status - a picklist.
    The above code template does not return any results. However if I change the expression so that I am sorting by a text property, then it displays the results correctly.
    For e.g,
    <pcs:foreach var="item" expr="filter(sort(sort(index.folder, 'item.pcs_id', true), 'item.name', true), '(filtered.workflow_status != "Completed")')">
    (name is a text property of the content item).
    Is there another way of accesing a picklist property in sort function to retrieve the desired results? Can somebody point out what am I doing wrong?
    Thanks for your help in advance.
    Thanks
    Jignesh.

    Not currently. We're considering this for a future release.
    Regards,
    Jerry
    null

  • Checking in a revision to an existing content item

    Using Site Stuido I’m using following code to build a custom screen
    <!--$dDocName="D_027263"-->     
    <!--$executeService("DOC_INFO_BY_NAME")-->
    <h1>WorkTrack - Reports </h1>
    <form action="/idc/idcplg" method=GET>
    <input type="hidden" id="IdcService"     name="IdcService" value="CHECKIN_SEL">
    <input type="hidden" id="dSecurityGroup" name="dSecurityGroup" value="<!--$DOC_INFO.dSecurityGroup-->">          
    <input type="hidden" id="dID" name="dID" value="<!--$DOC_INFO.dID-->">     
    <input type="hidden" id="dDocAccount" name="dDocAccount" value="<!--$DOC_INFO.dDocAccount-->">          
    <input type="hidden" id="dDocAuthor" name="dDocAuthor" value="<!--$DOC_INFO.dDocAuthor-->">     
    <input type="hidden" id="dDocName"           name="dDocName" value="<!--$DOC_INFO.dDocName-->">
    <input type="hidden" id="dDocTitle"      name="dDocTitle" value="<!--$DOC_INFO.dDocTitle-->">
    <!-- <input type="hidden" name="dRevLabel" id="dRevLabel" value="5">
                   <input type="hidden" name="doFileCopy" id="doFileCopy" value="1">-->
    <input type="file" id="primaryFile" name="primaryFile" maxlength="250">
                   <input type=submit name=submit value="Check In">
                   </form>
    <!--$dDocName="D_027263"-->     
    <!--$executeService("CHECKOUT")-->
    And when I browse and attach a file and submit Check In, following error is received.
    Content Server Request Failed
    Content item 'D_027263' was not successfully checked in. The content item must have a primary file.
    Can some one please let me know what is the reason for this error.
    Thanks,
    Srinivas.

    shouldn't the method be a POST not a GET? I don't think that will end up being the "whole" problem, but I think it might be contributing to issues...

  • Can't create a Content Type List Item on Visual Studio 2010

    Can't create a Content
    Type List Item on Visual Studio 2010

    Hi,
    According to your description, my understanding is that you want to select the specific content type in new item form.
    This is a default behavior. The "Add new item" link uses the default content type and does not display a dropdown list to change that value. This behavior is hard coded into the control and can't be changed.
    Here are some similar threads for your reference:
    https://social.technet.microsoft.com/Forums/en-US/de60f2a1-df91-4a67-a606-02a593c977b4/choose-a-content-type-when-creating-a-new-list-item?forum=sharepointcustomizationlegacy
    http://sharepoint.stackexchange.com/questions/13281/content-type-field-missing-from-new-form
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • How to display the image while set custom header "x-content-type-options" as "nosniff" in web.config

    Hi,
    I am using Microsoft ASP.NET TreeView control where I have bound embedded images. Also I have set custom header “x-content-type-options” as
    “nosniff” in web.config file.
    On hosting the sample containing the above mentioned things in SERVER machine, the images are not visible but its working properly while running sample in local (development) machine. 
    Kindly provide a solution and find the sample in the below link.
    http://goo.gl/6uR2b0 
    Thanks,
    Alagarsamy D.

    Hi AlagarBala,
    Your issue is related to asp.net/web technology and for a better support on this please post your question to the asp.net forum below, this forum is for C# code issues in speicific:
    http://forums.asp.net/
    Regards,
    Fouad Roumieh

  • Content Item Typ: Tree Navigation Link

    Hi,
    I was told that there is one Tree Navigation Link in the content item types. However I can't see it in the page group configuration.
    I am using oracle 9iAS 9.0.2, portal 9.0.2??, JPDK v2 July one.
    By the way, how can I know the portal version? I didn't do the installation. Everything comes with the oracle 9iAS installation. I did upgrade the JPDK.

    There is currently no item type that does a tree-style navigation.
    A new tree-style navigation portlet is coming soon from the Portal Integration Solutions team.
    There are also a couple of navigation portlets available from the Knowledge Exchange. I've tried this one and it works great.
    There are also some great navigation and search extensions available from Oracle Consulting.
    To find the Portal version number, look on the Builder Page, Admin tab, General Settings. Scroll to the bottom of the page.
    Regards,
    Jerry
    PortalPM

  • Customized content item / type

    Hi there,
    I would like to know what is the best way to store a content
    item in my project.
    I'm working on a portal which need to group the course
    information into categories. Each course should be a content
    item in this case. Each course has its own course
    information. What is the best way to store each course as
    content item which allow publisher to update the course info and
    can make use of the category feature from the Portal ?
    In 9iPortal, it allows us to store it as file, folder, text,
    PL/SQL, image etc. I believe it's not a good idea and doesn't
    fit my purpose. All these are static objects.
    Can I make use of the custom type ? If so, how can I generate
    page with the info stored in the attributes of the custom type ?
    Say, I have created a new custom type named course and then it
    has attributes like course title, course dates etc.
    I would like to allow my user to type in the course information
    and then we can generate dynamic pages from the information.
    I'd used other Portal product which allow developer to define the
    content type attribute easily and provide API to retrieve
    the content and category item. Then we can write jsp to retrieve
    the item. But I can't find the same thing from Oracle9iAS
    Portal.
    Can someone give me some clue ?
    Thanx
    Regards,
    Maggie

    Custom item types are a good solution.
    Custom types allow you to call procedures (either a stored
    procedure or a servlet via a URL) - the procedure can in turn
    generate a custom presentation for your item. Procedures can be
    passed any of the attributes of your item, including custom
    attributes.
    Folder styles can also be used to specify which attributes are
    displayed for an item.
    So try the style first. If you don't like what you are able to
    achieve with the style, use a procedure to render your custom
    item type any way you want.
    Regards,
    Jerry

  • BEA's Publisher - Display Published Content Items

    I'm using BEA's Publisher product with ALUI. I want to have a simple portlet that just displays Content Items that I've published, but after playing with it for a couple of hours, I find myself stuck.
    I have a Data Entry template that just takes a name and a file, and a presentation template associated with that. But I can't figure out how to make the presentation template display a list of published content items associated with the Data Entry template.
    I tried using the Tag Helper and I saw that the file properties were available, e.g. name, location, length, however I can't get the template to actually display the information.
    Also, since I can't publish said presentation template (you aren't allowed to publish a presentation template associated with a data entry template), I have to make ANOTHER presentation template, and include the first one, and then make a new portlet that displays that second template. Is this how it's supposed to work? It seems awfully complicated for such a simple task.
    I would greatly appreciate any input anyone can give. Thanks!
    Edited by: user10704201 on Dec 12, 2008 12:32 PM

    " I can't figure out how to make the presentation template display a list of published content items associated with the Data Entry template. "
    While I believe that this is a correct statement, you can't use pcs:foreach to get all items associated with a DET, I think that what you really want is to display all the content items in a folder or in a list. The 2 ways I most commonly do it are:
    use a list
    1) create a DET for the main portlet item (for example, news stories) with a property of type list
    2) create a DET for the type of item that goes into the list (for example, news article)
    3) create a Content Item based on your main portlet item DET
    4) add items to the list
    5) iterate through the list in your presentation template (pcs:foreach expr="item.myList" var="mylistvar"...)
    You can also tell each news article to automatically add itself to the news stories list. (Look in the DET for this setting)
    use a folder
    you can also just create your list items in a folder and then loop through the folder (pcs:foreach expr="folderByPath(item.folder,"folderName")"...

  • How to limit the number of version of a content item in UCM?

    Hi,
    I am looking for a solution to limit the number of versions which can be created for a content item. It should be configurable as in future if I need to increase or decrease, it should be possible.
    I have seen the solution given in Re: Limiting number of revisions
    Here its delete the previous versions . But i dont want it to be deleted.
    Any help will be appreciated.
    Regards
    Poornima

    Random ideas
    Records. If an item in URM is set to be a Record then it can only have one revision ever.
    Archiver can be used to export revisions to keep only a certain number of revisions in the system. The old revisions are deleted from the UCM but can continue to exist in the exported Archives and could be re-imported if desired.
    Custom filter code to check number of revisions and stop a checkin dynamically (as mentioned in other replies to your post)

Maybe you are looking for

  • How to add a 2nd hard drive to HP Pavilion DV7!

    How to add a 2nd hard drive to HP Pavilion DV7-3165DX, product # WA794UA or WA794UAR. (1) Order HDD, hard drive, hardware kit. HDD hardware kit includes mounting rails, static shield, screws, rubber isolators, and SATA to motherboard cable. Check you

  • Need to create Customer to multiple sites record in one run.

    Hi all, we have one table called (e.g.) Prospect. To this table we can associate three different sites: one the legal site, one admin and one for logistic. All the three sites refer to the main Prospect table via the Prospect_id and related info are

  • Single or separate users owning multiple Oracle Resource Groups?

    Being an infrastructure DBA, I have a question which I'm trying to sort out with my sys admin: - We're trying to setup multiple Oracle 11g (non-RAC) instances on a two-node Solaris 10 cluster. - each 'database' would have its own resource group, file

  • Changing track order in playlists??

    Hello. I will probably sound really silly asking this but it has been a problem for me since i started using iTunes (which was ages ago - ha!). I'm trying to burn a CD from a playlist but would like to change the order of the songs. Is this possible

  • Display authorization for all modules Including Basis.

    Hi All, Is there any Role or profile for display authorization for sap modules . Regards, Eswar.