Content Barrier X4 is not working.

FIX,My content Barrier does not respond. This started happening when i first installed it Any ideas? Thanks

Thank you for your report. Unfortunately, you don't give very much details about the situation. What is not working? What did you try to get it working? Did you remove the preference files, reboot or reinstall the software?
As this is also an issue which seems to do with Intego's software and not with Apple hardware, it might be a better idea to contact Intego to get support for your product.

Similar Messages

  • In content editing repeating regions not working Safari 6.05 and Google Chrome v30.0.1599.66 mac? No

    In content editing repeating regions not working Safari 6.05 and Google Chrome v30.0.1599.66 mac?
    Marquees not showing, works perfectly fine on PC IE 9.
    Can edit text put cannot duplicate regions?
    Can anyone advise? Not good if the client worjs on Mac.

    Marquees the HTML tag? It's the most hated HTML tag out there, most browsers removed it because it was such a pain to see in 1996 scrolling images and scrolling everything

  • Content Search Web Part not work for Office Web Apps

    Hi ,
    In Content Search Web Part word documents are not able to open in browser,but in document library  its working.
    Office Web Apps not work in Content search web part
    Please help me
    Regards
    Sachin

    Below is the display template to open the document in OWA.
    <html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"> 
    <head>
    <title>AdSpace Picture on top, 3 lines on bottom</title>
    <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden>
    <mso:ManagedPropertyMapping msdt:dt="string">&#39;Picture URL&#39;{Picture URL}:&#39;PublishingImage;PictureURL;PictureThumbnailURL&#39;,&#39;Link URL&#39;{Link URL}:&#39;Path&#39;,&#39;Line 1&#39;{Line
    1}:&#39;Title&#39;,&#39;Line 2&#39;{Line 2}:&#39;Description&#39;,&#39;Line 3&#39;{Line 3}:&#39;&#39;,&#39;FileExtension&#39;,&#39;SecondaryFileExtension&#39;,&#39;ContentTypeId&#39;,&#39;ServerRedirectedURL&#39;</mso:ManagedPropertyMapping>
    <mso:MasterPageDescription msdt:dt="string">This Item Display Template will show a 304x100 picture of the item on top. The title and the default item description will display to the bottom of the picture with an additional line that is available
    for a custom managed property.</mso:MasterPageDescription>
    <mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106603</mso:ContentTypeId>
    <mso:TargetControlType msdt:dt="string">;#Content Web Parts;#</mso:TargetControlType>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:_dlc_DocId msdt:dt="string">ZRMVMDDDEAE7-1-215</mso:_dlc_DocId>
    <mso:_dlc_DocIdItemGuid msdt:dt="string">583b0835-32ff-4d1c-983f-b6ff4a0ef956</mso:_dlc_DocIdItemGuid>
    <mso:_dlc_DocIdUrl msdt:dt="string">http://sp2013-dev-6:7000/sites/adspace/_layouts/15/DocIdRedir.aspx?ID=ZRMVMDDDEAE7-1-215, ZRMVMDDDEAE7-1-215</mso:_dlc_DocIdUrl>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">http://sp2013-dev-6:7000/sites/adspace/_catalogs/masterpage/Display Templates/Content Web Parts/Item_PictureOnTop.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
    </head>
    <body>
        <!--
                Warning: Do not try to add HTML to this section. Only the contents of the first <div>
                inside the <body> tag will be used while executing Display Template code. Any HTML that
                you add to this section will NOT become part of your Display Template.
        -->
        <script>
            $includeLanguageScript(this.url, "~sitecollection/_catalogs/masterpage/Display Templates/Language Files/{Locale}/CustomStrings.js");
        </script>
        <!--
            Use the div below to author your Display Template. Here are some things to keep in mind:
            * Surround any JavaScript logic as shown below using a "pound underscore" (#_ ... _#) token
            inside a comment.
            * Use the values assigned to your variables using an "underscore pound equals"
            (_#= ... =#_) token.
        -->
        <div id="Item_PictureOnTop">
    <!--#_
    var useWACUrl = !$isEmptyString(ctx.CurrentItem.ServerRedirectedURL);
            if(ctx.ScriptApplicationManager && ctx.ScriptApplicationManager.states){
                useWACUrl = (useWACUrl && !ctx.ScriptApplicationManager.states.openDocumentsInClient);
            var appAttribs = "";
            if(!useWACUrl)
                if (!$isEmptyString(ctx.CurrentItem.csr_OpenApp)) { appAttribs += "openApp=\"" + $htmlEncode(ctx.CurrentItem.csr_OpenApp) + "\"" }; 
                if (!$isEmptyString(ctx.CurrentItem.csr_OpenControl)) { appAttribs += " openControl=\"" + $htmlEncode(ctx.CurrentItem.csr_OpenControl) + "\"" };
            var url = ctx.CurrentItem.csr_Path;
         if($isEmptyString(url)){
                if(useWACUrl)
                    url = ctx.CurrentItem.ServerRedirectedURL;
                } else {
                    url = ctx.CurrentItem.Path;
    var encodedId = $htmlEncode(ctx.ClientControl.get_nextUniqueId() + "_pictureOnTop_");
    var linkURL = $getItemValue(ctx, "Link URL");
    linkURL.overrideValueRenderer($urlHtmlEncode);
     var iconURL = Srch.ContentBySearch.getIconSourceFromItem(ctx.CurrentItem);
    var line1 = $getItemValue(ctx, "Line 1");
    var setLineHeightRenderer = function(valueInfoObj)
        if(!$isNull(valueInfoObj) && !valueInfoObj.isEmpty)
            if(!$isNull(valueInfoObj.defaultValueRenderer))
                return valueInfoObj.defaultValueRenderer(valueInfoObj);
            else
                return valueInfoObj.toString();
        else
            return "&nbsp;";
    var line2 = $getItemValue(ctx, "Line 2");
    line2.overrideValueRenderer(setLineHeightRenderer);
    var line3 = $getItemValue(ctx, "Line 3");
    line3.overrideValueRenderer(setLineHeightRenderer);
    var pictureURL = $getItemValue(ctx, "Picture URL");
    var pictureId = encodedId + "picture";
    var pictureMarkup = Srch.ContentBySearch.getPictureMarkup(pictureURL, 304, 100, ctx.CurrentItem, "cbs-pictureOnTopImg", line1, pictureId);
    var containerId = encodedId + "container";
    var pictureLinkId = encodedId + "pictureLink";
    var pictureContainerId = encodedId + "pictureContainer";
    var dataContainerId = encodedId + "dataContainer";
    var line1LinkId = encodedId + "line1Link";
    var line1Id = encodedId + "line1";
    var line2Id = encodedId + "line2";
    var line3Id = encodedId + "line3";
     _#-->
            <div class="top-content-box" id="_#= containerId =#_" data-displaytemplate="ItemPictureOnTop">
                <div class="top-content-img" id="_#= pictureContainerId =#_">
                    <a class="cbs-pictureImgLink" href="_#= $urlHtmlEncode(url) =#_" title="_#= $htmlEncode(line1) =#_" target="_blank" id="_#= pictureLinkId =#_">
                        _#= pictureMarkup =#_
                    </a>
                </div>
                    <h3 id="_#= line1Id =#_"><a class="cbs-pictureOnTopLine1Link" target="_blank" href="_#= $urlHtmlEncode(url) =#_" title="_#= $htmlEncode(line1) =#_"
    id="_#= line1LinkId =#_"> _#= line1 =#_ </a></h3>      
                    <span class="content-date" title="_#= $htmlEncode(line2) =#_" id="_#= line2Id =#_"><img class="cbs-Thumbnail" src="_#= $urlHtmlEncode(iconURL) =#_"
    alt="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= pictureId =#_" />_#=line2=#_</span>                
            </div>
        </div>
    </body>
    </html>
    Basically,ctx.CurrentItem.ServerRedirectedURL is calculated by a managed property ServerRedirectedURL which needs to be included in the display template.
    Problem solved.
    Nehal Bhandari,ATL, Nagarro Softwares

  • SP2010 Designer workflow "Set Content Approval Status" does not work

    Hello
    I'm having a problem with a workflow for one of my clients.It is a SharePoint 2010 environment and I can only use SharePoint 2010 designer (no visual studio).
    We have an approval workflow in place, which works great. After the document approval workflow has does its thing, a new workflow can be launged by specific users (they have writing rights and can approve content). The workflow is used to set the release
    date of the document. This can only be determined after content approval.
    However, when the release date is set, the document approval status is changed to concept. This is of course to be expected, as we changed to document metadata. That is why I wanted to add the action "Set content approval" to this workflow. I cannot
    seem to get this action to work. Right now the workflow does the following:
    check out the document (check out is obligatory in our library)
    set the release date field to the released date parameter (defined when starting the workflow)
    check in the document
    set content approval to approved.
    The release date gets set to the parameter value, but the document is not checked in and the content approval status is not set. SharePoint produces the following error message (translated from Dutch): "An error occured. Cannot edit the item, possibly
    because one or more columns require another type of content. Unknown error."
    Guided by other posts online I gathered that this might be because the actions checkin and set content approval occur to close together. I tried letting the workflow pause for the duration of 1 minute after checking in, but this pauses the workflow indefinitely.
    I then tried 5 minutes (as this is the time standard set by SP2010 designer) but this also resulted in indefinite pausing.
    Posts online lead me to believe that I'm not the only suffering from this problem, but as of yet, I haven't been able to find a solution that works for me. Hopefully someone can help me.

    Hi,
    According to your post, my understanding is that the "Set Content Approval Status" didn’t work in SharePoint 2010 Designer workflow.
    I try to reproduce the issue and the result is the same as yours.
    If I only check out and check in the item, the workflow works well.
    However, once I set Content Approval Status after checking in the item, the workflow get error.
    As a workaround, I recommend to use two workflow to achieve what you want.
    First, create the first workflow, and allow the workflow to be manually started.
    Then, create the second workflow, and
    start the workflow automatically when an item is changed.
    When you start the first workflow, the document will be set value of the release date. And then the second workflow will be started automatically to set the content approval status.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Rule for searching the contents of mail is not working

    HI, I have three Exchange servers in the cluster,the transport
    rule does not work on one of three,for inspect
    content .
    ConfigurationServer.xml copied from another server
    does not solve the problem. Everything
    is installed on drive c:
    Transport engine failed to evaluate condition due to Filtering Service error. The rule is configured to ignore errors. Details: 'Organization: '' Message ID '12cf0363-d57e-43ed-8334-50b37254c002@EXNOD04....'
    Rule ID 'c5b8afcc-0696-414d-bd6c-d8be2db32937' Predicate '' Action ''. FilteringServiceFailureException Error: Microsoft.Exchange.MessagingPolicies.Rules.FilteringServiceFailureException: FIPS text extraction failed with error: 'Scanning Process caught exception:
    Stream ID: 12cf0363-d57e-43ed-8334-50b37254c002@EXNOD04....
    ScanID: {9B210F83-175B-4E73-99D7-F60882F943ED}
    (0x84004003) Unknown error 2214608899.  Unable to reserve MSAM for file parsing - the engine is permanently offline'. See inner exception for details ---> Microsoft.Filtering.BiasException: Scanning Process caught exception:
    Stream ID:
    12cf0363-d57e-43ed-8334-50b37254c002@EXNOD04......
    ScanID: {9B210F83-175B-4E73-99D7-F60882F943ED}
    (0x84004003) Unknown error 2214608899.  Unable to reserve MSAM for file parsing - the engine is permanently offline
       at Microsoft.Filtering.InteropUtils.ThrowPostScanErrorAsFilteringException(WSM_ReturnCode code, String message)
       at Microsoft.Filtering.FilteringService.EndScan(IAsyncResult ar)
       at Microsoft.Filtering.FipsDataStreamFilteringService.EndScan(IAsyncResult ar)
       at Microsoft.Exchange.MessagingPolicies.Rules.UnifiedContentServiceInvoker.TextExtractionComplete(IFipsDataStreamFilteringService textExtractionService, TextExtractionCompleteCallback textExtractionCompleteCallback, IAsyncResult asyncResult)
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.MessagingPolicies.Rules.UnifiedContentServiceInvoker.GetUnifiedContentResults(FilteringServiceInvokerRequest filteringServiceInvokerRequest)
       at Microsoft.Exchange.MessagingPolicies.Rules.MailMessage.get_BodyContent()
       at Microsoft.Exchange.MessagingPolicies.Rules.MessageBodies.Microsoft.Exchange.MessagingPolicies.Rules.IContent.Matches(MultiMatcher matcher, RulesEvaluationContext context)
       at Microsoft.Exchange.MessagingPolicies.Rules.TextMatchingPredicate.Evaluate(RulesEvaluationContext context)
       at Microsoft.Exchange.MessagingPolicies.Rules.OrCondition.Evaluate(RulesEvaluationContext context)
       at Microsoft.Exchange.MessagingPolicies.Rules.AndCondition.Evaluate(RulesEvaluationContext context)
       at Microsoft.Exchange.MessagingPolicies.Rules.RulesEvaluator.EvaluateCondition(Condition condition, RulesEvaluationContext evaluationContext)
    at Microsoft.Exchange.MessagingPolicies.Rules.TransportRulesEvaluator.EvaluateCondition(Condition condition, RulesEvaluationContext evaluationContext). Message-Id:12cf0363-d57e-43ed-8334-50b37254c002@EXNOD04....'
    and second Event:
    A FIP-FS Scan process returned error 0x84004003 PID: 32180 Msg: Scanning Process caught exception:
    Stream ID: 12cf0363-d57e-43ed-8334-50b37254c002@EXNOD04....
    ScanID: {9B210F83-175B-4E73-99D7-F60882F943ED}
    (0x84004003) Unknown error 2214608899.  Unable to reserve MSAM for file parsing - the engine is permanently offline ID: {9b210f83-175b-4e73-99d7-f60882f943ed}
    Thank you for your feedback 
     Jan

    Hi Jan,
    From the error description, the issue should be related to network service permission for bin directory. I recommend you gave full control for network service for the bin folder and check the result.
    Hope this can be helpful to you.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • Content search webpart sorting not working

    Using the Content Search webpart I have created a query that rollsup all the subsites of a particular path, which is working well. However, I have tried sorting using he sort by term SPSiteURL, unfortunatly that is not working. Does anyone have any idea
    what I am doing wrong.
    davidh

    Hi Cameron,
    Thanks for the reply. I find that hard to accept becuase I can get the same webpart to sort like I want it to at our SharePoint Online sites, granted the sorting feature is in a diferent location within the edit webpart dialog but still basically the same
    feature. Also, I would think that the SPSiteURL sort term does and should include the entire URL, which is unique to each site, which means that it should sort on the entire URL.
    I think that it is reasonable to expect to be able to achieve this in some manner, maybe not the way I am trying to do it, but I have to think I am not the first person to want to present the results of subsites sorted alpha-numerically.
    Thanks,
    davidh

  • Country Version Content Library link is not working.

    Hello All,
    For country specific base line configuration i used to use documents provided in http://help.sap.com/bp_bl604/BL_DE/html/Content_Library_BL_EN_DE.htm
    For past few days this link is not working. Does anyone have any idea, why this link is not working? Or is there any other link available which i am not aware of.
    I have tried searching google and couldn't find answer.
    Regards,
    Amol

    Hello All,
    For country specific base line configuration i used to use documents provided in http://help.sap.com/bp_bl604/BL_DE/html/Content_Library_BL_EN_DE.htm
    For past few days this link is not working. Does anyone have any idea, why this link is not working? Or is there any other link available which i am not aware of.
    I have tried searching google and couldn't find answer.
    Regards,
    Amol

  • SAP GUI Java 7.10 rev 5: Copy cells content from ALV does not work (OSX)

    Hi all,
    I'm trying rev 5 for OSX. ALV aesthetics is really great but: copy cells content is not possible anymore.
    Nothing happens with command+C.
    I cannot copy anymore just a part of the cell content.
    Trying all possible key combinations, something is copied with Ctrl+C. When I paste it, the pasted content is something like this:
    (0100),RID(),CID(),RIDN(0),E(true),RO(false),CTL(-1)     (0000012338),RID(),CID(),RIDN(0),E(true),RO(false),CTL(-1)     (),RID(),CID(),RIDN(0),E(true),RO(false),CTL(-1)     (),RID(),CID(),RIDN(0),E(true),RO(false),CTL(-1)     (),RID(),CID(),RIDN(0),E(true),RO(false),CTL(-1)     (),RID(),CID(),RIDN(0),E(true),RO(false),CTL(-1)
    where "0000012338" is the content I wanted to copy.
    Any suggestion?
    Thanks,
    Lorenzo

    Hello Lorenzo,
    thanks for the feedback. We are working on it and if all goes well, a solution will be provided with 7.10 rev 6.
    Best regards
    Rolf-Martin

  • Variable contents inside "EXECUTE IMMEDIATE" not working properly.

    Hello,
    I have the following package:
    CREATE OR REPLACE PACKAGE "BACKUP"."PKG_BACKUP"
    IS
    PROCEDURE BACKUP_TABLE (TABLE_NAME IN VARCHAR);
    END PKG_BACKUP;
    CREATE OR REPLACE PACKAGE BODY "BACKUP"."PKG_BACKUP"
    IS
    PROCEDURE BACKUP_TABLE (TABLE_NAME IN VARCHAR) IS
    MYDATE VARCHAR(10);
    BEGIN
    MYDATE := to_char(sysdate,'YYYYMMDD');
    DBMS_OUTPUT.PUT_LINE(' Backing up '||TABLE_NAME||' table...');
    EXECUTE IMMEDIATE 'CREATE TABLE "BACKUP"."'||TABLE_NAME||'_'||MYDATE||'" AS SELECT * FROM "MYSCHEMA"."'||TABLE_NAME||'" COMPRESSED';
    END backup_table;
    END "PKG_BACKUP";
    /However, every time I execute it I get the following error:
    SQL&gt; exec BACKUP.PKG_BACKUP.BACKUP_TABLE('POOL');
    ** Backing up POOL table...*
    BEGIN BACKUP.PKG_BACKUP.BACKUP_TABLE('POOL'); END;
    ERROR at line 1:
    ORA-00942: table or view does not exist
    *ORA-06512: at "BACKUP.PKG_BACKUP
    ", line 9*
    *ORA-06512: at line 1*
    Table does exist and user executing the statement has the proper privileges (i've even executed the contents of "execute immediate" by hand and it works fine)
    What am I missing?
    Thanks in advance.

    SQL> CREATE OR REPLACE PACKAGE pkg_backup AUTHID CURRENT_USER
      2  IS
      3     PROCEDURE backup_table (table_name IN VARCHAR);
      4  END pkg_backup;
      5  /
    Package created.
    SQL> CREATE OR REPLACE PACKAGE BODY PKG_BACKUP
      2  IS
      3     PROCEDURE backup_table (table_name IN VARCHAR)
      4     IS
      5        mydate   VARCHAR (10);
      6     BEGIN
      7        mydate := TO_CHAR (SYSDATE, 'YYYYMMDD');
      8        DBMS_OUTPUT.put_line (' Backing up ' || table_name || ' table...');
      9 
    10        EXECUTE IMMEDIATE 'CREATE TABLE BACKUP'||table_name||'_'||mydate||' AS SELECT * FROM '|| table_name || ' COMPRESSED';
    11     END backup_table;
    12  END PKG_BACKUP;
    13  /
    Package body created.
    SQL> EXEC PKG_BACKUP.backup_table('EMP');
    Backing up EMP table...
    PL/SQL procedure successfully completed.
    SQL> SELECT * FROM BACKUPEMP_20090130;
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
          7369 SMITH      CLERK           7902 17-DEC-80        800                    20
          7499 ALLEN      SALESMAN        7698 20-FEB-81       1600        300         30
          7521 WARD       SALESMAN        7698 22-FEB-81       1250        500         30
          7566 JONES      MANAGER         7839 02-APR-81       2975                    20
          7654 MARTIN     SALESMAN        7698 28-SEP-81       1250       1400         30
          7698 BLAKE      MANAGER         7839 01-MAY-81       2850                    30
          7782 CLARK      MANAGER         7839 09-JUN-81       2450                    10
          7788 SCOTT      ANALYST         7566 09-DEC-82       3000                    20
          7839 KING       PRESIDENT            17-NOV-81       5000                    10
          7844 TURNER     SALESMAN        7698 08-SEP-81       1500          0         30
          7876 ADAMS      CLERK           7788 12-JAN-83       1100                    20
          7900 JAMES      CLERK           7698 03-DEC-81        950                    30
          7902 FORD       ANALYST         7566 03-DEC-81       3000                    20
          7934 MILLER     CLERK           7782 23-JAN-82       1300                    10
    14 rows selected.Edited by: user10594152 on Jan 30, 2009 5:18 PM
    Edited by: user10594152 on Jan 30, 2009 5:19 PM

  • Content Presenter browse button not working in 11.1.1.8

    It is working in 11.1.1.7 but not in 11.1.1.8 .Please help ??
    <oracle.adf.view.rich.component.fragment.UIXRegion> <ADF_FACES-00009> <Error processing viewId: /content-presenter-wizard/folderResults URI: /oracle/webcenter/doclib/view/jsf/taskflows/presenter/contentsOfFolder.jsff actual-URI: /oracle/webcenter/doclib/view/jsf/taskflows/presenter/contentsOfFolder.jsff.
    javax.el.ELException: java.lang.NullPointerException
      at javax.el.BeanELResolver.getValue(BeanELResolver.java:298)
      at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
      at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
      at com.sun.el.parser.AstValue.getValue(AstValue.java:138)
    and further
    java.lang.NullPointerException
      at oracle.webcenter.doclib.internal.model.DocumentDescriptorFilters$NodeDataObject.get(DocumentDescriptorFilters.java:124)
      at oracle.webcenter.doclib.internal.model.DocumentDescriptorFilters$NodeDataObject.get(DocumentDescriptorFilters.java:64)
      at oracle.webcenter.doclib.internal.model.UCMMetadataDocDescFilter.filterOnRead(UCMMetadataDocDescFilter.java:66)
      at oracle.webcenter.doclib.internal.model.DocumentDescriptorFilters.filterOnRead(DocumentDescriptorFilters.java:46)
      at oracle.webcenter.doclib.internal.model.DocumentDescriptorFilters.filterOnRead(DocumentDescriptorFilters.java:61)
      at oracle.webcenter.doclib.internal.model.DocumentDescriptorImpl.<init>(DocumentDescriptorImpl.java:331)
      at oracle.webcenter.doclib.internal.view.AbstractItemBean.<init>(AbstractItemBean.java:71)
      at oracle.webcenter.doclib.internal.view.VCRMainViewItemBean.<init>(VCRMainViewItemBean.java:53)
      at oracle.webcenter.doclib.internal.view.VCRRepositoryLogic.createMainViewItemBean(VCRRepositoryLogic.java:1094)
      at oracle.webcenter.doclib.internal.view.VCRRepositoryLogic.getItemByPath(VCRRepositoryLogic.java:687)
      at oracle.webcenter.doclib.internal.view.VCRRepositoryLogic.resolvePath(VCRRepositoryLogic.java:978)
      at oracle.webcenter.doclib.internal.view.backing.DocPickerBean$ConnectionInfo.getCurrentFolder(DocPickerBean.java:822)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at javax.el.BeanELResolver.getValue(BeanELResolver.java:293)
      at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
      at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
      at com.sun.el.parser.AstValue.getValue(AstValue.java:138)
      at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:206)
      at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68)
      at oracle.adfinternal.view.faces.renderkit.rich.ImageRenderer.getSource(ImageRenderer.java:252)
      at oracle.adfinternal.view.faces.renderkit.rich.ImageRenderer.renderAllRootAttributes(ImageRenderer.java:145)
      at oracle.adfinternal.view.faces.renderkit.rich.ImageRenderer.encodeAll(ImageRenderer.java:121)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1432)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:422)
      at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2788)
      at oracle.adfinternal.view.faces.renderkit.rich.GroupedBarRenderer.encodeChild(GroupedBarRenderer.java:137)
      at oracle.adfinternal.view.faces.renderkit.rich.GroupedBarRenderer$EncoderCallback.processComponent(GroupedBarRenderer.java:333)
      at oracle.adfinternal.view.faces.renderkit.rich.GroupedBarRenderer$EncoderCallback.processComponent(GroupedBarRenderer.java:303)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
      at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
      at oracle.adfinternal.view.faces.renderkit.rich.GroupedBarRenderer.encodeAllChildren(GroupedBarRenderer.java:94)
      at oracle.adfinternal.view.faces.renderkit.rich.ToolbarRenderer.encodeAll(ToolbarRenderer.java:212)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1432)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:422)
      at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2788)
      at oracle.adfinternal.view.faces.renderkit.rich.ToolboxRenderer.access$000(ToolboxRenderer.java:26)
      at oracle.adfinternal.view.faces.renderkit.rich.ToolboxRenderer$EncoderCallback.processComponent(ToolboxRenderer.java:397)
      at oracle.adfinternal.view.faces.renderkit.rich.ToolboxRenderer$EncoderCallback.processComponent(ToolboxRenderer.java:357)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
      at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
      at oracle.adfinternal.view.faces.renderkit.rich.ToolboxRenderer.encodeAll(ToolboxRenderer.java:106)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1432)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:422)
      at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2788)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeTopFacet(PanelStretchLayoutRenderer.java:781)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeHorizontalPane(PanelStretchLayoutRenderer.java:1255)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:298)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1432)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)

    Hi,
    can you please check the version of extension you are using in JDEV and check whether it is compatible with your version of Portal.
    To check the version of WCP and extensions,you can make use of below document.
    How to Get the WebCenter Spaces/Portal Version and List of Installed Patches? (Doc ID 1053606.1)
    Regards
    Sreedhar

  • Update content type in list not working

    My list content type is not getting updated.
    I have a content type defined in a feature. I have created a new column and updated the feature definition and reactivated the feature.  I have also written powershell to check and update the content type with the new column.  The content type
    gets updated but not at the list level.  The powershell looks like this:
    Function UpdateContentType($contentType, $fieldLink)
    if ($contentType.FieldLinks[$fieldLink.Name] -eq $null)
    Write-Host Adding Field to content type
    $contentType.FieldLinks.Add($fieldLink)
    $contentType.Update($true)
    I thought the Update method was supposed to push the changes down, but it doesn't seem to be working.  This code does work in a different environment so I'm not what is going on.
    Caroline

    You will need to updated the list also, after updating the content type
    This is sample code how you update list which is using the Content Type.
    IList<SPContentTypeUsage> usage = SPContentTypeUsage.GetUsages(newsCT);
    foreach (SPContentTypeUsage item in usage)
    if (item.IsUrlToList)
    SPList list = rootWeb.GetList(item.Url);
    if (!list.Fields.ContainsField(firstName.InternalName))
    list.Fields.Add(firstName);
    list.Update();
    more information you can check at this link
    get2pallav
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • Room content search in Collaboration not working

    Hi,
    I have created one collaboration room, it has documents and discussions. I have configured the indexing for the room. Now i am using the Search Room iview in collaboration for those particular room to search the discussion forum, it is working fine, but problem in searching the documents inside the room which gives result as 'file not found'.
    But i am using Tool Area Search Option for searching the same content,it will display the files.
    I followed the steps to create and configure the index.
    System Administration --> System Configuration --> KM --> Index Administration --> create the index for those rooms.
    I have set Datasource to "room_extension" in the index and "collaboration" folder for discussion search. please let me know if I miss anything.
    Thanks in Advance..
    Prakash.

    Prakash,
      Which template have you used for room creation- SAP std
    or custom ? if custom think you may have to map iview
    parameters properly for the search iview too.
    It needs the following : RoomStructureRid = roomstructure_rid.
    Also cross check the steps with this url
    http://help.sap.com/saphelp_nw04/helpdata/en/8c/d79e420fc40b31e10000000a1550b0/content.htm
    Points are welcome if this helps
    Regards
    Vineeth

  • Sparsebundle corrupt but can see its contents? TimeMachine restore not working... : (

    Hi - this may be old hat, but I didn't see this specific case covered in prior threads:
    - My (friend's) TimeMachine backup sparsebundle is corrupt (or at least, not mountable)
       -- Meaning that when I try to use DiskUtility to repair the disk, no go
       -- fsck_hfs doesn't work
    - Finder tells me the Macintosh.sparsebundle is about 43GB
    - I can still see the bundle's content through OSX command line (see below)
    - The sparsebundles are outside of the Backups.backupdb folder (see below)
    - I can cat all of the files inside the sparsebundle (although I haven't checked all of the band files... not sure if that would error on a corrupt band file, anyway)
    Some background:
    - The original TimeMachine files were created on a NAS
    - We're now accessing the files on a USB-attached device
    - The original machine - a MacBook Air - was running Lion OSX Server (don't ask...)
    - Said MBA was stolen & is not available
    - So.... this is a perfect storm of events - any help is much appreciated.
    Wondering if there's any way to create a sparsebundle volume & then copy all of these files that I can see to the new sparsebundle volume.
    I have yet to try any Mac-specific recovery tools.
    Here is some possibly relevant terminal info:
    Jeffs-MacBook-Pro:TimeMachine jeffme$ ls -la
    total 32
    drwxr-xr-x  12 jeffme  staff    476 Nov  7 18:20 .
    drwxr-xr-x   7 jeffme  staff    272 Nov 13 13:03 ..
    drwxr-xr-x   2 jeffme  staff    408 Nov  7 13:35 .AppleDB
    drwxr-xr-x   2 jeffme  staff    102 Nov  7 13:35 .AppleDesktop
    drwxr-xr-x   2 jeffme  staff    170 Nov  7 13:35 .AppleDouble
    -rwxr-xr-x   1 jeffme  staff  12292 Nov  2 18:13 .DS_Store
    drwxr-xr-x   4 jeffme  staff    136 Nov  7 18:20 .TemporaryItems
    -rwxr-xr-x   1 jeffme  staff      0 Sep 10 20:29 .backup
    drwxr-xr-x   3 jeffme  staff    102 Nov  7 17:23 Backups.backupdb
    drwxr-xr-x   4 jeffme  staff    204 Nov  7 18:20 Desktop
    drwxr-xr-x   4 jeffme  staff    374 Nov  7 17:23 Macintosh.sparsebundle
    drwxr-xr-x   3 jeffme  staff    102 Nov  7 18:20 Network Trash Folder
    drwxr-xr-x   3 jeffme  staff    102 Nov  7 13:35 Temporary Items
    drwxr-xr-x   4 jeffme  staff    238 Nov  7 17:23 lori’s MacBook Air.tmp.sparsebundle
    Jeffs-MacBook-Pro:TimeMachine jeffme$ ls -la Macintosh.sparsebundle/
    total 56
    drwxr-xr-x   4 jeffme  staff     374 Nov  7 17:23 .
    drwxr-xr-x  12 jeffme  staff     476 Nov  7 18:20 ..
    drwxr-xr-x   2 jeffme  staff     340 Nov  7 13:35 .AppleDouble
    -rwxr-xr-x   1 jeffme  staff     500 Oct  9 15:51 Info.bckup
    -rwxr-xr-x   1 jeffme  staff     500 Oct  9 15:51 Info.plist
    drwxr-xr-x   2 jeffme  staff  352512 Nov  7 17:23 bands
    -rwxr-xr-x   1 jeffme  staff     445 Nov  1 17:23 com.apple.TimeMachine.MachineID.bckup
    -rwxr-xr-x   1 jeffme  staff     445 Nov  1 17:23 com.apple.TimeMachine.MachineID.plist
    -rwxr-xr-x   1 jeffme  staff    1512 Nov  1 16:32 com.apple.TimeMachine.Results.plist
    -rwxr-xr-x   1 jeffme  staff    7002 Nov  1 16:32 com.apple.TimeMachine.SnapshotHistory.plist
    -rwxr-xr-x   1 jeffme  staff       0 Oct  9 15:51 token
    Jeffs-MacBook-Pro:TimeMachine jeffme$ hdiutil attach -noverify -nomount Macintosh.sparsebundle/
    /dev/disk2                                                  
    Jeffs-MacBook-Pro:TimeMachine jeffme$
    Jeffs-MacBook-Pro:TimeMachine jeffme$
    Jeffs-MacBook-Pro:TimeMachine jeffme$ mount /dev/disk2
    mount: /dev/disk2: unknown special file or file system.
    Jeffs-MacBook-Pro:TimeMachine jeffme$ diskutil info /dev/disk2
       Device Identifier:        disk2
       Device Node:              /dev/disk2
       Part of Whole:            disk2
       Device / Media Name:      Apple sparse bundle disk image Media
       Volume Name:              Not applicable (no file system)
       Mounted:                  Not applicable (no file system)
       File System:              None
       Content (IOContent):      None
       OS Can Be Installed:      No
       Media Type:               Generic
       Protocol:                 Disk Image
       SMART Status:             Not Supported
       Total Size:               2.0 TB (1987941040128 Bytes) (exactly 3882697344 512-Byte-Blocks)
       Volume Free Space:        Not applicable (no file system)
       Device Block Size:        512 Bytes
       Read-Only Media:          No
       Read-Only Volume:         Not applicable (no file system)
       Ejectable:                Yes
       Whole:                    Yes
       Internal:                 No
       OS 9 Drivers:             No
       Low Level Format:         Not supported
    Thanks in advance for any help!
    - Jeff

    Hi SKS -
    Thanks for that link - I actually referenced some of the steps in that page without mentioning its URL.
    The key problem there is that this step:
    chflags -R nouchg /Volumes/{name of your network share}/{name of}.sparsebundle
    yields nothing - no response.
    Then, the next step:
    hdiutil attach -nomount -noverify -noautofsck /Volumes/{name of your network share/{name of}.sparsebundle
    Gives me:
    /dev/diskx
    Instead of something like this:
    /dev/diskx Apple_partition_scheme
    /dev/diskxs1 Apple_partition_map
    /dev/diskxs2 Apple_HFSX
    So... it's definitely a little crazy messed up.
    instead of:

  • Pdf content in other programs not working?

    I've tried searching, but was not able to find much, so apologies if this has been discussed already.
    Created an interactive pdf out of Indesign. Then, in Acrobat, added some web links around words, some around art. The links around text are underlined. Imported art (.pngs) that could be clicked (mouse over, up, down). Some basic stuff, nothing really fancy.
    In acrobat and reader, it's all peachy. Everything looks and prints nice, and all links work. In Mozilla, the underlined words now have rectangles, and the imported art has no link, no mouse up/down look. In Foxit, the text links are fine, but the imported art looks washed out. In Internet Explorer, everything looks and works exactly as it should. Is there a check box I'm missing to make pdfs work universally in products, or should I put a notice that it is best viewed in Reader or IE? I know that not all programs are the same, and some people have their preferences set differently that what I may have.
    Thank you.

    By the way, do not ever save an interactive PDF with Preview and distribute it. Only work with the document within Acrobat. Preview causes all sorts of corruption. If you did save with Preview, don't bother trying to edit it in Acrobat and instead start from scratch if you don't have a copy as it was before it was saved with Preview.

  • File content conversion Document offset not working?

    hi All,
    I have a flat file which i need to convert into an xml using content conversion.
    The document consists of 18 lines as shown below:-
    #HEADER_ARCDLX3098   OMD.I.170 0000000000000002#HEADERFECHADOC A 8
    HEADER A 25
    CLAMOVIM A 3
    MOTIVMOV N 4
    CENTRO A 4
    DEPOSITO A 4
    PROVEED A 10
    DEPRECEP A 4
    MATERIAL A 18
    CANTIDAD N 13
    UNMEDIDA A 3
    FLAGDEIMPRESION A 1
    TRANSPORTISTA A 12
    CHOFERPATENTE A 50
    CENTRORECEPTOR A 4
    MATERIALRECIBIDO A 18
    NUMERWMS A 16
    #DATA10521000          12345678            12210521000          12345678            12210521000          12345678            122#EOF
    the first 17 lines are to be ignored. And only the 18th line to  be taken.
    The 18th line however, contains multiple records based on fixed field length.
    For example the above example contains 3 records - "10521000          12345678            122" , "10521000          12345678            122" and "10521000          12345678            122".
    I tried to do a content conversion with document offset. However, it doesnt seem to work. There is no error and the xml is created without ignoring the first 17 lines.
    xml.documentOffset
    17
    this is what is given in the content conversion.
    Please help.
    thnx,
    Ninu

    Hi,
    Under Document Offset parameter, specify the number of lines(in ur case its 17) that are to be ignored at the beginning of the document.
    This enables you to skip comment lines or column names during processing.
    This should work. check the below link:
    http://help.sap.com/saphelp_nwpi711/helpdata/en/44/6713ec3f914ddee10000000a1553f7/frameset.htm

Maybe you are looking for

  • BAPI_GOODSMVT_CREATE Error 036

    Hi, I didn´t found any solution with this problem, even with search function and in google ;). I am using BAPI BAPI_GOODSMVT_CREATE for posting GR on PO and I allways get the error: can´t post GR for purchasing order 5012134. If I execute the BAPI wi

  • IPhone 4S to iPad 2 - Settings won't transfer.

    I used my iPhone 4S backup from iCloud to set up my new iPad, but none of the settings, contents, or game data transferred over. How do I get EVERYTHING to transfer? All my apps are set up individually I stead of grouped in folders. And none of my co

  • Jmf connection to streaming server

    Hi can anybody please explain how i can use jmfs rtsp/rtp to connect to darwin streaming server . I have read this is posible but cant find anyinformation on how. Thanks any help will be very helpfull...

  • Long fields used in BAPI

    Hi. I have to create a custom BAPI which has one import field as string type. because BAPI doesnt support string data type, I have changed it to char2048 which is giving warning. Ignoring it, when I try releasing it in transaction SWO1, its throwing

  • Performance manager x xcelcius

    We know that the xcelcius and the Performance Manager has similar features, and we know that scarcely Bo will continue with the two products, would like to know the bet you on the two products, who will be? The company where work the pm and is willin