Configurable dialog with timeouts and default capabilities

I would like to have a native LabVIEW dialog in the functions pallet that will allow you to set a default value and a time out feature.  This allows a user to pick a desired behaviour if present but if not present the dialog times out and program continues to run with the default action in mind.  It is relatively easy to create the interface needed but there are times having this already available would be great.

Sure you can make a template as you can with most vi's on the functions pallet. It would be convenient to have this built in so it would be available I suspect many people would find this useful.

Similar Messages

  • Mail Server: problem configuring dovecot with postifx and virtualhosts

    Hi all,
    I'm am struggling trying to configure a mail server. I have a dedicated server running archlinux.
    I want to setup a complete mail server, ie: web access (for that I installed roundcube) and being able to retrieve mails on any e-mail client.
    I followed this guide, from the documentation but I've read that courier-imap is a lot more resources hungry than dovecot. As I could not have it working using the documentation, I tought I would use dovecot. The problem is that I am not able to configure it.
    What I already have up and running: web server (nginx) with postfixadmin and roundcubemail, postfix, mysql.
    Now, I want to be able to send and receive mails using dovecot. Could you guide me a little in order to replace courier-imap with dovecot, starting from this documentation? I already have my databases configured, a vmail user, ssl certificates and postifx configured for virtualhosts. Seems that the only thing missing is imap + smts thrue TLS.
    Thanks for any help.
    Last edited by Rolinh (2011-08-17 10:40:19)

    The dovecot configuration files are very well commented with documentation and examples in /etc/dovecot/
    As for TLS and SMTP Auth, this is the relevant part of my main.cf for postfix:
    # TLS Settings
    smtpd_use_tls = yes
    smtpd_tls_key_file = /etc/postfix/wildcard.example.com.key
    smtpd_tls_cert_file = /etc/postfix/wildcard.example.com.crt
    smtpd_tls_CAfile = /etc/postfix/root.crt
    smtpd_tls_received_header = yes
    smtpd_tls_security_level = may
    smtpd_tls_loglevel = 1
    smtpd_tls_session_cache_timeout = 3600s
    smtp_use_tls = yes
    smtp_tls_security_level = may
    smtp_tls_note_starttls_offer = yes
    tls_random_source = dev:/dev/urandom
    # Enable SMTP authentication support
    broken_sasl_auth_clients = yes
    smtp_sasl_auth_enable = no
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_type = dovecot
    smtpd_sasl_local_domain = $mydomain
    smtpd_sasl_path = /srv/postfix/private/auth
    smtpd_sasl_security_options = noanonymous
    smtpd_sasl_authenticated_header = yes
    smtpd_sender_restrictions = permit_sasl_authenticated
    Last edited by fukawi2 (2011-08-17 12:33:15)

  • How to implement concurrent nested Dialogs with BC4J and JClient

    Hello,
    we are evaluating BC4J/JClient. In our application we have a navigation tree
    in a Java client from which we can call nested dialogs to set attributes,
    call business logic etc.
    Is it possible to open more than one sub-dialog from our starting navigation tree
    at the same time? Each sub-dialog should have its own transaction context.
    To our knowledge we need a new application module for each sub-dialog in order
    to start a new transaction. But how is the navigation tree updated if data
    from the sub-dialogs is commited? The dialogs and the navigation tree don't share
    the same model, do they? The navigation tree might have to show lots of data
    retrieved over a slow connection, so simply updating the entire model is not a solution.
    This could work if an intelligent caching fetches only the changed data.
    So: What is the best way to implement sub-dialogs with their own transaction plus an
    update mechanism?
    Thanks for any help!

    Hello,
    we are evaluating BC4J/JClient. In our application we have a navigation tree
    in a Java client from which we can call nested dialogs to set attributes,
    call business logic etc.
    Is it possible to open more than one sub-dialog from our starting navigation tree
    at the same time? Each sub-dialog should have its own transaction context.
    To our knowledge we need a new application module for each sub-dialog in order
    to start a new transaction. But how is the navigation tree updated if data
    from the sub-dialogs is commited? The dialogs and the navigation tree don't share
    the same model, do they? The navigation tree might have to show lots of data
    retrieved over a slow connection, so simply updating the entire model is not a solution.
    This could work if an intelligent caching fetches only the changed data.
    So: What is the best way to implement sub-dialogs with their own transaction plus an
    update mechanism?To create a UI like this, see the sample on OTN at
    http://otn.oracle.com/sample_code/products/jdev/jclient/jclient_binding_demo.html
    YOu'd have to tweak this sample so that each sub-window comes up with it's own AM (as you've right suggested).
    Regarding commit, yes, if you do not want to query the whole model on the navigator, you may use Transaction.commitAndSync() method to commit changes instead of simply performing a commit() call.
    See javadoc on this method for details on how it works.
    Thanks for any help!

  • [solved] problems with timeouts and tcp retransmission

    I've recently upgraded my archlinux and am having real problems with the network.
    I have checked the configuation and all seems ok.
    Everything like DNS/Gateways/IPs all seem to be setup (not changed anything from when it was working before)
    I read about setting the MTU manually
    ifconfig eth0 mtu 1492
    I tried this but it doesn't seem to make any difference
    Looking at the packetflow on wireshark it seems that there are a huge amount of TCP Dup ACK and TCP Retransmission when trying to POST
    If I boot into windows everything is fine so unfortunately it seems that it might be something with linux
    Everything in linux seemed to be working ok before I upgraded
    Last edited by equilibrium (2009-12-05 15:13:14)

    seems that I am still unable to post from my arch system
    $ dmesg | grep sky2
    sky2 driver version 1.23
    sky2 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    sky2 0000:02:00.0: setting latency timer to 64
    sky2 0000:02:00.0: Yukon-2 EC chip revision 2
    sky2 0000:02:00.0: irq 29 for MSI/MSI-X
    sky2 eth0: addr xx:xx:xx:xx:xx:xx
    sky2 eth0: enabling interface
    sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
    $ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:17:31:F4:ED:A2
    inet addr:192.168.1.20 Bcast:192.168.1.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1170 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1362 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1101154 (1.0 Mb) TX bytes:197742 (193.1 Kb)
    Interrupt:19
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:4595 errors:0 dropped:0 overruns:0 frame:0
    TX packets:4595 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:541498 (528.8 Kb) TX bytes:541498 (528.8 Kb)
    /etc/rc.conf
    eth0="eth0 192.168.1.20 netmask 255.255.255.0 broadcast 192.168.1.255"
    INTERFACES=(eth0)
    gateway="default gw 192.168.1.1"
    ROUTES=(gateway)

  • Configuration error with CS6 and Mavericks

    I installed OS 10.9.2 on an empty drive, then CS6 and other apps. Now I upgraded to 10.9.3, and I get "Configuration Error" when I try to launch a CS6 app. (Error code was 16 at first; now it's 1.)
    The Adobe website says the fix is to change permissions on two folders (SLStore and Adobe PCD) in Library/Application Support/Adobe. However, those folders don't exist anywhere on my drive.
    I can run the separate uninstallers for InDesign, Illustrator, and Photoshop, then try to reinstall, but I'm not filled with confidence that such an approach will get me anywhere.
    Should I try the separate uninstallers? Should I wipe the drive and start over? (Lots of hours tied up in that, but I'll do it if I have to.)

    Well, he's not working in the file now so there's no .idlk file for anything in the folder.

  • Problem for scheduling with FTP and default FTP destination parameters

    <span class="postbody">Hi, <br />  <br /> My version of BOXI is Release 2 SP2 <br />  <br /> I want schedule a report with default parameters found in the FTP destination of the Job Server (in my case: DesktopIntelligenceJobServer). <br />  <br /> I have using a sample found in BO but it&#39;s work with specific parameter. <br />  <br /> It&#39;s on java but can be changed on JSP: <br />  <br />  <br /> </span><table border="0" cellspacing="1" cellpadding="3" width="90%" align="center"><tbody><tr>        <td><span class="genmed"><strong>Code:</strong></span></td>     </tr>     <tr>       <td class="code"> <br /> // before is the query for find the report in oObjects <br />          IInfoObject infoObject = (IInfoObject)oObjects.get(0); <br />          ISendable obj = (ISendable)infoObject; <br />           <br />          IDestinationPlugin destinationPlugin = (IDestinationPlugin)iStore.query("SELECT TOP 1 * " +  <br />                            "FROM CI_SYSTEMOBJECTS " +  <br />                    "WHERE SI_NAME=&#39;CrystalEnterprise.Ftp&#39;").get(0); <br />  <br />          //Retrieve the Scheduling Options and cast it as IFTPOptions <br />          //This interface is the one which allows us to add the file location <br />          //for the scheduling <br />          IFTPOptions ftpOptions = (IFTPOptions) destinationPlugin.getScheduleOptions(); <br />          ftpOptions.setServerName("myip"); //FTP Server name or IP address <br />          ftpOptions.setPort(21); //Port number of FTP server...default is 21 <br />          ftpOptions.setUserName("gcr"); //can either use an account or logon <br />          ftpOptions.setPassword("mypass"); <br />           <br />          List destFiles = null; <br />          destFiles = ftpOptions.getDestinationFiles(); <br />          destFiles.add( "/BOFTP/MyReport.pdf");                 <br />          IDestination destination = obj.getSendToDestination();    <br />          destination.setFromPlugin(destinationPlugin); <br />           <br />          iStore.schedule(oObjects); <br /> </td>     </tr></tbody></table><span class="postbody"> <br />  <br /> If I comment some line for using defulat parameters, it&#39;s not work correctly : <br />  <br /> </span><table border="0" cellspacing="1" cellpadding="3" width="90%" align="center"><tbody><tr>        <td><span class="genmed"><strong>Code:</strong></span></td>     </tr>     <tr>       <td class="code"> <br /> // before is the query for find the report in oObjects <br />          IInfoObject infoObject = (IInfoObject)oObjects.get(0); <br />          ISendable obj = (ISendable)infoObject; <br /> /* begin comment          <br />          IDestinationPlugin destinationPlugin = (IDestinationPlugin)iStore.query("SELECT TOP 1 * " +  <br />                            "FROM CI_SYSTEMOBJECTS " +  <br />                    "WHERE SI_NAME=&#39;CrystalEnterprise.Ftp&#39;").get(0); <br />  <br />          //Retrieve the Scheduling Options and cast it as IFTPOptions <br />          //This interface is the one which allows us to add the file location <br />          //for the scheduling <br />          IFTPOptions ftpOptions = (IFTPOptions) destinationPlugin.getScheduleOptions(); <br />          ftpOptions.setServerName("myip"); //FTP Server name or IP address <br />          ftpOptions.setPort(21); //Port number of FTP server...default is 21 <br />          ftpOptions.setUserName("gcr"); //can either use an account or logon <br />          ftpOptions.setPassword("mypass"); <br />           <br />          List destFiles = null; <br />          destFiles = ftpOptions.getDestinationFiles(); <br />          destFiles.add( "/BOFTP/MyReport.pdf");                 <br />          IDestination destination = obj.getSendToDestination();    <br />          destination.setFromPlugin(destinationPlugin); <br /> end comment */          <br />          iStore.schedule(oObjects); <br /> </td>     </tr></tbody></table><span class="postbody"> <br />  <br />  <br />  <br /> If my report is set to SMTP by default, the scheduling failed and want using SMTP protocol <br />  <br />If my report is set to FTP by default, the scheduling work. I want forcing the default FTP in JobServer in the code but i don&#39;t find this. <br /> I don&#39;t find any explain in the SDK of BOXI. <br /> could you have a solution for this ? <br />  <br /> Thank you <br /> gcr</span>

    I've found a solution ....

  • A dialog with minimize and maximize buttons

    Hello,
    Can you please peek at my question in the Swing forum and try to help me (it's a new question, not the one I posted about earlier)?
    http://forum.java.sun.com/thread.jspa?threadID=758003
    Thanks!

    Couldn't you just extend JFrame in that case, passing the owner as a c'tor argument and sending messages about the occuring actions to it using that reference in overridden methods, before calling super?

  • Traceroute timeouts and lots of packet loss when a...

    I host various site via the above, and since late last night and today, I am having connection timeout issues on all of them (but sites like bbc, bt etc are fine). I contacted them and performed a traceroute to my default site southee.co.uk which timed out. Below are the results:
    traceroute to southee.co.uk (37.61.236.12), 64 hops max, 52 byte packets
    1 bthomehub (192.168.1.254) 2.733 ms 2.414 ms 2.415 ms
    2 esr5.manchester5.broadband.bt.net (217.47.67.144) 72.412 ms 29.705 ms 131.735 ms
    3 217.47.67.13 (217.47.67.13) 31.390 ms 29.680 ms 103.936 ms
    4 213.1.69.226 (213.1.69.226) 41.172 ms 32.700 ms 129.323 ms
    5 31.55.165.103 (31.55.165.103) 30.791 ms 31.639 ms 130.306 ms
    6 213.120.162.69 (213.120.162.69) 31.248 ms 59.138 ms 30.657 ms
    7 31.55.165.109 (31.55.165.109) 32.159 ms 31.507 ms 31.513 ms
    8 acc2-10gige-9-2-0.mr.21cn-ipp.bt.net (109.159.250.228) 31.499 ms 31.325 ms
    acc2-10gige-0-2-0.mr.21cn-ipp.bt.net (109.159.250.194) 31.197 ms
    9 core2-te0-12-0-1.ealing.ukcore.bt.net (109.159.250.147) 41.744 ms
    core2-te0-13-0-0.ealing.ukcore.bt.net (109.159.250.139) 41.346 ms
    core2-te0-5-0-1.ealing.ukcore.bt.net (109.159.250.145) 41.744 ms
    10 peer1-xe3-3-1.telehouse.ukcore.bt.net (109.159.254.211) 39.527 ms
    peer1-xe10-0-0.telehouse.ukcore.bt.net (109.159.254.122) 38.791 ms 38.910 ms
    11 te2-3.sov-edge1.uk.timico.net (195.66.224.111) 54.032 ms 37.941 ms 38.642 ms
    12 78-25-201-30.static.dsl.as8607.net (78.25.201.30) 45.830 ms 46.413 ms 42.448 ms
    13 * * *
     They then performed a traceroute from the server and got the following, again with timeouts and packet loss. See below:
    1. 37.61.236.1 0.0% 10 0.5 0.7 0.4 2.9 0.8
    2. ae0-2061.ndc-core1.uk.timico 0.0% 10 0.3 0.3 0.2 0.5 0.1
    3. te2-3.sov-edge1.uk.timico.ne 0.0% 10 10.5 9.7 4.2 30.2 8.7
    4. linx1.ukcore.bt.net 0.0% 10 4.1 4.3 4.1 5.9 0.6
    5. host213-121-193-153.ukcore.b 0.0% 10 5.5 8.0 4.9 12.7 2.3
    6. acc2-10GigE-4-3-1.mr.21cn-ip 0.0% 10 11.4 11.4 11.4 11.6 0.1
    7. ??? 100.0 10 0.0 0.0 0.0 0.0 0.0
    8. 31.55.165.108 0.0% 10 12.1 12.1 11.8 12.4 0.2
    9. 213.120.162.68 0.0% 10 12.0 12.1 12.0 12.3 0.1
    10. ??? 100.0 10 0.0 0.0 0.0 0.0 0.0
     I've just spent a fustrating 15 minutes with Bt Support chat who just seemed want to pass me on to the BT Business team, so I thought I'd post here, for a more informed response.

    Hi Jane, Thanks for the reply. I have now purchased an AEBS(n) to try to overcome this problem. The Apple site says it is compatible with all versions of Airport card so I thought it would solve the problem. My new problem is to be found here: http://discussions.apple.com/thread.jspa?threadID=1087292&tstart=0
    However to answer your questions, The OS is 10.4.10 and I have run every updater I can find for all Macs concerned. hope this helps.

  • Multiple Monitors with T440p and Pro Dock

    Hello:  I recently recieved my new business computer from our company offerings.  I got a T440p with the Pro Dock station.  Previously I had something similar that I got two years ago.  On the old system I was able to connect three monitors to the docking station (VGA, Digital, Display Port) and I could use any two at a time.  On the new system, if I plug anything into Display Port (even with that monitor turned off), the Digital port becomes disabled.  So I can't seem to use my "any two of three monitor" scheme without unplugging in one and plugging in another to the docking station.  Is there another solution for this? Thanks.  mbb.

    According to this: http://support.lenovo.com/us/en/documents/pd029622 I also have a Pro-dock (judging from the port layout) and it should be possible to use 3 monitors in any combination. But I can't get windows to activate VGA, DVI + Display Port. I got VGA + Mini Display Port + DVI working, but not reliably: When undocking and using the laptops build-in monitor, the multi display configuration can become invalid. Getting this configuration to work is a hassle, as multiple tries are needed and the configuration information in the Intel configuration dialog is wrong and the one in windows is ambiguous. Configuring Display Port + VGA works with-out problems. Display Port + DVI is difficult to achieve. Any help is approciated.

  • UI Problem: Selectable Dialogs with Tab & IListBoxController

    Hi,
    I'm trying to implement a configuration dialog with some tabs like the BasicSelectableDialog example from the sdk. I'm pretty sure I did all the relevant steps like defining LocaleIndex, IDList, IDListPair, Bosses etc. as well as the creator implementations. However when trying to pop up the dialog I get this error message:
    "Cannot find IListBoxController on this selectable dialog. Is it a dropdown selectable dialog?"
    In the ActionComponent I've implemented this:
    if (dialogSwitcher == nil)
    ASSERT_FAIL("BscSlDlgActionComponent::DoBasicSelectableDialog:DialogSwitcher invalid");
    break;
    } //ASSERT does not fail, I get the dialogswitcher
    //still ok
    dialogSwitcher->SetDialogServiceID(kConfigDialogTabService);
    // this produces the error stated above:
    dialogSwitcher->SwitchDialogPanelByID(kProjectTabWidgetID);
    As a matter of fact, I don't know what Indesign wants to tell me with this, Listboxcontroller? Why would I want something like that on my dialog? ; ) Ok seriously, I guess I'm missing _some_ list definitions/declaration, propably of what should be in the panel, but the IDList is(are) defined in the fr file, so what else is missing?
    Below some snippets from my code, the resource defs for the dialogs are missing but they are just the same as in the sdk example.
    //Dialog holding the tabs
    type ConfigDialog(kViewRsrcType) : DialogBoss(ClassID = kALConfigDialogBoss)
    //a tab (other tabs are just the same, so I'm leaving them out
    type ProjectTabWidget(kViewRsrcType) : PrimaryResourcePanelWidget(ClassID = kALProjectTabBoss)
    //tab list
    resource IDList (kConfigDialogTabOrderingResourceID)
    kALProjectTabBoss, //correspondingWidgetID is kProjectTabWidgetID
    kALOtherTabBoss,
    kALAnotherTabBoss,
    resource IDList (kProjectTabCreatorResourceID)
    kConfigDialogTabService,
    resource IDListPair (kProjectTabCreatorResourceID)
    kConfigDialogTabService, kProjectTabResourceID, kALPluginID,
    resource LocaleIndex (kProjectTabResourceID)
    kViewRsrcType,
    kWildFS, k_Wild, kProjectTabResourceID
    //and the class defs, they CreatorImpl's were adapted from the sdk example
    Class
    kALConfigDialogBoss,
    kTabSelectableDialogBoss,
    IID_IDIALOGCREATOR, kConfigDialogTabCreatorImpl,
    IID_IOBSERVER, kConfigDialogTabObserverImpl,
    Class
    kALProjectTabBoss,
    kPrimaryResourcePanelWidgetBoss,
    IID_IPANELCREATOR, kProjectTabCreatorImpl,
    IID_IK2SERVICEPROVIDER, kDialogPanelServiceImpl,
    Any help would be greatly appreciated, I know I can allways try to repeat the process of importing/adapting from the example until it works, but I really wan't to understand this and not just copy some code ; )
    Thanks,
    Marc

    Solved, and ist really a "doh!": when defining the
    NativeTabsWidget for the parent dialog holding the tabs I defined my own WidgetID for it instead of using SDK defined "kSelectDialogSelectionWidgetID" as ID. Don't ever do this ; )

  • Old Time Rock and Roll with AE and Element 3D

    Heres some Old Time Rock and Roll with Element 3D. View at 1080P and full frame to really rock out Element is a truly remarkable plugin that takes some playing with to get comfortable with.
    http://www.youtube.com/watch?v=q_QMcgpB21Y …
    (Please stop deleting this post. It relates to using Element in AE.  As a MVP for Adobe I think its valid to share and answer any questions that relate to using this plugin. If you disagree lets talk with Todd K. about this so it can be resolved in a reasonable manner. Thank you.}

    As a participant in many Adobe forums I find that different folks tend to frequent them.
    My thought was the After Effects forum was particularly appropriate since lots of folks are just beginning to put Element to serious use.  The Video Lounge is another totally different group of friends that I just enjoy sharing, getting feedback and starting dialogs with. And in the Premiere forum it touches upon use of dynamic link and just how solid it is today.
    I see it as just targeting different groups of users. If there are no over riding legal concerns, I would hope to be able to communicate with all the various folks I have been in contact with for the last several years in this manner.

  • Question regd C++ and Java with Tomcat and SSL

    I have configured Tomcat with SSL and am running a servlet
    which is going to recieve input from a C++ Application.
    The team which are coding in C++ have a statement in their C++
    code 'HTTP1.1'
    My Tomcat is v 3.2.4
    Does this support HTTP 1.1 OR HTTP 1.0 PROTOCOL.??

    tomact latest version supports both HTTP specifications 1.1 and 1.0. If you want to make sure you for tomcat 3.2.4 then you can search the web and jakarta website for this.
    Regards
    Akhil Nagpal

  • I am trying to use sync outlook 2013 with icloud and am receiving this error - Setup can't continue because Outlook isn't configured to have a default profile.  Check your Outlook settings and try again - can anyone help me out

    i am trying to sync outlook 2013 with icloud and am receiving this error - Setup can't continue because Outlook isn't configured to have a default profile.  Check your Outlook settings and try again - can anyone help me out

    Here are two threads you may want to review. I'm sure there are others. Good luck!
    https://discussions.apple.com/thread/3427840?start=0&tstart=0
    http://www.slipstick.com/outlook/icloud-outlook-problems-syncing-calendar/

  • Problem with Installing and Configuring MS Server 2012 Essentials trial and MS Server 2012 Standard trial

    My name is John Grace.  I have been an MS customer for years.  Never before in my experiences with MS up to this point have I experienced such POOR product support.  Your pre-sales agents have no knowledge to offer with pre-sales config or
    install issues, your support personnel are trained not to provide any reasonable help with even minor questions and concerns helping to make sure your trial experiences are progress and successful, your product support Mgrs show lack luster concern if you
    need some technical direction.  The first thing that is asked is do you have a support contract or credit card for this session.  Now, if I am evaluating products a support contract should not be necessary as you should want customers to have good
    outcomes with their trials.
    I have been trying to configure test servers with the above mentioned products for the past 6 days with no success.  Each install is different and the configurations some times work and some times they don't.  I reach out for help in your forums,
    etc., and am still at square one.
    This frustrating and breeds a lack of confidence in your organization.  When Bill Gates was in charge I experienced none of the nonsense today. 
    I have identified bugs and issues to your product teams and they gladly accept these.  But when help is needed...it is send us an email type attitude.  I have 8 8 core servers running  windows 2008 server R2 slated for upgrading to windows
    2012 server, and more after that.  If I don't get the trial software to work, the upgrades are terminated.
    Please give me some help or you will loose me as a customer, and customers that I installed systems for.
    John Grace
    (937) 286-4912
    John Grace

    Hi again Alan,
    Thanks for the reply, i have however not been able to find any viable hotfix from MS addressing this problem so far. I only found the QFE for 2008 R2, but this is not applicable in my enviroment.
    Sadly, we are experiencing the same issue with the 2008 R2 server as print server now. So the problem seems to be with the 2012 R2 RDS servers.
    We have been able to narrow it down to a probable cause though:
    The issue seems to be the cause of Client Side Rendering, even if it is disabled on the shared printers. We are seeing heavy bloating in the registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers\Client Side Rendering Print Provider
    The same printers are listed multiple times in subkeys for each user-SID.
    The print server is listed twice under the 'Servers' key, once with just the hostname and once with the fqdn. Benath these two many of the printers are also listed multiple times.
    Consequences are that printers are showing as clones for the users and they cannot set them as default printer. If they remove the printer manually, it just reappears. Setting a delete on the shared printer through GPP does not work either.
    The only manual workaround we have found working is to delete the entire "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers\Client Side Rendering Print Provider" key on the
    terminal server in question, and then restart the print spooler. This fixes the problem for the user, but once they start logging off and on again, the bloating of the registry is at it once more - and the problems following with it.
    In an enviroment with 70+ printers and 15 RDS servers, spread on 3 different farms, it's not a good solution though.
    Any ideas?

  • How can I Create a Client Configuration File for RemoteApp and Desktop Connection with Server 2012?

    I have a working RDS RemoteApp site and looking to test out the feature in Windows 7 Control Panel\All Control Panel Items\RemoteApp and Desktop Connections
    I came across this link: Create a Client Configuration File for RemoteApp and Desktop Connection and I believe this is what I need to do first, but these instructions are for
    Server 2008, and I'm running 2012.
    Any suggestions or tips on how I can begin testing this with Server 2012?

    Hi,
    You can manually enter the path to the 2012 feed and it will connect and download the RemoteApps and Desktop connections.
    If you need a sample .wcx file I have posted one here a couple of times.  If you want I will look for it and post a link.
    -TP
    I tried adding my URL's below, these are sample links that work for me right now for when I log into the web page, but neither of these work.  And I'm not sure what I would need to do with or how to create a .wcx file.
    When I type in my URL of: https://connect.mydomain.org/RDWeb, I get redirected to: 
    https://connect.mydomain.org/RDWeb/Pages/en-US/login.aspx?ReturnUrl=/RDWeb/Pages/en-US/Default.aspx

Maybe you are looking for

  • Can I get the kuler panel in illustrator cs6?

    I Cant get the kuler panel to work in illustrator cs6.

  • Hwo to replace 5300 cover?

    I have a Nokia 5300 phone that I really like. Unfortunately I dropped it the other day and the front cover cracked. I bought a new cover in a different color but have yet to figure out how to replace the front part. The back side can easily be remove

  • Running Steam

    When running steam, it says: "OpenGL GLX extensions not supported by display". What can I do to solve this? More info: Samsung Laptop w/ Dual GPUs (intel & nvidia). Nvidia driver installed (I assume the system only uses the nvidia GPU and I'm fine wi

  • PS Elements 3

    I have PS Elements 3 on my iBook 14"..can I install it on my new 17"core2duo (arriving soon) or do I need to purchase a new license?

  • Query RN Requirement

    hi I have reqt like, i need to search the data from Base table and Custom table. But i want to display rows from custom table with the Delete/Update image . for that how to create Search VO Thanx