Problem with disappearing headers

I have a user whose SAP gui is behaving bad. In transactions like CS12, the user cannot see the text in the header where it would normally say: Material/Plant/Description/Qty, etc.
Other similar screens present the same problem. The header areas are all blank. If the user logs on in another computer then the problem is not present. This computer is using the "Enjoy" version.
Is there any way to fix this? Or do we need to reinstall the GUI?

Hi,
If you're not sure whether the previous installation was not successful then try uninstalling the GUI and reinstall. It looks like the installation issue.
Regards,
Debasis.

Similar Messages

  • Exchange 2010 : Doubt with recipient type and problem with disappearance of the original recipient in the mail relay

    Hello. First of all, thank you very much for your attention.
    After that, I will expose the problem:
    I have a user domain called "comercial" with a corresponding mailbox "[email protected]"
    . This user
    has assigned multiple emails such as "[email protected]", "[email protected]", "[email protected]" , having as default   email "[email protected] ".
    On
    the other hand,
    another domain user
    called
    "menganito" with it's mailbox  "[email protected]" account, also has a few mail accounts "[email protected]", "[email protected]", " [email protected]"
    ...having
    as default   email "[email protected]
    The user "Comercial" is forwarding
    all of it's mails to the user "menganito".
    The problem is that "menganito" is not receiving the exact
    "comercial"
    sender email, but the email which appears by default ("[email protected]").
    "Menganito" would like to know
    from which email exactly the mails he is receiving have been sent ("[email protected]",
    or "[email protected]"
    or "[email protected]"). 
    Also, he would like to knowthe email of the original sender (from the outside of the domain) whom the user "Comercial"
    have received the email from.
    In another type of email servers (Kerio,...)
    this is not a problem, because forwarding by
    defaultis always showing
    the original sender and original receiver.
    Maybe the problem comes from the recipient type I'm using.
    Should I use another type of recipient? should I use a transport rule?
    Any idea ? Thanks again in advance.

    Hi Simon. First of all thanks for your answer.
    This happens with all accounts. I tried with news accounts and different browsers for OWA and Outlook anywhere and happens the same. Is not a cache problem
    The problem is
    when "[email protected]"(default
    and set as default answer
    account by
    exchange)
    receives
    a message in  "[email protected]" when
    forwards to "Menganito"
    this message will appear from"[email protected]"
    instead of "[email protected]".
    This happens with all accounts.
    I can understand that i can't avoid
    default reply address on the same
    domain, but also with different domains happens
    the same?
    The platform is only one clean and updated server 2012 as dc and another clean and updated server 2012 with exchange 2010 sp3 directly and after rollup 4 for exchange SP3, no previous versions and servicepacks of exchange 2010 was installed before. Before
    install exchange 2010 sp3, i installed all the filterpacks (3) and .net 3.5 and all updates that i finded for 2012 server (i tried for 2 days): No more updates for sure.  After, in powershell, i put this:
    Add-WindowsFeature NET-Framework-Core,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,Web-Mgmt-Tools,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,Web-Asp-Net,Web-Client-Auth,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Logging,Web-Http-Redirect,Web-Http-Tracing,Web-ISAPI-Filter,Web-Request-Monitor,Web-Static-Content,Web-WMI,RPC-Over-HTTP-Proxy
    -Restart
    The machine and exchange works good (i3 with 4gb ram, and raid 1 1tb of HD) and the organization only has 15 mailboxes. No problems with even viewer and all is correct.
    Thanks again.

  • CFHTTP problem with Host Headers

    I am trying to post a form on a windows server using cfhttp.
    The website relies on host headers to work properly (there are many sites on the server), but cfhttp posts appear not to send the required header information, returning a "No websites are configured" error message.
    I've tried sending header info with <cfhttpparam type="header" name="host" value="www.mydomain.tld"> and it hasn't worked.
    It may be important to know that the domain name is local only and relies on an entry in the hosts file, both on the browser machine and the server machine.
    I have recently reconfigured the web server.  Previously, each site had its own IP address, but now they are all the same and using host headers.  Before, when each site had a unique IP, the cfhttp posts worked fine.
    Is there a way to get them working in the host header configuration?
    Thanks for replies.
    - Don

    The hosts file is used by the machine initiating TCP/IP communications to resolve an IP address from a domain name.  It's not used by the server to resolve a domain name from incoming HTTP requests (how could it: many domain names could map to the same IP address?).  The hosts file is a TCP/IP conceit; host headers are an HTTP conceit.  They are only loosely related in that HTTP is transported over TCP/IP.
    On your client some agent makes a request to a domain name (this can be any TCP/IP protocol, not just HTTP).  The hosts file is checked to see if the domain name has a mapping, and if it does, the request is routed to that IP address.  If there's no entry, then the standard DNS look-ups are made, and the IP address is found that way.  But that's the only involvement in the request (or any sort of routed traffic) that the hosts file has.
    Can you replicate this behaviour with <cfhttp> requests and other web servers, or is it just that one?  IE: can you set up a web server in the lab which has the same web site / host header config, and see the same problem when making <cfhttp> requests?  Does the web server log failed requests like this?  Usually IIS's logs are website-centric aren't they?  And if the request is not making to a web site, is it logged some other way?
    Can you inspect the incoming request to see if any of the headers are bung?
    Are you sure your host header for your website has the exact domain name the <cfhttp> request is... err... requesting?  And that you're making the request on the same port, and IP address as the host header is configured for?
    I really doubt <cfhttp> is the culprit here - at least in the way you're suggesting - because almost every web server in existence will be serving more than one website, and it's not like <cfhttp> usually has this problem...
    Adam

  • ALV download to Excel--Problem with Column Headers

    Hi,
    I have created a dynamic internal table and displaying it as ALV using SALV classes. Problem is that  when I download this ALV to Excel I'm not getting Column headings same as they are in ALV display.
    I mean in Excel it is showing Column headings taken from domain or data element.
    While creating dynamic table i'm passing short/ Medium & Long text too. Still it is not working.
    Any kinda help is appreciated.
    Thanks & Regards,
    Vivek Gaur
    Edited by: Vivek  Gaur on Nov 4, 2009 2:04 PM

    Look I cant actually post the code as it is divided in some global classes and main program. But i can elaborate the steps little further:
    1: I have created a field catalog for Dynamic internal table. In it i have passed every necessary field along with short/medium/Long texts.
    2: I fill up this dynamic table with data.
    3: I assign a field symbol to this dynamic internal table.
    4: I pass this field symbol to the factory method of CL_SALV_TABLE  Class.
    Thats it buddy..Hope u have understood my problem.

  • Ppc glibc: problem with kernel-headers dependency

    I wasn't sure where to post this... After attempting to follow the tutorial Wii Tutorial here: http://wiki.archlinux.org/index.php/Wii_Tutorial I discovered that the kernel-headers dependency of glibc is set to the wrong version. The dependency is kernel-headers version 2.6.29.4. However, in the repository, the current version is 2.6.29.1-1. I'm not sure what's going on here.

    DaNiMoTh wrote:
    Fixed with release of 2.6.29.4 kernel-headers package. Next time, fill the bug on our flyspray ( bugs.archlinux.org ), we'll correct much faster.
    Thanks
    ppc architecture is not supported by archlinux.org . the project is supported by http://archlinuxppc.org/
    Last edited by wonder (2009-11-20 19:23:11)

  • Help!!! Problems with disappearing subclips in Browser

    Hello all,
    I'm going crazy because clips are disappearing in the browser window, I'm just not sure why. Here's what I'm doing:
    I captured 6 DV tapes worth of material (in their entirety), used DV Stop/Start Detect to set markers, highlighted all the "marker clips" and made them "subclips". I then renamed and divided all the subclips into 9 different Bins. My usual workflow for years, right?
    Some of these tapes had anywhere from 50 to 75 shots (subclips) on them, however, when I open the bins, I only see 25 to 40 of the clips at any given time. This number seems to change depending on the number of other bins I have open.
    For example, I can open the original captured 1 hour clip, see markers 1-75, but when I open the corresponding subclip bin, I only see 1-40.
    Any clue why this is happening? I'm using FCP 6.0.5 on a MacBook Pro 2.5, with a Lacie Big Disk Extreme.
    Thanks.
    tg

    You know, this might actually be a bug worth reporting or putting in the feedback folder, whatever the process is around here. I just came across this on a piece I was working on a few weeks ago. If a bin has more than about 40-50 items in it, what ever is at the bottom just is not available,. You can't scroll to those items, they might as well not be there. It was quite frightening till I realized everything still exists, I just can't get to it.
    I think I made another bin and moved or cut and pasted (or something) all off screen items into the new empty bin. Sorry, I cannot recall what I did.
    bogiesan

  • Problem with kernel-headers

    Hi,
    When I run this
    [root@localhost Server]# yum install kernel-headers
    I have got
    file /usr/include/linux/types.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/udf_fs_i.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/udp.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/uinput.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/uio.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/ultrasound.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/unistd.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/usbdevice_fs.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/utime.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/utsname.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/version.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/videodev.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/videodev2.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/videotext.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/virtio_blk.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/virtio_net.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/virtio_pci.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/virtio_ring.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/vt.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/wireless.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/xattr.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/linux/xfrm.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/mtd/inftl-user.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/mtd/mtd-abi.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/mtd/mtd-user.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/mtd/nftl-user.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/sound/asequencer.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/sound/asound.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/sound/asound_fm.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/sound/emu10k1.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/sound/hdsp.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/sound/hdspm.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/sound/sfnt_info.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    file /usr/include/video/sisfb.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i686
    Error Summary
    But why do I see nothing by this?
    [root@localhost Server]# rpm -qa| grep kernel-headers
    [root@localhost Server]#
    Here is what I get
    [root@localhost ~]# cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 5.8 (Tikanga)

    Thanks. I ran it and I got this confirmation
    =================================================================================================
    Package Arch Version Repository Size
    =================================================================================================
    Removing:
    kernel-uek-headers i686 2.6.32-200.13.1.el5uek installed 2.2 M
    Removing for dependencies:
    compat-glibc i386 1:2.3.4-2.26 installed 3.4 M
    compat-glibc-headers i386 1:2.3.4-2.26 installed 1.9 M
    gcc i386 4.1.2-52.el5 installed 9.6 M
    gcc-c++ i386 4.1.2-52.el5 installed 6.5 M
    gcc-gfortran i386 4.1.2-52.el5 installed 6.9 M
    gcc-gnat i386 4.1.2-52.el5 installed 33 M
    gcc-java i386 4.1.2-52.el5 installed 5.9 M
    gcc-objc i386 4.1.2-52.el5 installed 5.5 M
    gcc-objc++ i386 4.1.2-52.el5 installed 5.8 M
    gcc44 i386 4.4.6-3.el5.1 installed 17 M
    gcc44-c++ i386 4.4.6-3.el5.1 installed 10 M
    gcc44-gfortran i386 4.4.6-3.el5.1 installed 11 M
    glibc-devel i386 2.5-81.el5_8.1 installed 4.9 M
    glibc-headers i386 2.5-81.el5_8.1 installed 2.0 M
    systemtap i386 1.6-7.el5_8 installed 8.0 M
    Transaction Summary
    =================================================================================================
    Remove 16 Package(s)
    Reinstall 0 Package(s)
    Downgrade 0 Package(s)
    Is this ok [y/N]:
    But the items like the below
    compat-glibc i386 1:2.3.4-2.26 installed 3.4 M
    compat-glibc-headers i386 1:2.3.4-2.26 installed 1.9 M
    gcc i386 4.1.2-52.el5 installed 9.6 M
    gcc-c++ i386 4.1.2-52.el5 installed 6.5 M
    glibc-devel i386 2.5-81.el5_8.1 installed 4.9 M
    glibc-headers i386 2.5-81.el5_8.1 installed 2.0 M
    are really needed for my R12. What should be done next?
    Edited by: HuaMin on Apr 13, 2012 5:15 PM

  • Problem with Running Headers in CS3

    The document I am working on is basically a dictionary.  My running headers are <first word> to <last word> of a paragraph style.  The first word is correct on every page but the last word variable displays a word that appears 14-17 (doesn't seem to  be a pattern) entries into the next page.  Anyone seen this or have any ideas?  Let me know if I can give more info.  Thanks!

    Hi Aaron R.
    "Running Header (Paragraph Style)" > Last on Page
    is definitely not working: at least not in stories where the specific paragraph style is often or everywhere in use.
    I reported it yesterday as a bug.
    I discovered yet some kind of rule:
    (1) The more paragraphs are formatted with the header-giving format, the sooner InDesign is capitulating.
    (2) If the last paragraph of a page is NOT formatted with the style for the running header then sometimes ID is working correctly.
    (3) In a german forum it is reported that using (Character Style) does the job. I experienced this too, but in the same document later on also this "solution" did not work anymore.
    So: This feature is not a feature. It is only a kind declaration of intent.
    Jochen

  • Problem with disappearing apps from i touch

    We have 3 i-touches and 1 i-pad running from one i-mac computer, and all via the same Apple ID.  I the past few months several apps that we downloaded (CAMRA Good Beer Guide and KIK) have disappeared from one of the i touches without explaination (not always the same one).  I cant download the app again from the app store as the box you normally click to pay is doesnt work for these apps.  I asssume this is because the i touch thinks the app is still in the i touch, even though I cant see it or search for it.  I checked the restrictions etc and its not that.  I've tried re booting, upgrading software, deleting app from PC and re installing but none of these solutions have worked.  When I click the app on the pc view you can see it one the app screen view, but it doesnt sync and or appear on the i touch.   I now cant work out how to get KIK back onto one of my kid's i touch and its very frustrating!  The others still have their versions of KIK, and I cant see why its gone from only one i touch.  Any help would be much appreciated!

    What generation iPods are they?
    Kik Messagenera now requires iOS 4.3 or later. Thus, the current version will not install on fully updated 1G or 2G iPod.
    Many developers when they updated their apps to support iOS 5 and 6 dropped compatibility for iOS 4.2.1 and earlier.
    Your only way is if you have the version that was compatible on your computer such as in the recycle bin/trash or in a computer file backup. In that case delete the current version that is in your iTunes App library and replace it with the older version. Then sync.
    Also see:
    Recover Older Versions of iPhone Apps After Updating — Apple News, Tips and Reviews

  • Having some problems with disappearing files?

    This has been very traumatic.
    I have a Western Digital My Book, HFS+ hard disk, and recently I partitioned it in a way that caused errors, with an undeletable block of space. So I plugged it into a Windows computer, and moved the files over (MacDrive)
    Some things that happened during this process: dialog boxes telling me "Macintosh Application information" would be lost.
    The problem now: I used to put movies from this disk onto a Windows shared network drive, a NAS one.
    Now, the movies do not show up in Windows Explorer. They also did not show up in finder until I used Terminal to force quit and relaunch it.
    The files are in the folder, and using "Properties" in windows, they show up.
    can anyone help?

    Installing iOS updates does not remove anything from the device.
    The user restoring the device as new or running the update on a computer that the device has never been synced with.
    All apps and media should be in iTunes on the computer.
    Connect the device.
    Select the content desired to sync.
    Sync.

  • Problems with disappearing JTextArea when activating JMenu

    Im having trouble with using JTextArea in conjunction with JMenu and JInternalFrame. I have a program that uses JInternalFrames for navigation, when the navigation been used I set the JInternalFrame to setVisible(false) and display a JMenuBar with several components and a JTextArea. The JTextArea gets displayed as it should and so is the JMenuBar but when a JMenuItem has been activated the JTextArea becomes invisible or partly invisible. Anyone have any suggestions?
    //Function that removes the JInternalFrame and adds the JMenuBar and JTextArea to the program
    public void ordBehandlare()
                   ramnav.setVisible(false); //ramnav == JInternalFrame
                   Container cont = getContentPane();
                   cont.add(ordbehandlarArea); //ordbehandlarArea == JTextArea
                   setJMenuBar(ordBehandBar); //ordBehandBar == JMenuBar
    Grateful for any answers...

    From the 5 lines of code you posted I have no idea whats wrong, but I'm sure you can create a 20 line program that we can compile and execute that demonstrates your problem. Chances are while your creating this simple program you will find your error.

  • Problems with Disappearing Mapping in whcshdata.htm

    Hi again,
    We're using RoboHelp 9, and have had successful context sensitive page help in past releases. Suddenly, all the "page help" is gone, i.e., the user receives only the "home" page of the help, no matter what page is open.The whcshdata.htm files from the two versions look very different. Is there something the Help Author (user of RoboHelp) needs to do differently? I am clueless about the under-the-covers-workings of WebHelp and its deployment and I think we have generated all the mapping correctly. If not, what are we missing? We have a map file with all the right numbers.
    Here is a sample of the "old" whcshdata.htm that worked:
    function addWindow(sWName,bBUseDefault,nWBOptions,sWBLeft,sWBTop,sWBWidth,sWBHeight,sWCaption,nWPa nes,nWPOptions,sWPButtons,sWPDefBtn)
           gaWindow[gaWindow.length]=new CshWindow(sWName,bBUseDefault,nWBOptions,sWBLeft,sWBTop,sWBWidth,sWBHeight,sWCaption,nWPa nes,nWPOptions,sWPButtons,sWPDefBtn);
    SetCsh(0,"Drug_Drug_Interaction_Detail1",1039,"drug-drug_interaction_detail.htm");
    SetCsh(1,"Drug_Pair_Customization_Section_508_Compliant_",1059,"drug_pair_customization_(s ection_508-compliant).htm");
    SetCsh(2,"Easy_Search_Results_Dose_Range",1042,"easy_search_results-dose_range.htm");
    SetCsh(3,"Customization_Tab1",1033,"customization_tab.htm");
    SetCsh(4,"Settings1",1056,"settings.htm");
    SetCsh(5,"Advanced_Query_Customization_Build_A_Query1",1028,"advanced_query_customization. htm#Build_A_Query");
    SetCsh(6,"Easy_Search_EasySearchDDI",1045,"easy_search.htm#EasySearchDDI");
    SetCsh(7,"Easy_Search_DoseRange",1044,"easy_search.htm#DoseRange");
    SetCsh(8,"Easy_Search",1041,"easy_search.htm");
    It goes on and on for all the help pages in the application.
    Here is a sample of the latest whcshdata.htm that results in broken (or non-existent) mapping:
    function addWindow(sWName,bBUseDefault,nWBOptions,sWBLeft,sWBTop,sWBWidth,sWBHeight,sWCaption,nWPa nes,nWPOptions,sWPButtons,sWPDefBtn)
    gaWindow[gaWindow.length]=new CshWindow(sWName,bBUseDefault,nWBOptions,sWBLeft,sWBTop,sWBWidth,sWBHeight,sWCaption,nWPa nes,nWPOptions,sWPButtons,sWPDefBtn);
    addWindow("NewWindow",true,0,"","","","","NewWindow",2,0,"toc|ndx|nls|gls","toc");
    addWindow("PECS Help",false,4,"5%","5%","90%","90%","PECS 3.0 Help",2,0,"toc|ndx|nls|gls","");
    None of the SetCsh() JavaScript methods that control the topics (Page Help) are being generated in this whcshdata.htm WebHelp file.
    Can anyone tell me if there's something the RoboHelp Author needs to do differently?
    Can anyone provide help for the developer?
    Thanks in advance.
    ArmadilloGrey

    I believe your author is already looking at this here:
    How Do RoboHelp 9 WebHelp Generated Files Handle Map IDs and Aliases?
    (Actually, I've re-read the post and maybe you aren't sharing a login like I first thought. In any case, please keep all posts for the same question in one thread. You might like to have a look at the tips in this post: Before you post... )
    Message was edited by: Amebr

  • Problem with deactivating / deinstalling filevault

    I have had filevault on my main user account. Due to problems with disappearing sidebar folders described elsewhere, I created a new admin account and moved all of my data to this account. I have not essentially emptied the old account, logged out to recover space and I now want to deactivate Filevault in the old account. But the process halts with an error message and in the console system log this string is found:
    athrxproc: NO RX Packets for 5 contiguous interrupts first DS Vaddr 0x4f36c000 Paddr 0x8da5000
    Any hints on what to do?

    thrxproc: NO RX Packets for 5 contiguous interrupts first DS Vaddr ...
    Turning off Appletalk fixed those entries in my system log (it was enabled unknowingly on airport and the built-in ethernet) and sped up the log in well...
    I'm not sure on the constant dropping, but I've been experiencing that, and will report back if turning apple talk off improved that situation too.
    thought I'd share as google brought me to this thread too..
    Edd

  • Hi I have been having a problem with Bridge in CS4 recently. So uninstalled CS4 and Lightroom 4.4 and reinstalled them on my Desktop PC. When I turned on Bridge through CS4, My thumb nail images disappeared and a thumb nail icon with CR2 appeared. Now som

    Hi I have been having a problem with Bridge in CS4 recently. So uninstalled CS4 and Lightroom 4.4 and reinstalled them on my Desktop PC. When I turned on Bridge through CS4, My thumb nail images disappeared and a thumb nail icon with CR2 appeared. Now some of my images have disappeared from Light room 4.4, but I can find them in CS4 and Bridge now shows some thumb nails as images and some as an icon with CR2. I have spent two weeks going through preferences etc. to find how to resolve my problem. Please can you Help? Meany thanks in advance
      Derek Randall

    I don't use LR and rarely use the bridge so I can not answers about thumbnails in them,  However thumbnails in windows file explorer and windows dialog for CS2 files will only show if you have installed codec into windows that will produce them. Windows does not do CR2 thumbnails on its own. I use FastPictureViewer Codec package for RAW File and PSD files thunbmail support.

  • I have a problem with Safari in IOS 8 on my iPad 3. The bookmarks take up a third of the screen and I can't seem to make the bookmarks disappear until I need them. The useful part of the screen is therefore very small. Any suggestions gratefully appr

    I have a problem with Safari in IOS 8 on my iPad 3. The bookmarks take up a third of the screen and I can't seem to make the bookmarks disappear until I need them. The useful part of the screen is therefore very small. Any suggestions gratefully appreciated.

    OK, it now sort of works. A couple of problems here:
    After updating IOS, Safari iCloud was "automatically" switched off
    Switching it on had no effect
    resetting my iPad automatically switched off safari iCloud again
    after switching it back on, it said "turning off safari data"
    switched it off and on again, now it said : "turning on safari data" and the sync worked
    On IOS 7 no problems
    The bookmarks not being displayed was because after pressing the book icon, it defaulted to showing the history and I had to press "Back" to get to the other options

Maybe you are looking for

  • Bigger brush sizes in Adobe Flash CS5.5

    So what my problem is with Adobe Flash CS5.5 is that it only goes up to a certain brush size. I want an even bigger brush sizes. I wish there was an option where you could pick a number and thats how big your brush size would go up to. But it only gi

  • Manager name didn't provision in AD

    Hello Folks, I am working on OIM. we have PeopleSoft is our source of truth and Active directoy and eDirectory is Target system. Our requirements is like whenever employee created in PeopleSoft. PeopleSoft automatically assign Manager to that user an

  • Require a dummy date in a sale order

    Hi gurus, I require a dummy date in a sales order for entering a date on which letter of indent has come to end user. This date should also appear in tcode va05. U can also specify a date which is not used for regular purpose in a std order. Note: US

  • Adobe CS5 Design Premium

    Trying to re-install Adobe CS5 Design Premium but cannot find a link to it !

  • Form handler that will enable contributors to upload artwork?

    Hi - I am involved in the creation of a site that requires contributors to upload artwork to us. I have seen this done on another site but cannot work out how (if) this can be done using dreamweaver alone. Does anyone have any experience of this sort