SiteStudio fragment error Unknown fragment snippet

Hi after i made copy and edit for a fragment and after placing in on my page its giving this error "Unknown fragment snippet" in Design while in preview mode it display what I want without any error anybody faced this before please mention.

Hi
I did the following steps :
1-right click on the fragment called copy right and I chose copy and edit
2- I set name=testCopyRight language=idoc type=other and id=testCopyright and click ok
3-after I clicked ok a window will come that contain the text called "Copyright © Stellent Inc. 1999-2003" I closed this window.Now it asked you "Do you want to save " I clicked yes
4-after I clicked yes a window appeared that contain the exsisting fragments or you can create a new one I created a new one and I set its ID to xyzFragmentlib its security group to public and I make sure that I choose the website that I am working on in the metadata field called "Website" and I wrote a title "xyzfrag" and I chose a content type "xyz_Fragments".
After I finished I standed on the page"where I want to place your fragment " then I went to the Other Fragments tray on the left and I click on testCopyRight fragment then I went to preview mode and it works but still in the design its giving me this error "Unknown fragment snippet"

Similar Messages

  • Use SiteStudio Fragments in Webcenter

    Hi,
    according to this post it is possible to use SiteStudio fragments in Webcenter Portal.
    Re: UCM placeholders/sites in WebCenter
    But according to the Oracle documentation it is only possible to use Site Studio region definitions-based content.
    http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_content_intro.htm#CHDJEHDA
    Can someone please give me further information on this.
    Thx
    Tobi

    Hi Tobi,
    first of all, I'm afraid you walk a path not trodden often before, if ever. So, all results are not guaranteed.
    Nevertheless, the idea is not to create "a different Webcenter Portal application", but rather create an app which is both WebCenter Portal and SSXA application. I guess you are probably familiar with how to create a WebCenter Portal App (if not, here is a good starting point: http://docs.oracle.com/cd/E21764_01/webcenter.1111/e10273/toc.htm ) Now, to make it also a SSXA app, you will have to add SSXA (Site Studio) as an additional Project Technology (see http://docs.oracle.com/cd/E21764_01/webcenter.1111/e10273/createapp.htm#CCHEGDIC , figure 3-5).
    What could go wrong? I have read somewhere that Ctrl - Shift - C (entering contributor's mode) does not work well in WebCenter Portal Apps (assumptions were that there was some javascript conflict). Personally, I see no reason why fragments should not work, but you won't know until you try.
    If the way above fails, you will need to "wrap" fragments to some higher-level object (region template, or even a region), which should be OK.
    P.S. are you in any relation with Josef Huber, ex-Stellent country lead in Germany?

  • Can't designate a fragment snippet as a reference include in Site Studio

    I would like to designate fragment snippets as included by reference, but the reference option isn't appearing in the include dropdown in the fragment editor. Does anyone know why I would not be able to see the reference option? I only get the simple and inline options.
    Thanks!

    Yes, it does matter but I have no experience with fragments in ASP and do not know whether these can get included using the reference methods.
    What about the example ASP fragments? Which include type is used for their snippets?

  • Crystal Reports 10 Error "Unknown Query Engine Error"

    Hi guys,
    after creating reports with crystal reports 2008 fails,because there's no 64-bit runtime version i try to develope my reports now with Crystal Reports 10 (ships with Visual Studio 2008).
    I've minimized the complexity to a minimum - a simple console application without SharePoint or something like that. Now i'm getting the error:
    "Unknown Query Engine Error"
    when i try to set the DataSource for my report. Of course i created a new report file with CR10 to avoid compatibility issues. Every Users has full permissions on the file system...
    I'm using the follwing Code Snippets, which are working fine for Crystal 2008 and don't threw an error while compiling in CR10.
    Schema.xsd:
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema id="XMLSchema1"
        targetNamespace="http://tempuri.org/XMLSchema1.xsd"
        elementFormDefault="qualified"
        xmlns="http://tempuri.org/XMLSchema1.xsd"
        xmlns:mstns="http://tempuri.org/XMLSchema1.xsd"
        xmlns:xs="http://www.w3.org/2001/XMLSchema"
    >
      <xs:element name="News">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Title" type="xs:string" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:schema>
    ConsoleApplication.cs:
                MyReport report = new MyReport();
                DataSet ds = new DataSet();
                DataTable t = new DataTable("News");
                DataColumn title = new DataColumn("Title");
                title.DataType = Type.GetType("System.String");
                t.Columns.Add(title);
                ds.Tables.Add(t);
                DataRow drDataRow;
                drDataRow = t.NewRow();
                drDataRow["Title"] = "My Title";
                t.Rows.Add(drDataRow);
                * //Error is thrown here*
                report.SetDataSource(ds);
                string filename = "C:\\report.pdf";
                report.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat,
                     new System.IO.FileInfo(filename).ToString());
    Does anyone have an advice: Do i miss a patch or hotfix? These problem frustrates me already, because i thought setting a datasource couldn't be such a problem...
    Thanks in Advance,
    Christian

    Resolution:
    This Version of Crystal Reports (Visual Studio 2008 .Net) doesn't want the crdb_adoplus.dll in the GAC. After i uninstall the *.dll the Console Application run without problems. For SharePoint you have to create a custom CAS which should look like this:
    <CodeGroup
                                  class="UnionCodeGroup"
                                  version="1"
                                  PermissionSetName="FullTrust"
                                  Name="Crystal_Strong_Name"
                                  Description="This code group grants code signed with the Crystal Reports strong name full trust. ">
                                <IMembershipCondition class="StrongNameMembershipCondition"
                                                      version="1"
                                                      PublicKeyBlob="0024000004800000940000000602000000240000525341310004000001000100f1191170c753924fe8b624c15216d8d4869e4f37d0e7941b77c05c67ba0662a7ad9099e1041739a3b1f33255c4f8c878649a558b7aaef8e08c7ce3edc2275cbda2608381813fc038db8e5792a729658c59e73121691f22197aa92c7e715d7dfdbb2730b037ccdfcd2708fbfc8c9a1a60be50c635975afce4e4b1e3e12613cfc2"
                                                      />
    Well - CR drives me crazy
    Edited by: C.Kaiser on Oct 14, 2010 4:36 PM

  • File Error:Unknown File.

    I am getting a "File Error:Unknown file" when i try and save my project. So i am not able to save any changes i make to my project. any thoughts?

    Try FILE>Save Project As.
    does that work?
    Shane

  • "File error: unknown file" upon movie import

    Got a DVD. Extracted the footage with Mac the ripper. Created an mp4 file with Handbrake. It plays fine in Quicktime at 720 by 480 and 23.98 FPS. I've tried importing it into FCP and I get the error, "File error: unknown file". FCP sequence presents are 24 FPS...I've also tried switching it to 23.98 FPS. I've re-encoded the movie in Quicktime to a .mov file with "DV/DVCPRO - NTSC" compression and it still will not import. Any suggestions?

    Tried making an AVI in Handbrake. Handbrake just froze everytime and it would never finish.
    I should also note that FFMpeg did not like the footage either and would not convert it to a file of any kind.
    So I put the DVD into a consumer DVD player and used my Panasonic DVX100B camera to record the footage in VCR mode. The tape turned out fine.
    BUT...
    I am trying to capture the footage from another low end Canon camera. Usually there is no problem. However, with this particular footage from this cursed DVD, I get a "general error" when I try to capture the footage in FCP.
    No matter what file format or media is used, this footage will not import into FCP. It must be watermarked to not like FCP.
    Any further suggestions???

  • File Error: Unknown File when trying to render a Motion Lower third

    I'm getting this: "File Error: Unknown File" when trying to render a Lower third made in the Motion tab. I'm using FCP 6.0.6 and haven't had any issues with this before. It seems to work fine if there is just text, but as soon as I apply any effect, like a drop shadow, I get that error message.
    Thanks,
    Joe

    What's the exact format of the video you're working with and the exact specification the sequence you're editing in?

  • File Error - Unknown file when trying to import from HDD camera

    I recently purchased a Panasonic SDR-H80 and am trying to get my widescreen footage into FCP. I converted the .MOD files to .m4v files in Handbrake, and they play and look fine in the Finder. However, when I try to move them into FCP, I get a dialog that says "File Error - Unknown file." I'm not sure what I'm doing wrong here. Can anybody help?

    I converted the .MOD files to .m4v files in Handbrake .... I'm not sure what I'm doing wrong here
    What you're doing wrong is using Handbrake and trying to use .m4v files in FCP. Neither is the correct process in preparing for editing.
    Try using MPEG Streamclip and a format that actually works natively in FCP. .m4v is a final delivery format- not for editing. A search on this forum would have revealed that to you in a matter of seconds: http://discussions.apple.com/search.jspa?objID=c206&search=Go&q=handbrake
    -DH

  • File Error: Unknown File, Cannot Save

    I hope this is only a matter of healthy file management, but I'm quite confused and hope someone can clear this up into something of a simple science. On the otherhand, could this be a LIMITATION of FCP?
    -Have been editing a sequence from a larger film on a second computer. That sequence has been worked on over several days and saved (of course). However, upon saving last night, was an error message: "File error: Unknown File" and the project could not be saved.
    -This is quite possibly due to the fact that both the media and project files have been copied over the network to the first computer where the master project is being assembled.
    -HOWEVER, no media files claimed to be offline, everything was editable AND the FILE WOULD NOT SAVE through multiple attempts
    -ALSO, the other open project WOULD NOT SAVE either (its files where never moved or otherwise tampered with. It was a small and entirely local operation).
    -SAVING was finally accomplished ONLY by saving the project file to the LOCAL HD rather than the EXTERNAL DRIVE where the MEDIA and PROJECT FILES originated and had been previously saved to.
    -All other attempts to save to the EXTERNAL were met with the message "FILE ERROR: UNKNOWN FILE" This compromised saving process resulted in the loss of all work, edits, etc. on the LESSER and EXCLUSIVELY local project.
    -AFTER saving to the LOCAL HD, the project COULD BE once again saved to the EXTERNAL HD. This flow seemed very strange to me.
    -Has anyone else encountered this problem, and what can I correct in my processes to avoid this.
    --*Also, the First computer encountered the same problems at the same time, after both EDITING & SAVING had taken place since the last FILE COPYING. Again, work was lost.
    Thanks for any help you can offer.
    G5 Dual 2 GHz PowerPC   Mac OS X (10.4.5)   1.5 GB ram

    Do people search this forum at all?!?
    Check your project for CMYK files.
    Search this forum for General Error.
    This was discussed about 90 minutes ago.

  • File Error: Unknown File when saving

    I tried to save my project to the drive I've been working in and saving all day. And all of a sudden Im getting a new error: File Error: Unknown File. What's that all about? It saved fine to another drive.

    km@ms, Welcome to the forums.
    You have posted in a topic started by someone else in the pro video discussions.
    While someone here may well have an answer for you, it would be far better to ask your question as it's own topic. As a rule, you will receive an answer much sooner.
    Here is a link to the general discussion category for Mac OS X 10.4:
    http://discussions.apple.com/category.jspa?categoryID=177
    Here is the link to the "Pages" forum. http://discussions.apple.com/forum.jspa?forumID=1191
    While your issue is unrelated to that software product, you stand a better chance of finding someone familiar with Quark and .eps files there.

  • File Error: Unknown File - when doing save as

    yet another variation on the file problems i am having.
    opened an aotosave file and tried to 'Save project as",
    wont do it, reports "File error: unknown file"
    the same error i get often when trying to "save as" the original,
    and the same error i get if i make a copy of the FCP file in the finer, open it and try to save it, it wont do it.....
    so with the main sequence in my project getting lost ("not found"),
    i now find that its almost impossible to make a backup that works....
    anyone know about this SERIOUS FAULT.
    i can think of no reason why it cant handle the most basic act of keeping assets attached to the program.
    new computer, new drives, new everything..
    i am now working really scared, when it loses the main sequence again (1 hour), the latest backup that might work could be anything from 1 - 5 days old, who knows, and there goes days of work...
    ======================================
    FCP6
    HDV captures.
    Main sequence is prores render.
    Files and media on one 750G drive in the Mac Pro box.
    deleted all render files yesterday, now only about 15 there.
    changed MP3 tracks to aif.
    have done FCP resue often
    have done permissions
    have upgraded to 10.4.10

    i now find that its almost impossible to make a backup that works....
    anyone know about this SERIOUS FAULT.
    i can think of no reason why it cant handle the most basic act of keeping assets attached to the program.
    new computer, new drives, new everything..
    Except that this issue is almost always totally unrelated to FCP at all.
    Paulo has dome great anecdotal advice but this is usually a fiel permissions problem. No idea how it gets changed but you can run Disk Utility and repair permissions. Do it twice. then Get Info on your drive and see what the privileges are. Do the same for your FCP projects folders. Get info on your FCP project file itself.
    You need to get this figured out before you invest any more time in editing.
    bogiesan

  • File Error:  Unknown file.  - Importing problem

    I recently had some problems getting my FCP 5.0.4 to launch. To make a long story short someone in this forum said that my version of FCP was out of date with my current Macbook Pro running 10.5.5. I found this a little odd because I've had this computer for over six months and have been running FCP the whole time without a single problem. Since funds are tight and I don't have the money upgrade I did some troubleshooting to see if I could make it work again.
    I did remember that I had recently moved some of my older quicktime codecs into my library/quicktime folder and when I removed them I was able to launch and run FCP.
    Now when I try to import files I'm getting a "File Error: Unknown file" error message. I am able to view all the quicktimes and am only able to import a few quicktimes. I have quicktimes from the last six years that I'm trying to import so there's a good variety of different codes that were used. But I am able to watch all of the quicktimes via Quicktime.
    Any suggestions why I might be getting this problem? Any way to fix this without upgrading? Thanks

    *I recently had some problems getting my FCP 5.0.4 to launch.*
    The reason is because that version of for PPC Macs, and you have an Intel Mac.
    *Someone in this forum said that my version of FCP was out of date with my current Macbook Pro running 10.5.5*
    It doesn't matter which OS version is running. You need an Intel/UB version of FCP to run on a Intel Mac.
    *Any way to fix this without upgrading?*
    It's not a problem. It's an incompatibility. Because you have run it for some time without an incident is incidental to its incompatibility.

  • "File Error: Unknown File" when rendering

    Hi,
    When attempting to render any clip I get a "File Error: Unknown File". Help?
    I'm using FCP 6.0.5 with video content from a Canon consumer HD camera.
    Thank you,
    Tim Moore

    switch the location of your render files and see if that helps. I had this happen week before last and it drove me crazy (crazier) I switched scratch disks and met deadline. Now it all behaves like it never happened. some bit stuck somewhere, that took the machine being off for a while to cure

  • NW 7.01 upgrade to 7.3 (BW) - Error: Unknown language short name Z2

    Hello,
    While upgrading a BW system to NW 7.3, in phase PREP_CONFIGURATION/LANG_SELECT I get the error:
    Unknown language short name 'Z2'
    and the upgrade cannot continue. The Z2 language is supplemented with English and is working properly in the system.
    It is only used so that some BI reports to be presented in that language. It is not a correspodence language. Simulation in transaction i18n reports no errors.
    Since no objects are translated in this language, I also thought to remove the language during the upgrade and import it after.
    However, even this approach was not possible, since I do not get any screen in the upgrade GUI in order to be able to remove Z2 language. Also searched for Notes and in SDN, but no one seems to have faced such an issue.
    The system is a standalone development NW 7.01 SPS 8 in Windows 2008 R2 SP1 with SQL 2008 R2 SP1.
    Any help or ideas appreciated.
    Thank you,
    George.

    Hi Sunny,
    I do not have any translations to save. Nevertheless, I exported the language before starting the upgrade with SMLT_EX.
    I get the error and the upgrade stops. I do not get any screen to remove the language.
    Regards,
    George.

  • Error unknown message when saving ai file

    Several days ago I got an external hard drive to backup. Had an error message saying all wasn't saved right. I use CS2 suite, all works fine except my illustrator files will not save as ai. They will save as jpeg, pdf, eps, but not ai. Error unknown message window popsup. Also 3/4 of my file names have turned from black to blue. I have reinstalled CS2 and this didn't fix the problem. What went wrong? How can this be fixed? I'm working on a book using Illustrator files alot.

    PC - Windows, no fonts were installed. Only the ai files are affected. But nearly 3/4 of all file extension names have changed from black to blue. No big deal on that, but the ai saving is very upsetting.
    Thanks,
    Garry
    What platform?
    OS?
    Computer Model!
    Did you install any fonts?

Maybe you are looking for

  • How to generate the DDL script of all the schema objects.

    Hi All, I just wanted to make centralized repository for Oracle database and to create a base version, I need to create the DDL scripts of all the database objects so that i can check in the same ddl scripts (sql) files in to my central repository. I

  • XP via RIS installation on 32 Satellite Pro A200 laptops

    Hi, Can anyone help? I'm trying to install 32 laptops (Satellite Pro A200) via Windows 2003 Server Remote Installation Services. I've got past the problems with network cards and now have these working by adding the drivers into a $OEM$, $1, Drivers,

  • Delete message queues

    I had iconnection problems between one of the POA and MTA and I restored this connection after a couple days. now I can see the poa open on the MTA bus the message between the post-offices are not working. I thinking the delete the message queue beca

  • Substitute material

    Can u please tell me equivalent field of smatn - substitute material (R/3 field) & knumh - condition record number (R/3 field) in CRM. I also need a table name which contains both fields in CRM

  • Enable Sign features - Adobe reader

    Hi All, I have an form developed using LiveCycle designer, I am applying reader extension using Adobe Acrobat XI pro. Steps: File > Save As other.. > Reader Extended PDF > Enable More tools Now, I am opening the same PDF in Adobe Reader, Sign feature