Page "Name" Length

Is there a limit to the number of characters that can be used for the "Name" field? Specifically for a Page.
I created a page named "Career_Opportunities" and I get a "document not found" error when opening files added to this page. However, when I change the "Name" field to be "Career_Opps", the files open just fine.
I would like to know the exact limit to convey to our content owners/developers.
I searched documentation without any success. Is there a document that states these types of value definitions?
Regards,
Karla

After further testing, it seems that "Career_Opportunities" is reserved to the system. I tried not using the word "opportunities" and made the name even longer and my docs opened successfully. I tried "Job_Opportunities" with success as well...I even tried careeropportunities (no underscore) with success.
Given this, is there any documentation of known "reserved" words, names, etc....that cannot be used?
Karla

Similar Messages

  • Two problems/issues, page name length and alt images

    I'm using iWeb 06. iWeb is converting the page names to such ridiculous codes and I don't know how to change this. I did a search here and found that extra symbols in page names could cause this, but that isn't the case here.
    And I also see via searching that unless one has a great knowledge of html, there is no easy way to establish alt image text? Is that true?
    I thank you and humbly bow before all your amazing Mac knowledge!
    Katie
    www.todayivow.com

    Read the forum here about how to open the html in TextEdit http://discussions.apple.com/message.jspa?messageID=6640256.
    There you can change the sites title into anything else.
    I do not understand what you mean by alt image but maybe the answer is in this forum http://discussions.apple.com/message.jspa?messageID=6110506

  • Custom edit form for my Wiki Page library with only "Page Name" field included

    I want to create a new custom edit form for my Wiki page library, and to only allow users to edit the Page name inside the edit form. now i created a new Edit form using SharePoint Designer , and i select the Enterprisewiki content type for it , which generates
    the following markup :-
    <%@ Page language="C#" MasterPageFile="~masterurl/default.master" Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage,Microsoft.SharePoint,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" meta:webpartpageexpansion="full" meta:progid="SharePoint.WebPartPage.Document" %>
    <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Import Namespace="Microsoft.SharePoint" %> <%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server">
    <SharePoint:ListFormPageTitle runat="server"/>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitleInTitleArea" runat="server">
    <span class="die">
    <SharePoint:ListProperty Property="LinkTitle" runat="server" id="ID_LinkTitle"/>
    </span>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageImage" runat="server">
    <img src="/_layouts/15/images/blank.gif?rev=23" width='1' height='1' alt="" />
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">
    <SharePoint:UIVersionedContent UIVersion="4" runat="server">
    <ContentTemplate>
    <div style="padding-left:5px">
    </ContentTemplate>
    </SharePoint:UIVersionedContent>
    <table class="ms-core-tableNoSpace" id="onetIDListForm">
    <tr>
    <td>
    <WebPartPages:WebPartZone runat="server" FrameType="None" ID="Main" Title="loc:Main"><ZoneTemplate>
    <WebPartPages:DataFormWebPart runat="server" EnableOriginalValue="False" DisplayName="Customer Service KB" ViewFlag="1048584" ViewContentTypeId="" Default="FALSE" ListUrl="" ListDisplayName="" ListName="{6A6ECE84-4D39-48E2-BD6A-C20B2AC6355B}" ListId="6a6ece84-4d39-48e2-bd6a-c20b2ac6355b" PageType="PAGE_EDITFORM" PageSize="-1" UseSQLDataSourcePaging="True" DataSourceID="" ShowWithSampleData="False" AsyncRefresh="False" ManualRefresh="False" AutoRefresh="False" AutoRefreshInterval="60" NoDefaultStyle="TRUE" InitialAsyncDataFetch="False" Title="Customer Service KB" FrameType="None" SuppressWebPartChrome="False" Description="" IsIncluded="True" PartOrder="2" FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True" AllowConnect="True" AllowEdit="True" AllowHide="True" IsVisible="True" DetailLink="" HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall="" MissingAssembly="Cannot import this Web Part." PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="True" ConnectionID="00000000-0000-0000-0000-000000000000" ID="g_f1c88e12_e91d_4300_91f2_62f0bd7825fb" ChromeType="None" ExportMode="All" __MarkupType="vsattributemarkup" __WebPartId="{F1C88E12-E91D-4300-91F2-62F0BD7825FB}" __AllowXSLTEditing="true" WebPart="true" Height="" Width=""><DataSources>
    <SharePoint:SPDataSource runat="server" DataSourceMode="ListItem" SelectCommand="&lt;View&gt;&lt;Query&gt;&lt;Where&gt;&lt;Eq&gt;&lt;FieldRef Name=&quot;ContentType&quot;/&gt;&lt;Value Type=&quot;Text&quot;&gt;Enterprise Wiki Page&lt;/Value&gt;&lt;/Eq&gt;&lt;/Where&gt;&lt;/Query&gt;&lt;/View&gt;" UseInternalName="True" UseServerDataFormat="True"><SelectParameters><WebPartPages:DataFormParameter ParameterKey="ListItemId" PropertyName="ParameterValues" DefaultValue="0" Name="ListItemId"></WebPartPages:DataFormParameter><WebPartPages:DataFormParameter ParameterKey="weburl" PropertyName="ParameterValues" DefaultValue="http://sharepointdev:12341/sites/wiki1" Name="weburl"></WebPartPages:DataFormParameter><WebPartPages:DataFormParameter ParameterKey="ListID" PropertyName="ParameterValues" DefaultValue="{6A6ECE84-4D39-48E2-BD6A-C20B2AC6355B}" Name="ListID"></WebPartPages:DataFormParameter>
    </SelectParameters><UpdateParameters><WebPartPages:DataFormParameter ParameterKey="ListItemId" PropertyName="ParameterValues" DefaultValue="0" Name="ListItemId"></WebPartPages:DataFormParameter><WebPartPages:DataFormParameter ParameterKey="weburl" PropertyName="ParameterValues" DefaultValue="http://sharepointdev:12341/sites/wiki1" Name="weburl"></WebPartPages:DataFormParameter><WebPartPages:DataFormParameter ParameterKey="ListID" PropertyName="ParameterValues" DefaultValue="{6A6ECE84-4D39-48E2-BD6A-C20B2AC6355B}" Name="ListID"></WebPartPages:DataFormParameter>
    </UpdateParameters><InsertParameters><WebPartPages:DataFormParameter ParameterKey="ListItemId" PropertyName="ParameterValues" DefaultValue="0" Name="ListItemId"></WebPartPages:DataFormParameter><WebPartPages:DataFormParameter ParameterKey="weburl" PropertyName="ParameterValues" DefaultValue="http://sharepointdev:12341/sites/wiki1" Name="weburl"></WebPartPages:DataFormParameter><WebPartPages:DataFormParameter ParameterKey="ListID" PropertyName="ParameterValues" DefaultValue="{6A6ECE84-4D39-48E2-BD6A-C20B2AC6355B}" Name="ListID"></WebPartPages:DataFormParameter>
    </InsertParameters><DeleteParameters><WebPartPages:DataFormParameter ParameterKey="ListItemId" PropertyName="ParameterValues" DefaultValue="0" Name="ListItemId"></WebPartPages:DataFormParameter><WebPartPages:DataFormParameter ParameterKey="weburl" PropertyName="ParameterValues" DefaultValue="http://sharepointdev:12341/sites/wiki1" Name="weburl"></WebPartPages:DataFormParameter><WebPartPages:DataFormParameter ParameterKey="ListID" PropertyName="ParameterValues" DefaultValue="{6A6ECE84-4D39-48E2-BD6A-C20B2AC6355B}" Name="ListID"></WebPartPages:DataFormParameter>
    </DeleteParameters>
    </SharePoint:SPDataSource>
    </DataSources>
    <Xsl>
    <xsl:stylesheet xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:dsp="http://schemas.microsoft.com/sharepoint/dsp" version="1.0" exclude-result-prefixes="xsl msxsl ddwrt" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SharePoint="Microsoft.SharePoint.WebControls" xmlns:ddwrt2="urn:frontpage:internal">
    <xsl:output method="html" indent="no"/>
    <xsl:decimal-format NaN=""/>
    <xsl:param name="dvt_apos">&apos;</xsl:param>
    <xsl:param name="ManualRefresh"></xsl:param>
    <xsl:variable name="dvt_1_automode">0</xsl:variable>
    <xsl:template match="/" xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:dsp="http://schemas.microsoft.com/sharepoint/dsp" xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:SharePoint="Microsoft.SharePoint.WebControls">
    <xsl:choose>
    <xsl:when test="($ManualRefresh = 'True')">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td valign="top">
    <xsl:call-template name="dvt_1"/>
    </td>
    <td width="1%" class="ms-vb" valign="top">
    <img src="/_layouts/15/images/staticrefresh.gif" id="ManualRefresh" border="0" onclick="javascript: {ddwrt:GenFireServerEvent('__cancel')}" alt="Click here to refresh the dataview."/>
    </td>
    </tr>
    </table>
    </xsl:when>
    <xsl:otherwise>
    <xsl:call-template name="dvt_1"/>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:template>
    <xsl:template name="dvt_1">
    <xsl:variable name="dvt_StyleName">ListForm</xsl:variable>
    <xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row"/>
    <div>
    <span id="part1">
    <table border="0" width="100%">
    <xsl:call-template name="dvt_1.body">
    <xsl:with-param name="Rows" select="$Rows"/>
    </xsl:call-template>
    </table>
    </span>
    <SharePoint:AttachmentUpload runat="server" ControlMode="Edit"/>
    <SharePoint:ItemHiddenVersion runat="server" ControlMode="Edit"/>
    </div>
    </xsl:template>
    <xsl:template name="dvt_1.body">
    <xsl:param name="Rows"/>
    <tr>
    <td class="ms-toolbar" nowrap="nowrap">
    <table>
    <tr>
    <td width="99%" class="ms-toolbar" nowrap="nowrap"><IMG SRC="/_layouts/15/images/blank.gif" width="1" height="18"/></td>
    <td class="ms-toolbar" nowrap="nowrap">
    <SharePoint:SaveButton runat="server" ControlMode="Edit" id="savebutton1"/>
    </td>
    <td class="ms-separator">&#160;</td>
    <td class="ms-toolbar" nowrap="nowrap" align="right">
    <SharePoint:GoBackButton runat="server" ControlMode="Edit" id="gobackbutton1"/>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td class="ms-toolbar" nowrap="nowrap">
    <SharePoint:FormToolBar runat="server" ControlMode="Edit"/>
    <SharePoint:ItemValidationFailedMessage runat="server" ControlMode="Edit"/>
    </td>
    </tr>
    <xsl:for-each select="$Rows">
    <xsl:call-template name="dvt_1.rowedit"/>
    </xsl:for-each>
    <tr>
    <td class="ms-toolbar" nowrap="nowrap">
    <table>
    <tr>
    <td class="ms-descriptiontext" nowrap="nowrap">
    <SharePoint:CreatedModifiedInfo ControlMode="Edit" runat="server"/>
    </td>
    <td width="99%" class="ms-toolbar" nowrap="nowrap"><IMG SRC="/_layouts/15/images/blank.gif" width="1" height="18"/></td>
    <td class="ms-toolbar" nowrap="nowrap">
    <SharePoint:SaveButton runat="server" ControlMode="Edit" id="savebutton2"/>
    </td>
    <td class="ms-separator">&#160;</td>
    <td class="ms-toolbar" nowrap="nowrap" align="right">
    <SharePoint:GoBackButton runat="server" ControlMode="Edit" id="gobackbutton2"/>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </xsl:template>
    <xsl:template name="dvt_1.rowedit">
    <xsl:param name="Pos" select="position()"/>
    <tr>
    <td>
    <table border="0" cellspacing="0" width="100%">
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <H3 class="ms-standardheader">
    <nobr>Title (Display In Search)</nobr>
    </H3>
    </td>
    <td width="400px" valign="top" class="ms-formbody">
    <SharePoint:FormField runat="server" id="ff1{$Pos}" ControlMode="Edit" FieldName="Title" __designer:bind="{ddwrt:DataBind('u',concat('ff1',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Title')}"/>
    <SharePoint:FieldDescription runat="server" id="ff1description{$Pos}" FieldName="Title" ControlMode="Edit"/>
    </td>
    </tr>
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <H3 class="ms-standardheader">
    <nobr>Standard<span class="ms-formvalidation"> *</span>
    </nobr>
    </H3>
    </td>
    <td width="400px" valign="top" class="ms-formbody">
    <SharePoint:FormField runat="server" id="ff2{$Pos}" ControlMode="Edit" FieldName="Standard" __designer:bind="{ddwrt:DataBind('u',concat('ff2',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Standard')}"/>
    <SharePoint:FieldDescription runat="server" id="ff2description{$Pos}" FieldName="Standard" ControlMode="Edit"/>
    </td>
    </tr>
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <H3 class="ms-standardheader">
    <nobr>Document Type<span class="ms-formvalidation"> *</span>
    </nobr>
    </H3>
    </td>
    <td width="400px" valign="top" class="ms-formbody">
    <SharePoint:FormField runat="server" id="ff3{$Pos}" ControlMode="Edit" FieldName="Document_x0020_Type" __designer:bind="{ddwrt:DataBind('u',concat('ff3',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Document_x0020_Type')}"/>
    <SharePoint:FieldDescription runat="server" id="ff3description{$Pos}" FieldName="Document_x0020_Type" ControlMode="Edit"/>
    </td>
    </tr>
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <H3 class="ms-standardheader">
    <nobr>Departments<span class="ms-formvalidation"> *</span>
    </nobr>
    </H3>
    </td>
    <td width="400px" valign="top" class="ms-formbody">
    <SharePoint:FormField runat="server" id="ff4{$Pos}" ControlMode="Edit" FieldName="Departments" __designer:bind="{ddwrt:DataBind('u',concat('ff4',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Departments')}"/>
    <SharePoint:FieldDescription runat="server" id="ff4description{$Pos}" FieldName="Departments" ControlMode="Edit"/>
    </td>
    </tr>
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <H3 class="ms-standardheader">
    <nobr>Hide physical URLs from search</nobr>
    </H3>
    </td>
    <td width="400px" valign="top" class="ms-formbody">
    <SharePoint:FormField runat="server" id="ff5{$Pos}" ControlMode="Edit" FieldName="PublishingIsFurlPage" __designer:bind="{ddwrt:DataBind('u',concat('ff5',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@PublishingIsFurlPage')}"/>
    <SharePoint:FieldDescription runat="server" id="ff5description{$Pos}" FieldName="PublishingIsFurlPage" ControlMode="Edit"/>
    </td>
    </tr>
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <H3 class="ms-standardheader">
    <nobr>Page Content</nobr>
    </H3>
    </td>
    <td width="400px" valign="top" class="ms-formbody">
    <SharePoint:FormField runat="server" id="ff6{$Pos}" ControlMode="Edit" FieldName="PublishingPageContent" __designer:bind="{ddwrt:DataBind('u',concat('ff6',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@PublishingPageContent')}"/>
    <SharePoint:FieldDescription runat="server" id="ff6description{$Pos}" FieldName="PublishingPageContent" ControlMode="Edit"/>
    </td>
    </tr>
    <tr id="idAttachmentsRow">
    <td nowrap="true" valign="top" class="ms-formlabel" width="20%">
    <SharePoint:FieldLabel ControlMode="Edit" FieldName="Attachments" runat="server"/>
    </td>
    <td valign="top" class="ms-formbody" width="80%">
    <SharePoint:FormField runat="server" id="AttachmentsField" ControlMode="Edit" FieldName="Attachments" __designer:bind="{ddwrt:DataBind('u','AttachmentsField','Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Attachments')}"/>
    <script>
    var elm = document.getElementById(&quot;idAttachmentsTable&quot;);
    if (elm == null || elm.rows.length == 0)
    document.getElementById(&quot;idAttachmentsRow&quot;).style.display=&apos;none&apos;;
    </script>
    </td>
    </tr>
    <xsl:if test="$dvt_1_automode = '1'" ddwrt:cf_ignore="1">
    <tr>
    <td colspan="99" class="ms-vb">
    <span ddwrt:amkeyfield="ID" ddwrt:amkeyvalue="ddwrt:EscapeDelims(string(@ID))" ddwrt:ammode="view"></span>
    </td>
    </tr>
    </xsl:if>
    </table>
    </td>
    </tr>
    </xsl:template>
    </xsl:stylesheet> </Xsl>
    <DataFields>
    </DataFields>
    <ParameterBindings>
    <ParameterBinding Name="ListItemId" Location="QueryString(ID)" DefaultValue="0"/>
    <ParameterBinding Name="weburl" Location="None" DefaultValue="http://sharepointdev:12341/sites/wiki1"/>
    <ParameterBinding Name="ListID" Location="None" DefaultValue="{6A6ECE84-4D39-48E2-BD6A-C20B2AC6355B}"/>
    <ParameterBinding Name="dvt_apos" Location="Postback;Connection"/>
    <ParameterBinding Name="ManualRefresh" Location="WPProperty[ManualRefresh]"/>
    <ParameterBinding Name="UserID" Location="CAMLVariable" DefaultValue="CurrentUserName"/>
    <ParameterBinding Name="Today" Location="CAMLVariable" DefaultValue="CurrentDate"/>
    </ParameterBindings>
    </WebPartPages:DataFormWebPart>
    </ZoneTemplate></WebPartPages:WebPartZone>
    </td>
    </tr>
    </table>
    <SharePoint:UIVersionedContent UIVersion="4" runat="server">
    <ContentTemplate>
    </div>
    </ContentTemplate>
    </SharePoint:UIVersionedContent>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderAdditionalPageHead" runat="server">
    <SharePoint:DelegateControl runat="server" ControlId="FormCustomRedirectControl" AllowMultipleControls="true"/>
    <SharePoint:UIVersionedContent UIVersion="4" runat="server"><ContentTemplate>
    <SharePoint:CssRegistration Name="forms.css" runat="server"/>
    </ContentTemplate></SharePoint:UIVersionedContent>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderTitleLeftBorder" runat="server">
    <table cellpadding="0" height="100%" width="100%" cellspacing="0">
    <tr><td class="ms-areaseparatorleft"><img src="/_layouts/15/images/blank.gif?rev=23" width='1' height='1' alt="" /></td></tr>
    </table>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderTitleAreaClass" runat="server">
    <script type="text/javascript" id="onetidPageTitleAreaFrameScript">
    if (document.getElementById("onetidPageTitleAreaFrame") != null)
    document.getElementById("onetidPageTitleAreaFrame").className="ms-areaseparator";
    </script>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderBodyAreaClass" runat="server">
    <SharePoint:StyleBlock runat="server">
    .ms-bodyareaframe {
    padding: 8px;
    border: none;
    </SharePoint:StyleBlock>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderBodyLeftBorder" runat="server">
    <div class='ms-areaseparatorleft'><img src="/_layouts/15/images/blank.gif?rev=23" width='8' height='100%' alt="" /></div>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderTitleRightMargin" runat="server">
    <div class='ms-areaseparatorright'><img src="/_layouts/15/images/blank.gif?rev=23" width='8' height='100%' alt="" /></div>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderBodyRightMargin" runat="server">
    <div class='ms-areaseparatorright'><img src="/_layouts/15/images/blank.gif?rev=23" width='8' height='100%' alt="" /></div>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderTitleAreaSeparator" runat="server"/>
    so from the above  markup  the name field is not part of the edit form,, i think this is because the Name is part of the Document content type and not part of the enterprisewiki content type .. so is there a way to add the name field to the edit
    form ?.
    second question, the edit form will show all the content type fields such as ; standard, document type, department , title (display in search), etc   so what is the best way to remove these fields from the custom edit form ?

    Hello John,
    This can only be done by adding VBScript to the form. It would basically be:
    Sub Item_Open() 
    Item.GetInspector.SetCurrentFormPage "P.2"
    End Sub
    ... where "P.2" would be what you named the page you want to display first.

  • Camera.names.length returns 0, doesn't detect iSight webcam

    My Air app can no longer get the names of camera devices installed on my Mac.
    This was working for months and until a day or so ago I am not sure what happened.
    I'm not sure if AIR 2.5.1 update or viewing a website (http://www.2much.net/miricam/freemiricam.php)
    with a flash page that showed my webcam messed up some internal flash/air setting.
    Running my air app, Camera.names.length now returns 0, when previously it would return 3. Camera.getCamera() doesn't work either (returns null), so I can't view my webcam (iSight).
    When I run my air app in the Flex Builder debugger, Camera.names.length returns 3 and I can view my webcam. I am at a loss at how to fix this.
    I have tried uninstalling FP, AIR, Manycam (a webcam splitter software), fixing my Mac's permissions using Disk Utility, rebooted, reinstalled FP, AIR, Manycam. Trashed the /User/Library/Application Support/Adobe/AIR folder. Nothing fixes it. Tried it without Manycam running but the problem is still there.
    Does anyone know what is going on and how can I fix this?
    Air 2.5.1.17730 17730
    Mac OS X 10.6.5
    FP 10,1,102,64

    I am Running:
         - MAC OS X 10.6.6 (Snow Leopoard).
         - Flash Player 10.1.102.64 (debugger)
         - Adobe AIR 2.5.1.1 (MAC)
         - Adobe Flex 4.1.0
    I have compiled a simple test 1 Flex app & 1 AIR app with the following code:
         trace(Camera.names.length);
    The Flex app returns 3 camers (my iSight, and 2 usb connected Logitech Cameras).
    The AIR app returns 1 camera(USB Device).I am building an app that requires the use
    of the 2 USB connected Logitech Cameras. It works in Flex but not in AIR.
    I have tried to roll back to AIR 2.5 and to the newest AIR 2.5.1.1 and no luck.

  • Reg: Dashboard page Name not getting displayed.

    Hi
    I have created a dashboard Dashboard1 and it has 5 different pages
    pg1 thru pg5. I have 5 users USER1,USER2.USER3,USER4 and USER5.
    I have assigned each page to a user and all the users have access to Dashboard1
    i.e
    USER1 pg1 of Dashboard1
    USER2 pg2 of Dashboard1
    USER3 pg3 of Dashboard1
    USER4 pg4 of Dashboard1
    USER5 pg5 of Dashboard1
    The problem is name of the pages is not displayed once the dashboard is accessed after log on..The report attached to that page is displaying data, but page name on the tab is blank...
    Could anybody help me with this information pls..
    Thanks in Advance...

    Hi,
    When a single page is placed on the Dashboard it will not show the page name as it won't show any tab on the Dashboard. This is happening by default.
    This case applies to your scenario as you restricting those pages among the users.
    To just check, give the permissions to the user1 to view 2 dashboard pages instead of 1. Then you can able to see the page names on the tabs as 2 pages are on the Dashboard for that user.
    I am also not aware of displaying the Page name when there is a single page on the dashboard...:(
    -Vency

  • Limitation on principal name length due to propagation?

    Is there a limitation on the java.security.Principal name length due to the underlying
    implementation of the security context propagation, even though it is a java.lang.String?
    Thanks,
    Guillaume Bedard

    Is there a limitation on the java.security.Principal name length due to the underlying
    implementation of the security context propagation, even though it is a java.lang.String?
    Thanks,
    Guillaume Bedard

  • Can I stop iWeb from putting a page name at the top?

    I don't want page names across the top in iWeb. I have a list of hyperlinked icons on the side for that.
    Can anyone tell me how to stop iWeb from putting the page name on the page?
    Thanks.

    The script is for the text in the browser title bar.
    The title is taken from the large textbox at the top of each webpage.
    If that box is missing or empty, iWeb uses a next textbox for the title.
    If that is missing too, the pagename is used for the title.
    If you want the title in the titlebar but not the large textbox on your page, select the textbox, do Cm-T and drag the font-size slider to the bottom.
    Then click the color next to the T-icon and drag that opacity slider to the left (0).
    Then resize the textbox to it minimun size and drag it out of view. And don't forget you did.
    But I think the OP means the navigation links at the top.

  • Field name lengths

    The field name lengths in the Citadel database are approaching 80 characters when Citadel adds the total path to each field. I am saving data from a process running on computer #1 to computer #2. I am using OPC and to select the analog input values require an extremely long length to the field names.
    i.e.
    "\\Dispatchbd1\Freq_Process\FreqOPC.'OPC DAQ Items'.'Analog Input'.'PHS Narrow Freq'" is just one of my field names. When you have 75 values in a database that you want to look at this long name gets discouraging. Any help would be appreciated.

    Hi Wapa,
    You are right the names are a bit long. Citadel stores the absolute names (includes computer and process name), to make sure the names are unique. For example if process1 and process2 have both Pot1 and you are storing the data to the same database, unless you log it with a process name and computer name you would get a conflict - (if there is just Pot1 you would not know from which process).
    So, the computer and process parts are always there. The Item name has to be also included, but you have more choise there. The member ('OPC DAQ Items'.'Analog Input'.''PHS Narrow Freq') can be aliased to anything you want (and is valid). Go to the Edit database - select the item in the second window - select the datatype - type in alias (for example item1) - check the log to
    historical database and hit save (you are going to get a warning - don't worry about it, just make sure the alias (item1) you typed is is not already an existing item - because of the folder structure exposed by DAQ OPC you'll be fine).
    Now instaed of using "\\Dispatchbd1\Freq_Process\FreqOPC.'OPC DAQ Items'.'Analog Input'.'PHS Narrow Freq'" you can go with "\\Dispatchbd1\Freq_Process\FreqOPC.item1" - you can stop loggin the original member.
    If you need to go even shorter, you can create an expression object for every member you want to log and then log the expression. Then you get to something like:
    "\\Dispatchbd1\Freq_Process\Exp1"
    I hope this helps.
    Martin

  • Problem with pages name in dashboard  Oracle BIEE 11g

    Hello.
    I use Oracle BIEE 11.1.1.3.0
    I have dashboard 'CBR_CTLOG'. Dashboard has two pages 'Протокол контроля' and 'Протокол контроля детализированный'.
    Both pages have dashboards prompt with active "Apply to all prompt pages"
    When I go from 'Протокол контроля' to 'Протокол контроля детализированный', I get error:
    Invalid path (/shared/CBR/_portal/CBR_CTLOG/Протокол контроля детализированный) -- path not found in dashboard
    But when pages have English name "Test" and "Test2", I don't get this error.
    I think, it's connected with that I don't use English languages for pages name, and BI EE don't make link for crossing.
    How can I solve this problem, because I can't use English names for pages.

    Hi Ramon,
    I am also facing the same problem... My driver name get changed after installing oracle 8.1.7.. I also don't know how to change back the driver name..

  • Unexpected error has occured , when editting a wiki page name

    I am working on SharePoint 2013 , and i have a site collection of type Enterprise wiki. currently when users edit a wiki page and they change the wiki page name, they will get the following error page:-
    but the modifications will take effect, so if the users refresh the above error page they will be redirected to the wiki page.. and after that the whole site collection will be raising the same error when other users create or edit wiki pages.  here
    is the logs after we create a wiki page and we chnage its tittle to be "T Group Email Setup" :-
    14:38:53.46 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Information Rights Management ajd2k Medium Information Rights Management (IRM): The email address of the requesting user is successfully set to IRM. 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.46 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Information Rights Management ai4ko Medium Information Rights Management (IRM): The IRM status of the document [Pages/T Group Email Setup.aspx] is: untried (-1), the return values is: 0x0. 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.46 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ahjki Medium Spent 0 ms to parse 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.47 w3wp.exe (0xB558) 0x8520 SharePoint Foundation General akhc2 Medium defaultcss.ashx: resource specified null 7fc8f89c-6c37-c0b7-30fc-0af39e0d7160
    04/02/2015 14:38:53.47 w3wp.exe (0xB558) 0x8520 SharePoint Foundation General aj5g6 Medium defaultcss.ashx: attempting to get web.MasterCssUrl 7fc8f89c-6c37-c0b7-30fc-0af39e0d7160
    04/02/2015 14:38:53.47 w3wp.exe (0xB558) 0x8520 SharePoint Foundation General akhc4 Medium defaultcss.ashx: creating final redirect url and send 301. 7fc8f89c-6c37-c0b7-30fc-0af39e0d7160
    04/02/2015 14:38:53.47 w3wp.exe (0xB558) 0x8520 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq,13 agb9s,25 akhc2,0 aj5g6,0 akhc4 7fc8f89c-6c37-c0b7-30fc-0af39e0d7160
    04/02/2015 14:38:53.47 w3wp.exe (0xB558) 0x8520 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://www.tgroupgroup.intra:80/kb/CustomerServiceKB/_layouts/15/defaultcss.ashx?ctag=0)). Execution Time=43.8773643018875 7fc8f89c-6c37-c0b7-30fc-0af39e0d7160
    04/02/2015 14:38:53.47 w3wp.exe (0xB558) 0x432C SharePoint Foundation Request Management adc7v Medium Reverse mapping URI from 'http://www.tgroupgroup.intra/_layouts/15/1033/styles/corev15app.css?rev=zuVbsgCb8FoNMkaQ3BfMXg%3D%3D' to 'http://www.tgroupgroup.intra/_layouts/15/1033/styles/corev15app.css?rev=zuVbsgCb8FoNMkaQ3BfMXg%3D%3D' 7fc8f89c-6c37-c0b7-30fc-0af39e0d7160
    04/02/2015 14:38:53.47 w3wp.exe (0xB558) 0x59B0 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq,2 adc7u,49 adc7v 7fc8f89c-6c37-c0b7-30fc-0af39e0d7160
    04/02/2015 14:38:53.47 w3wp.exe (0xB558) 0x59B0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://www.tgroupgroup.intra/kb/CustomerServiceKB/_layouts/15/defaultcss.ashx?ctag=0)). Execution Time=55.8803563022675 7fc8f89c-6c37-c0b7-30fc-0af39e0d7160
    04/02/2015 14:38:53.49 w3wp.exe (0xB558) 0x9CA4 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: (none)
    04/02/2015 14:38:53.49 w3wp.exe (0xB558) 0x16A0 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq,3 adc7u 7fc8f89c-5c38-c0b7-30fc-0dac7025c6cf
    04/02/2015 14:38:53.49 w3wp.exe (0xB558) 0x16A0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://www.tgroupgroup.intra/_layouts/15/images/gears_anv4.gif?rev=23)). Execution Time=42.2711545741149 7fc8f89c-5c38-c0b7-30fc-0dac7025c6cf
    04/02/2015 14:38:53.53 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Dev Events ajekb High [Forced due to logging gap, cached @ 04/02/2015 14:38:53.46, Original Level: Verbose] Invoking EventReceiver - [Id: {0}] 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.53 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Database 8acb High [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.57 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High UserAgent not available, file operations may not be optimized. at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb) at Microsoft.SharePoint.SPFileStreamManager.ComputeStreamsToWrite(Int64 putDocOpt, SPFileInfo& fileInfo, Boolean& useTVP, Boolean& doBatchedSqlWrite, Byte& newStreamSchema, Int64& bsnBump, Int32& newNumStreams, Int64& totalStreamLength) at Microsoft.SharePoint.Library.SPRequestInternalClass.PutFile(String bstrUrl, String bstrWebRelativeUrl, Object punkFile, Int64 cbFile, Object punkSPFileMgr, Object punkFFM, Int64 PutFileOpt, String bstrCreatedBy, String bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object varTimeCreated, Object varTimeLastModified, O... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.57* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...bject varProperties, String bstrCheckinComment, String bstrLockIdMatch, String bstEtagToMatch, Int32 lockType, String lockId, Int32 minutes, Int32 fRefreshLock, Int32 bValidateReqFields, Guid gNewDocId, SPFileSaveParams sfsp, SPFileInfo& pFileProps, UInt32& pdwVirusCheckStatus, String& pVirusCheckMessage, String& pEtagReturn, Byte& piLevel, Int32& pbIgnoredReqProps) at Microsoft.SharePoint.Library.SPRequestInternalClass.PutFile(String bstrUrl, String bstrWebRelativeUrl, Object punkFile, Int64 cbFile, Object punkSPFileMgr, Object punkFFM, Int64 PutFileOpt, String bstrCreatedBy, String bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object varTimeCreated, Object varTimeLastModified, Object varProperties, String bstrCheckinComment, String bstrLockIdMatch, String bstEtagToMatch, I... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.57* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...nt32 lockType, String lockId, Int32 minutes, Int32 fRefreshLock, Int32 bValidateReqFields, Guid gNewDocId, SPFileSaveParams sfsp, SPFileInfo& pFileProps, UInt32& pdwVirusCheckStatus, String& pVirusCheckMessage, String& pEtagReturn, Byte& piLevel, Int32& pbIgnoredReqProps) at Microsoft.SharePoint.Library.SPRequest.PutFile(String bstrUrl, String bstrWebRelativeUrl, Object punkFile, Int64 cbFile, Object punkSPFileMgr, Object punkFFM, Int64 PutFileOpt, String bstrCreatedBy, String bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object varTimeCreated, Object varTimeLastModified, Object varProperties, String bstrCheckinComment, String bstrLockIdMatch, String bstEtagToMatch, Int32 lockType, String lockId, Int32 minutes, Int32 fRefreshLock, Int32 bValidateReqFields, Guid gNewDocId, SP... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.57* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...FileSaveParams sfsp, SPFileInfo& pFileProps, UInt32& pdwVirusCheckStatus, String& pVirusCheckMessage, String& pEtagReturn, Byte& piLevel, Int32& pbIgnoredReqProps) at Microsoft.SharePoint.SPFileCollection.AddStreamOrBytesInternal(String urlOfFile, Stream file, Int64 fileSizeToSave, SPFileStreamManager spmgr, PutFileOpt fileOpt, String createdBy, String modifiedBy, Int32 createdByID, Int32 modifiedByID, DateTime timeCreated, DateTime timeLastModified, Object varProperties, String checkInComment, Stream formatMetadata, String lockIdMatch, String etagToMatch, SPLockType lockType, String lockId, TimeSpan lockTimeout, Boolean validateRequiredFields, SPVirusCheckStatus& virusCheckStatus, String& virusCheckMessage, String& etagNew, Boolean& ignoredRequiredProps) at Microsoft.SharePoint.SP... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.57* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...FileCollection.Add(String urlOfFile, Byte[] file, SPFileCollectionAddParameters parameters) at Microsoft.SharePoint.Publishing.PublishingWeb.<>c__DisplayClass27.<AddPublishingPage>b__22() at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock) at Microsoft.SharePoint.Publishing.PublishingWeb.AddPublishingPage(String name, PageLayout layout, SPFolder folder) at Microsoft.SharePoint.Publishing.Internal.CodeBehind.CreatePublishingPageDialog15.CreatePublishingPage(String newPageName, PageLayout pageLayout, SPFolder folder, Boolean doCreateFriendlyUrl) at Microsoft.SharePoint.Publishing.Internal.CodeBehind.CreatePublishingPageDialog15.<>c__Dis... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.57* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...playClass2.<CreateButton_Click>b__0(SPLongOperation longOperation) at Microsoft.SharePoint.SPLongOperation.Begin(String leadingHtml, String trailingHtml, BeginOperation beginOperation) at Microsoft.SharePoint.Publishing.Internal.CodeBehind.CreatePublishingPageDialog15.CreateButton_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecu... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.57* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...tionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Ho... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.57* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...sting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.57 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Cobalt abnwk Medium |No zip central directory found 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.58 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Client File Access ajk3p Medium ttidLogWssCellStgConcise [Url: Pages/T Group Email Setup.aspx][User: i:0#.w|ad-tgroup\system.user (NonCobaltOriginated)][StreamSizes: Request=0 bytes, Response=0 bytes][TotalRequestTime: 0msec][PartitionID: Default][Request: PutChanges **FFU Pri=0 Result=Success][cbOld=0][cbNew=282][cLR:0][MD:0=AutoGenerated.OOF.No.NoOtherUsers.FutureOpen.Recently.DocumentIsActive.Content.Wired.None.Normal][cBCQ=0][cbCQ=0][cBRB=0][cbRB=0][cbREB=0][cBHBW=1][cbHBW=1496][cbHBEW=64320][cBHBDel=0][Mngd] 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.58 w3wp.exe (0xB558) 0x9B4C SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: (none)
    04/02/2015 14:38:53.64 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Database ahjqp High [Forced due to logging gap, cached @ 04/02/2015 14:38:53.58, Original Level: Verbose] SQL connection time: 0.275942892183224 for Data Source=tgroupGVSQL02\SPS;Initial Catalog=WSS_Content_ea05119bb8a4408ab450dcd46d6015e8;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.64 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Database 8acb High [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.66 w3wp.exe (0xB558) 0xABE0 SharePoint Foundation Dev Events ajbpn Medium Set EventFiringDisabled to [False]. Stack trace: [ at Microsoft.SharePoint.SPEventManager.HandleEventCallback[ReceiverType,PropertiesType](Object callbackData) at Microsoft.SharePoint.Utilities.SPThreadPool.WaitCallbackWrapper(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() at System.Threading.ThreadPoolWorkQueue.Dispatch() ] 7ac8f89c-3cf7-c0b7-30fc-056f978cb65a
    04/02/2015 14:38:53.66 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High UserAgent not available, file operations may not be optimized. at Microsoft.SharePoint.SPFileStreamManager.get_UserAgent() at Microsoft.SharePoint.SPFileStreamManager.BindFileInfoToInput(SPFileInfo& fileInfo) at Microsoft.SharePoint.Library.SPRequestInternalClass.PutFile(String bstrUrl, String bstrWebRelativeUrl, Object punkFile, Int64 cbFile, Object punkSPFileMgr, Object punkFFM, Int64 PutFileOpt, String bstrCreatedBy, String bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object varTimeCreated, Object varTimeLastModified, Object varProperties, String bstrCheckinComment, String bstrLockIdMatch, String bstEtagToMatch, Int32 lockType, String lockId, Int32 minutes, Int32 fRefreshLock, Int32 bValidateReqFields, Guid gNewDocId, SPFileSaveParams sfsp, SPFileInfo& pFileProps,... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.66* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ... UInt32& pdwVirusCheckStatus, String& pVirusCheckMessage, String& pEtagReturn, Byte& piLevel, Int32& pbIgnoredReqProps) at Microsoft.SharePoint.Library.SPRequestInternalClass.PutFile(String bstrUrl, String bstrWebRelativeUrl, Object punkFile, Int64 cbFile, Object punkSPFileMgr, Object punkFFM, Int64 PutFileOpt, String bstrCreatedBy, String bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object varTimeCreated, Object varTimeLastModified, Object varProperties, String bstrCheckinComment, String bstrLockIdMatch, String bstEtagToMatch, Int32 lockType, String lockId, Int32 minutes, Int32 fRefreshLock, Int32 bValidateReqFields, Guid gNewDocId, SPFileSaveParams sfsp, SPFileInfo& pFileProps, UInt32& pdwVirusCheckStatus, String& pVirusCheckMessage, String& pEtagReturn, Byte& piLevel, In... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.66* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...t32& pbIgnoredReqProps) at Microsoft.SharePoint.Library.SPRequest.PutFile(String bstrUrl, String bstrWebRelativeUrl, Object punkFile, Int64 cbFile, Object punkSPFileMgr, Object punkFFM, Int64 PutFileOpt, String bstrCreatedBy, String bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object varTimeCreated, Object varTimeLastModified, Object varProperties, String bstrCheckinComment, String bstrLockIdMatch, String bstEtagToMatch, Int32 lockType, String lockId, Int32 minutes, Int32 fRefreshLock, Int32 bValidateReqFields, Guid gNewDocId, SPFileSaveParams sfsp, SPFileInfo& pFileProps, UInt32& pdwVirusCheckStatus, String& pVirusCheckMessage, String& pEtagReturn, Byte& piLevel, Int32& pbIgnoredReqProps) at Microsoft.SharePoint.SPFileCollection.AddStreamOrBytesInternal(String urlOfFil... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.66* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...e, Stream file, Int64 fileSizeToSave, SPFileStreamManager spmgr, PutFileOpt fileOpt, String createdBy, String modifiedBy, Int32 createdByID, Int32 modifiedByID, DateTime timeCreated, DateTime timeLastModified, Object varProperties, String checkInComment, Stream formatMetadata, String lockIdMatch, String etagToMatch, SPLockType lockType, String lockId, TimeSpan lockTimeout, Boolean validateRequiredFields, SPVirusCheckStatus& virusCheckStatus, String& virusCheckMessage, String& etagNew, Boolean& ignoredRequiredProps) at Microsoft.SharePoint.SPFileCollection.Add(String urlOfFile, Byte[] file, SPFileCollectionAddParameters parameters) at Microsoft.SharePoint.Publishing.PublishingWeb.<>c__DisplayClass27.<AddPublishingPage>b__22() at Microsoft.Office.Server.Diagnostics.FirstChanceHan... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.66* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...dler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock) at Microsoft.SharePoint.Publishing.PublishingWeb.AddPublishingPage(String name, PageLayout layout, SPFolder folder) at Microsoft.SharePoint.Publishing.Internal.CodeBehind.CreatePublishingPageDialog15.CreatePublishingPage(String newPageName, PageLayout pageLayout, SPFolder folder, Boolean doCreateFriendlyUrl) at Microsoft.SharePoint.Publishing.Internal.CodeBehind.CreatePublishingPageDialog15.<>c__DisplayClass2.<CreateButton_Click>b__0(SPLongOperation longOperation) at Microsoft.SharePoint.SPLongOperation.Begin(String leadingHtml, String trailingHtml, BeginOperation beginOperation) at Microsoft.SharePoint.Publishing.Internal.CodeBehind.C... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.66* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...reatePublishingPageDialog15.CreateButton_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) a... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.66* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...t System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at Syst... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.66* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...em.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.66 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files aiv4x Medium Spent 125 ms to add 282 byte file stream 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.74 w3wp.exe (0xB558) 0xA334 SharePoint Foundation General g3ql High [Forced due to logging gap, cached @ 04/02/2015 14:38:53.69, Original Level: Verbose] GetUriScheme(/kb/CustomerServiceKB/Pages/T Group Email Setup.aspx) 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.74 w3wp.exe (0xB558) 0xA334 SharePoint Foundation General g3ql High [Forced due to logging gap, Original Level: Verbose] GetUriScheme(/kb/CustomerServiceKB/_catalogs/masterpage/EnterpriseWiki.aspx) 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.74 w3wp.exe (0xB558) 0xABE0 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (EnsureListItemsData). Execution Time=56.7878040365465 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.75 w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High UserAgent not available, file operations may not be optimized. at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb) at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult) at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres) at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.75* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...) at Microsoft.SharePoint.Library.SPRequestInternalClass.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bPreserveItemUIVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bUnRestrictedUpdateInProgress, Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter pListDataValidationCallback, ISP2DSafeArrayWriter pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback) at Microsoft.SharePoint.Library.SPRequestInternalClass.AddOrUpdateItem(String bstrUrl, String bstrListNa... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.75* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...me, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bPreserveItemUIVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bUnRestrictedUpdateInProgress, Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter pListDataValidationCallback, ISP2DSafeArrayWriter pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback) at Microsoft.SharePoint.Library.SPRequest.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bPreserveItemUIVersion, Boolean bUpdateNoVer... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.75* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...sion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bUnRestrictedUpdateInProgress, Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter pListDataValidationCallback, ISP2DSafeArrayWriter pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback) at Microsoft.SharePoint.SPListItem.AddOrUpdateItem(Boolean bAdd, Boolean bSystem, Boolean bPreserveItemVersion, Boolean bNoVersion, Boolean bMigration, Boolean bPublish, Boolean bCheckOut, Boolean bCheckin, Guid newGuidOnAdd, Int32& ulID, Object& objAttachmentNames, Object& objAttachmentContents, Boolean suppressAfterEvents, String fil... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.75* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...ename, Boolean bPreserveItemUIVersion) at Microsoft.SharePoint.SPListItem.UpdateInternal(Boolean bSystem, Boolean bPreserveItemVersion, Guid newGuidOnAdd, Boolean bMigration, Boolean bPublish, Boolean bNoVersion, Boolean bCheckOut, Boolean bCheckin, Boolean suppressAfterEvents, String filename, Boolean bPreserveItemUIVersion) at Microsoft.SharePoint.Publishing.PublishingWeb.<>c__DisplayClass27.<AddPublishingPage>b__22() at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock) at Microsoft.SharePoint.Publishing.PublishingWeb.AddPublishingPage(String name, PageLayout layout, SPFolder folder) at Microsoft.SharePoint.Publishing.Internal.CodeBe... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.75* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...hind.CreatePublishingPageDialog15.CreatePublishingPage(String newPageName, PageLayout pageLayout, SPFolder folder, Boolean doCreateFriendlyUrl) at Microsoft.SharePoint.Publishing.Internal.CodeBehind.CreatePublishingPageDialog15.<>c__DisplayClass2.<CreateButton_Click>b__0(SPLongOperation longOperation) at Microsoft.SharePoint.SPLongOperation.Begin(String leadingHtml, String trailingHtml, BeginOperation beginOperation) at Microsoft.SharePoint.Publishing.Internal.CodeBehind.CreatePublishingPageDialog15.CreateButton_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.Process... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.75* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...Request(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, ... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.75* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags... 7fc8f89c-ec23-c0b7-30fc-08927bd518c3
    04/02/2015 14:38:53.75* w3wp.exe (0xB558) 0xA334 SharePoint Foundation Files ak8dj High ...) 7fc8f89c-ec23-c0b7-30fc-08927bd518c3

    can anyone adivce on my question please ?

  • Report Name Length Problem

    Hies
    Guys I've a problem in oracle report calling from Oracle FORMS. I am using reports and forms 6i. When the report name length is more than 30 characters the report engine runs first time correctly but on the second call of report the system gives an error :
    " RWRBE60.exe has generated errors and will be closed by windows.You will need to restart the program ".
    After this error the report engine closes and i have to call the report again.
    Is there a length fixed for reports name in Oracle 6i.
    Is any possible solution available.
    Remember i dont want to shorten my report names.
    Kindly help me with this.
    Thanx.

    There may be a limit, but I'm not aware of any. I never ran accross a limit. You may try the latest patch to see if it helps. What is your exact Developer version?
    But I really have never seen report names of more than 10 characters or so. Almost every application has some short program coding, like xyz_0010.rep, r_emp.rep etc.
    Do you mean the the name including the full path is more than 30 characters? If you put the path in the REPORTS60_PATH variable, your report names don't have to include the path.

  • What are the things to be changed when changing page name, model, jws, etc?

    Hi Everyone,
    My jdev version is 11.1.2.3.0.
    I have developed one ADF application with one page and it is working fine.
    Now i need to change my page name so i modified and it is also working fine.
    But while deploying it gives error like model-viewcontroller already exists because previous application without changes is already there in server.
    without disturbing the previous application i need to deploy this changed application as a new application to the web logic server.
    For that what are all the changes i need to perform and where to perform?
    Please give suggestions.
    Thanks.

    You only need to change the webroot and the application name (you may try with the same application name, but I', not sure it works then).
    When you then deploy the server take the ear a new application.
    Timo

  • How do i change the text in a submenu diffrent than the page name? I want it wrap into two lines

    How do i change the text in a submenu diffrent than the page name? I want it wrap into two lines or be a diffrent title but i can't figure out how to make any changes to the text.

    Hello,
    Text in Menu/Submenu canno tbe changed while using menu widget. However, if you use the Manual Menu option, then you can create your own Menu and add the hyperlinks according to your requirement.
    To create Manual Menu, please follow the steps below :
    1) In the Widget palette, go to "Menus" click and drag "Vertical/Hrizontal" into your artboard/workspace
    2) Click on the widget itself to a blue arrow appears to the right
    3) There is a drop down called "Menu Type" set it to "Manual" (as shown in screenshot) :
    4) Now You can create your own Menu and add your own text and hyperlink to  this Menu.
    Hope this helps.
    Regards,
    Sachin

  • Insert Page Name in Master page

    Hello.
    I was wondering if there was an easy way to insert the page name inside a master page, something like indesign's variable ?
    If i want this exactly like the widgets (drag and drop a box, it places with editable attribute of pageitem::menu), i'm ok to type and paste some html.
    (I also wonder how to use the widgets.muse file to build my own, but that's another question i guess)

    Thanks, this sounds like just what I'm after. However…
    I feel pretty silly asking this, but I can't understand the Adobe Help files on overriding a master item.
    It lists a two step process:
    Make sure the master item can be overridden -this seems to be fine. After selecting the inserted File Name in the master I can see a tick next to Allow Master Item Overrides On Selection in the Pages panel menu.
    Override specific master items on a document page - this is where I get lost.
    Firstly I can't select the items on a regular (non-master) page. Am I meant to select them on the master page?
    Secondly the help file simply says "Change the selected master items as desired." How do I change them. There's no explicit instruction, and I can't for the life of me work it out.
    More generally (if this does happen on a master), do I need to make this change on every document in the book, or can I simply make the change on the Style Source and then synchronise the remaining files?

  • Unable to update the page name programmatically

    Hi,
    I'm trying to change the Page title through the program. It seems, its updating but when I actually open the page and see the page it is not showing the updated page title.
    Here is the code
    IPcdObjectFactory pcdObjectFactory =
              ((IPcdGlService) PortalRuntime.getRuntimeResources().getService(IPcdGlService.KEY)).getPcdObjectFactory();
    IPcdAttribute newPcdAttr = null;
    newPcdAttr = pcdObjectFactory.createPcdAttribute(PcdAttributeValueType.STRING, "com.sap.portal.pcm.Title");
    if(att!=null && att.getType() == PcdAttributeValueType.STRING){
         newPcdAttr.set(0, new String("Test : Employé "));
    }else{
         newPcdAttr.set(pcdObjectFactory.getDefaultLocale(), new String("Test FR123: Employé"));               
    ModificationItem[] mods = new ModificationItem[] { new ModificationItem(DirContext.REPLACE_ATTRIBUTE, (Attribute) newPcdAttr)};
    targetobject.modifyAttributes("", mods);
    If we add this page to a workset as a delta link & it should reflect the updated page name
    We are on EP6 SP12
    Thank you,
    Satya

    Hi Satya,
    Can you explain a little what is your intended result? Is not clear (to me anyway) if you want to change the text in the navigation, page title inside an iview or browser title.
    Things that might interfere with what you want to do independent of the intended result is:
    1. Navigation cache: check that is turned off.
    2. User locale vs. iView/Page default Locale. If they are not equal and you change a "translatable" value you could be changing it right but the user won't see it.
    3. Even with the cache turned off I see very dificult that you could see the titled changed if "something" doesn't trigger some kind of refresh.
    Regards,

Maybe you are looking for

  • How to move projects from one computer to another?

    Hi, What is the best way to move a project in labview signalexpress from one computer to anotherone and include all log files? As i try i get the error mistake ""the project that you just opened contains logs which are linked to the following deleted

  • Error when creating tweens and masks

    Hi Guys, i seem to be having a porblem with any sort of tweens, motion (classsic) and shape. when i create a new motion tween for example, i get the yellow "!" error in properties and it says "Motion tweening will not occur on layers with ungrouped s

  • How to use cost center hierarchy?

    Hi,               How to use cost center hierarchy?I have created that but how to use that.Can somebody help me?                                     Sekar

  • IPhone viewing Streaming Video in other formats

    I am considering an iPhone, however, I am curious if the iPhone can view streaming video in other formats such as wmv. I have tried on a friends phone and it didn't work. Is there a plug-in for the iPhone that can be installed to do this?

  • X-FI simple questi

    OK im looking to update my old audigy 2 value as i would like to. One question i have is on the X-FI XtremeMusic (as i take it its the same as all the higher end cards minus the li've dri've ...) on the XM can you turn sets of speakers off. The reaso