BSP not displayed

Hi Experts,
I am facing an issue with testing BSP's, both std as well as Z .
When I right click and test, it first gives an error message in browser saying 400- Session timed out please login again. next when I press refresh on the same error page it displays a page with only
sap-client=800
sap-sessioncmd=open
written on the page and nothing else(HTML coding of BSP) is displayed. This time it also creates a plugin HTTP session in SM04.
Ive checked the timeout parameter rdisp/plugin_auto_logout in SMICM, it has value 1800. Service and other basic things are inplace.
Can anybody get a clue of why this is happening and how can I resolve this?
Thanks,
Sam

Dear Sam,
First create a node through transaction SICF. Have a break point in Do_init, so that u can find problem for time consuming.
Kindly both Standard & Z application.
Regrads,
Gokul.N

Similar Messages

  • Data of customize BSP in Enterprise Portal is not displayed

    Dear All,
    I stuck on to find out the solution, in order to display FAQ list in BSP Enterprise Portal by using customer id to logon to Enterprise Portal, need your guide.
    Let me explain:
    It is customize/own develop BSP application, which is search FAQ (maintain in trxn: crmd_iia_faq) based on product. This is done by calling standard FAQ FM in BSP code, pass in product GUID to retrieve list of FAQs, and display FAQs list in the BSP page. Also, from the FAQ details, call standard Problem and Solution FM to get the details of Problems and Solutions, and then display Problems and Solution in another BSP page.
    In the other words, this custom BSP application display data which is maintain in transaction code: COMMPR01, CRMD_IIA_FAQ, and IS01.
    Setup in portal to display this iview/BSP application is done, because I manage to access the main BSP page in portal after logon with customer ID.
    Difference result:
    1.     Run BSP standalone in CRM:
    When I execute/run/test this bsp application standalone in se80 after logon to sapgui by using customer id, bsp data is displayed, which is working fine.
    2.     When I access/run this bsp through portal after logon portal with customer id, bsp data is not displayed, which is not working correctly.
    Things that I had tried:
    1.     customer user profile:
    •     Tried assign different profiles of customer id, my problem is not solved. I even add SAP_ALL profile to customer ID.
    [Result] no BSP data is displayed.
    2.     customer user role:
    •     standard role, SAP_PCC_CHANNELMANAGER (assign standard role to customer ID):
    a.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Look for standard role in “assignment of crm object method to role” -> get a standard role which is relate to problem and solution: SAP_PCC_CHANNELMANAGER.
    b.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Navigation (URL generation) -> assign portal role to single role -> SAP_PCC_CHANNELMANAGER is assigned to portal role: com.sap.pct.crm.channelmanager.
    c.     Go to trxn code: SU01 -> add role, SAP_PCC_CHANNELMANAGER into customer ID.
    d.     run the portal and access BSP application
    [Result] no BSP data is displayed.
    •     Create new role, ZSAP_PCC_CHANNELMANAGER:
    a.     go to trxn code: PFCG -> copy standard role, SAP_PCC_CHANNELMANAGER to customize role -> access authorization tab -> look for “authorization for BSP applications” -> change “Application Scenario” and “View for UI display” to “*”.
    b.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Application/Layout -> add new entry to View, view named as Z_ESERVICE.
    c.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> add new entries into “assignment of crm object method to role” (copy SAP_PCC_CHANNELMANAGER).
    i.     Role:           ZSAP_PCC_CHANNELMANAGER
    Object type:      PROBLEMSOLUTION
    Method:          APPLICATION
    Priority:           62
    Implementation type: BSP on Portal Page
    Application :     CRMM_SDB_SOL
    View:           Z_ESERVICE (also tried without assign any view)
    ID Page/Service: pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.solutions
    Portal Context:      Blank
    ii.     Role:           ZSAP_PCC_CHANNELMANAGER
    Object type:      PROBLEMSOLUTION
    Method:          DEFAULT
    Priority:           62
    Implementation type: BSP on Portal Page
    Application :     CRMM_SDB_SOL
    View:           Z_ESERVICE (also tried without assign any view)
    ID Page/Service:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.solutions
    Portal Context:      Blank
    iii.     Role:           ZSAP_PCC_CHANNELMANAGER
    Object type:      SYMPTOM
    Method:          APPLICATION
    Priority:           62
    Implementation type: BSP on Portal Page
    Application :     CRMM_SDB_SYM
    View:           Z_ESERVICE (also tried without assign any view)
    ID Page/Service:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.symptoms
    Portal Context:      Blank
    iv.     Role:           ZSAP_PCC_CHANNELMANAGER
    Object type:      SYMPTOM
    Method:          DEFAULT
    Priority:           62
    Implementation type: BSP on Portal Page
    Application :     CRMM_SDB_SOL
    View:           Z_ESERVICE (also tried without assign any view)
    ID Page/Service:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.symptoms
    Portal Context:      Blank
    d.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Navigation (URL generation) -> assign portal role to single role -> ZSAP_PCC_CHANNELMANAGER is assigned to portal role: com.sap.pct.crm.channelmanager.
    e.     Go to trxn code: SU01 -> add role, ZSAP_PCC_CHANNELMANAGER to customer ID.
    e.     run the portal and access BSP application
    [Result] no BSP data is displayed.
    •     Maintain existing customize role, which is used to display Activity:
    a.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Navigation (URL generation) -> assign portal role to single role, I check the configuration has done in CRM to assign/map this BSP role to portal role.
    b.     go to trxn code: PFCG  -> open existing customize role -> access Authorization tab -> click on "change authorization" button -> search existing Application scenario -> add '' inside (also try with certain standard scenario which is relate to product, FAQ, solution, problem) -> search existing view for UI display -> add "".
    a.     run the portal and access BSP application
    [Result] no BSP data is displayed.
    Questions:
    1.     Is my problem related to role setup of customer ID?  If yes, can guide me how to create authorization, which is related to product, FAQ, problem, and solution, to customer ID?
    2.     Is it possible that my problem cause by missing/wrong portal role setup or wrong mapping between CRM role to Portal Role? If yes, can guide me how to check authorization of customer ID in portal, which is related to product, FAQ, problem, and solution?
    3.     Any other reason that cause this problem?

    If you know the BSP application name, then you can check this on /SE80 and get the bsp component details.
    Regards,
    James

  • BSP iview Pages not displaying since moved to QA?

    Hi All,
    We're using MSS 60.1.20 and ESS 50.4.  We have created a number of  custom BSP iviews and have grouped them on some custom pages.  These work perfetly fine in DEV but once we transported them to QAS, they data is not being displayed.  The iview titles are being displayed and the iviews are in the correct position but no data is being output on the iviews.  I've checked the BSP in R/3 and is working perfectly fine.
    If i preview the iviews individually (rather than previewing the page in it's entirity), they display perfectly fine.
    So why do they not display when they're on the page?  Is there some parameter that i'm missing?
    What could be different between dev and qas?
    This is a very strange problem and its holding us up in our testing and we're due to go live fairly soon, so any guidance would be most welcome.
    Thanks in advance,
    Liz.

    Liz,
    check the height of the page.
    there will be a expand/collapse on the top right corner,check whether it is expanded or not
    Thanks
    Bala Duvvuri

  • BSP file path is not displayed

    Hi All,
    I have a web interface created in BPS using BSP application to upload a flat file from the portal .
    __Structure:__
    Cost Center Plan Upload
    Company Code      
    Currency      
    Version      
    Year      
    File Name      
    Here cost center, company code, currency, version and year are variables and File name is to select the text file from desktop.
    The actual issue is not showing the path under File Name to select the file. And not displaying upload and save buttons too.
    It is working fine in Quality and Production systems but not in Dev after the systems up-gradation.
    Any guidance on this issue would be really appreciated.
    Thanks & Regards,
    Ganesh.

    upgrade from what to what ???
    you should look into OSS notes for such a problem

  • Image is not displaying in page

    hi frnds
    i m uploading image , and then displaying image , but image is not displaying
    this code written in ONINPUTPROCESSING  and this code is working fine
    but problem is this
    the value if diplay_url is getting blank when it comes in layout
    * To Display this image on BSP
    CREATE OBJECT cached_response
                  TYPE
                    cl_http_response
                  EXPORTING
                    add_c_msg        = 1.
    cached_response->set_data( lv_file_content ).
                cached_response->set_header_field( name  = if_http_header_fields=>content_type
                                                   value = lv_file_mime_type ).
                cached_response->set_status( code = 200 reason = 'OK' ).
                cached_response->server_cache_expire_rel( expires_rel = 700 ).
    * generate GUID
                CALL FUNCTION 'GUID_CREATE'
                  IMPORTING
                    ev_guid_32 = guid.
                CONCATENATE runtime->application_url '/' wa_file INTO display_url.
                CONCATENATE  'http://siildev.siil.com:8001/' display_url INTO display_url.
                cl_http_server=>server_cache_upload( url = display_url
                                                     response = cached_response ).
    here display_url ='http://siildev.siil.com:8001/sap(bD1lbiZjPTc3Nw==)/bc/bsp/sap/zprbsp_002/aa.jpg'
    and in layout
    <% DATA:     display_url    TYPE  STRING. %>
    <iframe src="<%= display_url %>" width="100%" height="500px">
      </iframe>
    and here   display_url is blank
    so how i will get the value of display_url in layout
    Edited by: Guptaprashant on Apr 16, 2009 12:49 PM
    Edited by: Guptaprashant on Apr 16, 2009 12:50 PM

    Hi,
    according to your code, you define a local variable display_url in the layout of your page but without setting any value:
    <% DATA:     display_url    TYPE  STRING. %>
    <iframe src="<%= display_url %>" width="100%" height="500px">
      </iframe>
    I guess, you have also a page attribute or local variable in your eventHandler named display_url.
    So the local definition in the layout overrides the global page attribute an its value.
    Use just the page attribute to set the value on initialization and display it in the layout.
    Best regards,
    CW

  • MIME object/Image(JPG) not displayed in the WAD template

    Hello all,
    I uploaded a .JPG file to mime repository. I used that object my WAD template. When i excute the Temapate, image file is not displayed just showing X mark.
    But i am able to open/see the file from the mime repository.
    What could be the problem? please let me know.
    Reagards
    Ravi

    Hi Anil,
    Thanks for your reply. I have found the problem.
    Imaage that i have kept in mime belongs to https protocol. BSP application with SSL, needs https to execute in the browser.
    when i execute the template, by default WAD is using http protocol, so the image is not displaying, when i use https, the image is being displayed in the WAD output.
    Regards,
    Ravi

  • Object List Selector is not displaying in Transaction SE80.

    Hello Experts,
           I have one problem in the transaction in SE80 that the Object List Selector (where we select the options for various application eg. BSP Application, Program, Class Builder, Function Builder etc) is not displaying.
    I have refer to the page
    Link: [http://help.sap.com/saphelp_erp2004/helpdata//EN/ef/d94b7bebf811d295b100a0c94260a5/frameset.htm]
    but still i have no solution.
    Please do helpful.
    Thanks and regards,
    Kuldeep Verma

    Hi,
         Could u please let me know which version(3.1I or 4.7) u are using,
    so that i will tell u the exact reason.
    Regards,
    Sunil

  • Approver specfication section not displayed after system upgraded to EHP6

    Hello,
    We have just upgraded our eRecruiting development environment to EHP6 from EHP3. However, as a manager who creates the requisition and subsequently the job posting, there should be a place that allows the manager to specify the approver for this requisitiion. This is not displayed in the upgraded version. I have checked our authorization setup to ensure the manager does not have too wide an access that will bypass this approval specification process, and everything is in order.
    I am wondering if anyone else has run into the same problem.
    Thank you.

    Hello Alex,
    you are probably aware the huge changes in the eRec application when moving from EhP3 to EhP 4 or any higher enhancement package. The whole user interface for non-candidate roles is completely replaced. This includes the manager as well as the recruiter and the recruiting administrator.
    In principle it should be possible to run the old BSP applications as long as you do not activate any business functions for the enhancement packages (aka "pure technical upgrade").  But when I did such a pure technical upgrade from EhP 3 to EhP 4 for a customer about 4 years ago we already faced several serious issues with running the old ui and functions. So what you experience are very likely such issues as well.
    Kind Regards
    Roman

  • LSO BSP Application display error in portal

    Dear experts,
    In LSO Learner portal the BSP application HCM_LEARNING is not displaying properly.
    If we execute the same application from SE80 from admin login the application is working and it is displaying correctly  but if we execute from different login the application is not working and the pages are not displaying and it is giving the below error.
    No authorization to log on as a Trusted System (L-RC=0 T-RC=2).
    Regards,
    Rajesh.R
    Edited by: R. Rajesh on Jan 2, 2012 7:16 AM

    Either SSO is not configured correctly or there is something wrong with the system in the portal you configured for this iView

  • View the .rtf file not display the data in BI Publisher Enterprise.

    Hi,
    Platform: OBIEE 10g in NT XPsp2
    View the .rtf file not display the data in BI Publisher Enterprise.
    Step 1, I created Answer-request, create .rtf file with Word and add the request name, Add bar chart and table, preview PDF is working fine with data, Upload this template to Answers, View Template from Answer is working fine with data.
    Step 2, Answers – More Products > BI Publisher > My Folders > Create a new report > Edit > Data Model > New > Type: SQL Query > Data Source: Oracle BI EE > Query Builder > from SupplierSales assign Customer, Periods, Sales Facts (select Region, state, Year, Units Shipped) > Results > Save > Save
    Click Layouts > New > enter Name ….. > Click Layouts > borrows .rtf file in Manage T file > Upload > Save > Click View
    It is showing only the .rtf file without data. Why there is no data?
    Please guide me to solve this issue.
    Thanks,
    Jo

    Thanks for you reply,
    Our scenario is this report is basically a dissconnected mode report... we are developing these reports for mobile clients.
    We dint face this kind of issue while developing other reports.
    So please let us know if you have any idea on why we are facing this issue.
    Regards,
    Maneesh

  • Strange scenario,Oracle can not display the data in mysql correctly

    I use Heterogeneous Service+ODBC to achieve "oracle access mysql"(any other method?),and now i find Oracle can not display the data in mysql correctly:
    -------mysql------------
    mysql> create table tst(id int,name varchar(10));
    Query OK, 0 rows affected (0.00 sec)
    mysql> insert into tst values(1,'a');
    Query OK, 1 row affected (0.00 sec)
    mysql> select * from tst;
    ------------+
    | id | name |
    ------------+
    | 1 | a |
    ------------+
    1 row in set (0.00 sec)
    mysql> show create table tst\G
    *************************** 1. row ***************************
    Table: tst
    Create Table: CREATE TABLE `tst` (
    `id` int(11) DEFAULT NULL,
    `name` varchar(10) DEFAULT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8
    1 row in set (0.00 sec)
    -------------oracle ------------------
    SQL> select count(*) from "tst"@mysql;
    COUNT(*)
    49
    SQL> select * from "tst"@mysql;
    id
    1
    SQL> desc "tst"@mysql;
    Name Null? Type
    id NUMBER(10)

    You can make the following query on the result page:
    "select * from the_table where movietitle = ? and cinema = ?"
    then you set movietitle and cinema to those which the user selected. If the resultset contains more than 0 rows, that means the movie is available.
    Below is the sample code, it assumes you have a connection to the database:
    PreparedStatement stat = myConnection.prepareStatement("select * from the_table where movietitle = ? and cinema = ?");
    stat.setString(1, usersMovieTitleSelection);
    stat.setString(2, usersCinemaSelection);
    ResultSet res = stat.executeQuery();
    if (res.next()) {
    out.print("The movie is available");
    } else {
    out.print("The movie is not available");
    }Now just add that to your JSP page. Enjoy ! =)

  • Floating fields and fragment subforms in Outlook 2007 do not display correctly

    I'm using LCES Forms 8.0 Update 1 to render a non-interactive HTML forms using dynamic content (customer info). The email appears ok in clients except in Outlook 2007.
    The Floating text and Text Fields appear multiple times on the form (scattered around their placement point on the form) and the subform fragments are appearing with borders surrounding them.
    I have heard that there are issues with Outlook 2007 not displaying HTML correctly. Is there a way to setup the Text Fields/Subforms in Designer so they display correctly in Outlook 2007?
    Thanks!

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If the new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Umlauts are not displayed correctly in different programs

    Hello!
    I live in germany, but my locale is set to "en_US.UTF8" because I like to have everything in english.
    I do not have any problems with umlauts on the machine, but when I connect with sFTP oder Samba to it, the umlauts in files are not displayed correctly.
    Look at this example
    The upper word is how it looks in "ssh putty" (=locally on the machine), the bottom one is from "filezilla" (from my windows host)
    This is my locale
    locale
    LANG=en_US.UTF-8
    LC_CTYPE="en_US.UTF-8"
    LC_NUMERIC="en_US.UTF-8"
    LC_TIME="en_US.UTF-8"
    LC_COLLATE="en_US.UTF-8"
    LC_MONETARY="en_US.UTF-8"
    LC_MESSAGES="en_US.UTF-8"
    LC_PAPER="en_US.UTF-8"
    LC_NAME="en_US.UTF-8"
    LC_ADDRESS="en_US.UTF-8"
    LC_TELEPHONE="en_US.UTF-8"
    LC_MEASUREMENT="en_US.UTF-8"
    LC_IDENTIFICATION="en_US.UTF-8"
    LC_ALL=
    When I create a file "asd_aöü" locally on the machine (with the help of ssh - putty), it looks fine, but when I connect by samba or filezilla again the umlauts are not displayed correctly.
    Do you understand my problem? What can I do?
    Thanks!
    Last edited by cyberius (2011-02-19 10:12:19)

    Did you check the locale settings on your Windows machine?

  • Pictures not displaying in non-thumbnail sizes

    One of my clients has an iMac G5 running 10.4.11 and iPhoto 5.0.4. He's got about 3200 pictures in his iPhoto library which is about 12GB in size (they are all very large pictures). He's been using iPhoto without problem for years then suddenly he noticed that some pictures do not display in a slideshow. Out of the 3200 pictures he's narrowed it down so far to a few dozen pictures throughout his library. When we view the roll or the album with the pictures listed as thumbnails, we can see the picture just fine, but when we do anything that involves viewing at non-thumbnail size, such as double clicking on it or viewing in a slideshow it displays nothing. Slideshow just shows all black and double clicking on the thumb shows white with a spinning gear that never stops spinning. I rebuilt his library and that did not fix it. I repaired permissions, trashed iPhoto preferences, deleted tmp & cache files from his computer, I even zapped the PRAM out of desperation and nothing made any difference at all. One weird thing is that when it is siting at the white screen with spinning gear, if we resize the window smaller then resize it bigger, the picture will display properly but only for that time. It still will not display in slideshows.
    I tried exporting one of the troublesome pictures out of iPhoto to his desktop, delete the pic from iPhoto, then try re-importing it again. This time when we try to import it, iPhoto gives an error that the file couldn't be imported because it may be an unrecognized file type or may not contain valid data. I can open the pic on his desktop using Preview and Photoshop with no problems at all.
    Why am I posting this in the iPhoto '08 forum? well I copied the file to my MacBook Pro running 10.5.6 and iPhoto '08 and it almost does the same thing. I am able to import the file into iPhoto '08 and I can see the thumbnail but when I double click it, instead of a white screen with the spinning gear, i get a black screen and nothing else. I tried the trick of resizing the window and as I'm resizing, I do see a blocky image but as soon as I stop resizing the image goes black.
    I can open the file in any program on multiple computers: Photoshop, Preview, GraphicConverter, ColorSync Util, Safari, Firefox, etc. iPhoto version 5 and '08 (the only versions I have handy) refuse to work with the file. I've even edited the picture in photoshop by changing the resolution by just a few pixels and slightly tighter jpg compression but iPhoto still refuses to play nice with it.
    I have exhausted all options other than reinstalling the OS, but other posts I've read similar to this say that never fixes it. I am at a loss. What is wrong with iPhoto that it refuses to play nicely with pictures that work everywhere else in the world?
    I forgot to add that in Console there are several instances of iPhoto errors:
    "have info and image but no ciimage" and “have info and image but no ref”
    Message was edited by: Clint Mcintosh

    Clint:
    Try opening the file in one of the other applications that can use it and save as a new file and see if that new file is compatible with iPhoto. Or you might try this Automator workflow, Convert to JPG and Embed sRGB profile, on one and see if the resulting file will work. If so you can batch change all of them. It replaces the file you run it on so be sure to run it on a copy just to be safe. You can download it from Toad's Cellar or download it immediately with this link: Convert to JPG and Embed sRGB profile.zip.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    NOTE: iPhoto 8's new option in it's rebuild library window, "Rebuild the iPhoto Library Database from automatic backup" may make this tip obsolete. We'll know when users have occasion to use it and see if that's the case.

  • Images not displaying at their normal size, and not all keywords displaying, why?

    Not sure what's going on inside Adobe Bridge CC 2014.1, but why is it that my images are not displaying at full size. Bridge says they're displaying at 100% but I know that's not the case, because when I open the same images in Mac OS Preview (OS 10.10.1 Yosemite) at 100% they're much bigger. Is there a viewing preference setting I'm missing?
    Also, I use Bridge and Photoshop on two mac pro desktops: one at my office and one at home.
    At work, I created more than 30 keywords in Bridge for several hundred images that reside on my external thunderbolt hard drive. But when I take that hard drive home and connected it to my home mac and then open Bridge, only a handful of keywords appear. I don't see the full list of keywords that I created at work. But in Bridge, I didn't see any option to save or export keywords as a file.
    Although the image metadata does appear, because whatever keyword i assigned to an image at work does display on the home mac, I just don't see the entire keyword list.
    Can or should Bridge therefore only be used on one computer? Is it not possible to transfer the entire Bridge keyword list from one mac to another?
    Thanks in advance for any help feedback with this.

    Hi Zenos,
    I've discovered what is causing the problem, but I still need a way to fix it, if possible.
    The cause of the problem is that in Windows 7 Control Panel > Display I have set the size of "text and other items" to 150% (otherwise everything is much too small too read on my screen's recommended resolution of 1920×1080).
    I discovered that Irfan Viewer was also displaying at the incorrect resolution, but I managed to solve that problem by right-clicking on the IrfanView.exe icon and following Properties > Compatibility and selecting "Disable display scaling on high DPI settings".
    I tried the same procedure with Thunderbird, but it made no difference. It is still displaying at the incorrect resolution.
    Any suggestions?
    Regards,
    Catsix

Maybe you are looking for

  • Error while downloading PDF file from FTP Server

    Hi Friends, I have sent a PDF file with data to FTP , Then i want to check that uploaded pdf file , whether that is correct or not? for that , i have downloaded that file from FTP and i am trying to open the file . but it is giving this problem . "Th

  • Oracle Trace File generation for a session

    Hi, I am using oracle 10g(10.2.0.5) in RHEL5 server. i have used the exec dbms_system.set_sql_trace_in_session(147,3,TRUE); statement to trace a particular session. i am able to trace successfully but i have created a new table in that session where

  • Saving/naming forms issue

    Does anyone know what I can do about this? My client, a medical practice, is trying to save forms in a rather interesting way. They have charts that are divided up into different sections or tabs such as Progress Notes, Patient Info and more. These c

  • Why is finder preview so slow?

    When I was using the previous OS the finder preview was ultra fast. Now when I try to go thru music and audio files the preview is irritating slow. Sometimes it takes 30-60 sec to launch normal mp3 songs or WAV files. Anybody knows the reason why its

  • CS6 trial vs student edition

    Hi! I just bought a Phothoshop CS6 extended student-teacher edition (DVD + license)! Right now, I'm using the trial (30 days) it will end in 6 days. This trial is version Photoshop CS6 extended 13.0x64. My question: Do I have to wait the end of this