Solution (not question :-) ): Apex Installation Script

i´ve asked so may question here, and got (most of the time) fast and helpfull answers, so that´s the time to do something for the community:-)
i´ve written an installation script for Apex 3.1 / 3.1.1. It has two Parts. First Part ist the main script to install all the necassary scripts (and there are a lot). The second one (installcheck_apex.sql) is a PL/SQL Block that checks all requirements and shows the output, you should consider/change. And the script can change all parameters/ports/accounts ...
But it is very long (320 Lines of Code) If somebody needs it, i post it also
Remarks are in German\English
All comments are welcome :-)
Kind regards
Marco Patzwahl
MuniQSoft GmbH
REM ##################################################
REM Oracle APEX Beispiele von Marco Patzwahl
REM MuniQSoft GmbH 2007/2008 Automatische Installation von Apex 3.1.1
REM Automatic Installation of all necessary Apex Scripts
REM Version 2.1 22.07.2008
REM ##################################################
@ECHO OFF
REM ##################################################
SET APEX_PATH=D:\apex_3.1.1
SET SERVER_NAME=127.0.0.1
SET ORACLE_SID=o10g
SET ORACLE_CONNECT=%SERVER_NAME%:1521/%ORACLE_SID%
SET ORACLE_SYS_PWD=sys
SET ORACLE_CTXSYS_PWD=sys
SET FLOWS_USER=FLOWS_030100
REM IF HTTP_PORT<>0 the PL/SQL HTTP Gateway is installed !!!!!
SET HTTP_PORT=8080
SET ADMIN_PWD=ADMIN
REM Mögliche Spracheinstellungen/Possible Langues: de, es, fr,it,ja,ko,pt-br,zh-cn,zh-tw
SET APEX_LANGUAGE=de
SET NLS_LANG=GERMAN_GERMANY.AL32UTF8
SET APEX_RUNTIME_ONLY_INSTALL=TRUE
REM ##################################################
IF NOT exist %apex_path%\apex goto dir_problem
cd %APEX_PATH%\apex
dir
echo "Starte Installationsskript ..... / Starting script"
REM Prüfung der Installationsvoraussetzungen / Check Prerequisites (Possible Parameters: 'CHECK','INSTALL:<pwd>:<port>:<flows_user>','DROP','RECOMPILE')
REM This Option drops the APEX User with all Apex Applications !!!!!
REM sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\installcheck_apex.sql DROP
REM Installationsvoraussetzungen prüfen / Check requirements
sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\installcheck_apex.sql CHECK
REM Oracle DataMining installieren / Install Oracle Datamining (if you like):
REM sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @?\dm\admin\dminst.sql SYSAUX TEMP;
REM Oracle Text installieren / Install Oracle Text (if you like):
REM sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @?\ctx\admin\catctx %ORACLE_CTXSYS_PWD% SYSAUX TEMP NOLOCK;
REM sqlplus "ctxsys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @?\ctx\admin\defaults\dr0defin.sql "GERMAN";
REM Oracle Lock Views installieren / Install Oracle Lock Views (if you like):
REM sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @?\RDBMS\ADMIN\catblock.sql
REM Hauptskript für die Installation / Basic Skript for Install (3.1 and 3.1.1)
sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\apex\apexins SYSAUX SYSAUX TEMP /i/
REM Zusaetzliche Schritte nach einer Installation / Misc Additional Steps
sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\installcheck_apex.sql INSTALL:%ADMIN_PWD%:%HTTP_PORT%:%FLOWS_USER%
REM Installation des WEB-Gateway ( Bei Frage nach dem Wert für imgupg / If asked for value of imgupg =>Return )
REM Das Skript muss mit EXIT beendet werden => grmpf / Script needs a exit command at the end =>%?!$§/&%$§"
IF "%HTTP_PORT%"=="0" GOTO no_epg
sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\apex\apex_epg_config %apex_path%
:no_epg
REM Wird nur eine Runtime Installation gewünscht? / Only Runtime Installtion of APEX
IF "%APEX_RUNTIME_ONLY_INSTALL%" == "FALSE" GOTO firefox
sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\apex\apxdevrm
:firefox
"C:\Programme\Mozilla Firefox\firefox.exe" 127.0.0.1:8080/apex
REM "C:\Programm Files\Mozilla Firefox\firefox.exe" 127.0.0.1:8080/apex
REM Änderungen der Menue-Sprache von APEX / Language File
IF "%APEX_LANGUAGE%" == "us" GOTO end_of_apex
sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\apex\builder\%APEX_LANGUAGE%\load_%APEX_LANGUAGE%.sql
:dir_problem
echo "## Fehler: Verzeichnis APEX existiert nicht unter / Error: Directory not available"
echo %apex_path%
:end_of_install
EXIT
Message was edited by:
mpatzwah

You don't really have to, but if you want to use APEX with those multiple instances, it'll make
life much easier - you don't want to keep the data in one database instance and your (APEX) application code in another and get the data over a link.
But you only need one Instance of Oracle HTTP Server with multiple dads configured, not one
HTTP Server per Instance.
Regards
Holger

Similar Messages

  • How to delete "installation scripts"

    Hi All:
    Under Support Objects ==> Installation Scripts, is there a way to delete any existing "installation script" entry?
    I can't find an easy way to do it. Or maybe APEX is not allowing deleting installation script after you create the entry?
    Thanks!
    Kevin

    On the page where you see installation scripts, for each entry there are 2 links. First one is the edit icon, this takes you to the script editor. From here, you can change to the Script Properties tab, and click Delete. Else, the other link is the name of the script, and this takes you directly to the script properties tab, where you can delete it. i.e. Click delete, then confirm delete.
    Ta,
    Trent

  • Question on CAPolicy.inf file and post-installation script

    I'm preparing a small PKI implementation with a single Enterprise Root CA on Windows 2008 R2 Enterprise.
    The primary role of this CA is to provide certificates for about 20 laptops that will use the certificates for authentication to a wireless network.
    I have prepared a CAPolicy.inf file and a post installation script (below).
    Renewal period for the root cert should be 10 years, CRL publication every 2 days with Delta publication every 12 hours (details in scripts below).
    I want to make sure the AIA and CRL url commands are correct.
    Does this look correct?
    AIA
    1:%WINDIR%\System32\CertSrv\CertEnroll\%%1_%%3%%4.crt
    This should publish the CA certificate to the local file system "certenroll".
    2:ldap:///CN=%%7,CN=AIA,CN=Public Key Services,CN=Services,%%6%%11
    This places the LDAP url in the AIA extension of issued certs.
    I am not planning to use HTTP, hence its absence.
    CRL
    1:%WINDIR%\System32\CertSrv\CertEnroll\%%3%%8%%9.crl
    This publishes the CRL to the local file system ("certenroll" subfolder).
    10:ldap:///CN=%%7%%8,CN=%%2,CN=CDP,CN=Public Key Services,CN=Services,%%6%%10
    Indicates CDP in AD DS and includes CDP url in issued certificates.
    Complete scripts
    1. CAPolicy.inf - %windir%
    [Version]
    Signature= "$Windows NT$"
    [certsrv_server]
    renewalkeylength=2048
    RenewalValidityPeriodUnits=10
    RenewalValidityPeriod=years
    CRLPeriod = days
    CRLPeriodUnits = 2
    CRLDeltaPeriod = hours
    CRLDeltaPeriodUnits = 12
    LoadDefaultTemplates=0
    2. Install Role
    Follow steps in GUI here
    3. Run post-install script
    certutil -setreg CA\DSConfigDN CN=Configuration,DC=mydomain,DC=local
    certutil -setreg CA\CRLPeriodUnits 2
    certutil -setreg CA\CRLPeriod "days"
    certutil -setreg CA\CRLDeltaPeriodUnits 12
    certutil -setreg CA\CRLDeltaPeriod "hours"
    certutil -setreg CA\ValidityPeriodUnits 10
    certutil -setreg CA\ValidityPeriod "Years"
    certutil –setreg CA\CACertPublicationURLs "1:%WINDIR%\System32\CertSrv\CertEnroll\%%1_%%3%%4.crt\n2:ldap:///CN=%%7,CN=AIA,CN=Public Key Services,CN=Services,%%6%%11"
    certutil –setreg CA\CRLPublicationURLs "1:%WINDIR%\System32\CertSrv\CertEnroll\%%3%%8%%9.crl\n10:ldap:///CN=%%7%%8,CN=%%2,CN=CDP,CN=Public Key Services,CN=Services,%%6%%10"
    certutil -setreg CA\csp\DiscreteSignatureAlgorithm 1
    certutil -setreg CA\AuditFilter 127
    net stop certsvc & net start certsvc
    certutil -crl
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

    A couple of things (just a quick glance)
    1) CAPolicy.inf
    Everything looks fine in this file. You will have a 2 day base crl and 12 hour delta CRLs. No default templates are loaded, so you must manually designate all published certificates
    2) Post install Script
    a. Best practices are to use HTTP only, not to use LDAP, so your whole design does not follow best practices. Furthermore, if you issue a certificate to a single, non-domain joined machine, they will be unable to evaluate your certificates. If you decide
    to do VPN (or use an internal SSL cert on an externally accessible Web server), revocation checking will fail because you do not publish AD to the external world
    b. Will you be issuing 10 year certificates from the CA. These lines:
    certutil -setreg CA\ValidityPeriodUnits 10
    certutil -setreg CA\ValidityPeriod "Years"
    define the maximum validity period of certs issued *by* the CA. For example, if a certificate template states 4 years, then a four year will be issued (less than 10 years). If a template state 12 years, then the max age will be 10 years. Think of it as a
    governor.
    c.CACertPublicationURLs . This should include an HTTP URL, and if you want to still include LDAP, HTTP should be prior to the LDAP URL.
    d. CRLPublicationURLs. This should include an HTTP URL. If you want to still include LDAP, HTTP should be prior to the LDAP URL. Your checkbox value for the LDAP URL is incorrect as well. For a CA that issues both base and delta CRLs, you must have a value
    of 79 (all check boxes enabled). Your current configuration would fail for revocation checking because you do not publish the base or delta CRL to AD. There is another check box missing (I believe the one to include the URL in the base CRL's freshest CRL extension
    (how to find the delta CRL).
    e. Do not include the DiscreteSignatureAlgorithm line in the script. If you have any Windows XP clients, they will not be able to use the certs (BTW, this should have been AlternateSignatureAlgorithm in my book - where you sourced your scripts). This would
    only be used on a CA where you used something like Elliptical Curve as the assymetric algorithm and SHA384 as the signature algorithm).
    f. The restart line should be net stop certsvc && net start certsvc. The double && ensures that the service comes to a complete stop before the start command is executed.
    HTH,
    Brian

  • Apex Installation not working

    Is Apex 4.0 Installation so difficult?!
    Tried a basic installation a few times. It is not working. But I can remember a few months ago I had installed 3.2 successfully. I removed the entire schemas and installed a fresh Apex 4.0 installation again.
    OS: Windows Vista Home Premium
    Apex Installation Log file successfully shows the installation is complete
    I have configured the embedded PL/SQL gateway
    SELECT DBMS_XDB.GETHTTPPORT FROM DUAL - returns 9000 (which is what I want)
    I have enabled network services in Oracle 11g
    Inspite of all this when I give the http://hostname:port/apex, it comes with internet explorer cannot display webpage.
    The troubleshooting side on the Oracle manual is small, and does not contain much information on actual troubleshooting.
    Any help gratefully received

    I don't think any Oracle product is certified for Windows Home. Can you upgrade to Windows Professional? I know that I used to be able to find workarounds for earlier versions of Windows and Oracle, but I found that when I tried to install Oracle 11g and Application Express 4.0 on Windows 7 that I needed to upgrade to Windows 7 Professional. That could be your total problem. Other than that, the following is a list of things to check.
    Do you have enough disk space?
    Is Oracle Text installed?
    Are you logged in as an operating system user with administrator privileges when doing the installation?
    Did you change your working directory to your apex directory, connect sys as sysdba, and run apexins.sql, apex_epg_config.sql, apexconf.sql, and apexchpwd.sql?
    Are there any errors in the installation log or does it say "Thank you for installing Oracle Application Express..." indicating it completed successfully?
    Are the apex accounts unlocked and have you granted connect privileges?
    Did you try re-starting your computer?
    Are all the Oracle services started? You can check from control panel -> system and security -> administrative tools -> services.
    Are you connected to the internet?
    Are you using internet explorer 7.0 or higher?
    Do you get the correct results from the follwing:
    select status from dba_registry where comp_id = 'APEX';
    should show valid
    select dbms_xdb.gethttpport from dual;
    should show the port you selected
    select owa_util.get_version from dual;
    should show version 10.1.2.0.6 or later
    show parameter job_queue_processes
    should be 1000
    show parameter memory_target
    show parameter shared_pool_size
    either memory_target value should not be null or shared_pool_size >= 100 mb

  • Why does the query work in SQL Developer, but not in APEX?

    Hi, guys:
    I have a silly question. I have a complicated query, and I tested it successfully with SQL developer, and result is correct. However, when I put it into APEX to generate a report, it always reports no data found. I also know the condition related to "other marks" select list in the where clause part causes this problem. It also looks strange: before I add this condition, everything works OK; after I add this condition, even I do not choose the "other marks" select list, other components do not work neither. I always got no data found result. Could anyone help me on this problem? You can also visit our developing site as http://lsg-solutions.com:8888/apex/f?p=206 to check the problem.
    Thanks a lot
    Sam
    select distinct 'MAP','Detail',so.doc_number as "DOC Number", so.offender_id as "Offender ID", so.first_name||' '|| so.middle_name||' '||so.last_name as "Offender Name",
    so.date_of_birth as "Date of Birth",
    (select sc1.description from sor_code sc1 where sc1.code_id=so.race) as "Race",
    (select sc2.description from sor_code sc2 where sc2.code_id=so.sex) as "Sex",
    (select sc8.description from sor_code sc8 where sc8.code_id=so.hair_color) as "Hair Color",
    (select sc9.description from sor_code sc9 where sc9.code_id=so.eye_color) as "Eye Color",
    replace(replace(nvl2(sl.address1, sl.address1||' '||sl.address2 ||' '||sl.city ||' '||sl.county||' '||(select sc3.description from sor_code sc3 where sc3.code_id=sl.state)||' '||sl.zip, 'No Known Address'),'#'),',') as "Address",
    replace(replace(nvl2(sl.physical_address1,sl.physical_address1||' '||sl.physical_city ||' '||sl.physical_county||' '||(select sc4.description from sor_code sc4 where sc4.code_id=sl.physical_state)||' '||sl.physical_zip, 'No Known Address'),'#'),',') as "Physical Address",
    sl.status as "Status",
    sl.jurisdiction as "Jurisdiction",
    to_char(sl.ADDRESS_LATITUDE) as "Address Latitude",to_char(sl.address_longitude) as "Address Longitude",
    to_char(sl.physical_address_latitude) as "Physical Latitude",to_char(sl.physical_address_Longitude) as "Physical Longitude",
    decode(rox.habitual, 'Y', 'Habitual', '') as "Habitual",
    decode(rox.aggravated, 'Y', 'Aggravated', '') as "Aggravated",
    rox.status as "Registration Status",
    rox.registration_date as "Registration Date",
    rox.end_registration_date as "End Registration Date"
    from sor_location sl, sor_offender so, registration_offender_xref rox, sor_last_locn_v sllv
    where rox.offender_id=so.offender_id
    and sllv.offender_id(+)=so.offender_id
    and sl.location_id(+)=sllv.location_id
    and rox.status not in ('Merged')
    and rox.reg_type_id=1
    and upper(rox.status)='ACTIVE'
    and nvl(rox.admin_validated, to_date(1,'J'))>=nvl(rox.entry_date, to_date(1,'J'))
    and (((select sc11.description from sor_code sc11 where sc11.code_id=so.race and sc11.description=:P5_SL_RACE) is not null ) or (:P5_SL_RACE is null))
    and (((select sc12.description from sor_code sc12 where sc12.code_id=so.sex and sc12.description=:P5_SL_SEX) is not null ) or (:P5_SL_SEX is null))
    and (((select sc13.description from sor_code sc13 where sc13.code_id=so.hair_color and sc13.description=:P5_SL_HAIR_COLOR) is not null ) or (:P5_SL_HAIR_COLOR is null))
    and (((select sc14.description from sor_code sc14 where sc14.code_id=so.eye_color and sc14.description=:P5_SL_EYE_COLOR) is not null ) or (:P5_SL_EYE_COLOR is null))
    and (( so.offender_id in(select sm.offender_id from sor_code sc15, sor_mark sm, sor_offender so1 where sm.offender_id=so1.offender_id and sc15.code_id=sm.code and sc15.description=:P5_SL_OTHER_MARKS and sm.description is not null)) or (:P5_SL_OTHER_MARKS is null))

    My suggestion would be to put some instrumentation into your query and see what values you are using.. Or even simpler take out ALL the where clauses you can until data starts to sho wup and then add them back in one at a time until you find the culprit..
    My bet would be on any date comparisons you are doing between page items and database columns..
    Thank you,
    Tony Miller
    Dallas, TX

  • Error during solution manager 3.2 installation.

    Hi !
    I am getting the error in solution manager 3.2 installation . I am doing installation using system copy / backup restore method .
    Getting ther following error -
    "CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: SP2-0310: unable to open file
    "CONTROL.SQL"ORA-01012: not logged onORACLE instance started."
    Kindly suggest the solution.
    Regards-
    sanjay

    hi Markus!
    The ora_sql_results.log file shows the following-
    "2007-06-07, 18:32:21 SAPINST ORACLE start logging for
    connect  /  as sysdba ;
    CONNECT / AS SYSDBA
    SHUTDOWN ABORT
    @CONTROL.SQL
    SHUTDOWN IMMEDIATE
    STARTUP MOUNT
    ALTER DATABASE ARCHIVELOG;
    ALTER DATABASE OPEN;
    EXIT
    exit;
    Output of SQL executing program:
    SQL*Plus: Release 9.2.0.6.0 - Production on Thu Jun 7 18:32:21 2007
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected.
    Connected.
    ORACLE instance shut down.
    SP2-0310: unable to open file "CONTROL.SQL"
    ORA-01012: not logged on
    ORACLE instance started.
    Total System Global Area  546906764 bytes
    Fixed Size               455308 bytes
    Variable Size            293601280 bytes
    Database Buffers       251658240 bytes
    Redo Buffers              1191936 bytes
    ORA-00205: error in identifying controlfile, check alert log for more info
    ALTER DATABASE ARCHIVELOG
    ERROR at line 1:
    ORA-01507: database not mounted
    ALTER DATABASE OPEN
    ERROR at line 1:
    ORA-01507: database not mounted
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    SAPINST: End of output of SQL executing program E:\oracle\SMP\920/bin/sqlplus.
    SAPINST found errors.
    SAPINST The current process environment may be found in sapinst_ora_environment.log.
    2007-06-07, 18:32:28 SAPINST ORACLE stop logging"
    What to follow... pls guide
    Regards-
    sanjay

  • How to edit the installation scripts in the supporting objects

    I wanted to update one of the installation scripts in the supporting objects. I clicked into that script and use the "script editor" tab. After editing the script, I clicked "Apply Changes" button. It redirected me to the upper level of the page. When I reopen the script, the content of this script is messed up and has the content of another script, not what I have changed. What could happen with it? There is one case that the script was all wiped out!
    One general question, how can I easily update the install scripts and reload it without export and import the whole application? or Can I?
    Thanks
    Fengting

    Fengting,
    I am not sure what causes this, but I have had the same issue with shared components >> report queries. Sometimes if you have multiple report queries it becomes impossible to edit any of them. If I remember correctly I tried using a different browser and everything seemed to work ok. I was using Firefox when I was having the issue.
    Sorry this is not an answer, but I feel your pain!
    Cheers,
    Tyson Jouglet

  • Uninstaller utility does not remove the installation from the registry

    In our environment, we publish a script in Group Policy so that both the ActiveX and Plugin installs for flash player are easily installed for staff that have limited user access on their computers.  I usually remove or replace the old MSI files from the path the above script installs from when I get new versions of Flash Player.  For a while, I've run into a problem where when the new MSI files are installed, they try to uninstall the existing installation and fail because the old MSI file is no longer at the original installation source path.  I've tried to remedy this by having the script use the uninstall_flash_player utility to manually remove the activex and plugin first, but this utility does not remove the installation details of each from the registry, and the subsequent installations of the MSI files fail.  I have to uninstall the existing flash player installations first or perform a registry hack to formally remove the installation from Windows, and then the new installation will succeed.
    Does anybody have any advice for making this process work better?  Would this be considered a bug with the uninstaller tool?

    Hi, Until someone can reply to your thread/question, you may want to see this thread.
    http://forums.adobe.com/thread/826773?tstart=0
    eidnolb

  • "Windows Could Not Complete the Installation" G410

    Hi,
    Would greatly appreciate any advice for this.
    My laptop (G410) first started having temporary freezing issues when I loaded up Powerpoint. Next thing i know, the laptop dies and whenever I turned it on, it kept getting stuck in the Lenovo loading screen.
    After a while, I managed to activate the refresh but now I am stuck with the following message: "Windows could not complete the installation". This happens when the setting up a few more things screen reaches 3%.
    Any solutions to this? The laptop is only a few months old.
    Thanks!

    hi cny1491,
    Welcome to the Lenovo Forums.
    Can you try to turn off the computer and press the OneKey Recovery Button. When done, the machine will turn on and will give you a menu. On the list of options, select System Recovery to restore the system to its factory state (note that all data will be wiped on the OS partition).
    If the machine freezes during the recovery process then I recommend you contact lenovo and report the issue as there's definitely a malfunctioning component inside (possibly the HDD).
    Support Phone List
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Error message, "Could not load the installer"

    I have the same problem as a lot of folks on this forum - I need a driver for my Windows Vista so that I can sync with my Palm T5 using my USB cable. I downloaded the suggested 64 bit driver from Aceeca and followed the instructions carefully, including extracting the zip files.  When I start to install it I get an error message that says that Window could not find the installer for that driver and for me to contact my hardware vendor. I thought I was so close, but it was a "no go" (that's military talk).  What am I doing wrong?
    John
    Post relates to: Tungsten T5

    There is no "installer" per se - you have to follow the directions exactly.
    I installed the driver to my Visa 64 laptop, and provided basic instructions in the sticky post at the top of this section. 
    At what part does it fail?
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Questions on Calculation Scripts

    I have two questions on Calculation Scripts:
    1. When executing a Calculation script via the Administration Services console (right-click execute) besides the Messages lower window pane, is there a detailed log/trace of the script activity?
    2. We had a calc script #1 and we wanted to modifying it. We cut the entire script out into Windows notepad, made the adjustments then paste back into the script. When we go to parse it came back with validation errors. However if we simply edit the existing script within the console (do not cut and paste outside of AAS) it correctly validates. Bug? Limitation?
    Thanks
    JTS

    Just to add to that, each application has its own log.
    For example if you the Sample essbase application will have a log named sample.log and will be located in <essbase home dir>\app\sample or in V11 <hyperion home>logs\essbase\app\sample
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Solution Manager 4.0 Installation error on vmware

    Hi guys,
    I try to install the solution Manager 4.0 SR4 in a vmware server Win2003 64bit
    and get the following error message in phase 17 (import ABAP)
    Execution of the command "C:\j2sdk1.4.2_17-x64\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 2. Output:
    java version "1.4.2_17"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_17-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_17-b06, mixed mode)
    Required system resources are missing or not available:
      Import directory '
    hyperv01\c$\SAPINSTALL\SAP SOLUTION MANAGER 7.0 Installation Export 1\EXP1' does not exist;
      Import directory '
    hyperv01\c$\SAPINSTALL\SAP SOLUTION MANAGER 7.0 Installation Export 1\EXP2' does not exist;
      Import directory '
    hyperv01\c$\SAPINSTALL\SAP SOLUTION MANAGER 7.0 Installation Export 2\EXP3' does not exist;
      Import directory '
    hyperv01\c$\SAPINSTALL\SAP SOLUTION MANAGER 7.0 Installation Export 2\EXP4' does not exist.
    of course the path exists and the further dvd locations where also found?
    is ther something wrong with the naming of the install dir?
    must I have a character for the "harddrive"
    Plse help
    thank you and br
    Wolfgang

    Hello shareef,
    there is no extra recommendation from SAP regarding SolMan on vmware.
    SAP supports installations on vmware wheanwhile also for productive systems (plse check PAM).
    The experience I have for my installation:
    I works fine til now, no probs.
    cu Wolfgang

  • Custom report layout, works in BI Publ. Desktop preview, not in apex

    Hi
    I've usually haven't had any problems using custom RTF-files made with BI Publ. Desktop, but here goes: I've had a problem with this one template in different apex-installs and different versions; never got it working.
    The funny thing is; when I create a Report Query through apex, XML is generated for download. I then load this XML as sample data in BI Publ. desktop (MS-Word), and make my report. I then preview the file as PDF - and this works like a charm.
    The query is also very simple.
    However, when I try to access the report through Apex: I just get an empty .pdf-file.
    Any tips/suggestions?
    Best regards,
    Vidar
    Message was edited by:
    Vidar
    Solution found: template contained a %-character, replaced it with %25 (which is rendered as a % by BI Publisher). This is a reported bug.

    Thanks Dimitri,
    just incase someone else didn't see my edit of original post:
    "Solution found: template contained a %-character, replaced it with %25 (which is rendered as a % by BI Publisher). This is a reported bug."
    So the data was OK, but the template wasn't.
    Cheers,
    Vidar

  • I can not create an Installer, After install the Vision Builder Demo and then uninstall it. I can not create a Labview installer anymore, it asks me for a Vision Builder Installer, even if My Labview program does not have nothing to do with it...

    I can not create an Installer on LabView, After install the Vision Builder Demo and then uninstall it. I can not create a Labview installer anymore, it asks me for a Vision Builder Installer, even if My Labview program does not have nothing to do with it...
    Solved!
    Go to Solution.

     Hi Shada this can happen if you are including additional installers to your installer for example DAQmx. When you are doing this the installer has to include other files like MAX (Measuremente and Automation Explorer). Probably when you installed Vision Builder it updated MAX, so when your installer is trying to Include MAX, its asking for the source where it was installed in your computer in this case Vision Builder.
     Here you can cache the information so its not asked again, or you can download a newer version fo DAQmx, so it will update MAX and change de dependecy.
     You can find more details about this issue in this KB:
    KnowledgeBase 3S88PJMY: Why Do I Get A "Missing Distribution" Error When Trying to Build an Installe...
    And for keeping a copy here is more info:
     How Do I Stop the Missing Distribution Notification Each Time I Build An Installer?
    Best Regards
    Benjamin C
    Senior Systems Engineer // CLA // CLED // CTD

  • "Application Not Found" CS4 installation error

    Problem: "Application Not Found" CS4 installation error
    Some Adobe Creative Suite CS4 Production Premium distribution disks issue an "Application not found" error while loading Disk 2 due to an error in the Autorun.inf file.
    Does your Autorun.inf for Disk 2, 3, or 4 contain
    [autorun]
    open=Autoplay.exe -auto
    icon=\csppdvd.ico
    Autorun.inf should instead only say
    [autorun]
    icon=\csppdvd.ico
    There should not be the line
    open=Autoplay.exe auto
    Only Disk 1 should have this line.
    On Disk 1, Adobe has a file called Autoplay.exe which starts the installation.
    "open=Autoplay.exe auto" runs the Autoplay application.
    Autoplay.exe is not on Disk 2, 3, or 4 so having the open line generates the error.
    Since you cannot edit the DVD, the trick is to turn off autorun so Windows doesn't run Autorun.inf upon loading Disk 2. Look at the Wikipedia description of "Autorun" for details. Wikipedia describes how to disable Autorun using
    Start -> Run -> gpedit.msc
    You will need to do this for XP. Vista has a Control Panel which allows you to "Take no action" for "Software and games". If this does not work, use gpedit.msc instead. You will know Autorun is off if upon inserting Disk 1, no installation window appears.
    Wikipedia notes that "AutoPlay is the name of a different feature in Microsoft Windows" not to be confused with Autorun starting the Autorun.inf file.
    Now that Autorun is off, manually double click Autoplay.exe on Disk 1 to start the installation. Disk 2 should now load properly.
    By the way, it appears you cannot teach an old dog new tricks. Some Adobe Creative Suite CS3 Production Premium distribution disks had the same problem. Obviously, Adobe did not learn from their past mistake.
    You may want to call Adobe to obtain replacement disks which don't have this error.
    (800) 642-3623 Adobe Technical Support
    (800) 833-6687 Adobe Customer Support

    Petrula,
    Can you look at the DVDs and send me the numbers you find on the inner edge? Also, any numbers on the outer DVD sleeves. This can help us to identify which sets of media are affected and possibly resolve it, or at least more specifically target solution information.
    Thank you!

Maybe you are looking for

  • Why does my Mac log me out in the middle of my work?

    I am running a 15-inch mid 2012 MacBook Pro. It has a 2.3 Ghz Intel COre i7, 16 GB og 1600 Mhz DDR3 RAM, and is currently on OS X 10.9.3. Randomly throughout my work day in the middle of whatever I am doing the computer will freeze momentarily, then

  • Cannot save Apple ID change...

    There are a lot of questions about this issue. I will try to be as detailed as possible. Any solutions would be most appreciated. I have an ipod touch 4th G and an iphone 5 with ios7. I have one Apple ID. My son has since aquired my ipod touch and si

  • I'm unclear on settings and misplaced some data, Please help?

    I have been using Media player for music but decided to finally use my airport express since the software is fixed. I downloaded Itunes to my Windows XP notebook. All the Mp3 that were in Media Player (ie. my music) transferred just fine. I then deci

  • 1067: Implicit coercion of a value of type Class to an unrelated type flash.display:MovieClip

    Hello, i've a class named LoadImages with the code: package     import flash.display.MovieClip;     import flash.events.MouseEvent;     import flash.events.Event;     import flash.display.Loader;     public class LoadImages extends MovieClip        

  • EPMA 11.1.2.1 Interface Tables Aliases are added as orphans

    Hi, I am setting up an EPMA shared library through interface tables and my aliases are not being recognized as aliases. EPMA is trying to import them as members and cannot find a hierarchy, so it is adding them to my shared dimensions as orphans. In