Online Help no longer functions

Our online Help is no longer functioning.  A new window opens that reads:
This program cannot display the webpage
   Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.
   What you can try:
     Check your Internet connection. Try visiting another website to make sure you are connected. 
     Retype the address. 
     Go back to the previous page.
     More information
This problem can be caused by a variety of issues, including:
Internet connectivity has been lost.
The website is temporarily unavailable.
The Domain Name Server (DNS) is not reachable.
The Domain Name Server (DNS) does not have a listing for the website's domain.
Of course, we didn't have this when I was the basis administrator on version 4.0B so I don't even know where to begin to correct it.  I can tell you that our internet connection works just fine.
Any assistance is greatly appreciated.
Robert

Hi, Volker
I don't have a "C:\WINDOWS\SAPDOCCD.ini" file, so I must assume that I'm not using it.
Here are the contents of the "C:\WINDOWS\DAPDOCCD.log" file:
Program path =     C:Program FilesSAPFrontEndSAPguiHTMLHELPSHH.EXE
SHH version  =     6.2.0.4
  {I edited this line to make it wrap:}
Command line =     "TYPE=5
&SERVER=
&PATH=H:AppsSap46bhelpHelpdataEN
&SYSTEM=PRD
&_CLASS=IWB_EXTHLP
&_LOIO=69c24e034ba111d189750000e8322d00
&_SLOIO=1f8316934bc511d189750000e8322d00
&LANGUAGE=EN &RELEASE=621
&IWB_COUNTRY=
&IWB_INDUSTRY=
&_SCLASS=IWB_STRUCT"
Info:          --- Default settings from command line ---
Info:          HelpType=HtmlHelpFile
Info:          HtmlHelpFilePath=H:AppsSap46bhelpHelpdataEN
Info:          --- Contents of profile "C:/WINDOWS/sapdoccd.ini" ---
Info:          Could not read profile "C:/WINDOWS/sapdoccd.ini"
Info:          --- Contents of profile "C:/Program Files/SAP/FrontEnd/SAPgui/sapdoccd.ini" ---
Info:          Could not read profile "C:/Program Files/SAP/FrontEnd/SAPgui/sapdoccd.ini"
Info:          --- Contents of profile "C:/Program Files/SAP/FrontEnd/sapdoccd.ini" ---
Info:          Could not read profile "C:/Program Files/SAP/FrontEnd/sapdoccd.ini"
Warning:     Could not read any profile
Info:          --- Starting HtmlHelp ---
Info:          INI file="H:AppsSap46bhelpHelpdataENhtmlhelp.ini"
Info:          CHM file="H:AppsSap46bhelpHelpdataEN00000467.chm"
Info:          HTM file="/69c24e034ba111d189750000e8322d00/content.htm"
Info:          --- Version info ---
Info:          Microsoft Windows 2000 version 5.1 Service Pack 2 (Build 2600)
Info:          Microsoft Internet Explorer version is 6.0.2900.3059
Info:          Microsoft HTML-Help version is 5.2.3790.2847
Even if I navigate to "H:\Apps\Sap\46bhelp\Helpdata\EN" and double-click one of the '.chm" files, the error is the same.
Any suggestions?

Similar Messages

  • The InitCVIRTE function is not listed in the NIDAQ function reference online help? Why? and where can I find a description of this function?

    the InitCVIRTE function is not listed in the NIDAQ function reference online help? Why? and what does she do?and where can I find a description of this function? Can i use this function with visualc++ 6.0?

    The InitCVIRTE function is in the CVI run time engine (cvirte.dll)..not part of NI-DAQ.
    Applications written or using CVI may call this function..
    How are you running into this ?
    From the CVI help...
    This function performs initialization of the CVI Run-Time Engine. It is needed only in executables or DLLs that are linked using an external compiler. Otherwise, it is harmless.
    It should be called in your main, WinMain, or DllMain, function. The parameter values you should pass depend on which of these three functions you are calling InitCVIRTE from. The following examples show how to use InitCVIRTE in each case.
    If you are using main, your code should be as follows.
    int main (int argc, char *argv[])
    if (InitCVIRTE (0, argv, 0) == 0)
    return -1; /* out of memory */
    /* your other code */
    return 0;
    If you are using WinMain, your code should be as follows.
    int __stdcall WinMain (HINSTANCE hInstance,
    HINSTANCE hPrevInstance,
    LPSTR lpszCmdLine,
    int nCmdShow)
    if (InitCVIRTE (hInstance, 0, 0) == 0)
    return -1; /* out of memory */
    /* your other code */
    return 0;
    If you are creating a DLL, you must call InitCVIRTE and CloseCVIRTE in your DllMain function, as in the following.
    int __stdcall DllMain (void *hinstDLL, int fdwReason,
    void *lpvReserved)
    if (fdwReason == DLL_PROCESS_ATTACH)
    if (InitCVIRTE (hinstDLL, 0, 0) == 0)
    return 0; /* out of memory */
    /* your other ATTACH code */
    else if (fdwReason == DLL_PROCESS_DETACH)
    /* your other DETACH code */
    CloseCVIRTE ();
    return 1;
    NOTE: The prototype for InitCVIRTE is in cvirte.h, not
    utility.h.
    NOTE: In CVI 4.0.1, this function was expanded from one to
    three parameters. Executables and DLLs that were
    created using the one-parameter version of the function
    will continue to work properly.
    /*-------------------- Prototype ---------------------*/
    int InitCVIRTE (void *HInstance, char *Argv[], void *Reserved);
    Nandan Dharwadker
    Staff Software Engineer
    Measurement Studio Hardware Team

  • Where do I find examples of how to use formula functions? Online help only provides syntax

    Hello,
    I would like to run a formula ( for my custom field in Project 2013)  that allows me to see the Finish Time e.g. 17:15 for a task.  I am trawling through the online help to determine which one is best but I would like to read some examples
    of how a function can be used. I hoped Help may do this but no.
    Hope you can point me into the right direction.  Thanks in advance.
    Alan

    Alan,
    Yeah I agree, the on-line help is lacking in information on how to actually USE a function. However, there are some places that may help. Here are a couple, I'm sure there are many others.
    https://support.office.com/en-nz/article/Project-functions-for-custom-fields-7e525143-380f-4083-8d5a-3ecc6ba44f22
    https://msdn.microsoft.com/en-us/library/office/ee767700(v=office.14).aspx
    Since many of the custom field formulas are also used in VBA, I've found the object library reference for VBA to be very helpful in understanding and setting up custom field formulas. To get the the object library, go to Developer/Code group/Visual Basic.
    Once the Visual Basic Editor window opens, hit View/Object Browser. Hit the Help menu and select the Help for Visual Basic. Type in the function of interest.
    However, you say you want a custom formula to see the finish time for a task. You don't need any customization to see that. Simply go to File/Options/General tab and select a date format that includes the time.
    Hope this helps.
    John

  • I charged my iPod4th gen then my usb adaptor sparks and my room smells like rubber... is there anything wrong? this happened twice.. the the usb adaptor is no longer functioning.. :) pls help!!!

    I charged my iPod4th gen then my usb adaptor sparks and my room smells like rubber... is there anything wrong? this happened twice.. the the usb adaptor is no longer functioning.. pls help!!!

    - Does the USB port work for other devices?
    - I do not know what you meanby USB adopter
    - Make an appointment at the Genius Bar of an Apple store. Bring the "USB adopter" too.
      Apple Retail Store - Genius Bar                 

  • HELP My Macbook is no longer functioning, it shows a folder symbol w/ a que

    My Macbook is no longer functioning, it was showing a folder symbol w/ a question mark and then it just turned black. Now when I try to start it up, it just shows the light gray screen and nothing else. It won't start. I don't know what to do! Please help

    That means it cannot find a valid System file on a disk.
    Try booting from your install DVD, run Disk Utility and repair your HD. If it still won't work you may need to "Archive & Install" a fresh new OS X from the DVD.

  • JDK online help broken under JDev 903 ?

    Hi,
    Since I upgraded from version 902 to 903, online help
    for JDK classes does not work anymore.
    Neither does it for my colleagues or after a
    fresh re-install (unzip).
    It does work for oracle BC4J classes or
    user-defined libs (say ChartBuilder), though.
    Can someone please help me restore this basic
    functionality offered by any decent modern IDE?
    TIA,
    Bernard.
    PS: this seems to have been mentioned by at least
    one user, Ms Stohlmann, whose post stayed unanswered.
    re:How to add JDK reference to JDeveloper Help?

    The hosted Javadoc will be used if the local Javadoc
    is not found. Due to the name mismatch, the local
    Javadoc is not being found, so JDeveloper tries to
    access the hosted doc.Thanks for the explanation, Steve, I like to understand
    why things don't work, sometimes ;-)
    In your case, it sounds like your firewall doesn't
    allow you to get files from outside your your
    company's network.
    You can fix this in JDeveloper by setting your proxy
    in the Preferences (from the Tools menu, select
    Preferences, and then select Web Browser/Proxy). Set
    your proxy as you do in your browser, and then
    JDeveloper should be able to get through your
    firewall to access remote files.Well I have. And I am allowed to access the Net, but on
    1st external request, the proxy (from a browser)
    prompts me for a username/password
    (it's a Netscape software BTW)
    JDev doesn't prompt me, instead I am getting this:
    Proxy authorization required Username authentication is
    required for using this proxy. Either your browser does
    not perform proxy authorization, or your authorization has
    failed.
    I am asking mostly out of curiosity, because local doc by
    default makes more sense anyway, but then the auto-u[i]Long postings are being truncated to ~1 kB at this time.

  • Siri no longer functions with ios 6.1

    I have an iphone4s that I just upgraded the IOS from 6.01 to 6.1 and Siri no longer functions.   It just freezes at "what can I help you with" and never does anything or it indicates by voice that there is a problem.   Cell WIFI and local WIFI are functioning normally.

    I just figured it out, I went into settings and turned Siri off and back on and it seemed to trigger it into working.

  • Zipeg and limewire no longer functioning (both bounced back).

    Greetings,
    Zipeg and limewire are no longer functioning on my mac (limewire first, about 3 weeks ago). In fact, i've tried to re-downloaded both softwares but the applications will only bounce back and not functioning. Previously (2 months ago), i have a same problem with MacDJView. Any idea what's wrong with my mac?
    Any help will be greatly appreciated. Thanks!!

    Hello n_n:
    Some programs will not run if they are located outside of the "/Applications" directory on the
    boot volume. I have Zipeg, but I don't have the other programs you use, so I don't know
    if they will run on your second partition. My Zipeg install is on my boot drive, I've never
    tried to run it on my data partition. I, like you, do have programs located on a second partition,
    and every now and then I try to install one there and it will refuse to run, if it does refuse to run,
    I go ahead and install it on the boot volume, however the majority of apps don't care where they
    are installed.
    Did you just install these apps or have they been working and just decided to quit?
    Kj

  • In Earthlink Webmail, the "check all" and "delete" button for deleting multiple messages no longer function (although they work in I explorer).

    When using the webmail application for earthlink email, the "check all" option to select an entire page of messages at once no longer functions. Same problem with the "delete" buttons that are located at the top and bottom of the page with multiple messages. Consequently, the only way to delete a message is to open the message and delete it in that view -- extremely tedious if there are a lot of messages.
    This is a recent change, in the last few days. Everything works fine in I explorer. Earthlink support suggested I start Firefox in safe mode and restore firefox default settings. I went through the process on the help page. It didn't help.
    I'll provide the earthlink link, but it is my email page that is the problem.

    Same here.
    - select multiple mails with the SEARCH option (manually selecting seems to work fine)
    - click the move button
    - list of folders appears (witn account & cancel options that both still work)
    - click on a folder
    - mail flies to this folder (animated)
    - list of folders remains visible
    - the cancel button does NOT work
    - the accounts button takes you back to the root "directory" of your accounts
    - in my case "live" and "exchange"
    - this screen is a dead end. Clicking on both the account names and the cancel button do not work
    A complete restart fixes the problem

  • I am on Lion (10.7.4). After a recent upgrade my iWork 09 does no longer function. Any explanations?

    I am on Lion 10.7.4. After a recent my iWork does no longer function Any solutions?

    Found out that if I did a PRAM reset at this point when restarting after the Kernell panic, the installation continues without problem.  Previously i was doing the PRAM reset prior to starting the install process and that did not help.  Problem solved

  • How to build online help for froms

    dear colleague,
    i need to build an on online help based on word file, meanwhile i need to facilate the search ability in this help and table of content also, can anyone help in how to devlope this function??

    <p>Maybe this solution could help you.</p>
    Francois

  • I have repeatedly tried to install flashplayer on Mac 10.5.8 with no success. I have followed the online help document line by line and tried Mike M's suggestions to no avail. I now have no flashplayer and each time it continues to report a failure to lau

    I have repeatedly tried to install flashplayer on Mac 10.5.8 with no success. I have followed the online help document line by line and tried Mike M's suggestions to no avail. I now have no flashplayer and each time it continues to report a failure to launch even when reset. the error report on apple state a breakpoint and unknow required load command whatever that is....HELP!

    Hi Katie,
    Flash Player is no longer supported on OS X 10.5.8.  If you try to install one of the latest versions, it'll just terminate.  You need Flash Player 10.3.183.90 (released 7/9/2013), which is the last version supported on OS X 10.5.8.  The installer file is in this zip package, http://fpdownload.macromedia.com/pub/flashplayer/installers/archive/fp_10.3.183.90_archive _mac_only.zip.
    If you have an Intel machine, you may want to consider upgrading to 10.9 (free upgrade) so that you can install the latest, most secure, version of Flash Player.
    Maria

  • F1 does not take me to online help!

    When I hit F1 in Lightroom 3, it takes me to C:\Users\MyName\AppData\Roaming\chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1\Local Store\Help\en_US\Lightroom\3.0\Using\index.html.  I did have CS5 demo installed, if that makes any difference (I seem to remember turning off online help on CS5 - but don't remember how the heck I did it).  The help screen the above mentioned link takes me to says "Adobe Lightroom 3 Beta".
    Thanks in advance for any help,

    I had the same problem.  I isolated it to a file with a older, obsolete URL reference. The file name is Lightroom_3.0.helpcfg.
    The folder in Windows 7 is located here...
    C:\Users\{username}\AppData\Roaming\chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1\Local Store\HelpCfg\en_US
    The easiest solution is to delete the entire chc.4875...8CE.1 folder (the one with the ridiculously long name) containing the file and letting Lightroom Help rebuild the contents (which it will do automatically on first use).  This same folder is used for other Adobe products such as Photoshop but they will rebuild too.
    The harder solution is to change the two lines in the Lightroom_3.0.helpcfg file to point to the correct help URL.
    The two correct lines are:
         searchAdobeRefinement="site=lightroom_3_all"
    and
         id="en_US_Lightroom_3.0_Using"
    If you feel comfortable editing the Lightroom_3.0.helpcfg file, you should be able to locate the 2 lines that need changing.
    Hope this helps.

  • Airprint no longer functions

    connected deskjet 3052a and airprint initially worked but no longer functioning. i use iphone/ipad

    Hi johnter,
    Does your device see the printer? If so and it doesn't print, check your print queue to make sure a print job is not stuck. If your device(s) no longer see the printer, reboot all devices bringing up the router first (give it 30 seconds) then bring up the printer and then your devices. Now try your print job again.
    I was an HP employee.
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • Providing online Help for Flex-based applications

    I have been asked to provide online Help for a Flex application. As I have never done this before, I have a few questions:
    - What is the format for the Help topics?
    - Are there control-type files (e.g., TOC, index, project file) that need to be created? If so, what is the format for these?
    - Is the Help compiled? If so, which compiler is used?
    - How is context-sensitive Help created?
    I'd also like to know if there are any resources I could look at that covers these Help issues. Thanks.

    Hi,
    You can acheive the same by the addition of [USER-COMMAND fcode].
    RADIOBUTTON GROUP group [USER-COMMAND fcode] - The addition USER-COMMAND can be used to assign a function code fcode to the first parameter in a radio button group. The function code fcode must be specified directly, and have a maximum length of 20 characters. When the user selects any radio button of the radio button group on the selection screen, the runtime environment triggers the event AT SELECTION-SCREEN and transfers the function code fcode to the component ucomm of the interface work area sscrfields.
    So you code should be altered as
    PARAMETERS: rb_appl  RADIOBUTTON GROUP rad
                         USER-COMMAND radclick    "Addition which you have to make.
                         DEFAULT 'X',
                rb_pres  RADIOBUTTON GROUP rad ,
                p_file   TYPE ibipparms-path.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      IF rb_appl = 'X'.
        PERFORM f_applictn_server_filenm.
      ELSEIF rb_pres = 'X'.
        PERFORM f_presentation_filenm.
      ENDIF.
    Thanks & Regards,
    Harish

Maybe you are looking for

  • Time Machine Hard Drive Missing

    Specs: 1-year-old iMac (2.8 GHz i7 etc) running OS X 10.6.7. Until a last week (and possibly this issue is related to my recent 10.6.7 update), my Firewire-800-connected external Lacie backup drive (2 Tb RAID) showed on the desktop faithfully. This i

  • Me23n user exit dynpro problem

    Hello Everybody, I'm developing a user exit for me23n transaction. I have added a tab in which i have some fields i want to fill, but i'm having the next problem. when i enter in the me23n transaction,  i push the edit button and those fields appear

  • Dought regarding Function module

    Hi ,     I have small dought regarding fm.... since  Read_text is a function module   can it be changed to RFC , since i need to retrive data from sap to informatica . since some of the long text are also need to retrived to a non sap system . if i c

  • At selection screen-calling two events

    Hi experts,    I have the following requirement- I am supposed to have 2 radio buttons and a text box to enter a file name on the selection-screen and based on the button the user selects i need to provide F4 help for the text box. If the user select

  • What is the highest Firefox version that supports my favourite plugins ?

    I marked the 4 plugins I will not relinquish even if they are no longer available in higher versions. That case I will not update. OR, what substitution is available instead of them ? Anyway, all info I have about Fox plugins that my favs are no long