Can not create template based page with customized page type.

I built a customized page type (with persepective attribute) and wanted to build pages with this type. If the new pages do not based on any template, it works fine. However, if I wanted to use a template, the page type was set back to "standard"!
Steps to reproduce it:
1. create a new page type - test page type.
2. create a new template = test template.
3. create a new page - test page.
3.1 choose the page type to be "test page type"
3.2 fill in the form including the new attribute info.
3.2 choose the page template to be 'test template"
3.3 click finish
4. click the properties of "test page", it shows that the page type is "standard" and the new attribute information is gone!
If in step 3.2, no template is chosen, the properties of the new page shows the page type is "test page type".
I tried to find a workaround.
1. create a page with "test page type".
2. covert the new page to template.
I got this error message:
Error while copying page. (WWC-44262)
(WWC-00000)
Looks like customized page type and template can not coexist. Is this a bug?

How long should the upgrade take? And should it be attempted on a production (infrastructure on machine 1/middle-tier on machine 2) Windows 2000 architecture? Or should be wait for 9.0.4? Or ... should I ask this in a TAR? Thanks!
Mike

Similar Messages

  • Can not build a template based page with customized page type.

    I built a customized page type (with persepective attribute) and wanted to build pages with this type. If the new pages do not based on any template, it works fine. However, if I wanted to use a template, the page type was set back to "standard"!
    Steps to reproduce it:
    1. create a new page type - test page type.
    2. create a new template = test template.
    3. create a new page - test page.
    3.1 choose the page type to be "test page type"
    3.2 fill in the form including the new attribute info.
    3.2 choose the page template to be 'test template"
    3.3 click finish
    4. click the properties of "test page", it shows that the page type is "standard" and the new attribute information is gone!
    If in step 3.2, no template is chosen, the properties of the new page shows the page type is "test page type".
    I tried to find a workaround.
    1. create a page with "test page type".
    2. covert the new page to template.
    I got this error message:
    Error while copying page. (WWC-44262)
    (WWC-00000)
    Looks like customized page type and template can not coexist. Is this a bug?

    How long should the upgrade take? And should it be attempted on a production (infrastructure on machine 1/middle-tier on machine 2) Windows 2000 architecture? Or should be wait for 9.0.4? Or ... should I ask this in a TAR? Thanks!
    Mike

  • Can I create template-based library objects in Dreamweaver CS5?

    At work we need two 'streams' of template. The first are general layout templates, like the ones already available in the MX through CS5 packages (except we'd have our own customised ones). The second are more granular objects, some of which are functional.
    In both cases, I don't want Jimmy to be able to wreak havoc inside anything other than the 'editable regions' which make up the templates.
    Now this is fine if I stick with the first scenario (layout templates) where there's simply a big chunk of editable region for good ole Jim to sprawl into, think of this as the 'body content' area. But I really do need these granular library (or snippet) objects to work in the same way. Unfortunately with my attempts so far they don't work as I'd have thought - perhaps for good reason?
    When I create a blank template and throw in my chunk of HTML (unobstrusive JS and external CSS use selectors in this HTML to provide style and function) and save it as a new library item or snippet, all looks well. Then I create a new document based on a layout template and save it as a plain html file (still all good so far). Next I drop in my custom library item... still all good... but then I go to save the document and it only allows me to save it as a new template! I expected it would just allow me to save it as HTML and have it simply respect the defined editable regions, as happens in the containing page 'body content' editable region.
    Apologies if that got specific and technical quite quickly, but it is quite particular. If you want some example files lemme know and I'll zip some up.
    Many thanks
    p.s It is not a requirement that my library objects must somehow inject their dependency files into the newly created page - I already know what they'll be. Also, I know I must 'detatch from original' once I drop a library item into a document which then allows customisation of the library object.

    Unfortunately that leads me to the same place, I suppose another way of saying my question which may clear the matter up, is: "Can I embed mutually exclusive templates inside templates?"
    For those of you who like things explained conceptually in XML structures, or you're an Adobe developer and you think this isn't currently possible but is awesome, the basic premise is this:
    <page template>
         <noneditable region />
         <editable region>
              Jimmy's text blah blah lorem ipsum.
              <widget template>
                   <editable region>
                        Jimmy's widget customised title
                   </editable region>
                   <noneditable region />
                   <editable region>
                        Jimmy's widget customised feedback
                   </editable region>
              </widget template>
         </editable region>
         <noneditable region />
    </page template>
    Where '<page template />' is stored as a Template (a layout template), and '<widget template>' is stored in either the Library, or as a Snippet.
    cheers,
    -d

  • Can not create newer OpenGL contexts with bumblebee

    I have an Asus UX32VD with an Nvidia 620M. I am using bumblebee with virtualgl.
    optirun glxinfo | grep OpenGL
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce GT 620M/PCIe/SSE2
    OpenGL core profile version string: 4.3.0 NVIDIA 325.15
    OpenGL core profile shading language version string: 4.30 NVIDIA via Cg compiler
    OpenGL core profile context flags: (none)
    OpenGL core profile profile mask: core profile
    OpenGL core profile extensions:
    OpenGL version string: 4.3.0 NVIDIA 325.15
    OpenGL shading language version string: 4.30 NVIDIA via Cg compiler
    OpenGL context flags: (none)
    OpenGL profile mask: (none)
    OpenGL extensions:
    for example if I try to create a 3.0+ context in GLFW I always get
    $optirun ./gltestrust
    libGL error: failed to load driver: swrast
    libGL error: Try again with LIBGL_DEBUG=verbose for more details.
    [VGL] ERROR: glXCreateContextAttribsARB symbol not loaded
    $LIBGL_DEBUG=verbose  optirun ./gltestrust
    libGL: screen 0 does not appear to be DRI2 capable
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/swrast_dri.so
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/swrast_dri.so
    libGL: Can't open configuration file /home/maik/.drirc: No such file or directory.
    libGL error: failed to load driver: swrast
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/i965_dri.so
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/i965_dri.so
    libGL: Can't open configuration file /home/maik/.drirc: No such file or directory.
    [VGL] ERROR: glXCreateContextAttribsARB symbol not loaded
    I think swrast is a fall back mechanism because my GPU can't create the correct context.
    Any help is appreciated.

    Sorry for not updating the status of this question. I have solved this issue.
    This was due to use of jsp:include tag. I really don't know the exact problems with the use of jsp:include on WLS 10.3. It works well on WLS 8.1.
    However, I solved this by copying the content of my include page on jsp:include tag into the main page itself.
    Thanks

  • Custom Master Page with Custom Page Layout

    Hi All,
    I have created a Custom SharePoint Master Page. In that Master Page I have created a custom Header & Footer.  In between the header and the footer I created a space to put page's content.
    However I have created a page using that master page and it was successfully published.
    After that I wanted to create a Custom Page Layout using that Page previously created. That also was a successful one. But when default Page Layouts in SharePoint 2013 inserted to a page it shows an area that can add content. But in my Page Layout inserted
    to a page it does not show like that.
    So what have I missed when I created the Custom Page Layout? Could you kindly someone tell me how to solve this matter?
    Thanks and regards,
    Chiranthaka

    Can you confirm that your custom page layout has the same WebPart Zones as the default one? They need to be if you wish to see content that was added with the default page layout.
    Nikolas Charlebois-Laprade Microsoft Certified Professional & Software Engineer http://nikcharlebois.com

  • Error message while checking in Publishing page with custom content type.

    Hi,
    We have a custom page layout created from a custom content type. We have dragged some "Mandatory fields" on to the page.
    Even if i add all the fields on the page and click on check in, we are still getting the below error :
    "You must fill out all required properties before checking in this document."
    Regards,
    Amit

    Hi,
    We have a custom page layout created from a custom content type. We have dragged some "Mandatory fields" on to the page.
    Even if i add all the fields on the page and click on check in, we are still getting the below error :
    "You must fill out all required properties before checking in this document."
    Regards,
    Amit

  • Can not create Database-based MDS connection

    Hello Dear Oracle Support,
    I am trying to use MDS to share some common dvm files. First step, I want to create a database based MDS connection but failed.
    My SOA schema is JDEV_SOAINFRA. When I test my Database based MDS connection, I got ORA-01031: insufficient privileges. What privileges I need to grand to MDS schema?
    I am using JDEV_MDS as username to establish MDS connection.
    Thank you for any suggestion and/or information,
    Alena Li

    Hello Alena!
    If you want to wait the answer from Oracle Support here.. you'll need a lot of patience.
    Is the corresponded Database Connection test succeed?
    If it also fails that, I think, your JDEV_MDS user (schema) lack of the CONNECT privilege.
    A question to you - how did you created this schema?
    You should use RCU to create the schemes  for SOA Suite (and other Oracle Middleware).
    The RCU creates the schemes with all necessary structures (tables) and grants.
    Hope this helps,
    Oleg

  • When i try to download firefox onto this computer, It downloads and says run or save. I click run and it says that it can not create temporary files. How do i fix this?

    I try to download firefox but it comes up with a error message saying it can not create temporary files.

    Beginning with Firefox 4, Macs must have an Intel x86 processor ('''''yours is a PPC Mac''''') '''''<u>and</u>''''' OSX 10.5 or higher ('''''which you do not have''''').
    *System Requirements: [https://www.mozilla.org/en-US/firefox/4.0/system-requirements/index.html Firefox 4] [https://www.mozilla.org/en-US/firefox/5.0/system-requirements/index.html Firefox 5] [https://www.mozilla.org/en-US/firefox/6.0/system-requirements/index.html Firefox 6] [https://www.mozilla.org/en-US/firefox/7.0/system-requirements/index.html Firefox 7] [https://www.mozilla.org/en-US/firefox/8.0/system-requirements/index.html Firefox 8] [https://www.mozilla.org/en-US/firefox/9.0/system-requirements/index.html Firefox 9]
    '''''The good news''''' is that Firefox 3.6.x still supports OSX 10.4 and Macs with the PPC Mac architecture. '''''The bad news''''' is that support for the Firefox 3.6.x series is likely to end in the first quarter of 2012.
    *System requirements: [https://www.mozilla.org/en-US/firefox/3.6/system-requirements/index.html Firefox 3.6.x]
    *Download Firefox 3.6.x: https://www.mozilla.org/en-US/firefox/all-older.html
    *Also see --> http://support.mozilla.com/en-US/kb/Installing+Firefox+on+Mac
    You can try the third-party product '''''TenFourFox''''' that supports PPC Macs with OSX 10.4.11 and OSX 10.5.8. Firefox 9 version of '''''TenFourFox''''' is available. The product is based on Firefox released versions. All support is provided by the developer, not by this site:
    *Home page: http://www.floodgap.com/software/tenfourfox/
    *Developer's blog: http://tenfourfox.blogspot.com/
    *'''''VERY IMPORTANT'''''; '''read this carefully''': https://code.google.com/p/tenfourfox/wiki/ReleaseNotes90
    *'''''VERY IMPORTANT'''''; '''read this carefully''': https://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Create custom web-part page with OOTB page layout using CSOM (Javascript)

    Hi,
    I need to create a custom webpart page with a OOTB page layout (eg. Header 3 column footer) using JSOM.
    I found a link to do this using CSOM: http://spdevlab.com/2013/03/28/creating-wiki-web-part-and-publishing-pages-via-csom-in-sharepoint-2010/
    But here i have to copy the page template from 15 hive and store it in a resource file and I am also getting error as "The request message is too big" and to fix this I need to run a powershell script but I need the code to run in SharePoint online
    also.
    Isn't there a simpler piece of code in which I can enter the name of the page layout(OOTB/Custom) while creating a page in JSOM as we have in SSOM?
    Thanks for the help
    sunny

    Hi,
    According to your post, my understanding is that you want to create a custom web part page layout template.
    There are some articles about how to create the custom web part page layout template, you can refer to them.
    http://www.manageprojectsonsharepoint.com/blog/2011/03/14/creating-your-own-web-part-page-layout-template/
    http://sandeeppawar.blogspot.com/2012/06/create-custom-web-part-page-template.html
    http://doitwithsharepoint.blogspot.com/2011/08/create-web-part-pages-with-custom.html
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Can not create a page in iWeb.

    Hi there,
    I suddenly can not create a new page with my site on iWeb. I can also not import photos by dragging them over, nor can I create a new site with iWeb!
    Last time this happened I quite iWeb then it woudn't open again. I have managed to get my website back but now face the same problem with not being able to create a new page etc!
    Any ideas?
    Sarah

    Try the following:
    1 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete the contents of the User/Home/Library/Caches/iWeb folder 
    3 - launch iWeb and try again.
    NOTE: In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    If you're running Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    If that doesn't help continue with:
    move the domain file from your Home/Library/Application Support/iWeb folder to the Desktop.
    launch iWeb, create a new test site, save the new domain file and close iWeb.
    go to the your Home/Library/Application Support/iWeb folder and delete the new domain file.
    move your original domain file from the Desktop to the iWeb folder.
    launch iWeb and try again.
    OT

  • Why can I not create a PDF from a web page on my Adobe Acrobat 8 Pro on my new Windows 8 computer? It worked fine on my windows XP system?

    Why can I not create a PDF from a web page on my Adobe Acrobat 8 Pro on my new Windows 8 computer? It worked fine on my windows XP system?

    Acrobat 8 is not compatible with Windows 8,  for the simple reason it was
    created much before it and Adobe could not participate the changes to the
    OS that Microsoft implemented many years later on. You need to buy the
    current version for compatibility.

  • HT204088 I can't create an apple ID for not using credit card. How can i create an apple ID with no credit cards ? Thank you.

    I read the supporting article. But those pictures were old. Also the format had changed. I can't create an Apple ID with no credit cards? I got no credit cards. I am just a secondary student and how can I have a credit card?

    Follow the instructions on this page exactly : http://support.apple.com/kb/HT2534 i.e. select a free app and click on 'create Apple ID' when 'buying' it (it worked for me yesterday).

  • I can not create an Installer, After install the Vision Builder Demo and then uninstall it. I can not create a Labview installer anymore, it asks me for a Vision Builder Installer, even if My Labview program does not have nothing to do with it...

    I can not create an Installer on LabView, After install the Vision Builder Demo and then uninstall it. I can not create a Labview installer anymore, it asks me for a Vision Builder Installer, even if My Labview program does not have nothing to do with it...
    Solved!
    Go to Solution.

     Hi Shada this can happen if you are including additional installers to your installer for example DAQmx. When you are doing this the installer has to include other files like MAX (Measuremente and Automation Explorer). Probably when you installed Vision Builder it updated MAX, so when your installer is trying to Include MAX, its asking for the source where it was installed in your computer in this case Vision Builder.
     Here you can cache the information so its not asked again, or you can download a newer version fo DAQmx, so it will update MAX and change de dependecy.
     You can find more details about this issue in this KB:
    KnowledgeBase 3S88PJMY: Why Do I Get A "Missing Distribution" Error When Trying to Build an Installe...
    And for keeping a copy here is more info:
     How Do I Stop the Missing Distribution Notification Each Time I Build An Installer?
    Best Regards
    Benjamin C
    Senior Systems Engineer // CLA // CLED // CTD

  • Shopping cart with Asset can not create backend PO in SOSC

    Dear Expert,
    We are using With SRM 7.0 & ECC 6.0 EHP4 , the shopping cart with account assignment cost center can create backend PO in SOSC, but the shopping cart with account assignment Asset can not create backend PO in SOSC.
    The xml message is correct in SRM, but not correct in ECC.
    Your help is very appreciated....
    Best Regards,
    bill

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Can not create source inspection to to material with mpn optional

    HELLO,
    Our materials are divided to two groups:
    1. materials that their manufacturer part profile is mandatory (mark : 'MPN MANDATORY" CHANGE IN MPN and QM PROCESSING FOR MPN)
    2. materials that their manufacturer part profile is optional (mark: CHANGE I MPN).
    We use source inspection to all materials .
    No problem create source inspection to the first group (mandatory mpn) I created q-infor-ecord to vendor vs mpn-material, in the purchase order header the mpn material is added and by using trns qi07 I get source inspection lot with our firm material
    The problem is that I can not create a source inspection to material that was defined as mpn optional and in the purchase order header the mpn-material is filled.
    regards in advance
    Eyal rosenfeld

    HELLO,
    Our materials are divided to two groups:
    1. materials that their manufacturer part profile is mandatory (mark : 'MPN MANDATORY" CHANGE IN MPN and QM PROCESSING FOR MPN)
    2. materials that their manufacturer part profile is optional (mark: CHANGE I MPN).
    We use source inspection to all materials .
    No problem create source inspection to the first group (mandatory mpn) I created q-infor-ecord to vendor vs mpn-material, in the purchase order header the mpn material is added and by using trns qi07 I get source inspection lot with our firm material
    The problem is that I can not create a source inspection to material that was defined as mpn optional and in the purchase order header the mpn-material is filled.
    regards in advance
    Eyal rosenfeld

Maybe you are looking for

  • Changing The File Name of The Fonts Folder - Insufficient Privilages?

    I am having trouble installing a program and need to change the name of the folder Library/Fonts, it says i dont have sufficient privilages but i am the onl user on the computer, can someone help? I understand that it shouldnt be changed but it will

  • Formatting a string with Display String

    I have a field in my database that is a string with numbers in it and I need it formatted like so: "xx-xx-xx-xxx" nine characters long. For example: 92438014 I need it to look like: 09-24-38-014 and 141234892 14-12-34-892 etc.. can anyone help me wit

  • How can i genralize a function in pl/sql?

    Hi all, I have a question,I need to write a funtion called is_empty(field IN varchar2,result out BOOLEAN) The parameter field here can be any field in a table.I must be able to pass the column name as parameter and check if that field is blank or not

  • SUNWsprox package with solaris 10 for Oracle 10g Installation....

    Hi I am in problem with a Solaris 10 package "SUNWsprox - Sun workshop Bundled 64-bit make library" for Oracle 10g Installation. I checked the CDs (In the /.../products) but did't found this packege. Can any one tell me please can I go without this p

  • Cisco APs not joining WLC

    Hi guys, I am in the process of configuring a WLC and got stuck due to APs are not joining the WLC. I have configure DHCP server on the Gateway router and the WLC management interface is pointing to the Gateway as DHCP Server. I have multiple Dynamic