CS5.5 I can't get testing server, "design" and "Split" views operational

I just upgraded from DWCS3 to DWCS5.5 and am trying to get php (dynamically related) files working. Very frustrating.
I have set up everything according to the tutorial at http://www.adobe.com/devnet/dreamweaver/articles/setup_testing_server.html Nothing seems to work. And no one seems to currently be answering posts...so I apologize if this is a faux pas, but I'm starting a new thread in hopes that I and others can get some help.
Here's what I have:
WAMP server: : C:\TNG813onMowesII\www\ (Mowes Portable II is  software that enables you to quickly set up a WAMP (Windows, Apache, MySQL and PHP) system on any Windows system.))
Site Name: localhost genealogy Local Site Folder: C:\TNG813onMowesII\www\ Server Name: localhost  Server Folder: C:\TNG813onMowesII\www\  Web URL: http://localhost/genealogy/ Server Model: PHP MySQL Connection: Local/Network
Remote - unchecked
Testing - checked
I also have an idnetical image at D:/MyWebs/public_html/ for syncing with my remote website - http:larryvoyer.com
My "Design", "Split", "Live View" and "Inspect" buttons are greyed out.
Again, I apologize if I messed things up bu opening a thread on a prvious subject
Larry Voyer
Site Creator/Administrator
http://larryvoyer.com/genealogy/
Attempting to solve this on another thread, I was asked for the code that I was trying to see in design view...here it is if it's important:
<?php
$flags['noicons'] = true;
$flags['noheader'] = true;
$flags['nobody'] = true;
//Change the text in quotes below to reflect the title of your site
tng_header( "{$tmp['t5_maintitle']}", $flags );
?>
<body>
<div align="center">
<table width="90%" class="maintable">
  <tr>
    <td class="row" colspan="6"></td>
  </tr>
<tr>
  <td class="imagesection"> </td>
  <td class="spacercol">  </td>
  <td class="content" colspan="4">
   <table border="0" cellpadding="5" cellspacing="0" width="2%" class="innertable">
        <tr>        
    <td class="leftimage"><img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_leftimg']; ?>" alt="louis voyer" ></td>
    <td class="banner" colspan="2"><img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_titleimg']; ?>" alt="title"/></td>
    <td class="rightimage"><img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_rightimg']; ?>" alt="louis voyer" ></td>
  </td>
</tr>
    <tr>
        <td colspan="4" class="boxback">
   <a href="whatsnew.php" class="lightlink2"><?php echo $text['mnuwhatsnew']; ?></a>
            | <a href="browsemedia.php?mediatypeID=photos" class="lightlink2"><?php echo $text['mnuphotos']; ?></a>
            | <a href="browsemedia.php?mediatypeID=documents" class="lightlink2"><?php echo $text['documents']; ?></a>
            | <a href="browsemedia.php" class="lightlink2"><?php echo $text['allmedia']; ?></a><br />
<!-- SECOND LINE OF LINKS-->
            <a href="mostwanted.php" class="lightlink2"><?php echo $text['mostwanted']; ?></a>
            | <a href="reports.php" class="lightlink2"><?php echo $text['mnureports']; ?></a>
            | <a href="cemeteries.php" class="lightlink2"><?php echo $text['mnucemeteries']; ?></a>
      | <a href="browsemedia.php?mediatypeID=headstones" class="lightlink2"><?php echo $text['mnutombstones']; ?></a>
      | <a href="anniversaries.php" class="lightlink2"><?php echo $text['anniversaries']; ?></a>
      | <a href="places.php" class="lightlink2"><?php echo $text['places']; ?></a><br />
<!-- THIRD LINE OF LINKS-->
      <a href="browsenotes.php" class="lightlink2"><?php echo $text['notes']; ?></a>
      | <a href="browsesources.php" class="lightlink2"><?php echo $text['mnusources']; ?></a>
         | <a href="browsetrees.php" class="lightlink2"><?php echo $text['mnustatistics']; ?></a>
         | <a href="bookmarks.php" class="lightlink2"><?php echo $text['bookmarks']; ?></a>
      | <a href="suggest.php" class="lightlink2"><?php echo $text['contactus']; ?></a>
<?php
if( $allow_admin ) {
  echo "| <a href=\"showlog.php\" class=\"lightlink2\">{$text['mnushowlog']}</a>\n";
  echo "| <a href=\"admin.php\" class=\"lightlink2\">{$text['mnuadmin']}</a>\n";
?>
  </td>
     </tr>
      <tr>
     <td class="leftcontent" rowspan="3">
  <div class="header">
              <p>Our Noble Background</p>
   </div>
   <p>Recently, the <a href="Longueval" _mce_href="http://www.habitant.org/longueval/">Longueval">http://www.habitant.org/longuev al/">Longueval Research Project </a> has established the connection, through Anne Couvent, into the royalty database.
    This site includes that ancestry.
    Anne Couvent is in your ancestry, have fun loking at some of our famous and infamous ancestors. </p>
    <li><div align="left">
     <ul>
      <li> <a href="pedigree.php?personID=I63070&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I63070amp;tree=v7_28" class="pers" id="pI63070_tv7_28">Queen Cleopatra </a>  </li>
      <li> <a href="pedigree.php?personID=I107713&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I107713&amp;tree=v7_28" class="pers" id="pI185929_tv7_28">Alexander the Great</a>  </li>     
      <li> <a href="pedigree.php?personID=I186817&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I186817&amp;tree=v7_28" class="pers" id="pI186817_tv7_28">Attila the Hun</a>  </li>
      <li> <a href="pedigree.php?personID=I83464&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I83464&amp;tree=v7_28" class="pers" id="pI83464_tv7_28">Charlemagne</a>  </li>
      <li> <a href="pedigree.php?personID=I185929&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I185929&amp;tree=v7_28" class="pers" id="pI185929_tv7_28">King Louis XIV</a>  </li>
     </ul>
      </div></li>
   <p> Here are some links showing noble ancestors as they are related to me </p>
      <ul><li>
      <div align="left"><a href="rulers/rulers_france.php">Rulers of France</a></div>
    </li>
    <li>
      <div align="left"><a href="rulers/rulers_germany.php">Rulers of Germany</a></div>
    </li>
    <li>
      <div align="left"><a href="rulers/rulers_hre.php">Rulers of theHoly Roman Empire</a></div>
    </li>
    <li>
      <div align="left"><a href="rulers/rulers_italy.php">Rulers of Italy</a></div>
    </li>
    <li>
      <div align="left"><a href="rulers/rulers_visigoths.php">Rulers of the Visigoths</a></div>
    </li>
    <li>
      <div align="left"><a href="rulers/rulers_franks.php">Rulers of the Franks</a></div>
    </li>
     </ul>
     <p>  </p>
     <span class="style26o">Please note: this is not complete and is included for the user to see their potential relationship to past nobility
          The nobility database is far from the primary focus of the site and will not be supported other than the correction of errors.</span></div>
        </td>
  <td>
   <div class="header">
              <?php echo $text['welcome']; ?>!
   </div>
   <div class="normal">
      <img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_mainimage']; ?>" alt="" style="float:right" class="indexphoto" width="300"  /><br /><br />
     <p>Welcome to the genealogy site devoted to Voyer and Bedard ancestry. Why Voyer and Bedard? My father was a Voyer. My mother a Bedard
     I believe that this is the largest compilation of Voyers with 4000+ and 24,000+ Bedards. I hope that it will be useful to those looking for their heritage.</p>
     </p>I am indebted to my cousin Jacqueline TIERNAN Poudrier for her tireless research and contributions to this site. </p>
     <p>If you have any questions or comments about the information on
     this site, <a href="suggest.php">please contact us</a>.
     We look forward to hearing from you.</p>
     <ul>
      <?php
       if(!$currentuser) {
        if(!$tngconfig['disallowreg'])
         echo "<li><a href=\"newacctform.php\">{$text['mnuregister']}</a></li>\n";
        echo "<li><a href=\"login.php\">{$text['mnulogon']}</a></li>\n";
       else {
        echo "<li><a href=\"logout.php\">{$text['mnulogout']}</a></li>\n";
       if($chooselang)
        echo "<li><a href=\"changelanguage.php\">{$text['mnulanguage']}</a></li>\n";
      ?>
     </ul>
     <p></p>
     <div>
     <div class="header">
              <p>DNA Genealogy</p>
   </div>
   <p></p>
     <p>DNA technology allows us another way to investigate our ancestry, especially with regard to lines that have been difficult or even impossible to resolve as is our case with the lack of records in France.<p></p> 
There are many ways to test and analyze DNA, but there are two particular kinds of DNA testing that are especially useful in genealogy:  Y-chromosome DNA (Y-DNA) testing and mitochondrial DNA (mtDNA) testing.  The genealogical usefulness of these two DNA tests is based on two aspects of human inheritance:
   <ol>
   <li>  that the Y chromosome is passed on only by the father</li>
   <li>  that mitochondria are passed on only by the mother</li>
   </p>
   <p>Both a VOYER and a BEDARD DNA project have been created and can reached through the links below. Please make sure that the person submitted for DNA tests is in our dtabase so that we can determine the earliest ancestor.
   If you are submitting for a mitochondrial DNA test, please contact us so that we can attempt to trace your maternal pedigree.
          <div class="subheader"><span class="style41"><a href="Voyer" _mce_href="http://www.worldfamilies.net/surnames/voyer">Voyer">http://www.worldfamilies.n et/surnames/voyer">Voyer DNA Project</a> <a href="Bedard" _mce_href="http://www.worldfamilies.net/surnames/bedard">Bedard">http://www.worldfamilies .net/surnames/bedard">Bedard DNA Project</a></span></div>
    <div>
    </td>
  </div>
  <td> </td>
        <td class="rightcontent">
    <div class="language_box">
     <?php
      if($chooselang) {
       $query = "SELECT languageID, display, folder FROM $languages_table ORDER BY display";
       $result = mysql_query($query) or die ($text['cannotexecutequery'] . ": $query");
       $numlangs = mysql_num_rows( $result );
       if($numlangs > 1) {
        echo getFORM( "savelanguage2", "get", "tngmenu3", "" );
        echo "<select name=\"newlanguage3\" id=\"newlanguage3\" style=\"font-size:11px;\" onchange=\"document.tngmenu3.submit();\">";
        while( $row = mysql_fetch_assoc($result)) {
         echo "<option value=\"{$row['languageID']}\"";
         if( $languages_path . $row['folder'] == $mylanguage )
          echo " selected=\"selected\"";
         echo ">{$row['display']}</option>\n";
        echo "</select>\n";
        echo "<input type=\"hidden\" name=\"instance\" value=\"3\" /></form>\n";
       mysql_free_result($result);
      echo "</p>\n";
     ?>
   </div>
   <form action="search.php" method="get">
    <table class="indexbox">
     <tr>
      <td class="padding"><span class="boxback"><?php echo $text['mnulastname']; ?>:<br />
       <input type="text" name="mylastname" class="searchbox" size="14" /></span></td></tr>
       <tr><td class="padding"><span class="boxback"><?php echo $text['mnufirstname']; ?>:<br />
       <input type="text" name="myfirstname" class="searchbox" size="14" /></span>
      </td>
     </tr>
     <tr>
      <td class="padding"><span class="normal"><input type="hidden" name="mybool" value="AND" />
      <input type="submit" name="search" value="<?php echo $text['mnusearchfornames']; ?>" class="small" /><br /><br />
      <?php
       echo "<a href=\"surnames.php\" class=\"lightlink2\">{$text['mnulastnames']}</a><br />\n";
       echo "<a href=\"searchform.php\" class=\"lightlink2\">{$text['mnuadvancedsearch']}</a>\n";
      ?></span>
      </td>
     </tr>
    </table>
   </form>
   <p></p>
   <div class="help">
   <div class="subheader">Can You Help?</div>
   <p></p>
    <p.request>Can you make yourself available to translate correspondence and site content into French?.</p>
    <p.request>Do you read the Obituaries? If you find BEDARD and VOYER obituaries (links or scans)? </p>
    <p.request>Are you a BEDARD or VOYER and not in our database? </p>
    <p.request>Are you interested in being part of the site research or development team?
    <p> </p><a href="suggest.php">please contact us</a>..</p>
   </div>
  </td>
      </tr>
    </table>
    </td>
  </tr>
  <tr>
    <td colspan="6" class="row12"></td>
  </tr>
  <tr>
  <div class="c3"></div>
</td>
</tr>
</table>
<br />
<div>
  <br />
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
  <div align="center">
  <input type="hidden" name="cmd" value="_s-xclick" />
  <input type="hidden" name="hosted_button_id" value="1942114" />
  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="" />
  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
  </div>
</form>
</div>
</td></tr>
<tr><td class="tableheader"><img src="img/spacer.gif" width="25" height="25" alt="" /></td></tr></table>
<div class="footer small">
<br />
This site powered by <a href="http://lythgoes.net/genealogy/software.php" class="footer">The Next Generation of Genealogy Sitebuilding</a> &copy;, v. 8.1.3, written by Darrin Lythgoe 2001-2012.
<br /><br />
Voyer & Bedard Genealogy &copy; Larry Voyer 2008-2012.
<br /><br />
<span class="sitecounter">Unique visitors since January 1, 2012: </span>
     <div>
        <!-- Start of StatCounter Code for Default Guide -->
   <script type="text/javascript"> var sc_project=7546502; var sc_invisible=0; var sc_security="d0ac87ac"; </script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script>
   <noscript><div class="statcounter"><a title="web counter" href="http://statcounter.com/free-hit-counter/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/7546502/0/d0ac87ac/0/" alt="web counter"></a></div></noscript>
  <!-- End of StatCounter Code for Default Guide -->
</div>
</div> <!-- end of footer div -->
</div> <!-- end of center div -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2104283-2");
pageTracker._trackPageview();
} catch(err) {}</script>
<!-- end footer.php for template 5--><script type="text/javascript" src="js/litbox.js"></script>
</div> <!-- end of center div -->
</body>
</html>

John,
I misundrstood you response
I entered http://localhost in my browser and recieved the following page:
Asd you can see everything is working. I thought that when you called local host, it went to the www/ directory where I have my sites
I still don't see a problem with my settings
Server Folder: C:\TNG813onMowesII\www\
Web URL: http://localhost/genealogy/
I hate it when the tool is more trouble than the work.
Larry Voyer
Site Creator/Administrator
http://larryvoyer.com/genealogy/

Similar Messages

  • We have an iMac 2011 and can not get reader to work and even view our tax forms we are working on 2290

    help

    Hi bpughtify,
    What version of Adobe Reader are you using?
    Were the forms working earlier?
    Are you able to view other pdfs?
    Do the forms work fine with Mac's inbuilt pdf Preview application?
    Regards,
    Rave

  • DW CS5: F12 no longer updates on testing server

    For Dreamweaver CS5: suddenly striking F12 is no longer updating the file on my testing server. Using split screen I am able to see both Design and Code views and can see a change in the Design view reflect itself in the Code view and vice a versa. Yet when I smack F12 makes all of the interim steps and dialog boxes but when my browser (Chrome and IE) comes out it shows a previous version of the file under test.  What is the reason for this frustrating problem and how do I fix it?  Ross

    That's not my workflow.
    My testing server is on my local computer hard drive.
    My Local site folder is in my Testing server's default web directory (C:\wamp\www\mysite\)
    When I hit F12, the file is automatically saved and previewed in localhost.  Works just fine for me.
    Your situation sounds completely different.  It's seems like you're designating your testing server on a remote physical location.  As such, it's not a DW Local Testing Server.  It's actually a remote server pretending to be a local testing server.  In your case, you must upload to the remote location to see the file in your browser.  That's not in any way controlled or effected by local previewing (F12). 
    However, you can Save (Ctrl+S) and automatically upload to server.  The setting for that is in your Site Definition under Servers > Advanced.
    Nancy O.

  • Can't get Lion Server to work

    Hi
    As written above. I can't get Lion server to work.
    I have succesfully installed the program, and turn on some of the services. Then I have bought a domain, to connect to my server. But if I try to connect to my IP, from another computer, it doesn't connect. I have tried to "port forwarding" port 80 on my router, and given my Mac a static IP. I have checked with a "Check port opener" if the port 80 was in reach, it was.
    So my question is, what is the next I can do to make it work. First with the IP and then with my domain?

    Yes, SMTP used to work but stopped after new cert applied. IMAP works fine. Removed SSL and still doesn't work (although should it be restarted or is save for changes okay).
    Log:
    Nov 10 12:30:39 colquhoun postfix/postscreen[29668]: CONNECT from [168.144.32.45]:54598
    Nov 10 12:30:39 colquhoun postfix/postscreen[29668]: PREGREET 29 after 0.07 from [168.144.32.45]:54598: HELO www.unlocktheinbox.com\r\n
    Nov 10 12:30:39 colquhoun postfix/smtpd[29669]: connect from unlocktheinbox.com[168.144.32.45]
    Nov 10 12:30:42 colquhoun postfix/smtpd[29669]: lost connection after HELO from unlocktheinbox.com[168.144.32.45]
    Nov 10 12:30:42 colquhoun postfix/smtpd[29669]: disconnect from unlocktheinbox.com[168.144.32.45]

  • Can we get Adobe InDesign CS6 and use CS5?

    Hi There,
    We currently have 4 license of InDesign CS5 that comes with Adobe Creative Suite CS5.
    Also an Adobe Product Premium CS5.5. We now need to get an extra license for InDesign CS5 for the Adobe Product Premium CS5.5 machine.
    I noticed Adobe now sells CS6 versions only. Can we get Adobe InDesign Cs6 and have down grade right to use InDesign CS5?
    Best Regards/Allen Chen

    Bob Levine wrote:
    Alternatively move to Creative Cloud.
    But that means buying cloud subscriptions for all seats so everyone is on the same version rather than buying one seat to downgrade. I agree that inthe long run this is probably a better solution, but it may cost more up front.

  • Where can I get Messaging Server 3.5 with 128-bit encryption?

    Where can I get Messaging Server 3.5 with 128-bit encryption?
    <P>
    Messaging Server 3.5 is available for export (40-bit encryption)
    and domestic (128-bit encryption). The domestic version includes
    support for Fortezza.

    It can be updated from any computer with an Internet connection but is best done from the computer which it normally syncs with. The update itself is free; if you have someone do it for you, you may be charged.
    Click here for installation instructions.
    (88299)

  • Can't get email server problem 4/12/13

    Can't get email server problem 4/12/13

    The problem, whatever it was, cleared up for me after I reported it through icloud.cm but before I initiated a support call.
    You might want to try your email again. If you are still having problems and want help from the user community here, let us know exactly what problem indication you are getting.

  • How to get FMS server time and date

    hi,
    i m working on a customer support chat application. There is
    neccssary for me to get the FMS server time and date, bcoz
    depending on the server time and date the client instances recive
    different messages.
    i looked at date() function on FMS server, but it returns
    user PC time ( not FMS server time).......
    so i there any way to get FMS server date and time??
    thanks in advance
    shrikant

    See this post.
    How To Display Time Information in Report/Results?
    http://forums.ni.com/t5/NI-TestStand/During-a-test-how-can-I-find-the-start-time-and-date-of-that/td...
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • SDK : how to get the server adress and port ?

    Almost everything is in the title, I'm look for code to get the server URL and port where the ME is running ;o)
    There should be some standard API I guess.
    Thanks
    Regards

    Hi,
    In the code that I write I usually have access to the HTTP Request Object.
    String serverName = request.getServerName();
    String serverPort = request.getServerPort();
    Then I just do a compare on the returned value to see if I am on our Test or Production server.
    if(request.getServerName().indexOf("prodservername") >= 0)
      // PRODUCTION CODE HERE
    else
      // TEST CODE HERE
    Hope this helps,
    Mike

  • I can't get the iCloud Contacts and Calendar folders to appear in Outlook 2010 using the iCloud Control Panel.

    I can't get the iCloud Contacts and Calendar folders to appear in Outlook 2010 using the iCloud Control Panel.  Also the datafile share which ends in .aplzod is not created in Outlook.  The Contacts and Calendar are sent to iCloud (verified on iCloud.com) but the iCloud folders are not created in Outlook in the Contacts and Calendar navigation panes.   I get a message toward the end of the sync process indicating that there was an unspecified error.  I'm using the newest version of the iCloud Control Panel, the 32 bit version of Outlook 2010, Windows 7 64 bit, an iPhone 3GS, and the latest version of iTunes.  Any ideas how to complete the sync process to the end?

    Pretty much the same for me: Windows 7 64-bit, Outlook 2010, iCloud Control Panel 1.0.1, iPhone 3GS.  Error report at end of setup process is shown below, and has been emailed.  Any help please?
    Your setup couldn't be started because of an unexpected error.
    Error: 0x8004010F: ZebraBootstrap::ActivateDataFile: Could not create msgservice
    AppleOutlookDAVConfig version: 3.0.42.0
    Windows version (6.1.7601): Windows 7 Home Premium Edition Service Pack 1 (build 7601), 64-bit Local app data directory test: Pass Temp directory test: Pass Outlook version: 14 (14.0.6025.1000), x86 Outlook location (installed): C:\Program Files (x86)\Microsoft Office\Office14\OUTLOOK.EXE MAPI location: C:\Program Files (x86)\Common Files\SYSTEM\MSMAPI\1033\MSMAPI32.DLL
    MAPI logon succeeded
    Message Stores Table:
      Outlook Data File, 4E495441F9BFB80100AA0037D96E0000
      Outlook Data File, 4E495441F9BFB80100AA0037D96E0000
      Outlook Data File, 4E495441F9BFB80100AA0037D96E0000
    Contents of C:\Program Files (x86)\Common Files\SYSTEM\MSMAPI\1033\mapisvc.inf
    <Not found>
    Contents of C:\Windows\system32\mapisvc.inf
    [Services]
    MSFAX XP=Fax Mail Transport
    [Default Services]
    MSFAX XP=Fax Mail Transport
    [MSFAX XPP]
    PR_PROVIDER_DLL_NAME=FXSXP.DLL
    PR_RESOURCE_TYPE=MAPI_TRANSPORT_PROVIDER
    PR_RESOURCE_FLAGS=STATUS_NO_DEFAULT_STORE
    PR_DISPLAY_NAME=Fax Mail Transport
    PR_PROVIDER_DISPLAY=Fax Mail Transport
    [MSFAX XP]
    PR_DISPLAY_NAME=Fax Mail Transport
    Providers=MSFAX XPP
    PR_SERVICE_DLL_NAME=FXSXP.DLL
    PR_SERVICE_SUPPORT_FILES=FXSXP.DLL
    PR_SERVICE_ENTRY_NAME=ServiceEntry
    PR_RESOURCE_FLAGS=SERVICE_SINGLE_COPY|SERVICE_NO_PRIMARY_IDENTITY
    HKLM\Software\Microsoft\Office\14.0\Access\Access Connectivity Engine\ISAM Formats\Outlook 9.0 HKLM\Software\Microsoft\Office\14.0\Access Connectivity Engine\ISAM Formats\Outlook 9.0 HKLM\Software\Microsoft\Office\14.0\OneNote\Outlook Add-in
      Message Classes
    HKLM\Software\Microsoft\Office\14.0\Outlook
      Dataviz
      InstallRoot
      Namespaces
        {0006F017-0000-0000-C000-000000000046}
          FolderTypes
            {00067800-0000-0000-C000-000000000046}
            {00067801-0000-0000-C000-000000000046}
            {00067802-0000-0000-C000-000000000046}
            {00067803-0000-0000-C000-000000000046}
            {00067804-0000-0000-C000-000000000046}
            {00067808-0000-0000-C000-000000000046}
            {00067828-0000-0000-C000-000000000046}
            {00067829-0000-0000-C000-000000000046}
            {0006782A-0000-0000-C000-000000000046}
          ViewTypes
            {00062000-0000-0000-C000-000000000046}
            {00062001-0000-0000-C000-000000000046}
            {00062002-0000-0000-C000-000000000046}
            {00062003-0000-0000-C000-000000000046}
            {00062004-0000-0000-C000-000000000046}
        {0006F018-0000-0000-C000-000000000046}
          FolderTypes
            {00067820-0000-0000-C000-000000000046}
            {00067821-0000-0000-C000-000000000046}
            {00067822-0000-0000-C000-000000000046}
            {00067823-0000-0000-C000-000000000046}
          ViewTypes
            {00062000-0000-0000-C000-000000000046}
            {00062001-0000-0000-C000-000000000046}
            {00062002-0000-0000-C000-000000000046}
            {00062003-0000-0000-C000-000000000046}
            {00062004-0000-0000-C000-000000000046}
      Operations
        1ImportFile
        2ExportFile
        3ExportDataLink
        4ImportVCard
        5ImportAccounts
        6ImportVcalendar
        7ImportRss
        8ExportRss
        9ImportCFL
        ImportEudora
      SchedulingInformation
        FreeBusySupport
      SearchTypes
        {00067A00-0000-0000-C000-000000000046}
        {00067A01-0000-0000-C000-000000000046}
        {00067A02-0000-0000-C000-000000000046}
        {00067A03-0000-0000-C000-000000000046}
        {00067A04-0000-0000-C000-000000000046}
        {00067A08-0000-0000-C000-000000000046}
        {00067A10-0000-0000-C000-000000000046}
        {00067A11-0000-0000-C000-000000000046}
        {00067A20-0000-0000-C000-000000000046}
      Setup
      UpgradePath
    HKLM\Software\Microsoft\Office\14.0\User Settings\Access_Core\Create\Software\Microsoft\Office\Outlook
      Addins
        AccessAddin.DC
    HKLM\Software\Microsoft\Office\14.0\User Settings\Access_Core\Create\Software\Microsoft\Shared Tools\Outlook
      Journaling
        Microsoft Access
    HKLM\Software\Microsoft\Office\14.0\User Settings\Excel_Core\Create\Software\Microsoft\Shared Tools\Outlook
      Journaling
        Microsoft Excel
    HKLM\Software\Microsoft\Office\14.0\User Settings\Misc_SpsOutlookAddin\Create\Software\Microsoft\Office\Outlook
      Addins
        ColleagueImport.ColleagueImportAddin
    HKLM\Software\Microsoft\Office\14.0\User Settings\Outlook_AutoDiscover
      Create
        Software
          Microsoft
            Office
              14.0
                Outlook
                  AutoDiscover
    HKLM\Software\Microsoft\Office\14.0\User Settings\Outlook_Core
      Create
        Software
          Microsoft
            Internet Mail and News
              Mail
            MSDAIPP
            Shared Tools
              Outlook
                Journaling
                  Conversation
                  Document
                  E-mail Message
                  Fax
                  Letter
                  Meeting
                  Meeting Cancellation
                  Meeting Request
                  Meeting Response
                  Note
                  Phone Call
                  Remote Session
                  Task
                  Task Request
                  Task Response
            Web Service Providers
              FreeBusy
                office.microsoft.com
            Windows
              CurrentVersion
                Internet Settings
                  TemplatePolicies
                    High
                  Zones
                    4
    HKLM\Software\Microsoft\Office\14.0\User Settings\Outlook_Intl HKLM\Software\Microsoft\Office\14.0\User Settings\Outlook_SearshShellReg
      Create
        Software
          Microsoft
            Windows
              Shell
                Associations
                  UrlAssociations
                    mapi
                      UserChoice
    HKLM\Software\Microsoft\Office\14.0\User Settings\Outlook_SocialConnector HKLM\Software\Microsoft\Office\14.0\User Settings\Outlook_SocialProviderMOSS
    HKLM\Software\Microsoft\Office\14.0\User Settings\PowerPoint_Core\Create\Software\Microsoft\Shared Tools\Outlook
      Journaling
        Microsoft PowerPoint
    HKLM\Software\Microsoft\Office\14.0\User Settings\Word_Core\Create\Software\Microsoft\Shared Tools\Outlook
      Journaling
        Microsoft Word
    HKLM\Software\Microsoft\Office\8.0\Outlook
    HKLM\Software\Microsoft\Office\Delivery\SourceEngine\Downloads\{90140000-001A-04 09-0000-0000000FF1CE}-C\Resources\OutlookMUI.msi
    HKLM\Software\Microsoft\Office\Delivery\SourceEngine\Downloads\{90140000-001A-04 09-0000-0000000FF1CE}-C\Resources\OutlookMUI.xml
    HKLM\Software\Microsoft\Office\Outlook
      Addins
        Apple.DAV.Addin
        BCSAddin.Connect
        Groove.OutlookProxyAddIn
        Microsoft.VbaAddinForOutlook.1
        OneNote.OutlookAddin
        OscAddin.Connect
        OutlookChangeNotifier.Connect
        Search.OutlookToolbar
        UmOutlookAddin.FormRegionAddin
      AutoConfigDomains
        hotmail.*
        live.be
        LIVE.CA
        LIVE.CL
        LIVE.CN
        LIVE.CO.IN
        LIVE.CO.KR
        LIVE.CO.UK
        LIVE.CO.ZA
        LIVE.COM
        LIVE.COM.AR
        LIVE.COM.AU
        LIVE.COM.MX
        LIVE.COM.MY
        LIVE.COM.PE
        LIVE.COM.PK
        LIVE.COM.PT
        LIVE.COM.SG
        LIVE.COM.VE
        LIVE.DE
        LIVE.DK
        LIVE.FR
        LIVE.HK
        LIVE.IE
        live.in
        LIVE.IT
        LIVE.JP
        LIVE.MA
        LIVE.NL
        LIVE.NO
        LIVE.PH
        LIVE.RU
        LIVE.SE
        livemail.com.br
        msn.*
        msnhotmail.com
        tw.live.com
        windowslive.com
      FormRegions
        IPM.Note.Microsoft.Exchange.Fax.UM.CA
        IPM.Note.Microsoft.Exchange.Voice
        IPM.Note.Microsoft.Exchange.Voice.UM
        IPM.Note.Microsoft.Exchange.Voice.UM.CA
        IPM.Note.Microsoft.Fax.CA
        IPM.Note.Microsoft.Voicemail
        IPM.Note.Microsoft.Voicemail.UM
        IPM.Note.Microsoft.Voicemail.UM.CA
        IPM.Note.Rpmsg.Microsoft.Voicemail.UM
        IPM.Note.Rpmsg.Microsoft.Voicemail.UM.CA
      Outlook 10 Accounts
        Categories
          {ED475418-B0D6-11D2-8C3B-00104B2A6676}
          {ED475419-B0D6-11D2-8C3B-00104B2A6676}
          {ED475420-B0D6-11D2-8C3B-00104B2A6676}
        Types
          {4DB5CBF0-3B77-4852-BC8E-BB81908861F3}
          {ED475411-B0D6-11D2-8C3B-00104B2A6676}
          {ED475412-B0D6-11D2-8C3B-00104B2A6676}
          {ED475414-B0D6-11D2-8C3B-00104B2A6676}
      SocialConnector
        SocialProviders
          OscAddin.SharePointProvider
    HKCU\Software\Microsoft\Office\14.0\Common\HelpViewer\Applications\OUTLOOK
      AdditionalCollections
        0
        1033
    HKCU\Software\Microsoft\Office\14.0\Common\Migration\Outlook
    HKCU\Software\Microsoft\Office\14.0\Outlook
      Addins
      AutoDiscover
        RedirectServers
      Display Types
        Balloons
      Journal
      Message
      Office Explorer
      Options
        Calendar
        MSHTML
          International
        ToDoBar
      Perf
        RoamingStreamsCache
          6BF937902986EF42A5D2882B309351BF
      Preferences
      Resiliency
        DisabledItems
      Search
        Catalog
      Setup
      SQM
      Today
        Folders
      UserInfo
    HKCU\Software\Microsoft\Office\14.0\User Settings\Outlook_AutoDiscover HKCU\Software\Microsoft\Office\14.0\User Settings\Outlook_Core HKCU\Software\Microsoft\Office\14.0\User Settings\Outlook_Intl HKCU\Software\Microsoft\Office\14.0\User Settings\Outlook_SearshShellReg HKCU\Software\Microsoft\Office\14.0\User Settings\Outlook_SocialConnector HKCU\Software\Microsoft\Office\14.0\User Settings\Outlook_SocialProviderMOSS
    HKCU\Software\Microsoft\Office\8.0\Outlook
    HKCU\Software\Microsoft\Office\Outlook
      Addins
        AccessAddin.DC
        ColleagueImport.ColleagueImportAddin
        iTunesAddIn.CalendarHelper
      OMI Account Manager
      SocialConnector

  • How to get the server port and id from the Initialcontext

    hi
    i know that i can get the server port and id where the jndi service is listening from the InitialContext ( when i create InitialContext ic = new InitialContext(); from within a EJB. ). Does this work on any application server and where (at what position is for example the port) in the Enumeration at the ic are the different things put?

    I would usually just get the PROVIDER_URL property from the InitialContext and use that to determine the location of the naming service:
    String providerURL = (String)ic.getEnvironment().get(Context.PROVIDER_URL);You'll then need to parse that string to obtain the port and the server name. For example:
    // Assume that the provider URL is of form "protocol://server:port"
    int serverStartIndex = providerURL.indexOf("://" + 3);
    int serverEndIndex = providerURL.indexOf(:, serverStartIndex);
    String server = providerURL.substring(serverStartIndex, serverEndIndex);
    String port = providerURL.substring(serverEndIndex + 1);It's a fairly universal approach but there'll doubtlessly be some special cases (for example, the provider URL could be null and the InitialContextFactory class defaults it).
    You might have to adjust the server/port parsing stuff a bit as I just made that up and your URL might not conform to the pattern I described.
    Hope this helps.

  • I bought a song on iTunes...but it must not have downloaded all the way an now I can't get it to play and it won't let me delete it...I also can't purchase it again cause it says I done bought it...any suggestions?

    I bought a song on iTunes...but it must not have downloaded all the way an now I can't get it to play and it won't let me delete it...I also can't purchase it again cause it says I done bought it...any suggestions?

    Try this:
    http://support.apple.com/kb/HT2519

  • I can't get itunes to open and i have restarted, my ipad is currently connected, please help!

    I can't get itunes to open and I have restarted my mac, my ipad is currently connected

    same problem - its open but no window is opened. All the options are greyed out.
    HELP APPLE!

  • How can I set BPEL server enviorment and create BPEL domain?

    Without use the http console, how can I set BPEL server enviorment and create BPEL domain?
    When I try to use API like below
    import com.oracle.bpel.client.Server;
    Server s = new Server(ServerAuthFactory.authenticate("oracle","localhost"));
    But I always got four exceptions and one warning like below:
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\ejb.properties (The system cannot find the path specified)
    Warning: unable to read transaction.interoperability config property
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
    java.lang.Exception: Failed to create "ejb/collaxa/system/ServerBean" bean; exception reported is: "javax.naming.CommunicationException: Can't find SerialContextProvider
    Is it right to use com.oracle.bpel.client.Server like this, please help me.
    Best regards,
    Vita

    Anyone can help me? Because I need deploy BPEL process on production server, so I need the Java funtion to create domain. Thank you very much if you can tell me the correct method of using com.oracle.bpel.client.Server API.

  • How can I get my iPhone 4s and my computer to sync an msn email account?

    I had a Blackberry before my IPhone.  On the BB, when I read an email received using my Windows Live account (@msn.com), which I also use as my default email on my Mac, I was asked if I wanted to delete the message from my phone only, my computer only, or from both.  The msn is a pop account.  Now that I have my IPhone, I can not get my phone email and my computer email to sync the same way.  I understand, from an hour on the phone with Apple support, that an imap account will work that way--ex., my yahoo acount.  When I delete a message from my IPhone it also deletes from my yahoo account.  However, I don't often check that account because we use the msn account for the majority of emails and the msn is set up in the computer's mail account.   I was told that because it is a pop account there is possibly no way to make them sync that way.  I wonder if anyone else has run across this issue and if there is any solution at all?  Is it possible to set up an msn.com account using imap on my computer?

    Perhaps you should try using "shared photo stream", if the other phone can view the stream?
    http://support.apple.com/kb/TI104
    HTH

Maybe you are looking for