Font smoothing settings doesn't consistently work for every login on Windows 2008 R2 when using a RDP client

I'm trying to use the MSTSC client on a Windows 8.1 machine to connect to a Windows 2008 R2 server. In the MSTSC experience tab I checked the font smoothing option. Font smoothing works some times and doesn't work the other times. I don't see a pattern here.
any kind of help is much appreciated.
Thanks,
Prasanna

Hi Prasanna,
Thank you for posting in Windows Server Forum.
As you have Server 2008 R2, there is GPO setting available to specify whether font smoothing is allowed for remote connections.
Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Remote Session Environment
Do not allow font smoothing
If you disable or do not configure this policy setting, font smoothing is allowed for remote connections.
You can configure font smoothing on the Experience tab in Remote Desktop Connection (RDC) or by using the {allow font smoothing:i:1} setting in a Remote Desktop Protocol (.rdp) file.
Hope it helps!
Thanks.
Dharmesh Solanki
TechNet Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    This isn't an issue. Notice the screen prior to the one that shows usage has an iCloud section and a Manage Storage button. For this button to activate ios needs to download a few kb from icloud. Switching back to this screen forces ios to download those few kb.

  • WRT110 works for every website except ONE after login, help please

    I have a WRT110 version 1.0
    It works for every website, except one. And it works for that one website just fine, until I login. When I enter my username/password it accepts it then redirects me to the companies landing page. I can see that because the URL loading changes and it shows the Title in the page which indicates it connected, but then it just sits there 'loading', in the status bar I see the message: "Waiting for tools.domain.com... to load" or something like that. and it takes like 5 to 10 minutes, no joke, then it loads.
    If I connect my computer directly to the modem and bypass the router, then it loads just fine, very fast like everything else.
    But then when I re-connect my router and refresh the page, it does it again, takes forever, but I can instanly see the title of the page in the title bar.
    It works on every computer that I connect trough the mobile hotspot on my 4G verizon phone. but if it is through the router, every computer takes 5 to 10 minutes. Literrally.
    Anyone have this happen to them? If so, how did you fix it?
    Thanks,
    Richard

    Try the following settings:
    # Open up the browser on the desktop and on the address bar type 192.168.1.1 that will open up the Router setup page…
    # Lower the MTU (Maximum Transmission Unit) from 1500 to 1400 or less (usually found on your router's main/ basic setup page)
    # Then click on Security tab disable SPI Firewall Protection, uncheck Filter Anonymous Internet Requests...
    Now check the connectivity status.

  • Sql server 2012 Logon trigger not working for certain logins

    Hello. I created a login trigger to insert data for each login in a table, and it works for all logins except one that is format domain\login
    and the login ends with the dollar sign(actual name is domain\CTXDEVDCSI1$).
    I had been using varchar, but after reading other forum posts, I changed the varchar's to nvarchar's, but it still fails for that id.
    The errors written to the sql server error log were the usual "login failed due to trigger execution".
    I had granted insert on the rvvlogindata table in dsa to public, and only one id wasn't able to login after that.
    Any suggestions would be much appreciated!
    Here's the modified table ddl:
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE TABLE [dbo].[rvvlogindata](
    [sessionId] [int] NULL,
    [LoginTime] [datetime] NULL,
    [HostName] [nvarchar](50) NULL,
    [ProgramName] [nvarchar](300) NULL,
    [LoginName] [nvarchar](50) NULL,
    [ClientHost] [nvarchar](50) NULL
    ) ON [PRIMARY]
    GO
    Here's the logon trigger code:
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    create trigger [LOGIN_IP_RESTRICTION] on all server for logon
    as
    Begin
    Declare @LogonTriggerData xml,
    @EventTime datetime,
    @LoginName nvarchar(50),
    @ClientHost nvarchar(50),
    @HostName nvarchar(50),
    @AppName nvarchar(300)
    Set @LogonTriggerData = eventdata()
    set @EventTime = @LogonTriggerData.value('(/EVENT_INSTANCE/PostTime)[1]', 'datetime')
    set @LoginName = @LogonTriggerData.value('(/EVENT_INSTANCE/LoginName)[1]', 'varchar(50)')
    set @ClientHost = @LogonTriggerData.value('(/EVENT_INSTANCE/ClientHost)[1]', 'varchar(50)')
    set @HostName = HOST_NAME()
    set @AppName = APP_NAME()
    insert into dsa.dbo.rvvlogindata
    sessionId,
    LoginTime,
    HostName,
    ProgramName,
    LoginName,
    ClientHost
    select @@spid,
    @EventTime,
    convert(nvarchar(50),@HostName),
    convert(nvarchar(300),@AppName),
    convert(nvarchar(50),@LoginName),
    convert(nvarchar(50),@ClientHost)
    END
    GO
    SET ANSI_NULLS OFF
    GO
    SET QUOTED_IDENTIFIER OFF
    GO
    ENABLE TRIGGER [LOGIN_IP_RESTRICTION] ON ALL SERVER
    GO

    Erland, I wanted to add more info to my reply earlier today.
    sp_who2 showed no blocking, activity monitor from my local PC SSMS showed no major waits or high i/o or cpu activity.
    I was wondering if you have any suggestions on how to find out what was the cause of the 5+ minute wait for SSMS on the remote desktop to respond and fully come up.
    I definitely can't put this in production with this hanging delay possibly occurring there.
    I was connecting as read_user when it hung.
    sp_who2 output at the time was:
    1     BACKGROUND                     sa   .   . NULL LOG WRITER       54631 0 04/10
    06:59:43                                              
     1     0   
    2     BACKGROUND                     sa   .   . NULL RECOVERY WRITER  8673 0 04/10 06:59:43                                              
     2     0   
    3     BACKGROUND                     sa   .   . NULL LAZY WRITER      300691 0 04/10
    06:59:43                                              
     3     0   
    4     BACKGROUND                     sa   .   . NULL RESOURCE MONITOR 1207010 0 04/10 06:59:43                                              
     4     0   
    5     BACKGROUND                     sa   .   . NULL XE TIMER         38828 0 04/10
    06:59:43                                              
     5     0   
    6     BACKGROUND                     sa   .   . NULL XE DISPATCHER    1404 0 04/10
    06:59:43                                              
     6     0   
    7     BACKGROUND                     sa   .   . master SIGNAL HANDLER   0 0 04/10 06:59:43                                              
     7     0   
    8     BACKGROUND                     sa   .   . NULL LOCK MONITOR     179978 0 04/10
    06:59:43                                              
     8     0   
    9     sleeping                       sa   .   . master TASK MANAGER     0 11 04/21
    08:37:04                                              
     9     0   
    10    sleeping                       sa   .   . master TASK MANAGER     0 0 04/10
    06:59:44                                              
     10    0   
    11    BACKGROUND                     sa   .   . master TRACE QUEUE TASK 546 0 04/10 06:59:44                                              
     11    0   
    12    BACKGROUND                     sa   .   . NULL SYSTEM_HEALTH_MO 4930 0 04/10 06:59:44                                              
     12    0   
    13    BACKGROUND                     sa   .   . NULL RECEIVE          422 0 04/10
    06:59:45                                              
     13    0   
    14    BACKGROUND                     sa   .   . master CHECKPOINT       79137 31811 04/10
    06:59:46                                              
     14    0   
    15    BACKGROUND                     sa   .   . master TASK MANAGER     1606 0 04/10
    06:59:46                                              
     15    0   
    16    BACKGROUND                     sa   .   . NULL UNKNOWN TOKEN    0 0 04/10 06:59:46                                              
     16    0   
    17    sleeping                       sa   .   . master TASK MANAGER     0 74 04/21
    08:37:04                                              
     17    0   
    18    sleeping                       sa   .   . master TASK MANAGER     0 0 04/21
    08:18:49                                              
     18    0   
    19    sleeping                       sa   .   . master TASK MANAGER     0 0 04/21
    08:30:29                                              
     19    0   
    20    sleeping                       sa   .   . master TASK MANAGER     0 1 04/21
    08:37:14                                              
     20    0   
    21    sleeping                       sa   .   . master TASK MANAGER     0 7 04/21
    08:30:59                                              
     21    0   
    22    sleeping                       sa   .   . master TASK MANAGER     16 4 04/21
    08:37:44                                              
     22    0   
    23    sleeping                       sa   .   . master TASK MANAGER     0 15 04/21
    08:39:24                                              
     23    0   
    25    BACKGROUND                     sa   .   . master BRKR EVENT HNDLR 0 95 04/10 06:59:48                                              
     25    0   
    30    BACKGROUND                     sa   .   . master BRKR TASK        0 0 04/10
    06:59:48                                              
     30    0   
    31    BACKGROUND                     sa   .   . master BRKR TASK        16926 0 04/10
    06:59:48                                              
     31    0   
    32    BACKGROUND                     sa   .   . master BRKR TASK        0 0 04/10
    06:59:48                                              
     32    0   
    34    BACKGROUND                     sa   .   . master BRKR TASK        10701 0 04/10
    06:59:48                                              
     34    0   
    51    sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    03:16:56                                              
     51    0   
    52    sleeping                       reports_adm REPORTSDEVSI2   . JBOSS_Cluster_CRServer2011 AWAITING COMMAND 0 0 04/21
    08:52:12 jTDS                                         
     52    0   
    53    sleeping                       NT AUTHORITY\SYSTEM SQLDEV2012      . msdb AWAITING COMMAND 0 0 04/10
    06:59:58 SQLAgent - Email Logger                        53    0   
    54    sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:51 Citrix:Broker#1                                54    0   
    55    sleeping                       edit_user ASDEV1          . dsa AWAITING
    COMMAND 0 0 04/21 08:55:27 jTDS                                         
     55    0   
    56    sleeping                       reports_adm REPORTSDEVSI2   . JBOSS_Cluster_CRServer2011 AWAITING COMMAND 0 0 04/21
    08:52:12 jTDS                                         
     56    0   
    57    sleeping                       reports_adm REPORTSDEVSI2   . JBOSS_Cluster_CRServer2011 AWAITING COMMAND 0 0 04/21
    08:52:12 jTDS                                         
     57    0   
    58    sleeping                       reports_adm REPORTSDEVSI2   . JBOSS_Cluster_CRServer2011 AWAITING COMMAND 0 0 04/21
    08:52:12 jTDS                                         
     58    0   
    59    sleeping                       NT AUTHORITY\SYSTEM SQLDEV2012      . msdb AWAITING COMMAND 124 242 04/10
    06:59:59 SQLAgent - Generic Refresher                   59    0   
    60    sleeping                       NT AUTHORITY\SYSTEM SQLDEV2012      . msdb AWAITING COMMAND 2790 1160 04/21
    08:55:00 SQLAgent - Job invocation engine               60    0   
    61    sleeping                       reports_adm REPORTSDEVSI2   . JBOSS_Cluster_CRServer2011 AWAITING COMMAND 0 0 04/21
    08:52:12 jTDS                                         
     61    0   
    62    sleeping                       reports_adm REPORTSDEVSI2   . JBOSS_Cluster_CRServer2011 AWAITING COMMAND 0 0 04/21
    08:52:12 jTDS                                         
     62    0   
    63    sleeping                       reports_adm REPORTSDEVSI2   . JBOSS_Cluster_CRServer2011 AWAITING COMMAND 0 0 04/21
    08:52:12 jTDS                                         
     63    0   
    64    sleeping                       reports_adm REPORTSDEVSI2   . JBOSS_Cluster_CRServer2011 AWAITING COMMAND 0 0 04/21
    08:52:12 jTDS                                         
     64    0   
    65    sleeping                       reports_adm REPORTSDEVSI2   . JBOSS_Cluster_CRServer2011 AWAITING COMMAND 0 0 04/21
    08:52:12 jTDS                                         
     65    0   
    66    sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    03:16:56                                              
     66    0   
    67    sleeping                       reports_adm REPORTSDEVSI2   . JBOSS_Cluster_CRServer2011 AWAITING COMMAND 0 0 04/21
    08:52:12 jTDS                                         
     67    0   
    68    sleeping                       edit_user DCMA10685       . dsa AWAITING COMMAND 0 0 04/21
    08:56:47 jTDS                                         
     68    0   
    69    sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:49 Citrix:Configuration                           69    0   
    70    sleeping                       rvanveen DCMA8460        . master AWAITING COMMAND 1794 7120 04/21
    08:51:37 Microsoft SQL Server Management Studio         70    0   
    71    sleeping                       xsp_user XSPDEVSI2       . xspv5 AWAITING COMMAND 0 0 04/21
    08:58:52 .Net SqlClient Data Provider                   71    0   
    72    sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:56:01 Citrix:Monitor                                 72    0   
    73    sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:30 Citrix:Monitor                                 73    0   
    74    sleeping                       rvanveen DCMA8460        . master AWAITING COMMAND 16 2 04/21
    08:53:37 Microsoft SQL Server Management Studio - Query 74    0   
    75    sleeping                       rvanveen DCMA8460        . loginaudit AWAITING COMMAND 0 22 04/21
    08:50:29 Microsoft SQL Server Management Studio - Query 75    0   
    76    sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    07:05:07                                              
     76    0   
    77    sleeping                       adm_jbossportal ASDEV1          . jbossportal AWAITING
    COMMAND 0 0 04/21 08:40:27 jTDS                                         
     77    0   
    78    sleeping                       rvanveen DCMA8460        . master AWAITING COMMAND 110 542 04/21
    08:46:17 Microsoft SQL Server Management Studio - Query 78    0   
    79    sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    07:05:56                                              
     79    0   
    80    sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:54 Citrix:MachineCreation                         80    0   
    81    sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    08:08:29                                              
     81    0   
    82    sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    07:02:13                                              
     82    0   
    83    sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    07:02:15                                              
     83    0   
    84    sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:44 Citrix:Monitor                                 84    0   
    85    sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    07:11:05                                              
     85    0   
    86    sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:53 Citrix:AdIdentity                              86    0   
    87    sleeping                       DAIWA_USA\admsql SQLDEV2012      . master AWAITING COMMAND 15 2 04/21
    08:56:20 Microsoft SQL Server Management Studio - Query 87    0   
    88    sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:36 Citrix:SiteServices                            88    0   
    89    sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:42 Citrix:Host                                    89    0   
    90    sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:47 Citrix:ConfigurationLogging                    90    0   
    91    RUNNABLE                       rvanveen DCMA8460        . master SELECT INTO    
     15 51 04/21 08:58:46 Microsoft SQL Server Management Studio - Query 91    0   
    92    sleeping                       rvanveen DCMA8460        . master AWAITING COMMAND 63 30 04/21
    08:52:34 Microsoft SQL Server Management Studio - Query 92    0   
    94    sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:53 Citrix:DelegatedAdmin                          94    0   
    95    sleeping                       DAIWA_USA\admsql SQLDEV2012      . loginaudit AWAITING COMMAND 173 27 04/21
    08:56:10 Microsoft SQL Server Management Studio         95    0   
    96    sleeping                       xsp_user XSPDEVSI2       . xspv5 AWAITING COMMAND 0 0 04/21
    08:58:33 .Net SqlClient Data Provider                   96    0   
    97    sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    08:10:07                                              
     97    0   
    98    sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 31 38 04/21
    08:00:31                                              
     98    0   
    99    sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    08:10:12                                              
     99    0   
    100   sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 282 04/21
    08:10:14                                              
     100   0   
    101   sleeping                       DAIWA_USA\admsql SQLDEV2012      . master AWAITING COMMAND 0 8 04/21
    08:56:50 Microsoft SQL Server Management Studio         101   0   
    102   sleeping                       DAIWA_USA\admsql SQLDEV2012      . master AWAITING COMMAND 31 0 04/21
    08:54:57 Microsoft SQL Server Management Studio         102   0   
    103   sleeping                       read_user SQLDEV2012      . master AWAITING COMMAND 0 8 04/21
    08:57:09 Microsoft SQL Server Management Studio         103   0   
    104   sleeping                       read_user SQLDEV2012      . dsa AWAITING COMMAND 0 0 04/21
    08:57:09 Microsoft SQL Server Management Studio         104   0   
    105   sleeping                       rvanveen DCMA8460        . tempdb AWAITING COMMAND 8875 336 04/21
    08:58:54 Microsoft SQL Server Management Studio         105   0   
    106   sleeping                       read_user SQLDEV2012      . master AWAITING COMMAND 16 0 04/21
    08:57:39 Microsoft SQL Server Management Studio         106   0   
    107   sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:47 Citrix:EnvTest                                 107   0   
    108   sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 2200 8514 04/21
    08:00:31                                              
     108   0   
    109   sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    07:05:56                                              
     109   0   
    110   sleeping                       rvanveen DCMA8460        . master AWAITING COMMAND 0 0 04/21
    08:58:48 Microsoft SQL Server Management Studio         110   0   
    113   sleeping                       Citrix_adm CTXDEVSI1       . XenApp6 AWAITING COMMAND 284 777 04/21
    08:51:33 Citrix IMA                                     113   0   
    119   sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:42 Citrix:ConfigurationLoggingData                119   0   
    120   sleeping                       AMERICAS\CTXDEVDCSI1$ CTXDEVDCSI1     . CitrixXDFarm1 AWAITING COMMAND 0 0 04/21
    08:58:26 Citrix:Storefront                              120   0   
    125   sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/16
    13:55:16                                              
     125   0   
    126   sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 16 0 04/16
    11:25:30                                              
     126   0   
    131   sleeping                       echouliak DCMA10685       . master AWAITING COMMAND 139 8 04/14
    15:26:55 Microsoft SQL Server Management Studio         131   0   
    135   sleeping                       echouliak DCMA10685       . dsa AWAITING COMMAND 0 0 04/14
    15:24:52 Microsoft SQL Server Management Studio - Query 135   0   
    136   sleeping                       echouliak DCMA10685       . dsa AWAITING COMMAND 0 0 04/14
    15:00:17 Microsoft SQL Server Management Studio - Query 136   0   
    140   sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    07:05:56                                              
     140   0   
    145   sleeping                       edit_user INFADEVFS2      . dsa AWAITING COMMAND 0 0 04/21
    07:05:56                                              
     145   0   

  • I recently upgraded to the latest version of FF and now when using a webmail client I am routinely logged out when I try to search e-mail. Why? I go to IE and it works... but, I hate IE.

    I recently upgraded to the latest version of FF and now when using a webmail client I am routinely logged out when I try to search e-mail. It works in IE, but I don't like or want to use IE.
    == This happened ==
    Every time Firefox opened
    == Today

    Unstable means it can vary in stability day by day as it can be crash prone to being stable. Features can be a work in progress for a while. The May 24 Nighty build was crash prone for a lot of testers for example.

  • Automatic update doesn't work for limited account in windows XP sp3

    Hello,
    When I try update firefox using search for update in "about firefox" window with a limited account in Windows XP sp3, it searched (circle is running) then nothing happens (circle continues running with the text "search for update" continues showing). Automatic update never happens too even with option "install automatically updates" checked. The option "Use a background service for install updates" is checked too. This behaviour begins with Firefox 29 (Australis theme). Updates worked on previous version. I used Firefox with French localization so maybe my translation of menus, options and buttons are not right. I try to give "modify" rights for the limited account on "Mozilla Firefox" folder and "Mozilla Maintenance Service" folder but it doesn't work too. Is it a known bug ? I found on bugzilla this ( https://bugzilla.mozilla.org/show_bug.cgi?id=711475 ) but it is said resolved fixed. Or there is an another solution ? Thanks for your support.

    I used full installers for install Firefox. Reinstallations (uninstallation, restart pc then installation) with limited account and administrator account don't allow automatic updates for limited accounts. Only automatic updates for administrator account worked and work for both of reinstallations. Manual updates work but don't solve this problem.

  • Speakers not working for Skype only on Windows 8.1

    My speakers or headphones are not working for Skype desktop but work fine for any music or videos or other programms. Any help to resolve it? in Tools>Options>Audio Settings> headphones does not show up. Everything was working fine but it just happend a day before., i havent installed any program that could make problem.

    This is very strange because, as you are saying this happened without any change to any software on your computer. I suggest the following:
    1. To help the team analyze the issue, provide logs as described in this link  under Skype for Windows Desktop and attach it to your post.
    2. As an interim solution you can try using a virtual audio device that will be a middle man between skype and your physical audio device.

  • Master opt-in didn't work for every contact record on import

    Question:
    A client recently imported a list and set the contacts to Y in the master opt-in field.  Not all contacts however auto opted in.
    Wondering if anyone else has had a problem like this?
    Answer:
    If some of the contacts from the list that was imported were already present in the Customers database and they didn't have an opt in status, the master opt-in field will not be able to change that through the import/update process.

    That is weird. I can't figure out why [http://maps.bing.com Bing Maps] won't hold a thumbnail but I do know why iCloud.com can't. It's because Firefox doesn't save thumbnails for sites that have https:// addresses. HTTPS is used by sites for security reasons. And last year there was a issue w/ Firefox saving thumbnails of HTTPS web pages, that when these thumbnails were enlarged or zoomed in, you could see privacy sensitive details like banking info, etc. This was b/c Firefox took random thumbnail screenshots anytime during the https:// site visits instead of just saving a thumbnail of only the very 1st visit to the https:// page and then taking no more thumbnails for that site.
    But my idea above maybe not be fool-proof either. B/c if you have already saved your password and username for the https:// site to auto-login, then the very 1st page for the https:// site could contain sensitive personal info and get included in the thumbnail.
    So I believe they are working on a solution to fix this problem.
    Could you list the other 6 of the 9 sites you mentioned don't save thumbnails so someone else can test them?

  • The rotation feature works for every app on my iPad except mail.  Mail always rotated just as everything else did until recently.  I have no idea what I might have done to change this.

    The rotation feature on my iPad works for all apps except my mail.  I've had this iPad for at least a year and this problem came up a few days ago.  Mail always rotated and I can't think of anything I've done differently to cause this change.

    Reboot the iPad and see if that helps.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    If  that doesn't help, quit the mail app completely and restart the iPad.
    Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Why doesn;t Safari work anymore on Facebook messenger Video calls?  We used to use it when we were travelling and need it again on Safari or do we have to buy WINDOWS PRODUCTS NOW?

    MESSENGER ON FACEBOOK TELLS ME SAFARI does not work for video calls or messages any more and to swap to a Windows or Google Chrome to use.  Is this true?

    Try another browser as a test.
    Firefox

  • CF10 64bit  Apache connector (mod_jk.so) does not work for Apache2.4.3 (windows)

    CF10 64bit  Apache connector (mod_jk.so) does not work for Apache2.4.3 (win64), where can I get a module that works?
    I get this error from Apache :
    C:\www\Apache2.4\bin>httpd -t
    httpd: Syntax error on line 741 of C:/www/Apache2.4/conf/httpd.conf: Syntax error on line 2 of C:/www/Apache2.4/conf/mod_jk.conf: Cannot load C:\\ColdFusion10\\config\\wsconfig\\1\\mod_jk.so into server: The specified procedure could not be found.
    I have already tried manually extracting the pre-built mod_jk22.so from the wsconfig.jar with same results.
    If I switch to Apache 2.2.22 64bit, it does work.  what I need is to be able to run on Apache 2.4.

    Please check out this link.
    http://rob.brooks-bilson.com/index.cfm/2012/2/21/Installing-ColdFusion-10-with-Apache-on-W indows
    In this link, they are configuring with Apache 2.2 only.
    When we were working colfusion 9 with Linux and apache, we had the same problem, it will work when it connect to Apache 2.0 but not with Apache 2.2 version.

  • PAM_CONV not working for SSH logins

    I have a problem implementing PAM_CONV for SSH logins on Solaris 9 with the latest OS patches. I am using my own PAM module.
    I am trying to utilize PAM_CONV from pam_sm_acct_mgmt.
    I am using the following definition in /etc/pam.conf :
    other account optional pam_gabi.so
    Here is how I use PAM_CONV from pam_sm_acct_mgmt :
    #include <security/pam_appl.h>
    #include <security/pam_modules.h>
    #include <syslog.h>
    void gabi_pam_free_msg (int num_msg,
    struct pam_message **msg);
    void gabi_pam_free_resp (int num_msg, struct pam_response *resp);
    int gabi_pam_conv (int (*conv_funp)(), int num_msg,
    char **messages,
    struct pam_response **resp);
    #define PAM_MSG(pamh, number, string)\
    (char *) __pam_get_i18n_msg(pamh, "pam_unix", 3, number,
    string)
    void gabi_pam_free_msg (int num_msg, struct pam_message *msg)
    if (msg && num_msg > 0) {
    while (num_msg--) {
    if (msg[num_msg].msg)
    free((void*)msg[num_msg].msg);
    free(msg);
    void gabi_pam_free_resp (int num_msg, struct pam_response *resp)
    int i;
    struct pam_response *r;
    for (i = 0, r = resp; i < num_msg && r; i++, r++) {
    if (r->resp) {
    free(r->resp);
    if (resp)
    free(resp);
    extern
    int pam_sm_acct_mgmt (pam_handle_t *pamh,
    int flags,
    int argc ,
    const char **argv)
    char message[PAM_MAX_NUM_MSG][PAM_MAX_MSG_SIZE];
    char *pmessage = &message[0];
    struct pam_response *ret_resp;
    struct pam_conv *pam_convp;
    int rv=0;
    syslog(LOG_WARNING, "pam_sm_acct_mgmt");
    memset(&message[0],0x00,PAM_MAX_MSG_SIZE);
    if (pam_get_item(pamh, PAM_CONV, (void*)&pam_convp) == PAM_SUCCESS) {
    syslog(LOG_WARNING, "pam_sm_acct_mgmt: PAM_CONV
    == PAM_SUCCESS");
    (void) snprintf(message[0],sizeof (message[0]),
    (const char *) PAM_MSG(pamh,
    1,"pam_sm_acct_mgmt : "));
    rv=gabi_pam_conv(pam_convp->conv, 1, &pmessage,
    &ret_resp);
    syslog(LOG_WARNING, "pam_sm_acct_mgmt:seos_pam_conv
    returned rv=%d",rv);
    else
    syslog(LOG_WARNING, "pam_sm_acct_mgmt: PAM_CONV !
    = PAM_SUCCESS");
    return PAM_IGNORE;
    int gabi_pam_conv (int (*conv_funp)(), int num_msg, char **messages,
    struct pam_response **resp)
    struct pam_message *msg;
    int retcode, i;
    struct pam_response *ret_resp = NULL;
    msg = (struct pam_message *)calloc(num_msg, sizeof(struct
    pam_message));
    if (msg == NULL)
    return PAM_BUF_ERR;
    for (i = 0; i < num_msg; i++) {
    char nl = 0;
    msg.msg = (char *)malloc(PAM_MAX_MSG_SIZE);
    if (resp && (i == num_msg - 1)) {
    msg[i].msg_style = PAM_PROMPT_ECHO_OFF;
    ret_resp = *resp;
    nl = '\0';
    else
    msg[i].msg_style = PAM_TEXT_INFO;
    snprintf(msg[i].msg, PAM_MAX_MSG_SIZE, "%s%c",
    messages[i], nl);
    retcode = conv_funp(num_msg, &msg, &ret_resp, NULL);
    syslog(LOG_WARNING, "seos_pam_conv: conv_funp returned
    retcode=PAM_SUCCESS=%c",
    ((retcode == PAM_SUCCESS) ? 'Y' : 'N'));
    gabi_pam_free_msg(num_msg, msg);
    if (resp)
    *resp = ret_resp;
    else
    gabi_pam_free_resp(num_msg, ret_resp);
    return retcode;
    I compile the source file like :
    cc -K pic -I. -c -o <obj_file> <src_file>
    cc -o pam_gabi.so -G -h pam_sample.so.1 -z text -z defs
    -Bsymbolic <obj_file> -lc -lpam -lnsl
    I copied pam_gabi.so to /usr/lib/security.
    From a remote machine I run :
    ssh -l <user_id> my_machine (<user_id> is a regular user)
    I expect to get prompted with "pam_sm_acct_mgmt :" after I put in the
    user password but I never see it and I am logged in successfully.
    If I try :
    rlogin -l <user_id> my_machine
    I do get the "pam_sm_acct_mgmt :" prompt after providing the user's
    password and login successfully.
    The syslog messages show that 'conv_funp' in gabi_pam_conv
    returned PAM_CONV_ERROR when called for the SSH login and
    returned PAM_SUCCESS when called for the rlogin.
    Kerberos is NOT installed on my Solaris 9 system.
    Can anyone please explain this behavior ?
    Thanks,
    Gabi

    After reading a little about this it looks like you have users enter user exec mode by default and after typing "enable" then entering the TACACS+ password you probably get denied.  If this is the case you are kind of left to your own devices.  I'll provide you some information and let you determine the best course.
    R1(config-line#) privilege level [0-15] 
    This line sets the privilege level of users that are logging in via SSH or other teleterminal services.
    Here is an excerpt from the documentation for tac_plus provided at http://www.shrubbery.net/tac_plus/
    CONFIGURING ENABLE PASSWORDS
    The default privilege level for an ordinary user on the NAS is usually
    1. When a user enables, she can reset this level to a value between 0
    and 15 by using the NAS "enable" command. If she doesn't specify a
    level, the default level she enables to is 15.
    You can enable via tacacs+ e.g. by configuring on the NAS:
            aaa authentication enable default tacacs+
    then whenever you attempt to enable, an authentication request is sent
    with the special username $enab<n>$ where <n> is the privilege level
    you are attempting to enable to.
    (Note: in order to be compatible with earlier versions of tacacs, when
    the requested enable level is 15, the daemon will also try the
    username $enable$ before trying username $enab15$).
    For example, with the above declaration, in order to enable on the
    NAS, you need a user declaration like this one, on the daemon:
    user = $enab15$ {
        login = cleartext "the enable password for level 15"
    Note: Be aware that this does have the side effect that you now have a
    user named $enab15$ who can then login to your NAS if she knows the
    enable password.
    Here is a similar declaration allowing users to enable to level 4:
    user = $enab4$ {
        login = des bsoF4OivQCY8Q

  • Sound works for all programs in Windows 7 (64-bit) except iTunes (64-bit) which stopped working after months of working fine.

    Sound works fine for all programs on Windows 7 (64-bit) except recently 64-bit iTunes just stopped working.  I believe the sound stopped right after downloading the 10.5.1.42 version of iTunes.

    Sir,
         I had the same problem with itunes 10.5 with creative labs sound card.  The only way I could solve it was to use the built in sound on my video card.  But needless to say I have a very high end video card, I have the NVIDIA GTX 580.  And after I used the sound on my video card everything worked great.

  • I have partitioned my time capsule, but I can't get it to work as a Time Machine back up and permanent media server for both mac and PC. What format do I need to partition the drive to so that it works for both mac and windows and so that it will be visab

    I have partitioned my time capsule, as I want part of it to act as a media server for both mac and windows. However I don't know what format that I need to partition it to. I also can't make it a permanently accesible drive. I want to restore the drive to the original format (which I don't know) and start again and re-partition the drive in a format that can be used for media by both mac and PC and for time machine back-ups and make the media part of it permanetly accesible so I can add and acccess my files.
    Thanks

    You are mixing up a couple of things here.
    The TC drive cannot be partitioned without removing it.. did you do that?
    If you partition it you must use a Mac disk utility and use the HFS+ ie standard Mac format. And GUID partition table not windows type.
    You can select erase disk in the airport utility.. that will take the disk back to original format. No partitions. TC is deliberately not partitioned as it is not a media server.. it is a backup device for TM. Over time .. the disk will be filled with TM backups so you have a long history of file changes to your computer.
    There is no media server in the TC.. it is merely disk storage.. you can serve files from it to a media device.. but the TC itself is dumb as dumb.
    Now the actual format of the drive is irrelevant to the PC.. The TC offers SMB file services to the network. You can copy files to and from the TC as if it was a local disk without caring one iota about the format. The TC handles that .. it is not a local disk .. it is a network drive.
    Although you cannot partition the TC. you can still copy files to it.. this does have implications for TM.. but as long as there is plenty of free space should not be a major issue.
    You can create a disk image via the disk utility in a Mac.. and as stated you can create partitions if you do it on a Mac with the disk directly connected which means breaking warranty if any exists on the TC.

  • How to install DB6(DB2 for LUW) on a windows 2008 R2 failover cluster NodeB

    Hi Gurus,
    I am building a ECC6 EhP4 cluster on windows 2008 R2, I am following the installation guide chapter 7(document name: Installation guide SAP ERP6.0 EhP4 Ready SR1 ABAP on windows: IBM DB2 for Linux, Unix and Windows). But the step listed in the guide are not so clear and I have trouble for the database installation on the second node.
    What I have done is:
    1. 7.4.1 Preparing the database for MSCS step1 and 3
    2. 7.4.2 Windows Server 2008: Creating the sap services and application
    3. 7.4.3 Installing the central services Instance for ABAP (ASCS)
    4. 7.4.4 Configuring the first MSCS node
    5. 7.4.5 Installing the database instance on an mscs node(as i have done 7.4.1, i got some error in this step, then i checked some note and in note 1493410, it mentioned don't do step 7.4.1, so I uninstall the DB2, and get this step finished)
    6. 7.4.6 Configuring the database for MSCS
    7. 7.4.7 Configuring the Additional MSCS Node
    8. 7.4.8 Installing an Enqueue Replicaiton Sever
    9. 7.4.9 Installing the central instance
    10. 7.4.10 Installing the dialog instance
    Now I got problem on the database group, I cannot fail this to the second node. the DB2 Server resource cannot bring online to the second node. I think step 1, 4 and 5 may has some issue, but I don't know how should I install this database.
    note 1493410's word confusing me, below is part of that note:
    Chapter "Preparing the Database for MSCS"
    You must not apply this chapter at the beginning of the installation. Instead, start the installation process with the next chapter "Configuring the First MSCS Node"
    Follow the instructions in chapter "Preparing the Database for MSCS" in the exit step described in the chapter "Installing the Database Instance on an MSCS Node" before executing the db2mscs tool on the additional MSCS node only.
    Point "3. Install all required operating system users ..." of this chapter is obsolete.
    Anyone think my cluster still have chance to be fixed or I need rebuild it from scratch again. If I need build it again, I still don't know how to do the database installation on the second node
    BR,
    Peter

    Hi pal,
    Have you identified Ips and group  names on which your sap application and DB should run..
    I will give a overview...
    Exam ples -
    NODE A                  - 192.168.x.1
    NODE B                   - 192.168.x.2 are the one which you idetify physical systems
    1) Identify the drives you want to map for application and DB and make a partation and name the drives
    2) Initially  create Microsoft cluster service which creats cluster group----
    CLUSTER GROUP   - 192.168.x.3 - Cluster name could be any thing meaningful...
    Quorum  disk          - 192.168.x.4 - 1 Gb drive
    In point 2 if you are creating Cluster service with Heart ips you will naother ips for NODE A and NODE B ( 10.0.0.1 and 10.0.0.2)
    3) Test and validate cluster configuration and ensure no erros are reflected
    Above activities can be done with the help of OS Admin....
    Now start working with SAP installation, even before that identify 2 names and ip address for SAP installation
    Application group name can be as follows  --
    APPLPRD - 192.168.-x..5
    Database group name can be as follows -
    DBPRD - 192.168.x.6
    You when you identify above drives for file systems and groups , you can start installation as mentioned in th guide...
    Also let us know if you atrying to install EHP4  or EHP4.. as there some corrections to be followed in EHP4..
    Open a new thread if you facing futher issues...
    thanks,
    rahuk

Maybe you are looking for

  • Windows Vista setup

    Hi, I have Windows Vista Home Premium 32 bit version installed on my laptop and I have lost my recovery CD. I want to format my PC and set-up windows VISTA again. Please let me know how it can be done. I have also contacted Sony service center and th

  • I need to know how to active my ipad , the ipad is asking me for the old apple ID but i don have it ,and i don't remember it can any one help?

    i need help please!!!

  • Two Internal Tables for ALV Grid

    Hi Gurus, I have a little problem here. I have a report to display cost of production. The rows is about 50 displaying amount in dollars (currency fields). I have this in ALV Grid. But my problem is that the last 4 lines of the report are not currenc

  • Iterator vs. ResultSet

    Hi all, I need some help on this topic. How can I access the database with an Iterator pattern instead of using ResultSet.next()? If we use Iterator, will the data still be availble even if the connection to database closed? Thanks in adv chanh

  • Sccm 2012 - patch sync failed

    Hi, Recently i updated the proxy account details and verified it is successfully connecting. But when i sync software update i get the below error. Please advice Sync failed: UssCommunicationError: WebException: The remote server returned an error: (