Essbase Visual Basic API - Help File locations

Hi,
I was wondering if anyone can help. Normally on XP Office 2003 I can get the VBA help via Help->Essbase Help. However I'm on Vista Office 2007 and when I goto the Add Ins->Essbase Help, I get an error that states:
Why can't I get Help from this program?
The Help for this program was created in Windows Help format, which was used in previous versions of Windows and it is not supported in Windows Vista.
For more information, see Windows Help program (WinHlp32.exe) is no longer included with Windows on the Microsoft support website.
So I need another way to access these help files.. Is there another way to do this??????
Thanks,
Sam

loading data from the VB api uses the import function. Look at http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_api/topapilist.htm for the system 9 version of the documentation. The document gives you samples for different functions you will need. from initialization, login, import, logout and termination

Similar Messages

  • Change chm help file location in SBO

    Hi,
    I have a problem in SBO where the help file location for when I press F1 in SBO is using the wrong server name and I need to update it. I can see this via Top Menu > Help > Help Settings. Now I can't see where I change this.
    Thanks in advance.

    Hello,
    I suggest to resintall SAP B1 in your server, and do not forget to install help file. After that, repeat the step to activate the help file in the help settings.
    Rgds,

  • Windows API help files (Installation question)

    I've been working in LabWindows/CVI for a few weeks, and have added some API calls.  They work fine.  However, when I go to Help/Windows API, I get the following message:
    "The Win32 API documentation has not been installed.  You can install the documentation from the LabWindow/CVI Platform DVD."
    I have the Developer's suite DVDs, and ran the installer on the first, selected a custom install of LabWindows/CVI and saw that all the help files were installed, as were all the Windows API support files.  In fact, the only things which weren't installed were the wizards for VS 200x.  I tried installing the MSDN files, which is a bit of a help (I can go search on it), but, it's a bit big and slow compared to a normal help file.
    What am I missing to install this?

    Hi Steve,
    There was a problem with the MSDN help installer that shipped with VS 2009. It installs the help correctly, but CVI 2009 is not able to link to them because of a registry incompatibility. You have a couple of possible workarounds:
    a) if you have CVI 9.x, and you still have the "MSDN Library Documentation" DVD that came in that package, you should install it and the help link from CVI 2009 should then work.
    b) or you can simply get the same help online. Just browse to msdn.microsoft.com and enter the name of the function that you want to get for.
    Luis

  • Lightroom 3 offline help file location?

    I'm sure this has been answered 2 million times already in this forum but various searches ("offline lightroom help file") don't get me very far (I have found the URL for 2.0 though...). Checked the Lightroom FAQ and release notes too.
    Any pointer will be greatly appreciated! Thanks in advance.
    (shame on Adobe for making it so hard to find something so essential - what about a direct link to download this from the help menu?)

    Top right corner of linked page http://help.adobe.com/en_US/Lightroom/3.0/Using/index.html Click on pdf symbol to download.
    It's also worth noting that when connected to internet above is the page you get taken to when you click Lightroom Help in the application Help menu or hit F1

  • 11.1.2 essbase upgrade not recognizing application files location

    Hi all
    I am upgrading an essbase database (Planning) from 11.1.1.3 to 11.1.2.2,
    I trying to configure 2 essbase servers (original 11.1.1.3 and new 11.1.2) running on 1 physical server using different ports and filesystems
    Following all the steps in the Deployment guide in Preparing Essbase Data for Upgrading,
    I ran all the steps in the Manual file transfer instructions to copy from source machine to target machine.
    I have started the steps in rehosting the essbase applications,
    - Completed enable lookup by cluster name:
    - I completed the server to cluster script on the HSS box (updateEssbaseServer )
    when i went to run EssbaseUpdateEssbaseServer one of the planning databases did not update i got this error
    [Mon May 21 14:03:50 2012]cphypd.sherwin.com///admin/Error(1002097)
    Unable to load database [PlanFcst]
    Error loading application = 1002097, continue...
    looking in the logs i found that it was trying to go to the prior location of the 11.1.1.3 instance and not the new location of the 11.1.2 instance
    Why is it not recognizing the new datafile locations

    I saw this in the guide
    I followed these instructions and specified a different directory when running the staging tool, the script was empty, i do not believe it should be, it should contain mapping info to update essbase.sec, which it did not
    On the Configure Essbase Server page, for Full path to application location (ARBORPATH), specify the location of the existing or replicated Essbase data.
    Note:
    If you replicated data to a new machine, and if you selected Differently-named disk volumes, table spaces, or ARBORPATH on source and target or Consolidated disk volumes or tablespaces on target by exporting data during data replication, you must run a script immediately after configuring Essbase to update the Essbase security file to reflect the disk volumes on the upgraded system. The Essbase Staging Tool provides a script to update the settings in the security file (essbase.sec):
    Start the Essbase Server and EPM System services. Navigate to ARBORPATH/app on the machine that is hosting the upgraded Essbase Server and run the following script using MaxL:
    %ARBORPATH%/bin/startMaxl.bat -u userName editagtsec.msh
    where userName is the Administrator user name to connect to the upgraded Essbase server. The script prompts you to enter the password.
    Note:
    editagtsec.msh could be empty in some scenarios. For example, when you launched the Staging Tool, the Staging Tool reports on existing volumes. If no volumes are listed, editagtsec.msh is empty.

  • Visual Basic TCPControl Help - I've Searched, Looked and Learn But not exactly getting it right - Please Help

    Simple Card Game - that works
    Now want to give it Multiplayer Functinality
    Also I am confused, how do I get the client to get information sent from my server to it, since it is not listening (and store it into a string)
    I really just want a bare bones code to
    have A Master Server that Can recieve Multiple Connections
    That Master Server Needs to be able to get messages from each user connected to it
    The Master Server Needs to be able to send Messages to each user connected to it
    each user (client) needs to be able to recieve and show messages recieved from the master server!
    That really sums it up - I need to stream line the network code.  I need to focus on the actual card game itself!
    Please Help!!!!
    1 - Player will start their game (client)
    2 - The client will connect to the server
    3 - Master Server Accepts the Connect
    4 - The Client will automatically send their login info as a string to the Master Server
    5 - Master Server Will check the string and get user info - if the Info is correct then the Master Server will send a message to the Client as a string letting it know it is connected
    6 - Master Server Will give that player a UniqueID
    7 - Master Server Will put Player in a list as An Available Player
    8 - 
    9 - Now
    10 - 
    11 - Player 2 will start their game (client)
    12 - The client will connect to the server
    13 - Master Server Accepts the Connect
    14 - The Client will automatically send their login info as a string to the Master Server
    15 - Master Server Will check the string and get user info - if the Info is correct then the Master Server will send a message to the Client as a string letting it know it is connected
    16 - Master Server Will give that player a UniqueID
    17 - Master Server Will put Player2 in a list as An Available Player
    18 - 
    19 - Now since there are 2 players
    20 - 
    21 - The 2 players are removed from the Available Player List
    22 - 
    23 - Master Server will randomly pick a player 1 to go first
    24 - Master Server Sends Message to Player to take turn (as a string code)
    25 - Player 1 plays a card - the card info is sent as a string to the master server
    26 - The Master Server then sends the Player 1 info to Player 2
    27 - Player 2 Client gets the info from the master server that contains the card info from player 1
    28 - Player 2 plays their card and the information is sent to the master Server
    29 - 
    30 - Until
    31 - 
    32 - One of the players is considered a winner
    33 - At that Time the Server will Record Player 1 as winner or loser and Player 2 as winner or looser  
    34 - Now The 2 Players are put back onto the available players list
    Now this is where I am stuck.
    Step 11 - 
    How do I get my progam to accept more than one person?
    So my problem is my TCPControl I guess  SO code below
    ClientTCPControl.vb (Class)
    Imports System.IO
    Imports System.Net
    Imports System.Net.Sockets
    Imports System.Threading
    Imports System.Text.RegularExpressions
    Public Class ClientTCPControl
        Public Client As TcpClient
        Public DataStream As StreamWriter
        Public Sub New(Host As String, Port As Integer)
            'Client
            Client = New TcpClient(Host, Port)
            DataStream = New StreamWriter(Client.GetStream)
        End Sub
        Public Sub Send(Data As String)
            DataStream.Write(Data & vbCrLf)
            DataStream.Flush()
        End Sub
    End Class
    MasterSercerTCPControl.vb
    Imports System.IO
    Imports System.Net
    Imports System.Net.Sockets
    Imports System.Threading
    Imports System.Text.RegularExpressions
    Public Class MasterServerTCPControl
        Public Event MessageReceived(sender As MasterServerTCPControl, Data As String)
        Public PublicServerIP As IPAddress = IPAddress.Parse("10.0.0.6")
        Public ServerPort As Integer = 64554
        Public Server As TcpListener
        Private ComThread As Thread
        Public IsListening As Boolean = True
        'CLIENTS
        Private Client As TcpClient
        Private ClientData As StreamReader
        Public Sub New()
            Server = New TcpListener(PublicServerIP, ServerPort)
            Server.Start()
            ComThread = New Thread(New ThreadStart(AddressOf Listening))
            ComThread.Start()
        End Sub
        Private Sub Listening()
            'Create Listener Loop
            Do Until IsListening = False
                'Accept Incoming Connections
                If Server.Pending = True Then
                    Client = Server.AcceptTcpClient
                    ClientData = New StreamReader(Client.GetStream)
                End If
                'Raise event for incoming messages
                Try
                    RaiseEvent MessageReceived(Me, ClientData.ReadLine)
                Catch ex As Exception
                End Try
                'Reduce CPU Usage
                Thread.Sleep(100)
            Loop
        End Sub
    End Class
    Client Code This Sub Runs when the Player Clicks the Connect Button
        Private Sub cmdConnect_Click(sender As Object, e As EventArgs) Handles cmdConnect.Click
            'Make Connection to Master Server
            Client = New ClientTCPControl("10.0.0.6", 64555)
            If Client.Client.Connected Then cmdConnect.Text = "Connected"
            varConnectedToServer = True
            'Create Login Credential String
            LoginCredentials = "login" & "," & varUserName & "," & varUserEMail & "," & varUserPassword & "," & varUserState & "," & varUserMachineIP
    & "," & varUserInternetIP & "," & varPlayerPort & ","
            SendLoginCredentialsMessage()
        End Sub
    Also I am confused, how do I get the client to get information sent from my server to it, since it is not listening (and store it into a string)
    I really just want a bare bones code to
    have A Master Server that Can recieve Multiple Connections
    That Master Server Needs to be able to get messages from each user connected to it
    The Master Server Needs to be able to send Messages to each user connected to it
    each user (client) needs to be able to recieve and show messages recieved from the master server!
    That really sums it up - I need to stream line the network code.  I need to focus on the actual card game itself!
    Please Help!!!!

    I suggest you search the net until you find something that sounds like it may be able to do what you want to do.
    Like this link from CodeProject
    C# \ VB .NET Multi-user Communication Library (TCP).
    Although for the server to work I suppose it will need to be on a machine which has a public internet IP address or perhaps port forwarding would need to be used or dynamic dns. Things which may cost extra or not be available from your ISP.
    What you need to know about the Internet
    Making your Computer Accessible from the Public Internet
    La vida loca

  • XMII 12 help file location and virtual connections

    Hi.
    I have just installed xMII version 12 It took me 20 days the first time, but now it is easy.
    Two questions. When trying to activate help, it opens a link like...
    http://wbhelp.sap.com/manufacturing/xmii_120/da/44/2AF20B1DDE23D3E10000000A1553F7/content.htm
    How to fix this ??
    Is it possible to make virtual connections to xMII version 11.5 ??
    BR.
    Poul Klemmensen.

    Hi Poul.
    What language of the help are you trying to access?  I see "/da/" in the middle of your help URL, but if you're trying to access the German version of the help, it should be "/de/". 
    For now, you can manually replace the "da" with "de" for German or "en" for English, and you should be able to see the help topic without error.
    Regards,
    Audrey

  • Need iPhoto '11 help (file location and duplicates)

    I recently upgraded to Lion and am having problems in iPhoto that I've never had before. 
    1:  Where is the actual photo file?  The photos successfully load into iPhoto but they do NOT appear in my hard drive in my "Pictures" file.  When I try to attach them to an email, a "Media" section opens and I can attach from iPhoto that way but I'm not seeing the actual photo file.  I don't want to delete photos from my camera without being positive that the file is on my computer.
    2:  Duplicates!  Holy duplicates!  The first time I did an upload in iPhoto it uploaded everything in triplet.  The second time I did an upload, it attempted to upload in double but I selected only one of each.  How do I get it to not do this at all?  Why would I want duplicate photos in the first place?

    1. How the files are stored has nothing to do with the OS you're on. Obviously, the last version of iPhoto you had was v6 or earlier.
    Since iPhoto 7 (iLife 08) the old iPhoto Library Folder is a Package File. This is simply a folder that looks like a file in the Finder. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves.
    Want to look inside?
    Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed.
    Standard Warning:
    Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things,, deleting them or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    There are many, many ways to access your files in iPhoto:   You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    There's a similar option in Outlook and many, many other apps.  If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    If you want to access the files with iPhoto not running:
    For users of 10.6 and later:  You can download a free Services component from MacOSXAutomation  which will give you access to the iPhoto Library from your Services Menu.
    Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and 10.5 Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    Show File:  a. On iPhoto 09 and earlier:  Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.    3.b.
    b: On iPhoto 11 and later: Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original. A Finder window will pop open with the file already selected.

  • Help files location?

    Windows XP machine.
    Uninstalled cs3 from my C drive and reinstalled on my D drive. If I select F1 the online help is no longer available. What happened?
    any help on "help" would be appreciated.

    http://www.jcreator.com/support.html
    Always best to ask those for support that actually created that thing.

  • Where is the Crystal Reports developer help file?

    Hi everyone,
    I'm looking for the CR devloper help file - the one that documents the object model for programming against CR from .Net.  Any ideas?
    Would be good if CR installed a helpfile link in the Start menu > Programs etc like other products.
    Thanks,
    Rod

    Hi Rod,
    See this kbase article on how to install them:
    [1530989 |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333330333933383339%7D.do]- Crystal Reports for Visual Studio 2010 help files
    Also, if you got to help.sap.com, click on the Business Objects tab, select All... and the filter on Crystal Reports for VS .NET there is a SDK chm file.
    Thank you
    Don
    Edited by: Don Williams on Jun 27, 2011 6:56 AM

  • Help files are annoying

    Does anybody else think the way the help files for WebLogic Workshop are presented
    now are annoying?
    Anytime I need to search for something, I can't go back. The index frame is updated
    so there is no back trail. If I go on a wrong path, I can't easily go back to
    where I
    started. I'm copy and pasting to text files just so I don't have to go thru the
    pain of
    using the GUI. I've talked to others using the GUI and they say the same thing.
    I've see request for PDF files for the help docs and assume they are request for
    the same thing - a way to go around the interface.
    I'm starting to hack the html files, but this isn't reasonable.
    Am I alone in this?

    You're so not alone. I hate having to turn to the help files. And I
    experience the same exact problems you do. I use them as a last resort
    because of the usability issues. I also have issues with the content
    itself. Once you get beyond the basics the help files are lacking in
    content. For example, go try and figure out how to make use of a Scoped
    Response.
    It should get better, but in the mean time, this is all we have to work
    with.
    M.
    "Matt" <[email protected]> wrote in message
    news:404f4592$[email protected]..
    >
    Does anybody else think the way the help files for WebLogic Workshop arepresented
    now are annoying?
    Anytime I need to search for something, I can't go back. The index frameis updated
    so there is no back trail. If I go on a wrong path, I can't easily go backto
    where I
    started. I'm copy and pasting to text files just so I don't have to gothru the
    pain of
    using the GUI. I've talked to others using the GUI and they say the samething.
    >
    I've see request for PDF files for the help docs and assume they arerequest for
    >
    the same thing - a way to go around the interface.
    I'm starting to hack the html files, but this isn't reasonable.
    Am I alone in this?

  • Crash on search function for HTML Help file (.chm) when connected to a Visual C++ application

    Crash on search function for HTML Help file (.chm) when
    connected to a Visual C++ application
    I use the RH_ShowHelp API command to connect a HTML Help file
    (.chm file generated by RoboHelp Word X 5) to my Visual C++
    application. My application is able to call up this HTML help file
    in context-sensitive mode and everything is working great in the
    Contents and Index panels EXCEPT when I click on List Topics (after
    I enter a KEYWORD for search) in the Search panel.
    I got an error that said “Unhandled exception in
    xxxx.exe.(HHCTRL.OCX):0xC00000FD: Stack overflow”
    I am able to execute this .chm file by itself and the search
    function works well in this case. I am using HHActiveX.dll that is
    created on 2/23/04. Is this the correct version?? Any advice what
    to do here??

    Hi agschin and welcome to the RH forums. The hhactivex.dll
    file is not used by the search function so you can rule that our.
    Have you tried recompiling and seeing if the problem still happens?
    You can also start the Bug Hunter feature in RH - View > Output
    View and then select the Bug Hunter button - and see if that throws
    up any clues.

  • Microsoft Forms and Microsoft Visual Basic while opening the Excel file

    Hello,
    I have issues with 2010 64 bit Office Pro Plus Excel. Whenever I open an Excel file (97-2003 worksheet) which has macros then I get below 2 errors in sequence.
    Please note that all macro settings are enabled and below are my system configs.
    Win 7 Ultimate 64 bit,
    MS Office Pro Plus 2010 64 bit with SP2.
    Googled all and tried but in vein and also note that I dont have any .exd files under ../forms to delete. Please help.
    Please note that for others with same system config/office versions and same 97-2003 worksheet it works so issues is only in my system.
    First Error
    Microsoft Forms
    Could not load an object because it is not available on this machine.
    Second Error
    Microsoft Visual Basic for Applications
    Compile error in hidden module:  MainUtilities2.
    This error commonly occurs when code is incompatible with the version, platform, or architecture of this application.  Click "Help" for information on how to correct this error.
    Thanks.

    Your macro's will not run in a Office 64 environment only in a 32bit environment. The 64bit environment has a whole different setup and macro's created in an earlier 32 bit environment will stop working.
    So if you want to use them in a 64 Office environment you have to rewrite the macro's.
    have a look here:
    http://msdn.microsoft.com/en-us/library/gg264421.aspx
    Maurice

  • How can i run java file by double click like Visual basic

    i have to run java file by giving a command on DOS promtp.But in Visual basic i easily make a .exe file to run my program. Does java provide this thing?
    please help me.

    If you have intaled a JRE in your computer, at leasrt in windows, the .jar files are asociated with the VM, so a double click on them will execute the, thats how things work on my computer, with jdk 1.4 installed.
    Abraham.

  • Configurations file location | visual administrator parameter | path ??

    Hi folks ,
      I have installed the GDS console . As suggested in the installation guide " GDS 1.0 - Installation Guide.pdf " I have copied the GDS folder in the path E:/usr/sap which is where my WAS is installed  (This GDS folder comes when you unzip the file GDS1005_1.zip in the software for MDM 5.5 SP05 ase release . It contains the subfolders namely " configurations" , "IncomingMessages" , "MessagesToDataPool"). The WAS and the GDS console are at the same machine .
    Now there is a step in the configuration of visual administrator parameters where I need to configure the parameter "Configurations file location" . I gve the path as "E:\usr\sap" as suggested in the example for the configuration in the installation guide (my GDS folder is inside "sap" folder ) but when I try to access the page for GDS through http://<host-name><port>/gds it says resource not found .
    What I am not able to figure out is what would be the appropriate path for this parameter so that I am able to access the page ?
    Could you please help me out !!!
    Regards
    Deepak Singh

    Hi ,
       Actually I did all that you suggested but the problem was , for J2EE to accept my changes I was required to restart the engine from the console which I was not doing . This morning I did that and could move on to the next set of problems . But thanks for the suggestions . I do appreciate that .
    - If you look at the " GDS 1.0 - Installation Guide.pdf " then under " Editing the application properties " there is a table which has five columns , Property/Default/<b>1Sync</b>/Description/Example . What exactly does the " 1Sync " column convey ??? . Guess it is the External data pool ??
    - I am doing this more as a personel training excercise so I have some  infrastructural constraints .I have a WAS 6.40 SP15 installed on my machine . I have MDM 5.5 SP05 with the GDS component .  I don't have a XI/R3 system yet in the landscape . I don't have any external data pool . I don't have an AS2 adapter either . So now I am getting a couple of configuration errors which are for some parameters in visual administrator .
    The parameters are
    > DestinationDataPoolGln
    > DestinationDataPoolName
    > 'GDS.PrincipalHeader'
    > ProviderGln
    > ProviderName
    > ProviderTimeZone
    > 'GDS.SchemaLocation'
    > 'LinksItemKeyCombination'
    > 'SystemExternalValidations'
    Is there a way I can configure these values without adding anything further systems in my landscape ??
    Would appreciate your inputs !
    Regards
    Deepak Singh

Maybe you are looking for