Issue with Display Profiles

Hi eb,
I have a problem with Display profiles. When 2 users are log in, my display profil switch to "Generic RGB" and I cannot change it to any other profil.
When I restart and log in one user - everything is ok. When I log in second user display profile set to Generic RGB and issue start. When I log out one of them situation is same and issue persist.
I tryed run Color Sync Utility > Profile First Aid , but no problems found.
Had anybody same issue?
THX for ur help.

Found a temporary solution! Here's the article: http://www.macworld.com/weblogs/macosxhints/2006/02/fuscolor/index.php
Thanks to Niel from the thread at http://discussions.apple.com/thread.jspa?messageID=4776564&#4776564
Hopefully the long-term fix is on it's way...
Good luck!

Similar Messages

  • Issue with displaying summary in the Page Bottom

    Hi Friends,
    I have an issue with displaying summary in the page bottom. for this i am using command BOTTOM and ENDBOTTOM in Main Window.
    I designed 2 pages are First and Next, in the first it displays PO Header details and Item details in the Main window and also Item details continuious in the Next Page also.
    If the lines are enough in Bottom then it displays the summary. But if the lines are not enough in bottom then it does not trigger the new page, so that it doesn't displays the Summary in Bottom.
    for ex: Total lines of the page 50 and Bottom required 15 lines. In the next page contains upto 35 lines, it triggers the Bottom.
    But if the lines are more than 35 and below than 50, it does not trigger the new page so that it does not shows the bottom.
    Please help me on the same, this is very urgent.I will give a rewatrd if it is helful.
    Regards,
    Subbarao

    HI,
    Try with printing the bottom data with Protect and ENDPROTECT along with your Bottom and endbottom.
    Eg: Protect
    bottom
    text
    endbottom
    endprotect.
    Regards,
    Venkatesh

  • Issue with displaying Unicode Characters returned by a webservice

    Hi, We are developing a mobile application which provides multi language selection (Arabic & English). but we are having an issue with displaying returned JSON which has Arabic text. The output we get is as below. Our .net client throws the following
    exception. Appreciate your kind help and thank you in advance.
    [net_WebHeaderInvalidControlChars]
    Arguments:
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.7.60408.0&File=System.Net.dll&Key=net_WebHeaderInvalidControlChars
    Parameter name: name”
    Returned JSON:
    https://72.44.81.184/~shababcapital/wp-json/posts?type=news&lang=ar
    Connection ? Keep-Alive
    Content-Type ? application/json; charset=UTF-8
    Date ? Fri, 27 Feb 2015 03:35:43 GMT
    Keep-Alive ? timeout=1, max=100
    Last-Modified ? Thu, 26 Feb 2015 14:43:55 GMT
    Link ? <http://72.44.81.184/~shababcapital/wp-json/posts/131>; rel="item"; title="387 Ù?اعب Ù?Ù?اعبة ضÙ?Ù? فعاÙ?Ù?ات اÙ?تدرÙ?ب اÙ?Ù?ستÙ?ر Ù?اÙ?تشاف اÙ?Ù?Ù?اÙ?ب اÙ?رÙ?اضÙ?Ø©", <http://72.44.81.184/~shababcapital/wp-json/posts/119>;
    rel="item"; title="387 Ù?اعب Ù?Ù?اعبة ضÙ?Ù? فعاÙ?Ù?ات اÙ?تدرÙ?ب اÙ?Ù?ستÙ?ر Ù?اÙ?تشاف اÙ?Ù?Ù?اÙ?ب اÙ?رÙ?اضÙ?Ø©", <http://72.44.81.184/~shababcapital/wp-json/posts/118>; rel="item";
    title="اÙ?جÙ?در Ù?ؤÙ?د استÙ?رار "اÙ?شباب Ù?اÙ?رÙ?اضة" فÙ? دعÙ? Ù?سÙ?رة اÙ?Ù?راÙ?ز اÙ?شبابÙ?Ø©", <http://72.44.81.184/~shababcapital/wp-json/posts/117>; rel="item"; title="اÙ?جÙ?در
    Ù?Ø´Ù?د بدÙ?ر اÙ?Ù?راÙ?ز اÙ?شبابÙ?Ø© فÙ? تطبÙ?Ù? رؤÙ?Ø© Ù?اصر بÙ? Ø­Ù?د فÙ? احتضاÙ? اÙ?شباب", <http://72.44.81.184/~shababcapital/wp-json/posts/55>; rel="item"; title="اÙ?جÙ?در: Ù?دفÙ?ا
    تحÙ?Ù?Ù? أفضÙ? فرص استثÙ?ارÙ?Ø© Ù?Ù?Ø£Ù?دÙ?Ø© اÙ?Ù?Ø·Ù?Ù?Ø© Ù?Ù?بارÙ? اÙ?Ù?شرÙ?ع اÙ?جدÙ?د", <http://72.44.81.184/~shababcapital/wp-json/posts/45>; rel="item"; title="اÙ?جÙ?در Ù?Ø´Ù?د بدÙ?ر
    اÙ?Ù?راÙ?ز اÙ?شبابÙ?Ø© فÙ? تطبÙ?Ù? رؤÙ?Ø© Ù?اصر بÙ? Ø­Ù?د فÙ? احتضاÙ? اÙ?شباب"
    Server ? Apache
    Transfer-Encoding ? chunked
    X-Content-Type-Options ? nosniff
    X-Pingback ? http://72.44.81.184/~shababcapital/xmlrpc.php
    X-Powered-By ? PHP/5.4.24
    X-WP-Total ? 6
    X-WP-TotalPages ? 1

    I originally downloaded it using IE and viewed the content in Fiddler.  Use this code to get the content:
    string url = "https://72.44.81.184/~shababcapital/wp-json/posts?type=news&lang=ar";
    HttpBaseProtocolFilter MyFilter = new HttpBaseProtocolFilter();
    MyFilter.IgnorableServerCertificateErrors.Add(Windows.Security.Cryptography.Certificates.ChainValidationResult.InvalidName);
    HttpClient request = new HttpClient(MyFilter);
    string response = await request.GetStringAsync(new Uri(url));
    MyContent.Text = response;
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Issue with displaying Greek characters in Oracle 11.1

    Hi,
    We are having issues with display of Non-English language (for ex Greek) text on Pega-PRPC. The text is stored in a reference table in Oracle DB. However there is not need of translation in PRPC as it has the capability of displaying non-english language also.
    I believe that it is a issue with DB settings, although not sure of what is the setting.
    Below is the result after running the query: select * from nls_database_parameters
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CURRENCY     $
    NLS_ISO_CURRENCY     AMERICA
    NLS_NUMERIC_CHARACTERS     .,
    NLS_CHARACTERSET     AL32UTF8
    NLS_CALENDAR     GREGORIAN
    NLS_DATE_FORMAT     DD-MON-RR
    NLS_DATE_LANGUAGE     AMERICAN
    NLS_SORT     BINARY
    NLS_TIME_FORMAT     HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY     $
    NLS_COMP     BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSE
    NLS_NCHAR_CHARACTERSET     AL16UTF16
    NLS_RDBMS_VERSION     11.1.0.6.0
    Please help.

    869852 wrote:
    Hi,
    We are having issues with display of Non-English language (for ex Greek) text on Pega-PRPC. The text is stored in a reference table in Oracle DB. However there is not need of translation in PRPC as it has the capability of displaying non-english language also.
    I believe that it is a issue with DB settings, although not sure of what is the setting.
    The first question that needs to be answered is whether the problem is a data storage problem or data presentation problem.
    The query below will answer this question.
    SELECT ASCIISTR(greek_column) from greek_table where key_id = <specific_value>;

  • Performance Issue With Displaying Candidate Details for iRecruitment

    We are in EBS R12.1.3 when we trying to display the Candidate Details page in iRecruitment iRecruitment >vacancies>applicants> click on applicant>   the page spins for  a quite whille to show the results and some times we see the 500 errors..
    We are in R12.1.3 and also applied the  Patch.10427777:R12.IRC.B patch.. is there any  tunnign steps for the iRecruitment  page=/oracle/apps/irc/candidateSearch/webui/CmAplSrchPG

    You have already applied the patch mention in note: Performance Issue With Displaying Candidate Details Page in 12.1.3 (Doc ID 1293164.1)
    check this note also Performance Issue when Clicking on Candidate Name (Doc ID 1575164.1)
    thanks

  • Issue with displaying text in BEx

    Hi all,
    We are facing an issue with displaying text in the query output.
    We have a master data carrying charac ' 0MATERIAL'.When i do maintain master data ,I am able to see medium description in the output.
    Now when i drag 0MATERIAL in bex designer and in properties set display to key and text(medium text), it shows me only the key and it shows some wierd text which is in no way related to the medium description ( that was shown under maintain master data)
    can anyone pls tell me why i am not able to see the medium description when executing the query that too when the text is loaded.
    Pls help
    Regards,
    Suchitra

    But what i wouldlike to know is what about the master data which is present in 0MATERIAL now?
    Nothing will happen to your data.
    Its showing there ...dosent that mean its present and activated?
    They are present n in active version.
    If u change any records they will be in M version..by activating the data...u are converting it to A version.
    Regards,
    Ram.

  • Issue with color profile image processing

    Their seems to an issue with the iPhone displaying an image which has a Color profile of: Generic HDR Profile. The image appears very dark and nearly unviewable. This has been frustrating to trouble shoot becasue the image will display correctly on the computer, but when it is viewed on the iPhone it looks completely different. When images have other color profiles such as sRGB the images will look the same on both platforms. When an image has a Generic HDR color profile it will not display correctly on the iPhone. 
    Anyone else come across this problem?

    When PSE gets weird, the first thing to do is to reset the preferences. Go to the editor preferences>general, click this button and restart the editor:

  • Issue with Agent Profile from AM 70 OpenSSO interesting issue

    Hi All,
    I have a specific scenario and if it is not possible then ugrade from AM 7.0 to OpenSSO cant be true.
    I have issue with the agent profiles (BTW I am not doing upgrade from AM 7.0 to OpenSSO but its a fresh OpenSSO install)
    In AM 7.0 Agent profile is like this (below is the exact export from the AM 7.0)
    dn: uid=Test-Agent,ou=agents,o=am
    sunIdentityServerDeviceStatus: Active
    uid: Test-Agent
    objectClass: sunIdentityServerDevice
    objectClass: iplanet-am-user-service
    objectClass: top
    objectClass: iPlanetPreferences
    sunIdentityServerDeviceType: Agent
    cn: default
    sunIdentityServerDeviceVersion: 2.2
    userPassword: {SSHA}1w9aOfz1D4bypX292YT2oObVee34BWkgSB3IXQ==
    Below is exact import into the OpenSSO (I created this LDIF using my script)
    dn: ou=Test-Agent,ou=default,ou=OrganizationConfig,ou=1.0,ou=AgentService,ou=services,o=am
    ou: Test-Agent
    sunsmspriority: 0
    sunserviceID: 2.2_Agent
    sunKeyValue: sunIdentityServerDeviceStatus=Active
    sunKeyValue: sunIdentityServerDeviceKeyValue=
    sunKeyValue: description=
    objectClass: sunServiceComponent
    objectClass: top
    sunKeyValue: userpassword={SSHA}1w9aOfz1D4bypX292YT2oObVee34BWkgSB3IXQ==
    Now you can see the issue in AM 7.0 the password is stored as "userPassword: {SSHA}1w9aOfz1D4bypX292YT2oObVee34BWkgSB3IXQ==" where by directory server userpassword is SSHA encrypted VS in opensso it is "sunKeyValue: userpassword={SSHA}1w9aOfz1D4bypX292YT2oObVee34BWkgSB3IXQ==" which OpenSSO doesnt like .. :)
    If i create a Agent from the opensso Console then Agent create a password using AES encryption and and that works fine even when I import my above LDIF and update the password using the OpenSSO console it also works. The issues I have this I dont know all of the Agent clear text password and I only have the LDIF to work with. Any thought !! Please let me know I am stating to believe that the upgrade from AM 7.0 to OepnSSO will have the same issue which i have not tried yet.
    Anythoughts or ideas are very welcome !
    -Haris

    Configuring the agent like this, ie importing a ldif file is not supported and can lead to unexpected results as you have observed. Just do it in a supported way and change the password for the agent if you don't know it. As the administrator you are supposed to know the password or have the power to reset it.

  • Issue with display of decimal places

    Hi,
    In our custom built components we are facing a strange issue with the display decimals  where the data type of an element is "QUAN - Quantity field, points to a unit field with format UNIT".
    If the element has a value of 3000.000 KG the value is displayed as 3000. Where as for an element which has a value 3000.123 KG the same is displayed as it is with the decimals. We tried to resolve the issue by using Text editor or Input field as read only but in vain. The display property in the context are set to default.
    If we change the element data type reference to "Dec - Counter or amount field with Comma and Sign" then all the values are displayed with the decimal places even if decimals are zero.
    As a result we are facing alignment issues for the various quantity related elements displayed on the screen.  To change the underlying data type of the element is a not a solution for us as the data type quan is required for conversion from one unit to another unit.
    Can someone please advise how we could resolve this issue.  We are on NW 7.0 + EHP4 + NW 7.01 SP4, kernel patch level 55 for 7.01
    Regards
    Rohit Chowdhary

    Jameel, Thanks for the answer but this is a not a solution for us. We have around 40-50 webdynpro components and with mutliple views referring to this data element / domain combination. More so the context are bound to database tables / structures . 
    I hope to get a reply from Thomas on possible solution for this. I am not sure if I can open an support ticket for this issue.
    Rohit Chowdhary

  • Internet Explorer 11 issue with displaying value in confirm password text box

    I have one Website which has deployed on Windows 2008 R2 server.
    I have one issue with one Web Page... In my Web page have 3 Text boxes for Passwords like -
    Login          :
    Password     :
    Confirm Password :
    So in this case, when this page load all data fills properly excluding confirm password.
    "Confirm Password" text box always shows Blank. This text box already filled through code as per database value, but not shown value in this text box.
    But same value is showing in first "Password" text box properly.
    This problem occurred in IE 10 and 11 only. Same page is showing properly on other browsers and IE8 also.
    Can you please give me any solution on this issue ?

    Hi,
    For the issue,I would like to confirm if the issue is related to compatibility.
    Please try to use compatibility mode use F12 to check IE8 mode will work.
    For reference about compatibility mode:
    http://blogs.msdn.com/b/ie/archive/2010/10/19/testing-sites-with-browser-mode-vs-doc-mode.aspx
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Issue with displaying ADOBE forms using ABAP dynpro

    Hi all,
    We are trying to display the adobe form in the portal using ABAP dynpro. but as i test the application in R/3 it throws the dump in ST22. if i see that dump it says  Uncaught exception in ADS, forms are not interactive, data can be provided on interactive forms only. But if we try the same aplication using Java dynpro it runs successfully.
    What can be the issue, is there any problem with ADS configuration.
    Its urgent. Please provide some inputs.
    Thanks and Regards

    Thanks Abhi,
    I checked  displayType it is already native and form type also ZCI. still there is same problem
    In st22, it shows exception as
    Error analysis                                                                               
    WebDynpro Exception:                                                                        
        The cause of the exception was:                                                                               
    ADS: com.adobe.ProcessingException: PDF is not interactive.  Data can only be                
        imported into interactive forms                                                                               
    thanks

  • RichFaces: Issue with displaying Dynamic panel

    {color:#0000ff}Hi ,
    My requirement is that, i have a page with four links. On clicking on each link, i should display a table and a textfield to filter out the table results.
    To make it generic i am generating the table and filter fields dynamically and binding to a <rich:panel>
    <rich:panel id="manageUsersPanel" styleClass="surveyPanel">
    <rich:panel binding="#{adminUsersDataBean.searchTablePanel}" />
    </rich:panel>The binding #{adminUsersDataBean.searchTablePanel} is of type HtmlPanel.
    It has two child components HtmlPanelGrid and HtmlDataTable.
    and finally rendering the panel on clicking on each link.
    Now the issue is, By the moment i click on any link and reRender the panel it is not showing up.
    If i do F5/ Ctrl + F5 i am able to see the table and other fields.
    Surprisingly if a place any richfaces tags (some <h:outputtext> /<a4j:commandButton> any code) it is coming.
    Only the dynamic binding value is not refreshing.
    Some body please help me out to sortout the issue.
    Thanks in advance.
    Thanks
    Venkat{color}

    i found solution to this problem..
    use <af:iterator>r instead of af:forEach
    bind <af:iterator> to collectionModel
    <af:iterator id="i3"
    value="#{bindings.VO_DA1.collectionModel}"
    var="ls">
    <af:outputText value="#{ls.AREASECTOR}" id="ot8"
    binding="#{backing_Home.ot8}" truncateAt="0"/>
    </af:iterator>
    Regards
    Manav Ratra

  • Issue with displaying international characters returned by Search And Promote.

    Hi,
         I am trying to display international characters being returned by Search and Promote. The actual text returned by S&P is televisión, while the one being displayed is televisión
    I am usging r.get() to fetch values returned by S&P. The issue is only with data returned by S&P. Local international texts are being properly displayed.
    Thanks in advance!

    Thanks Sham! Found the fix. I am checking for invalid characters in the byte stream and then applying corresponding encoding.
    This method checks for invalid characters.
    public static boolean isValidUTF8( byte[] input ) {
        CharsetDecoder cs = Charset.forName("UTF-8").newDecoder();
        try {
            cs.decode(ByteBuffer.wrap(input));
            return true;
        catch(CharacterCodingException e){
            return false;
    This statement performs corresponding encoding.
    String utf8 = new String(inputString.getBytes(encoded format), Charset.forName("UTF-8"));

  • IMac issues with displaying Internet images

    Recently my iMac hasn't been displaying some images on the Internet correctly. For example the header of bbc.co.uk/news looks like a TV searching for a scrambled signal, but the rest of the images on the page are fine. There are a few other sites that I'm experiencing the same issue. When I try to save those images, they download with the same scrambled effect. I'm not sure what caused it to do this, but it also started on my Macbook Pro a few days after. It's not the browser because the same thing happens on Chrome, Safari and Firefox. I've tried resetting the cache and PRAM but to no success. Both computers are running OS X 10.9.
    I'm not sure how to attach a file on this forum, but here is an imgur link to a screen shot of the problem http://imgur.com/7hGFSqE.
    If anyone has seen something like this, please let me know.
    Regards,

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, or by corruption of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and Wi-Fi on certain models.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Issues with Display of Flyouts with doctype set to HTML5 on the Internet Explorer 8 and 9

    Hi All,
    I have created the html Page with the doctype 5 ,The Flyouts are being displayed properly in Mozilla and Chrome but in IE 8 and 9 they are not getting displayed.
    Please let what is the work around for making flyouts to work using HTML5 on IE.
    Thanks
    Krishnaveni

    Doctype5 on IE is an IE issue and I don't see how the JDEV and ADF Community can help. A google search would give you better results.
    Timo

Maybe you are looking for