Maxl load database command.

I am having an issue loading database using maxl commands. I am doing the following
1. Login
2. logout all sessions
3. disable connects (to make sure no users login)
4. unload database
5. load database
6. perform some action on the database
7. enable connects
8. logout
It worked fine for system 9 but fails @ step 5 with system 11.
Any clues.
thanks

Here is the script....
/*Login in Application and Database*/
login $1 $2 on $3;
/*Creating Spool file*/
spool stdout on to ....
/* Logoff all users from $6 application */
alter system logout session on application $6;
iferror 'FailResetDB';
/*Disable user connnects to $6 application*/
alter application $6 disable connects;
iferror 'FailResetDB';
/*Disable Commands to $6 application*/
alter application $6 disable commands;
iferror 'FailResetDB';
/*Enable Commands to $6 application*/
alter application $6 enable commands;
iferror 'FailResetDB';
/*Unload $6 Application*/
alter application $6 unload database $7;
iferror 'FailResetDB';
/*Load $6 Application*/
alter application $6 load database $7;
iferror 'FailResetDB';
/*Clear all data from $6 application*/
alter database $6.$7 reset data;
iferror 'FailResetDB';
/*Enable user connnects to $6 application*/
alter application $6 enable connects;
iferror 'FailResetDB';

Similar Messages

  • MAXL Import Database (and export data?)

    I have an import database MAXL command that is working great (sql account and password substituted).  The rule file has a SQL connection to our ERP. 
    MAXL> import database PLANNING.DetView data connect as sql_account identified by "Password" using rules_file "'\\\oceanus-d13\\Oracle\\Middleware\\user_projects\\epmsystem3\\EssbaseServer\\essbaseserver1\\app\\PLANNING\\DetView\\NLIncur.rul'" on error write to "'G:\\DB_Process\\DetView_Process\\errors\\DetView_NLIncur_data_load.mxl.err'";
    We are going to run this on a nightly basis and our requirement is to have a historical record of what was "pulled" from our ERP (even if it didn't make it in to Hyperion).
    Here are the options that I've thought of:
    Have a separate SSIS package use the same SQL to dump the data out of the ERP database into a flat file.  The downside to this is that I'm using subvars from Essbase that don't exist in SQL.  So I'd have to write the SQL in a different way potentially causing discrepancies.
    A separate Data Export of what was loaded.  The downside here is that it doesn't have the errors that never made it in.
    I can't find another option in the import database command to spool the output of the SQL to a file. 
    Does anybody have thoughts on how to do this or are there other ways to achieve what I'm trying to do?
    Thanks-
    Cameron McClurg

    The SQL run via the load rule understands my subvars.  The load rule SQL looks like this:
    select...
    WHERE
      AND (('1' = '&IncSpanYr' --IF THE PERIODS SPAN YEARS
      AND (('12' = '&CurMoNm' --IN JUNE LOOK INTO NEXT YEAR PERIOD 1
      AND ((A.FISCAL_YEAR = '&CurYrNm' AND A.ACCOUNTING_PERIOD IN ('&PriMoNm', '&CurMoNm'))
    This turns into:
    WHERE
      AND (('1' = '1' --IF THE PERIODS SPAN YEARS
      AND (('12' = '12' --IN JUNE LOOK INTO NEXT YEAR PERIOD 1
      AND ((A.FISCAL_YEAR = '2014' AND A.ACCOUNTING_PERIOD IN ('2', '3'))
    My issue is getting a dump of all that data that the SQL is pulling.  I don't see a way to do that in the import database command.  A separate job on the SQL side (like SSIS) could pull the data, but can't access the subvars easily.  Does that make sense?  Or did I misunderstand your suggestion?
    Thanks-
    Cameron

  • "Error 1002097 Unable to Load database" while starting an Essbase App.

    Hello Essbase Experts,
    I am getting below error while starting an Essbase Application:
    "Error 1002097 Unable to Load database"
    Below is an extract from the Essbase Application Log:
    [2012-04-04T14:14:03.816-19:14] [RPA] [ESM-6] [ERROR] [32][] [ecid:1333566842161,0] [tid:2058170128] Unable to lock file
    [SID/essbase/user_projects/epmsystem/EssbaseServer/essbaseserver1/app/RPA/RPA/RPA.esm]. Essbase will try again after a short
    delay.
    [2012-04-04T14:14:04.821-19:14] [RPA] [ESM-5] [ERROR] [32][] [ecid:1333566842161,0] [tid:2058170128] Unable to lock file
    [SID/essbase/user_projects/epmsystem/EssbaseServer/essbaseserver1/app/RPA/RPA/RPA.esm]. Please make sure other processes do not
    access Essbase files while Essbase server is running.
    [2012-04-04T14:14:04.821-19:14] [RPA] [MBR-89] [WARNING] [1][] [ecid:1333566842161,0] [tid:2058170128] Unable to open
    [SID/essbase/user_projects/epmsystem/EssbaseServer/essbaseserver1/app/RPA/RPA/RPA.esm] for database
    [RPA][2012-04-04T14:14:04.821-19:14] [RPA] [SVR-97] [ERROR] [32][]
    [ecid:1333566842161,0] [tid:2058170128] Unable to load database [RPA]
    [2012-04-04T14:14:04.821-19:14] [RPA] [SVR-97] [ERROR] [32][]
    [ecid:1333566842161,0] [tid:2058170128] Unable to load database []
    [2012-04-04T14:14:04.835-19:14] [RPA] [SVR-97] [ERROR] [32][]
    [ecid:1333566842161,0] [tid:2058170128] Unable to load database []
    Please sugest pointers to start the application.
    Thanks,
    KK

    *[2012-04-04T14:14:03.816-19:14] [RPA] [ESM-6] [ERROR] [32][] [ecid:1333566842161,0] [tid:2058170128] Unable to lock file*
    Solution would be easy ...like if the Essbase Agent is stopped using the services.msc (services panal)on Windows while a process is currently running, or if there has been an abnormal termination of the Essbase Agent, orphaned ESSSVR processes can be left. Shuting down the Essbase server using ESSCMD or MaxL then Check Task Manager confirm the ESSBASE.exe process later by this ESSSVR.exe processes should end if still NO then Do an "End Process" on any ESSSVR.exe process that is still running. Start the Essbase service and start the application.
    ESSSVR.exe is process which keep application Alive (bad thing is if u have many applications running similarlly u have same numbe of ESSSVr .exe will be running in task master ..but u cant find out which one belongs to which application :( )
    Reasons
    looking at your error i can say , First of all you need to know what is Lock in EAS ? and what locks exist
    (right-click on Essbase Servername, EDIT->LOCK and EDIT->LOCKED OBJECTS, and if your database/outline appears in there, unlock it.)
    Check any antivirus- and backup software that may be scanning / running on your Essbase folders as that can lock the files and any ESSSVR process stays when the Essbase Agent is stopped
    More over another chance of getting error is when you have you page and index files in different location and rest otl, rep.csc script in another drive .. usually while taking back up in OTL,csc drive u do get created index file and page file even u have page and index file in diffrent drive so doe to this u get this error unable to load database
    Hope this give u some idea

  • Unable to load Database Error for one of the BSO Application.

    Hello Everyone,
    We have one Production Issue like suddenly the an Application Fiji while should be running was stopped. When i tried to restart it its showing Error.
    gvw3086-v.atlanta.hp.com:1423.Fiji    Start  application    August 28, 2013 8:32:24 PM SGT    Failed
    Error: 1002141 Unable to load database [Arirang], error code [1019038]
    gvw3086-v.atlanta.hp.com:1423.Fiji.Consol    Start database    August 28, 2013 8:33:30 PM SGT    Failed
    Error: 1002141 Unable to load database [Arirang], error code [1019038].
    I checked the Log but not sure it correct or not i see this Error message.
    [Wed Aug 28 11:33:48 2013]Local/Fiji///7944/Info(1002089)
    RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING
    But i also saw this error before but the application use to start automatically but this time it did not.
    can anyone help me on this.
    Regards,
    Naveen

    Hi,
    As i mentioned above its only for one Application Fiji. For a temporary Solution we tried to restart the Hyperion Services. But this did not work. One of the the Hyperion Service HyPService(not sure of the exact name). did not restart. So we have done a a fail over to other node and now the Fiji apps is running. But i don't think so what we have done is the correct fix for the solution. Have any one faced this problem.
    Hi John,
    Which Doc ID you mean to refer me is that the doc which comes with the Essbase Software.
    Regards,
    Naveen

  • Error: 1002097 Unable to load database in Essbase 11.1.2.2

    Hi All,
    I am getting error like Error: 1002097 Unable to load database when I tried to load an application using MAxl. We have installed 11.1.2.2 version newly and till yester all the process was working fine. I was able to run some automation batch scripts on the essbase application. Sudden Application stops responding. I am able to load the sample application which are come with the essbase. But, only my test application is not working fine.
    I have tried Essbase server restart. But, no luck. Could any one suggest what might be the reason and how to debug.
    Thanks
    Sri

    Hi Sri,
    Please look into the below forum.. Hope it might help you...
    Ref: https://kr.forums.oracle.com/forums/thread.jspa?threadID=874484
    Sol 2:
    Ref: http://www.network54.com/Forum/58296/thread/1185858760/Unable+to+Load+Database
    The best solution I have found so far is to stop the application and delete or rename all .ind, .pag, .esm and .tct files for the troubled database and restart the application.
    It will create these files from scratch and you can load your data.
    Note: Please take the necessary backup before trying..
    Thanks

  • Linux - Oracle - Crystal Report Server XI : Error in File Report1: Failed to load database information.

    I am using Crystal Reports Server XI on Linux Server with Oracle Server 10g.
    I did install Oracle Client on Report Server and config Oracle SID in tnsnames.ora also. It works well with tnsping command. Then, I published a report which was created in Crystal Reports developer on this server.
    When I preview the report on Report Server. I got the following error message:
    Error in File Report1: Failed to load database information.
    Try to fix the problem I ran web Central Management Console -> Objects ->Report1->Process -> Database and set there the following parameters:
    Database driver: Oracle
    Server: servers_host_name
    Database: (tried both ORACLE_SID and tns_name)
    User: oracle_user_name
    Password: oracle_pw
    It still got the same problem.
    I will appreciate any help.
    Tham.

    I was having a similar problem in Crystal Reports Server 2008 v1, and had to install the full client to resolve it, which I didn't like.  I poked around some, and was able to get the Instant Client working with a few minor changes.  Note that I tried it only with the 32-bit Instant Client even though I was on a 64-bit system because that was what SAP recommended when I talked to them.
    The changes I had to do was initialize the Oracle environment variables (the instant client doesn't have a script to do this for you) and to create a soft-link which is included in the full client, but not in the instant client.
    To setup the environment variables I created a file called env.sh and put it in /opt/crystal/bobje/setup/oracle/, where /opt/crystal was my install path.  This ensured that it got called by the /opt/crystal/bobje/setup/env.sh script which runs as part of the System init scripts to initialize the environment.  The following is what I put in my file (again for the 32-bit 11g R2 instant client):
         export ORACLE_SID=summitdb
         export ORACLE_HOME='/usr/lib/oracle/11.2/client'
         export ORACLE_BASE='/usr/lib/oracle/'
         export TNS_ADMIN='/usr/lib/oracle/11.2/client/network/admin'
         export PATH="$:/usr/lib/oracle/11.2/client/bin"
         export LD_LIBRARY_PATH="$$/usr/lib/oracle/11.2/client/lib"
    After that, I created the missing soft link using this command:
         ln -s "$/lib/libclntsh.so.11.1" "$/lib/libclntsh.so.10.1"
    Once I had done those two things, and restarted the service using the /etc/init.d script, it worked fine.

  • "Alter Database" command  in Database Standby

    Hi community.
    I have the following situation:
    I've ASE 15.7 CE SP121 in two enviroments: System Production and System Standby. The Standby is maintained with load of dump transaction generated in production every 10 minutes.
    Now I need increase a database in data portion in 100GB. I know that I must make this in each enviroment (Production and Standby), also I know that I can execute alter database command while the database in the System Standby is offline.
    The process that I make is:
    Stop dump transaction in production.
    Stop Load transaction in Standby.
    Alter database "on" in Production. Result is Sucessfull.
    Alter database "on" in Standby. Result is error:
         In this step, I receipt the following error:
    The database DBUSER is in the middle of a load sequence. Altering it will not let you load other transaction dumps in the dump-set. If you still prefer to do it please use OVERRIDE option.
    In this situation I have that put online database and increase the size. Obiously, I can't load more dump transaction and I should generate a full dump database in production, load this dump in standby and load dump transations after to load of dump database (full).
    I simulate my situation in a enviorement of test with pubs3 and then of load the last dump transaction, I can do alter database  in my DB standby without problems and after of this process I continue load dump transaction.
    I don't understand why receipt this error?
    Any recomendation?
    Thanks!
    Cristian Lopez.

    I can't recall trying to extend an offline database so what I'd probably do (short of waiting for a definitive answer from someone @ SAP/Sybase ... either here in the forum or from tech support) ...
    1 - Assuming you have to perform a full database dump/load after issuing 'alter database', decide on a good time to perform the full database dump/load and then ...
    2 - follow your steps (above) and then try restarting the log dump/load and ...
    3a - if the log dump/load succeeds ... you've got nothing else to do
    3b - if the log dump/load fails, then proceed with the full database dump/load

  • Crystal 2011 Failed to load database information error when upgrading from 2008.

    I'm unable to get past this error.   Error in File ~tmp34887ec5d7e6780.rpt: Failed to load database information.
    Configured Windows 2008 64 bit Server
    Installed Crystal Report Server 2011 - BI Enterprise 14.0.0
    Oracle 11g 64 bit version
    I can test the connection with success.  I can also run the tnsping command without issues.
    I pubished several working reports from Crystal 2008 to the new server with Crystal 2011.    Every time I run a report, I end up with the generic connection error: Error in File ~tmp34887ec5d7e6780.rpt: Failed to load database information.
    I saw a post that suggested installing the 32 bit Oracle Client first, and then the 64 bit client, but there was no indication that this would fix the error.  Does anyone know if that is infact the solution, or are there other underlaying issues?
    Thanks,
    Sue

    Hi Sue,
    Make sure you have 32 Bit version Oracle Client installed on your server as CR2011 is a 32 bit application and CR2011 Processing Server is also 32 bit.
    Check for the required Environment variables:
    Navigate to Start -> Control Panel -> System.
    Navigate to Advance system settings -> Environmental Variables.
    Under the user's variable check the environmental variable as given below if any difference make the changes:
    ORACLE_HOME=<64-bit version of the Oracle client>
    ORACLE_HOME32=<32-bit version>
    PATH=<64-bit version>
    PATH32=<32-bit version>
    BOE_USE_32BIT_ENV_FOR=ORACLE_HOME,PATH
    OR
    Install Oracle client as ‘Runtime’ install, then there is no need to set the Environment variables.
    If the Oracle client is installed prior to Business Objects then just restart the BO servers to make it working.
    I am assuming that you are recieving the error from BI launchpad so this post should have been on
    SAP BI
    - Shahnawaz

  • Help with new install... cannot load database file...

    I have installed the latest trial (dev license) of Sybase ASE 15 on a windows 2008r2 VM to test.  The install completed successfully and I brought the DB up... and created a database and new devices.  I am attempting to load a dump file from version 12.5
    When I run this command:
    load database NEWDBCREATED from "compress::S:\12_5_DRUMP.dmp"
    I get this:
    The sp_db shows:
    Msg 7205, Level 17, State 2:
    Server 'SYBASEDB', Line 1:
    Can't open a connection to site 'SYB_BACKUP'. See the error log file in the ASE boot directory.
    Msg 7205, Level 18, State 3:
    Server 'SYBASEDB', Line 1:
    Can't open a connection to site 'SYB_BACKUP'. See the error log file in the ASE boot directory.
    Msg 3220, Level 16, State 8:
    Server 'SYBASEDB', Line 1:
    Could not establish communication with Backup Server 'SYB_BACKUP'.  Please make sure that there is an entry in Sysservers for
    this server, and that the correct server is running.
    1>
    1> sp_helpserver SYB_BACKUP
    2> GO
    name       network_name    security_mechanism   server_principal   class
             status                                                                    id cost
    SYB_BACKUP SYBASEDB_BS NULL                 NULL               ASEnterprise
             timeouts, no net password encryption, writable , enable login redirection  1 NULL
    (return status = 0)
    1>
    I DO NOT see the service in windows for the backup server, did I miss something on install?
    ANY idea where to go from here?

    If I try to set using sp_configure I get this..
    1> sp_configure "default sortorder id",44
    2> go
    Msg 5824, Level 16, State 4:
    Server 'AIGORACLE11G', Procedure 'sp_configure', Line 1310:
    Cannot reconfigure server to use sort order ID 44, because the row for its underlying character set (ID 2) does not exist
    syscharsets.
    (return status = 1)
    But the char set seems to be there???
    1> sp_helpsort
    2> go
    Collation Name                 Collation ID
    altdict                                  45
    altnoacc                                 39
    altnocsp                                 46
    binary                                   25
    cyrnocs                                  64
    defaultml                                20
    dict                                     51
    elldict                                  65
    espdict                                  55
    espnoac                                  57
    espnocs                                  56
    gbpinyin                                163
    hundict                                  69
    hunnoac                                  70
    hunnocs                                  71
    iso14651                                 22
    noaccent                                 54
    nocase                                   52
    nocasep                                  53
    rusnocs                                  59
    scandict                                 47
    scannocp                                 48
    thaidict                                 21
    turknoac                                 73
    turknocs                                 74
    utf8bin                                  24
    nocase_eucgb                             52
    nocase_cp936                             52
    nocase_gb18030                           52
    nocase_eucjis                            52
    nocase_sjis                              52
    nocase_deckanji                          52
    gbpinyinnocs                             26
    gbpinyin_eucgb                          163
    gbpinyin_gb18030                        163
    gbpinyin_cp936                          163
    gbpinyinnocs_eucgb                       26
    gbpinyinnocs_gb18030                     26
    gbpinyinnocs_cp936                       26
    Loadable Sort Table Name       Collation ID
    cp932bin                                129
    cyrdict                                 140
    dynix                                   130
    eucjisbn                                192
    euckscbn                                161
    gb2312bn                                137
    rusdict                                 165
    sjisbin                                 179
    turdict                                 155
    big5bin                                 194
    Sort Order Description
    Character Set = 2, cp850
         Code Page 850 (Multilingual) character set.
    Sort Order = 49, caseless_34
         Case-insensitive sort order for 3.4.1 caseless database.
    Characters, in Order
    any idea why I can't set 44?
    -Ken

  • Weblogic 6.1 SP2 hangs up at database command, PATCH needed!

    Hello,
    I use weblogic 6.1 SP2 on Windows and Solaris
    DB-Driver: Oracle Thin Driver for Oracle 9i
    Database OP System: Win2000
    My application runs fine. After some time (about 15.000 db operations)
    at load tests, the weblogic 6.1 server hangs up without an error message
    in the logs at a any desired database command.
    I use the database pool from weblogic.
    The database operations are made with the TX-Datasource.
    The main database operation is a call of an oracle stored
    procedure.
    I suppose, that the weblogic hangs up in a synchronized
    block of the pool, but the crash could also have an other reason.
    After the crash, the whole instance is dead and must be restarted.
    I can reconstruct the crash on windows and solaris.
    I always thought, weblogic is reliably?
    Is there any patch to fix this problem?
    I am very thankful for every help to fix this problem.
    Thank you in advance
    Markus

    Hi,
    here is the source code of the the stateless session bean (S1), which
    calles the oracle stored procedure.The commit or rollback is done in
    the main interface (stateless session bean with user managed
    transactions).
    java.sql.CallableStatement stmt=null;
    java.sql.Connection conn = null;
    try {
    javax.sql.DataSource ds =
    at.one.bmw.system.SystemConfig.getDataSource();
    conn=ds.getConnection();
    stmt=conn.prepareCall("{call routeChargingRecord(?,?,?,?,?,
    int i=1;
    stmt.setString(i++,seq_number);
    stmt.setInt(i++,custTypeID.intValue());
    stmt.setString(i++,msisdn.toString());
    stmt.setLong(i++,billing_serviceID.longValue());
    stmt.setLong(i++,serviceGroupID.longValue());
    stmt.setString(i++,transactionID);
    stmt.setInt(i++,typeID.intValue());
    stmt.setInt(i++,applicationID.intValue());
    stmt.setString(i++,gateway_number);
    stmt.setString(i++,smsc_serviceID);
    stmt.setString(i++,smsc_tarifID);
    stmt.setString(i++,desc);
    stmt.setString(i++,beneficiaries);
    stmt.setString(i++,attr0);
    stmt.setString(i++,attr1);
    stmt.setString(i++,attr2);
    stmt.setString(i++,attr3);
    stmt.setString(i++,deliveryNotes);
    int xx=stmt.executeUpdate();
    try { stmt.close();  } catch (Exception en) {}
    try { conn.close();  } catch (Exception eb) {}
    conn=null; stmt=null;
    } // end try
    catch (Exception e) {
    this.sessionContext.setRollbackOnly();
    try { stmt.close();  } catch (Exception en) {}
    try { conn.close();  } catch (Exception eb) {}
    throw new EJBAppException(msg+"\n"+e.getMessage());
    } // end catch
    Thank you for your help.
    "Sree Bodapati" <[email protected]> wrote in message news:<[email protected]>...
    Hi Markus,
    Can you please post the test code that can demonstrate the hang here.
    sree
    "Markus Häusler" <[email protected]> wrote in message
    news:[email protected]...
    Hello,
    I use weblogic 6.1 SP2 on Windows and Solaris
    DB-Driver: Oracle Thin Driver for Oracle 9i
    Database OP System: Win2000
    My application runs fine. After some time (about 15.000 db operations)
    at load tests, the weblogic 6.1 server hangs up without an error message
    in the logs at a any desired database command.
    I use the database pool from weblogic.
    The database operations are made with the TX-Datasource.
    The main database operation is a call of an oracle stored
    procedure.
    I suppose, that the weblogic hangs up in a synchronized
    block of the pool, but the crash could also have an other reason.
    After the crash, the whole instance is dead and must be restarted.
    I can reconstruct the crash on windows and solaris.
    I always thought, weblogic is reliably?
    Is there any patch to fix this problem?
    I am very thankful for every help to fix this problem.
    Thank you in advance
    Markus

  • SWPM - System Copy - Assertion Failed Unable to load database

    Hello again,
    (already the next question form me, sorry for this
    I am executing a sysetm copy (DB-refresh) on ASE using SWPM.
    However, in "Configure Components" step I get the error: Assertion failed. Unable to load database <SID of Target Sysetm>.
    Where else can I check for errors?
    I think it is still something on which I already worked (with other thread).
    In sapinst_dev.log I found this
    TRACE      2015-03-25 11:05:00.320
    SAPInst calls the LogInquirer. The output of the LogInquirer can be found in file sapinst_loginquirer.log.
    TRACE      2015-03-25 11:05:06.122 [iaxxgenimp.cpp:638]
                CGuiEngineImp::showMessageBox()
    <html> <head> </head> <body> <p> An error occurred while processing option <i>SAP Enhancement Package 1 for SAP N
    etWeaver 7.3 > SAP ASE > System Copy > Target System > Standard System > Based on AS ABAP > Database Refresh or M
    ove( Last error reported by the step: Assertion failed: Unable to load database <SID>.)</i>. You can now: </p> <ul>
    <li> Choose <i>Retry</i><br>to repeat the current step. </li> <li> Choose <i>Log Files</i><br>to get more inform
    ation about the error. </li> <li> Stop the option and continue later. </li> </ul> <p> Log files are written to /t
    mp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF. </p> </body></html>
    TRACE      2015-03-25 11:05:06.124 [iaxxgenimp.cpp:1031]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    In sapinst.log I found this:
    ERROR 2015-03-25 11:04:59.573
    FCO-00011  The step syb_step_setup_preload with step key |NW_ABAP_DB_DBRefresh|ind|ind|ind|ind|0|0|NW_ABAP_DB|ind
    |ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_S
    YB_DB|ind|ind|ind|ind|SYB_DB_CONTEXT|0|syb_step_setup_preload was executed with status ERROR ( Last error reporte
    d by the step: Assertion failed: Unable to load database <SID>.).
    INFO 2015-03-25 11:04:59.772
    Creating file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/__instana_tmp.xml.
    INFO 2015-03-25 11:05:00.307
    Removed file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/instslana.xml.
    INFO 2015-03-25 11:05:00.308
    Creating file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/instslana.xml.

    Hello Kiran,
    I did a few tests again yesterday, and it was really a stupid mistake from myside.
    The error message did mean, that there wasn't enough space.
    It isn't the authority issue, it was a leak of space.
    FYI, the complete DB-Size of Source System is required - NOT JUST RESERVED SPACE!!!
    Thx for help and sorry for stealing your time :O

  • Hyperion Essbase Error: 1002097 Unable to load database [PlanType1]

    Hello,
    I am running Hyperion Essbase 9.2.0.3 version. This has happened 3 times now since last 2 weeks. I had to restore the APP folder from previous backup.
    The message that i see is Error: 1002097 Unable to load database [PlanType1]
    I have searched google and no luck. Anyone knows how to fix this or why we get this message. I don't want to restore from backup everytime.
    Thanks
    Azmat Bhatti

    I think you have currepted backup.
    Try run essmsh script to recover broken block's.
    Backups - Files still locked after beginarchive

  • Torrentflux 2.4 (ADONewConnection: Unable to load database driver)

    I'm trying to setup Torrentflux 2.4 on my server.
    I used the torrentflux PKGBUILD vom AUR: http://aur.archlinux.org/packages.php?ID=1664
    I set up Apache/MySQL/PHP following the guide. PHP test script is working fine:
    <?php phpinfo(); ?>
    I setup a symbolic link from /srv/http to my /opt/torrentflux
    ls /srv/http/
    insgesamt 4
    -r--r--r-- 1 root root 20 6. Mär 21:23 test.php
    lrwxrwxrwx 1 root root 17 6. Mär 21:07 torrentflux -> /opt/torrentflux/
    When I try to open /torrentflux/login.php in my webbrowser it says
    ADONewConnection: Unable to load database driver ''
    I left the default in torrentflux' config.php:
    $cfg["db_type"] = "mysql"; // mysql, postgres7, postgres8 view adodb/drivers/
    ls /opt/torrentflux/adodb/drivers/
    insgesamt 532
    -r--r--r-- 1 root daemon 20476 6. Mär 20:44 adodb-mysql.inc.php
    -r--r--r-- 1 root daemon 25340 6. Mär 20:44 adodb-mysqli.inc.php
    -r--r--r-- 1 root daemon 3220 6. Mär 20:44 adodb-mysqlt.inc.php
    I'm pretty new to the whole LAMP stuff, so can please any1 tell me what's going wrong?

    Ok, some questions:
    1. Did you enable mysql in php.ini?
    http://wiki.archlinux.org/index.php/LAMP#MySQL
    2. Did you read / follow the torrentflux installation guide included with the installation?
    (if not, check here: http://www.torrentflux.com/)
    3. I have not worked with the package from AUR, the package form the official site (again, http://www.torrentflux.com/) works well for me. Did you try this?

  • Error --1002097 Unable to load database

    Hi,
    Essbase version 7.
    I am having a problem when I am trying to start database or running Essbase give me an Error: 1002097 Unable to load database.(error 1002097 is related to the db corrupt.) this is on PRD server.
    we have 2 more server ,(.BS & Dev).
    1.I copied the Db from the BS to PRD --- but the application and DB in the PRD system failed to start giving the same error 1002097 .
    2.next i did was to migrated the same application from BS to Dev system which went fine and i can see the outline . Application is getting started in the DEV system .
    3. Since it was okay in DEV. i migrated the application from BS TO PRD .it got migrated but it is not starting giving me the same error 1002097.
    any help will be great.
    thanks
    ram
    Thank you,

    Re: How can we Restore a corrupted cube.

  • 1002097 Unable to load database [Plan1]

    Hi all,
    I am not able to start the database from essbase. When i start the databse from app, I am getting below message from the panel.
    server.XXXXAPP.Plan1     Get database properties     April 5, 2011 2:57:27 PM CAT     Failed
    Error: 1002097 Unable to load database [Plan1]
    Error: 1042015 Network error: Cannot Locate Connect Information For []
    server.XXXXAPP.Plan1     Get database properties     April 5, 2011 2:57:36 PM CAT     Failed
    Error: 1053001 Cannot open object file: C:\Hyperion\products\Essbase\EssbaseServer\app\XXXXAPP\Plan1\Plan1.esm
    server.XXXXAPP.Plan1     Get database properties     April 5, 2011 2:57:36 PM CAT     Failed
    Error: 1053001 Cannot open object file: C:\Hyperion\products\Essbase\EssbaseServer\app\XXXXAPP\Plan1\Plan1.esm
    server.XXXXAPP.Plan1     Get database properties     April 5, 2011 2:57:40 PM CAT     Failed
    Error: 1002097 Unable to load database [Plan1]
    I tried deleting the app from essbase and create it from planning (through refreh/create) that is also giving me a olap planning exception "Unable to load database"
    I can not open forms as well. it is giving me "Unable to obtain a connection to Hyperion Essbase. If this problem persists, please contact your administrator"
    Any Help..?
    Thanks !
    Edited by: user8819264 on Apr 5, 2011 7:52 AM
    Edited by: user8819264 on Apr 5, 2011 8:27 AM

    Hi John,
    Sry for the delayed reply. The issue was the same as you suggested. There were few esssvr processes running. I couldnt see that from the taskmanager i as was looking on the process that were running with the user i logged in. I could see all once i selected checkbox from "All users". Killed those services and now it is fine.
    Thanks.

Maybe you are looking for

  • Services in SICF for Information broadcasting.

    Hi gurus, Can anyone please help me with what all services need to be activated in SICF, a list of these services for information broadcasting to be successful. Points will be assigned accordingly. regards, Sree.

  • Reactivation

    I received the following email to reactivate my account. Is this real or is it spam??? Welcome to iTunes Services. Dear Customer, Apple takes the security of our customers personal and account information very seriously. As part of our ongoing effort

  • Address Book locks up -- not responding

    OK, at wit's end here. Address Book locks up with spinning beachball every time it opens and I need to force quit it. Here's what I've tried after search through these forums: Deleted plist file Deleted all files in Application Support (after backing

  • New Corsair ram issues - 2008 Macbook (white) 2.4GHz Intel Core 2 Duo

    Just after having a successful (though after some help from the forum) install of 8GB into my mid 2009 MBP I helped my brother install a 4GB (2x2GB) memory upgrade from OEM 2GB (2x1GB) into his 2008 macbook (white) 2.4GHz Intel Core 2 Duo system. Che

  • Oracle Business Rules & Oracle Policy Automation

    Can any one provide me the basic difference between Oracle Business Rules & Oracle Policy Automation The difference between "Oracle Business Rules & Oracle Policy Automation" link or document will help me a lot.