JExport

Is there an easy way to change the decimal format of the output from 2 decimal places (to say 5). I tried changing the source file supplied from the download, recreating the class and jar files. The compilation seems to work, but after registering the function locally against the Sample database, I get the "Wrong java method specification [com.hyperion.essbase.udf.ExpTo.ExportToTarget(String,String,String,String,String[],double[])] (function [@JExpTo]): [specified class not found]" message. Thanks.

This typically means that the function did not register properly. Start any application and look at the log file to see the error message. Look for soemthing in the log similar to "External [GLOBAL] function [@JExportTo] registered OK"

Similar Messages

  • JEXPORT is not working for me

    Hi , Can somebody please help me for JEXPORT.
    I copied the JAR file and the properties file. And registered the CDF.
    Now i can see the function name @JEXPORT in User defined functions in Calc script. I wrote a simple script.
    I am getting this error, *Error: 1200324 Error compiling formula for [Gross Sales.] (line 5): operator expected after [@JExportTo]*
    /*ESS_LOCALE English_UnitedStates.Latin1@Binary*/
    FIX (FY09,Actual)
    "Gross Sales."(
    @JExportTo ("File" "," "EA-SALES-EXPORT-OCT21.txt",",","",
    @LIST (
    @Name (@CURRMBR (Account)),
    @Name (@CURRMBR (Pack)),
    @Name (@CURRMBR (Period)),
    @Name (@CURRMBR (Currency)),
    @Name (@CURRMBR (Entity)),
    @Name (@CURRMBR (Legal Entity)),
    @Name (@CURRMBR (Version)),
    @Name (@CURRMBR (HSP_Rates)))
    @LIST("Actual"));
    ENDFIX;
    And if i don't put the member name before @JEXPORT, i will get the *Error: 1012000 Invalid Syntax - Not a CALC command [@JExportTo]*
    Edited by: MAHESH ALAPATI on Oct 22, 2009 9:30 AM

    You could just trying the sample script on sample.basic database, if it verifies then it points to an issue with your script if it doesn't then it is down to the registration of the cdf.
    /* Fix on Actual so that only one scenario is evaluated, otherwise a record for each scenario will be written and duplicated in the export */
    Fix ("actual")     
    "sales" (
              * Export to a text file
              * arg 1: specify "file" to export to a text file
              * arg 2: file name. This file name must be used to close the file after the calculation completes
              * arg 3: delimiter. Accepts "tab" for tab delimited
              * arg 4: leave blank when exporting to text files
              * arg 5: an array of member names
              * arg 6: an array of data
              @JExportTo("file","c:/flat.txt",",","",@List(@NAME(@currmbr(Market)),@NAME(@currmbr(Product)),@NAME(@currmbr(measures)),@NAME(@currmbr(year))), @LIST(actual,budget,Variance) ) ;
    EndFix;
    *     Clean up
    /*Close the file*/
    RUNJAVA com.hyperion.essbase.cdf.export.CloseTarget "file" "c:/flat.txt" ;
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Jexport CDF issue with Calc Manager

    I have JEXPORT function which works fine as a essbase calc script.But when I try to validate in Calc Manager using EPMA Hyperion 11.1.1.3 ,It gives error
    'Error:Unable to resolve UDA,attribute member or dimension member with value,name or type "" rule Capex.Capex.CAP_Jexport'
    Note :It is a EPMA Application.
    Can we not use CDF in calc manager fro EPMA?

    Try using [url http://download.oracle.com/docs/cd/E17236_01/epm.1112/esb_tech_ref/dataexport.html]@DAYAEXPORT
    JExport was written as a stop-gap until the native data import and export functions could be added to the Calc library.
    Calc dataexport is very fast.
    Regards,
    Robb Salzmann

  • @JEXPORT download needed for essbase 9.2.1

    Good evening,
    I need to export a subset of data from an essbase database ; I'm using essbase 9.2.1 .
    I'm reading that the @JEXPORT function, or @JExtendedExportTo function will work for this need.
    Does anyone know where this can be downloaded? I'm having trouble finding it on the Oracle/Hyperion dev sites.
    Thanks, Jon Dyer

    Hi,
    Give http://www.sendspace.com/file/e6yszv a try
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Extract negative values with @JExport function in Essbase version 9.0.1

    I'm currently trying to extract values using the @JExport but I noticed that negative values weren't extracted.
    Is there something to do to make it work?
    Thanks for your help.
    BR,
    Andy

    Thanks for confirming things Vivek.Wilfred.
    FYI, for future others with this problem: After a couple hours of playing around it was fixed, though I'm not sure what finally did it. Be sure that you try Google's "Sign Out of All Accounts", and not just the regular sign out option.

  • Please send jexport utility to my emai-Very Urgent

    Hi Guys,
    Please send me jexport utility to my eamil id, as its not available in dev.hyperion.com. Its very urgent
    my mail id:
    [email protected]
    Thanks

    It is still available on the old site, just a little hard to find. Try
    http://dev.hyperion.com/download/code_library/custom_defined_functions_samples.cfm

  • JExport vs DATAEXPORT

    Hi,
    I'm exporting data out of a huge planning cube with 14 dimensions. Does anyone better which method is better? JExport or DATAEXPORT. I've tried DATAEXPORT on a subset of data with dynamic calc turned off. The performance seems to be ok without dynamic calc. Any thoughts on JExport? Can I export out the dynamic calc members using JExport without degrading the performance? Thanks.
    Regards,
    Gerd

    Hi,
    I can't really say which is going to be faster in your circumstances, sometimes you just have to try and see, though what I will say is that if you are going to export dynamic calculated members then there is always going to be a performance hit, if you think about it the data for the dynamic members doesn't yet exist so it has to calculate them on the fly when you are exporting, depending on the amount of dynamic calc members and what they depend on will shape the way performance is going to be hit, in some cases this can be a massive hit in performance.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Jexport results not reliable

    Hi,
    We like to use the jexport function to move data across our applications, but it does not appear to be completely reliable. To test - I moved one of our applications to the development environment and started running the same jexport script over and over (20 times only launching after the previous script finishes). Every so often - after maybe 5 or so runs - the export data set is missing some records or we have a record or two where the sign (debit/credit) is flipped. I have tested on different applications and see the same issue. The dataset being produced are pretty small (500k to 1mb) The results and pretty consistant - you get good data about 80% of the time, and about 20% of the time the data set is missing some records or you have a sign flip on a record or two. Has anyone ever seen this before and can you provide any suggestions on resolving? Our outlines are very large (cubes are huge - cube size over 100k) and reports scripts take a very long time to export slices of data where the jexport can run very fast. Any help would be appreciated.
    Thanks!

    I used jExport quite a bit on different versions and never had a problem with it. You might go to the EssbaseLabs blog and post the question there Matt and Toufic are primary contributors to that blog and Toufic created the jexport CDF. I'm am guessing you don't have a 100k cube was that supposed to be 100 gig? That would be a large cube. 100k would be tiny.

  • JExport cdf function working - but changing essbase files ?

    Hello,
    we finally managed to get CDF JEXPORT function running
    (Link http://www.jasonwjones.com/?p=68 was very helpful)
    now we scheduled daily exports to txtfiles and oracle database - it's running well - we scheduled to export every night from testdatabase and productiondatabase -
    but I noticed, that it's now changing the essbase *.pag and *.ind files last-accessed-datestamps (not all of our 100 GB -but obviously those we fix the export to)
    as we run daily incremental backups and essbase has to be offline during that time, this causes us several hours of offline time every night - because additional 50 GB of data have to be secured - the dataexport command does not change the files but jexport does
    -> did anymody notice something like this ? jexport changing datestamps of *.pag and *.ind files ?
    my common understanding is that an export is reading data and should not change files - as we want to export attributes we can not use dataexport command
    of course I am aware of workarounds like: use dataexport command, do not export every day, buy a faster backupserver, run restructure so that the relevant data is in fewer datafiles - but still hoping that there is a better solution.
    regards
    Rodian

    Hi,
    thank you for being interested into the issue
    we use the new essbase / hyperion planning / epm 11.1.2.1 64 bit on windows 2008 R2-
    maybe you or somebody else has an idea or we really didn't see the easy way
    what we need is a fast export of essbase data combined with alias member names and attribute member names
    dataexport command seems not to allow to export essbase data combined with/sorted/fixed by attribute dimensions - we realized already that dataexport is much faster (15 min instead of 24 hours for the major export part - so we ended up with a combined approach already (it was already tricky to get jexport running exporting to oracle tables):
    1 dataexport script (15 min runtime for all real essbase budget data using dataexport to file and 2 jexport scripts (5 min each), which we actually just use to derive the corresponding attribute dimension values for those of the 5000 members, which are used for budgeting in the selected planning scenario
    We managed jexport to export to oracle database directly, while dataexport we managed only to export to file (so it needs another script to import into oracle database again)
    Furthermore, we needed also the alias values of each member - which dataexport and jexport did not deliver - so we had to use sql statements to derive it from the hyperion planning application oracle tables hsp_object and hsp_alias
    at the end, the result of the 3 calcscripts and the alias names from the hyperion planning oracle table have to be written to 2 txt files, which get delivered to SAP on daily basis - the reason why we ended up with such a wild mix of scripts is obviously that SAP and the other involved planning system defined the data to be delivered
    as we have only 2 interfaces and 2 planning/essbase applications and limited financial budgets, it appeared too big effort to invest time into ODI (still open, what the cost of this would have been, if the scripts could be scheduled and would be fast)
    all scripts are scheduled and run daily and are very reliable - with the only disadvantage, that the queried *.pag and *.ind (not all files change) files tend to change datestamp every night now.
    I clearly identified jexport the root of it.
    we managed outline extractor utility 11.1.2.0 running as well on 11.1.2.1 - but looks like this can not scheduled and allows only to export the pure value lists of attributes and members
    the only thing i could test is placing the jexport script into a hyperion planning businessrule instead of an essbase calc script and exporting to textfile only (but I expect same result)
    so the only remaining alternative might be to extract also the attribute dimension values (hsp_member_to_attribute) for our members from the hyperion planning oracle tables and combine them with our essbase data
    so what we actually miss is an essbase dataexport command, which allows to export essbase data with attribute values and member names from alias tables directly into oracle tables (ok, to a flat file would be ok as well)
    regards
    Rodian

  • JExport 2 Dimensions into 1 column

    Hi,<BR><BR>i try to export my essbase cube into an MS Access database.<BR>For that, I need to concat 2 Dimension (month and year) into one column (date) in my Access database.<BR><BR>My script looks like this<BR><BR>@JExportTo("dsn","mydsn","","output",<BR>          @List(@NAME(@currmbr(GUV)),<BR>          @NAME(@currmbr(month)),<BR>          @name(@currmbr(year)),<BR>          @name(@currmbr(company)),<BR>          @LIST(real)) ; <BR> <BR><BR><BR>THX for any help<BR><BR>Andreas

    Try this:<BR><BR><BR>@JExportTo("dsn","mydsn","","output", <BR>@List(@NAME(@currmbr(GUV)), <BR>@CONCATENATE(@NAME(@currmbr(month)),@name(@currmbr(year))), <BR>@name(@currmbr(company)), <BR>@LIST(real)) ; <BR><BR>

  • How to extract data in a webpage to a excelsheet or back end DB

    Hi folks
    I'm kiran and i'm working as technical recruiter. previously i worked as a shadow associate with National Informatics center (A govt of india IT department) where i first tried my hands on JAVA and was amazed with the things which i could do.
    Now with my present company, where we are trying to build a recritment tool and I have taken charge of building it. And this totally deals with the recruitment cycle from saving the data of the candidate to a back end, the status for follow up and the whole recruitment cycle phase.
    Now the problem I'm facing now is with the extraction of data from a web page. I had tried on a testing basis in which tried to work with get and set properties, where i was sucessfull in extracting the data which were stored on the web page in setter and getters pattern.
    But when i tried to do it on a live web page on the net I came to know that the data was stored in data grids and mostly in tables for display.
    I want to know how could i transfer the data in these tables (in a web page) to a excel sheet or a back end data base.
    I need some help on this. It would be appreciated if i could get some sample code, from which i can have a fair idea to start the process
    thanks
    have a great time
    Kiran

    If you want to import in this format, I suggest you use the Java Custom Function JExport. It is more flexible than Dataexport to create the file the way you need it. This thread shows you where to get it
    Any body have JEXPORT utility

  • How to extract data in a format recognized by MS Access

    Hello
    I need a help to extract a database from Essbase (excel addin or esscmd) to a file and create
    a database to put inside a Microsoft Access, the model i want is:
    ** I WANT THIS MODEL **
    Country     Month     Value
    Brazil     Jan     1000,00
    Brazil Feb 1500,00
    USA     Jan     3000,00
    USA     Feb     3500,00
    ** I JUST KNOW HOW TO MAKE THIS ONE **
         Jan     Fev
    Brazil     1000,00 1500,00
    USA     3000,00 3500,00
    This example is a small base from my database, i cant format all base to the wanted model, please, im begin in a essbase
    and need a help.
    Thx a lot and sorry for my bad english
    Claudio G. Silva
    Brazil / Parana

    If you want to import in this format, I suggest you use the Java Custom Function JExport. It is more flexible than Dataexport to create the file the way you need it. This thread shows you where to get it
    Any body have JEXPORT utility

  • IDES Installation - EHP 7 for SAP ERP 6.0, fails at abap import win 2012 r2 ORA

    Dear gurus:
    I am having an issue on import abap phase to complete the SAP IDES ERP EHP 7 for ABAP installation.
        i am already search on the net, but found nothing about this>
    my host file on both path:
    C:\Windows\System32\drivers\etc
    C:\Windows\SysWOW64\drivers\etc
    #127.0.0.1
    rzablah01
    127.0.0.1
    rzablah01.rzablah
    #127.0.0.1
    rzablah01
    localhost
    i don't have domain controller
    machine:
    windows 2012 server datacenter r2 english x64
    8gb ram
    700gb hdd
    the SWPM is
    SWPM10SP06_5-20009707.sar
    the pre check was OK
    I put the policy files on java in the following paths
    C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\ORA\INSTALL\STD\ABAP\sapjvm\sapjvm_6\jre\lib\security
    C:\usr\sap\ERP\SYS\exe\jvm\NTAMD64\sapjvm_6.1.059\sapjvm_6\jre\lib\security
    the version is jce_policy-6.zip
    I already patch kernel, and try another things, but nothing solve it.
    my log:
    C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\ORA\INSTALL\STD\ABAP\sapinst_dev.log
    i found this on the file:
    WARNING    2014-09-24 21:10:39.657 [synxcpath.cpp:1010]
              CSyPath::getOSNodeType(bool) lib=syslib module=syslib
    Unable to get information about path \\LABEL.ASC\ using GetVolumeInformation. Operating system error message: The specified path is invalid.
    sapinst_dev.log________________________________:
    TRACE      2014-09-24 21:10:33.238
    Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD.
    TRACE      2014-09-24 21:10:33.238
    Using custom value flow_trace for property SAPINST_MESSAGE_DEVLOG_THRESHOLD.
    TRACE      2014-09-24 21:10:33.238
    Using custom value info for property SAPINST_MESSAGE_GUILOG_THRESHOLD.
    TRACE      2014-09-24 21:09:42.872 [iaxxclib.cpp:174]
              CLib::load()
    Opened C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362\\sylib722.dll
    TRACE      2014-09-24 21:09:42.873
    exe dir is C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362
    TRACE      2014-09-24 21:09:43.017
    MessageLib initialized successfully.
    INFO      2014-09-24 21:09:43.20 [synxcpath.cpp:799]
              CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Users\Administrator\AppData\Local\Temp\sapinst_exe.2796.1411607362\dev_sap_kernel_test_24_Sep_2014_21_09_43.
    INFO      2014-09-24 21:09:43.21 [synxcfile.cpp:376]
              CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
              lib=syslib module=syslib
    Removed file C:\Users\Administrator\AppData\Local\Temp\sapinst_exe.2796.1411607362\dev_sap_kernel_test_24_Sep_2014_21_09_43.
    TRACE      2014-09-24 21:09:43.22 [syxxclogbook.cpp:219]
              PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)
              lib=syslib module=syslib
    Initialized SAP kernel tracing to file C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362\dev_sap_kernel
    TRACE      2014-09-24 21:09:43.23 [csicomponentsetmanager.cpp:112]
              CSiComponentSetManager::readFrameworkJslib()
    Reading framework jslib.
    TRACE      2014-09-24 21:09:43.595 [csicomponentsetmanager.cpp:146]
              CSiComponentSetManager::readFrameworkJslib()
    Reading framework jslib done.
    TRACE      2014-09-24 21:09:43.597 [iaxxclib.cpp:174]
              CLib::load()
    Opened C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362\iaguieng722.dll
    TRACE      2014-09-24 21:09:43.598 [syxxclogbook.cpp:219]
              PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)
              lib=syslib module=syslib
    Initialized SAP kernel tracing to file dev_sap_kernel
    TRACE      2014-09-24 21:09:48.153 [synxcuser.cpp:2083]
              CSyUserImpl::isExistingOnOS() lib=syslib module=syslib
    existence check for user Administrator returned true.
    TRACE      2014-09-24 21:09:48.153 [syxxccache.cpp:419]
              CSyAccountCache::addToCache(const IaPtr<CSyAccountImpl> account)
              lib=syslib module=syslib
    inserted account (Administrator, S-1-5-21-3086296020-3121675482-1484945983-500, USER) into the accountcache.
    TRACE      2014-09-24 21:09:48.153 [cguiproxy.cpp:74]
              CGuiProxy::doLog()
    Waiting for client connection (1)
    TRACE      2014-09-24 21:09:48.154 [synxccuren.cpp:901]
              CSyCurrentProcessEnvironmentImpl::setEnvironmentVariable(const iastring & 'SAPINST_JRE_HOME', const iastring & 'C:/Users/ADMINI~1/AppData/Local/Temp/sapinst_exe.2796.1411607362/jre')
              lib=syslib module=syslib
    Environment variable SAPINST_JRE_HOME set to value 'C:/Users/ADMINI~1/AppData/Local/Temp/sapinst_exe.2796.1411607362/jre'.
    TRACE      2014-09-24 21:10:12.858 [cguiproxy.cpp:74]
              CGuiProxy::doLog()
    Start client logon ...
    TRACE      2014-09-24 21:10:12.858 [cguiproxy.cpp:398]
              CGuiProxy::checkIfLogon
    Connection request to guiengine backend by host child process at (736:740)
    TRACE      2014-09-24 21:10:12.859 [cguiproxy.cpp:455]
              CGuiProxy::checkIfLogon
    GUI Protocol version is 3.1
    TRACE      2014-09-24 21:10:12.859 [cguiproxy.cpp:456]
              CGuiProxy::checkIfLogon
    Send connect information
    TRACE      2014-09-24 21:10:12.859 [cguilogon.cpp:246]
              CGuiLogon::testForAutoLogon()
    client connected from child process at (736:740)
    TRACE      2014-09-24 21:10:13.46 [cguiproxy.cpp:74]
              CGuiProxy::doLog()
    Client successfully logged on from child process at (736:740)
    INFO      2014-09-24 21:10:13.177 [synxcpath.cpp:799]
              CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Users\Administrator\AppData\Local\Temp\sapinst_exe.2796.1411607362\dev_sap_kernel_test_24_Sep_2014_21_10_13.
    INFO      2014-09-24 21:10:13.178 [synxcfile.cpp:376]
              CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
              lib=syslib module=syslib
    Removed file C:\Users\Administrator\AppData\Local\Temp\sapinst_exe.2796.1411607362\dev_sap_kernel_test_24_Sep_2014_21_10_13.
    TRACE      2014-09-24 21:10:13.179 [csimanagerinterfaces.cpp:3798]
              CSiManagerInterfaces::tryToLoadMessageDictionary
    Loading G:/SOFT/COM/INST/messages.xml ...
    TRACE      2014-09-24 21:10:13.349 [csimanagerinterfaces.cpp:3800]
              CSiManagerInterfaces::tryToLoadMessageDictionary
    Loaded G:/SOFT/COM/INST/messages.xml
    TRACE      2014-09-24 21:10:13.361 [csimanagerinterfaces.cpp:3798]
              CSiManagerInterfaces::tryToLoadMessageDictionary
    Loading G:/SOFT/COM/INST/messages.xml ...
    TRACE      2014-09-24 21:10:13.535 [csimanagerinterfaces.cpp:3800]
              CSiManagerInterfaces::tryToLoadMessageDictionary
    Loaded G:/SOFT/COM/INST/messages.xml
    TRACE      2014-09-24 21:10:13.535
    exe dir is C:/Users/ADMINI~1/AppData/Local/Temp/sapinst_exe.2796.1411607362
    INFO      2014-09-24 21:10:13.538 [synxcpath.cpp:799]
              CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO      2014-09-24 21:10:13.539 [synxcfile.cpp:376]
              CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
              lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\x.
    TRACE      2014-09-24 21:10:13.543 [iaxxclib.cpp:174]
              CLib::load()
    Opened C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362\iakdblib722.dll
    TRACE      2014-09-24 21:10:13.543 [sixxcreate.cpp:46]
              startInstallationViaStarter()
    SAPinst build information:
    Version:      2014.09.0
    Build:        1521363
    Compile time:  Sep 15 2014 - 16:33:56
    Make type:    optU
    Codeline:      720-2_REL
    Platform:      NTAMD64
    Kernel build:  721, patch 319, changelist 1516453
    Exe directory: C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362
    TRACE      2014-09-24 21:10:13.547 [csimanagerinterfaces.cpp:3798]
              CSiManagerInterfaces::tryToLoadMessageDictionary
    Loading G:/SOFT/COM/INST/messages.xml ...
    TRACE      2014-09-24 21:10:13.728 [csimanagerinterfaces.cpp:3800]
              CSiManagerInterfaces::tryToLoadMessageDictionary
    Loaded G:/SOFT/COM/INST/messages.xml
    TRACE      2014-09-24 21:10:14.109 [cproductchoicedialog.cpp:79]
              CProductChoiceDialog::popUp
    Reading product catalog...
    TRACE      2014-09-24 21:10:15.410 [cproductchoicedialog.cpp:84]
              CProductChoiceDialog::popUp
    Reading product catalog done.
    TRACE      2014-09-24 21:10:15.562 [cstartupfilereader.cpp:482]
              CStartupFileReader::filterCatalogByConstraints()
    Displaying unfiltered product catalog
    TRACE      2014-09-24 21:10:15.969 [iaxxgenimp.cpp:411]
              CGuiEngineImp::showDialog()
    showing dlg diProductChoice
    TRACE      2014-09-24 21:10:15.999 [iaxxgenimp.cpp:431]
              CGuiEngineImp::showDialog()
    <dialog sid="diProductChoice">
    <title>Welcome to SAP Installation</title>
    <dialog/>
    TRACE      2014-09-24 21:10:16.262 [iaxxgenimp.cpp:1031]
              CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    TRACE      2014-09-24 21:10:29.73 [iaxxdlghnd.cpp:96]
              CDialogHandler::doHandleDoc()
    CDialogHandler: ACTION_NEXT requested
    TRACE      2014-09-24 21:10:29.73 [iaxxcdialogdoc.cpp:190]
              CDialogDocument::submit()
    <dialog sid="diProductChoice">
    <dialog/>
    INFO      2014-09-24 21:10:29.157 [synxcpath.cpp:799]
              CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\ORA\INSTALL\STD\ABAP\x.
    INFO      2014-09-24 21:10:29.158 [synxcfile.cpp:376]
              CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
              lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\ORA\INSTALL\STD\ABAP\x.
    TRACE      2014-09-24 21:10:29.792 [cservicehelpers.cpp:318]
              CServiceHelpers::assertCorrectFileProtection(C:\Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP)
    Permission check skipped when running on windows.
    TRACE      2014-09-24 21:10:29.793 [iaxxgenimp.cpp:411]
              CGuiEngineImp::showDialog()
    showing dlg diRestartOrCancel
    TRACE      2014-09-24 21:10:29.793 [iaxxgenimp.cpp:431]
              CGuiEngineImp::showDialog()
    <dialog sid="diRestartOrCancel">
    Dialog does not contain standard input handler, so the backend is not able to generate a log entry
    <dialog/>
    TRACE      2014-09-24 21:10:29.793 [iaxxgenimp.cpp:1031]
              CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    TRACE      2014-09-24 21:10:32.063
    current working directory is C:\Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP
    INFO      2014-09-24 21:10:32.69 [synxcpath.cpp:799]
              CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO      2014-09-24 21:10:32.70 [synxcfile.cpp:376]
              CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
              lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\x.
    TRACE      2014-09-24 21:10:32.73 [syxxcfile.cpp:125]
              CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/dev_sap_kernel, m_realNodeType: 2}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const
              lib=syslib module=syslib
    Target file exists and (mode & ISyNode::EXISTING) ==> I will copy/move.
    TRACE      2014-09-24 21:10:32.73 [synxcfile.cpp:478]
              CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
              lib=syslib module=syslib
    Copying file C:/Users/Administrator/AppData/Local/Temp/sapinst_exe.2796.1411607362/dev_sap_kernel to C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP
    INFO      2014-09-24 21:10:32.74 [synxcfile.cpp:678]
              CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
              lib=syslib module=syslib
    Copied file 'C:/Users/Administrator/AppData/Local/Temp/sapinst_exe.2796.1411607362/dev_sap_kernel' to 'C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP'.
    INFO      2014-09-24 21:10:32.75 [synxcfile.cpp:376]
              CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
              lib=syslib module=syslib
    Removed file C:\Users\Administrator\AppData\Local\Temp\sapinst_exe.2796.1411607362\dev_sap_kernel.
    TRACE      2014-09-24 21:10:32.75 [syxxcfile.cpp:125]
              CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/dev_sap_kernel, m_realNodeType: 2}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const
              lib=syslib module=syslib
    Target file exists and (mode & ISyNode::EXISTING) ==> I will copy/move.
    TRACE      2014-09-24 21:10:32.76 [synxcfile.cpp:478]
              CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
              lib=syslib module=syslib
    Copying file G:/SOFT/COM/INST/dev_sap_kernel to C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP
    INFO      2014-09-24 21:10:32.76 [synxcfile.cpp:678]
              CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
              lib=syslib module=syslib
    Copied file 'G:/SOFT/COM/INST/dev_sap_kernel' to 'C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP'.
    INFO      2014-09-24 21:10:32.116 [synxcfile.cpp:376]
              CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
              lib=syslib module=syslib
    Removed file G:\SOFT\COM\INST\dev_sap_kernel.
    TRACE      2014-09-24 21:10:32.117 [syxxclogbook.cpp:219]
              PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)
              lib=syslib module=syslib
    Initialized SAP kernel tracing to file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\ORA\INSTALL\STD\ABAP\dev_sap_kernel
    TRACE      2014-09-24 21:10:32.118
    exe dir is C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362
    TRACE      2014-09-24 21:10:32.118
    exe dir is C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362
    TRACE      2014-09-24 21:10:33.039
    Running with toplevel file C:\Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/toplevel.xml
    TRACE      2014-09-24 21:10:33.050
    Component version information: lmts_007_REL (CL 136598)
    TRACE      2014-09-24 21:10:33.71 [syxxcfile.cpp:85]
              CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/sapinst_dev.34.log, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const
              lib=syslib module=syslib
    Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE      2014-09-24 21:10:33.71 [syxxcnode.cpp:425]
              CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/sapinst_dev.34.log, ISyNode::CopyMoveMode_t 0x3)
              lib=syslib module=syslib
    Moved C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/sapinst_dev.log to C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/sapinst_dev.34.log
    TRACE      2014-09-24 21:10:33.88 [syxxcfile.cpp:85]
              CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/sapinst.34.log, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const
              lib=syslib module=syslib
    Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE      2014-09-24 21:10:33.88 [syxxcnode.cpp:425]
              CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/sapinst.34.log, ISyNode::CopyMoveMode_t 0x3)
              lib=syslib module=syslib
    Moved C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/sapinst.log to C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/sapinst.34.log
    TRACE      2014-09-24 21:10:33.238
    Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD.
    TRACE      2014-09-24 21:10:33.238
    Using custom value flow_trace for property SAPINST_MESSAGE_DEVLOG_THRESHOLD.
    TRACE      2014-09-24 21:10:33.238
    Using custom value info for property SAPINST_MESSAGE_GUILOG_THRESHOLD.
    TRACE      2014-09-24 21:10:33.247
    Running with keydb file C:\Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/keydb.xml
    TRACE      2014-09-24 21:10:33.247
    Running with dialog file C:\Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/dialog.xml
    TRACE      2014-09-24 21:10:33.370 [iaxxgenimp.cpp:694]
              CGuiEngineImp::parseDialogXml()
    Removing 'copyLocation' node from diCdServerMissingPackage
    Removing 'copyLocation' node from diCdServerMissingPackageWithCdName
    Removing 'copyLocation' node from diCdServerWithCdName
    TRACE      2014-09-24 21:10:33.392 [syxxcfile.cpp:85]
              CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/keydb.35.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const
              lib=syslib module=syslib
    Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE      2014-09-24 21:10:33.393 [synxcfile.cpp:478]
              CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/keydb.35.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
              lib=syslib module=syslib
    Copying file C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/keydb.xml to C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/keydb.35.xml
    INFO      2014-09-24 21:10:33.396 [synxcfile.cpp:678]
              CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/keydb.35.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
              lib=syslib module=syslib
    Copied file 'C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/keydb.xml' to 'C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/keydb.35.xml'.
    TRACE      2014-09-24 21:10:33.867 [syxxcfile.cpp:85]
              CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/statistic.34.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const
              lib=syslib module=syslib
    Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE      2014-09-24 21:10:33.867 [synxcfile.cpp:478]
              CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/statistic.34.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
              lib=syslib module=syslib
    Copying file C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/statistic.xml to C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/statistic.34.xml
    INFO      2014-09-24 21:10:33.876 [synxcfile.cpp:678]
              CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/statistic.34.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
              lib=syslib module=syslib
    Copied file 'C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/statistic.xml' to 'C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP/statistic.34.xml'.
    TRACE      2014-09-24 21:10:35.715 [kdxxctaco.cpp:93]
              CKdbTableContainerImpl::syncToContainerFile
    CKdbTableContainerImpl::syncToContainerFile start ...
    TRACE      2014-09-24 21:10:35.824 [kdxxctaco.cpp:121]
              CKdbTableContainerImpl::syncToContainerFile
    after creating out stream  for C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\ORA\INSTALL\STD\ABAP\statistic.xml
    TRACE      2014-09-24 21:10:35.911 [kdxxctaco.cpp:155]
              CKdbTableContainerImpl::syncToContainerFile
    CKdbTableContainerImpl::syncToContainerFile stop ...
    TRACE      2014-09-24 21:10:37.967 [kdxxctaco.cpp:93]
              CKdbTableContainerImpl::syncToContainerFile
    CKdbTableContainerImpl::syncToContainerFile start ...
    TRACE      2014-09-24 21:10:38.82 [kdxxctaco.cpp:121]
              CKdbTableContainerImpl::syncToContainerFile
    after creating out stream  for C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\ORA\INSTALL\STD\ABAP\statistic.xml
    TRACE      2014-09-24 21:10:38.173 [kdxxctaco.cpp:155]
              CKdbTableContainerImpl::syncToContainerFile
    CKdbTableContainerImpl::syncToContainerFile stop ...
    TRACE      2014-09-24 21:10:39.560
    Setting product specific properties:
    SAPINST_USE_FWK_JSLIB=true
    TRACE      2014-09-24 21:10:39.561
    Using framework jslib.
    TRACE      2014-09-24 21:10:39.572
    SAPinst was started using commandline: C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362\sapinst.exe
    TRACE      2014-09-24 21:10:39.572
    SAPinst properties are :
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\Administrator\AppData\Roaming
    COMPUTERNAME=RZABLAH01
    ComSpec=C:\Windows\system32\cmd.exe
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    FP_NO_HOST_CHECK=NO
    GUISERVER_DIALOG_PORT=
    GUISERVER_HTTP_PORT=
    HOMEDRIVE=C:
    HOMEPATH=\Users\Administrator
    JAVA_HOME=C:\Program Files (x86)\SAP\SAP JVM 6 (61_REL i486 opt)
    JCE_POLICY_ZIP=
    LOCALAPPDATA=C:\Users\Administrator\AppData\Local
    LOGONSERVER=\\RZABLAH01
    NUMBER_OF_PROCESSORS=4
    OS=Windows_NT
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PLMVIS_82_LIBPATH=C:\Program Files (x86)\SAP\FrontEnd\SAPgui\Program
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=3a09
    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    Path=C:\oracle\ECC\11203\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\SAP\SAP JVM 6 (61_REL i486 opt)\bin
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    SAPINST_AUTHENTICATION_UNLIMITED=0
    SAPINST_CHECK_PACKAGES=false
    SAPINST_CODE_GENERATION_USE_RECURSIONS=0
    SAPINST_CONTINUE_AFTER_ERROR=
    SAPINST_CONTROL_URL=control.xml
    SAPINST_CWD=
    SAPINST_DETAIL_SUMMARY=true
    SAPINST_DIALOG_PIPES=
    SAPINST_DIALOG_PORT=21212
    SAPINST_DIALOG_URL=dialog.xml
    SAPINST_EXE=SAPINST_EXE
    SAPINST_EXECUTE_PRODUCT_ID=
    SAPINST_EXEDIR_CD=G:/SOFT/COM/INST
    SAPINST_EXE_DIR=C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362
    SAPINST_GENERATE_INIFILE=0
    SAPINST_GENERATE_INIFILE_CONFIG_FILE=
    SAPINST_GLOBAL_PARAMETER_TABLE=
    SAPINST_GUI_ACCESSIBLE=0
    SAPINST_HTTP_PORT=4239
    SAPINST_INIFILE_MODE=
    SAPINST_INIFILE_PARAMETER_MODE=
    SAPINST_INPUT_PARAMETERS_URL=
    SAPINST_INSTANCE_ID_GENERATION=
    SAPINST_JAVA_CODE_GENERATION=
    SAPINST_JAVA_COMPONENT_GEN_DIRECTORY=
    SAPINST_JAVA_COMPONENT_GEN_LOG_FILENAME=
    SAPINST_JAVA_COMPONENT_SNIPPET_DIRECTORY=
    SAPINST_JAVA_COMPONENT_SNIPPET_NAME=
    SAPINST_JAVA_EXT_DIR_DIRECTORY=
    SAPINST_JRE_HOME=C:/Users/ADMINI~1/AppData/Local/Temp/sapinst_exe.2796.1411607362/jre
    SAPINST_JSLIB_TRACE=NW,NWUsers,OraCom,NWCTC,NWProfiles,ClusterMgt,SystemIdentity,NetworkMgt
    SAPINST_JS_DEBUG=
    SAPINST_JVM_PROPERTIES=
    SAPINST_KEYDB_URL=keydb.xml
    SAPINST_LABEL_IDX_URL=
    SAPINST_LOG_GUI_UPDATE=0
    SAPINST_MESSAGE_CONSOLE_THRESHOLD=info
    SAPINST_MESSAGE_DEVLOG_THRESHOLD=flow_trace
    SAPINST_MESSAGE_GUILOG_THRESHOLD=info
    SAPINST_MESSAGE_HEADER=
    SAPINST_MESSAGE_URL=.
    SAPINST_MSLIB_TRACE=1
    SAPINST_NO_GUISTART=0
    SAPINST_NO_STEPBACK=0
    SAPINST_OUTPUT_DIR=C:\Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP
    SAPINST_PACKAGES_URL=packages.xml
    SAPINST_PARAMETER_CONTAINER_URL=
    SAPINST_PORT_AUTO=0
    SAPINST_PROPERTIES_4_JAVA_STEPS_JVM=
    SAPINST_REMOTE_ACCESS_USER=
    SAPINST_REMOTE_ACCESS_USER_IS_TRUSTED=0
    SAPINST_RESOURCE_URL=resourcepool.xml
    SAPINST_RFCLIB_TRACE=0
    SAPINST_SAVE_INPUT=true
    SAPINST_SCAN_DEVICES=false
    SAPINST_SDT_CURDIR_MODE=
    SAPINST_SDT_PASSWORD=**********
    SAPINST_SDT_USER=
    SAPINST_SEND_ANALYTICS=true
    SAPINST_SET_STEPSTATE=0
    SAPINST_SKIP_DIALOGS=false
    SAPINST_SKIP_ERRORSTEP=0
    SAPINST_SKIP_SOLMAN_CHECK=0
    SAPINST_SKIP_SUCCESSFULLY_FINISHED_DIALOG=0
    SAPINST_SKIP_SUMMARY_DIALOG=0
    SAPINST_SLIDE_SHOW_URL=slideshow.xml
    SAPINST_SLP_CHANNEL_NAME=
    SAPINST_SMART_COMPONENT=
    SAPINST_STACK_XML=
    SAPINST_START_GUI=1
    SAPINST_START_GUISERVER=1
    SAPINST_STEP_EXECUTION_MODE=
    SAPINST_STOP_AFTER_DIALOG_PHASE=0
    SAPINST_SUCCESS_ID=
    SAPINST_TOPLEVEL_URL=toplevel.xml
    SAPINST_USE_ADVANCED_JS_HANDLING=1
    SAPINST_USE_DETAILED_LOG_DIRECTORY=0
    SAPINST_USE_DEV_FEATURES=
    SAPINST_USE_FWK_JSLIB=true
    SAPINST_USE_HOSTNAME=
    SAPINST_USE_MID=0
    SAPINST_USE_OSBITS=
    SAPINST_USE_OSFAName=
    SAPINST_WRITE_GUIENGINE_BACKEND_TRACE=
    SAP_DIR_PERF=C:\usr\sap\PRFCLOG
    SELFEXTRACTOR_EXECUTABLE_NAME=G:/SOFT/COM/INST/sapinst.exe
    SESSIONNAME=Console
    SYSLIB_LOCKING_MODEL=
    SecSpecialMode=710916
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\ADMINI~1\AppData\Local\Temp
    TMP=C:\Users\ADMINI~1\AppData\Local\Temp
    USERDOMAIN=RZABLAH01
    USERDOMAIN_ROAMINGPROFILE=RZABLAH01
    USERNAME=Administrator
    USERPROFILE=C:\Users\Administrator
    jce_policy_zip=
    windir=C:\Windows
    TRACE      2014-09-24 21:10:39.595 [iaxxclib.cpp:174]
              CLib::load()
    Opened C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362\iaejs722.dll
    TRACE      2014-09-24 21:10:39.631 [iaxxclib.cpp:174]
              CLib::load()
    Opened C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362\iacdlib722.dll
    TRACE      2014-09-24 21:10:39.635 [ccdmanagerpackagexml.cpp:128]
              CCdManagerPackageXml::readLabelDefinitionFile()
    Add packages from packages.xml; packageName:SAPINST, label: IND:SLTOOLSET:1.0:SWPM:*:WINDOWS_X86_64:*, media name:Software Provisioning Manager
    Add packages from packages.xml; packageName:KERNEL, label: SAP:AKK:741:KERNEL:*:WINDOWS_X86_64:*, media name:Kernel NW740 SR1
    Add packages from packages.xml; packageName:UKERNEL, label: SAP:AKK:741:UKERNEL:*:WINDOWS_X86_64:*, media name:UC Kernel NW740 SR1
    Add packages from packages.xml; packageName:GATEWAY, label: SAP:AKK:741:KERNEL:*:WINDOWS_X86_64:*, media name:Kernel NW740 SR1
    Add packages from packages.xml; packageName:CA, label: SAP:CA:741:UKERNEL:*:WINDOWS_X86_64:, media name:UC Kernel NW740 SR1 (folder CA)
    Add packages from packages.xml; packageName:SMD, label: SAP:SMD:741:UKERNEL:*:WINDOWS_X86_64:, media name:UC Kernel NW740 SR1 (folder SMD)
    Add packages from packages.xml; packageName:SCS, label: SAP:AKK:741:UKERNEL:*:WINDOWS_X86_64:*, media name:UC Kernel NW740 SR1
    Add packages from packages.xml; packageName:SAPLUP, label: SAP:SAPLUP:741:*:*:*, media name:SL Controller (Kernel DVD)
    Add packages from packages.xml; packageName:SCA_2, label: SAP:UT_ERP:SR1BS7I2013EHP7:*:*:*, media name:Java Component BS7i2013 SR1 on NW740 SR1
    Add packages from packages.xml; packageName:J2EE, label: SAP:J2EE-CD:SR1740:J2EE-CD:j2ee-cd:*, media name:Java Component NW740 SR1 (folder JAVA_J2EE_OSINDEP)
    Add packages from packages.xml; packageName:J2EE-ENG, label: SAP:J2EE-INST:SR1740:*:*:*, media name:Java Component NW740 SR1 (folder JAVA_J2EE_OSINDEP_J2EE_INST)
    Add packages from packages.xml; packageName:J2EE-INST, label: SAP:J2EE-INST:SR1740:*:*:*, media name:Java Component NW740 SR1 (folder JAVA_J2EE_OSINDEP_J2EE_INST)
    Add packages from packages.xml; packageName:SCA, label: SAP:UT:SR1740:*:*:*, media name:Java Component NW740 SR1 (folder JAVA_J2EE_OSINDEP_UT)
    Add packages from packages.xml; packageName:CTC, label: SAP:CTC:NW04S:*:*:*, media name:Java Component NW740 SR1
    Add packages from packages.xml; packageName:JAVA_EXPORT, label: SAP:JEXPORT:SR1740:*:*:*, media name:Java Component NW740 SR1 (folder JAVA_EXPORT)
    Add packages from packages.xml; packageName:JDMP, label: SAP:JDMP:SR1740:*:*:*, media name:Java Component NW740 SR1 (folder JAVA_EXPORT_JDMP)
    Add packages from packages.xml; packageName:JDMP_01, label: SAP:BPM_JDMP:SR1740:*:*:*, media name:Java Export SR1 (Vol.01)
    Add packages from packages.xml; packageName:JDMP_02, label: SAP:JDMP_02:SR1740:*:*:*, media name:Java Export SR1 (Vol.02)
    Add packages from packages.xml; packageName:JDMP_03, label: SAP:JDMP_03:SR1740:*:*:*, media name:Java Export SR1 (Vol.03)
    Add packages from packages.xml; packageName:JDMP_04, label: SAP:JDMP_04:SR1740:*:*:*, media name:Java Export SR1 (Vol.04)
    Add packages from packages.xml; packageName:JDMP_05, label: SAP:JDMP_05:SR1740:*:*:*, media name:Java Export SR1 (Vol.05)
    Add packages from packages.xml; packageName:JDMP_06, label: SAP:JDMP_06:SR1740:*:*:*, media name:Java Export SR1 (Vol.06)
    Add packages from packages.xml; packageName:JDMP_07, label: SAP:JDMP_07:SR1740:*:*:*, media name:Java Export SR1 (Vol.07)
    Add packages from packages.xml; packageName:JDMP_08, label: SAP:JDMP_08:SR1740:*:*:*, media name:Java Export SR1 (Vol.08)
    Add packages from packages.xml; packageName:JDMP_09, label: SAP:JDMP_09:SR1740:*:*:*, media name:Java Export SR1 (Vol.09)
    Add packages from packages.xml; packageName:JDMP_10, label: SAP:JDMP_10:SR1740:*:*:*, media name:Java Export SR1 (Vol.10)
    Add packages from packages.xml; packageName:EXPORT1, label: SAP:ECC:SR1617:EXPORT(1/11):*:*, media name:Installation Export 1 ECC 6.0 EhP7 SR1
    Add packages from packages.xml; packageName:EXPORT2, label: SAP:ECC:SR1617:EXPORT(2/11):*:*, media name:Installation Export 1 ECC 6.0 EhP7 SR1
    Add packages from packages.xml; packageName:EXPORT3, label: SAP:ECC:SR1617:EXPORT(3/11):*:*, media name:Installation Export 1 ECC 6.0 EhP7 SR1
    Add packages from packages.xml; packageName:EXPORT4, label: SAP:ECC:SR1617:EXPORT(4/11):*:*, media name:Installation Export 1 ECC 6.0 EhP7 SR1
    Add packages from packages.xml; packageName:EXPORT5, label: SAP:ECC:SR1617:EXPORT(5/11):*:*, media name:Installation Export 1 ECC 6.0 EhP7 SR1
    Add packages from packages.xml; packageName:EXPORT6, label: SAP:ECC:SR1617:EXPORT(6/11):*:*, media name:Installation Export 1 ECC 6.0 EhP7 SR1
    Add packages from packages.xml; packageName:EXPORT7, label: SAP:ECC:SR1617:EXPORT(7/11):*:*, media name:Installation Export 2 ECC 6.0 EhP7 SR1
    Add packages from packages.xml; packageName:EXPORT8, label: SAP:ECC:SR1617:EXPORT(8/11):*:*, media name:Installation Export 2 ECC 6.0 EhP7 SR1
    Add packages from packages.xml; packageName:EXPORT9, label: SAP:ECC:SR1617:EXPORT(9/11):*:*, media name:Installation Export 2 ECC 6.0 EhP7 SR1
    Add packages from packages.xml; packageName:EXPORT10, label: SAP:ECC:SR1617:EXPORT(10/11):*:*, media name:Installation Export 2 ECC 6.0 EhP7 SR1
    Add packages from packages.xml; packageName:EXPORT11, label: SAP:ECC:SR1617:EXPORT(11/11):*:*, media name:Installation Export 2 ECC 6.0 EhP7 SR1
    Add packages from packages.xml; packageName:MIGJDMP, label: SAP:MIGJDMP:73:*:*:*, media name:Migration Export (MIGJDMP)
    Add packages from packages.xml; packageName:MIGAPPS, label: SAP:MIGAPPS:73:MIGRATION:*:*, media name:Migration Export (MIGAPPS)
    Add packages from packages.xml; packageName:JMIG, label: SAP:JMIG:73:*:*:*, media name:Migration Export (JMIG)
    Add packages from packages.xml; packageName:MIGEXPORT1, label: SAP:MIG:*:EXPORT(1/:*:*, media name:Migration Export (MIGEXPORT)
    Add packages from packages.xml; packageName:RDBMS-ADA, label: MAXDB:*:RDBMS:MAX DB:WINDOWS_X86_64:*, media name:RDBMS MaxDB
    Add packages from packages.xml; packageName:RDBMS-DB6, label: DB2/LUW:*:RDBMS:DB2/LUW:WINDOWS_X86_64:*, media name:RDBMS IBM DB2 for Linux, UNIX and Windows
    Add packages from packages.xml; packageName:RDBMS-DB6-CLIENT, label: DB2/LUW:*:CLI/JDBC-DRIVER:DB2/LUW:*, media name:CLI/JDBC-Driver IBM DB2 for Linux, UNIX and Windows
    Add packages from packages.xml; packageName:RDBMS-DB2-CLIENT, label: SAP:RDBMS-Client:10.1:DB2CONNECT:DB2 Connect for zSeries:*, media name:RDBMS Client IBM DB2 10 for z/OS
    Add packages from packages.xml; packageName:TSAMP-DB6, label: IBM/TSA:*:DVD_TSAMP:*:*, media name:IBM Tivoli Systems Automation for Multiplatforms
    Add packages from packages.xml; packageName:RDBMS-ORA, label: ORACLE:10.0G:RDBMS:*:WINDOWS_X86_64:*, media name:RDBMS Oracle
    Add packages from packages.xml; packageName:RDBMS-ORA2, label: ORACLE:10.0G:RDBMS(2/:*:WINDOWS_X86_64:*, media name:RDBMS Oracle 2
    Add packages from packages.xml; packageName:RDBMS-ORA112, label: ORACLE:11.2:RDBMS:*:WINDOWS_X86_64:*, media name:RDBMS Oracle 112
    Add packages from packages.xml; packageName:RDBMS-ORA1122, label: ORACLE:11.2:RDBMS(2/:*:WINDOWS_X86_64:*, media name:RDBMS Oracle 112 2
    Add packages from packages.xml; packageName:ORACLI, label: ORACLE:11.2:CLIENT:*:WINDOWS_X86_64:*, media name:RDBMS Client Oracle
    Add packages from packages.xml; packageName:ORACLI112, label: ORACLE:11.2:CLIENT:*:WINDOWS_X86_64:*, media name:RDBMS Client Oracle
    Add packages from packages.xml; packageName:RDBMS-MSS, label: MSSQL:*:*:RDBMS:*:*, media name:RDBMS MS SQL Server
    Add packages from packages.xml; packageName:RDBMS-SYB, label: SYBASE:*:RDBMS:*:WINDOWS_X86_64:*, media name:SAP ASE
    Add packages from packages.xml; packageName:SRS-SYB, label: SYBASE:*:SRS:*:WINDOWS_X86_64:*, media name:SAP Replication Server
    Add packages from packages.xml; packageName:RDBMS-HDB, label: HDB_SERVER:*:RDBMS:*:WINDOWS_X86_64:*, media name:RDBMS HANA Server
    Add packages from packages.xml; packageName:RDBMS-HDB-CLIENT, label: HDB_CLIENT:*:RDBMS:*:WINDOWS_X86_64:*, media name:RDBMS HANA Client
    Add packages from packages.xml; packageName:RDBMS-ADA, label: MAXDB:*:RDBMS:MAX DB:WINDOWS_X86_64:*, media name:RDBMS MaxDB
    Add packages from packages.xml; packageName:RDBMS-DB6, label: DB2/LUW:*:RDBMS:DB2/LUW:WINDOWS_X86_64:*, media name:RDBMS IBM DB2 for Linux, UNIX and Windows
    Add packages from packages.xml; packageName:RDBMS-DB6-CLIENT, label: DB2/LUW:*:CLI/JDBC-DRIVER:DB2/LUW:*, media name:CLI/JDBC-Driver IBM DB2 for Linux, UNIX and Windows
    Add packages from packages.xml; packageName:RDBMS-DB2-CLIENT, label: SAP:RDBMS-Client:10.1:DB2CONNECT:DB2 Connect for zSeries:*, media name:RDBMS Client IBM DB2 10 for z/OS
    Add packages from packages.xml; packageName:TSAMP-DB6, label: IBM/TSA:*:DVD_TSAMP:*:*, media name:IBM Tivoli Systems Automation for Multiplatforms
    Add packages from packages.xml; packageName:RDBMS-ORA, label: ORACLE:10.0G:RDBMS:*:WINDOWS_X86_64:*, media name:RDBMS Oracle
    Add packages from packages.xml; packageName:RDBMS-ORA2, label: ORACLE:10.0G:RDBMS(2/:*:WINDOWS_X86_64:*, media name:RDBMS Oracle 2
    Add packages from packages.xml; packageName:RDBMS-ORA112, label: ORACLE:11.2:RDBMS:*:WINDOWS_X86_64:*, media name:RDBMS Oracle 112
    Add packages from packages.xml; packageName:RDBMS-ORA1122, label: ORACLE:11.2:RDBMS(2/:*:WINDOWS_X86_64:*, media name:RDBMS Oracle 112 2
    Add packages from packages.xml; packageName:RDBMS-ORA121, label: ORACLE:12.1:RDBMS:*:WINDOWS_X86_64:*, media name:Oracle RDBMS 121
    Add packages from packages.xml; packageName:RDBMS-ORA1212, label: ORACLE:12.1:RDBMS(2/:*:WINDOWS_X86_64:*, media name:Oracle RDBMS 121 2
    Add packages from packages.xml; packageName:ORACLI, label: ORACLE:11.2:CLIENT:*:WINDOWS_X86_64:*, media name:RDBMS Client Oracle
    Add packages from packages.xml; packageName:ORACLI112, label: ORACLE:11.2:CLIENT:*:WINDOWS_X86_64:*, media name:RDBMS Client Oracle
    Add packages from packages.xml; packageName:RDBMS-MSS, label: MSSQL:*:*:RDBMS:*:*, media name:RDBMS MS SQL Server
    Add packages from packages.xml; packageName:RDBMS-SYB, label: SYBASE:*:RDBMS:*:WINDOWS_X86_64:*, media name:SAP ASE
    Add packages from packages.xml; packageName:SRS-SYB, label: SYBASE:*:SRS:*:WINDOWS_X86_64:*, media name:SAP Replication Server
    Add packages from packages.xml; packageName:RDBMS-HDB, label: HDB_SERVER:*:RDBMS:*:WINDOWS_X86_64:*, media name:RDBMS HANA Server
    Add packages from packages.xml; packageName:RDBMS-HDB-CLIENT, label: HDB_CLIENT:*:RDBMS:*:WINDOWS_X86_64:*, media name:RDBMS HANA Client
    Add packages from packages.xml; packageName:LIVECACHE, label: LIVECACHE:LCA10:LC79:WINDOWS_X86_64:*, media name:liveCache 7.9
    Add packages from packages.xml; packageName:SAP_CS, label: SAP:SAP_CS:*:*:PPMS component SAP_CS:PPMS-LABEL, media name:Content Server 6.40/6.50
    TRACE      2014-09-24 21:10:39.644 [ccdmanagerimpl.cpp:312]
              CCdManagerImpl::goToRootDirAndScanForPackages()
    Searching for packages. Found: IND:SLTOOLSET:1.0:SWPM:*:WINDOWS_X86_64:* in G:/SOFT/COM/INST
    Searching for packages - not a valid path or not accessible: G:/SOFT/COM\/LABEL.ASC
    Searching for packages. Nothing found in G:/SOFT/COM\
    Searching for packages - not a valid path or not accessible: G:/SOFT\/LABEL.ASC
    Searching for packages. Nothing found in G:/SOFT\
    Searching for packages - not a valid path or not accessible: G://LABEL.ASC
    Searching for packages. Nothing found in G:/
    TRACE      2014-09-24 21:10:39.656 [iaxxclib.cpp:174]
              CLib::load()
    Opened C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362\iaccdlib.dll
    TRACE      2014-09-24 21:10:39.656 [ccdmanagerimpl.cpp:872]
              CCdManagerImpl::lookForPackages()
    WARNING    2014-09-24 21:10:39.657 [synxcpath.cpp:1010]
              CSyPath::getOSNodeType(bool) lib=syslib module=syslib
    Unable to get information about path \\LABEL.ASC\ using GetVolumeInformation. Operating system error message: The specified path is invalid.
    TRACE      2014-09-24 21:10:39.658 [ccdmanagerimpl.cpp:872]
              CCdManagerImpl::lookForPackages()
    TRACE      2014-09-24 21:10:39.839
    SAPinst build information:
    Version:      2014.09.0
    Build:        1521363
    Compile time:  Sep 15 2014 - 16:33:56
    Make type:    optU
    Codeline:      720-2_REL
    Platform:      NTAMD64
    Kernel build:  721, patch 319, changelist 1516453
    Exe directory: C:\Users\ADMINI~1\AppData\Local\Temp\sapinst_exe.2796.1411607362
    TRACE      2014-09-24 21:10:39.849 [syxxsyshlp.cpp:151]
              syslib::logSystemState() lib=syslib module=syslib
    Process environment
    ===================
    Environment Variables
    =====================
      =C:=C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\ORA\INSTALL\STD\ABAP
      =G:=G:\SOFT\COM\INST
      ALLUSERSPROFILE=C:\ProgramData
      APPDATA=C:\Users\Administrator\AppData\Roaming
      COMPUTERNAME=RZABLAH01
      ComSpec=C:\Windows\system32\cmd.exe
      CommonProgramFiles=C:\Program Files\Common Files
      CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
      CommonProgramW6432=C:\Program Files\Common Files
      FP_NO_HOST_CHECK=NO
      HOMEDRIVE=C:
      HOMEPATH=\Users\Administrator
      JAVA_HOME=C:\Program Files (x86)\SAP\SAP JVM 6 (61_REL i486 opt)
      LOCALAPPDATA=C:\Users\Administrator\AppData\Local
      LOGONSERVER=\\RZABLAH01
      NUMBER_OF_PROCESSORS=4
      OS=Windows_NT
      PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
      PLMVIS_82_LIBPATH=C:\Program Files (x86)\SAP\FrontEnd\SAPgui\Program
      PROCESSOR_ARCHITECTURE=AMD64
      PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
      PROCESSOR_LEVEL=6
      PROCESSOR_REVISION=3a09
      PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
      PUBLIC=C:\Users\Public
      Path=C:\oracle\ECC\11203\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\SAP\SAP JVM 6 (61_REL i486 opt)\bin
      ProgramData=C:\ProgramData
      ProgramFiles=C:\Program Files
      ProgramFiles(x86)=C:\Program Files (x86)
      ProgramW6432=C:\Program Files
      SAPINST_EXEDIR_CD=G:/SOFT/COM/INST
      SAPINST_JRE_HOME=C:/Users/ADMINI~1/AppData/Local/Temp/sapinst_exe.2796.1411607362/jre
      SAP_DIR_PERF=C:\usr\sap\PRFCLOG
      SELFEXTRACTOR_EXECUTABLE_NAME=G:/SOFT/COM/INST/sapinst.exe
      SESSIONNAME=Console
      SecSpecialMode=710916
      SystemDrive=C:
      SystemRoot=C:\Windows
      TEMP=C:\Users\ADMINI~1\AppData\Local\Temp
      TMP=C:\Users\ADMINI~1\AppData\Local\Temp
      USERDOMAIN=RZABLAH01
      USERDOMAIN_ROAMINGPROFILE=RZABLAH01
      USERNAME=Administrator
      USERPROFILE=C:\Users\Administrator
      windir=C:\Windows
    User: RZABLAH01\Administrator, Id: S-1-5-21-3086296020-3121675482-1484945983-500
    Working directory: C:/Program Files/sapinst_instdir/BS2013/BS2013SR1/ERP607SR1/ORA/INSTALL/STD/ABAP
    Current access token
    ====================
    Could not get thread token. Last error: 1008. I assume that no thread token exists.
    Got process token.
    Privileges:
      Privilege SeTimeZonePrivilege, display name: Change the time zone, not enabled.
      Privilege SeBackupPrivilege, display name: Back up files and directories, not enabled.
      Privilege SeCreateSymbolicLinkPrivilege, display name: Create symbolic links, not enabled.
      Privilege SeRestorePrivilege, display name: Restore files and directories, not enabled.
      Privilege SeShutdownPrivilege, display name: Shut down the system, not enabled.
      Privilege SeDebugPrivilege, display name: Debug programs, not enabled.
      Privilege SeAssignPrimaryTokenPrivilege, display name: Replace a process level token, not enabled.
      Privilege SeSystemEnvironmentPrivilege, display name: Modify firmware environment values, not enabled.
      Privilege SeIncreaseQuotaPrivilege, display name: Adjust memory quotas for a process, not enabled.
      Privilege SeChangeNotifyPrivilege, display name: Bypass traverse checking, enabled.
      Privilege SeRemoteShutdownPrivilege, display name: Force shutdown from a remote system, not enabled.
      Privilege SeTcbPrivilege, di

    Hello Rafael,
    I'm also about to install an IDES EHP7 ERP 6.0 and have seen that the Support Release 2 is available. Perhaps this will help you to go forward.
    Best regards,
    GP

  • Issue in MaxL. illegal block type.

    hi all.
    I am using Essbase 9.3
    I have got a Invalid block header.
    error message "Invalid block header: Illegal block type -- Please use the IBH Locate/Fix utilities to find/fix the IBH problem"
    For recovery, I use the following command
    alter application sample disable commands;
    alter system logout session on database sample.basic;
    alter database sample.basic validate data to local logfile 'invalid_blocks';
    alter database sample.basic repair invalid_block_headers;
    When I execute the above statements, Iam encountering the following error messages:
    MAXL> alter database pov_fin.f1_pl validate data to local logfile 'D://hyperion/
    essbase/app/pov_fin/pov_fin.log';
    OK/INFO - 1054014 - Database F1_plCCP loaded.
    OK/INFO - 1051061 - Application POV_FIN loaded - connection established.
    OK/INFO - 1054027 - Application [POV_FIN] started with process id [11228].
    OK/INFO - 1054014 - Database F1_pl loaded.
    ERROR - 1042012 - Network error [10054]: Cannot Send Data.
    ERROR - 1042012 - Network error [10054]: Cannot Send Data.
    ERROR - 1241101 - Unexpected Essbase error 1042012.
    Can anyone help me with what causes the issue and how to prevent it ?
    Thanks for your time.
    With Regards
    The application log
    [Wed Mar 06 15:10:38 2013]Local/POV_FIN///Info(1002035)
    Starting Analytic Services Server - Application [POV_FIN]
    [Wed Mar 06 15:10:38 2013]Local/POV_FIN///Info(1200480)
    Loaded and initialized JVM module
    [Wed Mar 06 15:10:39 2013]Local/POV_FIN///Info(1200445)
    External [GLOBAL] function [@ESSBASEALERT] registered OK
    [Wed Mar 06 15:10:39 2013]Local/POV_FIN///Info(1019008)
    Reading Application Definition For [POV_FIN]
    [Wed Mar 06 15:10:39 2013]Local/POV_FIN///Info(1019009)
    Reading Database Definition For [F1_pl]
    [Wed Mar 06 15:10:39 2013]Local/POV_FIN///Info(1019009)
    Reading Database Definition For [F1_plCCP]
    [Wed Mar 06 15:10:39 2013]Local/POV_FIN///Info(1019021)
    Reading Database Mapping For [POV_FIN]
    [Wed Mar 06 15:10:39 2013]Local/POV_FIN///Info(1019010)
    Writing Application Definition For [POV_FIN]
    [Wed Mar 06 15:10:39 2013]Local/POV_FIN///Info(1019011)
    Writing Database Definition For [F1_pl]
    [Wed Mar 06 15:10:39 2013]Local/POV_FIN///Info(1019011)
    Writing Database Definition For [F1_plCCP]
    [Wed Mar 06 15:10:39 2013]Local/POV_FIN///Info(1019022)
    Writing Database Mapping For [POV_FIN]
    [Wed Mar 06 15:10:39 2013]Local/POV_FIN///Info(1013202)
    Waiting for Login Requests
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1013205)
    Received Command [Load Database]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019018)
    Writing Parameters For Database [F1_plCCP]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019017)
    Reading Parameters For Database [F1_plCCP]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019012)
    Reading Outline For Database [F1_plCCP]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1007043)
    Declared Dimension Sizes = [311 3 3 1 7 17 5834 54 ]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1007042)
    Actual Dimension Sizes = [305 2 2 1 6 12 5755 54 ]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1007125)
    The number of Dynamic Calc Non-Store Members = [55 1 1 0 0 5 0 0 ]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1007126)
    The number of Dynamic Calc Store Members = [0 0 0 0 0 0 0 0 ]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1007127)
    The logical block size is [1220]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1010008)
    Maximum Declared Blocks is [37489284] with data block size of [2799]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1010007)
    Maximum Actual Possible Blocks is [31698540] with data block size of [250]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1200481)
    Formula for member [PY] will be executed in [CELL] mode
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1200481)
    Formula for member [YTD] will be executed in [CELL] mode
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1012710)
    Essbase needs to retrieve [12] Essbase Kernel blocks in order to calculate the top dynamically-calculated block.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1012736)
    The Dyn.Calc.Cache for database [F1_plCCP] can hold a maximum of [107436] blocks.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1012737)
    The Dyn.Calc.Cache for database [F1_plCCP], when full, will result in [allocation from non-Dyn.Calc.Cache memory].
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019018)
    Writing Parameters For Database [F1_plCCP]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019017)
    Reading Parameters For Database [F1_plCCP]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1070013)
    Index cache size ==> [1048576] bytes, [128] index pages.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1070014)
    Index page size ==> [8192] bytes.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1070081)
    Using buffered I/O for the index and data files.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1070083)
    Using waited I/O for the index and data files.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019019)
    Reading Data File Free Space Information For Database [F1_plCCP]...
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1006025)
    Data cache size ==> [3145728] bytes, [1572] data pages
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1006026)
    Data file cache size ==> [0] bytes, [0] data file pages
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1024033)
    Missing Database Config File [D:\Hyperion\ESSBASE\APP\POV_FIN\F1_plCCP\F1_plCCP.cfg], Query logging disabled
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1203135)
    Starting the Data Mining Framework
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1203136)
    Data Mining Framework successfully initialized.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1200551)
    Allocated TRIGMAXMEMSIZE: [4096] Bytes.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1013205)
    Received Command [Get Database Volumes]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1013205)
    Received Command [Set Database State]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019018)
    Writing Parameters For Database [F1_plCCP]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019018)
    Writing Parameters For Database [F1_plCCP]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1013205)
    Received Command [Get Database State]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1013205)
    Received Command [Get Database Info]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1013205)
    Received Command [SetApplicationState]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019010)
    Writing Application Definition For [POV_FIN]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019011)
    Writing Database Definition For [F1_pl]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019011)
    Writing Database Definition For [F1_plCCP]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019022)
    Writing Database Mapping For [POV_FIN]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1013205)
    Received Command [Load Database]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019018)
    Writing Parameters For Database [F1_pl]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019017)
    Reading Parameters For Database [F1_pl]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019012)
    Reading Outline For Database [F1_pl]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1007043)
    Declared Dimension Sizes = [321 16 9 1 7 17 8377 6195 4 5 5 6 ]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1007042)
    Actual Dimension Sizes = [315 15 8 1 6 12 8311 6094 0 0 0 5 ]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1007125)
    The number of Dynamic Calc Non-Store Members = [53 11 7 0 0 5 0 0 ]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1007126)
    The number of Dynamic Calc Store Members = [0 0 0 0 0 0 0 0 ]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1007127)
    The logical block size is [37800]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1010008)
    Maximum Declared Blocks is [6175566285] with data block size of [46224]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1010007)
    Maximum Actual Possible Blocks is [5166017868] with data block size of [1048]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1200481)
    Formula for member [LM] will be executed in [CELL] mode
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1200481)
    Formula for member [PY] will be executed in [CELL] mode
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1200481)
    Formula for member [PPY] will be executed in [CELL] mode
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1200481)
    Formula for member [YTD] will be executed in [CELL] mode
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1200481)
    Formula for member [PYTD] will be executed in [CELL] mode
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1200481)
    Formula for member [PYTD AVG] will be executed in [CELL] mode
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1012710)
    Essbase needs to retrieve [12] Essbase Kernel blocks in order to calculate the top dynamically-calculated block.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1012736)
    The Dyn.Calc.Cache for database [F1_pl] can hold a maximum of [3467] blocks.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1012737)
    The Dyn.Calc.Cache for database [F1_pl], when full, will result in [allocation from non-Dyn.Calc.Cache memory].
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019018)
    Writing Parameters For Database [F1_pl]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019017)
    Reading Parameters For Database [F1_pl]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1070013)
    Index cache size ==> [314572800] bytes, [38400] index pages.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1070014)
    Index page size ==> [8192] bytes.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1070081)
    Using buffered I/O for the index and data files.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1070083)
    Using waited I/O for the index and data files.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019019)
    Reading Data File Free Space Information For Database [F1_pl]...
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1006025)
    Data cache size ==> [821657600] bytes, [98003] data pages
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1006026)
    Data file cache size ==> [0] bytes, [0] data file pages
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1080053)
    Free space recovery skipped. Estimated free space recoverable by RecoverDbFreeSpace: [11394603094] bytes
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1024033)
    Missing Database Config File [D:\Hyperion\ESSBASE\APP\POV_FIN\F1_pl\F1_pl.cfg], Query logging disabled
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1200551)
    Allocated TRIGMAXMEMSIZE: [4096] Bytes.
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1013205)
    Received Command [Get Database Volumes]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1013205)
    Received Command [Set Database State]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019018)
    Writing Parameters For Database [F1_pl]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1019018)
    Writing Parameters For Database [F1_pl]
    [Wed Mar 06 15:10:40 2013]Local/POV_FIN///Info(1013205)
    Received Command [Get Database State]
    [Wed Mar 06 15:10:41 2013]Local/POV_FIN///Info(1013210)
    User [admin] set active on database [F1_pl]
    [Wed Mar 06 15:10:41 2013]Local/POV_FIN/F1_pl/admin/Info(1013091)
    Received Command [Locate IBH] from user [admin]
    [Wed Mar 06 15:10:41 2013]Local/POV_FIN/F1_pl/admin/Info(1006016)
    Invalid block header: Illegal block type
    [Wed Mar 06 15:10:41 2013]Local/POV_FIN///Info(1008108)
    Essbase Internal Logic Error [7100]
    [Wed Mar 06 15:10:41 2013]Local/POV_FIN///Info(1008106)
    Exception error log [D:\Hyperion\ESSBASE\app\POV_FIN\log00026.xcp] is being created...
    [Wed Mar 06 15:10:41 2013]Local/POV_FIN///Info(1008107)
    Exception error log completed -- please contact technical support and provide them with this file
    [Wed Mar 06 15:10:41 2013]Local/POV_FIN///Info(1002089)
    RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING
    Edited by: JH_lee on 2013. 3. 5 오후 10:38

    Report Scripts, DATAEXPORT command, JEXPORT are some types of ways to select an area of the database and export the data though it all depends on how corrupted the databas is to whether you will be able to get any of the data out.
    It is probably worth having a read of the following doc in Oracle Support "Error "1006060 - Invalid block header: Block numbers do not match -- Please use the IBH Locate/Fix utilities to find/fix the IBH problem" [ID 596748.1]"
    It is not exactly the same error but it gives suggestions on attempting to fix the error.
    You might be out of luck if you did not take regular backups.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error - 1242021 Syntax error

    So I am attempting to grant access for JExport. Please help.
    MAXL> grant codeBase "file:\\Hyperion\AnalyticServices\java\udf\ExportCDF.jar" {
    permission java.security.AllPermission};
    I am receiving this message:
    ERROR - 1242021 - (1) Syntax error near ['codeBase'].
    I have no idea if this is where I am suppose to enter this in or what.
    PLEASE HELP!

    This should be a value you add to the udf.policy file on the server. It is not something MaxL can do for you. If on Window, notpad will work fine, if on UNIX VI

Maybe you are looking for

  • 'Document does not contain any items' error while posting GR from BAPI

    Hello Friends, I am trying to post GR from BAPI 'BAPI_GOODSMVT_CREATE' but some time it post successful and some time it does not post..gives error 'Document does not contain any items'....i have search all option but did not get any solution why thi

  • ADP file number Generation

    Hi Guru's, I had created a custom Infotype 9001 to generate ADP file number.SAP HCM  will be the first point of data entry for creating and maintaining the employee record.  Data is then passed to third party systems for payroll processing and time k

  • Does not import ORF raw files

    Photo's does not support Olympus ORF raw files. At least not the latest M5 MkII camera raw files. Its a brand new program why is it not up to date with Oly raw files.

  • DB Statistics & BI Indexes

    Hi All, I have been going through a lot of threads related to DB Statistics & BI Indexes and I am confused. 1) How do I come to know that the DB Statistics and BI Indexes for a cube are active or created?     Is it through RSDDSTAT where the status i

  • Podcast and iWeb

    I'm having trouble uploading the podcast portion of my website on my server. I publish to .mac and ftp to yahoo.com the podcast looks fine on .mac but does not publish/upload correctly on yahoo.com i used iWebExtender to change the podcast file names