No Primary File required in profile

Hi,
In one of my UCM profile's I do not need to check in the Primary file(alternate file as well).
I have been able to remove both form the profile but on checkin the pop up comes asking,"Please specify a Primary File".
How can the abov be achieved ?
Regards
Shashwat

In case anyone needs to know how to do this:
https://blogs.oracle.com/kyle/entry/hiding_the_primary_file_field
http://corecontentonly.com/2010/03/02/suppressing-alternate-file
Jonathan
http://redstonecontentsolutions.com
http://corecontentonly.com

Similar Messages

  • Hidden "Primary File" field in Content Profile

    Hi all,
    I want create my own Content Profile not have the +"Primary File+" field. Can I do that???
    Thank you so much!

    I'm wondering, if Image(file) is actually not what you could store in the Primary file (is it mandatory?)
    Anyway, if you want to get rid of the Primary file, read this thread How to display "Metadata Only" field in Update Form (and in the related links https://blogs.oracle.com/kyle/entry/hiding_the_primary_file_field and https://blogs.oracle.com/kyle/entry/check-ins_without_files_ucm )
    Either way, you can use standard GUI with all its features (Profiles) to support such scenarios. You could also use it if you want to update the existing information (e.g. in Main Content).
    I'm still a bit doubtful about Image. If you have exactly one Image in a News item, then you could use Primary File (maybe all you need is to rename the heading?). If you can have more Images, then you might have to go with something like Attachments. Check this: How to check in an attachment when checkin a document in UCM 11g? or Re: full text search for attachement

  • Set primary file as not required

    Hi,
    In a check-in form, there are two fields to upload a file:
    Primary file with is mandatory.
    Alternate file with is not mandatory.
    Based on fact that those fields are not listed in the configuration manager metadata list, is it possible to set Primary file field as not required?
    This procedure is necessary because sometimes I have to check in metadata from physical files (document on paper) and later, update the content with the scanned file (digital document).
    Thank you in advance.
    José.
    Edited by: José Márcio T. Jr on 21/03/2013 06:44

    See here: Re: Checking in content without defining a primary/secondary file

  • Question about primary file

    When we create a contributor data file primary file i.e. default.xml is empty. From the contribution mode the changes which are made when saved gets reflected in XML. Any idea on which service is being called to update the default.xml file?
    Consider the following scenario ... we have a hcsp form with custom meta data fields and a text area field.
    The primary file field is hidden and am using sitestudio variables to check in default.xml file.
    When the data is entered and upon submission i am calling check in service. Is there a way to store the textArea content in the default.xml file?

    Hi ,
    Can you elaborate on what exactly is the requirement which you are looking at .
    Thanks
    Srinath

  • Is it possible to check-in primary file as attachment?

    Hi
    I got a complex requirement, I'm not sure whether we can achieve this functionality in UCM.
    Requirement:
    When i check-in any content using DIS(Desktop Integration Suite) or from content console. The checked-in content should not save as primary file, rather it should be saved as attachment for a html file(HTML file need to be generated dynamically, whenever content is checked-in). So, here dynamically generated HTML file should be a "Primary File" and the checked-in content should go as an "Attachment" for that HTML file.
    Any help would be helpful. I didn't find any useful content to implement this functionality.
    Regards
    Raj

    Ok sure..
    Have a small doubt, Long ago I have used RIDC in my application to check-in or check-out content from UCM. Used,
    binder.addFile(String, File) to checkin-primary files and attachments. It works fine.
    Now i have created Filter class as you suggested which implements FilterImplementor,
    public class CheckinFilter implements FilterImplementor {
        public CheckinFilter() {
            super();
        public int doFilter(Workspace workspace, DataBinder dataBinder,
                            ExecutionContext executionContext){
    however this dataBinder doesn't have addFile. Then how can i check-in primary file and attachments using binder object, if addFile method is missing. The only difference is RIDC code in my portal application imports import oracle.stellent.ridc.model.DataBinder; and Filter class imports import intradoc.data.DataBinder;. How can i added primary files and attachments from doFilter method ??

  • How to find archivelog files required during FLASHBACK a database?

    Environment: 11.1.0.7
    Requirement : Flashback on Standby side from SQL PLUS
    We are taking backup of db&arch using Tivoli TAPE backup system from primary side. we do not have license for Tivoli on Standby side so there are no archivelog backups on standby side. Also we are not keeping archived log files shipped from primary to standby not more than 1 day in disk. So any archivedlog files required beyond 1 day need to be restore on primary side and to be moved.
    While we do flashback from sqlplus we encounter below error ...
    ERROR at line 1:
    ORA-38754: FLASHBACK DATABASE not started; required redo log is not available
    ORA-38761: redo log sequence 6 in thread 2, incarnation 6 could not be accessed
    if we restore Seq#6 from thread#2, then again it will ask for another archivedlog file.
    So is there a way to find all required archviedlog file for my flashback and restore all at one time ?

    Hi,
    It's a good question but even note 560686.1 is not very precise about it.
    The flashback logs are used to rollback quickly and "approximately" then the archivelog files are applied in complement to recover the database at the exact SCN. All archivelog files won't be required but a few ones having completion time around the desired time and you have to provide them. Which ones exactly ? I don't know but the simplest would be to have your archivelog files or their backup accessible cause RMAN is able to restore the archivelog files it needs automatically (no need to restore them manually)
    Best regards
    Phil
    Edited by: Philippe Florent on Aug 29, 2010 9:45 PM
    Edited by: Philippe Florent on Aug 29, 2010 9:49 PM

  • Partitioning Advice on PRIMARY FILE GROUP

    Hi,
    I wonder if you can help. I would like some advice on partitioning within the PRIMARY file group. Basically I have a lot of experience on partitioning and in the past I have followed best practice is documents such as
    Partitioned Table and Index Strategies Using SQL Server 2008   and the
    Analysis Services Performance Guide   so in summary when partitioning in the past I have followed best practice, e.g. have one file group per partition and have your partition key as a component within the primary key of the table you are
    partitioning.
    However following best practice in this way can require a lot of maintainence, and the system I am performance tuning at the moment has a limited life span.
    So in this context I wonder if there are any advantages of basing partitioning on a PRIMARY file group?
    Kind Regards,
    Kieran.
    Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/

    Hi Erland,
    Many thanks for your advice which has helped me set a wider context.
    I'm sorry, I think this question is drifting onto Analysis Services even though I started out asking a question related to Partitioning Advice on PRIMARY FILE GROUP.
    Your answer increases my empathy with people who are skeptical about the performance advantages of partitioning very large tables even when these very large tables are the data source of a cube.
    Is it possible for a question in these exceptional circumstances to be associated with 2 forums, i.e Transact SQL and Analysis Services? - since the scope of this question covers both areas.
    I have had a lot of success in dramatically speeding up the processing of a cube with multi-billion record fact tables in the underlying data warehouse for previous clients. Where this cube had the partition key in the WHERE clause
    of the Cube partition which was the same as the partition index in the underlying fact table. And where each fact table had a different physical file group for each partition. The cube, data warehouse, transaction logs, and tempdbs were on separate spindles.
    However the partitions within the cube and the partitions within the data warehouse were not on separate spindles for each of the partitions.
    A proven advantage of implementing the above design strategy is that it increases parallelism. Please see page 86 of the best practice document on
    Analysis Services 2008 R2 Performance Guide.
    So getting back to my question in the above context: If you slice on a particular partition with a particular partition key value, e.g. PeriodYYYYMM = 201408 on a relational database table, will it make a difference to performance if this table is partitioned
    by the PRIMARY file group, or should the partitions have a separate FILE GROUP for each partition?
    Kind Regards,
    Kieran.
    Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/

  • Error in checking a primary file

    Hi ,
    I am trying to use the CHECKIN_UNIVERSAL idcservice froma standalone java class. I have appeneded the following xml string in my request and trying to use a primary file from my local m/c.
    <code>
    requestString = "<?xml version='1.0' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"><SOAP-ENV:Body><idc:service xmlns:idc=\"http://www.stellent.com/IdcService/\" IdcService=\"CHECKIN_UNIVERSAL\"><idc:document dDocName="+param1+" dDocAuthor=\"sysadmin\" dDocTitle="+param2+" dDocType="+param3+" dSecurityGroup="+param4+" dDocAccount=''>
    <idc:file name=\"primaryFile\" href =`D:/soapfile.txt`></idc:file></idc:document></idc:service></SOAP-ENV:Body></SOAP-ENV:Envelope>";
    </code>
    But when I am trying to invoke the service from a jsp, I am getting the follwoing error in the response:
    <idc:field name="StatusMessage">Content item &#39;test&#39; was not successfully checked in. The content item must have a primary file.</idc:field>
    I need to fix this urgently. Please help!!.

    I've tried to not use CHECKIN_UNIVERSAL. I've written java class (extends ServiceHandler) that changes some binder parameters.
    Written Service on top of this:
    <tr>
         <td>TEST_CHECKIN_BYNAME</td>
         <td>DocService
              34
              null
              null
              null<br>
              null</td>
         <td>3:determineID::2:null
    3:doSubService:TEST_CHECKIN_SUB:0:null</td>
    </tr>
    <tr>
         <td>TEST_CHECKIN_SUB</td>
         <td>DocService
              34
              null
              SubService
              null<br>
              null</td>
         <td>3:TEST_prepareMetaData::0:null
    3:prepareCheckinSecurity::0:null
              3:checkSecurity::0:null
              3:doSubService:CHECKIN_NEW_SUB:0:null</td>
    </tr>
    So:
    1. If I put
    m_binder.addTempFile(tmpFileName);
    in my method TEST_prepareMetaData Checkin succeeds.
    2. If I do not put m_binder.addTempFile(tmpFileName); //tmpFileName is the link to file being uploaded
    The same error is thrown: "The content item must have a primary file"
    First question: Why?
    1. If I put
    m_binder.addTempFile(tmpFileName);
    in method TEST_prepareMetaData Checkin succeeds - status message "<idc:field name="StatusMessage">Successfully checked in content item 'TTT_0000001'.</idc:field>";
    BUT there is no content item in the ContentServer!!
    Seqond question: Why?

  • Adding Data file to existing primary file group with 1 data file

    Currently our databases are configured to only have 1 data file and 1 log file.  I am looking at adding a 2nd data file to the primary group, which will be on a separate lun.
    Will we benefit from adding the 2nd data file (same size as 1st data file and same autogrowth rate) , or should we create a new database with 2 data files (equal size and autogrowth rate), and import the data from the database with the single data file.
    Thanks.
    DJ

    Having another data file pointing to different Physical Volume
    will give you better performance gains. Additionally, you should pre-size them (Same as First Data File) with same growth settings (Preferably in Mb
    instead of Percentages) .
    It is perfectly OK to add another data file to PRIMARY file-group as well and SQL Server will automatically balance the data across multiple files over the period time (Due to Data Striping)
    HTH
    Good Luck! Please Mark This As Answer if it solved your issue. Please Vote This As Helpful if it helps to solve your issue

  • I am working in windows 7 and I am trying to enable the copy/paste and I can not find user.j file in the profile and I am not real sure how to create a file, I can create a folder .

    I am trying to copy text from a word document and paste it into my web builder and it says that firefox does not support copy/paste from clipboard. Went to your site and it tells me to open the user.j file in my profile. This file does not exist and I am not real sure how to create that file so I can paste the fix from your site into it.

    I went to that link and added to firefox add on but it still does not work. I went to the add on option button for this but it told me that my MYSIWG widget was disabled. Does this have something to do with it not working and if so how do you enable it.

  • This Adobe muse site file requires a newer version of Adobe Muse. I want to comeback to old version Adobe muse i need help to open my file thanks

    This Adobe muse site file requires a newer version of Adobe Muse. I want to comeback to old version Adobe muse i need help to open my file thanks

    Hi,
    You may need to design the site again in older version OR may be copy and paste in place from new to old except what is new in the latest version.
    Hope that helps!
    Kind Regards,

  • Firefox hangs at start. A new profile with a copy of my bookmarks and other files, from previous profile starts OK. At next start I have to setup a new profile. Since June 2010 in Ubuntu, with automatic update.

    Hi,
    My firefox-profiles in Ubuntu, are practically one-timers.
    Next time i want to use firefox it hangs at start. The window comes up
    and it's white, except for a square in upper left corner (without color).
    I'm having this problem since June 2010, when I started using an electronic ID,
    for access to Swedish goverment organisations. The Electronic ID (BnakID) is
    supported in Windows, Mac and Ubuntu. I had a new installation of Ubuntu, in a
    virtual machine at that time.
    I can't say that this is a problem with Firefox in Ubuntu or some other
    combination, I'm a newbie with Ubuntu and BankID.
    I've used been using Firefox and installing (Firebird, Mozilla) since 2001,
    in other OS:es than Ubuntu (Solaris, RedHat, Windows and SLED).
    My workaround are:
    - cd ~/.mozilla/firefox
    - mv profiles.ini profiles.ini-
    - Start and stop firefox
    - Copy some files from previous profile, to the new.
    cd <previous>.default
    cp -r bookmark* cert8.db content-prefs.sqlite cookies.sqlite* \
    extensions* places.sqlite* prefs.js sessionstore.* signons.sqlite* \
    ../<new>.default/
    - Start firefox
    My environment:
    Linux uw000141 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010 i686 GNU/Linux
    Mozilla Firefox 3.6.13, Copyright (c) 1998 - 2010 mozilla.org
    BR,
    Henrik

    Try the fix posted by houseboats in this discussion: spinning beachball suddenly every time at launch. Other users have reported that it fixed their problem which is similar to yours, good with airport off, freeze with airport on. 
    The only problem I had with the fix was that it killed the name I gave my computer in the System/Sharing preference pane.  So if you use it go to that pane and rename your computer as it was originally.
    OT

  • J2ee1.4 installation error - there are no files requiring installation

    hi all,
    i downloaded the j2ee sdk 1.4 bundle and installed successfully on my suse 8.2. however when i tried doing it on another suse 8.2 machine using the same bundle i got an error that says :
    There are no files requiring installation - here's all the output -
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Launching Java(TM) 2 Runtime Environment...
    Error: There are no files requiring installation.
    Deleting temporary files...
    i'm new to j2ee so plz, if any one knows how to get around this, let me know.
    thanks,
    rich

    This message will be issued if files necessary for installation are not found once the self-extracting executable extracts its content. If you successfully used same distribution file to install on another machine, it is very likely that the distribution file got corrupted while being moved from one system to another.
    If you use ftp to transfer files between systems, make sure that you transfer file in binary mode.
    If you don't have the original distribution file anymore, you might need to download the distribution again.

  • "Ipod Cannot Be Updated, The File Required Is Missing" - Can someone help?

    I just got this error today and its bugging me.
    Whenever I try to update my ipod it gives me a new window saying "IPOD (name) cannot be updated, the file required is missing."
    ummm I thought maybe if i restored my ipod the file would be restored too but that didnt work....
    After i restored it, the itunes library updated my ipod with all my original playlists and videos, but now when i try to update it and sync my pictures to it or create new playlists, it gives me that message.
    Can anyone give me some advice on what i can do to fix this problem? i do have the iTunes 7.01 my ipod is the 60G Ipod Video (White)
    Thanks for your help guys, i really need it.

    I just dealt with the same problem. None of the answers people gave to the problem worked!
    Whatever it is that you're trying to put into your iPod... make sure that the file is located in your "My Music" file first.
    Basically, when you get that message double check and if what you selected isn't in "My Music" drag and drop into it and try again.
    I hope that helped!
    I know... so frustrating.

  • "Ipod Cannot Be Updated, The File Required Is Missing" - Help!!

    I just got this error today and its bugging me.
    Whenever I try to update my ipod it gives me a new window saying "IPOD (name) cannot be updated, the file required is missing."
    ummm I thought maybe if i restored my ipod the file would be restored too but that didnt work....
    After i restored it, the itunes library updated my ipod with all my original playlists and videos, but now when i try to update it and sync my pictures to it or create new playlists, it gives me that message.
    Can anyone give me some advice on what i can do to fix this problem? i do have the iTunes 7.01 my ipod is the 60G Ipod Video (White)
    Thanks for your help guys, i really need it.

    I just dealt with the same problem. None of the answers people gave to the problem worked!
    Whatever it is that you're trying to put into your iPod... make sure that the file is located in your "My Music" file first.
    Basically, when you get that message double check and if what you selected isn't in "My Music" drag and drop into it and try again.
    I hope that helped!
    I know... so frustrating.

Maybe you are looking for

  • How can I mark data acquired during DAQ?

    I am acquiring analog data from an accelerometer with LabView 6.1 and I need to mark some time points during the acquision to indicate the time at which some events occurs during the measurement. I want to do this by pressing the space bar of the key

  • Error on Purchase Order - Document number 45* not within defined interval

    Hi All, PLEASE HELP ME or guide me in the right direction. I am faced with a somewhat unique case in our enviroment. Some background first. Back in 2000 when we upgraded from Walker to SAP, a number of Purchase orders had to be migrated, one of them

  • How do I prompt a user to enter in a string name and set it so it can be used as an input for a DLL

    I was having problems entering in a string name and setting it. Any suggestions.

  • My css on a pc?

    Does this site look OK on a pc? Is the main body of the page white? I work on a mac and just tested for the first time on a pc and saw some alarming things, but i think that pc might have had some major issues. A friend of mine tested on a pc before

  • Selection for execution of report

    Hi, i had modified a report in which i had added 2 fields and it is working fine but my client new requierment is that they want it a single code that befor execution at selection it should ask whether to display the data with same fields as it was p