Unable to create content properly in UCM 11G using validateStandard filter

Hi All,
    We have used validateStandard filter to assign content id with 16 digits in UCM 10G and it worked well, we deployed this component in UCM 11G but it is not working properly. When we click on Check In button content is getting created and displaying  Check_In Confirmation with 16 digit Content ID, upon clicking on Content Info it is displaying the complete info page. When we try to search the content it is not displaying in search results, also when tried to export it using Archiver it is not creating batch file. When we see logs in View Server out put it is displaying
Unable to lock content with dDocName: 6322932684534064
File to be removed: D:/oracle/ucm/cs/oracle/ucm/cs/vault/~temp/6322932684534064_meta.htm
Below is the code and its corresponding log after check In is performed
trace("=====Set 16 digit random number as ContentId=====");
             String contId = databinder.getLocal("dDocName");
             trace("=====value of contId====="+ contId);
        if("".equals(contId))
        //trace("=====Inside ContentId generetion=====");
        int maxdigits = 16;
        StringBuilder result = new StringBuilder();
        Random r = new Random();
        for (int i = 0; i<maxdigits; i++)
        result.append(r.nextInt(10));
        databinder.putLocal("dDocName", result.toString());
        trace("=====Generated ContentId is====="+ result.toString());
View Server O/P:
=====Set 16 digit random number as ContentId=====
=====value of contId=====001885
=====Generated ContentId is=====6322932684534064
>(internal)/6 07.08 15:09:28.273 IdcServer-968 Unable to lock content with dDocName: 6322932684534064
>(internal)/6 07.08 15:09:29.476 IdcServer-968 File to be removed: D:/oracle/ucm/cs/oracle/ucm/cs/vault/~temp/6322932684534064_meta.htm
Thanks,
Ashok

Its a bug. References BUG:16231709 - OBIA7964:ERROR WHILE CREATING DATA WAREHOUSE TABLES USING DAC 11G
So far the workaround is to use one Container Name at a time when creating the Warehouse.
If helps mark and update back

Similar Messages

  • Unable to create content properly in UCM 11G

    Hi All,
       We are generating content ID's using Profile Rule activation condition -> Side Effects, below is the sample script we used in rule
    <$dDocName="LIT_DOC_"&strGenerateRandom(8)&".PDF"$>
    In 10G we are able to create contents properly using this as well as through component making use of validateStandard filter, but in 11G this is not behaving properly. When content is created is it showing content got created but it is nowhere available for search.
    Please help us to get this worked in 11G. Let us know if we need to make any configuration changes for this to work. Appreciate your help on this. Thank you
    Thanks,
    Ashok

    Hi All,
       We are generating content ID's using Profile Rule activation condition -> Side Effects, below is the sample script we used in rule
    <$dDocName="LIT_DOC_"&strGenerateRandom(8)&".PDF"$>
    In 10G we are able to create contents properly using this as well as through component making use of validateStandard filter, but in 11G this is not behaving properly. When content is created is it showing content got created but it is nowhere available for search.
    Please help us to get this worked in 11G. Let us know if we need to make any configuration changes for this to work. Appreciate your help on this. Thank you
    Thanks,
    Ashok

  • Content categorizer engine, UCM 11g: ClassCastException.

    Hi!
    I try to register a categorizer engine in Content Categorizer in UCM 11g, on Linux.
    My Extractor Class — SccMyTaxonomyExtractor extends SccTaxonomyExtractor.
    When i try to build query tree, and click Content Categorizer Administration -> Query Trees -> Build Query Tree -> Overwrite contents of Taxonomy Cache, i get ClassCastException: SccAMyTaxonomyExtractor cannot be cast to contentcategorizer.SccTaxonomyExtractor.
    Why?
    I build my classes using contentcategorizer.SccTaxonomyExtractor from sccserver.jar (this .jar i get from UCM), with jdk 1.5, and jdk 1.6. Each time i get this exception.
    Can anyone comment this?
    Thanks for your thoughts of my question :)

    According to the documentation ( http://docs.oracle.com/cd/E21043_01/doc.1111/e10797/c04_finding_files.htm#g1300865 and particularly http://docs.oracle.com/cd/E21043_01/doc.1111/e10797/c04_finding_files.htm#CJAEAHED ) only asterisks and question marks are used as wildcards for metadata search fields. No information about underscores - (according to this: http://docs.oracle.com/cd/F49540_01/DOC/inter.815/a67843/cqspcl.htm they are wildcards for Text queries in Oracle DB)
    However, Kyle in his article https://blogs.oracle.com/kyle/entry/site_studio_naming_best_practi recommends not to use underscores for Site_ID as it "causes numerous issues", so you'll be on a safe side to get rid of them.

  • Unable to create a file in Application Server using OPEN DATASET stattement.

    I am unable to create a file in Application Server using the following statement.
    OPEN DATASET filename FOR OUTPUT
    IN TEXT MODE ENCODING DEFAULT
    MESSAGE msg.
    The message I'm getting is "Permission Denied". I have checked authorisation using SU53 which says "The last authorization check was successful". Please help.

    You can use following code to capture the error.
    TRY.
          OPEN DATASET filename FOR OUTPUT IN BINARY MODE MESSAGE V_MSG.
          CATCH CX_ROOT
          INTO EXCEPTION.
          CALL METHOD O_EXCEPTION ->IF_MESSAGE~GET_TEXT
            RECEIVING
            RESULT = V_MSG.
          MESSAGE v_msg
          TYPE 'E'.
    ENDTRY.
    You can capture error in v_msg.
    Following are the exceptions for the same:
    Exceptions
    Catchable Exceptions
    CX_SY_FILE_OPEN
    Cause: The file is already open.
    Runtime Error: DATASET_REOPEN
      CX_SY_CODEPAGE_CONVERTER_INIT   
    Cause: The desired conversion is not supported. (Due to specification of invalid code page or of language not supported in the conversion, with SET LOCALE LANGUAGE.)
    Runtime Error: CONVT_CODEPAGE_INIT
    CX_SY_CONVERSION_CODEPAGE
    Cause: Internal error in the conversion.
    Runtime Error: CONVT_CODEPAGE
    CX_SY_FILE_AUTHORITY
    Cause: No authorization for access to file
    Runtime Error: OPEN_DATASET_NO_AUTHORITY
    Cause: Authorization for access to this file is missing in OPEN DATASET with addition FILTER.
    Runtime Error: OPEN_PIPE_NO_AUTHORITY
      CX_SY_PIPES_NOT_SUPPORTED   
    Cause: The operating system does not support pipes.
    Runtime Error: DATASET_NO_PIPE
    CX_SY_TOO_MANY_FILES
    Cause: Maximum number of open files exceeded.
    Runtime Error: DATASET_TOO_MANY_FILES   Non-Catchable Exceptions   
    Cause: An attempt was made to open a pipe that is already open.
    Runtime Error: DATASET_PIPE_POSITION
    Hope that will help you.
    Please reward if useful.

  • Unable to Create PLSQL Webservice in JDeveloper 11g

    Hi,
    i have created webservice for PL/SQL for functions with out TYPE data types as parameter..
    but i am unable to create a webservice for procedure having
    Freight_Pkg.PROCEDURE get_freight(
    p_sbl_source_line_tab IN OUT SYK_SBL_SOURCE_LINE_TAB_TYPE
    ,l_total_freight OUT NUMBER
    ,l_err_code OUT NUMBER
    ,l_err_mesg OUT VARCHAR2
    and when i try to create web service it generates below Warning
    =========================================
    Log Message of WebService
    ========================================
    Generating PL/SQL Web Service
    Generating WSDL and mapping file
    WARNING: OWS-00077 The Value Type class: SykSblSourceLineBase does not have a valid Java Bean pattern.
    Adding service files to deployment profile
    Service generation finished
    Generation complete.
    Please let me know the procedure for creating Webservice for PLSQL of Table Type Parameters passing as IN parameter in Procedure.
    Thanks,
    Vijay

    Vijay,
    Is this configured with Oracle E-Business Suite? If yes, please note that JDeveloper 11g is not certified with Oracle Apps 11i/R12.
    How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x [ID 416708.1]
    Configuring JDeveloper For Use With Oracle Applications 11i and R12 [ID 330236.1]
    If this is not related to EBS, post your question in the appropriate forum for a better/faster response.
    JDeveloper and ADF
    JDeveloper and ADF
    Thanks,
    Hussein

  • Howto install Related Content component on UCM 11g

    Hi,
    I did install URM 11g to test the Related Content component.
    Does the component also work with UCM 11g. Are there any special metafields required?
    Another problem is that I can't build the Related Content component, cause it is not listed in the URM ComponentWizard.
    Greetings
    Bodhy

    Hi Bodhy,
    Yes it does work with UCM 11g
    It is a little hidden but can be installed as follows
    Admin Server > Component Manager
    In the first paragraph click on the link to advanced component manager
    THen on the this page find the text
    "If you really wish to modify URM components from this page, please click _here_. " and click the link
    You should now find that the RelatedContent component can be enabled just for UCM.
    Please mark this one as answered (if it works of course) as it may well be useful to other people looking for this hidden feature!
    Tim

  • Unable to create Content Repository

    Hi All,
    We have installed SAP Content Server6.4 with MAXDB on windows server 2003 IIS6.0 successfuly.
    After that i have created content repositoy through OAC0 & Category through OACT. When we try to execute Create content repository through CSADMIN we are getting error
    HTTP error: 404 Not Found
    HTTP error: 500 (Internal Server Error)  "Co
    Z_CON_REP or Storage entry not defined"
    When we check the content server status it is showing the status running.
    << Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. >>
    Regards,
    Venu
    Edited by: Rob Burbank on Jan 26, 2011 4:15 PM

    You need to supply the "Key Store Location", "Key Store Password", "Private Key Alias" and "Private Key Password' to use socketssl.
    Also please make sure that the content server has enabled "Use SSL". You can configure it using the enterprise manager.

  • Unable to create table in Oracle EX 11g

    I am new user without any background to Db or SQL. Recently I have installed Orale EX 11g and was trying to create new tables using script menu. Please guide me further as I am unable to do it. Error is Invalid Identifier.

    I have installed Orale EX 11g and was trying to create new tables using script menu.
    Which "script menu" ? How can we help you if we don't know what you're doing exactly ?
    And please post the exact Oracle error code you get ("Invalid Identifier" is too generic).

  • Unable to create content area item for RDF-report

    According to white paper "Security tips in Oracle Reports Services (release 6i with Portal 3.0)" I'm trying to integrate an Oracle Reports 6i RDF-module in my portal.
    All goes well including running the report from de reports definition file.
    However, when I want to create an item in the content area referencing the report, the report-application is not visible in the lov Application Components. The only aplication component I'm offered is "PEOPLE_APP: People".
    Perhaps the following problems are related to this problem:
    1) When looking for applications in the Portal Navigator, the report-application is missing in the applications list. However, after using the Find...-option the application is shown. Should report-definitions been shown ?
    2) After installing rwwwvins.sql the package body WWV_RW_SB is invalid with errormessage "PLS-00306: wrong number or types of arguments in call to SET_SSO_SESSION".
    Can anybody help ?

    One problem solved...
    It appears that I should have stated the application as "Expose as Provider". After doing that the report appeared in the lov.
    Unfortunately one problem still remains. The package WWV_RW_SB has errors causing the parameterform to fail. I've rerun the rwwwvins-script but the package body stays invalid.

  • Workflow: content = 1meg? UCM 11g

    I want to create a workflow to notify approvers if an image being checked in is bigger than 1 meg. What is the best way to accomplish this?
    -I know there is a variable called dFileSize that stores the size of the file in kb, but this field is not an option in my criteria definition field selection.

    you can further define the entry criteria in the workflow step so something like
    <$if dFileSize > 100000 $>
    jump to notify user step (see the idoc Wf functions in the idocscript guide and the workflow admin guide for details)
    <$else$>
    go to approval step or exit
    <$endif$>
    you workflow steps may look like this
    entrystep (everthing goes in in that needs evaluation)
    notify users of size (with 0 approvers required, therefore users get the email but it exits by itself
    approval
    Alternatively you can modify the workflow email template to provide the dFileSize information in the field.

  • Unable to create iPod-playable h.264 files using Compressor

    I've been running some video compression work for iPod, and have been able to do "quick & dirty" exports to iPod via QuickTime Pro (standalone & from within FCP).
    To get more of a handle on the compression parameters than the default "Export to iPod" setting allows, I have had success using 3'rd party tools, and using customized settings in QuickTime Pro (most excellently discussed in Ken Stone's page here: http://www.kenstone.net/fcphomepage/video_to_ipodstone.html)
    So far so good: successfully creating iPod-friendly files that meet the requirements: http://www.apple.com/ipod/specs.html
    What I really want to do, though, is create a saved Compressor setting for setting up batches of iPod conversions, and so I don't have to hand-tweak each export in QT Pro.
    I am running current version of QT and Compressor, but CANNOT create MPEG 4/h.264 files that will load onto an iPod for the life of me.
    Here's how it goes down for some different Compressor settings, with their results:
    1.)
    File format: QT
    File extension: .mov
    Video: 320x240 15 fps MPEG-4 Video (note for those playing along at home that there is **no way** to specify h.264 nor "Baseline Low Complexity" in the Compressor dialog)
    Audio: AAC
    Result: a quick to encode, plain old MPEG4 file with only so-so quality that will load and play on an iPod
    2.)
    File format: QT
    File extension: .mov
    Video: 320x240 15fps h.264 (again: no way to select "Baseline Low Complexity" within Compressor)
    Audio: AAC
    Result: Slower to encode, higher quality and smaller file that will NOT load onto an iPod. Error in iTunes states that the file "cannot be played on this iPod"
    3.)
    File format MPEG4
    Extension: mp4
    Video: 320x240 15fps Basic (0) ISMA profile, Medium VBR. Note that there is no way to specify h.264
    Audio: 44.1/128 kbps
    Results: Same as in #1 above
    What I feel I have it boiled down to is that there is some weirdness in Compressor that doesn't connect to the QuickTime compression settings properly. Where you SHOULD be able to specifiy h.264 and Low complexity settings (as you can when using QT Pro) for an MPEG4 file, you cannot in Compressor. Similarly, when specifying h.264 in Compressor, there is no way to specifiy Baseline Low Complexity.
    Long post- sorry! I have tried many more iterations than are listed here. I'll spare everyone those, as the examples above I think illustrate my predicament.
    Anyone have any thoughts?
    Thanks-
    John

    OK.. first, thanks for the reply. Sort have had given up on finding an answer here and just checked back here yesterday. Lo and behold I do see the iPod setting on a newer machine- and started to look into why exactly it isn't on the main workstation here.
    Turns out that you don't get updates unless the software is registered. Maybe it's just me, but I never bother with product registations (until today I guess).
    So a word up to anyone else who does the same. You won't get FCP automatically updated unless you register.
    I assume after I update everything I should be AOK
    Also- I should have marked your reply as SOLVING my problem- but my first instinct was to say to myself "Of course I'm using current versions- what kind of jamoke does this guy think I am, anyway?" So, feeling very charitable, I marked your reply as merely helpful.
    And now I have to eat my words! Sorry about that. Guess you'll get good karma points somehow. Maybe I'll look into that some more while I'm downloading updates this AM.
    Thanks again!
    -John

  • How to create content based portlet in 10g using JCR Data Control.

    I have created a webecenter Application (portlet,content repository,jsf ) in jdeveloper 10.1.3.4.
    and created a DatacontrolRepository connection for conent server , so inside the data control pallette I get all the methods such as search, AdvancedSearch,getItems.
    Now I am trying to drop the getItems() method return value from JCR data control as a Table inside my JSR 168 standard portlet which i created.
    But I am not able to see any of the content in my portlet.
    If I drag the same method getItems() on to my jspx page ( inside my ViewController) its working as expected.
    Please guide me how can get the content on portlet.

    Hi,
    Thanks for your reply..but i already have this demo and it doesn't contain an example for a pie graph..if u know where i can find any example for a pie graph and how to pass data to it i would be so thankful
    Thanks again.
    Eyad Basheer

  • Unable to create publication item for remote database using db link

    The mobile repository is in instance A.
    I have to access and sync data from a table in remote database instance B.
    I have run the consolidator_rmt.sql script in instance B under schema_B. I have created a private fixed user db link in instance A under schema_A to access schema_B's tables. I then created a synonym test_B for table test_B in schema_B using the DB link.
    While creating publication item for test_B using MDW, the column list for test_B appears blank. Has anyone encountered this problem and what is the solution.
    Thanks for your help.
    Rosa.

    Hello Pruthvi ,
    See these threads
    Uninstalling MaxDB
    Work process Ended.
    Thanks
    Chandran

  • How to create pie charts in BIP 11g using .XSL?

    Hi,
    Requirement is to create a multi sheet excel output. Because of this. I am going the XSL way and not RTF.
    Now, I need to create pie charts using XSL as part of the output.
    * Is it possible to create pie charts in .XSL? If so, any pointers?
    * I tried some SVG coding by referencing the below link but not result:
    <http://www.svgopen.org/2003/papers/CreatingSVGPieChartsThroughWebService/index.html#S2.1>
    * I also created the required chart in RTF and tried to use the underlying XSL-FO code. Not sure if I have used it in the right way. Has anyone tried doing that?
    If you have any info, please share.
    Thanks,
    Divya

    One more point : I came across a link which talks about Bar charts using XSLT :
    http://www.roguewave.com/Portals/0/products/imsl-numerical-libraries/java-library/docs/5.0.1/chartpg/xml_xslt.html
    so, I am hoping, there is a way to do pie charts as well?
    Thanks,
    Divya

  • UCM 11g and Weblogic SQL Authenticator

    A bit lengthy question about UCM 11g using WLS Security providers for user authentication.
    There's a lot of stuff on the web about integrating UCM 11g with WLS AD/LDAP authenticators. However there's literally nothing about integrating it with SQL-based authenticators. Does it mean that using WLS's built-in providers other than AD/LDAP is not supported ?
    I tried configuring my Custom DBMS Authenticator - it works fine. I can see my users/groups and membership info read from the DB in WLS Admin Console. The users can even log in to the Content Server but their WLS groups are never mapped to UCM roles/accounts. I tried reordering the WLS authenticators so that the DBMS authenticator is at the top but this does not help. Does this mean that group -> role/account mapping works only with LDAP ?
    thanks in advance

    Hi Sirnath,
    Thanks for the prompt reply.
    I did another exercise and defined the contributor group in both the DefaultAuthenticator and the SQL Authenticator and created two users 'default' (int the DefaultAuthenticator) and 'sql' (in the SQL authenticator). Both users are members of the 'contributor' group (in the respective Authenticator). If I log in as either of the users they all have the proper principals/credentials set in the javax.security.auth.Subject instance (the 'contributor' is a principal and a credential in both cases). However UCM maps it to a role only for the 'default' user.
    Is it possible that the JPS provider somehow bypasses the javax.security.auth.Subject abstraction? Do you know of any related docs available online ?

Maybe you are looking for