Using clipboard for communication between applications

I am facing a problem related to clipboard during a remote desktop connection. I have the same application both in a client (Windows 8) and in a server (Windows Server 2012 R2) and the communication between them is made by using clipboard. Before making
the connection to the server through "Remote Desktop Connection", there is an option related to Clipboard in Local Resource tab which must be checked. I did it and when I run both programs they don't work as expected. They should exchange messages
between themselves, however some messages are lost during the communitation (between the client and the server). I suppose there must be some kind of configuration I have forgotten to setup during installation of Windows Server 2012 R2. Perhaps something like
that: http://www.technipages.com/unable-to-copy-and-paste-to-remote-desktop-session. Does anybody know if clipboard option should be set in an additional menu in order to clipboard to work properly in Windows Server 2012 R2? Should the client settings also
be checked as above? I've seen many possible solutions on the Internet for similar problems like this, but none of them solved it. I'd appreciate any help anyone could give me.

Hi,
Thank you for your posting in Windows Server Forum.
You can try to disable the “Do not allow clipboard redirection” on both server and client side with administrator permission under Group Policy on below mention path.
Computer Configuration\Policies\Administrative Templates\Windows Components\Terminal Services\Terminal Server\Device and Resource Redirection
Hope it helps!
Thanks,
Dharmesh

Similar Messages

  • Ports required for communication between Web servers and service applications (the default is HTTP)

    We're using SharePoint 2010, I'm the system admin for a SharePoint farm. We enabled SharePoint Search by adding a Search Service APplication. One of the crawl report timer job is failing every 5 minte with the error "Cannot connect to remote server".
    After digging around, we found that the server running the timer job tries to connect to the SearchAdmin.svc on the index server, over HTTPS / port 32844 However, communication over SSL via a non default port is blocked by our firewall.
    According to this article: https://technet.microsoft.com/en-us/library/cc262849.aspx the default is HTTP for communication
    between web servers. How is it possible that it's trying to connect over SSL?

    Hi,
    Quoted from
    https://technet.microsoft.com/en-us/library/cc262849.aspx#ServiceApp :
    You can change the protocol and port binding for each service application. On the Service Applications page in Central Administration, select the service application, and then click
    Publish.
    Here is an article for configuring Windows firewall port rules for SharePoint using PowerShell in case you need:
    http://www.xylos.com/default.aspx?id=1050
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • HT2589 We have purchase 5 apple minis and would like them all on one account.  That way we can monitor the use of these units.  they will be used strickly for a business application.  can I use one account in itunes or must i have multiple.

    We have purchased 5 apple minis and would like them all on one account, that way we can monitor the use of these units.  They will be used strickly for a business application.  Can I use one account in itunes or must i have multiple.

    Not going to happen the way you want it to.
    When you add a gift card balance to the Apple ID, it's available for the Apple ID.
    Probably best to create unique Apple ID's for each... this will also make things easier in the future as purchases are eternally tied to the Apple ID they were purchased with.

  • Why doesn't the rotate gesture on my trackpad behave as it used to for switching between tabs when it works the same with all other programs besides Firefox?

    Why doesn't the rotate gesture on my trackpad behave as it used to for switching between tabs when it works the same with all other programs besides Firefox?
    I changed the about:config to make the rotate gesture move between tabs, and it worked great for well over a year. Now it behaves erratically as described here:
    https://bugzilla.mozilla.org/show_bug.cgi?id=877598
    It used to be very controllable to move one tab over, now it is erratic and moves quickly and to unexpected tabs regardless of how slow I do the rotate gesture. This is the main reason I use Firefox over Chrome and I would like to continue to do so unless there is no fix to this.

    Just set the browser.gesture.twist.threshold to something around 15-25.

  • Using CSS for Web dynpro application in EP

    Hi,
    I have some CSS (Style sheets) which I need to apply to the portal, so that all the web dynpro applications can have the same look and feel.
    I read something about Theme Editor in EP. Can I somehow use that to import the CSS contents into the EP theme?
    Any pointer to using CSS for Web Dynpro applications will be appreciated.
    Thanks.
    Puneet

    Hi,
    Go thorugh the follwing Web Dynpro Java
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/nw04stack09themes.zip
    To know how to use it and for the steps to be followed please follow the tutorial here
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how to edit web dynpro themes.pdf
    the last url gives you a step by step procedure with wizards..
    Regards,
    RK

  • Communication between Applications

    I was wondering would it be possible to communicate (reference Vairables, Method, Functions etc..) between Applications. What I want to do is have my 1st Application return some variables which the 2nd Application will use to construct a Bubble Chart. If this is possible what is the code to reference between the Applications?
    Thanks.

    I made an attempt to try and communicate between 2 .swf files using the LocalConnection, but am not able to get it working. To recap what I was trying to do was:
    1st Application (.swf file) this application after a series of questions are answered I have functions that will calculate the values that will provide the data for the Bubble Chart, my 2nd Application (.swf file).
    Below are my functions that calculate the data for the ArrayCollection to the Bubble Chart. So Curr_Evaluation is what needs to be sent to the 2nd Application.
    public trace("NC is: " +Curr_Evaluation.getItemAt(0).NetworkChance); } public function setCurrEvalNI():void { Curr_Evaluation.getItemAt(0).NetworkInvestment = finalNetInvest.toFixed(2); trace("NI is: " +Curr_Evaluation.getItemAt(0).NetworkInvestment); } public function setCurrEvalNP():void { Curr_Evaluation.getItemAt(0).NetworkPotential = finalNetPot.toFixed(2); trace("NP is: " +Curr_Evaluation.getItemAt(0).NetworkPotential); } function setCurrEvalNC():void { Curr_Evaluation.getItemAt(0).NetworkChance = finalNetChance.toFixed(2); 
    I have a Submit Button on the 1st Application that when clicked I want the data to be sent to the 2nd Application. I have already got a function that handles the click for another purpose as shown below.
    private "Complete with this Process?", "Please confirm:", Alert.YES | Alert.NO, this, submitHandler); } private function submitHandler(evt:CloseEvent):void { if (evt.detail == Alert.YES) { setCurrEvalNP(); setCurrEvalNC(); setCurrEvalNI(); ExternalInterface.call( "SubmitPresentation", "True"); } } function onBtnSubmit(evt:Event): void { Alert.show(On the 2nd Application my code is as shown below
    If anyone can help with putting together with the code that I would need on my 1st and 2nd Application to make the communication between them, it would be appreciated.
    Thanks

  • New update for Community Help application - version 3.5 now available

    Hi: just a quick announcement that the engineering team has released version 3.5 of the Adobe Community Help application.  This update is a very significant release that directly addresses a lot of the feedback that we’ve been hearing from the community.  The most significant changes include:
    Feature
    Benefit
    1.
    Tabbed Browsing
    Ability to open multiple pages   from multiple sources simultaneously
    2.
    Favorites/Bookmarks
    Ability to bookmark your   favorite URLs; note: we prepopulate a set of suggested bookmarks for you   based on the products you have installed.  Users can of course   add/edit/delete any bookmarks that they choose and can organize them via   folders, etc.
    3.
    Search/Browse History
    Ability to view previous pages   browsed or search results (including previously used filter options, search   collections, online/offline search status, refinements, and more).
    4.
    Flash Platform ASLR
    Ensures developers  only   have to download one copy of the ASR and not separate, multiple copies for   Flash vs. Flex, etc. 
    5.
    Revamped local content   download workflow
    The entire local content   download workflow has been reworked!  We have removed the pop-up dialog   box and moved the “content update” notification to the footer of the app as   well as the homescreen.  This ensures an uninterrupted workflow for   users who simply want to access content first and foremost.
    6.
    Performance improvements
    The team has worked especially   hard on improving the start-up and browsing performance by consolidating a   number of disparate server calls into a single initialization service that is   only performed at launch.  This enables us to cache a number of assets   and reduce network calls/dependencies.
    7.
    Silent application updates
    Similar to the changes in the   local content download experience, we have also revamped the update   experience for the application itself!  Going forward, app updates will   be downloaded in the background without interruption to the user workflow.
    8.
    Set-and-forget search options
    Search options are now sticky   from session to session – for example, if you check the Search Adobe   Reference check box for  Photoshop, the CHC will remember those options   the next time you open the app. This applies to refinements too.
    9.
    Much more!!
    Minimize to sytem tray (for PC   users only); upgrade to Flex 4.1 and AIR 2.5; and many, many other   enhancements, fixes, etc.!
    Note: many of these features were part of our earlier 3.4 release – as some of you know, we had to pull down that release shortly after launch due to server/hardware issues. So only a few users were able to update at the time.  CHC 3.5 is now a general release that will support all users and has been extensively tested to ensure robust performance and stability.
    To update your app, simply open the Community Help application from your hard disc or visit our download page on adobe.com:
    http://www.adobe.com/support/chc
    Please leave your comments/feedback here in this forum -- and feel free to spread the word!

    Hi Mark!
    I need to install latest Adobe Community Help silently to our corporate desktops. Are there any command-line syntax to do this and where I can download installer package?
    Thanks.
    BR,
    Teijo

  • Data conversion for communication between Java and C/C++ program

    The real problem, i guess, is about data type conversion between Java and C programs. For instance, and int is supposed to be 4 bytes in Java, and also in C/C++. But, as far as I know, the size of and int in C depends on the processors architecture, so if it were a 64 bit arch., size of and int, double, etc. in C, would change. The real scenario would be a communication between a 32 bit machine (Java) and a 64 bit machine (C/C++).
    First of all, is this assumption correct?
    If so,
    how is it possible to deal with this problem in Java?
    Is there any way to know 'type length' automatically? or
    would it be necessary to modify the Java program to work with a C program in 32-bit or 64-bit arch?
    thx in advance

    cotton.m wrote:
    Yes you should develop the C part of the protocol first and then build from there.
    See http://forum.java.sun.com/thread.jspa?threadID=5243547 for a previous discussion of this topic.
    I understand what you mean, also the topic you referenced. I will explain the situation a bit more. The protocol is already defined: (16 bits message size, 16 message id, 32 bit time, etc.); it is also defined in C (structures and so on). So it would be easy to write my Java code using the specified protocol in bytes, and C types wouldn't be necessary to be considered. But, let's say that the C code can't be modified, and I thought (and don't know yet if its correct), that size of C types CAN changed depending on architecture. So if size changes for C types (code is specified in short, int, etc, and not in bit format), it all would be a mess, if I don't implement something in my Java code.
    cotton.m wrote:
    I don't believe that 32 or 64 bit enters the equation here at all.Maybe 32 o 64 doesn't mind, but sparc or PC could take a point here. Communication would be between a sun solaris sparc and windows x86 PC. But if type size in C/C++ does not change, I wouldn't really have any problem then...
    The situation is not ideal, I know, but is what I have; and I think I could have problems if I run the C program in other machines; so I would have to try to solve it whithin my Java Program.
    I hope it is clear now what I need.
    thx
    Edited by: MGasa on Jan 16, 2008 1:51 AM

  • Logos for communication between Fieldpoint modules?

    I have a system with two Fieldpoint network modules: one FP2000 and one FP1601. I am presently using datasocket calls using the lookout protocol for the FP2000 to read/write the I/O items on the FP1600. There is normally no PC connected to the two. Our NI salesperson visited today and told me that the recommended means of communication between Fieldpoint network modules is using Logos. He also mentioned using the "FieldPoint Publish Data" vi. I searched all the documentation I have and can't find anything on Logos, or any way to make any sense out of what he said. Can someone please tell me exactly what he meant and how I would implement it? I have LabView RT and FieldPoint Explorer, but no other software.

    Richard,
    Logos is the name for the NI Ethernet Protocol. It was originally developed for networking of computers using Lookout. Using DataSocket with the Lookout URL specifier, is instructing the DataSocket client to use the logos protocol or lookout protocol (the terms are interchangeable). The FieldPoint Publish Data.vi is a VI that can be run on embedded targets (e.g. (c)FP-20xx series) that can be used to make data available via the NI Ethernet protocol. For example, if you measured two sensors and calculated a value from the two sensors, you could use the Publish Data.vi to make the calculation result available from the FP-2000.
    Regards,
    Aaron

  • What is the Need for communication between Flex ActionScript to Javascript

    Hi ,
    Flex has made it communication possible from FLEX Mx:script to Java Script .
    Can anybody could please tell me what is the need or any scenario  for communication Flex with Javascript
    Thanks in advance .

    1- Printing in Flex is terrible (although for simpler requirements it can do fine), true, but it's not incredibly better elsewhere in the browser unless I'm missing the point.  This can be gotten around for many by streaming PDFs or Excel spreadsheets from a server, though.
    2- If it has to be web, I guess you're stuck.  If it can be an installed app (AIR) I'd prefer to hook into Java.  Like I said, there may be some limited specific uses, but good reasons to base the majority of your app on JS hacks are hard to come by.

  • Using ClassLoader for custumize an application

    Customize an application that has thousands of classes may be an hard adventure
    in java.
    If we need to cistomize a class (e.g. Account) used by several classes of the application,
    the operation seems to be easy with an OO language: we have simply to inherit the class
    Account into a new class Account2 and with delegation and so on we have reached the
    target.
    But all other classes of application refers to Account class (the base class) and not to
    Account2 (the inherit class)
    So we have to inherit all classes that instantiates Account and all classes that instantiate
    those classes and so on: a real nuclear explosion!!
    Is needed to inherit a good part of my application.
    Obviusly modifing all vase sources may be a solution, but is needed to ship all sources
    to customers and is not so a good idea.
    I have already tried several ways, such defining my own classloader and so on but I have
    no found a real solution.
    Does someone has an idea?
    Every help will be really appreciate.
    All the best.

    But all other classes of application refers to Account
    class (the base class) and not to
    Account2 (the inherit class)
    So we have to inherit all classes that instantiates
    Account and all classes that instantiate
    those classes and so on: a real nuclear explosion!!Which is why people use interfaces and abstraction
    for such things.
    Maybe these will help:
    Object Oriented concepts
    Why extends is evil - Improve your code by replacing concrete base classes with interfaces
    Object-oriented language basics, Part 6 - Use interfaces for safe multiple inheritance and a great deal more

  • Using the Clipboard to Copy Between Applications

    I'm trying to design a postcard online and the instructions say to make my image 350 dpi, 4"x 6", copy and paste it onto their format. I get a message saying it is too big for my clipboard. When I looked at my clipboard size, my 5.0 version says the script is for a 4" x 4" clipboard. So just to see if I could reduce my image to less than that and have it transfer, I still got the "too big" message. Any advice?

    too big for my clipboard
    I get this error from photoshop elements 2.0 and I think it is a bug in that software. My work around is to disable Export Clipboard in PE2 preferences, but that is irrelevant to your problem.
    This is a bit of a long shot but maybe this application could be the answer.
    Savvy clipboard.
    http://www.blitzclicksoft.com/products.php

  • Adobe AIR - is what I need for communication between C++ and Flash?

    Hello,
    We currently have a C++ desktop application running on Windows and Mac. We want to support web-enabled (launching from the web browser) and moving UI into Flash. I am looking for a communication package that can use with VC++ 6.0 and CodeWarrior 8.0 (Xcode later). This communication package will handle messages between C/C++ app (process) and Flash. The communication need to execute fast (no delay).
    I searched online about this and came across LocalConnection class and Adobe AIR but not getting enough info to have an answer. I am hoping posting this message will get more information.
    Thanks,
    -Thanh

    Thanks Kalisto for a kind offer. We are using old compilers, CodeWarrior 8.0 compiler on the Mac and VC++ 6.0 in Windows. It is nice if I can find a package that will work with both compilers (platforms). Since we want to communicate in realtime, AIR is probably a best option to go for Windows. I am still looking for the answer on the Mac side of how to communicate from C++ to Flash. I'll ask for your help on AIR when time come.
    Again, thanks.
    -Thanh

  • Using SSO for 2 partner application that different domainname

    Dear expert,
    I have to implement the Oracle SSO with 2 existing Web Application that separate domainname (eg. domainA.com and domainB.com). I have read from OTN the SSO using HTTP Cookie for partner applications but the standard cookie can not be accessed from different domainname.
    Please, Who can help me on this case?
    Thanks in advance,
    Kotaro

    Reading and googling through much unclear RMAN content I came to the conclusion that it simply is not possible to use RMAN to copy SCHEMA_A from INSTANCE_A in MACHINE_A into INSTANCE_B without blowing away SCHEMA_B in INSTANCE_B on MACHINE_B.
    So, I need to use RMAN to set up INSTANCE_A_COPY on MACHINE_B. Then I can have both INSTANCE_B and INSTANCE_A_COPY on MACHINE_B. If MACHINE_A should fail then I can switch over to MACHINE_A_COPY and run both instances, no problem.
    Question: I would like to save time and disk space by not copying a 1TB reference tablespace/schema into INSTANCE_A_COPY. When I run INSTANCE_A_COPY it will need to join to the read-only reference tablespace/schema in INSTANCE_B. What will be the performance of a “distributed join” on tables across two instances in the same machine?

  • How can i use labview for communicating with pic18 microcontroller through usb port?

    Hi all,
    I want to make a DAQ card using pic 18 microcontroller which has a built-in usb protocol. I have the firmware of this
    controller which will  make it as a usb device. How can i receive the analog voltages from this DAQ card in Labview? or i mean to say that how i can communicate labview with the Pic 18 microcontroller through usb port? I have also the
    mpusbapi.dll file which is for Visual C++. Can i make changes in this dll file to make it compatible with labview?

    Which labview version do you have. Up to labview 7.1 it was no USB raw communication options. I have heard it did not work well in 7.1, but from 8.x most of the errors were fixed.
    Here is a link it should be useful http://forums.ni.com/ni/board/message?board.id=170&message.id=340676&query.id=365864#M340676
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

Maybe you are looking for

  • Process manual bank statement  ...

    Hi, We are having the following G/L account for Bank XXX xxxxx0 for Main A/c xxxxx1 for Cheque issued xxxxx2 for Cheque deposited. Earlier we were doing manual bank reconciliation thro FF67. Last two years this excises not been carried out in sap and

  • TS1394 Software Update NOT WORKING (Snow Leopard)

    Software Update NOT WORKING (Snow Leopard) Hi, I am currently using Snow Leopard 10.6 on my iMac. I opened iTunes and was told there was an update available so I clicked the button to download it. This obviously opened up the 'download' screen with b

  • Host in network is not reachable over WPA2-Enterprise encryption

    hello together, i'm running a WRVS4400N router with parallel WPA2-Enterprise and WPA2-Personal wireless networking. If I try to ping a host on the network I get two different results: The ping over the WPA2-Personal network is working pretty well. Ov

  • Image size/resolution question

    I'm starting to get to know Keynote (3.0.2) for the first time. My Document Slide Size is set to 1024x768. I'm building slides by dragging and dropping up to four jpegs on to one slide. Q1: Is a resolution of 72dpi sufficient for these images? I'm ut

  • Missing new tab button in FF 29, restore default didnt helped

    After update to Firefox 29, i no logner see new tab button (+). I clicked on restore default, it didnt worked just made everything else worse. I am very disapointed with this new UI, well thanks you very much for that.