The Property Inspector is missing the V Space and H Space fields in DW6 - where did they go?

I just downloaded DW6.  The Property Inspector is missing the V Space and H Space fields, therefore I am unable to add space around my images.  Suggestions?

It is no longer available because the problem with that was that it applied spaces around the image rather than where the user actually wanted them.  You now need to use CSS and apply margins and paddings and target exactly where you want them by using something like this:
img {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
img {
     border: 0;
     padding: 0;
The second style is generic to set margin and padding for all four sides.
Good luck.

Similar Messages

  • Used to be that clicking the + tab button opened a page with previously and most often veiwed sites. Where did that go, and how do I get it back?!?

    Read the question.

    Upgrading to Firefox 5 might have disabled an add-on that provided this feature, if the add-on is not compatible with the new version of Firefox. You can wait for the add-on to be updated, or you could install one of the other add-ons that provides this feature, like '''[https://addons.mozilla.org/firefox/addon/speed-dial/ Speed Dial]''' or '''[https://addons.mozilla.org/firefox/addon/fast-dial-5721/ Fast Dial]'''.

  • Select an Image? Proportional Resize in the Property Inspector?

    I'm working in Dreamweaver CS 4 on a Mac. My problem is that I want to resize a jpeg while keeping it's proportions but I can't select it (so that the resize handles appear). When I click on it, I end up selecting the div it's wrapped in (or a div further out in the code). I can select it in the code, but the resize handles still don't appear - just the info in the property inspector shows. So I have two questions:
    1. Is there a keyboard shortcut that helps you "drill down" to select the item you're looking for - like in some print layout programs where you can hit a few buttons while clicking on it with the mouse and it keeps giving you lower and lower objects?
    2. Is there a way to change size in the property inspector where the proportions remain constant? 
    Thanks in advance for your help.
    Max

    That's a cool trick - only specifying the width - thanks!
    (Eventuallly, I would resize the image in PS so it would not require the browswer to do resizing for me).
    In answer to your question, pziecina, no - it's not a background image.
    One of the images has a z-index specified because I thought that might help, but it didn't.
    Here a link to a live page (which is a mess at the moment):
              http://www.mhrbuild.com/rapidstructural.html
    and here's the code for the entire page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>MHR Home Renovation - 18th Century Farmhouse Sample</title>
    <link href="mhr.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function MM_changeProp(objId,x,theProp,theValue) { //v9.0
      var obj = null; with (document){ if (getElementById)
      obj = getElementById(objId); }
      if (obj){
        if (theValue == true || theValue == false)
          eval("obj.style."+theProp+"="+theValue);
        else eval("obj.style."+theProp+"='"+theValue+"'");
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    //-->
    </script>
    <style type="text/css">
    <!--
    .spongy {
        float: left;
        margin-right: 15px;
    inset shot{
        position:relative;
        left:0px;
        top:0px;
        width:376px;
        height:166px;
        z-index:1;
    -->
    </style>
    </head>
    <body class="oneColLiqCtr" onload="MM_preloadImages('images/18th Century House/fireplace/045.jpg','images/18th Century House/fireplace/DSCN2242.jpg','images/18th Century House/dining room/042.jpg','images/18th Century House/dining room/042.jpg','images/18h Century House/fireplace/045.jpg')">
    <div id="container">
    <div class="hometopleft"><span class="logo"><img src="images/mhr_wLoveLogo.gif" alt="MHR Logo" width="191" height="141" id="Image1" /></span></div>
    <div class="hometopright"><img src="images/MHRhead.jpg" width="475" height="149" alt="MHR - Building, Remodeling, Repairs and Restorative Cleaning" />
      <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a></li>
          <li><a href="services.html">Services</a></li>
          <li><a href="sampleIndex.html">Samples</a></li>
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
    </div>
    <div class="contactbar">Phone 413-717-0003 • P.O. Box 1915, Lenox, MA 01240-4915 • [email protected]</div>
    <div class="sampleGallery" id="edy">
      <h1><span>PROJECT SAMPLES</span></h1>
    <h2>Rapid Structural Repair</h2>
      <h3>Repair of Structural Damage in the Bathroom of Tennant Occupied Unit</h3>
      <div class="jobdescrip" id="edyjob">
        <div class="spongy"><img src="images/rapidrepair/638_512x384.jpg" width="384" height="512" alt="Spongy Bathroom Floor" /></div>
    MHR was asked to fix a “spongy” area of the floor by the bathtub in a tenant-occupied, rental apartment.
        <p>Once opened, it became clear that the spongyness was a symptom of structural damage done during installation of original plumbing. Sections of load bearing joists had been removed to make room for plumbing, leaving the floor system with critical structural deficiencies.
          Sponginess was caused by the separation in the toilet waste flange during flushing. </p>
        <p> Structure had to be reengineered but replacing the floor joists entirely would have been prohibitively expensive and time consuming. Instead, MHR shouldered the broken part of floor from the apartment beneath and then added posts in the basement which carried the load all the way down to the basement concrete slab. <strong>This re-enginneared design provided a level of structural integrity that exceeded building code requirements and was far less expensive than any alternative approach.</strong></p>
        <div id="apDiv1">
          <div class="spongy" id="level"><img src="images/rapidrepair/653.jpg" width="253" height="160" alt="Level Shows Slant of Floor Before Repair" /></div>
        A carpenter's <br />
        level showing <br />
        the extreme tilt <br />
        of the floor <br />
        caused by the structural damage. </div
      ></div>
      <div class="spacer"></div>
      <div class="beforeduringafter" id="family">
        <h2>FIREPLACE MANTLE</h2>
        <div class="befafterbuttons" id="family_bda">
          <div class="befafterinside" id="during" onclick="MM_swapImage('finished','','images/18th Century House/fireplace/045.jpg',1)" onmouseover="MM_changeProp('during','','backgroundColor','#008','DIV');MM_changeProp('dur ing','','color','#FFF','DIV')" onmouseout="MM_changeProp('during','','backgroundColor','#D5DFFF','DIV');MM_changeProp('d uring','','color','#000000','DIV')">During CONSTRUCTION</div>
          <div class="befafterinside" id="detail" onclick="MM_swapImage('finished','','images/18th Century House/fireplace/DSCN2242.jpg',1)" onmouseover="MM_changeProp('detail','','backgroundColor','#008','DIV');MM_changeProp('det ail','','color','#FFF','DIV')" onmouseout="MM_changeProp('detail','','backgroundColor','#D5DFFF','DIV');MM_changeProp('d etail','','color','#000000','DIV')">DETAIL VIEW (close up)</div></div>
      </div>
      <div class="spacer"></div>
      <div class="beforeduringafter" id="window">
        <h2>VIEW OF DAMAGE FROM THE DOWNSTAIRS APARTMENT</h2>
        <p> </p>
      </div>
      <div class="spacer"></div>
    <div class="beforeduringafter" id="dining">
        <h2>DINING ROOM</h2>
        <div class="before" id="diningrm"><img src="images/18th Century House/dining room/009.jpg" alt="18centDin" name="18centDin" width="512" height="384" /></div>
        <div class="befafterbuttons" id="dining">
          <div class="befafterinside" id="dinduring" onclick="MM_swapImage('18centDin','','images/18th Century House/dining room/042.jpg',1)" onmouseover="MM_changeProp('dinduring','','backgroundColor','#008','DIV');MM_changeProp(' dinduring','','color','#FFF','DIV')" onmouseout="MM_changeProp('dinduring','','backgroundColor','#D5DFFF','DIV');MM_changeProp ('dinduring','','color','#000000','DIV')">DURING CONSTRUCTION</div>
           <div class="befafterinside" id="dinafter" onclick="MM_swapImage('18centDin','','images/18th Century House/dining room/009.jpg',1)" onmouseover="MM_changeProp('dinafter','','backgroundColor','#008','DIV');MM_changeProp('d inafter','','color','#FFF','DIV')" onmouseout="MM_changeProp('dinafter','','backgroundColor','#DFDFFF','DIV');MM_changeProp( 'dinafter','','color','#000000','DIV')">AFTER CONSTRUCTION</div>
        </div>
      </div> 
    </div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

  • Adding a custom field to the property inspector in JDev 10.1.3

    Hello All
    I have a requirement where i have to add some custom entries to the property inspector.Say if we choose a text field in html there will be some standard values in property inspector.Now i want to add my own custom entry always on selection of text field.
    Or i am developing a custom editor and i always want property inspector to display some values on certain selections.
    I already went through the code samples provided for jdev 10.1.3 but i couldnt find one for property inspcetor.I also went through the oracle.ide.* packages.Could someone provide me a class or method from where i can start ???
    Thanks in advance !!!

    I was able to find the ide.jar file which contains all the necessary oracle.ide.* class files.
    I had another query....basically there are 2 kinds of packages of the form javax.ide.* and oracle.ide.*
    So suppose im faced with the situation of say adding menu items and defining actions on them then i guess it can be done in 2 ways using classes in javax.ide or oracle.ide.Can you elaborate how i should choose between these 2 packages.
    Is it if im using the <jdeveloper-hook> i shud use oracle.ide.* and the regular jsr 198 schema then the javax.ide.*
    Kindly clarify !!!! Thanks in advance

  • Problem when I click the "browse to file" icon in the property inspector

    Please somebody help me. I am having a problem with Dreamweaver. When ever I click on the "browse to file" icon in the property inspector, it opens up a full size window on top of the Dreamweaver screen that can't be resize. This problem just started. I have shut down my entire system and restarted it and I am still having the problem. Can someone please help me. Thank-you

    When irregular things begin to happen in DW, it's usually caused by a corrupted cache file.  Below you'll find details on how to delete it.
    http://forums.adobe.com/thread/494811
    Nancy O.

  • Not able to change values in the Property Inspector

    Hello!
    Can some one please help me with this. I was working in
    Director when I noticed that all of a sudden I wasn't able to
    change the values in the property inspector, specifially the sprite
    properties such as the x and y coordinates and the width and
    height. I'll type in a value and then I will get an error sound and
    it will revert to the previous value. How can I fix this??
    Thanks!

    Hi Ringerz,
    I've seen the PI lock up sometimes. What usually works is to
    switch to List Viw
    Mode. Never have trouble there. Then, close Director and
    reopen. Think it's jus a
    bug that hasn't been fixed yet.
    regards
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.fbe.unsw.edu.au/learning/director
    http://www.multimediacreative.com.au
    email: [email protected]

  • I have an Adobe Flash Professionals digital classroom book for CS6 and was following all steps easily until it ask me to select the text tool and change it from classic to tfl in the property inspector. I looked and all that drops down is dynamic, static,

    I have an Adobe Flash Professionals digital classroom book and was following all steps easily until it ask me to select the text tool and change it from classic to tfl in the property inspector. I looked and all that drops down is dynamic, static, and input. Where is the TFL and Classic ? I watched adobe learning center but he was using CS5. Can anyone please help?

    Hi,
    Do you use Flash CS6 to follow the instructions in the classroom book? If yes, then you can find it under text drop down for an AS3 Document as shown below
    If you follow the instruction in Flash CC or Flash CC2014 then you will not find this option as this is deprecated.
    Thanks!
    Mohan

  • Align list arrow in the Property inspector

    Hello, everyone. I am taking a WEB Design class online, and have a problem figuring out something in Dreamweaver. I need to align an image, but I can't get access to the Align list arrow in the Property inspector. I clicked on the image, but for some reason the Align list arrow still doesn't appear. I even made sure to click the expander arrow in the lower right corner of the Property inspector.
    Does anyone know why the Align list arrow isn't appearing for me, and does anyone know how I can get it to appear? I would really appreciate some help, because this assignment is due in a couple of days. Thanks in advance!

    Hi,
    Sorry but I have no idea what you mean by "Align list arrow."
    Which properties panel are you working with -- HTML, CSS?
    What exactly are you trying to do?
    Which elements are you working with -- i.e. paragraphs, unordered lists, ordered lists, etc...?
    For best answers here, please include the  HTML & CSS code you have so far (a link to your page is preferred).  A second option is to copy and paste code directly into the web forum post.
    Nancy O.

  • How can I change the color of the font with the Property Inspector?

    In Dreamweaver CS6, can one change the font color with the property inspector?  How?
    I don't know if I will automatically be notified when someone responds, and I don't want to be running back to this site every day to check.  So if you have an answer for me, would you be kind enough to email me at [email protected]?  Many thanks.

    mike agranoff wrote:
    A font color button was available in a previous version of Dreamweaver I had been using.  But that version was incompatible with Windows 7, which is what my newer machine uses. 
    "Upgrade" and "improvement" are rarely synonymous.
    Mike Agranoff
    There is still a font color button in DW. In the Properties window, click the CSS button in the lower left when you have text selected. There is a little gray square with a tiny black arrow in the corner for font colors. It still uses css, but will muddy up your text with inline styles which isn't generally the best way to do things.
    One of the biggest advantages to using css is the ability to put all of your styles in one external .css file. That allows you to make a single change, to a color setting for instance, and have that change affect your entire site (everything you put a given css class on). As it stands, using the old html font-color attribute, or inline css forces you to go through the code with a fine tooth comb and change each individual setting.
    CSS is a massive upgrade and improvement over the old method.
    I would definitely suggest getting familiar with css, it really is required for any kind of modern website and ends up making your life much much easier while using the CSS Designer window in DW (which is where a lot of this stuff takes place now in a Design View development approach)...
    http://w3schools.com/css is a good place to start.

  • Font drop-down menu in the Property Inspector

    Hello,
    I am having an issue with the drop-down menu in the Property
    inspector panel that I can't figure out.
    I searched the forum and found 1 related topic, but it
    doesn't answer the question that I have.
    I am currently reading a book on Dreamweaver. In the lesson
    that I have it says to choose the size 24 from the drop-down menu
    in the Properties panel, but there isn't a size 24. All I see is 1
    to 7, +1 to +7 and -1 to -7.
    In the topic that I found in the forum is a picture of two
    different views of the font sizes:
    http://www.buddhapada.com/tests/roger.jpg
    How do you change which way Dreamweaver displays this list?
    I am currently using version CS3 for Windows on Vista.
    Any help, greatly appreciated,
    Cathy

    PREFERENCES | General > Use CSS instead of HTML Tags.
    Now look at the Size field in the Property inspector.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Tebbett" <[email protected]> wrote in
    message
    news:fai6pp$rdp$[email protected]..
    > Hello,
    >
    > I am having an issue with the drop-down menu in the
    Property inspector
    > panel
    > that I can't figure out.
    > I searched the forum and found 1 related topic, but it
    doesn't answer the
    > question that I have.
    >
    > I am currently reading a book on Dreamweaver. In the
    lesson that I have it
    > says to choose the size 24 from the drop-down menu in
    the Properties
    > panel, but
    > there isn't a size 24. All I see is 1 to 7, +1 to +7 and
    -1 to -7.
    >
    > In the topic that I found in the forum is a picture of
    two different views
    > of
    > the font sizes:
    http://www.buddhapada.com/tests/roger.jpg
    > How do you change which way Dreamweaver displays this
    list?
    >
    > I am currently using version CS3 for Windows on Vista.
    >
    > Any help, greatly appreciated,
    > Cathy
    >

  • Getting the Property Inspector Window Back

    I am running ver 9.0.3-2 of JDeveloper running under Linux and have lost the Property Inspector window. How do I get it back

    make sure to have it checked marked in the view menu option.

  • Docking the Properties Inspector toolbar to the top as it was in CS3 and every version before it

    So far in CS4 I cannot find a way to dock the Property Insp. to the top
    region of the UI - not in Dreamweaver and not in Fireworks?  Am I missing
    something??  Sure Adobe didn't disable the ability for the user to dock the
    Inspector up at the top if he/she would like to do so!!!!!!
    Any answers?
    Thanks!
    Tim

    Thanks David.  Love you, I buy your books, you rock.
    I can't imagine a single reason to have disabled docking the toolbars ANYWHERE a user might want to.  On a large monitor, I want that constantly-used tool to fall about middle to high in the natural level of my sight/eyeballs.
    Here's the feature request I submitted for both Dreamweaver and Fireworks:
    *******Enhancement / FMR*********
    Brief title for your desired feature: Docking the Property Inspector to the top like it has been for eternity.
    How would you like the feature to work?  Same as it has been for eternity.
    Why is this feature important to you?  I can't possibly imagine why Adobe would disable the Property Inspector being docked anywhere frankly, but to just arbitrarily remove it from docked where it always has been is an abject failure of good GUI design.  My eyes don't rest naturally at the bottom of my monitor.  They rest more naturally at the middle to top.  So as often as one would be looking AT the Prop Insp. it needs to be in a location that my eyes tend to fall to the monitor.
    Tim

  • The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.

    We are in the process of removing a child domain from the forest and are down to two DCs. These are both Server 2008r2 sp1 servers, one physical and virtual (PDC). When I try to remove a DC (not the PDC emulator) I get the following error:
    The operation failed because:
    Active Directory Domain Services could not transfer the remaining data in directory partition DC=DomainDnsZones,DC=mydomain,DC=local to
    Active Directory Domain Controller \\V-Svr03.mydomain.local.
    The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles."
    I have checked replication with repadmin /showrepl and all connections were successful. The dcdiag /test:kccEvent test on all servers passed.
    Most DCdiag tests are successful. The only failure is on NCSecDesc when running dcdiag /test:NCSecDesc
       Testing server: Default-First-Site\DC1-DEV-OFC
          Starting test: NCSecDesc
             Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
                Replicating Directory Changes In Filtered Set
             access rights for the naming context:
             DC=ForestDnsZones,DC=hookemup,DC=local
             ......................... DC1-DEV-OFC failed test NCSecDesc
    In researching this I find "If you do not plan to add an RODC to the forest, you can disregard this error."
    We have not successfully run ADprep /rodcPrep nor do we plan on having any Read-Only DCs, so I think we can ignor this error. We did try running ADprep /rodcPrep but got an LDAP error which I can duplicate if this is important.
    Schema and Naming FSMOs are on a DC higher in the forest. RID, PDC, and Infrastructure FSMOs for the child domain are on the Virtual server (PDC).
    Any guidance on where to go from here would be greatly appreciated as I have no more hair on my head to pull.

    Ok... I ran repadmin /showreps /v again and it shows no errors
    C:\>repadmin /showreps /v
    Default-First-Site\DC1-DEV-OFC
    DSA Options: IS_GC
    Site Options: (none)
    DSA object GUID: b294c59f-8b46-4133-89c5-0f30bfd49607
    DSA invocationID: 1054285d-cffe-42b4-8074-e2d44adbb151
    ==== INBOUND NEIGHBORS ======================================
    CN=Configuration,DC=mydomain,DC=local
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 16381490/OU, 16381490/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114817/OU, 114817/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 66047/OU, 66047/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 8098197/OU, 8098197/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
    CN=Schema,CN=Configuration,DC=mydomain,DC=local
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 8097482/OU, 8097482/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 65239/OU, 65239/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114149/OU, 114149/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 16381373/OU, 16381373/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
    DC=ForestDnsZones,DC=mydomain,DC=local
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 66295/OU, 66295/PU
            Last attempt @ 2012-10-29 13:57:48 was successful.
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 8098367/OU, 8098367/PU
            Last attempt @ 2012-10-29 13:58:13 was successful.
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 115032/OU, 115032/PU
            Last attempt @ 2012-10-29 13:58:25 was successful.
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 16381653/OU, 16381653/PU
            Last attempt @ 2012-10-29 13:58:34 was successful.
    DC=mySUBdomain,DC=local
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114871/OU, 114871/PU
            Last attempt @ 2012-10-29 13:54:02 was successful.
    DC=DomainDnsZones,DC=mySUBdomain,DC=local
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114017/OU, 114017/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
    DC=mydomain,DC=local
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 114017/OU, 114017/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 16381614/OU, 16381614/PU
            Last attempt @ 2012-10-29 13:56:52 was successful.
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 66325/OU, 66325/PU
            Last attempt @ 2012-10-29 13:58:34 was successful.
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 8098385/OU, 8098385/PU
            Last attempt @ 2012-10-29 13:58:38 was successful.

  • After updating to ios 6, the music app is missing the scrollbar, genius, and shuffle control

    After updating/upgrading my software to ios 6 on my 3gs, the music app is missing the scrollbar, genius button, and shuffle control.
    its getting frustrating listening to music because i cn't turn off shuffle.

    nevermind, LOL, i feel like an idiot, sigle tapping the screen with a song playing exposed the bar and buttons.

  • Setting the property "Cache Level" of the pcd object to "None".

    Hi all
    I have an EP 6.0 on NW04 SPS 17. I need to solve a problem and found note 960975. My question is, how could we change the setting the property "Cache Level" of the pcd object to "None"? Where should I go? Is it on the NWA, Visual Admin, Configtool or somewhere else?
    Many thanks before.
    Regards
    Agoes
    Message was edited by:
            Agoes Boedi Poerwanto

    Hi Agoes,
    By using the tool Support Desk -> Portal Content Directory -> PCD Administration you can do this. Please note that this tool should only be used in debugging situations.
    There is a new section "Release a Unit from the cache cluster wide" in this tool. With this new functionality, you can remove an object from the cache on all nodes in the cluster. If the object is still in use, it will be reread immediately from the database
    Releasing the entire PCD cache can severely affect performance. Hence, if there are inconsistencies suspected with a single object, e.g. a role or an iview, the new section "Release a Unit from the cache cluster wide" can be used to evict the given object from the cache on all nodes in the cluster.
    Cheers,
    shyam

Maybe you are looking for

  • Clean the KSUB history in the S_ALR_87011763 reports

    Hello, Is there any chance to clean/erase all the previous inputs made in the KSUB so that won't pollute the S_ALR_8701173 report view? When I try to see this report, (after each time that I run the KSUB job), the reports take more and more time to b

  • Create stock in SAP EWM

    Dear Experts, I am new to SAP EWM. In EWM (SAP SCM 5.1),  how can we create some stocks for some of the products? There is no integration with SAP ERP. Regards, Shetty

  • Row and column results to be calculated differently in BEx report

    Hi I have a BEx report which consists of profit centre characteristics in the row and headcount key fig in the column over 12 fiscal periods.  This headcount key fig has been set to Calculate Results as 'Last Value'.  This setting is correct because

  • Bulk changing all websites from SSL to non-SSL (443 to 80)

    While I was cleaning up my Mountain Lion Server, I innocently updated some SSL server certificates. Shortly afterwards, I found that ALL my HTTP (80) sites didn't work. I went into the Server.app and found that ALL my sites were now using port 443, r

  • Default values by the use of templates in transaction type

    I am trying to figure out how to fill out a transaction (e.g. type SDCR), save it as a template and insert that template in the transaction type, so the next time I run this transaction people do not have to fill out certain fields as they are alread