New Windows Azure Migration Content

The guide, Migrating Data-Centric Applications to Windows Azure, provides detailed guidance on how to migrate data-centric applications to Windows Azure Cloud Services, as well as an introduction on how to migrate those same applications to Windows
Azure Virtual Machines. By using this guide, you will have the planning process, migration considerations, and prescriptive how to’s needed for a positive migration experience.
This guide captures best practices gleaned from the real-world engagements of CAT and the technical expertise of the SQL Database Content team and will be updated regularly to cover new learnings and additional features.
The full guide is at:
Migrating Data-Centric Applications to Windows Azure.
The section on migrating SQL Server databases and migrating data to other data management services such as table, blob, Windows Azure drive is at:
Migrating with Windows Azure Cloud Services.
Karthika [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights.

Hi babarzhr,
For uploading large data files to storage blob, please try AzCopy, a command line utility with concurrent operations to upload, download, and copy blobs. You
may get the latest version from aka.ms/azcopy, find the AzCopy at "<system disk>:\Program Files (x86)\Microsoft SDKs\Windows Azure\AzCopy" after your installation and use below AzCopy command line pattern:
       AzCopy <source folder> <destination folder> [filepatterns] [options]
Here is the sample command lines for your scenarios.
#1. Upload from local to your Azure Storage blob.
#1.1 Upload single file, say uploading “db1.bck”.
         AzCopy D:\backup\
https://myaccount.blob.core.windows.net/mycontainer//DestKey:key db1.bck
#1.2 Upload multi db files, say uploading “db1.mdf”, “db1.log”, “db1.bck”, use file pattern “db*” and option /s to recursively upload.
         AzCopy D:\backup\
https://myaccount.blob.core.windows.net/mycontainer/ /DestKey:key db* /s
#1.3 Choose block or page blob by option /BlobType:Page|Block.
        AzCopy D:\backup\
https://myaccount.blob.core.windows.net/mycontainer/ /DestKey:key db1.bck /BlobType:Block
#2.
Download from Storage to your VM local disk.
#2.1 Download single file, say downloading “db1.bck”.
         AzCopy
https://myaccount.blob.core.windows.net/mycontainer/ D:\backup\ /SourceKey:key db1.bck
#2.2 Download multi db files, say downloading “db1.mdf”, “db1.log”, “db1.bck”, use file pattern “db” and option /s to recursively upload, attention, when ‘source’ is storage blob,
     the file pattern will be treated as prefix.
         AzCopy
https://myaccount.blob.core.windows.net/mycontainer/ D:\backup\ /SourceKey:key db /s
#3. For uploading/downloading large data files, suggest you open resume mode directly with option /z:<journal file>.
         AzCopy D:\backup\
https://myaccount.blob.core.windows.net/mycontainer/ /DestKey:key db1.bck /z:”d:\test\restart.log”
If your operation is
terminated
in the middle of downloading/uploading, use same command line to resume directly.

Similar Messages

  • How to stop Finder from opening new windows to view contents of folders.

    I have 2 folders on my desktop, called "Home" and "Work." Both are aliases to files stored in user/documents on my HD. Both contain many folders within folders within folders and, ultimately, documents. When I double click on the "Home" desktop alias, a finder window opens showing contents. When I click on any folder within that window, it does what I want it to...switches to the contents of that folder (within same window, without opening a new one.) This works for everything in that folder.
    When I double click on a folder within the "Work" folder, however, it opens a new window at every level. By the time I get to the document I want, I may have 5 or 6 windows open, which I then have to manually close.
    I have gone into Finder/Preferences/General and the "Always open new window" box is NOT checked. Any one know why it would still be doing this? (No new applications are opening when I click on the folders, just a new finder window.) And why would it do it for one desktop folder and not the other?
    I looked through discussions till my head spun and only saw the Finder/Preferences fix, so I'm hoping there's another fix, like a preference file somewhere that I just need to trash. Any help would be appreciated.
    Powerbook G4   Mac OS X (10.3.9)  

    I don't know if this is the problem, but for windows in "Icon" or "List" view that are set so that the "Toolbar" is not showing, a folder opened within that window will tend to open a new window. This is just a difference in behaviour between the two modes. To show / hide the toolbar, try clicking the elongated button in the upper right corner, in the "titlebar" of the window, or choose "Show Toolbar" / "Hide Toolbar" from the "View" menu.
    Additionally, a workaround might be to switch to "Column" view ("View" > "as Columns" ⌘3), since opening a folder within a window in "Column" view does not appear to spawn a new window, even with the "Toolbar" hidden. Another option might be to hold down the "option" key while opening the folder - this causes the previous window to close as the new window is opened.

  • DW CS4 Help with jump menu opening a new window.

    First, I can't believe that Adobe left out an easy to use behavior to do this.
    I have some jump menus, and I would like the selection to open up a new window and have the content appear there.  I saw a couple of old topics here that offered some suggestions, but they didn't work for me.  I could get it to open a new window, but the content was not there.  I saw where you need to add a "GO" button, and add a "Open New Window"behavior to it.  That is what opened the new window with new content.  I do not have the "GO" buttons on the jump menus in this code, but did try it and it didn't work.   If anyone can help and tell me how to do it, and where to place the code, I would greatly appreciate it.
    I know this is long, but here is my code for the 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"><!-- InstanceBegin template="/Templates/Master_Template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Mickey Adams Index</title>
    <!-- InstanceEndEditable -->
    <link href="../twoColFixLtHdr.css" rel="stylesheet" type="text/css" />
    <!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixLtHdr #sidebar1 { width: 230px; }
    </style>
    <![endif]-->
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <!-- InstanceBeginEditable name="head" -->
    <script src="../SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="../SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    <link href="../SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    <!-- InstanceEndEditable -->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <link href="../CSS/global.css" rel="stylesheet" type="text/css" />
    <!-- InstanceParam name="SecondTitle" type="boolean" value="true" -->
    <!-- InstanceParam name="SecondContent" type="boolean" value="true" -->
    <!-- InstanceParam name="OptionalRegionTitle_2" type="boolean" value="true" -->
    <!-- InstanceParam name="OptionalRegion_2" type="boolean" value="true" -->
    <!-- InstanceParam name="OptionalRegion1" type="boolean" value="true" -->
    </head>
    <body text="#000033" class="twoColFixLtHdr" title="What's New">
    <div id="container">
      <div id="header">
        <h1>Richard Sinkler</h1>
      <!-- end #header --></div>
      <div id="sidebar1">
        <ul id="MenuBar1" class="MenuBarVertical">
          <li><a href="../index.html">Home</a>      </li>
          <li><a href="../About_Me.html">About me</a></li>
          <li><a href="../Calendars/Calendar_menu.html">Calendars</a></li>
          <li><a href="../What's New.html">What's New</a></li>
          <li><a href="../Equipment.html">Equipment</a></li>
          <li><a href="../Tunings.html">Tunings</a></li>
          <li><a href="../Video_and_Sound/video_menu.html">Sound &amp; Video</a></li>
          <li><a href="../web_gallery.html">Photos</a></li>
          <li><a href="Mickey_Adams_Menus.html">Mickey Adams</a></li>
          <li><a href="../Website_Info.html">Website Info</a></li>
          <li><a href="../Contact Me.html">Contact Me</a></li>
        </ul>
        <p class="justHostReferral">If you would like to get your own website, please click the <span class="justHostItalics">JUST HOST</span> logo below and it will take you the sign up page. I am a <span class="justHostItalics">JUST HOST</span> affiliate and get credit for referring you to their service.</p>
        <p><a href="http://stats.justhost.com/track?ca5fb2154d5aabc236853ccef2513f2ec"><img src="http://affiliates.justhost.com/control/img/banners/justhost_125x125v2.gif" /></a> </p>
    <h3 class="updated">Updated 7/18/2011
          <!-- end #sidebar1 -->
        </h3>
    <p> </p>
      </div>
      <div id="mainContent">
        <h1><!-- InstanceBeginEditable name="PageTitle" -->Mickey Adams Video Index<!-- InstanceEndEditable --></h1>
        <!-- InstanceBeginEditable name="PageContent" -->
        <p class="pageContent">Click a tab to open the category. <a href="Mickey_Adams_Menus.html" class="playbackCtrlMSg">Click to go back to Menu Page</a></p>
        <div id="m_a_video_index" class="TabbedPanels">
          <ul class="TabbedPanelsTabGroup">
            <li class="TabbedPanelsTab" tabindex="0">BE</li>
            <li class="TabbedPanelsTab" tabindex="0">BEX</li>
            <li class="TabbedPanelsTab" tabindex="0">BEC</li>
            <li class="TabbedPanelsTab" tabindex="0">Beginner</li>
            <li class="TabbedPanelsTab" tabindex="0">Faux C6</li>
            <li class="TabbedPanelsTab" tabindex="0">Uncategorized</li>
          </ul>
          <div class="TabbedPanelsContentGroup">
            <div class="TabbedPanelsContent">
              <p><strong><u>BE01</u></strong><u>:Beginners: 3 Moves to  Master</u> <br />
                <strong><u>BE04</u></strong><u>: Simple E9 Passage,  Single Note</u> <br />
                <strong><u>BE06</u></strong><u>: 4-5-1 In G, Using ABC  Pedals</u> <br />
                <strong><u>BE07</u></strong><u>: 1-2-5 Single Note+ 3 <strong>Stops</strong></u><br />
                <u>BE  109a Close Intervals in C</u><br />
                <strong><u>BE11</u></strong><u>: Beginner Steel Guitar,  Cold Cold Heart</u> <br />
                <strong><u>BE12</u></strong><u>: Cold Cold Heart Part II</u> <br />
                <strong><u>BE16</u></strong><u>: Waltz Across Texas</u> <br />
                <strong><u>BE24A</u></strong><u> Big City Turnaround</u> <br />
                <strong><u>BE28</u></strong><u>: Your Man, Josh Turner</u> <br />
                <strong><u>BE31</u></strong><u>: Minor Chords-Moondance</u> <br />
                <strong><u>BE34</u></strong><u>: 3 Moves to Master, Part  II</u> <br />
                <strong><u>BE36</u></strong><u> Harmonics, Overtones</u> <br />
                <strong><u>BE40</u></strong><u> 2M-5-1 Faux C6 Moves for  Cherokee Maiden</u></p>
              <p><strong><u>BE41</u></strong><u> Second String Usage</u></p>
            </div>
            <div class="TabbedPanelsContent">
              <p><strong><u>BEX1</u></strong><u>: A+B Repetitious  Excercise, Major Key</u> <br />
                <strong><u>BEX2</u></strong><u> Pick Blocking Dexterity  Excercise II</u> <br />
                <strong><u>BEX6A</u></strong><u>-Pick Blocking Exercise  B+C, F</u> <br />
                <strong><u>BEX7</u></strong><u> Speedpicking Lesson 1  Revision 1</u> <br />
                <strong><u>BEX12</u></strong><u>: G Major, Lesson 2-Pedal  Changes, Chord Forms</u> <br />
                <strong><u>BEX14</u></strong><u>: D7, G Lever  Programming, Speed</u> <br />
                <strong><u>BEX16</u></strong><u>: G Major-Lesson 1</u> <br />
                <strong><u>BEX16a</u></strong><u> G major Descending  Exercise</u> <br />
                <strong><u>BEX17</u></strong><u>: Pick-Blocking 101,  Beginner Steel Guitar</u> <br />
                <strong><u>BEX21</u></strong><u> Faux C6, 1-4-5-1</u> <br />
                <strong><u>BEX21</u></strong><u>-2-5-1 Chord Change</u> <br />
                <strong><u>BEX21</u></strong><u> Alternating Fingering  Excercise</u> <br />
                <strong><u>BEX21</u></strong><u> Glissando Excercise 1</u> <br />
                <strong><u>BEX25</u></strong><u> Faux C6 1-5-1 in D</u> <br />
                <strong><u>BEX27</u></strong><u> C Pentatonic Scale Ex1</u> <br />
                <strong><u>BEX27a</u></strong><u> C Pentatonic Ex2</u> <br />
                <strong><u>BEX27b </u></strong><u>A Blues Pattern</u> <br />
                <strong><u>BEX28</u></strong><u> Pedal &amp; Lever  Excercises for Beginners</u> <br />
                <strong><u>BEX 92</u></strong><u> D7 Exercise</u> <br />
                <strong><u>BEX 93</u></strong><u> 2 String Exercise, Lever  I, Pedal H</u></p>
            </div>
            <div class="TabbedPanelsContent">BEC
              <div id="Accordion1" class="Accordion" tabindex="0">
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">BEC pg. 1</div>
                  <div class="AccordionPanelContent">
                    <p><u>BEC4:  Blue Eyes Elton John</u> <br />
                      <u>BEC6  Broken Wing</u> <br />
                      <u>BEC15:  Goin Through the Big &quot;D&quot;</u> <br />
                      <u>BEC25:  I Sang Dixie, Take II</u> <br />
                      <u>BEC31:  Beginner Steel-Longer, Fogelberg</u> <br />
                      <u>BEC32:  Longer, Flute Solo, Fogelberg</u> <br />
                      <u>BEC35:  Nobody In His Right Mind</u> <br />
                      <u>BEC41:  Too Cold At Home Intro, Mark Chestnutt</u> <br />
                      <u>BEC45:  Teach Your Children: Intro</u> <br />
                      <u>BEC48:  Take Your Memory With You</u> <br />
                      <u>BEC52  Thinking Thing Intro</u> <br />
                      <u>BEC54:  What A Wonderful World</u> <br />
                      <u>BEC66:  Solo, Look At Us</u> <br />
                      <u>BEC69:  Somewhere Over The Rainbow, Bridge</u> <br />
                      <u>BEC73:  Empty Glass Intro</u> <br />
                      <u>BEC77:  Set-em Up Joe Vern Gosdin</u> <br />
                      <u>BEC78-  So Much It Hurts Me Part 1</u> <br />
                      <u>BEC78a  So Much It Hurts Me Part 2</u> <br />
                      <u>BEC81,  Who Needs You Baby, Clay Walker</u> <br />
                      <u>BEC82  City Lights</u></p>
                  </div>
                </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">BEC pg. 2</div>
                  <div class="AccordionPanelContent">
                    <p><u>BEC83  Save The Honky Tonks, Mark Chestnutt</u> <br />
                      <u>BEC84  Faux C6, Deep Water Intro, Beginners</u> <br />
                      <u>BEC85  There's your Trouble Intro</u> <br />
                      <u>BEC86  Panama Red Intro, Remake</u> <br />
                      <u>BEC88  Diamond Rio One More Day Intro</u> <br />
                      <u>BEC89  Turnaround In C</u> <br />
                      <u>BEC89  Oh Little Town of Bethlehem</u> <br />
                      <u>BEC90  I Had A Beautiful Time, Solo</u> <br />
                      <u>BEC91  White Christmas</u> <br />
                      <u>BEC91a  White Christmas</u> <br />
                      <u>BEC91c  White Xmas, Improvising</u> <br />
                      <u>BEC92  Farewell Party Intro Simplified</u> <br />
                      BEC  92a Farewell Party Solo, Mike Johnson<br />
      <u>BEC93-This  Ain’t My First Rodeo-Intro</u> <br />
      <u>BEC-94  Third Rate Romance Solo</u> <br />
      <u>BEC-95  Crazy Arms Intro, Patty Loveless</u> <br />
      <u>BEC-96  Bar Room Roses Intro Troy Cassar Daley</u> <br />
      <u>BEC-97  Close Up the Honky Tonks-Intro</u> <br />
      <u>BEC98-Turnaround  5-1, BC,+E-lever</u> <br />
      <u>BEC-99  Single Note Run in D</u></p>
                  </div>
                </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">BEC pg. 3</div>
                  <div class="AccordionPanelContent">
                    <p><u>BEC  100 Different Light Doug Stone Intro E9</u> <br />
                      <u>BEC  100 When Love Comes Around Intro Alan</u> <br />
                      <u>BEC  100 Take It Easy</u> <br />
                      <u>BEC101  Fourteen Minutes Old Intro Doug Stone</u> <br />
                      <u>BEC101  Bars Of Steel Bridge</u> <br />
                      BEC  101 Beneath Still Waters<br />
      <u>BEC  102 Could I Have This Dance Intro</u> <br />
      <u>BEC  103 Bars of Steel, Bridge</u> <br />
      <u>BEC  106 Legend In My Time</u> <br />
      <u>BEC107  When Did You Stop Loving Me Intro</u> <br />
      <u>BEC  109 Getting Over You Again Intro Gene Watson</u> <br />
      <u>BEC  110 Baby Thats Cold Intro</u> <br />
      <u>BEC  111 Panama Red Solo Part 1</u> <br />
      <u>BEC  111a Panama Red Solo, Part II</u> <br />
      <u>BEC  111 Where Have I Been All My Life Intro</u> <br />
      <u>BEC-112  Help Me Make it Through the Night.mpg</u> <br />
      <u>BEC-118  Faux C6-1-6-2-5.mpg</u> <br />
      <u>BEC-113  Way To Survive, Lesson 1.mpg</u> <br />
      <u>BEC113a  Way to Survive Lesson 2.mpg</u></p>
                  </div>
                </div>
    </div>
            </div>
            <div class="TabbedPanelsContent">
              <p><u>Beginner  Steel Guitar, Cmajor in 3rds</u> <br />
                <u>Beginner  Pedal Steel, Cross Picking, B Pedal</u> <br />
                <u>Beginner  Steel Guitar: San Antonio Rose</u> <br />
                <u>Beginner  Steel Guitar: Wonderful Tonight</u> <br />
                <u>Beginner  Steel Guitar: Oceanfront Property</u> <br />
                <u>Beginner  Steel-When you Say Nothing At All</u> <br />
                <u>Memphis  Tennessee, Beginner Steel Guitar</u> <br />
                <u>Beginner  Steel Guitar, Major Scale Excercise</u> <br />
                <u>Beginner  Steel, Amazing Grace</u></p>
            </div>
            <div class="TabbedPanelsContent">
              <p><u>Walking  After Midnight Faux C6</u> <br />
                <u>All  My Ex's Intro Faux C6 for the E9 Neck</u> <br />
                <u>Faux  C6 Turnaround in A</u> <br />
                <u>5  1 Faux C6, Single note Passage</u></p>
            </div>
            <div class="TabbedPanelsContent">
              <div id="Accordion2" class="Accordion" tabindex="0">
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">Uncategorized pg. 1</div>
                  <div class="AccordionPanelContent">
                    <p><u>Simple  Intro in C</u> <br />
                      <u>Panama  Red Intro E9 Pedal Steel Guitar</u> <br />
                      <u>Danny  Boy, E9</u> <br />
                      <u>Highway  40 Blues Intro, E9</u> <br />
                      <u>Diatonic  Scale Movement In G</u> <br />
                      <u>1-7-4  1-2-4-5-1 Pedal Steel Guitar Intro</u> <br />
                      <u>1-4  Counterpoint Move in F, Very Effective</u> <br />
                      <u>Gene  Watson Intro-Got No Reason Now for Going</u> <br />
                      <u>BIG  CITY! Merle Haggard, Simple, Straightforward</u> <br />
                      <u>Someday  Soon!..Simple, Great Solo!</u> <br />
                      <u>Texas  Tornado, Tracy Lawrence, Intro and Solo</u> <br />
                      <u>Pick  Dragging: Technique, Short Clip</u> <br />
                      <u>Key-A  Turnaround, Blues/Diminished Walk</u> <br />
                      <u>Hello  Trouble-JayDee Maness/ Desert Rose-</u> <br />
                      <u>Memories  To Burn, Solo, Gene Watson</u> <br />
                      <u>When  I Call Your Name</u> <br />
                      <u>Cross  My Heart Solo, George Strait</u> <br />
                      <u>But  For the Grace of God, Keith Urban</u> <br />
                      <u>I  Never Go Around Mirrors, Gene</u> <br />
                      <u>Cryin  My Heart Out, Ricky Skaggs</u> <br />
                      <u>Lonesome  LA Cowboy Solo, Buddy Cage</u></p>
                  </div>
                </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">Uncategorized pg. 2</div>
                  <div class="AccordionPanelContent">
                    <p><u>Teach  Your Children:Quick Solo</u> <br />
                      <u>1982  Intro:Randy Travis</u> <br />
                      <u>Check  Yes or No</u> <br />
                      <u>Fire  On The Mountain, Marshall Tucker</u> <br />
                      <u>Buds  Bounce, Simplified, Part 1</u> <br />
                      <u>Tonight  The Heartache's On Me, Solo, Dixie Chicks</u> <br />
                      <u>Heartbroke,  Steel Chords</u> <br />
                      <u>Funny  How Time Slips Away</u> <br />
                      <u>Bars  of Steel</u> <br />
                      <u>Blue,  Leann Rimes</u> <br />
                      <u>Supernaw-Wishing  Her well, Intro</u> <br />
                      <u>Look  At Us, Johny Hughey, Intro</u> <br />
                      <u>Over  The Rainbow Verse</u> <br />
                      <u>Discussion,  Right Hand</u> <br />
                      <u>Verse,  Help Me Make It Through The Night</u> <br />
                      <u>Rolling  Pick Technique 2-5-1</u> <br />
                      <u>3  Octave Descending D7 Single Note Run</u> <br />
                      <u>Descending  5-1 Turnaround in A</u> <br />
                      <u>Pick  Blocking Dexterity Excercise 1</u> <br />
                      <u>Alone  In SanAntone</u></p>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <script type="text/javascript">
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("m_a_video_index", {defaultTab:2});
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    var Accordion2 = new Spry.Widget.Accordion("Accordion2");
    //-->
        </script>
        <!-- InstanceEndEditable -->
        <h2>
          <!-- end #mainContent -->
        </h2>
      </div>
    <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
      <div id="clear"></div>
    <div id="footer">
        <p><a href="../index.html" class="footer_links">Home</a> <a href="../About_Me.html" class="footer_links">About Me</a><a href="../Calendars/Calendar_menu.html" class="footer_links">Calendars</a>  <a href="../Equipment.html" class="footer_links">Equipment</a> <a href="../Tunings.html" class="footer_links"> Tunings</a> <a href="../Video_and_Sound/video_index.html" class="footer_links">Sound & Video</a><a href="../web_gallery.html" class="footer_links">Photos</a><a href="Mickey_Adams.html" class="footer_links">Mickey Adams </a><a href="../Website_Info.html" class="footer_links">Website Info</a><a href="../Contact Me.html" class="footer_links">Contact Me</a></p>
        <p class="copyright"><span class="copyright"><span class="circleC"><span class="copyright"><span class="circleC">&copy;</span></span></span><span class="copyright"> Copyright 2011 - Richard Sinkler - All Rights Reserved</span></span></p>
        <p class="copyright"><span class="copyright"><span class="copyright">Website designed by Richard Sinkler</span></span></p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html>

    I'm confused by your post and code.  Adobe has a function to do this.  In the Insert Toolbar under the Tab "Forms" there is an option to create a jump menu.  The only options that menu gives you is the same window or a frame on the page (a very outdated action looking at it now).  But with basic knowledge of links you insert the menu and you will get code like:
      <select name="jumpMenu" id="jumpMenu" onChange="MM_jumpMenu('parent',this,0)">
    The "parent" denotes that this will open in the same window.  If you change that to "blank" then it will open in a new window.  A "Go" button is optional and also available in the DW GUI when you set up a jump menu.
    http://www.w3schools.com/tags/att_a_target.asp

  • ExternalLink in KM  which open portal Page in new window whithout masthead.

    Hi All,
    I have a requirement to create an external link which opens in new window and the content of the window is an Page which has iviews.
    I created an external link and gave the following details.
    Target: /irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.default?NavigationTarget=pcd:portal_content/com.abc.Test_Page
    Name: Test
    When I click on the external link, it opens a new portal window which has the mast head and in the content area the page is displayed.
    My requirement is : I don't want the masthead to appear and I want only the page to be displayed in the new window.
    Thanks,
    Shilpa.

    Hi Krishna,
    In the iview Property -> Launch in New Window, i have only 2 options ie
    Display in Portal content Area
    Display in New Window.
    Where do I find display in seperate portal headerless window? Is it the customised one?
    I have set Launch in New Window Property to Display in New Window. When i click on the link new window is opening which has masthed.
    Please Suggest.
    Thanks,
    Shilpa.

  • NEW FEATURE IN OLM - Provide option to launch learning object in new window

    NEW FEATURE IN OLM - Provide option to launch a learning object in a new window from the player
    Background:
    When content is launched from Oracle Learning Management, it is presented within the Oracle Learning Management player frameset. If the content is not on the same server as Oracle Learning Management, this can cause issues with content that is not "frame-friendly". In order to work around this issue in the past, customers either needed to modify their content to be frame-friendly, or create a "splash" page to load in the Oracle Learning Management player, which in turn would open a new window displaying the content. This also caused integration compatibility issues with Oracle Collaboration Suite 10g Web Conferencing.
    Feature:
    This new feature eliminates the need to utilize a splash page or modify content that is not frame-friendly, as it allows you to safely open the content in a separate window from the Oracle Learning Management player, while maintaining all tracking capabilities.
    The new Open in New Window check box is provided on the learning object properties page.
    When the learner launches a learning object where this check box is checked, the player opens as normal and presents a "splash" page with some instructional text. This splash page then opens a new window for the content.
    The splash page also checks for the presence of a pop-up blocker that may block the new window from opening. If this occurs, the learner receives an alert indicating that a pop-up blocker has prevented the content window from opening.
    Action/Notes:
    By default, the Open in New Window check box is NOT selected for any learning object, whether created before or after the patch is applied. Therefore, if you do not plan to use this feature, no action is necessary.
    For those customers who do want to take advantage of this feature, you must edit your learning objects individually and select the Open in New Window check box on the learning object properties page.
    This new feature is independent of the Open in New Window check box in the player preferences section of the offering properties page, which opens the player in a separate window. If both check boxes are selected, the Oracle Learning Management player opens in a separate window, then the content opens in another separate window.
    Availability:
    * Installed or OnDemand Customers -- This patch is available now via Metalink. Patch # 5943165
    Enjoy!
    The Oracle Learning Product Management Team

    Please,
    I need help, I don´t know why the next message display "cannot display the page", just some seconds, after display the course.
    Do you know why??, is some problem configuration or connection??

  • Setup Windows Azure Workflow - Add-WFHost error "WF_Management/WFTOPIC" and token provider service

    Hi,
    i want to install the new windows azure workflow manager and service bus on my sharepoint 2013 server.
    All works fine in setup. I got the Powershell-Script from the wizard and configured it to meet my requierments.
    I start it and get to the last point "add-wfhost".
    Here i got following error:
    VERBOSE: [12.12.2012 09:30:13]: Validating input and configuration parameters.
    VERBOSE: [12.12.2012 09:30:14]: Installing auto-generated certificate.
    VERBOSE: [12.12.2012 09:30:16]: Granting 'Log on as Service' privilege to the RunAs account.
    VERBOSE: [12.12.2012 09:30:16]: Workflow Manager configuration starting.
    VERBOSE: [12.12.2012 09:30:19]: Configuring Workflow Manager runtime settings.
    Add-WFHost : Could not successfully create management Service Bus entity 'WF_Management/WFTOPIC' with multiple retries within a timespan of 00:02:05.7914488.. The exception of the last retry is: The
    token provider service was not avaliable when obtaining a token for 'https://myServer.sps2013.local:9355/WorkflowDefaultNamespace/$STS/Windows/'..
    At C:\Users\wawsrv\Documents\workflowconfiguration.ps1:42 char:1
    + Add-WFHost -WFFarmDBConnectionString 'Data Source=myServer.sps2013.local;Initia ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : OperationStopped: (:) [Add-WFHost], TimeoutException
    + FullyQualifiedErrorId : WFRuntimeSettingFailed,Microsoft.Workflow.Deployment.Commands.AddWFHost
    I installed it on a sharepoint 2013 box server (AD, DNS, SQL and SP on one maschin).
    I know this is not supported, but it should work. Im loged in as the service account for the workflow. I've granted the domain admin rights and sql sysadmin /dbowner rights.
    Now my answer is:
    It is not the "normal" error with the wf_management/WFTOPIC. What is this token provider service and why he tries the port 9355. I dont use ssl, so how can i change the request url or how do i have to set it up correct?
    Thx alot on this!

    When you say 'setup gateway correctly' what do you mean?
    How was your gateway setup and what did you change?
    I have the same problem, and despite removing all proxy settings, i am still having this issue. I can navigate fine to the 'WorkflowDefaultNamespace' and get a RSS Feed type of page, but when i add the $STS/Windows Virtual Directories, i get a 400 Bad Request. 

  • Log in to Windows Azure Management Portal

    Hi,
    I have a windows azure suscription.
    I was login in with my hotmail account to windows.azure.com. Now I can´t log in to my windows azure suscription.
    If I go to https://windows.azure.com it takes me to
    https://windows.azure.com/VerifyYourAccount.aspx were I need to click a button to send me a message with a code to my cel phone. The problem is I dont use that phone number any
    more and I can´t find where to change it to my new cel phone number...
    Please help.
    G
    Where is the windows azure management portal?? The place were I can create and manage host services in my azure suscription, sql azure databases, etc...

    Hi Giber,
    If you have problem while verifying your account via phone number, please contact Azure support (http://www.microsoft.com/windowsazure/support/) for manual verification. Please see
    Fraud Prevention Measure for New Windows Azure Platform Accounts for more information.
    Thanks.
    Wenchao Zeng
    Please mark the replies as answers if they help or unmark if not.
    If you have any feedback about my replies, please contact
    [email protected]
    Microsoft One Code Framework

  • Sending data opens new window

    Ok , since like 90% of people are using IE6 this is annoying.
    I have data that needs to be sent to an ASP page after the movie
    has finished. No problems there it runs, posts the data the asp
    gets the data everyone is happy. However when Flash POSTS the form
    data it opens a new window, or at least it tries to. It keeps
    getting blocked by the built in pop-up blocker in IE6 and IE7,
    tests also indicate that the AOL, Google, and Yahoo toolbars also
    block it.
    So I want to open the page it is posting the data to in the
    same window as the flash but when I tell it to open _self, _parent,
    or even _top it still opens in a new window. Is there something I
    am missing.
    this is the line that sends the data.
    test_results.send("testresults.aspx","POST",_self);\
    any help would be appreciated

    If you look at Help for the LoadVars class' send method
    you'll find this:
    A successful send() method call will always open a new
    browser window or
    replace content in an existing window or frame. If you would
    rather send
    information to a server and continue playing your SWF file
    without opening a
    new window or replacing content in a window or frame, then
    you should use
    LoadVars.sendAndLoad().
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Use of VISUAL STUDIO ONLINE appears impossible from Windows Azure

    The VISUAL STUDIO ONLINE by logging to the site of Windows Azure, is displayed in the left
    If you click on the "+ New " Select , " VISUAL STUDIO ONLINE " is displayed in gray
    It is displayed as " not available " in red underneath .
    If you hover the mouse , the following in English
    It appears as .
    You need an eligible Windows Azure subscription to buy monthly user
    licenses or shared resources. Create a new Windows Azure subscription
    or get started without one by creating a free Visual Studio Online account.
    I tried a method that is displayed here , but I do not quite know , and do not be resolved .
    Resolve as soon as possible this not available on writing an article writer , I I must proceed next
    Do not . Please tell me how to resolve as soon as possible .

    Hi,
    As Buck's said, you may need azure subscription. If you have it but the problem occurred again, I suggest you could contact azure support team. In my opinion, I guess it is a account question.
    Support Team Channel:
    Please contact support team by creating a support ticket at http://www.windowsazure.com/en-us/support/contact/
    Or if that doesn't work because you don't have an active subscription you will need to contact general customer support to have them create a support ticket for you
    http://support.microsoft.com/gp/customer-service-phone-numbers?wa=wsignin1.0
    Please try it.
    Any question or result, please let me know.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • New window in iweb??

    Can one have a hyperlink on a page that when clicekd, opens a new window, to show content? This would then leave your main page open and have a new window/page on top of the original page and thus, it's amaller size, like a pop-up window...?

    I'm lost here,, now i have followed all instructions that i can find when it comes to editing html files, and i save and then up load my edited files back to idisk, however when i open the web page, all i get is the html displayed on the web browser. Now i have edited html files with textwrangler, tacohtml, even dreamweaverm, and i still get the html displayed on the web page instead of the webpage itself,,,
    i am definately going wrong somewhere,,, can anyone help here?
    regards
    Dmac

  • Human Interface Guidelines for Windows Azure portal

    I love the design of the Windows Azure portal, it is clean, clear and to the point. I was wondering whether the Portal is based on a specific set of Human Interface Guidelines and where I could find them?

    hi,
    I guess it is difficult to find the HIG docs. You could refer to same threads from those page
    Framework used to develop the new windows azure management portal? and
    Library for Developing Azure Web Interface Style Web Sites .
    Hope it helps.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Migrate iPhone (iTunes) to new Windows computer

    I apologize for asking a question that seems likely to have been answered multiple times, but the answers I found either seemed to be missing pieces for my scenario or in some cases to contradict (very likely my misunderstanding).
    I need to set up itunes on a new (Windows XP) computer for one of my users and set it to sync with their iphone, without losing any data, migrating all settings, all minimizing my need to know what they might or might not have done with their iPhone to date, and preferably without knowing their iTunes account information (though I can get that if I need it).
    I do not need to be concerned about syncing contact and calendar information - these phones sync with Exchange/Outlook and I'll deal with that part later.
    1. I will of course first install itunes on the new computer (set it not to auto-sync) and then use itunes on the old computer to back up the phone.
    2. Next I think I should copy the itunes library to the new computer, just replacing the directory structure on the new computer with the copy from the old (same OS on both computers). (Or do I not need to do that if I have a backup?)
    3. Then assuming the user may have purchased content from the store I believe I will need to authorize this computer in the Store, is that correct? Will I need the user's account information to do that?
    4. Should I next copy my backup into the correct location for backups on this computer and restore from backup so that settings are restored? Or since I have this backup, do I need to do all the above steps or are some of them unnecessary? (If it may not always be necessary, but might sometimes be necessary depending what they've done, and assuming it can't hurt either way, then I should just do it - I'm not worried about doing extra steps, I'm worried about losing data.)
    5. And now do I need to do a sync? (I would have thought the restore from backup would have taken care of that, but I saw instruction somewhere to do that after restoring from backup.)
    Do I have the right steps, in the right order, and will that take care of everything or have I missed something? (As noted, I will take care of setting up the exchange account syncing after everything else is done - that's something I've done many times.)

    Thanks!
    Reporting back, I tried it and discovered that it really is as simple as copying the iTunes library to the new computer (at least in my case it was) - I did that, synced the phone on the new computer, and all was well. (I've heard so many horror stories that I really expected trouble, but had none at all.)

  • When opening a new window, it automatically loads last pop-up (?) content and I am unable to type in address bar or open a new tab in the new window.

    I don't know if they're technically pop-up windows (for example, if you do a search on kayak.com, it will automatically open a new priceline.com window with the results of the search), but this happens with pop-up blocker on or off. Other examples are a small info window from a financial or .edu site that opens up saying a session is about to expire, or answering an FAQ (with the exception of the priceline example, these windows don't have an address bar or display a URL). Anyway, after these windows are closed, if I try to open a new window, it will automatically load the content of that "pop-up". Whenever it does this, I am unable to type in the address bar or open a new tab in that window.
    How do I fix this? All I want is to open a new window that's blank, not load prior content.

    It could be the work of one of your add-ons, or even add / mal-ware.
    Look thru your add-ons list and make sure you know what each one is
    there for. Also, check the programs that are on your computer
    '''Windows > Start > Control Panel > Uninstall Programs.'''
    '''(Mac: Open the "Applications" folder)'''
    Go thru the list and use a web search to check any that you don't
    know what they are.
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-caused-malware Troubleshoot Firefox Issues Caused By Malware]''''' {web link}

  • SQL 2012 Databse Migration to Windows Azure SQLDatabase

    Hello Experts
    Please advise on the following issues, thank you.
    If we want to migrate a SQL 2012 database to windows Azure SQL Database by implementing the Contained database features, can you pleas explain the procedures or steps, thank you for your help as always.
    Regards

    Hi,
    Here are some links on deploying database to SQL Azure.
    How to Deploy a Database to Azure
    http://azure.microsoft.com/en-us/documentation/articles/sql-database-deploy/
    How to Migrate an On-Premises SQL Server 2012 Database to Windows Azure SQL Database
    http://blogs.msdn.com/b/brunoterkaly/archive/2013/09/26/migrating-an-on-premises-sql-server-2012-database-to-windows-azure-sql-database.aspx
    Using the Deploy Database to SQL Azure Wizard in SQL Server Management Studio to move to the Cloud
    http://www.mssqltips.com/sqlservertip/3035/using-the-deploy-database-to-sql-azure-wizard-in-sql-server-management-studio-to-move-to-the-cloud/
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Open BLOB Content from an Interactive Report in a New Window

    Hi All,
    I have an Interactive Report with the following query:
    SELECT ID,
      FILE_NAME,
      FILE_MIME_TYPE, 
      FILE_CHARACTER_SET, 
      DBMS_LOB.GETLENGTH(FILE_CONTENT) FILE_CONTENT, 
      FILE_LAST_UPDATED 
    FROM FILESThe Number/Date Format property for the FILE_CONTENT column is as follow:
    DOWNLOAD:FILES:FILE_CONTENT:ID::FILE_MIME_TYPE:FILE_NAME:FILE_LAST_UPDATE:FILE_CHARACTER_SET:attachment:DownloadWhen I click on the FILE_CONTENT link in the report, depending on the type of file, it opens in a new window or in my report’s window.
    I am trying to set the link to always open the content in a new window. I tried changing the Link Attributes to target="_blank" but it did not work.
    There is an example in the Package Application “Sample File Upload and Download” on apex.oracle.com. Page 1 has a report that allows you to add files. You can add files such as PDF, SQL, or TXT file in order to replicate my situation.
    I appreciate any help!
    Thanks,
    Erick

    The problem is solved!
    Apparently the Content Disposition: Attachment in the BLOB Download Format Mask does the trick.
    For some reason I have to logout and login again in the application to see the change.
    I tried changing the Content Disposition to Inline and then back to Attachment, and the file keeps opening in the same window unless I start a new session.
    Is there any explanation why it is working that way?
    Thanks!
    Erick

Maybe you are looking for

  • Removing albums from iPhone but not iTunes

    I have the 16gb iPhone and would need to free up space on the device. I need to delete albums from the iPhone but not the iTunes library. Any suggestions?

  • "Font Variation" in character viewer

    Well, now that I've made the ghastly mistake of "upgrading" to 10.9.... Is there any way to make the "Font Variation" aspect of Character Viewer behave the way it did in 10.6? I want to see all the font names all the time, each under its glyph, not j

  • Important: I need help please

    Hi guys, I have bought a geforce 4 Ti 4200 VTD 8X 128 MB DDR 4 months ago. I really love it and don't want to mess up any part of my Pc by over clocking etc. SO I never overclock my video card. Now the issue is: 1) Today I installed MSI 3d experience

  • 11.2 Grid Infrastructure 中如何找到ASM中存放的VOTEDISK

    11.2 Grid Infrastructure 中如何找到ASM中存放的VOTEDISK as TEST [grid@vrh1 ~]$ asmcmd dsget parameter:/dev/asm* profile:/dev/asm* [grid@vrh1 ~]$ [grid@vrh1 ~]$ [grid@vrh1 ~]$ [grid@vrh1 ~]$ gpnptool get Warning: some command line parameters were defaulted. Res

  • E-Recruiting. Issue with "Modify Fields in Interfaces" (VRCFPHTMLB_FLI_C)

    Hi! When I modify fields in interfaces in the - spro, example: SAP/HRSCP_REQ_MNT/JOBINFO.BSP                      JOBTITLE                Invisible nothing change in the page (htsap/bc/bsp/sap/hrrcf_start_int?sap-client=200&sap-language=RU&rcfSpId=00