Web Part Zone "ID" not coming down to HTML

I have added web part zones to a page layout using sharepoint designer.. I used snippets to get a web part zone and paste it into my html page layout file. I gave my web part zone a custom id for tabs that I am trying to set up. When I render my page the
zone is there but it does not get the ID that I am registering in the code, it doesn't get any id.
HTML in Page Layout:
<div data-name="WebPartZone">
<!--CS: Start Web Part Zone Snippet-->
<!--SPM:<%@Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
<div xmlns:ie="ie">
<!--MS:<WebPartPages:WebPartZone runat="server" ID="TabbedWebPartZone" TitleBarVerbButtonType="Link" AllowPersonalization="False" FrameType="TitleBarOnly" Orientation="Vertical" WebPartVerbRenderMode="TitleBar">-->
<!--MS:<ZoneTemplate>-->
<!--DC: Replace this comment with default web parts for new pages. -->
<!--ME:</ZoneTemplate>-->
<!--ME:</WebPartPages:WebPartZone>-->
</div>
<!--CE: End Web Part Zone Snippet-->
</div>
Code in ASPX:
<div data-name="WebPartZone">
<div>
<WebPartPages:WebPartZone runat="server" ID="TabbedWebPartZone" TitleBarVerbButtonType="Link" AllowPersonalization="False" FrameType="TitleBarOnly" Orientation="Vertical" WebPartVerbRenderMode="TitleBar"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>
</div>
</div>
Rendered HTML:
<div data-name="WebPartZone">
<div>
<div class="ms-webpart-zone ms-fullWidth">
<div id="MSOZoneCell_WebPartWPQ3" class="s4-wpcell-plain ms-webpartzone-cell ms-webpart-cell-vertical ms-fullWidth ">
<div class="ms-webpart-chrome ms-webpart-chrome-vertical ms-webpart-chrome-fullWidth ">
<div WebPartID="00d08129-ccbd-49ef-8b82-1165a0c690c2" HasPers="false" id="WebPartWPQ3" width="100%" class="ms-WPBody noindex " allowDelete="false" style="" ><div componentid="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_csr" id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_csr"></div><noscript><div id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript><div id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2">
<div class="ms-webpart-chrome ms-webpart-chrome-fullWidth ">
<div class="ms-webpart-chrome-title" id="WebPartWPQ7_ChromeTitle">
<span title="" id="WebPartTitleWPQ7" class="js-webpart-titleCell"><h2 style="text-align:justify;" class="ms-webpart-titleText"><nobr><span></span><span id="WebPartCaptionWPQ7"></span></nobr></h2></span>
</div><div WebPartID="00000000-0000-0000-0000-000000000000" HasPers="true" id="WebPartWPQ7" width="100%" class="ms-WPBody ms-WPBorder noindex ms-wpContentDivSpace " OnlyForMePart="true" allowDelete="false" style="" ><div componentid="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_ctl00_csr" id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_ctl00_csr"></div><noscript><div id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_ctl00_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript><div id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_ctl00">
</div><div class="ms-clear"></div></div>
</div>
</div><div class="ms-clear"></div></div>
</div><div class="ms-PartSpacingVertical"></div>
</div><div id="MSOZoneCell_WebPartWPQ4" class="s4-wpcell-plain ms-webpartzone-cell ms-webpart-cell-vertical ms-fullWidth ">
<div class="ms-webpart-chrome ms-webpart-chrome-vertical ms-webpart-chrome-fullWidth ">
<div WebPartID="3394b689-f05f-4cc7-a403-e4a4a6076229" HasPers="false" id="WebPartWPQ4" width="100%" class="ms-WPBody noindex " allowDelete="false" style="" ><div componentid="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_csr" id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_csr"></div><noscript><div id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript><div id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229">
<div class="ms-webpart-chrome ms-webpart-chrome-fullWidth ">
<div class="ms-webpart-chrome-title" id="WebPartWPQ8_ChromeTitle">
<span title="" id="WebPartTitleWPQ8" class="js-webpart-titleCell"><h2 style="text-align:justify;" class="ms-webpart-titleText"><nobr><span></span><span id="WebPartCaptionWPQ8"></span></nobr></h2></span>
</div><div WebPartID="00000000-0000-0000-0000-000000000000" HasPers="true" id="WebPartWPQ8" width="100%" class="ms-WPBody ms-WPBorder noindex ms-wpContentDivSpace " OnlyForMePart="true" allowDelete="false" style="" ><div componentid="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_ctl00_csr" id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_ctl00_csr"></div><noscript><div id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_ctl00_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript><div id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_ctl00">
</div><div class="ms-clear"></div></div>
</div>
</div><div class="ms-clear"></div></div>
</div>
</div>
</div>
</div>
Why won't my Web Part Zone's ID register down to the HTML that is rendered?
I've tried adding the ID on the data-name: Web part zone div but that also does not work.
Any suggestions?
I've seen several references online where people have custom ID's like mine on their Web Part Zones... what am I doing wrong :/

You are placing inside webpart zone right,
"Web Part infrastructure automatically sets this value" see this link
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webpartpages.webpart.id.aspx
Hope this helps!
MCITP: SharePoint 2010 Administrator
MCTS - MOSS 2007 Configuring, .NET 2.0
| SharePoint Architect | Evangelist |
http://www.sharepointdeveloper.in/
http://ramakrishnaraja.blogspot.com/

Similar Messages

  • How to add web part zone?

    I am testing SP 2010 and trying to add a webpartzone to the page. So I go into SPD and edit the page. However I can only add new webparts not another webpartzone. The option is greyed out. So the only webpartzone I see is "Rich Content" when viewed on the
    web. The page is based on v4.master. But even if I try and edit v4.master, I do not have WebPartZone enabled....I guess I am still new and learning....can someone tell me what I need to do?
    Thanks in advance,
    Jacob. 

    Hi
    just add a new div in the page, then go to designer mode, now the button will be visible to add web part zone.
    Alternate is that, just copy and paste the following code in the aspx page
    <div>
    <WebPartPages:WebPartZone
    runat="server"
    FrameType="TitleBarOnly"
    ID="Left"
    Title="loc:Left"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>
    </div>
    It will work
    Muhammad Kamran Rafi
    [email protected]
    SharePoint Developer
    Xelleration LLC

  • How to fix web part zone width?

    I would like to fix the web part zone width on a SharePoint page such that it is not overridden by any web part. Irrespective of me adding a smaller or larger webpart, the zone width should remain the same. I am ok if that introduces scroll bars. I tried giving the zone width, but currently the Content Editor web part width overrides that (a user gave a larger width in the Appearance section than the web part zone width).
    Is there a way to do that?
    ThanksSanjeev Garg [MSFT]

    Hi Sanjeev,
    Do you need this done in a particular page or is it for a lot of pages in your site? Either way, you can add custom CSS to make it a fixed width. For example:
    #your_webpart_zone_id
           width: 400px;
           overflow: auto;
    The overflow statement above should render scrollbars within the web part zone if any web part width is more than the web part zone width.
    If you need this for just few pages, then I'd recommend that you add a CEWP on those pages and add the above CSS through the Source Editor of the CEWP. But, if you need this on every page, then you can add the custom css in your master file to affect all pages.
    Use a DOM inspector to find the id or class of the web part zone easily. I hope this answers your question.
    Pman
    http://www.pmansLab.com/

  • Web Part Zone personalization

    Using SharePoint 2013;
    Is there an option out of the box to personalize Web Part Zone like we have for Web Parts. We have a requirement to create a Web Part page in which users can personalize by adding the Web Parts they wanted to see.
    Scenario: User 1 login in to the site and adds WebPart1 to this page & User 2 adds WebPart2 to the same page. Each users should not see the Web Part that are added by other users.
    --Cheers

    Ok, thanks for your replies
    I'm planning to go with OOB option with few customizations. Below is the plan, please suggest me if you have any ideas
    Personalize this Page - On pages the site contributors can add the Web Parts to create a personal view of the page. For example, a Web Part can be added to a page and viewable by only those users. When users personalize a page, others will
    continue to view the public version or the shared version, or their own personalized version. Once a page is personalized, we have an option to view either your personal version or the shared version.
    Create web part page “My Page”
    Check 'Add/Remove Personal Web Parts' & 'Update Personal Web Parts' permission level at Web Application level and user group level in order to enable personalize this page menu in the site for the user.
    Restrict personal page from showing all web parts in the Add Web Part list by assigning appropriate permission to Web Part Gallery. As this is admin defined as per our requirement
    Enable Personalize this Page option only to the custom “My Page”. Hide this menu for all the other pages.
    --Cheers

  • Web Analysis report is not coming with the border/logo/heading while print

    Hi All,
    I am using 9.3.1 version of hyperion planning were Web Analysis report is not coming with the border/logo/heading while printing with the option "print all object", Only the data grid is coming in the print. If I use "print screen" it is coming with border/logo/heading but it gives a screenshot of the report, that won't cater out need.
    So please suggest us with a resolution to have border, logo and heading, while using Print all object.
    Thanks with regards....
    Rao

    Hi Sagar,
    In scripts when you will see print preview the logo will be not shown up with clarity.Take the print out of the document and check whether logo is printing up with clarity.
    Thanks
    Phani

  • Edit web part option does not appear in browser on lists

    I've inserted some lists on a wiki page. However, when viewing in the browser the checkbox and the dropdown containing the Edit Web Part option do not appear. On the properties tag I thought I enabled all the correct properties such as Allow Edit, Allow
    Minimize etc. What am I missing?

    Hi Larry,
    According to your description, my understanding is that the Edit web part option disappeared in the list web part.
    I recommend to check if the account has permission to edit the web part, please check the permission of the account in Site Permissions and the list permissions.
    Please also check if the target audience is set in the web part.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Center list web part within a web part zone

    How do you center web parts within a web part zone? I have a web part zone within a <td>, and the cell is centered. Within the cell I have a table that is centered, which contains the web part zone. However, the web parts within the zone remain left
    aligned. What am I missing? Thanks.

    Hi ,
    I did a test using the web part page template, there is a center web part zone. If I added a web part in the center web part zone and added another web part in the center right web part zone, save the page, the web part displayed in left. If I added a web
    part into the center left zone, the web part within the center web part zone displayed in center . The location of the center web part zone is comparative with others.
    If you want to keep the web part zone in center, you can use css style to modify it.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to make the web part and web part zone smaller?

    Hello Community
        On WS2012 running SharePoint 2013 Server when you edit a page
    the web part zone is big and when you add the web part the web part 
    is big also.
        So the question is how to you make web parts and web part zone
    smaller?
        Thank you
        Shabeaut

    Hi,
    According to your description, my understanding is that you want to make the web part zone and web part smaller.
    When you edit a page, you could change the height and width of the web part in Edit Web Part -> Appearance by typing in the Height and Width field. The size of the web part zone changes with the web part.
    Best Regards,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • List view threshold error in list view web part, column indexing not working

    Hello all,
    I have a list with about 8000 items and the list view threshold is set at 5000. I want to filter the list by a certain column ("Title", single line of text) so I indexed that column. I can filter the list (AllItems.aspx) however if I put the list
    on a web part page (in the form of a list view web part), I can't filter by that column. Shouldn't the indexed column allow this?
    Note that the threshold will not be increased and a daily time period to bypass the threshold is in place, but I'm looking for a solution for any time of they day.
    Thanks!

    Thanks for your response. Your suggestion did work! It got me thinking and I took some time to investigate this column indexing stuff a little closer. I had an "ah-ha" moment.
    Regardless of whether the column has an index or not, dynamic drop down filtering in a list view web part will only work if the list view has fewer items than the threshold. This is the critical point I was missing. I was assuming the index would allow for
    drop down filtering.
    Thanks again!

  • Unable to add web part in the web part zone

    We have a SharePoint 2010 site collection in which except the home page all other pages are working normally. When we try to click on 'Add a Web Part' button on the home page we won't get the web part gallery and hence we are unable to add any web parts
    on the home page.
    We checked the permissions, it is fine I have web application level full control. 
    Home page is not checkout to any body.  All other site collections have good home pages where we are able to add web parts.
    Please let me know how to fix this issue.
    Thank you,
    smith

    Hi Victoria Xia,
    Below are my answers to your questions
    Check the page in SharePoint Designer to see if there are any customization on the page.
               There are no customizations on the page. It just has Out of the Box web parts which are already      added.
         2. Did this issue occur with other user accounts?
               Yes, issue is there for all the user accounts.
         3. Set another page as home page to see if the issue still occurs.
             I have set another page as home page but didn't see any issue.
         4. Was there any error when editing the home page?
             No, I don't see any errors while editing the home page.
    smith

  • Group Policy not coming down on some machines

    Environment:
    Client 4.83SP1
    Windows 2k SP4
    Netware 5.1
    eDir 8.7.3
    Zen 3.2
    Symptom:
    After several agonizing days of going through the TIDs and turning on
    debugging and checking all file dates on the workstation in question, a
    working laptop and the public folders on the servers I've come up with the
    following but I don't know the cause:
    The workstation in question (and there are sporadic workstations with the
    same problem) finds and uses the Container Policy (ZEN3 version) then reads
    the User Package but will not execute the binding orders of the Group
    Policy. As a matter of fact, I turned on Group Policy logging (TID
    10058023) and a file is never created. Also, the Group Policies subkey in
    the "HKLM/Software/Novell/Workstation Manager". I turned on ZenPOL32
    logging and compared my laptop which is working to the workstation in
    question. First, they are not applying the policies in the same order (DLU
    is always first, but after that, the order is hap-hazard). But, I also see
    some sections that make me wonder why the workstation is giving up. These
    files are huges so I'd rather not post in this, but I'll put the pieces that
    are raising my eyebrows:
    Workstation in Question has the following piece about the Group Policy
    Package:
    ENTER ZENGetPolicyPackageDN -- tree = EPSD_TREE
    ZENGetPolicyPackageDN -- policyDN = CN=Student User
    Package:WinNT-2000-XP:Windows Group
    Policy.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EPS D
    Entering DSGetUserContext.
    os version = 4
    Preferred Tree = EPSD_TREE_______________________
    Set Context to Tree = EPSD_TREE
    CreateContext = 2
    NWDSWhoAmI-2 returned (0) "CN=100341.OU=Students.OU=LMMS.OU=Middle.O=EPS D".
    Verify TYPED (0) "CN=100341.OU=Students.OU=LMMS.OU=Middle.O=EPS D".
    Preferred Tree = EPSD_TREE_______________________
    Set Context to Tree = EPSD_TREE
    CreateContext = 2
    DSGetObjectAttrVal -- objectName -- CN=Student User
    Package:WinNT-2000-XP:Windows Group
    Policy.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EPS D
    DSGetObjectAttrVal -- attrName -- zenpolAssociation
    EXIT DSGetObjectAttrVal -- ccode -- 0
    ZENGetPolicyPackageDN -- packageDN -- CN=Student User
    Package.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EP SD
    EXIT ZENGetPolicyPackageDN
    The Laptop, in comparison for the same Group Policy Package has the
    following:
    PACKAGE FOUND = CN=Student User
    Package.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EP SD
    FindPolicy - objectName = CN=Student User
    Package.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EP SD
    FindPolicy - attrName = zenpolPolicy attrType = zenwmGroupPolicy
    ZENGetObjectAttributes - attrName = zenpolPolicy objName = CN=Student User
    Package.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EP SD
    Enabled Policy = CN=Student User Package:WinNT-2000-XP:Windows Group
    Policy.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EPS D
    AddStringtoList -- Adding -- CN=Student User Package:WinNT-2000-XP:Windows
    Group Policy.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EPS D
    Enabled Policy(platformSpecific[4]) = CN=Student User
    Package:WinNT-2000-XP:Windows Group
    Policy.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EPS D
    IsStringInList -- zenwmGroupPolicy -- is already in the list.
    It appears that the workstation in question is having trouble resolving the
    Effective policies. The laptop, on the other hand, has no such entries
    anywhere in the log about effective policies.
    If anyone has ideas I would love it. Uninstalling the 4.83sp1 client and
    reisntalling did not help. I've DSREPAIR'd the tree several times with
    Rebuild Operational Schema. WHen I uninstalled 4.83sp1 I checked the
    registry and the Novell subkey was cleared out.
    I'm burnt out on this one. If you want both log files, please post your
    email address without the @ symbol and I'll fire them off to you.
    Thanks in advance.
    Bill Prehl
    Network Manager
    East Penn School District
    prehlb at eastpennsd dot org

    Here's the skinny on our situation.
    1) We do not let the users update MS patches in our district. We do them
    manually (still).
    2) We are running the 4.83sp1 client on Win2k (have not got around to
    upgrading to 4.90sp2). Our A/V had broke on 4.90 and we had to back it down
    last year. So, XP machines are at 4.90sp2.
    Win2k machine last had MS patches applied on 7/11/05 - this is a critical
    point.
    First, I discovered that the Policy Object in the tree was "corrupt" for
    some of the 4.83sp1 clients. I'm betting all of them. Because the
    zenpol32.dll was "seeing" the group policy objects but it was looking for a
    zenpackage = effective in the log file. It was never initiating the
    wmgrppol.dll to bring down and implement the group policies. Recreated the
    policy object in the tree (not the Group Policies - reused the same folder)
    and now the zenpol32.dll was operating properly but, still not getting the
    NAL as the desktop. But, now the windows desktop was locking down but late,
    very late. I would get the desktop and click on START and see the entire
    start menu. Wait 10 seconds and secedit kicked in and now I had a
    locked-down START menu.
    Second, secedit appeared to be very delayed or wmgrppol.dll was having
    trouble. I noticed this machine required 7 critical patches (one is the
    genuine tool so really six patches). The last time patches were applied was
    on 7/11/05. I noticed also that when I wanted to turn on secedit logging
    (gpextensions registry keys) that even after a reboot there was no log file.
    Apply the critical patches and now the NAL immediately works as the desktop
    shell.
    I worked on this problem for and entire work week plus some after hours
    work.
    Side note: Our XP machines with the 4.90sp2 client did not have a problem
    seeing the Group Policy package in the tree. Only the 4.83sp1 client. So,
    recreating the policy in the tree only helped the 4.83sp1 clients. Also, I
    don't believe MS broke secedit in XP because they changed it to gpupdate.exe
    so I'm betting it's a different configuration and the patches that broke
    Win2k did not get applied to XP.
    There is nothing on MS site that I could find about this nor does Novell
    seem aware (or even care since it's 4.83sp1 and Zen3.2sp1). Maybe this post
    will save somebody a lot of headache. If they keep MS patches up to date
    they probably will never notice this problem unless they hit it over the
    summer after MS released the secedit patch that broke it.
    Cheers.
    Bill Prehl
    "Bill Prehl" <[email protected]> wrote in message
    news:[email protected]...
    > Environment:
    > Client 4.83SP1
    > Windows 2k SP4
    > Netware 5.1
    > eDir 8.7.3
    > Zen 3.2
    >
    > Symptom:
    > After several agonizing days of going through the TIDs and turning on
    > debugging and checking all file dates on the workstation in question, a
    > working laptop and the public folders on the servers I've come up with the
    > following but I don't know the cause:
    >
    > The workstation in question (and there are sporadic workstations with the
    > same problem) finds and uses the Container Policy (ZEN3 version) then
    reads
    > the User Package but will not execute the binding orders of the Group
    > Policy. As a matter of fact, I turned on Group Policy logging (TID
    > 10058023) and a file is never created. Also, the Group Policies subkey in
    > the "HKLM/Software/Novell/Workstation Manager". I turned on ZenPOL32
    > logging and compared my laptop which is working to the workstation in
    > question. First, they are not applying the policies in the same order
    (DLU
    > is always first, but after that, the order is hap-hazard). But, I also
    see
    > some sections that make me wonder why the workstation is giving up. These
    > files are huges so I'd rather not post in this, but I'll put the pieces
    that
    > are raising my eyebrows:
    >
    > Workstation in Question has the following piece about the Group Policy
    > Package:
    >
    > *********
    > ENTER ZENGetPolicyPackageDN -- tree = EPSD_TREE
    > ZENGetPolicyPackageDN -- policyDN = CN=Student User
    > Package:WinNT-2000-XP:Windows Group
    > Policy.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EPS D
    > Entering DSGetUserContext.
    > os version = 4
    > Preferred Tree = EPSD_TREE_______________________
    > Set Context to Tree = EPSD_TREE
    > CreateContext = 2
    > NWDSWhoAmI-2 returned (0)
    "CN=100341.OU=Students.OU=LMMS.OU=Middle.O=EPS D".
    > Verify TYPED (0) "CN=100341.OU=Students.OU=LMMS.OU=Middle.O=EPS D".
    > Preferred Tree = EPSD_TREE_______________________
    > Set Context to Tree = EPSD_TREE
    > CreateContext = 2
    > DSGetObjectAttrVal -- objectName -- CN=Student User
    > Package:WinNT-2000-XP:Windows Group
    > Policy.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EPS D
    > DSGetObjectAttrVal -- attrName -- zenpolAssociation
    > EXIT DSGetObjectAttrVal -- ccode -- 0
    > ZENGetPolicyPackageDN -- packageDN -- CN=Student User
    > Package.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EP SD
    > EXIT ZENGetPolicyPackageDN
    >
    > *********
    >
    > The Laptop, in comparison for the same Group Policy Package has the
    > following:
    >
    > *********
    > PACKAGE FOUND = CN=Student User
    > Package.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EP SD
    > FindPolicy - objectName = CN=Student User
    > Package.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EP SD
    > FindPolicy - attrName = zenpolPolicy attrType = zenwmGroupPolicy
    > ZENGetObjectAttributes - attrName = zenpolPolicy objName = CN=Student User
    > Package.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EP SD
    > Enabled Policy = CN=Student User Package:WinNT-2000-XP:Windows Group
    > Policy.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EPS D
    > AddStringtoList -- Adding -- CN=Student User Package:WinNT-2000-XP:Windows
    > Group Policy.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EPS D
    > Enabled Policy(platformSpecific[4]) = CN=Student User
    > Package:WinNT-2000-XP:Windows Group
    > Policy.OU=ZFD3.OU=Policies.OU=LMMS.OU=Middle.O=EPS D
    > IsStringInList -- zenwmGroupPolicy -- is already in the list.
    >
    > *********
    >
    > It appears that the workstation in question is having trouble resolving
    the
    > Effective policies. The laptop, on the other hand, has no such entries
    > anywhere in the log about effective policies.
    >
    > If anyone has ideas I would love it. Uninstalling the 4.83sp1 client and
    > reisntalling did not help. I've DSREPAIR'd the tree several times with
    > Rebuild Operational Schema. WHen I uninstalled 4.83sp1 I checked the
    > registry and the Novell subkey was cleared out.
    >
    > I'm burnt out on this one. If you want both log files, please post your
    > email address without the @ symbol and I'll fire them off to you.
    >
    > Thanks in advance.
    >
    > Bill Prehl
    > Network Manager
    > East Penn School District
    > prehlb at eastpennsd dot org
    >
    >

  • Mobile Me CONTACTS not coming down to iOS4 and lost visual voicemail

    I updated my 3GS to iOS4 and everything seems to be working, howver my contacts haen't repopulated the phone form Mobile Me. they are all still there on Mobile Me, but when I go to contacts on the iPhone, there are none and unlike previously, opening contacts on the phone does not force a sync (no spinning clock-wheel)...
    I have tried turning off the Mobile Me setting on the iphone and then restarting it, but still no contacts...
    I also lost my visual voicemail.... when I go to voicemail, it wants me to physically dial up voicemail...
    Any ideas here?

    dmbono wrote:
    Try turning off push and instead fetch every 15 minutes. There seems to be a bug that prevents data from getting through on push. Hope they remedy this soon!
    Huh? A "bug" would affect all devices using the OS. I have no idea what you are talking about as push worked just fine here after allowing a little time for my phone to be re-provisioned by the network. That took longer than normal due, I'm sure, to the large number of folks trying to do the same thing I was. And we've all hear AT&T whine that we evil iPhone users are breaking their network.

  • Web logic Server URL not coming up...

    Version: 10.3.3
    The status messages are:
    , 2011 11:49:39 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Feb 11, 2011 11:49:39 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Feb 11, 2011 11:49:39 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:20d:56ff:fef3:bdbb:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Feb 11, 2011 11:49:39 PM PST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "retech_domain" running in Development Mode>
    <Feb 11, 2011 11:49:39 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Feb 11, 2011 11:49:39 PM PST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    I am trying to access URL " http://server.us.oracle.com:7001"
    but getting this error:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is perma
    any ideas?

    Hi user570092,
    Your server start-up is indicating your environment is configured over 127.0.0.1:7001 (localhost) which is the default configuration for a local environment.
    <Feb 11, 2011 11:49:39 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    Try http://127.0.0.1:7001/console instead.
    Regards,
    P-H
    http://javaeesupportpatterns.blogspot.com/

  • Dead Zone then not coming back....

    is it happening to anyone else that when u enter a dead zone (no signal) your iphone doesnt get the service back on when u leave the dead zone?? everytime this happens i have to turn on the airplane mode and back off to "restart" the service.
    any help?

    Yup, try setting it up as a "new phone" in iTunes, but if what you're saying is true and it never comes back into service then that will probably be your only option, if it does come into service again, just live with it. But you seemed to have found a quick way about it by putting it in and out of Airplane Mode.
    I'm replying because I get the same problem where it goes into one of the many deadzones in my area and then does take about a minute or 2 when I know I'm out of the deadzone

  • Travel Expense Type- Not coming correctly in HTML Form

    I am using HTML forms in travel management. When I simulate a travel expense statement, in the sections
    I T E M I Z A T I O N
    Additional Information for Itemization
    the name of the travel expense type come as truncated. It takes only 15 characters, while actually it can be 30.
    Any solution how it can be increased?

    Solved

Maybe you are looking for

  • New HD, HD cable, and re-installed OS, and several applications not cooperating: what to do?

    MacBook Pro mid/late 2009, 13", 10.6.8 Hi, all. Thanks in advance to all who can point me in the right direction! Although this (may) sounds like a software issue at the outset, I have been directed to this (OSX 10.6) forum.  [My original post is und

  • Computer says usb/device not recognized when plugged in??

    When I plug in my sons ipod nano 7th generation, just recently says usb/device not recognized and doesn't light up when plugged into the wall either??? Any suggestions??

  • Scheduling Agreement as PDF in email ?

    Hi Friends, I am a new entry to the SDN group . I have a requirement : Need to send the Scheduling Agreement as a pdf email . Already for standard PO an output type is set . If i want to send an email of Sceduling agreement then what are the steps in

  • Using itunes playlist in slideshow

    I need to use a playlist as background music in an iphoto slide show. We have edited each the start and stop of each song in itunes using "get info" but those edits don't apply when imported into iphoto. Is there a way to make this happen?

  • Can i use video on ipod gen 2

    I have an ipod touch gen 2.  Its ios is updated to 4.2.  On May 9th I ordered Doctor Who The Elventh Hour from the ipod store.  I tried to put it on my ipod.  I get the message Dr. Who was not copied to Dads ipod because it cannot be played on this i