Installing weblogic

Hello
i'm havin some troubles while installing oracle forms & reports 11, with weblogic
i finish installing both but when i start the configuration wizard it hangs on the create a domain procedure, no signs of error, it just stay on that step.
any idea of why is this?
here's my configuration
windows 7 ultima edition
64bits
wls1035_generic --> weblogic installer for 64bits
oracle forms&reports 11.1.2.0.0 64bits

Maybe this (Re: 10gAS to 11g - Do I have this correct? can help.
Also keep the versions the same, i.e., WLS 10.3.5 --> Forms 11.1.1.5 (the last numbers must correspond - just to be on the safe side)

Similar Messages

  • Error while installing weblogic portal

    I am getting the following error while installing weblogic portal 10.3.2 generic.jar on existing weblogic server 10.3.2 generic.jar installation on RHEL5 with jrockit mission control 3.1.2 as jdk.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at com.bea.plateng.common.ui.console.DelegateConsoleWidget.invokeWidgetCallback(DelegateConsoleWidget.java:200)
    at com.bea.plateng.wizard.console.tasks.ConsoleInteractTask2.onLeave(ConsoleInteractTask2.java:439)
    at com.bea.plateng.wizard.console.tasks.ConsoleInteractTask2.okNext(ConsoleInteractTask2.java:361)
    at com.bea.plateng.wizard.WizardController.nextTask(WizardController.java:642)
    at com.bea.plateng.wizard.WizardController.run(WizardController.java:519)
    at java.lang.Thread.run(Thread.java:636)
    Caused by: java.lang.NullPointerException
    at java.io.File.<init>(File.java:239)
    at com.bea.plateng.wizard.installer.diskspace.TempDir.<init>(TempDir.java:55)
    at com.bea.plateng.wizard.installer.diskspace.TempDir.getInstance(TempDir.java:41)
    at com.bea.plateng.wizard.installer.helpers.DiskSpaceHelper.checkDiscSpaceForProductInstallation(DiskSpaceHelper.java:255)
    at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.setStoreKeysAndValidateDiskSpace(ProductDirHelper.java:474)
    at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.validateAndSet(ProductDirHelper.java:278)
    at com.bea.plateng.wizard.installer.console.tasks.ProductDirChooserConsoleTask.onLeave(ProductDirChooserConsoleTask.java:235)
    ... 10 more
    anyone please help

    I'm getting this error as well.
    Did you resolve this problem?

  • Fetal error while installing weblogic server 12c on windows 64 bit

    Dear all,
    i have windows7 64bit, oracle 11g database, and my java version as i enter the JAVA -VERSION command at the cmd prompt is below
    C:\Users\Administrator>java -version
    java version "1.4.2_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)i want to install weblogic server generic wls1211_generic.jar.
    when i enter the command
    java -Xmx1024m -jar wls1211_generic.jar
    or
    java -Xmx1206m -jar wls1211_generic.jar
    it try to open the installation but give a fatal error like below
    A fatal error occured, this application will terminate.
    any idea?

    Hi,
    i did the same as you said, i.e i add this path to the PATH variable C:\Program Files (x86)\Java\jdk1.7.0
    add the bin directory to this path, so you should have C:\Program Files (x86)\Java\jdk1.7.0\bintest it in the command prompt with java -version and it should prompt you java 1.7
    also be sure the generic jar is not corrupted.
    and one more thing you should use this command to install with generic jar:
    java -jar wls1211_generic.jar
    http://docs.oracle.com/cd/E24329_01/doc.1211/e24492/guimode.htm#autoId3
    Regards
    Carlos

  • Install weblogic 610 on solaris error

    hi :
    i am trying to install weblogic 610 pack 2 on solaris 2.8. when i start
    with
    sh weblogic610sp2_sol.bin -i console
    the following error occurs:
    Preparing to install...
    Preparing CONSOLE Mode Installation...
    ============================================================================
    ===
    Choose Locale...
    1- English
    CHOOSE LOCALE BY NUMBER: 1
    ============================================================================
    ===
    WebLogic Server 6.1 (with sp2) (created with InstallAnywhere by Zero
    G)
    Invocation of this Java Application has caused an InvocationTargetException.
    Thi
    s application will now exit. (LAX)
    Stack Trace:
    java.lang.NullPointerException
    at java.util.StringTokenizer.<init>(StringTokenizer.java:122)
    at java.util.StringTokenizer.<init>(StringTokenizer.java:138)
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.j([DashoPro-V1.2-120198])
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.c([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.a([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.main([DashoPro-V1.2-120198])
    at java.lang.reflect.Method.invoke(Native Method)
    at com.zerog.lax.LAX.launch([DashoPro-V1.2-120198])
    at com.zerog.lax.LAX.main([DashoPro-V1.2-120198])
    GUI-
    any idea?
    thanks in advance!
    daniel wang

    Hi.
    Try the following: make sure you have JDK 1.3.x installed and in your path
    before you run the installation. I have seen similar problems when someone had
    JDK 1.1.x in the path. You might also try running a silent installation
    instead.
    Regards,
    Michael
    daniel wang wrote:
    hi :
    i am trying to install weblogic 610 pack 2 on solaris 2.8. when i start
    with
    sh weblogic610sp2_sol.bin -i console
    the following error occurs:
    Preparing to install...
    Preparing CONSOLE Mode Installation...
    ============================================================================
    ===
    Choose Locale...
    1- English
    CHOOSE LOCALE BY NUMBER: 1
    ============================================================================
    ===
    WebLogic Server 6.1 (with sp2) (created with InstallAnywhere by Zero
    G)
    Invocation of this Java Application has caused an InvocationTargetException.
    Thi
    s application will now exit. (LAX)
    Stack Trace:
    java.lang.NullPointerException
    at java.util.StringTokenizer.<init>(StringTokenizer.java:122)
    at java.util.StringTokenizer.<init>(StringTokenizer.java:138)
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.j([DashoPro-V1.2-120198])
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.c([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.a([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.main([DashoPro-V1.2-120198])
    at java.lang.reflect.Method.invoke(Native Method)
    at com.zerog.lax.LAX.launch([DashoPro-V1.2-120198])
    at com.zerog.lax.LAX.main([DashoPro-V1.2-120198])
    GUI-
    any idea?
    thanks in advance!
    daniel wang--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • How to install WebLogic 10.3.2 on RedHat 5 64-Bit withno JDK installed?

    Part of my OEM 11GR1 requirement is to install WebLogic 10.3.2. I have a server RedHat 5, I downloaded the Generic .jar file, which would require me a JDK. What is the JDK version I should use? 1.5 or 1.6? Where ot download such?

    Hi,
    If you want to install WebLogic 10.3.2 using Generic Jar then u can use any JDK1.5 or JDK1.6.
    But Always remember that JDK1.5 is not in supported Configuration with WebLogic 10.3.2. So it is always recommended and best practice that while Installing the WebLogic 10.3.2 using Generic Jar in your Box....you should have the JDK 1.6.x (64 Bit) installed in your Box already.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are Here)

  • Unable to install Weblogic server 64 bit 10.3.0

    I am trying to install Weblogic server 64 bit 10.3.0.
    Downloaded the generic net installer zip file of 64 bit. And installing using the jar file installer.jar by pre-installed 64 bit JDK version 1.6.0_22.
    During installation, while installing the files I get "A fatal error has occurred. This application will terminate."
    While browsing through the installation logs the below is what I see:
    2011-04-13 01:54:53,358 ERROR [WizardController] com.bea.plateng.wizard.TargetWalker - An invalid task was encountered
    com.bea.plateng.wizard.tasks.InvalidTaskException: ------------------------------- InvalidTaskException -------------------------------
    WCF Task Name: determineScripts
    Class: com.bea.plateng.wizard.domain.silent.tasks.DetermineScriptsForComponentTask
    Unable to locate task class!
    java.lang.ClassNotFoundException: com.bea.plateng.wizard.domain.silent.tasks.DetermineScriptsForComponentTask
         at com.bea.plateng.wizard.tasks.TaskFactory.createTask(TaskFactory.java:36)
         at com.bea.plateng.wizard.TargetWalker.instantiateTask(TargetWalker.java:172)
         at com.bea.plateng.wizard.TargetWalker.next(TargetWalker.java:103)
         at com.bea.plateng.wizard.WizardController.nextTask(WizardController.java:664)
         at com.bea.plateng.wizard.WizardController.run(WizardController.java:519)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.ClassNotFoundException: com.bea.plateng.wizard.domain.silent.tasks.DetermineScriptsForComponentTask
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at com.bea.plateng.wizard.tasks.TaskFactory.createTask(TaskFactory.java:32)
         ... 5 more
    2011-04-13 01:54:53,359 ERROR [WizardController] com.bea.plateng.wizard.WizardController - Uncaught Exception
    java.lang.NullPointerException
         at com.bea.plateng.wizard.TargetWalker.configureTask(TargetWalker.java:273)
         at com.bea.plateng.wizard.TargetWalker.next(TargetWalker.java:104)
         at com.bea.plateng.wizard.WizardController.nextTask(WizardController.java:664)
         at com.bea.plateng.wizard.WizardController.run(WizardController.java:519)
         at java.lang.Thread.run(Thread.java:662)
    Please help with the installation. I doubt if there could be any missing files...

    It was my mistake that I was execuing the installer.jar. The downloaded zip file server103_generic.zip has to be renamed to a jar file server103_generic.jar and the same has to be executed.

  • Oralce EPM Fails to install Weblogic on Windows Server 2008 R2 x64

    I've run the installer on Windows Server 2008 R2 x64 and it fails to install Weblogic. I don't have MIDDLEWARE_HOME/oracle_common. Config tool log says missing jars. When I go back to install and choose products individually, Weblogic Server is gray. When I click on Weblogic Server, the message at the bottom says can not be installed.
    I have checked that I have extracted the following assemblies:
    Oracle Hyperion Enterprise Performance Management System Installer, Fusion Edition Release 11.1.2.0.0
    Hyperion Enterprise Performance Management System Foundation Services Release 11.1.2.0.0 - Parts 1 - 4
    Oracle Hyperion Enterprise Performance Management System Additional Content Release 11.1.2.0.0
    I have run this same set of files on another server and Weblogic was installed. Am I missing something?

    I am not sure if it is your problem but I don't think R2 is officially supported, I did have problems with it when I first installed 11.1.2 so I installed with R1 SP2.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Facing problem in installing WebLogic 10.3.1 server

    Hi,
    I want to install WebLogic Server 10.3.1, To install this I am using Oracle WebLogic Server 11g Rel 1 (10.3.1) Net Installer setup.
    After running the setup, it is asking “to specify the location where the installer will place any downloaded archives”
    I have specified the location for storage Directory, but after clicking next button its giving me an error as: “Failed to contact server”.
    In the WebLogic Server 9.2 installation, it is not asking for this Storage location..directly the wizard will ask for the type of installation i.e whether ‘Complete’ or ‘Custom’ installation.
    Can anyone tell me How to skip this step I don’t want to download the archive files or how to resolve this error.
    Thanks

    Your question should have been posted in the weblogic server forum not to the weblogic portal one.
    The net installer is a small initial download, which then connects to oracle servers to download the further required files when you do the actual selection of components and install it.
    Instead of downloading the net installer, if you download the complete software then you will get the behaviour similar to your earlier installation experience with 9.2.
    Thanks
    Sridhar S

  • Error while installing weblogic 6.0

    Hi,
    I am trying to install weblogic 6.0 on Solaris SunOS 5.6 Ultrasparc-60
    solaris VM 1.2.1. could someone help me in this.
    Below is the result of my installation.
    TIA
    Arun.
    # sh weblogic600_sol.bin -i console
    Preparing to install...
    Error: failed
    /tmp/install.dir.17096/Solaris/resource/jre/jre/lib/sparc/client/libjvm.so,
    because ld.so.1:
    /tmp/install.dir.17096/Solaris/resource/jre/jre/bin/../bin/sparc/native_threads/java:
    fatal: libCrun.so.1: open failed: No such file or directory

    Mike,
    Should i have to install jdk1.3 separately & run the installation. Is there
    anyway i should specify the javahome for the weblogic installation.
    Arun.
    Michael Girdley wrote:
    WebLogic 6.0 will install its own copy of the JDK using the install anywhere
    wizard. WLS 6.0 requires JDK 1.3 to operate.
    Michael Girdley, BEA Systems Inc
    Learning WebLogic? Buy the book.
    http://www.learnweblogic.com/
    "Arun" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I am trying to install weblogic 6.0 on Solaris SunOS 5.6 Ultrasparc-60
    solaris VM 1.2.1. could someone help me in this.
    Below is the result of my installation.
    TIA
    Arun.
    # sh weblogic600_sol.bin -i console
    Preparing to install...
    Error: failed
    /tmp/install.dir.17096/Solaris/resource/jre/jre/lib/sparc/client/libjvm.so,
    because ld.so.1:
    /tmp/install.dir.17096/Solaris/resource/jre/jre/bin/../bin/sparc/native_thre
    ads/java:
    fatal: libCrun.so.1: open failed: No such file or directory

  • Error occur when installing weblogic server 10.3.3?

    Hello,
    I try to install weblogic server 10.3.3 in REDHAT linux 5.4 x86_64 (64-bit) server.
    as installation manul direct (http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14142/guimode.htm#BABIFBII) , run
    java -jar wls1033_generic.jar ( by the way, command "java -d64 -jar wlsversion_generic.jar" won't work at all)
    in the x window, I can see the first page (weblogic 10.3.3...)
    then before getting welcome page, I saw a dialog occured like
    "A fatal erro has occured, this application will terminate"
    What is wrong?
    Thanks
    Jerry
    cc:
    $ java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)
    IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 Linux amd64-64 j9vmxa64142-20080923 (JIT enabled)
    J9VM - 20080922_23329_LHdSMr
    JIT - 20080815_1845_r8
    GC - 200809_04)
    try to query JDK
    $rpm -qa | grep jdk
    (nothing appear... seems like I need to install 64 bit JDK), if yes, how?

    I think your Java environment is a little out of date. I believe JDK 1.6.0_11 or higher is required for Weblogic 10.3.3
    You can get an updated version at
    http://java.sun.com/javase/downloads/widget/jdk6.jsp
    Also recommend you uninstall the IBM Java build you currently have installed.

  • Problem installing Weblogic Commere Server 3.5

    Hi,
    I installed an evaluation copy of Weblogic 6.1 server. Then I started the installation
    of an evaluation copy of Weblogic Commerce Server 3.5. I double clicked on the
    WLCS_35_with_sp1win32 to start the installation. I get the following error in
    the install :
    "Weblogic server 6.0 is a prerequisite for this install. Cannot find weblogic
    server in C:\bea".
    But I did install the 6.1 server in C:\bea on my win2k machine.
    Can someone direct me to the solution. Below, you will find my registry file.
    Thanks,
    Andy
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-product-information>
    <host name="horsee" BeaProgramGroup="BEA WebLogic E-Business Platform">
    <product name="WebLogic Server" format="1.0">
    <release level="6.1" Status="installed" InstallDir="C:\bea\wlserver6.1"
    InstallTime="Oct 18, 2001 4:20:51 PM" InstallSet="ServerExample" BuiltInServicePackLevel="1"
    ServicePackLevel="1" JavaHome="C:\bea\jdk131">
         <component name="Program" />
         <component name="Samples" />
    </release>
    </product>
    </host>
    </bea-product-information>

    Hi Andy
    WebLogic Commerce Server 3.5 doesn't supports WebLogic server 6.1. So, you download weblogic
    6.0sp2 and install it to the same BEA-HOME, c:\bea.
    Thanks & Regards
    BEA Customer Support.
    Andy wrote:
    Hi,
    I installed an evaluation copy of Weblogic 6.1 server. Then I started the installation
    of an evaluation copy of Weblogic Commerce Server 3.5. I double clicked on the
    WLCS_35_with_sp1win32 to start the installation. I get the following error in
    the install :
    "Weblogic server 6.0 is a prerequisite for this install. Cannot find weblogic
    server in C:\bea".
    But I did install the 6.1 server in C:\bea on my win2k machine.
    Can someone direct me to the solution. Below, you will find my registry file.
    Thanks,
    Andy
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-product-information>
    <host name="horsee" BeaProgramGroup="BEA WebLogic E-Business Platform">
    <product name="WebLogic Server" format="1.0">
    <release level="6.1" Status="installed" InstallDir="C:\bea\wlserver6.1"
    InstallTime="Oct 18, 2001 4:20:51 PM" InstallSet="ServerExample" BuiltInServicePackLevel="1"
    ServicePackLevel="1" JavaHome="C:\bea\jdk131">
    <component name="Program" />
    <component name="Samples" />
    </release>
    </product>
    </host>
    </bea-product-information>

  • Installing Weblogic 12c on windows server 2008

    Trouble installing Weblogic 12 on windows server 2008 ,i have oracle 11g databse in the same system.Now i am trying to install Oracle Weblogic 12 ,but WLS requires JDK 1.6 as a minimum ,after i install the Oracle11g database it automatically installed the Jdk 1.5 ..now how can i go about and install Weblogic 12 .

    install JDK 6 or 7. Load the environment variables from CMD.EXE
    set JAVA_HOME = RUTA_DEL_JDK_6_OR_7
    set PATH =%JAVA_HOME%\BIN;% PATH%
    Then, from the same terminal (cmd.exe) run the weblogic runInstaller.exe 12c.

  • How to install Weblogic Portal 10.3.0

    Dear All,
    I need to install Weblogic Portal 10.3.0 in two flavaors. 1) Single instance 2)In a cluster.
    I'm relative new to Weblogic Portal. The platform is solaris 10 64 bit. Can anyone provide a step-by-step installation sequence?
    I read the installation guide but it says nothing about how the installation would work. This is what I have done till now:
    1. Installed the WLP 10.3.0 with Weblogic Server, Weblogic Portal and Workshop components.
    2. After installation, ran config.sh command and configured Admin server and one managed server (to support portal).
    But after my domain is created and I start my managed server, I see nothing in the deployments page. There are no errors either in the log files.
    IS there a step I'm missing? Do we need to manually deploy portal application? if yes, how?
    Any help would be truly appreciated.
    rgds,
    rb

    Hi RB!
    Sounds like you just starting off fresh with WLP. This may or may not help. I suggest learning some of the basics of creating a Portal.Ear file and deploying it to other environments.
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/getting_started/introduction.html#wp1005589
    Using WebLogic Portal
    If you are new to WebLogic Portal, a short tutorial is provided to help you get started. See Tutorials – Getting Started with WebLogic Portal for more information. The tutorials discuss setting up a portal development environment, creating a portal, and assembling a desktop in your staging environment.
    Tip:      If you are unfamiliar with the Eclipse development environment on which Workshop for WebLogic is based, the tutorial “Getting Started with Workshop for WebLogic” located in the Oracle Workshop for WebLogic User’s Guide, is highly recommended; the tutorial shows you how to start Workshop for WebLogic and navigate the workbench user interface, introduces terminology associated with the workbench, and shows you how to create a simple web application.
    The WebLogic Portal Overview provides a starting point for understanding and developing applications with WebLogic Portal. This chapter introduces portal concepts, describes the WebLogic Portal infrastructure framework and business services, and describes the portal life cycle, from architecture through development, staging, and production. The remaining chapters in this guide describe each phase of the life cycle in detail and provide a starting point for using WebLogic Portal.
    Tutorials – Getting Started with WebLogic Portal
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/tutorials/index.html
    Cheers!
    RichardL

  • Installing WebLogic 11gR1 zip distro on Ubuntu 10.10

    Hi. I'm having a problem installing WebLogic 11gR1, the zip distribution of Ubuntu 10.10.
    I created this path:
    /usr/local/programs/WebLogic11gR1
    I put this in .bashrc
    export MW_HOME=/usr/local/programs/WebLogic11gR1
    I closed that terminal and opened a fresh terminal.
    I moved the *zip distribution into
    /usr/local/programs/WebLogic11gR1
    I unpacked the zip and tried to run the configure.sh script with variations of
    sh ./configure.sh
    and I get this error message:
    =====================================================
    ./configure.sh: 19: [[: not found
    ./configure.sh: 19: -d: not found
    ERROR: You must set MW_HOME and it must point to a directory.
    where an installation of WebLogic exists. Ensure you point
    this variable to the extract location of the zip distribution.
    =====================================================
    I ran echo $MW_HOME and got
    /usr/local/programs/WebLogic11gR1
    Which is correct.
    Any ideas what is going on and how I can fix it?

    the config.sh wouldn't pick up my JAVA_HOME either. I opened up the script and found that all it did was call another script, so I ran that script myself with no problems.

  • Install weblogic server 6 with sp1 failure in W2K

    When I install weblogic server 6 with sp1 in W2K,
    InstallAnyWhere display, when InstallAnyWhere process 100%,
    there is nothing in my display about the Install.
    there is weblogic600sp1_ and javaw in Windows Task manager->process.
    I have install JDK1.3

    If I remember correctly, you should make sure that the JDK is not in your
    path.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "yshyang" <[email protected]> wrote in message
    news:[email protected]..
    When I install weblogic server 6 with sp1 in W2K,
    InstallAnyWhere display, when InstallAnyWhere process 100%,
    there is nothing in my display about the Install.
    there is weblogic600sp1_ and javaw in Windows Task manager->process.
    I have install JDK1.3

  • Installing Weblogic Liquid data on Solaris 10 x86

    Hi,
    I have a Solaris SunFire V65x server on which i have installed Solaris 10 (x86 IA) operating system. I was successfully able to install Weblogic 8.1 SP2 Server on this platform. However i am unable to install WebLogic Liquid Data 1.0 on this server.
    Is there a way around ?

    The patches that are mentioned as requirements in the database installation guide are quite old and should all be included in the latest releases (u9 and u10), so you should be able to install oracle without access to OS support and patches. But I still want to strongly advise against this (for production). If you don't have a support subscription you may also not have a license to run solaris (you can download the software for free, but are only allowed to use it for 90 days) and even if it is possible to install and run Oracle right now, there might be a time when (db) support asks you to install certain OS patches.
    So if this is for a proof of concept only, go ahead, but if you want to run this in production, better get support and licensing.
    Bjoern

Maybe you are looking for

  • Bad performance with non-cumulative key figures

    Hi All, I have a cube with 8 non cumulative key figures based on fiscper. I am not sure how the performance for reporting with non-cumulatives can be improved. Thanks Karen

  • Hi gurur's in BDC for recording other than SHDB any process is there

    hi gurur's in BDC for recording other than SHDB any process is there

  • Database-Link to MSSQL-Problem

    Hello, I created a database-link to MSSQL using Transparent Gateways! When I try a select on a table with over 200 datasets I get the ORA-errors: ORA-01002: FETCH....(closed CORSOR) and ORA-02063: Preceding line from VIDEOTHEK (which is my databaseli

  • A line in a header?

    I want to underline (the whole length of the page) my header, so it appears in every header. Any ideas? If I insert a line in the header, trying to stretch it makes it wander from the header box; thus, keeping it from repeating. Thanks!

  • Acrobat Adobe 9 Std. User preferences do not save.

    I have Acrobat Adobe 9 Std installed on a windows 2008 R2 Terminal server.  User preferences do not save.  Any body have this issue?