Getting Started (newbie, student)

I would like to get started learning the BI module but am a little unsure exactly which things I need installed. Of course, I already have the Enterprise Edition with OLAP option installed.
I am confused as to whether the BI package is separate and distinct from the application server or if BI requires an active application server instance in order to be installed.
Thx

BI requires an install of an application server. THe app servers comes in 3 flavors viz. Webcache and J2ee, Business Intelligence and Forms, AND Portal and Wireless. You should install the BI flavor.
Hope this helps.
Swapan.

Similar Messages

  • J2ee..getting started [newbie]

    I'm following a tutorial (http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/GettingStarted2.html#67955), and, it reads that I have to set the following variables:
    JAVA_HOME
         The location of the J2SE SDK installation
    J2EE_HOME
         The location of the J2EE SDK installation
    ANT_HOME
         The location of the ant installation
    PATH
         Should include the bin directories of the J2EE SDK, J2SE, and ant installatio
    I installed jdk 1.6 u10 and after a while I was prompted to install JavaFX 1.1 SDK.
    1. Does the jdk include the sdk?
    2. Is the default path (on Windows):
    C:\Program Files (x86)\JavaFXjavafx-sdk1.1\ ?
    3. Is it supported on Windows Server 2008?
    4. What literature and tutorials (the easier the better) would you suggest, considering I know programming paradigms and the basics of programming languages?

    >
    I installed jdk 1.6 u10 and after a while I was prompted to install JavaFX 1.1 SDK.
    1. Does the jdk include the sdk?No. But you probably downloaded a bundle that contains both. I know that a similar bundle was at the top of the SE downloads page so that's probably what you got.
    2. Is the default path (on Windows):
    C:\Program Files (x86)\JavaFXjavafx-sdk1.1\ ?Default for what? Installing the SDK? If that is your question then the default path is probably what will be automatically filled when you try to install the SDK.
    3. Is it supported on Windows Server 2008?The FX SDK? Well first let's be sure that you want to install the FX SDK in the first place? Do you need it? I don't know if it works on WS 2008

  • Some Help to get started needed for a newbie

    I am attempting to add some simple email functionality to a small utility
    program I am writing in Delphi for my school. We have used Groupwise for
    many years and I have programmed a bit in Delphi but mainly database work.
    Can anyone tell me where to find some documentation that will help me to
    get started in using the GW Tokens API with Delphi?
    How do I install it?
    Do I need a Type Library for it to use it effectively with Delphi?
    Is there some sort of basic skeleton code that I can refer to?
    I would greatly appreciate any help that anyone might offer here.
    Thanks
    Alan Humphries

    freemat2 wrote:
    Ooops putting some info would have helped.
    It will be a long hard road but..
    for VB (so you will need to translate for Delphi)
    Add references to Groupwise.exe to your project and Groupware type library
    GWCMA1.DLL
    Then this will create a new email and drop in a few addresses if supplied
    (eg from your CRM)
    Public Sub SendEmail(ByVal lsEmailAddress As String, ByVal lsDomain As
    String, lblProgress As Label)
    Dim vCommander As Object
    Dim rc As Long
    Dim sResult As String
    Dim lsOperation As String
    Dim i As Integer
    Dim sUserName As String
    Dim sEmailTo As String
    Dim nPtr As String
    Dim lsMsg As String
    On Error GoTo Error_Trap
    lsMsg = ""
    If lsEmailAddress = "" Then
    lsMsg = lsMsg & "Please supply a recipients email address" & vbCrLf
    End If
    If lsMsg > "" Then
    lblProgress.Caption = lsMsg
    MsgBox lsMsg
    Exit Sub
    End If
    If lsDomain > "" Then
    lsEmailAddress = lsEmailAddress & "@" & lsDomain
    End If
    Set vCommander = CreateObject("GroupwiseCommander")
    DoEvents
    lblProgress.Caption = "Create email"
    rc = vCommander.Execute("NewMail()", sResult)
    sEmailTo = lsEmailAddress
    While sEmailTo > ""
    nPtr = InStr(sEmailTo, ";")
    If nPtr = 0 Then
    sUserName = sEmailTo
    sEmailTo = ""
    Else
    If nPtr > 1 Then
    sUserName = left$(sEmailTo, nPtr - 1)
    End If
    If nPtr < Len(sEmailTo) Then
    sEmailTo = Mid$(sEmailTo, nPtr + 1)
    End If
    End If
    lblProgress.Caption = "Add " & sUserName
    lsOperation = "TextSetTo(" & vbDoubleQuotes & sUserName &
    vbDoubleQuotes & "; True) "
    rc = vCommander.Execute(lsOperation, sResult)
    If sResult > "" Then
    MsgBox "Error adding " & sEmailTo & " ,because " & vbCrLf &
    sResult
    End If
    Wend
    lblProgress.Caption = ""
    DoEvents
    Exit_Proc:
    Exit Sub
    Error_Trap:
    MsgBox "Error creating email " & vbCrLf & Err.Description
    lblProgress.Caption = "Error: " & Err.Description
    Resume Exit_Proc
    End Sub
    > Michael Risch wrote:
    > > DId you look at the Groupwise developer PDF or the sample code on the
    > > website? Both should be helpful.
    > > [email protected] wrote in news:KSlQh.218$7e7.73@prv-
    > > forum2.provo.novell.com:
    > > > Thanks - this is starting to look like a long, hard road
    > > >
    > > > Alan Humphries
    > > >
    > > >> Since you are using Delphi, all I can suggest is the PDF :-(
    > > >>
    > > >> Never ever had any luck with early binding and Delphi
    > > >>
    > > >> No need to install anything besides the GW Client though
    > > >>
    > > >>
    > > >> --
    > > >> Best Regards
    > > >>
    > > >> Tommy Mikkelsen
    > > >>
    > > >> IT Quality A/S
    > > >> Denmark
    > > >>
    > > >> Novell Developer Forums SYSOP
    > > >>
    > > >> Please Report back any success or failure, That way we all learn
    > > >>
    > > >> Sorry, but no support through email
    > > >>
    > > >> "I hate bugs".......Tommy Lee Jones, MIB
    > > >>
    > > >> Be a GroupWiseR, go http://www.groupwiser.net
    > > >
    > > >

  • Newbie looking to get started in Mac programming

    Hi,
    I have a handful of ksh scripts written for Leopard, I would like to create an interface/wrapper in C++, ref existing system prefs, to bring everything together under a suite of commands and eventually rewrite the shell scripts into C++. Is there a preferred C++ application and help resources, samples, etc to get started?

    On macintosh, the preferred language is Objective-C, and the preferred framework is Cocoa. The tools to develop in Objective-C/Cocoa (and also other languages) are installable using your Leopard install disk, or you can download them on the [ADC website|http://developer.apple.com>.
    You also have the documentations that go with it, and a lot of courses about Cocoa and Objective-C programming.

  • I'm a Newbie - Hi!: what is the best way to get started?

    Hi,
    I'm retired but used to be a Senior Design Engineer with an aerospace components manufacturer.  The questionnaire didn't ask if I was retired!
    I have a basic working knowledge of computers and applications but I struggle with jargon, (i.e. I prefer the simple approach).
    My copy of Photoshop Elements 12 arrived yesterday.  I've just finished installing it!
    The instructions were quite clear as far as the installation went but I got a bit lost when the booklet started with the "Create an Adobe ID"
    It didn't seem to give any direction.  Any way somehow I managed to get here in the end having registered my product (twice - because I didn't see any activity after I hit the button the first time!).
    I own a Sony Alpha SLT A57 camera and also a Casio Exilim FH100 although the Sony is my weapon of choice for the most part.
    I'm on a basic photography course which leads to an intermediate and then ultimately an advanced course.  I also hope to follow on with courses that have been set up for Photoshop Elements too which are also available.
    I will be feeling my way for a while yet and I would appreciate some help (which will be needed inevitably).
    First of all, what is the best way for a guy with only basic skills to get started?
    Is there a page I can go to for help from first principles?
    I look forward to being a part of this community!

    Help> Getting Started is a good starting point, as is Adobe TV - Quick Links to Elements Adobe TV Tutorials.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Need help getting started - I am a newbie and am royally confused

    I have Crystal Reports XI and VB.Net 2005 with CR functionality built in. I created reports directly in CRXI and now need to be able to use them in .Net.
    Here is where I get lost. When I created my RPT file it had me connect to a database (Access 2002) and then add a table and fields. It works great except now that I am porting to my .Net app the database it needs to connect to will always be changing (dynamic). The table and field names will always be the same. It is just the file name that changes, based on user inputs.
    So are there any tutorials, literature, help that anyone can point me to so I can get on with my steep learning curve? I started programming in VB.net and developing CR's just a short time ago and would appreciate a 'dumbed' down explanation so I can get a handle on this.
    Thanks for any help or advice offered.
    Regards
    TMA

    Here are various resources for .NET development with Business Objects products.
    Check out the developer library tutorials under the Crystal Reports section for help as well as the Crystal Reports samples in the application packages and additional code sample.
    Developer Getting Started
    [https://boc.sdn.sap.com/developer/gettingstarted]
    .NET Developer Resources
    [https://boc.sdn.sap.com/dotnet]
    Developer Library
    [http://devlibrary.businessobjects.com/]
    Links to our sample application packages:
    [http://support.businessobjects.com/communityCS/FilesAndUpdates/sample_applications_for_.NET_developers.pdf.asp]
    Additional Code samples
    [https://boc.sdn.sap.com/codesamples]
    Good luck,
    Jason

  • Newbie here getting started

    Hi everyone, I'm just getting started to record my piano pieces to my computer. I have an old Technics SX-PR700 digital ensemble. I want to record music from the piano to my macbook. Here i have some doubts.
    I want to record good audio sound as well as able to save the music notation to my computer. So I would need a midi cable right? A midi cable is able to record what notes can be played, but does it able to play actual recorded audio sound from my piano on the midi notes that is displayed on the program Audacity or Garage Band?
    If not, I would need a LINE IN cable and a MIDI to do both work..?

    Ok thanks for the helpful reply....I'm still a bit of confuse..been to many stores today to look for MIDI to USB cable Most of them are out of stock. However some sales promoters mention that, the common way to get MIDI out to computer is through another device which is the Interface. So i suppose there are direct ways from MIDI to MAC without an Interface right?
    I did a google search mention that Interface are used as electronic equipment to Communicate to laptops. So what makes MIDI to MAC without an Interface workable? Same goes to audio recording from piano to mac directly without any interface....
    My Old Technics has a Floppy Drive that records MIDI, If i can use a Floppy to record MIDI...then i do not need any cables at all....just need an external floppy drive to my mac possible?

  • Getting Started Programming tutorials For flext 2 Builder

    Hi. now just wondering a newbie to flex builder 2 and action
    script. now, is there any tutorials, for me to get started, as a
    newbie programmer and web designer student. let me know, e-mail me
    off list. cheers Marvin.

    Here is a good place to start:
    http://www.adobe.com/devnet/flex/?tab:quickstart=1
    BTW, it is spelled "assimilated"
    Tracy

  • Problems getting started with templates

    I am just getting started with the dreamweaver 30 day trial.
    I am trying to create my first file. When I try to open a new
    template file I get the message below-
    "Dreamweaver stores templates in the root folder of a site,
    but there are no sites defined. Please add a site"
    What does this mean? How do I find the templates? I am a
    total dreamweaver newbie trying to learn the program.
    Thanks

    ntmunger wrote:
    > I am just getting started with the dreamweaver 30 day
    trial. I am
    > trying to create my first file. When I try to open a new
    template
    > file I get the message below-
    >
    > "Dreamweaver stores templates in the root folder of a
    site, but there
    > are no sites defined. Please add a site"
    >
    > What does this mean? How do I find the templates? I am a
    total
    > dreamweaver newbie trying to learn the program.
    >
    > Thanks
    It's not a problem with templates.
    You have to create a site for your website - F1 will show you
    how to do
    that. Once you have a site created, you will be able to
    create new template
    files, and they can write themselves to the correct part of
    the site.
    HTH,
    Pete.
    Peter Connolly
    http://www.acutecomputing.co.uk
    Derby
    UK
    Skype ID: acutecomputing

  • General problem : how to get start "grid computing"?

    hi all,
    please read this and giud me kindly.
    i m university student and my final year project title is "new middleware models such as "grid services on p2p". this tittle was proposed by our acadamic staff and then i must go through this. now i have the idea what is grid computing and what are the techologies to be used with it. but i have no idea from ware i should get start on this.
    so i will briefly explane u what is my project goal. my project goal is to give a solution to communicate several systems by upping webservices which are running seperatly on seperate servers by several technologies.
    To do this i want to apply "grid computing on peer to peer architecture".
    so plz guid me is this possible to do with grid computing andif is not tell how can i do this( to embeded several systems upping web services ).
    also guid me how to get star to get best practice of grid computing?
    thnaks ,
    nuwan

    Hi Aaron
    Check these standard programs for some help on this :
    1-BCALV_EDIT_01                  Switch on and off the ready-for-inp
    2-BCALV_EDIT_02                  Define ready-for-input status at ce
    3-BCALV_EDIT_03                  Verification of modified cells    
    4-BCALV_EDIT_04                  Delete and append rows            
    5-BCALV_EDIT_05                  Checkboxes                        
    BCALV_FULLSCREEN_GRID_EDIT                                                                       
    Check these links for some Useful info on ALV:
    Possible functionalities in ALV
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907
    Regards
    Neha
    Edited by: Neha Shukla on Dec 2, 2008 8:39 AM
    Edited by: Neha Shukla on Dec 2, 2008 8:43 AM

  • Getting started question

    I'm sure I'll have fewer questions as times moves on, but here is another newbie question.
    I've gone through the initial getting started chapter on the 'Calculator' stateless session bean J2EE project.
    At the step:
    <i>Deploying and Running the Calculator Application</i>
    I think I successfully deploy my EAR.
    The page won't load in my browser.
    I've tried many flavors of localhost, localhost.corp.adobe.com, AHAMILTO1-XP and AHAMILTO1-XP.corp.adobe.com to port 50418/Calculator/Calculator.jsp.
    For example:
    http://localhost:50418/Calculator/Calculator.jsp
    Am I using the wrong port?  Is the port 50418 not an http port?  I guess I'm asking how do I determine my http port number?  I also tried 50000.
    I get the response during deployment:
    <i>Jan 11, 2005 2:27:57 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Deploy Thread] INFO:
    CalculatorEar.ear -> Successfully deployed file:/C:/DOCUME1/ahamilto/LOCALS1/Temp/temp54088CalculatorEar.ear
    DEPLOYMENT ...
    ==> SDM host : AHAMILTO1-XP
    ==> SDM port : 50418
    ==> URL : file:/C:/DOCUME1/ahamilto/LOCALS1/Temp/temp54088CalculatorEar.ear
    ... FINISHED SUCCESSFULLY</i>

    Hello,
    1. Does your browser show the startpage of your local WAS if you try URL http://localhost:50000
    2. Where does your port 50418 come from? It seams that you have several instances on your computer, maybe you should try http://localhost:50400/Calculator/Calculator.jsp to reach your application. XXX18 is normally the sdm port through which you deploy your application to j2ee engine.
    Maybe that helps,
    André
    Message was edited by: Andre Siegling

  • Getting Started on a podcatcher

    Hello,
    I am a computer science student, and I want to work on a project that I have been thinking about for awhile now on my break..
    I want to write a java podcatching client....
    I have found on sourceforge a c++ based client, that I am starting to dig through to get some ideas on how to get started...
    This is my idea for my basic approach..
    I want to go to the url and use a program (or class) such as wget for bash to get the webpage. I am planning on putting this into a stringbuffer...
    then I will use string tokenizer and xml parser to get the data from within the podcast class....
    class podcast
    string name;
    url podcast url;
    string title;
    *a reference to the file
    bool download success
    my question is 1) what do you think of this approach? obviously this is a very rough outline, but any constructive criticism of this outline would be helpful..
    also Is there a class such as wget? I am wondering how to get the rss file into my program... also is stringbuffer going to fit my need to store this file ? or should i actually store the file as temprssfile and then work with that file ?
    Thanks for any input...

    Design? Well, you said something like "I want to build a hospital, I think I will put it in a building, how does that sound?" Sounds okay but you need a little more detail in your design.
    The java.net.URL class is the one you're looking for.
    I wouldn't store things in files, unless of course my design called for them to be stored in files. In which case I would. It depends.

  • Getting started porting Linux driver

    Hello,
    If this question has been posted somewhere else please point me in the right direction.
    I'm new to solaris and my goal is to port a Linux driver (vmebus pci device on Redhat) to Solaris (X86 v5.11). The Linux driver is all written in straight C. I've installed Solaris Express Dev Edition 2/07. I see that gcc is there (under /usr/sfw/bin) but it seems like a bare-bones development environment (no enviroment variables set up , etc).
    My question is is this the right set of development tools to proceed forward with or should I be downloading something else ? Is there some easier to use graphical 'IDE like' set of tools that is more appropriate for a Solaris newbie like me ? I know Forte is a commercial product, what is the best freeware for graphical C development ?
    Regards,
    Brent
    Message was edited by:
    bbartson

    Here's what I would do... go to this website and download an ISO of a live CD. You can burn it, stick it in your CD drive, and start your PC. It will boot to Linux without ever having to format anything, that way you can tinker around with how it feels. After you are happy with that, you can download and install a distro...
    http://www.kubuntu.org/special-cds.php
    As far as disrtos go, I would choose one of the following for a first time user:
    Kubuntu (because it's easy to get started) http://www.kubuntu.org/ or
    Fedora Core 5 (because it's easy to download and add packages -- most in the Add/Remove Programs app) http://fedora.redhat.com/
    Both of these distributions have a lot of help and howtos when it comes to Oracle as well. If you don't like KDE (I do but that's personal preference) then FC5 gives you the option of Gnome or KDE and Ubuntu is the non-KDE version of Kubuntu.
    ~Jer

  • Getting started with Java and XML

    Hi,
    Although I am pretty familiar with Java, I am a total newbie with using it to parse XML. I have been reading quite a few tutorials so am getting a good understanding of it and am thinking of using the DOM model for my purposes.
    What I haven't been able to find, however, is how I can actually get started with this. I have tried compiling a few examples and have been getting errors such as:
    xmltest.java package javax.xml.parsers does not exist
    xmltest.java package org.w3c.dom does not existetc etc...
    It looks like these packages don't come with J2SE. Can anyone confirm this? Do I need to download and install the Java Web Services Developer Pack to solve this problem?
    Finally, I know I will need an XML parser but have read that JDK 1.4 has it's own parser (Crimson). Is this adequate for parsing XML files or will I also need a parser such as Xerces?
    Thanks so much for any help!

    Hi DrClap,
    Thanks for the reply. I have JDK 1.4.1_02 installed on my server but the following error keeps coming up when I try to run my example:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/NodeAre there any further packages I need to download in order to run Java with XML? I have read some people install JAXP and XERCES... are these necessary for parsing an XML document or should J2SE 1.4.1 be sufficient?
    Thanks for your help!
    Jill

  • Getting started with ATG and Eclipse

    Hi,
    I am newbie in ATG web commerce. I am doing some R&D how to integrate ATG with eclipse JBoss and oracle. I searched on Google, there is one very interesting topic about getting started with atg, jboss, oracle :
    http://atgdeveloper.wordpress.com/2009/04/19/getting-started-with-atg-jboss-and-oracle
    It is very helpful to me but there is one problem what are the requirements of eclipse to integrate it with ATG. Is there any ATG plugin, which I can download all the plugin for eclipse and please can anyone help me if there is any ATG configuration documentation available, please share link or document(if there is complete step-by-step documentation available).
    I will greatly thankful to you. Very very thanks in advance.
    Thanks,
    Manveer
    Edited by: msingh on Nov 9, 2011 3:37 AM
    Edited by: msingh on Nov 9, 2011 3:38 AM

    Hi GarethR,
    I have a looked on ATGInstallationGuide.pdf, which url it shows is not working http://www.atg.com/eclipse. I think the url for ATG plugin has been changed now but I didn't found that url on google. Can you please help me to get correct url.
    When I try to use this url using eclipse update manager. It shows me no features available for this site.
    Thanks,
    Manveer

Maybe you are looking for

  • [SOLVED] Audacious won't start

    audacious WARNING: Audacious seems to be already running but is not responding. (audacious:1810): Gtk-CRITICAL **: _gtk_css_section_to_string: assertion `section != NULL' failed ** (audacious:1810): WARNING **: Can't load fallback CSS resource: (null

  • How to convert mov to avi or wmv

    Hello, I just caught a short 30 second clip of my son crawling for the first time with my Canon camera. I want to send the video to my Mom via email however the file is too big. Her computer does not play mp4, which is the only conversion option I fo

  • BEx Query Formula Descriptions -- Conditional Formula

    My question is in regards to the description that is returned from a formula within a structure.  The data I'm expecting is based on (for example) "fiscal year."  I have a text variable setup that returns the result of the "fiscal year" to be display

  • Watch folders?  Am I making this up?

    Does Final Cut Pro support watch folders? Meaning, you import a folder from a drive as a bin, containing something like aiffs or still graphic files, and FCP continues to watch that folder for additional content to be added to it, updating the bin in

  • Trying to upgrade graphics card NEED ADVICE

    I have spend hours tying to find the right graphics card to upgrade.   I am not very tech savvy.  I just want to upgrade so I can play some games without have to buy a new system.  I just need help with figure out what graphics can be used in the cur