RD-WebApps and GW 2012r2 Multiple Hosted Desktop Farms issue

I have an issue where we have two Farms talking to the same broker/WebApp/GW server.  Each farm is broken into it's own session collection and defined by using DNS Round-Robin. This works perfectly on the inside, balancing and Session Broker are great,
however I'm having issues extending this to the outside.
1. When I launch the Web-App Desktop icon, the Server name is incorrect (used the internal FQDN of the GW-Broker server.  I was able to find a script that changes that, however the script changes both of them.  Which doesn't help me, thoughts here?
2. When I launch the RD connection I get a certificate error that states it's connecting to the .local name of the RDS server.  I have replaced using WMI the RDP Listener certificate on all my servers, so I'm getting a certificate mis-match. 
Again, this is not an issue on the inside.  Thoughts here?
3. I have a basic question about DNS Round-Robin.  In my experience DNS Round-Robin is not a method for redundancy, if site 1 is looked up and resolved but it's not responding (for whatever reason), how does it decide to go on to site 2?
I can really say I like the way this new RDS works for 2012r2, however there are still some missing puzzle pieces, some of it may be experience, but I've spent quite a bit of time researching this issue without result.
Thank you,
Blaze T. Lewis

Hi,
In Server 2012 R2 you normally configure things so that users make their initial connection to the broker(s) and then they are redirected to the appropriate RDSH or Win7/Win8 VM.  The broker(s) handle the initial connections for multiple different collections
(old name Farms).  In order for this to function the client sends the broker information about the target collection when it makes this initial connection.
For example, say you have 2 different collections, each with 3 RDSH servers.  On collection A you have an ERP application published as a RemoteApp and on collection B you have Excel published as a RemoteApp.  Domain Users group has access
to both collections.  When a user logs on to RDWeb, they will see the ERP and Excel icons.  Each icon represents a separate .rdp file that contains a loadbalanceinfo cookie with the required plugin and collection alias that
is used by the broker to figure out which collection is the intended target.  When a user clicks on a RemoteApp this information is sent to the broker by the remote desktop client.
The above explains why you are able to use a single published FQDN for the broker(s) to handle multiple collections (or Farms if you want to use the old terminology).
You may have multiple connection brokers in a HA configuration pointing to a HA sql server.  In this case you need to use NLB, hardware load balancers, or DNS RR to balance the incoming connections to the brokers.  If you choose to use DNS
RR the downside is that if one of the brokers fails you need to manually remove the corresponding DNS A record of the downed server so that users are not sent to the failed broker.
-TP

Similar Messages

  • How to manage one wsp and dll for multiple clients in farm environment

    1. There is a product which is developed using C sharp , jquery,CSS and sharepoint object models which have been packaged into .wsp file. Whenever we introduce new functionality to the product we used to branch the
    previous code as a version , say Version 1.0 and new functionality of the product will in another solution. This is how we are managing the code in TFS as versions. Each newer version will have new functionalities. We do not give latest functionality for all
    the clients. Each client is having its own version of functionality. Technically in order to access the functionality, the wsp solution should be present in the solution repository which is available in SharePoint central administrator site. This solution
    will be deployed on the client’s site. We are following the above process in SharePoint standalone installation where we used to purchase dedicated server per client and installed sql, SharePoint foundation 2010 as standalone installation and adding the client
    related version of the code to the solution repository. Later host on the site which is created for that client purpose. This process is same for all the clients where we purchase individual server for each client .
        Now we want to host our product in farm environment of sharepoint foundation 2010 where we are going to try 3 level architecture. 
    • SQL Server-In this sever we are going to install sql server 2008R2 standard edition. Which should serve the database service for all the web applications/sitecollections which we are going to create in Web front end server.
    • Application server- In this server we are going to install the sharepoint as farm and will install search server express for serving search functionality for our product
    • Web front end server- In this server we are going to add this server to Sharepoint farm which we have created in application server. Here we are going to create web applications and site collections for all the clients.
    In this scenario how to manage multiple versions of same wsp solution?
    Another major issue w.r.t the architecture of the product and new approach for client deployment as follow.We have CSS, jquery files for serving the functionality.These files have been mapped to 14 hive folder.If any changes we do one of the jquery file or
    css file which is meant for latest version and not for old version, then how to manage this new functionality for that particular css or jquery file in 14 hive folder, since there is only one 14 hive folder. What is the best practice to make this happen? Another
    thing is, how to manage dll files for individual client?

    It sounds like you have a farm scoped solution at work. In that case you can only have a single instance of it per farm, you'd have to branch each version so they appear to be seperate solutions entirely (thus ruining your clients upgrade process).
    Bluntly i don't think a single farm can manage all your user environments.

  • WS 2012R2 RDS Host Periodically Connection Issues

    Hi all.
    I have the next infrastracture:
    1. DC on WS2008
    2. New RDS Host on WS2012R2. Connection Broker and Licensing Server installed on same server. 
    Sometimes (about every 10 days) connection issues occurs. Users try to login, pass authentication successfully, then they "freeze" when settings must apply. The same time logged users can work without any problem, after some time they get black
    screen, but server manager shows the sessions like active. I can connect via telnet to RDP-port, it looks like OK.
    I solve the issue rebooting RDS Host till now. 
    In event viewer I see that user group policy doesn't apply since the issue occurs. 
    When we used WS2008 as Terminal Servers there was not the problem. 
    Any ideas? 

    Hi,
    Thanks for posting in Windows Server Forum.
    As this thread has been quiet for a while, we assume that the issue has been resolved. At this time, we will mark it as ‘Answered’ as the previous steps should be helpful for many similar scenarios.
    If the issue still persists, please feel free to  reply this post directly so we will be notified to follow it up. 
    BTW,  we’d love to hear your feedback about the solution. By sharing your experience you can help other community members facing similar problems. 
    Thanks for your Support & understanding.
    Regards.
    Dharmesh Solanki

  • Aim to process all files in folders on desktop to run through photoshop and save in multiple locations

    Aim to process all files in folders on desktop to run through photoshop and save in multiple locations
    Part one:-
    Gather information from desktop to get brand names and week numbers from the folders
    Excluding folders on desktop beginning with "2" or "Hot"
    Not sure about the list of folders
    but I have got this bit to work with
    set folderPath to "Hal 9000:Users:matthew:Desktop:DIVA_WK30_PSD" --<<this would be gained from the items on the desktop
    set {oldTID, my text item delimiters} to {my text item delimiters, ":"}
    set folderName to last text item of folderPath
    set my text item delimiters to "_WK"
    set FolderEndName to last text item of folderName
    set brandName to first text item of folderName
    set my text item delimiters to "_PSD"
    set weekNumber to first text item of FolderEndName
    set my text item delimiters to oldTID
    After running this I have enough information to create folders in multiple locations, (i need to know where they are so that photoshop can later save them in those multiple locations
    So I need the following folders created
    Locally
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName: brandName + "_WK" + weekNumber + "_LR" --(Set path for Later)PathA
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName: brandName + "_WK" + weekNumber + "_HR"--(Set path for Later)PathB
    Network
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:"Week" + weekNumber
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:"Week" + weekNumber:brandName + "_WK" + weekNumber + "_LR"  --(Set path for Later)PathC
    Volumes:GEN:Website_Images --(no need to create folder just set path)PathD
    FTP (Still as a normal Volume) So like another Network
    Volumes:impulse:"Week" + weekNumber
    Volumes:impulse:"Week" + weekNumber:Brand
    Volumes:impulse:"Week" + weekNumber:Brand:brandName + "_WK" + weekNumber + "_LR"  --(Set path for Later)PathE
    Volumes:impulse:"Week" + weekNumber:Brand:brandName + "_WK" + weekNumber + "_HR"  --(Set path for Later)PathF
    I like to think that is end of Part 1
    Part 2
    Take the images  (PSD's) from those folders relevant to the Brand then possibly run more applescript that opens flattens and then saves it in the locations above.
    For example….
    An image in folder DIVA_WK30_PSD will then run an applescript in Photoshop, lets call it DivaProcessImages within this we then save to PathA, PathB, PathC, PathD, PathE, PathF the folder path of C should therefore look like this
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:Week30:DIVA_WK30_LR and of course save the image as original filename.
    Then from the next folder
    An image in folder Free_WK30_PSD will then run an applescript in Photoshop, lets call it FreeProcessImages within this we then save to PathA, PathB, PathC, PathD, PathE, PathF the folder path of C should therefore look like this
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:Week30:Free_WK30_LR and of course save the image as original filename.
    The photoshop applescript i'm hoping will be easier as it should be a clearer step by step process without any if's and but's
    Now for the coffee!!

    Hi,
    MattJayC wrote:
    Now to the other part, where each folder was created (and those that already existed) how do I set them as varibles?
    For example,
    set localBrandFolder_High_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", localBrandFolder)
    This line was used to create more than one folder as it ran though the folders on the desktop. The next part is I will need to reference them to save files to them.
    You can use a records
    Examples
    if you want the path of localBrandFolder_High_Res  of "Diva", if "Diva" is the second folder of the Desktop
    You get the path with this : localBrandFolder_High_Res of record 2 of myRecords
    if you want the path of localWeekFolder  in the first folder of the Desktop
    You get the path with this : localWeekFolder of record 1 of myRecords
    Here is the script
    set myRecords to {}
    set dtF to paragraphs of (do shell script "ls -F ~/Desktop | grep '/' | cut -d'/' -f1")
    repeat with i from 1 to number of items in dtF
        set this_item to item i of dtF
        if this_item does not start with "2_" and this_item does not start with "Hot" then
            try
                set folderPath to this_item
                set {oldTID, my text item delimiters} to {my text item delimiters, ":"}
                set folderName to last text item of folderPath
                set my text item delimiters to "_WK"
                set FolderEndName to last text item of folderName
                set brandName to first text item of folderName
                set my text item delimiters to "_PSD"
                set weekNumber to first text item of FolderEndName
                set my text item delimiters to oldTID
            end try
            try
                set this_local_folder to "Hal 9000:Users:matthew:Pictures:2011-2012"
                set var1 to my getFolderPath("WK" & weekNumber, this_local_folder)
                set var2 to my getFolderPath(brandName, var1)
                set var3 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var2)
                set var4 to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", var2)
                --set up names to destination folders and create over Netwrok including an already exisiting folder
                set this_Network_folder to "DCKGEN:Brands:Zoom:Brand - Zoom:Upload Photos:2012:"
                set var5 to my getFolderPath("WK" & weekNumber, this_Network_folder)
                set var6 to my getFolderPath(brandName, var5)
                set var7 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var6)
                set website_images to "DCKGEN:Website_Images:"
                --set up names to destination folders and create over Netwrok for FTP collection (based on a mounted drive)
                set this_ftp_folder to "Impulse:"
                set var8 to my getFolderPath("Week" & weekNumber, this_ftp_folder)
                set var9 to my getFolderPath(brandName, var8)
                set var10 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var9)
                set var11 to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", var9)
                set end of myRecords to ¬
      {localWeekFolder:var1, localBrandFolder:var2, localBrandFolder_Low_Res:var3, localBrandFolder_High_Res:var4, networkWeekFolder:var5, networkBrandFolder:var6, networkBrandFolder_Low_Res:var7, ftpWeekFolder:var8, ftpBrandFolder:var9, ftpBrandFolder_Low_Res:var10, ftpBrandFolder_High_Res:var11}
            end try
        end if
    end repeat
    localBrandFolder_High_Res of record 2 of myRecords -- get full path of localBrandFolder_High_Res in the second folder of Desktop
    on getFolderPath(tName, folderPath)
        tell application "Finder" to tell folder folderPath
            if not (exists folder tName) then
                return (make new folder at it with properties {name:tName}) as string
            else
                return (folder tName) as string
            end if
        end tell
    end getFolderPath

  • Pro's and Con's if i run multiple host firmware packages in the single chassis

    hi
    i would like to know pro's and Con's if i run multiple host firmware packages in the single chassis.
    Like if my UCS is running with firmware of 1.4.1m ( having backup of 1.3.1 and 1.1.1j) with 3 blades in one chassis
    can i assign  service-profiles having three different host firmware versions
    Server1 - host firmware 1.1.1j-- win2k8
    server2 -host firmware 1.4.1m -- RHEL 5.6 ( OS)
    server -host firmware 1.3.1 -(esxi 4.0)
    Thanks in advance ,please replay if can i go ahead with this . ASAP

    Yes, you can package them together.
    Now Cisco has a better way. Cisco UCS Manager provides two main advantages over past firmware provisioning:
    • The capability to group multiple firmware components together in one package
    • The capability to apply a firmware package to any compatible server in a single operation
    Cisco  UCS Manager provides an accurate, easier, faster, more flexible, and  centralized solution for managing firmware across the entire hardware  stack. Service profiles in Cisco UCS Manager abstract the physical  hardware from its software properties. Service profiles allow  administrators to associate any compatible firmware with any component  of the hardware stack. Simply download the firmware versions needed from  Cisco and then, within minutes, totally provision firmware on  components within the server, fabric interconnect, and fabric extender  based on required network, server, and storage policies per application  and operating system.
    here is the document
    http://www.cisco.com/en/US/solutions/collateral/ns340/ns517/ns224/ns944/white_paper_c11-588010_ps10279_Products_White_Paper.html

  • Script to ping multiple hosts and return domain info to a txt or csv file

    Hi,
    I wonder if anyone can help.  I need a script that will allow me to ping multiple hosts (all listed on seperate lines in a txt file) and return IP, server up\down and domain info to a txt or ideally a csv file.
    I'm sure this must have been done\requested before but I can't seem to find the correct script anywhere
    Thanks for your help
    Mal

    Try this modification:
    $result=@()
    Get-Content p:\list.TXT | %{
    $start_name = $_
    $conn = Test-Connection -ComputerName $_ -Quiet
    if(-not $conn)
    $start_name = ""
    Try
    $dns = [System.Net.Dns]::GetHostEntry($_)
    $dns_host = $dns.HostName
    $dns_ip = $dns.AddressList | select -ExpandProperty IPAddressToString
    catch
    $dns_host = "invalid host name" #as jrich proposed :)
    $dns_ip = "invalid host name" #as jrich proposed :)
    $start_name = ""
    $HostObj = New-Object PSObject -Property @{
    Host = $start_name
    IP = $dns_ip
    DNSHost = $dns_host
    Active = $conn
    $result += $HostObj
    $result | Export-Csv p:list.csv -NoTypeInformation

  • Invalidation and multiple hosts.....

    Is it possilbe to configure web cache invalidation across multiple hosts?
    Here is our situation:
    1. We have many distinct sites with distinct virtual hosts that are publically available... For example: http://myPublicSite1.foo.com/ and http://myPublicSite2.foo.com/
    2. For purposes of security, all our content managers are forced to access these sites to manage their content via an internal url that is only accessilble on our network... For example: http://myInternal.foo.com/
    Our problem is that when edits are made via the internal url, the external sites are not updated with the most recent content.
    We assume this is because invalidation is host based.
    Any suggestions as to how we can serve up the most recent content on both hosts?
    Thanks in advance for any help offered......

    Hi thanks for your responses...
    We have a single mid-tier set with many access URL's ....
    We have one single "inside URL" which is used for all content management of the many public URLS...
    We have multiple "outside/public" URLs....
    I am double checking our site aliases further, but at first glance all looks to be configured correctly....
    Thanks again for your replies....
    Message was edited by:
    I_LOVE_PORTAL

  • PLEASE HELP -- iTunes Match - multiple problems, desktop and iOS

    I've been going round and around with this issue for the past couple days (yes, I've been dedicating that much time to it) and finally went to the Genius Bar today to get help and even they were stumped.  Hoping someone here can shed some light on the situation. Next stop, express lane for support.
    Broad Problem:
    I paid for iTunes Match around 6 months ago and activated it on my desktop.     Since then, I've had nothing but problems across my desktop and 4 seperate iOS devices (3 iPhone 4's, and an iPad 3).  The basic sympton on the desktop is that iTunes itself frequently freezes (Option-Command-Esc reveals "Application Not Responding") and requires a force quit.   As soon as I turn OFF iTunes Match, this symptom goes away. I can leave iTunes open for hours without any problems.  As soon as I turn it back ON, then the problem comes back -- sometimes iTunes won't launch at all (crashes before bringing the UI up), and other times it's the same freeze that requires a force-quite.  Quite frustrating.
    On the iOS side of things, the situation isn't any better.   When I toggle on iTunes Match and then enable "Show All Music" in the Preferences of the iPhone, then I get any one of the two following scenarios:
    A) The Music App simply won't load.  It tries, goes to white, and crashes back to the home screen of my iPhone.
    B) If I'm lucky, the Music app will launch and I can see my entire library in the cloud as intended.  The problems start though when I go to actually download/play songs from the cloud.  Typically, the songs will start playing but I will eventually get an error message that alerts me that there was "Problem Downloading Track".  When I then go into the Download Que of the iTunes Store (again, still on the iPhone), it shows the entire list of songs that I had wanted to download and shows them at various stages of download completion -- even if they have actually completely played on the phone itself.   Sometimes they will time out and display the "problem downloading track/try again" status, and other times the progress bar sits at about 99% with a status of "Processing". 
    What's particularly strange about scenario B is that I've tried to download a variety of songs to different devices -- my wifes iPhone 4, my iPhone 4, an iPad, and a iPhone 4S that the person at the Genius Bar had me use as a tester.   When I tried the iPhone 4S at the genius bar, I was amazed at how fast it downloaded to the device.  This had the genius bar guy wondering if it was a problem with my phone itself or with the iPhone 4 in particular.   Unfortunately he didn't have a spare iPhone 4 to test with so I had to go home and test with my wife's iPhone 4.  Again, she had the same problem.   The status bar hangs at about 99% showing a status of "processing", even though I have completely listened to the track within the Music App.  The same scenario happens on the iPad as well.
    Okay, if you're with me so far:  here's where things start to get REALLY strange....
    On MY iPhone 4, when I run into problem A or B, the only fixable solution for me has been to go into Preferences and toggle OFF iTunes Match, completely shut down the phone, restart the phone, and then launch the Music App, at which point I can see the music that has loaded to my phone.    The kicker here is that even though I've turned iTunes Match OFF and completely powered down my phone, when I go into the Music app I can ALSO see my ENTIRE iTunes Match library, completely with cloud status icons.   It's as though I never turned off iTunes Match at all.  In fact, I had to triple check my own preferences to verify that it was turned OFF, which it sure enough is.   I can even go and attempt to download songs, with various levels of success based on the problems above.
    Now, on my WIFE's iPhone 4, when I run into problem A or B, I tried the same process in tandem with the phones side by side as I did the test -- turn iTunes Match OFF in Preferences, power down the phone, power up the phone, and launch the Music app.    However, on her phone, when this happens the Music App shows what is to be expected -- only the music that is on the phone itself.
    Okay, there's a lot to digest here, but here's the synopsis:  my phone and my wifes phones are behaving differently when displaying iTunes Match, with my phone appearing to completely disregard the status of the On/Off Toggle within Preferences-->Music, and my wifes phone behaving as it should, at least in terms of what it displays.   The download problems are present on each device and the iPad is also behaving like my wifes phone.
    Given all of these inconsistencies and irregularities across devices and platforms -- MacBook Pro running Lion, separate iPhone 4's each running iOS 5.1.1, an iPad running iOS 5.1.1. and an iPhone 4S running iOS 5.1.1 - my suspicion is that:
    A) I've got a corrupt iTunes library file residing in the cloud
    or
    B) iTunes Match is having a hard time reconciling my Apple ID across so many devices (possibly complicated by issue A)
    The bottom line is that I have paid for iTunes Match and have never been able to use it successfully or with any predictability.
    I'm wondering if anyone else has any symptoms that match any of this and/or have come across a corrupted file in the cloud and, if so, how to remedy the situation.  Since it's in the cloud, I can't do anything about.  I can't even see it.  Most troubling.
    Note:
    When I went to the Genius Bar, they had me do a complete restore of the phone (not from backup) to elminate any corrupt files within the phone itself.  Even that didn't solve the problem.   That's when he brought out the 4S phone to test on and we were both so shocked at how blazingly fast the songs downloaded, error-free.  That phone was able to download 8 songs completely before one song downloaded to my phone sitting right next to it.  Both on the same Apple Store network and both downloading the exact same tracks using my Apple ID and login.   While it's tempting to say that the 4S is faster than the 4, I don't think it's 8 times faster with download speeds over WiFi.   However, even if the speed/completion discrepancy is because the 4S is superior, it doesn't explain the mind-boggling disparity between my wife's phone and my phone -- both iPhone 4's and both running the same iOS.   Throw in the oddity of iTunes on Lion crashing whenever iTunes Match is on and this all seems to point to some corruption in the cloud that perhaps the 4S device is able to bypass...for whatever reason.
    Please help.  This is nuts.

    Exactly same problem - any ideas - I get error message 14

  • Looking to Set Up Multiple Virtual Desktops

    Hi, I'm a newb looking to set up multiple virtual desktops for my employees. What would be the best windows image to use and how do I install Chrome onto the machines?

    Hi Shru84;
    Welcome to Azure.  Azure Virtual Machine as the name suggest are Virtual Server which function as your regular server but does not have a physical presence but is hosted on Azure Platform.
    We have a variety of OS flavors, there is nothing which is good or bad, its more of a question of your requirement.  Please note that the desktop Version of Windows 7/ 8
    are at the moment only available for MSDN subscriber.
    As for Chrome Installation its the same as installing it on a regular machine, that is opening up a web browser, loggin into chrome download site and installing it. ( http://www.google.com/chrome/ )
    Here is an example:
    his tutorial shows you how easy it is to create an Azure virtual machine (VM). This tutorial uses a Windows Server image, but that's only one of the many images available through Azure. This includes Windows operating systems, Linux-based operating systems,
    and images with installed applications. The images you can choose from depend on the type of subscription you have. For example, desktop images may be available to MSDN subscribers.
    You can also create Windows VMs using
    your own images as templates. To learn more about Azure VMs, see
    Overview of Azure Virtual Machines.
    NOTE:
    You need an Azure account to complete this tutorial:
    You can
    open an Azure account for free: You get credits you can use to try out paid Azure services, and even after they're used up you can keep the account and use free Azure services, such as Websites. Your credit card will never be charged, unless you explicitly
    change your settings and ask to be charged.
    You can
    activate MSDN subscriber benefits: Your MSDN subscription gives you credits every month that you can use for paid Azure services.
    How to create the virtual machine
    This section shows you how to use the From Gallery option in the Management Portal to create the virtual machine. This option provides more configuration choices than the
    Quick Create option. For example, if you want to join a virtual machine to a virtual network, you'll need to use the
    From Gallery option.
    NOTE:
    You can also try the richer, customizable Azure Preview Portal to create a virtual machine, automate the deployment of multi-VM application templates, use enhanced VM monitoring and diagnostics features, and more. The
    available VM configuration options in the two portals overlap substantially but aren't identical.
    Sign in to the Azure Management Portal. Check out the
    Free Trial offer if you don't have a subscription yet.
    On the command bar at the bottom of the window, click New.
    Under Compute, click Virtual Machine, and then click
    From Gallery.
    The first screen lets you Choose an Image for your virtual machine from one of the lists in the Image Gallery. (The available images may differ depending on the subscription you're using.) Click the arrow to continue.
    The second screen lets you pick a computer name, size, and administrative user name and password. If you just want to try out Azure Virtual Machines, fill in the fields as shown in the image below. Otherwise, chose the tier and size required to run your
    app or workload. Here are some details to help you fill this out:
    New User Name refers to the administrative account that you use to manage the server. Create a unique password for this account and make sure to remember it.
    You'll need the user name and password to log on to the virtual machine.
    A virtual machine's size affects the cost of using it, as well as configuration options such as the number of data disks you can attach. For details, see
    Virtual Machine and Cloud Service Sizes for Azure.
    The third screen lets you configure resources for networking, storage, and availability. Here are some details to help you fill this out:
    The Cloud Service DNS Name is the global DNS name that becomes part of the URI that's used to contact the virtual machine. You'll need to come up with your own cloud service name because it must be unique in Azure. Cloud services are important
    for scenarios using
    multiple virtual machines.
    For Region/Affinity Group/Virtual Network, use a region that's appropriate to your location. You can also choose to specify a virtual network instead.
    NOTE:
    If you want a virtual machine to use a virtual network, you must specify the virtual network when you create the virtual machine. You can't join the virtual machine to a virtual network after you create the VM. For more information, see
    Azure Virtual Network Overview. - For details about configuring endpoints, see
    How to Set Up Endpoints to a Virtual Machine.
    The fourth configuration screen lets you configure the VM Agent and some of the available extensions. Click the check mark to create the virtual machine.
    NOTE:
    The VM agent provides the environment for you to install extensions that can help you interact with or manage the virtual machine. For details, see
    Using Extensions.
    After the virtual machine is created, the Management Portal lists the new virtual machine under
    Virtual Machines. The corresponding cloud service and storage account also are created and are listed in those sections. Both the virtual machine and cloud service are started automatically and the Management Portal shows their status as
    Running.
    Click Virtual Machines, and then select the appropriate virtual machine.
    On the command bar, click Connect.
    Click Open to use the Remote Desktop Protocol file that's automatically created for the virtual machine.
    Click Connect to continue.
    Type the credentials for the administrative account on the virtual machine, and then click
    OK.
    TIP:
    In most cases, you'll use the user name and password that was specified when the virtual machine was created. Check the user name to make sure it has the correct domain information:
    If the VM belongs to a domain at your organization, make sure the user name includes the name of that domain.
    If the VM doesn't belong to a domain, either remove any domain information by starting the line with '\' or use the VM name as the domain name. For example,
    \MyUserName or MyTestVM\MyUserName.
    If the VM is a domain controller, type the user name and password of a domain administrator account for that domain.
    Click Yes to verify the identity of the virtual machine.
    You can now work with the virtual machine remotely.
    Regards;
    Prasant

  • I am using Windows 7 Home Premium 64-bit OS.  I've never had this problem before... today I opened iTunes and it prompted me to download the newest version.  I use iTunes all the time and have updated it multiple times with no issues.  During the installa

    I am using Windows 7 Home Premium 64-bit OS.I've never had this problem before... today I opened iTunes and it prompted me to download the newest version.  I use iTunes all the time and have updated it multiple times with no issues.  During the installation process it gave me an error message that said: 
    Runtime error! 
    Program C:\Program Files\iTunes.exe
    R0634
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    I quit the installation, uninstalled iTunes and rebooted my computer.  I now receive a similar message with a slight difference:
    Runtime error! 
    Program C:\Program Files (x86)...
    R0634
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    I did not leave anything out from the error message.  It doesn't point to a specific file, it just ends with "(x86)..."  Every time I boot up my computer, this error message pops up on my desktop.
    How do I repair this issue?  I have found multiple suggested solutions but am unsure which one is the best, and I don't want to try a bunch of different things for fear I may make the problem worse.  I would like to try and fix this myself if possible but I need to know if that is really possible or if I need to take my computer to someone for repairs.  Any suggestions will be greatly appreciated!!

    Hi lustyln,
    I'm having a little trouble understanding all of what you are trying to explain. From what I can tell, it sounds like your PC has a lot of software problems and you want to know what is supposed to be there and what isn't.
    For reference, here are your product specifications:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c01893242&lc=en&product=4043282
    To get your PC software back to how it was when it was first purchased, run a system recovery:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c01867418&lc=en&product=4043282
    I hope this helps.
    ...an HP employee just trying to help where I can, but not speaking on behalf of HP.

  • I'm about to purchase Lion.  My husband and I each have a desktop, iPad and iPhone.  We currently use one Apple ID for iPad/phone purchases.  Can we purchase 2 copies of Lion with one Apple ID?

    I'm about to purchase Lion.  My husband and I each have a desktop, iPad and iPhone.  We currently use one Apple ID for iPad/phone purchases.  Can we purchase 2 copies of Lion with one Apple ID or do we have to use different Apple IDs for the purchase?  If we use the different Apple IDs can we still use the same ID for all of our purchases.

    And just in case you were wondering, installing one purchased copy on all the Macs you own is specifically called out as allowed in the Mac OS X Lion license.
    If you do not want to download multiple times, just copy the Applications -> Install Lion app to a safe place BEFORE you do the first install.  Then copy that copy to any Mac you own where you want to install Lion.

  • Can multiple  hosts exist on single instance

    Hi B2B gurus,
    I would like to present a scenario i am trying to work out.
    Lets say there are 2 buyers B1 and B2
    And 2 suppliers S1 and S2.
    The buyers send a PO to the supplier and the lets say the Supplier sends an Invoice to the Buyer.
    Also there are 8 agreements in all. I mean all possible combinations such that a buyer can send a PO to any supplier and a Supplier can send a invoice to any Buyer.
    My understanding of B2B is that it is generally a single Host TP and there can be multiple remote TP's.
    To make my scenario work we will need multiple host TP's. One solution for this is to install N instances of B2B. But that is not feasible.
    So is it possible to install only one instance of B2B and create multiple Host TP's and multiple agreements as i wanted.
    We can use an API or something similar for this, so that this can all be done through the backend.
    I agree that this may seem a little confusing, so if you have any queries feel free to ask them
    Thanks
    Ravi
    Edited by: Ravi R on Apr 27, 2009 4:47 PM

    I did read the two forums you have mentioned, from this my understanding is the following.
    Without tweaking the current B2B sytem i can have one TP send multiple format documents to multiple TP's without any problems.
    Eg B1 can send to S1 a PO over email . B1 can also send a Change Order to S1 via AS2/FTP?any other method.
    Is my understanding correct??
    So if i were to use the hub model as you suggested i will use different identifiers to identify multiple buyer TP's
    And hence there will be lotsa agreements all on the basis of identifiers and doc received and that will decide the target doc format and the transport delivery method.
    Qn 1 - Does this seem to make sense? (feasibility, possible issues )
    Qn 2 - What will be the performance consideration? Is there any performacne guide or so ??
    Edited by: Ravi R on Apr 28, 2009 11:53 AM

  • Multiple host adapter framework caches in PI 7.1

    When I go look at the caches in my PI system, I get multiple host adapter framework caches.  That is, when I navigate to http/<host>:50000/dir, then select "Administration" in the upper right hand corner, and then select "Data Cache Overview"  I see the following:
    af.<sid1>.<hostname1>
    af.<sid2>.<hostname2>
    Integration server (ABAP) --> this is fine
    Mapping Runtime Java --> points to <hostname1>
    Mapping Runtime Java --> points to <hostname2>
    I just did a system copy (export/import) and I changed all of the parameters.  Unfortunately, not soon enough.
    Any help is appreciated...

    Dumb question:
    Do you delete the integration server under the SLD technical systems?  That is, "Integration Directory, Adapter Engine, Integration Repository, and RWB (these are all that shows up).  If I delete the adapter engine there (it is assigned to the wrong domain), is that the right way?
    Or do you do it in the "CIM Instances" --> Class --> XI Adapter Framework (3) entry for the wrong server domain?

  • I'm using a Mac. After swithcing to ICloud will I be able to use IWeb to upload and publish my sites hosted by other servers like Prohosting ?

    I'm using a Mac. After swithcing to ICloud will I be able to use IWeb to upload and publish my sites hosted by other servers like Prohosting ?

    iWeb has two other ways to publish your site...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    ... and the second method allows you a choice of how you upload the files...
    http://www.iwebformusicians.com/iWeb/URLs-Favicons.html
    Here's a publishing workflow checklist...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Website-Publishing-Wo rkflow.html
    The MobileMe only features can be replaced by alternatives...
    http://www.iwebformusicians.com/iWeb/Comments-Password-Protect.html
    If you have folders of assets outside of the main website folder on MobileMe, download them from the Apple server. From the Finder Go menu, follow the path iDisk/My iDisk/ to get there. Your website files are in the Web/Sites folder. Drag any files/folders onto the desktop.
    Use an FTP application to upload these assets to the root folder on your new server...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Upload.html
    ...and change the relevant URLs to...
    http://www.domain-name.com/Folder-Name/file-name.file-extension
    There are lots of options for hosting for about half the cost of MobileMe...
    http://www.iwebformusicians.com/iWeb/Website-Hosting.html
    If you have been using a web.me.com domain name, you need to register a new one. Most hosting services give you at least one free and registering with your hosting company will make forwarding and managing it a lot easier.
    Make sure you add the new name to Google and create, upload and enter a new sitemap.xml...
    http://www.iwebformusicians.com/Search-Engine-Optimization/SEO.html
    If you have inbound links on other sites...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Inbound-Link.html
    ... remember to inform the webmasters of you new URL.
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Multiple host-addresses

    How can you declare multiple host-address and/or host-range elements in tangosol-coherence-override.xml?
    <coherence><cluster-config><authorized-hosts>
    <host-address>dnucacheclient1.sybase.com</fhost-address>
    <host-address>dnucacheclient2.sybase.com</host-address>
    </authorized-hosts></cluster-config></coherence>
    Error:
    2006-12-15 09:28:15.511 Tangosol Coherence AE 3.2/363 (RC2) <Info> (thread=main,member=n/a): Loaded operational overrides from resource "file:/C:/dscache/tangosol-coherence-override.xml"
    2006-12-15 09:28:15.527 Tangosol Coherence AE 3.2/363 (RC2) <Error> (thread=main, member=n/a): Failed to apply the element override: /tangosol-coherence-override-dev.xml; java.lang.UnsupportedOperationException: Override element is not unique:
    <host-address>dnucacheclient1.sybase.com</host-address>
    How can you allow separate clusters to start on the same subnet? And how do you start a separate cluster on the same subnet, if a running cluster has an authorization restriction?
    Error:
    2006-12-18 13:09:22.629 Tangosol Coherence DGE 3.2/363 (RC2) <Error> (thread=Cluster, member=n/a): This member is not authorized to join the cluster. Rejected by Member(Id=1, Timestamp=2006-12-18 13:08:33.279, Address=10.20.17.122:8088, MachineId=3962).
    Exception in thread "main" java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_JOINING)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:61)

    You can try something like this,
    <authorized-hosts>
    <host-address id="1" system-property="tangosol.coherence.authorized.host.1"></host-address>
    <host-address id="2" system-property="tangosol.coherence.authorized.host.2"></host-address>
    <host-address id="3" system-property="tangosol.coherence.authorized.host.3"></host-address>
    <host-address id="4" system-property="tangosol.coherence.authorized.host.4"></host-address>
    <host-address id="5" system-property="tangosol.coherence.authorized.host.5"></host-address>
    </authorized-hosts>
    Thanks
    Prabhakar

Maybe you are looking for

  • Material Return from 542 movement type without purchase order

    HI Expert I have a problem regaring material return from vendor through 542 mov type against purchase order. when i transfer material to vendor with mov type 541. and after grv if we return material from vendor against purchase order. system doesnot

  • Denoise function - GRRRRRR

    Hi ya all, I am literally at the end of my tether. Has ANYONE had any success exporting photos with the denoise function applied? There doesn't seem to be a straight answer anywhere, and I am incredibly frustrated. Will Apple ever fix this BUG?

  • Adding custom button in standard toolbar in ALV

    Hello All, I need to add a customized button called "Copy" on ALV. The following code is giving me few standard buttons like "Append" "Delete" "Insert" etc. So, how can I add "Copy" button besides one of these standard buttons. data: l_value type ref

  • Looking for LODNetworkConstraint example?

    I would like to extend a route calculation Web Service to include turn restructions but can't find any java examples that use LODNetworkConstraint together with a turn restriction field in the link table. Looking at some older example programs it loo

  • Where is Acrobat Pro if not in Program Files or Program Files 86?

    Where is the Adobe Acrobat program loaded to?