Windows Terminal Server 2012 wont publish any more remote apps!

I have a weird problem with our new Windows 2012 Terminal Server. We have already published one application through a session collection via Remote Desktop Services. We now have the need to publish another application. When I click on the "Tasks"
drop down menu and select "Publish RemoteApp Programs" I get an error of "Server.domain.local is not available on the network. Verify that the server is available on the network or remove the server from the collection"
Does anyone have any ideas why I am seeing this?
Thanks

Hi,
Thank you for your posting in Windows Server Forum.
First of all please check that you have enough permission or performing with admin account. 
I have installed many RemoteApp in my environment and can’t find this error until now. 
Have you recently made any changes in your environment before facing this issue? 
Did you tried to restart the server and then try to launch new Remote App?
By the way, can you let us know which program you want to publish as Remote App, so if possible then we can try to install and let you know the result.
In meantime, please try to publish new RemoteApp with PowerShell command as Administrator and let us know the result. You can try below command. In this example, we create a RemoteApp to deliver WordPad. We use the following command;
new-rdremoteapp -Alias Wordpad -DisplayName WordPad -FilePath "C:\Program Files\Windows NT\Accessories\wordpad.exe" -ShowInWebAccess 1 -collectionname MySessionCollection -ConnectionBroker LS01.CRFB.Local
For more information, refer beneath article.
Managing Remote Apps using PowerShell on Windows Server 2012
Hope it helps!
Thanks.
Dharmesh Solanki

Similar Messages

  • Is CS4 illustrator compatible with Windows Terminal Server 2012 (64bit)?

    Please can you confirm if the CS4 version of illustrator will work on a 64bit version of Windows 2012 TS?

    You won't get any confirmation on this. Adobe desktop applications are not in any way tested or certified for any server operating systems. This doesn't mean that it couldn't work, but you will have to figure out things yourself and it may take a lot of work to e.g. configure the server's user policies so the activation system can actualyl function.
    Mylenium

  • Windows storage server 2012 share not connecting by share name but connecting thru IP address from windows XP machines

    We have a windows storage server 2012 (HP storage server) in our domain. All of sudden We had a issue, connecting the server shares using the share name only from XP machines, but it is connecting through IP address with a delayed response. We are getting
    the below error message from all the windows XP SP2 machines in our domain.
    "\\<share name> is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have a access permissions.
    Login Failure: The target account name is incorrect."
    But it is connecting while we are trying from windows 7 machines.  Also the other server shares (Windows 2003 server) are connecting without any issues using the share name. In addition to this we gave everyone permission for this share. And it worked
    well before but not now. Could you please suggest any solution for this complex issue?
    Thanks,
    UdayaKumar S

    Hi,
    We are getting the below critical alert mail often from our storage server. This could be the problem? 
    vent from Blade NODE01.*****.com, In Enclosure: EM-E83935ED70F6, Network Interface Lost Connectivity.
    Description: "A network interface has failed. An Ethernet adapter's status changed from OK to Error, or an Ethernet team's status changed to Error from another state."
    Source: CIM Indication from CSP Provider
    Date: 02-06-2014 Time: 18:52:26
    Blade: NODE01.****.com
    NetworkAddresses:
    Severity is Critical
    Recommended Actions: Check the network cables, switches, and hubs for the cause of the failure.
    Note: For More information please refer the Windows System Logs in the Event Viewer

  • Cannot quit Visual FoxPro (Windows Terminal Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1)

    Hi everybody:
    This is not the typical question about this error, because the problem here is not about how to quit (CLEAR EVENTS then QUIT). The really and weird problem is that our application do no execute the error trapping routines (Try/Catch and ON ERROR) and tries
    to directly Quit.
    I have never seen something like this before, error trapping routines not executed.
    I try to explain the problem better:
    - The user click on the Citrix icon of our App
    - Citrix shows the executed processes (establishing connection, applying user config, loading profile, etc)
    - The Application (VFP 9 SP2) is started and in any moment, while loading, occurs an error that is not handled by error handlers, and it executes a "kind" of a Quit command, that we detect because have a ON SHUTDOWN to catch it, then the App shut
    down and the user must click the Citrix icon and start all over again, up to 7 times, when the App really load and work.
    - I think that it is useful to make clear that no QUIT command is really causing this, just the behaviour of the QUIT when an error occurs, but just while loading. If the App get completely loeaded, then everything works as expected
    Infraestructure:
    - Windows Terminal  Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1
    - There are up to 50 concurrent users max in every virtualized server
    - More than 10 GB of free disk space / Up to 4 GB ram
    - RAM Memory is never used to the max
    - CPU (Intel Xeon) is never used to the max (up to 90% in some cases)
    - Data (DBFs for temporal work) ar on local drive, not over network (to avoid network known problems with smb2-3)
    - There are connection to a Oracle 11 database for permanently storing the data
    About the errors:
    - They are not always the same or in the same place. In example, in one execution could fail the query of SET("Printer",2), in other execution could fail a SET PROCEDURE TO xxx ADDITIVE (sometimes already loaded), in other could fail a "DO
    WHILE .T." in a init event.... completely crazy, and in all cases the errors are not thrown, not a single error code, the App just try to quit, as if ALT+F4 where pressed.
    - All this does not happen allways to everyone, but happens many times in the day to many many users as to be worried
    - The same user can have this error many times a day, but not allways
    - Some of the problems started when migrating to Windows Terminal Server 2008, but didn't notice nothing special in the beginning, but a year later (last 2014) problems tend to go worse
    Tried solutions:
    - For the "SET PROCEDURE TO xxx ADDITIVE" error, a "IF xxx $ SET('PROCEDURE')" check was added
    - The "SET('Printer',2)" check was moved out of initialization code, so it executes when user want to print the first time. In this case was neccesary to talk with IT guys to map a default printer after the App runs, and not in background, as it
    was.
    - Other checks and modifications was made to minimize posibility of errors
    - Adding a timeout of 5 secs in the start of the program, to force a wait
    - Restart of virtual servers (not the phisical) every 3 weeks
    What I suspect:
    - Some Microsoft optimization (memory?, process execution?) in WTS-2008 may interfere?
    - Some VMWare memory management may interfere with WTS-2008?
    - Some Citrix management may interfere with both?
    - Server degradation because of day to day use
    Results until now:
    - Apparently, adding the timeout to force 5 secs delay and the restart of the server have made a notable enhancement in App start and running
    with far fewer
    errors
    Has
    this happened to anyone?
    Thanks! o_O
    Fernando D. Bozzo / Madrid (Spain)

    I never had this type of problems, but somewhat similar start up problems. I'd say it indicates resource problems. Low RAM can cause many unpredictable things. In my case loading much data at the begin of an application caused out of memory errors, which
    were reported and logged normally, though.
    I made a small tool using Windows API functions GetPerformanceInfo and GetProcessMemoryInfo, you'll find declaration and usage like usual at the News2News site. It's a bit lengthy and cluttered, but pretty much what you find there anyway, so I'll not post
    my utility code.
    I could quite clearly see how many users degraded available memory per session and at some time no further instance of the application was possible on the server. In my case RDP was used to start the app, Citrix will be quite the same, in the end the application
    runs on some server and users see the remote running application.
    Bye, Olaf.
    Olaf Doschke - TMN Systemberatung GmbH
    http://www.tmn-systemberatung.de

  • Hydra (Windows Terminal Server) and Forte

    Is anyone aware of any attempts at using Forte with the windows
    terminal server software. I am interested in the possibility of using
    the terminal server concept for applications which are more of the
    "heads down data entry" type. The cost of a typical PC client (even a
    "thin" one) is not easily cost justified in these cases.
    It seems to me that using the terminal server concept would
    potentially be a lower cost approach to providing a Forte client in
    this type of application.
    If anyone has any thoughts or experience on this I'd appreciate
    hearing about it.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi Frank,
    I dont know much about citrix and SBO (just see a presentation at the techsummit), but I will start here , and then go on here .
    In the Citrix forums are some issues related to yours:
    http://support.citrix.com/isearch.jspa?searchQuery=sapbusinessone&searchForums=true
    Hope helps,
    Ibai Peñ

  • Cannot Print in IE11 on Terminal Server 2012

    I am having an issue with printing with IE11 in Terminal Server 2012.
    Issue-
    The print preview shows up as blank, and when I hit print, nothing happens(the print window never shows up). I can print from other applications fine. Additionally, this is only affecting one user on my terminal server. Everyone else is able to print out
    of Internet Explorer fine. I have tried launching IE with add-ons disabled and the problem exists in both 64/32 bit IE. I have rebooted my terminal server. The user is still unable to print from IE. I have checked that enhanced IE security is off.
    Nothing seems to be working here.
    Any suggestions?

    Hi,
    According to your description, this just occurs to particular user profile. Please check if there is a Low folder existed in following path:
    "%userprofile%\AppData\Local\Temp
    If it does exist, take these steps to apply the integrity level:
    1.Open a Command Prompt, and then click Run as administrator.
    2.Type following command and press ENTER:
    ICACLS "%userprofile%\AppData\Local\Temp\Low" /setintegritylevel (OI)(CI)low
    3.Restart the computer.
    4.Print or print preview a Web page in Internet Explorer.
    Alex Zhao
    TechNet Community Support

  • Can't install LabVIEW Run-Time Engine 6.1 on Windows Terminal Server

    With my system admin, we tried to install the LabVIEW Run-Time Engine 6.1 on our Windows Terminal Server NT4. And we get an error all the time:
    -install using the plugin
    -install using LVRTE.exe
    -install after rebooting the server
    But I remember that we could install the Run-Time Engine 6.0 on another Windows Terminal Server NT4.
    Is there any compatibility issues with the new Run-Time Engine 6.1 ??
    Thanks for your help
    Cyrille

    Cyrille,
    What is the error that you get when trying to install the run-time engine?
    Are you installing it from the LabVIEW CD, or did you download it from the web site?
    To further troubleshoot this problem, it would be best if you send us an email to [email protected] and send the above information.
    Also, try running the installer from the command prompt window, and use the following syntax:
    setup.exe/l*v
    This will save the error log to the file you specify. Send us also this file to help us troubleshoot.
    Thanks
    Zvezdana S.
    National Instruments

  • Swing app in JDK6 continues to rendering slow in Windows Terminal Server

    Hi,
    Because Swing apps create interfaces internally and not using default OS APIs,
    when running into a Windows Terminal Server client, there is no way to optimize
    rendering. Windows Terminal Server and Linux FreeNX use a mechanism to send
    to client only commands to render the windows. But, because the way Swing works,
    not totally integrated to OS APIs, it's not possible for terminal servers to do this,
    and these servers render Swing like images, something like VNC do, very slower than.
    I have tested native apps and AWT apps, and the difference is very significant,
    something like 50-70% faster.
    Is there some project in Swing APIs or java.net open-sources to better this?

    We are also seeing this issue with a Compiere implementation. With 10 distributed sites across the US, our client wanted to use Windows Terminal Services to simplify the client desktop management of the Swing application.
    But performance is terrible...and screen painting issues a real problem. We are also on JDK5 still, so I'm discouraged to see that JDK6 doesn't appear to offer much improvement?
    Is there any project afoot to address this issue for installations using terminal services?
    Thanks,
    Peter

  • Installing SBO 2007A PL47 for use on Windows Terminal Server 2008

    SAP has announced it supports Windows Server 2008 32 bit. Does this mean it will also support Windows Terminal Server 2008 32 bit for hosted clients? Any input will be appreciated

    Hi,
    There is annoucment only of Windows Server 2008. You can check the status on service Market place under Supported platforms.
    https://websmp101.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000705857&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    Under Product Availablity
    Regards
    Vikas
    SAP Business One FOrums Team
    Edited by: Vikas Rastogi on Mar 12, 2009 10:22 PM

  • How to install oo4o in windows terminal server

    does oo4o support windows terminal server 4, my computer is intel pentium 4 with 512 MB ram, but when i try to install oo4o ver 9, with client oracle 8, the windows can't appear. any one can help
    thanks

    You are looking for this information
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/dc4fcf93-8268-44f4-822a-d463d9443f6c/windows-7-and-server-2003-printer-server-issues?forum=winserverprint
    Alan Morris Windows Printing Team

  • Windows Storage server 2012 Standard Licenseing

    We have purchased 2 licenses of Windows Storage Server 2012 standard Edition for production. These 2 servers will be configured in cluster in production. Now we have to install one more server in failover in case the production servers goes down. My question
    is do we need to purchase the license for the 3rd server as the same will be working as an DR for the production.

    Hello,
    yes, you need to purchase th ellicense for the third Server while Windows Server storage is licensed per instance(active or passive).
    on th emicrosoft MSLT for Windows Server storage 2012 R2 Standard we hav the following info:
    License Model: The software is licensed based on:
    the number of instances of server software that you run; and
    the number of processors in the physical hardware
    Assignment of the License to the Server:
    The software license is permanently assigned to the server with which you acquired the software. That server is the
    licensed server for that particular license. A hardware partition or blade is considered to be a separate server. You may not assign the same license to more than one server.
    thanks
    diramoh

  • Windows Storage Server 2012 R2 Evaluation?

    Can Microsoft please provide evaluation of Storage Server 2012 R2. Currently cannot find any links or info RE this but can 2012 non R2. Obviously partners and potential customers need to test the software before purchasing an appliance running it.

    That's the official link:
    (LOL THERE IS NO TEXT THIS SIZE ANYWHERE, ALL I DID WAS DELETE ABOVE THIS IN THE QUOTE, HOW DO MS NOT GET HOW BAD THEY ARE AT EVEN A TEXT BOX?)
    Windows Storage Server 2012 Evaluation
    http://www.microsoft.com/en-us/download/details.aspx?id=34592
    If you're MSFT partner you need to talk to your MSFT responsible staff about licensing, evaluation etc.
    That's for non R2.
    Sorry can't quote inline, this is by far the worst ever text box I've ever used online. It adds and uses formatting but has no formatting options. Whoever thought that is OK should be fired.
    I don't know what imaginary world people other than us live in but yes we are an MS partner, we deal with a distributor for licensing and MS products. Maybe things are different in USA or whatever but here in Aus the buck stops at us. Some imaginary "MSFT
    responsible staff" doesn't exist. There is no such thing for us, we are the support, licensing experts, product experts etc etc. I wish so badly people would stop assuming on here.

  • Install SAP GUI 7.20 on Windows terminal server

    Hi,
    I would like to install SAP GUI 7.20 on a Windows Terminal Server and configure it so that all users on the terminal server share a common configuration. As the installation is now all users have to define the systems in GUI the first time they start it, but I would like to do this globally. Is this possible?
    Best regards,
    Thor-Egil

    > estimated 20 or more users who will be using the WTS to do their specific transaction. How much ram do we need to put in the WTS to handle 20 or more users?
    This depends on what the users will do on that system. I suggest you contact the hardware vendor for a sizing of the machine.
    > and follow up question, do you recommend using terminal servers?
    It's an easy way to centralize the administration, you have got only one SAPGui installation.
    Markus

  • Tips to install Sap Gui On Windows Terminal Server 2003

    Does anybody know any method to install SapGui on Windows Terminal Server 2003 to share it to many users ?
    The problem is: when I try to install Sap Gui 6.40 via Control Panel-Add/Remove Programs it tells me that I must change the mode with "change user /install". I dont know the reason why it reports me that if I do it via Control Panel. And if I do that and then I launch the installation again it reports me the warning again.
    What should I do ?
    Thanks in advance for your help.

    We have SAP R3 4.6C.
    We want to optimize the bandwidth in a 802.11b radio. Because of that we dont want to run any application in the hand-held.
    We'll intend to launch a remote desktop on a dozen hand-helds connecting the Windows 2003 Terminal Services server. In this server we could run SAP GUI, WebSapconsole or the browser.
    Its important to note that the hand-held computers must only show the designed windows (sized to 16x20), removing title bars, transaction bar, menu bars, tool bars, status bars, etc. For this purpouse I think we can use WebSapconsole.
    With this method we have noticed that when a error or warning is displayed it hides some part of the screen instead of presenting in the status bar.
    I hope you all your doubts are clear now, if not just tell me.
    Thank you.
    PS. Sorry for my english.

  • Bug: CR XI on Windows Terminal Server 2008

    We have a problem when printing a report for example with 2 columns, where the 1st column's content is larger than the width of that column, then the content is printed through colum 2.
    But only when:
    working on remote on Terminal Server 2008
    when printing on a remote printer (redirected)
    There's no problem:
    in the preview window
    when printing to a local printer of the server
    on Terminal Server 2003
    Any ideas?
    Tx
    Patrick

    You mentioned it worked fine in the preview window, so does the issue only show up when not printing with data?

Maybe you are looking for

  • Brand new iMac cannot pair bluetooth keyboard and magic mouse

    Hi there! Just received brand new iMac 21" yesterday. Unboxed it, turned it on and none of both bluetooth devices (keyboard and magic mouse) managed to get paired. I was able to connect a USB mouse to log into the Mac. Did all turn off/on Bluetooth,

  • Black and White... with color.

    Hello, I have a project to do on bullying. I have a clip of a kid walking down a hallway, with brightly colored posters behind him. I want to make the entire shot black and white, but yet still have the posters have color, and continue to have color

  • Macbook pro doesn't see lexor 16gb usb memory stick.  (Windows PC does see it)

    Heading says it all.  I'm baffled.  Windows PC sees the memory stick but my MacBook Pro doesn't. Plese help. TJ

  • Problem with iMovie quitting

    I purchased and downloaded the newest version of iMovie (08) and it keeps quitting on me. As soon as I open it, it quits and gives me a "report problem to Apple" note. Is there a fix for this?

  • No access to OS X part files!

    I got access my OS X part files in Maverick while I was in Windows using boot camp. But I can't do so while I upgraded to Yesomite. Is there any way I could have this privilege back? I know parallel allows to do that but I do not want to spend more m