BW on HANA - Unclear points

Hi,
We have ECC (version 6) & BW (Version 7.3) system. We load data from ECC to BW at regular intervals. We have 200+ WEBI reports over cubes in SAP BW.
There are lot of areas like SCM, Payroll, Project system where the loads are taking lot of time.
For Ex :From ECC to BW, Project system loads(infopackage) takes 5 hours and within BW the code in transformations between the DSO's and cube loads take 2 hours. So to see the report the user has to wait close to 7 hours.
In we have HANA, what is advantage of powering "BW on HANA Database"?
* Can we load directly from ECC datasources(delta too) to HANA(Via BODS), and send the data directly into DSO and then to cubes of SAP BW?
or is there any other way to achieve it, by implementing HANA DB for SAP BW, we need to minimize the load time from Infopackage and also the load time within BW system.

With BWoH you can do several things differently, in particular you can eliminate several persistence layers on your BW model (according to the LSA++ principles), for example you can eliminate the PSAs and load directly into an aDSO (advanced DSO, BW 7.4+) and you can also eliminate the cubes and create virtual models with Composite Providers on top of your aDSOs and infoObjects.
Regarding the extraction, you can use alternatives such as SLT to load data from ERP into (BW on) HANA without using the standard ABAP extractors. On the long run, when you have your ERP system on HANA (S4), for all the operational reports, you don't even need to extract anymore, having your reports running online of top of virtual models (calculation views in HANA) created on top of the ERP transactional tables.

Similar Messages

  • HANA Mount Point for MCOS

    Hi All,
    We have implemented BW on HANA System and it was all implemented as single instance on one Hardware, now we have to implement HANA in MCOS for DEV and QAS system.
    The current file system is :
    Filesystem              Size  Used  Avail   Use% Mounted on
    /dev/sda1                63G   11G   50G    18%  /
    devtmpfs                127G  280K  127G   1%  /dev
    tmpfs                     213G  100K  213G   1%  /dev/shm
    /dev/sapmntdata      1.1T   16G  1.1T     2%  /sapmnt
    Need to know the new mount point for this for MCOS type implementation. Where our DEV and QAS will reside in the same HANA DB box.
    Thanks,
    Sharib
    Message was edited by: Sharib Tasneem

    Hi All,
    There is no separate Mount point needed for MCOS HANA system.
    Need to provide log directory, data directory and Shared folder during MCOD creation.
    Log Directory will be /<Shared directory>/log/SID2 which in our case was /sapmnt/log/SID2
    Data Directory will be /Shared Directory>/data/SID2 which in our case was /sapmnt/data/SID2
    And Shared location which is /sapmnt/ in our case.
    Use HLM(HANA Life cycle management tool to create new HANA SID. It was like a Cake walk for Updateing HANA Revision, Client, etc.
    Thanks and Regards,
    Sharib
    Note: You need to create SID2 directory inside the location and give appropriate permission to <SID1>ADM user to write over there.
    Message was edited by: Sharib Tasneem

  • [ADF Help] How to create a view for multiple tables

    Hi,
    I am using Jdeveloper 11G and ADF framework, and trying to create a view to update multiple tables.
    ex:
    Table A has these fields: ID, Name
    Table B has these fields: ID, Address
    A.ID and B.ID are primary keys.
    B.ID has FK relationship with A.ID
    (basically, these tables have one-to-one relation)
    I want to create a view object, which contains these fields: B.ID (or A.ID), A.Name, B.Address.
    So I can execute C,R,U,D for both tables.
    I create these tables in DB, and create entity objects for these tables.
    So there are 2 entity objects and 1 association.
    Then I create a view object based on B and add fields of A into the view:
    If the association is not a "Composition Association",
    when I run the model ("Oracle Business Component Browser") and try to insert new data, fields of A can't edit.
    If the association is a "Composition Association", and click the insert button, I will get
    "oracle.jbo.InvalidOwnerException: JBO-25030: Failed to find or invalidate owning entity"
    If I create a view object based on A and add filed of B into the view:
    When I run the model and try to insert new data, fields of B can't edit, no matter the association is or is not a composition association.
    So... how can I create a view for multiple tables correctly?
    Thanks for any advices!
    Here are some pictures about my problem, if there is any unclear point, please let me know.
    http://leonjava.blogspot.com/2009_10_01_archive.html
    (A is Prod, B is CpuSocket)
    Edited by: user8093176 on Oct 25, 2009 12:29 AM

    Hi Branislav,
    Thanks, but the result is same ....
    In the step 2 of creating view object, I can select entity objects to be added in to the view.
    If I select A first, and then select B (the "Source Usage" of B is A), then finishing the wizards.
    When I try to create a new record in the view, I can't edit any properties of B (those files are disabled).
    If I select B first, and then select A in crating view object, the result is similar ...
    Thanks for any further suggestion.
    Leon

  • Suggestions for Newbie

    Hi All,
    Im sorry if i am repeating old questions/subject, But i`ve been browsing for already 2 days all the possible forums and i still have a big huse question-mark.
    What i want to achieve: a c++ application that connects to an oracle server.
    What are my tools: I have windows XP with MS visual c++ 6 (very old one..),
    I do not have an oracle database installed in my computer, the database sits on a remote server.
    I`ve downloaded the OCCI dll`s and lib`s package and also the basic instant client (Only Dll`s, where do i put them?),
    Copied the relevant files to the VC++ Lib directory, Added them in Project->settings->Link->Object/Library modules, added relevant libraries to the system PATH variable, and yet my simple code wont compile failing on the "#include <occi.h>" line, claiming not to find it.
    What exactly do i need in order to compile a program with the functionality to connect to an oracle DB?
    Do i need to install other libraries? download a specific version? maybe upgrade VC++ 6 ? I have the option to upgrade to Visual Studio .NET ..
    A detailed answer will help me a lot,
    Thank you !
    Rony

    Another few unclear points -
    What do you mean install the client and not the DLL alone?
    All the point of Instant client is to need only 4 DLL`s for development reasons instead of needing to install the entire client, isnt it?
    So as far as i understand i need to get those DLL`s and include them in the PATH env. variable and to link them from VC++ 6 , right ?
    In the "Oracle® C++ Call Interface Programmer's Guide" it is written under "Using Instant Client":
    "... For development, a full installation is necessary to access OCCI header files, Makefiles, demonstration programs, and so on".
    what does "full installation" means? The 4 DLL`s they were reffering to in the paragraph above?
    Thanks again and sorry for the ignorance.. :)

  • AttachCurrentThread hangs after a few calls in a Apache2 PHP5 Extension

    Hello everybody,
    I have created a small C Library/API that calls with JNI a simple Java class with a few methods to work with a underlying Java Framework (Carrot2). That JVM/JNI code functions some kind like a bridge between C and Java. In a single-threaded environment I experienced no problems, the complete runtime flow works well, I get no crashes or other strange behaviour.
    Now I have built an PHP5 extension that makes use of that JNI/C code, the extension is built as a class with constructor/destructor and has a few methods that call functions of my C library. The JNI/C side I have 2 data structs, one is for the JVM and its handle (JavaVM) as well as the Java class name and its path, the jclass object of that class, jvm options, classpath, etc. A second data struct is for the Java environment containing the JNIEnv pointer, the jobject of the Java class and a few more application related variables. The C code consists of JNI functions to work with the Java class to call its methods, a few JNI helper functions and some internal application code and data handling.
    At module initialization (Apache startup) I use the PHP_MINIT and PHP_MSHUTDOWN functions to load and unload (on apache stop) the JVM. The JVM gets created and destroyed at these points.
    I use the PHP constructor (inside the extension) to attach to the JVM, that is AttachCurrentThread with the class constructor, I create and object of the Java class and preload a few Java primitives that I need for my methods later on and after all this I can work with the Java class through JNI. On PHP5 class destruction (also in the extension), I detach from the JVM using 'DetachCurrentThread', free some resources and "delete" the JNIEnv pointer (set it to NULL).
    The JVM data struct (containing the JVM object) is a static global in the PHP5 module since I think there is no need for thread safety. This data is only modified/used in module startup/shutdown. The JNI worker struct (data struct with the JNIEnv pointer and jobject, etc is safely handled by the Zend object store throughout the complete class, so this should be thread-safe. So I do not suspect any problem here.
    Testing the PHP 5 extension with a small PHP5 script using that PHP class and a few methods in Apache debug mode (that is the -X switch for just one worker process) works like a charm, no problems, crashes or misbehaving situations, not up to now with my testing though. But running Apache in regular mode with multiple processes, I run in to problems. One major problem is, after a few reloads of the php script using the extension class (lets say 10-15 reloads; The request is handled by the same apache child process) the `AttachCurrentThread' call hangs and the child process remains in that state. Continuing reloading the script a new child process answers and also here, after 10-15 reloads of the script, I get the same problem. So I am not sure what is really happening here nor I do not know how to solve that issue. Is that a signal problem (I read, that there can be signal mask issues and the JVM hangs when a new thread tries to attach to it, for example, the Jakarta Tomcat JK JNI worker uses a signal hack because of this problem. But that does not help me.
    Or is there some problem with the multi-threading itself (since the JVM is multithreaded too)? Another problem is, besides that hanging thread attach, that the processing sometimes stops in middle of a java call (I have one method that insert data (calling a add method in a for loop) with JNI into a Java list on the Java class side, there it can stop in middle of the insertion process.
    So, for now, I have no idea how to continue. Like said, in a single threaded environment, as a process, the application runs fine without a flaw.
    Some details of my development machines: Ubuntu Lucic 10.04 LTS (also another Ubuntu 8 LTS), Apache2 MPM Worker (multithreaded model) and also on another machine the prefork version, Java JRE 6.0.22, PHP 5.2.16 (compiled from source).
    So any hints that can help me proceeding the development of this module for PHP would be great. Any help is appreciated. If there are questions or some unclear points, please let me know.
    Andreas

    jschell wrote:
    847069 wrote:
    I use the PHP constructor (inside the extension) to attach to the JVM, that is AttachCurrentThread with the class constructor, I create and object of the Java class and preload a few Java primitives that I need for my methods later on and after all this I can work with the Java class through JNI. On PHP5 class destruction (also in the extension), I detach from the JVM using 'DetachCurrentThread', free some resources and "delete" the JNIEnv pointer (set it to NULL).
    That is unclear.
    I presume that you have a PHP class which is making JNI calls.
    Presumably you have a single thread in the caller of the PHP class, specifically a single method, which creates the PHP class, interacts with it, and then destroys it.
    Yes, programming PHP5 extensions in C or C++ let you implement a class or just flat functions that can be used in the PHP scripting language. I implemented a class. So my constructor attaches to the (already at Apache/Module startup created JVM). After that, I can use the methods I have implemented to use the carrot2 framework. To communicate with the Carrot2 library, I have written a simple Java Class containing static functions for adding documents, executing clustering algorithms and receiving the search results, so all pretty straightforward I think. When the PHP script exists (request finished) then the class destructor is called (also implemented in my PHP5 extension) to detach from the JVM and make some cleanup. This is generally how things work.
    Most problems with JNI is caused by pointer problems or misusing the API (like not handling exceptions correctly.)
    Other than that the Sun VM has a command line option that reports useful information when using JNI.I can compile and run my JNI code with some test data from command line and I pass to the JVM some debugging parameters (such as -Xcheck:jni, -verbose:jni and Xint) for testing and debugging. I get no exceptions, errors or warnings. Everything is executed cleanly, I see some JNI/JVM debugging output (such as Dynamic-linking native method messages) along my own debugging output and the program finishes normally. Most JNI calls are wrapped in special macros and I check for exceptions, describe and clear them and act with these situtions (if any), I also added a method to the Java Class where I am able to receive the Java backrace for further investigation and abort execution.
    So for now I am out of ideas. This is why I don't understand these problems within the Apache/PHP process. Like stated above, Apache with one worker "-X" the complete code runs fine, even with consecutive calls all is fine, but then in regular multiprocess mode, I get the above problems like the AttachCurrentThread hangs or the execution of called methods of my Java class (inserting documents to a ArrayList or executing one of the clustering algorithms) hang and I have no other choice but to stop Apache.
    One more thing, I valgrinded my C code as far as possible. It is not possible to valgrind C code that creates and executes a JVM. Valgrind will stop and report "Error occurred during initialization of VM". No wonder though, I do not expect valgrind to execute the JVM beast in its context. The PHP5 version i compiled from source is thread-safe (at least I compiled it with the proper flags for that).
    So any other debugging hints or ideas are welcome.
    Edited by: 847069 on Mar 24, 2011 10:31 PM
    Edited by: 847069 on Mar 24, 2011 10:35 PM

  • Documentation of case handling in worksheet

    Hi there,
    can anybody point me to a point in the sqldev-documentation, where the two ways (1.settings, 2.Button on the sql-worksheet button-bar) to handle automatic case changing, is being explained. Even in this forum, there seems to be an unclear point.
    I am using the current version of 2.1.1.64 on WinXP.
    Thanks,
    Xenofon

    Have fun...
    thanks, I am trying...
    I am just trying to understand how it works. Would be great if you could see the current mode of the worksheet editor. I don't even know which modes exist, and in which order I can switch from one to another.
    Right now, I just deactivated the whole thing in the settings. But who knows, perhaps I would like to use it, if I only knew how to and exactly what it does.
    Have fun too!
    Xenofon

  • Bex and BO integration

    hi folks,
    I have some doubts. we have some features like exceptions,conditions,filters, and customer exit variables,replacement paths..etc in bex.
    and here my questions if my bex query contains the above and accessed in Webi, then same result will  applies or not?
    Awaiting your reply.
    Br,
    Ravi Kiran

    Hello Ravi,
    if you coming from a BW / HANA Backend point of view then you start looking at the Analysis products and Design Studio.
    Web Intelligence is a "reporting" product and is coming from a relational background and does and will always have major limitations when it comes to items like conditions or exceptions.
    Conditions are not supported, exceptions are not supported, zero suppression is not supported, .. and so on.
    take a look here:
    SAP BusinessObjects BI4 - Supported BEx Query Elements
    Mapping BEx Query Elements to SAP BusinessObjects BI4 Query Panel
    regards
    Ingo Hilgefort, SAP

  • Finding an optimal db_block_size

    Hi,
    I want to find an optimal DB_BLOCK_SIZE by running my tests against 4k,8k and 16k block sizes. I have studied one huge otn forum link regarding db_block_sizes but still I'm confused. I've not got much from that link.
    So, I want to conduct my own tests for my research about finding an optimal db block size. I've few questions which I want to be sure before running my tests. So that later when I put my results here for expert opinions, tests should be proper tests and that I note proper things regarding my testing.
    First of all is it ok to create 4k and 16k tablespaces in my 8k block size 11g (11.1.0.6.0) db or I've to create separate 4k and 16k databases. Does it matter or no difference whatever way is chosen?
    Secondly, in case if i will have to create separate databases of 4k and 16k, do I also need to set db_file_multiblock_read_count? or what, if I do not need to create separate dbs. something like this:
    2k block * 512 MBRC = 1MB
    4k block * 256 MBRC = 1MB
    8k block * 128 MBRC = 1MB
    16k block * 64 MBRC = 1MB
    to equalize the testing or Oracle itself will set value for db_file_multiblock_read_count.
    Currently, db_block_size=8192 and db_file_multiblock_read_count=64
    Thirdly, what things to consider for proper testing like ELAPSED TIME (that the query is faster in particular db_block_size) or anything else?
    Thanks alot.
    Regards

    John-M wrote:
    I would be very surprised if changing block size could make that much of an improvement. Perhaps you should explain on what basis you believe changing the block size will improve performance instead of say changing the OS, changing the server, replacing the network cards, changing one of the hundreds of initialization parameters or any combination of all of these.
    Or are you just changing something and measuring elapsed time because you can, instead of finding something that is slow, understanding why and then addressing the specific problem?why you would be surprised, ofcourse changing block size can make much improvement. I've done some tests already but will post my results after doing them properly. Well I've interests in this topic, I can explain later when I'm done with this work that changing block size can improve performance or not.See this: http://richardfoote.wordpress.com/category/index-block-size/
    >
    Seeing the other things like u said server,OS etc could be a secondary issue. I'm testing everything on the same machine. H/w, OS everything will be same for each block size. So, I can see the difference.
    You can see an almost 100% performance improvement on that basis simply by running the query again,Yeah that I know. It's coming from the cache so obviously there will be 100% improvement. But what do u want to say by this thing...running the query again.....it's useless...... I always run only one time,second time it'll come from cache so there is no need to note down the elapsed time.Ohhhhh, this could be wrong on so many levels. If you just want a single user system reading everything from a big dumb disk, just use Access or something, you don't need Oracle.
    Modern systems have cache in several places, and Oracle is biased towards optimistic write and concurrency. To find an optimal block size, you need to define test conditions appropriate to your use under load. Dan and Hans have pointed out test harnesses and many other issues, not the least of which is configuration dependent bugs. Running things only once is like saying how fast your PC is by how long it takes to boot up. That's just irrelevant to how fast it is when you are running things.
    >
    Even in my big table (800MB) tables, I delete each n every thing, shutdown/restart the db and restart my computer that there should be no doubt in my mind that data is coming from cache/ram etc during my second block size run.800MB is not big. I've lost thumb drives bigger than that.

  • Establishing Production and Development Databases

    We are a small organization that is moving from SQL Server to Oracle and have 3 developers. What is the best way to establish production and development database environments in Oracle. By development I mean the area where database development work, debugging, and testing is done before moving anything to production. What are our options? IE: Two separate Oracle instances on the same server, two separate servers, or another way? Due to budget restraints, we are looking for a workable solution that doesn't require much expense.
    Thanks

    Robert Geier wrote:
    Most companies only pay for PROD licenses. I disagree. Most companies have licenses for all their environments. If you are a large customer, you probably bundle all the environments together and you may not have a separate charge for the lower environments, but you are still in effect paying for development environment licenses.
    Oracle Database Licensing - Development and Test InstancesI'd second Hans's point in this thread
    "Careful ... if the dev or test environments are used to support production, they should be licensed with an appropriate 'right to use' license."
    Unless you are building a prototype, in which case the production environment is not necessary, lower environments do need to be licensed.
    Also, check if you need Enterprise edition, or only need Standard which is cheaper (e.g check the features included).I heartily agree here. Oracle's standard edition is generally equivalent in features to SQL Server enterprise edition, so since the original poster is coming from a SQL Server world, it may be perfectly reasonable to go from SQL Server enterprise to Oracle standard edition. You may also want to look into using either XE across the board or the personal edition of Oracle in a development environment for developer sandboxes.
    Justin

  • Pfile vs spfile

    Hello all,
    I want to know whether Oracle9i running on my server is using spfile or pfile configuration.
    Thanks.

    hi hans,
    good point indeed, i would like to ask some question if you don't mind!!!!!!!
    i have a database, and i opened it by using
    SQL>startup pfile=/path/pfile.ora
    database open
    the next time i opened it, it do not need to provide path of pfile, rather it get started directly, and oracle first search for the spfile am i right??? it looks at the default location of pfile for database parameters.....please correct me if i am wrong...and we use
    SQL> create spfile from pfile=/path/pfileinit.ora
    spfile created
    you are right pfile is used only to find database parameters, but what if i want to change some parameters that are not static,that is need to down database, at that time we should know the path of pfile....please correct me if i am wrong, although we can create
    SQL> create pfile=/path/pfileinit.ora from spfile;
    and then make changes to pfile as we want.....am i thinking same way that i should think???
    thanks and regards
    VD

  • SLT pointing to HANA via db tunnel throws an error during creation of configuration

    Hi,
    I am trying to replicate data from MS SQL database to Hana via SLT. I have configured the MS SQL database in DBCO and the connection test is successful. I have opened up a db tunnel using the HCP SDK from the SAP SLT server. Using the LTR transaction, I am trying to create a new configuration. In the HANA target details, I enter the user name as DEV_*, password as specified in the command console by sdk, host as localhost:30015. When I specify the configuration name different from NEO_* I see an error "Error opening db connection" and when I enter NEO_* as the configuration name I see an error "invalid table name: Could not find table / view RS_REPLICATION_COMPONENTS in schema SYS_REPL". I cannot see a SYS_REPL schema and I am assuming that this should be created. Any suggestions on how I can get past this error?
    Thanks!
    SK

    Hi SK,
    Where are you checking SYS_REPL schema?
    Best Regards
    Sachin

  • New idea - let's combine SCN Point System with HANA and with iPad Explorer

    Hello,
    please see this idea and support it if you like it
    https://cw.sdn.sap.com/cw/ideas/7617
    I believe that it would be both nice demonstration of SAP HANA and BOBJ Explorer capabilities as well as very useful thing.
    Tomas

    Hello,
    yes.. iPhone and iPad and maybe Explorer for other platforms (not sure what everything SAP produced) would be nice bonus.
    All PC users would get Explorer experience from their PC.
    Somehow I think that this would be nice logical way how to make people familiar with using these technologies and how to make demo "without making demo".
    Tomas

  • Install Software HANA unable to read repository

    Hello,
    I'm new to Eclipse. I'm trying to get up the trial Cloud environment for SAP HANA. I have Eclipse Juno installed. When I attempt to do an install of the HANA software on top of Eclipse I receive error "Unable to read Repository".
    We do not use a proxy, so network was set to "DIRECT". I can get to the SAP site from the browser tools.hana.ondemand.com/luna. I downloaded the certificate for that site and added it to the cacerts file for JDK1.6.0_45.
    The error message in full says:
    Unable to read repository at tools.hana.ondemand.com/luna/content.xml.
    Using the browser, tools.hana.ondemand.com/luna/content.xml returns a 404 error. If I change it to tools.hana.ondemand.com/luna/content.jar, it gives me a download.
    As far as I can tell, there's no way to make Eclipse point to content.jar. Can someone tell me where this is going wrong?
    Thanks.
    Danny Hearn

    On 06/26/2015 08:52 AM, Danny Hearn wrote:
    > Hello,
    >
    > I'm new to Eclipse. I'm trying to get up the trial Cloud environment
    > for SAP HANA. I have Eclipse Juno installed. When I attempt to do an
    > install of the HANA software on top of Eclipse I receive error "Unable
    > to read Repository".
    > We do not use a proxy, so network was set to "DIRECT". I can get to the
    > SAP site from the browser tools.hana.ondemand.com/luna. I downloaded
    > the certificate for that site and added it to the cacerts file for
    > JDK1.6.0_45.
    >
    > The error message in full says:
    > Unable to read repository at tools.hana.ondemand.com/luna/content.xml.
    >
    > Using the browser, tools.hana.ondemand.com/luna/content.xml returns a
    > 404 error. If I change it to tools.hana.ondemand.com/luna/content.jar,
    > it gives me a download.
    > As far as I can tell, there's no way to make Eclipse point to
    > content.jar. Can someone tell me where this is going wrong?
    >
    > Thanks.
    >
    > Danny Hearn
    Likely the best support for SAP/HANA would come from SAP/HANA.

  • Error during a system copy with HANA DB

    Hello,
    I´m doing a system copy in a SAP ERP 6.0 EHP7 with SAP HANA DB.
    During a homogeneous system copy procedure with SWPM, it show me the following error during the phase Database refresh postload-activities.
    I checked some log files:
    -- sapinst.log:
    ERROR 2014-08-24 16:14:01.109
    MSC-04120  Creating a license signature failed:
    ===...could not load SSF library S:\usr\sap\\D00\exe\sapcrypto.dll .
    ERROR 2014-08-24 16:14:01.109
    MSC-04120  Creating a license signature failed: 543 wlikey_sign_for_installer: Couldn't load SAPSECULIB ("S:\usr\sap\\D00\exe\sapcrypto.dll") using function SsfSupInitEx (), rc = 10 (no library).
    ERROR 2014-08-24 16:14:01.109
    MSC-04120  Creating a license signature failed: 542 wlikey_sign_for_installer: At least one more attempt to load the SAPSECULIB will follow.
    INFO 2014-08-24 16:14:01.234
    Switched to user: ASCENDUMCE\ed1adm.
    INFO 2014-08-24 16:14:01.343
    Creating file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\saplikey.log.
    INFO 2014-08-24 16:14:01.390
    Switched to user: ASCENDUMCE\ed1adm.
    INFO 2014-08-24 16:14:01.422
    Output of S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\saplikey pf=\\SATDCSAP3\sapmnt\ED1\SYS\profile\ED1_DVEBMGS00_SATDCSAP3 -install_first_temp F1740289712 XXXXXX is written to the logfile saplikey.log.
    WARNING 2014-08-24 16:14:01.640
    Execution of the command "S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\saplikey pf=\\SATDCSAP3\sapmnt\ED1\SYS\profile\ED1_DVEBMGS00_SATDCSAP3 -install_first_temp F1740289712 XXXXXX" finished with return code 2. Output:
    saplikey: failed to connect to the database.
    ERROR 2014-08-24 16:14:01.640
    CJS-30023  Process call 'S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\saplikey pf=\\SATDCSAP3\sapmnt\ED1\SYS\profile\ED1_DVEBMGS00_SATDCSAP3 -install_first_temp F1740289712 XXXXXX' exits with error code 2. For details see log file(s) saplikey.log, dev_slic.
    ERROR 2014-08-24 16:14:01.703
    FCO-00011  The step createTempLicense 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_Postload|ind|ind|ind|ind|postload|0|NW_Postload_DBRefresh_ABAP|ind|ind|ind|ind|abap|0|NW_Temp_License_ABAP|ind|ind|ind|ind|lic|0|createTempLicense was executed with status ERROR ( Last error reported by the step: Creating a license signature failed:
    ===...could not load SSF library S:\usr\sap\\D00\exe\sapcrypto.dll .).
    INFO 2014-08-24 16:14:02.31
    Creating file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\__instana_tmp.xml.
    INFO 2014-08-24 16:14:02.734
    Removed file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\instslana.xml.
    INFO 2014-08-24 16:14:02.734
    Creating file C:\Program Files\sapinst_instdir\BS2013\BS2013SR1\ERP607SR1\HDB\COPY\SYSTEM\STD\AS-ABAP\REF\instslana.xml.
    -- saplikey.log:
    saplikey: failed to connect to the database.
    -- dev_likey:
    -> init()
      STATEMENT_CACHE_SIZE = 1000
    -> init()
    -> loadClientRuntime()
    Loading SQLDBC client runtime ...
    SQLDBC Module  : S:\usr\sap\ED1\hdbclient\libSQLDBCHDB.dll
    SQLDBC Runtime : libSQLDBCHDB 1.00.80.00 Build 0391861-1510
    SQLDBC client runtime is 1.00.80.00.0391861
    -> getNewConnection()
    <- getNewConnection(con_hdl=0)
    -> checkEnvironment(con_hdl=0)
    -> connect(con_info_p=0000000000000000)
    Try to connect via secure store (DEFAULT) on connection 0 ...
    *** ERROR => Connect to database failed, rc=1, rcSQL=10
    [dbhdbsql.cpp 332]
    SQLCODE    : 10
    SQLERRTEXT : invalid username or password:
    -> SetSdbDbslCA(errcode=10)
    -> freeConnection(con_hdl=0)
       close all opened locators of connection 0
    } DbSlHDBConnect(rc=99)
    ***LOG BY2=> sql error 10     performing CON [dblink       559]
    ***LOG BY0=> invalid username or password:  [dblink       559]
    *** ERROR => saplikey: failed to connect to the database. [saplikey.c   830]
    release memory of the SIBU buffers
    release memory of the STATEMENT CACHE
    Can you help me please!? This is very urgent!
    Thank you,
    samid raif

    Hello John Appleby,
    I ran the R3trans -d and this is the output:
    4 ETW000 r3trans version 6.24 (release 741 - 10.06.14 - 20:14:07).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 24.08.2014 - 20:22:19
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [     dev trc,00000]  Sun Aug 24 20:22:19 2014                                                 124  0.000124
    4 ETW000  [     dev trc,00000]  db_con_init called                                                       103  0.000227
    4 ETW000  [     dev trc,00000]  set_use_ext_con_info(): usage of ssfs switched off (rsdb/ssfs_connect=0)
    4 ETW000                                                                                                  94  0.000321
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  44  0.000365
    4 ETW000  [     dev trc,00000]  create_con (con_name=R/3)                                                 26  0.000391
    4 ETW000  [     dev trc,00000]  Loading DB library 'dbhdbslib.dll' ...                                    64  0.000455
    4 ETW000  [     dev trc,00000]  DlLoadLib success: LoadLibrary("dbhdbslib.dll"), hdl 0, count 1, addr 000007FEEFE00000
    4 ETW000                                                                                                5889  0.006344
    4 ETW000  [     dev trc,00000]      using "S:\usr\sap\ED1\SYS\exe\uc\NTAMD64\dbhdbslib.dll"               35  0.006379
    4 ETW000  [     dev trc,00000]  Library 'dbhdbslib.dll' loaded                                            36  0.006415
    4 ETW000  [     dev trc,00000]  function DbSlExpFuns loaded from library dbhdbslib.dll                    52  0.006467
    4 ETW000  [     dev trc,00000]  Version of 'dbhdbslib.dll' is "741.10", patchlevel (0.43)                111  0.006578
    4 ETW000  [     dev trc,00000]  function dsql_db_init loaded from library dbhdbslib.dll                   39  0.006617
    4 ETW000  [     dev trc,00000]  function dbdd_exp_funs loaded from library dbhdbslib.dll                  63  0.006680
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    81  0.006761
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=39,arg_p=0000000000000000)            40  0.006801
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    29  0.006830
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=10,arg_p=000000000221F280)            34  0.006864
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    29  0.006893
    4 ETW000  [     dev trc,00000]  New connection 0 created                                                  25  0.006918
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , oc = 000, hc = NO , perm = YES, reco = NO , info = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                  63  0.006981
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=10,arg_p=0000000141FF5E40)            49  0.007030
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    30  0.007060
    4 ETW000  [     dev trc,00000]  db_con_connect (con_name=R/3)                                             31  0.007091
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  42  0.007133
    4 ETW000  [     dev trc,00000]  find_con_by_name found the following connection:                          28  0.007161
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , oc = 000, hc = NO , perm = YES, reco = NO , info = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                 124  0.007285
    4 ETW000  [     dev trc,00000]  { DbSlHDBConnect(con_info_p=0000000000000000)                             61  0.007346
    4 ETW000  [     dev trc,00000]  DBHDBSLIB : version 741.10, patch 0.043 (Make PL 0.43)                    65  0.007411
    4 ETW000  [     dev trc,00000]  HDB shared library (dbhdbslib) patchlevels (last 10)                      37  0.007448
    4 ETW000  [     dev trc,00000]    (0.043) R3szchk with partitioned tables (note 2040561)                  32  0.007480
    4 ETW000  [     dev trc,00000]    (0.031) New DBCON syntax for HANA (note 1983389)                        50  0.007530
    4 ETW000  [     dev trc,00000]    (0.028) Bulk insert stop on duplicate, dbsl returncode corrected (note 1996982)
    4 ETW000                                                                                                  51  0.007581
    4 ETW000  [     dev trc,00000]    (0.027) Set DBAREQ class (note 1991383)                                 35  0.007616
    4 ETW000  [     dev trc,00000]    (0.022) Get database version via dbsl call (note 1976918)               36  0.007652
    4 ETW000  [     dev trc,00000]    (0.020) FDA: Core Dump in SELECT ... FOR ALL ENTRIES for tables with strings (note 1970276)
    4 ETW000                                                                                                  53  0.007705
    4 ETW000  [     dev trc,00000]    (0.020) SQL DDL with data aging (note 1897636)                          35  0.007740
    4 ETW000  [     dev trc,00000]    (0.017) Datatype NCLOB missing in tablesize calculation (note 1952609)
    4 ETW000                                                                                                  52  0.007792
    4 ETW000  [     dev trc,00000]    (0.014) Tablesize calculation for HANA optimized (note 1952609)         36  0.007828
    4 ETW000  [     dev trc,00000]    (0.014) Native SQL UPSERT with DataAging (note 1897636)                 32  0.007860
    4 ETW000  [     dev trc,00000]                                                                            22  0.007882
    4 ETW000  [     dev trc,00000]   -> init()                                                                33  0.007915
    4 ETW000  [     dev trc,00000]    STATEMENT_CACHE_SIZE = 1000                                            212  0.008127
    4 ETW000  [     dev trc,00000]   -> init()                                                               615  0.008742
    4 ETW000  [     dev trc,00000]   -> loadClientRuntime()                                                   46  0.008788
    4 ETW000  [     dev trc,00000]  Loading SQLDBC client runtime ...                                         31  0.008819
    4 ETW000  [     dev trc,00000]  SQLDBC Module  : S:\usr\sap\ED1\hdbclient\libSQLDBCHDB.dll              1327  0.010146
    4 ETW000  [     dev trc,00000]  SQLDBC Runtime : libSQLDBCHDB 1.00.80.00 Build 0391861-1510               84  0.010230
    4 ETW000  [     dev trc,00000]  SQLDBC client runtime is 1.00.80.00.0391861                               50  0.010280
    4 ETW000  [     dev trc,00000]   -> getNewConnection()                                                    37  0.010317
    4 ETW000  [     dev trc,00000]   <- getNewConnection(con_hdl=0)                                          100  0.010417
    4 ETW000  [     dev trc,00000]   -> checkEnvironment(con_hdl=0)                                           53  0.010470
    4 ETW000  [     dev trc,00000]   -> connect(con_info_p=0000000000000000)                                  42  0.010512
    4 ETW000  [     dev trc,00000]  Try to connect via secure store (DEFAULT) on connection 0 ...             86  0.010598
    4 ETW000  [dbhdbsql.cpp,00000]  *** ERROR => Connect to database failed, rc=1, rcSQL=10                11122  0.021720
    4 ETW000  [     dev trc,00000]  SQLCODE    : 10                                                           68  0.021788
    4 ETW000  [     dev trc,00000]  SQLERRTEXT : invalid username or password:                                40  0.021828
    4 ETW000  [     dev trc,00000]   -> SetSdbDbslCA(errcode=10)                                              41  0.021869
    4 ETW000  [     dev trc,00000]   -> freeConnection(con_hdl=0)                                             43  0.021912
    4 ETW000  [     dev trc,00000]     close all opened locators of connection 0                              60  0.021972
    4 ETW000  [     dev trc,00000]  } DbSlHDBConnect(rc=99)                                                   65  0.022037
    4 ETW000  [    dblink  ,00000]  ***LOG BY2=>sql error 10     performing CON                               68  0.022105
    4 ETW000  [    dblink  ,00000]  ***LOG BY0=>invalid username or password:                                 35  0.022140
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=41,arg_p=0000000140541C48)            107  0.022247
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    79  0.022326
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=14,arg_p=0000000002215998)             38  0.022364
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    28  0.022392
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=50,arg_p=0000000002215990)             33  0.022425
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    43  0.022468
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=13,arg_p=00000000022159B0)             35  0.022503
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    27  0.022530
    4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=52,arg_p=0000000002215A00)             33  0.022563
    4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    28  0.022591
    2EETW169 no connect possible: "DBMS = HDB                              ---  SERVER = '' PORT = ''"
    4 ETW000  [     dev trc,00000]  release memory of the SIBU buffers                                      2900  0.025491
    4 ETW000  [     dev trc,00000]  release memory of the STATEMENT CACHE                                     91  0.025582

  • PSA no deletion SAP BW on HANA Rev 61

    Hi,
    PSAs are not getting deleted for some of the datasources due to error loads and multiple runs. System is SAP BW on HANA Rev 61.
    The previous job failure was not corrected  and the subsequent job was started based on the process chain schedule and that one as well failed. This has happened 2 times. Now the PSA table says it has duplicate entries and it is not dropping when we try to delete manually or through program.
    Whenever we try to delete the PSA, the SAPLSDB2 program runs and is stuck in SM51. St22 error log says
    SQL error "-10807" while accessing table "/BIC/B0000674001".
    65        l_s_data TYPE /BIC/B0000674001.
    66 *---1363526 Increasing the security to check the number of records inserted in PSA table
    67 *---is actually equal to data in l_t_data or p_t_data.
    68  DATA: l_rollback TYPE rs_bool,
    69        l_count TYPE i.
    70  l_rollback = RS_C_FALSE.
    71 *---1363526
    72
    73  APPEND LINES OF p_t_data TO l_t_data.
    74
    75  CLEAR: l_s_data.
    76  l_s_data-partno = p_partno.
    77
    78  MODIFY        l_t_data
    79  FROM          l_s_data
    80  TRANSPORTING  partno
    81  WHERE        request = p_requestid.
    82
    83
    >>>  INSERT      /BIC/B0000674001
    85  FROM TABLE  l_t_data
    86  ACCEPTING DUPLICATE KEYS.
    87 *---1363526
    88  DESCRIBE TABLE l_t_data LINES l_count.
    89  IF l_count NE sy-dbcnt.
    90    l_rollback = RS_C_TRUE.
    91  ENDIF.
    92 *---1363526
    Category              ABAP Server Resource Shortage
    Runtime Errors        DBIF_RSQL_SQL_ERROR
    Except.                CX_SY_OPEN_SQL_DB
    Date and Time          10.08.2014 11:28:01
    |Short text                                                                                        |
    |    SQL error "-10807" while accessing table "/BIC/B0000674001".                                  |
    |What happened?                                                                                    |
    |    Database error text: "System call 'recv' failed, rc=145:Connection timed out"                |
    |What can you do?                                                                                  |
    |    Please make a note of the actions and input which caused the error.                          |
    |    -                                                                                            |
    |                                                                                                  |
    |    To resolve the problem, contact your                                                          |
    |    SAP system administrator.                                                                    |
    |                                                                                                  |
    |    Using transaction ST22 for ABAP dump analysis you can see and                                |
    |    administrate termination messages and retain them for longer periods.                        |
    |    Please make a note of the actions and input which caused the error.                          |
    |    -                                                                                            |
    |                                                                                                  |
    |    To resolve the problem, contact your                                                          |
    |    SAP system administrator.                                                                    |
    |                                                                                                  |
    |    Using transaction ST22 for ABAP dump analysis you can see and                                |
    |    administrate termination messages and retain them for longer periods.                        |
    |Error analysis                                                                                    |
    |    An exception occurred that is explained in detail below.                                      |
    |    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught                |
    |    in                                                                                          |
    |    procedure "INSERT_ODS" "(FORM)", nor was it propagated by a RAISING clause.                  |
    |    Since the caller of the procedure could not have anticipated that the                        |
    |    exception would occur, the current program is terminated.                                    |
    |    The reason for the exception is:                                                              |
    |    Database error text: "System call 'recv' failed, rc=145:Connection timed out"                |
    |How to correct the error                                                                          |
    |    Internal call code.........: "[RSQL/INSR//BIC/B0000674001 ]"                                  |
    |    Please check the entries in the system log (Transaction SM21).                                |
    |    You may able to find an interim solution to the problem                                      |
    |    in the SAP note system. If you have access to the note system yourself,                      |
    |    please use the following search criteria:                                                    |
    |                                                                                                  |
    |        "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"                                                |
    |        "GP4PWAW7JG4VX23SSK75NF4776C" bzw. "GP4PWAW7JG4VX23SSK75NF4776C"                          |
    |        "INSERT_ODS"                                                                              |
    |    If you cannot solve the problem yourself, please send the                                    |
    |    following documents to SAP:                                                                  |
    |                                                                                                  |
    |    1. A hard copy print describing the problem (short dump).                                    |
    |      To obtain this, select "System->List->Save->Local File (unconverted)"                      |
    |      on the current screen.                                                                    |
    |                                                                                                  |
    |    2. A suitable hardcopy printout of the system log.                                            |
    |      To obtain this, call the system log with Transaction SM21                                  |
    |      and set the time interval to 10 minutes before and 5 minutes after                        |
    |      the short dump. In the display choose "System->List->Save->                                |
    |      Local File (unconverted)"                                                                  |
    |                                                                                                  |
    |    3. If the programs are your own programs or modified SAP programs,                            |
    |      supply the source code.                                                                    |
    |      To do this, choose "More Utilities->Upload/Download->Download" in the                      |
    |      Editor.                                                                                    |
    |                                                                                                  |
    |    4. Details regarding the conditions under which the error occurred                            |
    |      or which actions and input led to the error.                                              |
    |    You may able to find an interim solution to the problem                                      |
    |    in the SAP note system. If you have access to the note system yourself,                      |
    |    please use the following search criteria:                                                    |
    |                                                                                                  |
    |        "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"                                                |
    |        "GP4PWAW7JG4VX23SSK75NF4776C" bzw. "GP4PWAW7JG4VX23SSK75NF4776C"                          |
    |        "INSERT_ODS"                                                                              |
    |    If you cannot solve the problem yourself, please send the                                    |
    |    following documents to SAP:                                                                  |
    |                                                                                                  |
    |    1. A hard copy print describing the problem (short dump).                                    |
    |      To obtain this, select "System->List->Save->Local File (unconverted)"                      |
    |      on the current screen.                                                                    |
    |                                                                                                  |
    |    2. A suitable hardcopy printout of the system log.                                            |
    |      To obtain this, call the system log with Transaction SM21                                  |
    |      and set the time interval to 10 minutes before and 5 minutes after                        |
    |      the short dump. In the display choose "System->List->Save->                                |
    |      Local File (unconverted)"                                                                  |
    |                                                                                                  |
    |    3. If the programs are your own programs or modified SAP programs,                            |
    |      supply the source code.                                                                    |
    |      To do this, choose "More Utilities->Upload/Download->Download" in the                      |
    |      Editor.                                                                                    |
    |                                                                                                  |
    |    4. Details regarding the conditions under which the error occurred                            |
    |      or which actions and input led to the error.                                              |
    |    The exception must either be prevented, caught within proedure                                |
    |    "INSERT_ODS" "(FORM)", or its possible occurrence must be declared in the                    |
    |    RAISING clause of the procedure.                                                              |
    |    To prevent the exception, note the following:                                                |
    |System environment                                                                                |
    |    SAP Release..... 730                                                                          |
    |    SAP Basis Level. 0006                                                                        |
    |                                                                                                  |
    |    Application server... "pkghnp"                                                                |
    |    Network address...... "10.83.240.20"                                                          |
    |    Operating system..... "SunOS"                                                                |
    |    Release.............. "5.10"                                                                  |
    |    Hardware type........ "sun4u"                                                                |
    |    Character length.... 16 Bits                                                                  |
    |    Pointer length....... 64 Bits                                                                |
    |    Work process number.. 4                                                                      |
    |    Shortdump setting.... "full"                                                                  |
    |                                                                                                  |
    |    Database server... "vsyexhann01"                                                              |
    |    Database type..... "HDB"                                                                      |
    |    Database name..... "HNP"                                                                      |
    |    Database user ID.. "SAPHNP"                                                                  |
    |                                                                                                  |
    |    Terminal.......... " "                                                                        |
    |                                                                                                  |
    |    Char.set.... "C"                                                                              |
    |                                                                                                  |
    |    SAP kernel....... 720                                                                        |
    |    created (date)... "Mar 21 2012 09:58:29"                                                      |
    |    create on........ "SunOS 5.10 Generic_141444-09 sun4us"                                      |
    |    Database version. "SQLDBC 1.00.61.0380109 "                                                  |
    |                                                                                                  |
    |    Patch level. 201                                                                              |
    |    Patch text.. " "                                                                              |
    |                                                                                                  |
    |    Database............. "HDB 1.0"                                                              |
    |    SAP database version. 720                                                                    |
    |    Operating system..... "SunOS 5.10, SunOS 5.11"                                                |
    |                                                                                                  |
    |    Memory consumption                                                                            |
    |    Roll.... 0                                                                                    |
    |    EM...... 100555392                                                                            |
    |    Heap.... 0                                                                                    |
    |    Page.... 0                                                                                    |
    |    MM Used. 75424248                                                                            |
    |    MM Free. 25123904                                                                            |
    |User and Transaction                                                                              |
    |    Client.............. 330                                                                      |
    |    User................ "BIREMOTE"                                                              |
    |    Language key........ "E"                                                                      |
    |    Transaction......... " "                                                                      |
    |    Transaction ID...... "53E66CC9405502F9E10000000A53F03E"                                      |
    |                                                                                                  |
    |    EPP Whole Context ID.... "CEED21FC7C3EC04FA3C0D0912FE05A37"                                  |
    |    EPP Connection ID....... 00000000000000000000000000000000                                    |
    |    EPP Caller Counter...... 0                                                                    |
    |                                                                                                  |
    |    Program............. "GP4PWAW7JG4VX23SSK75NF4776C"                                            |
    |    Screen.............. "SAPMSSY1 3004"                                                          |
    |    Screen Line......... 2                                                                        |
    |    Debugger Active..... "none"                                                                  |
    |Server-Side Connection Information                                                                |
    |    Information on caller of Remote Function Call (RFC):                                          |
    |    System.............. "SP1"                                                                    |
    |    Installation number " "                                                                      |
    |    Database release... 620                                                                      |
    |    Kernel release...... 640                                                                      |
    |    Connection type 3 (2=R/2, 3=ABAP system, E=external, R=reg. external)                        |
    |    Call type.......... "synchronous and transactional type T (emode 0, imode 0)"                |
    |    Inbound TID.........." "                                                                      |
    |    Inbound queue name..." "                                                                      |
    |    Outbound TID........."0A53F03E141153E6C6641A65"                                              |
    |    Outbound queue name.." "                                                                      |
    |                                                                                                  |
    |    Client#............. 330                                                                      |
    |    User................."BIWREMOTE"                                                              |
    |    Transaction......... " "                                                                      |
    |    Call program........."SAPLERFC"                                                              |
    |    Function module "ARFC_DEST_SHIP"                                                              |
    |    Call destination.. "HNP330"                                                                  |
    |    Source server....... "pkgapp2_SP1_03"                                                        |
    |    Source IP address "10.83.240.59"                                                              |
    |                                                                                                  |
    |    Additional information on RFC logon:                                                          |
    |    Trusted relationship." "                                                                      |
    |    Logon return code....0                                                                        |
    |    Trusted teturn code..0                                                                        |
    |                                                                                                  |
    |    Note:                                                                                        |
    |    - For Releases < 4.0, information on the RFC caller is not available.                        |
    |    - The installation number is provided from Release > 700                                      |
    |    Transaction......... " "                                                                      |
    |    Call Program........."SAPLERFC"                                                              |
    |    Function Module..... "ARFC_DEST_SHIP"                                                        |
    |    Call Destination.... "HNP330"                                                                |
    |    Source Server....... "pkgapp2_SP1_03"                                                        |
    |    Source IP Address... "10.83.240.59"                                                          |
    |                                                                                                  |
    |    Additional information on RFC logon:                                                          |
    |    Trusted Relationship " "                                                                      |
    |    Logon Return Code... 0                                                                        |
    |    Trusted Return Code. 0                                                                        |
    |                                                                                                  |
    |    Note:                                                                                        |
    |    - For Releases < 4.0, information on the RFC caller not available.                            |
    |    - The installation number is available from caller Release > 700                              |
    |Information on where terminated                                                                  |
    |    Termination occurred in the ABAP program "GP4PWAW7JG4VX23SSK75NF4776C" - in                  |
    |    "INSERT_ODS".                                                                                |
    |    The main program was "SAPMSSY1 ".                                                            |
    |                                                                                                  |
    |    In the source code you have the termination point in line 84                                  |
    |    of the (Include) program "GP4PWAW7JG4VX23SSK75NF4776C".                                      |
    |    The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in                  |
    |    procedure "INSERT_ODS" "(FORM)", but it was neither handled locally nor                      |
    |    declared                                                                                    |
    |    in the RAISING clause of its signature.                                                      |
    |                                                                                                  |
    |    The procedure is in program "GP4PWAW7JG4VX23SSK75NF4776C "; its source code                  |
    |    begins in line                                                                              |
    |    23 of the (Include program "GP4PWAW7JG4VX23SSK75NF4776C ".                                    |
    |Source Code Extract                                                                              |
    |Line |SourceCde                                                                                  |
    |  54|* leave further processing because data is not consistent                                  |
    |  55|                                                                                            |
    |  56|  IF l_inconsistency_found = rs_c_true.                                                    |
    |  57|    p_subrc = 77.                                                                          |
    |  58|    EXIT.                                                                                  |
    |  59|  ENDIF.                                                                                    |
    |  60|                                                                                            |
    |  61|                                                                                            |
    |  62|                                                                                            |
    |  63|                                                                                            |
    |  64|  DATA: l_t_data TYPE ty_t_data,                                                            |
    |  65|        l_s_data TYPE /BIC/B0000674001.                                                    |
    |  66|*---1363526 Increasing the security to check the number of records inserted in PSA table    |
    |  67|*---is actually equal to data in l_t_data or p_t_data.                                      |
    |  68|  DATA: l_rollback TYPE rs_bool,                                                            |
    |  69|        l_count TYPE i.                                                                    |
    |  70|  l_rollback = RS_C_FALSE.                                                                  |
    |  71|*---1363526                                                                                |
    |  72|                                                                                            |
    |  73|  APPEND LINES OF p_t_data TO l_t_data.                                                    |
    |  74|                                                                                            |
    |  75|  CLEAR: l_s_data.                                                                          |
    |  76|  l_s_data-partno = p_partno.                                                              |
    |  77|                                                                                            |
    |  78|  MODIFY        l_t_data                                                                    |
    |  79|  FROM          l_s_data                                                                    |
    |  80|  TRANSPORTING  partno                                                                      |
    |  81|  WHERE        request = p_requestid.                                                      |
    |  82|                                                                                            |
    |  83|                                                                                            |
    |>>>>>|  INSERT      /BIC/B0000674001                                                              |
    |  85|  FROM TABLE  l_t_data                                                                      |
    |  86|  ACCEPTING DUPLICATE KEYS.                                                                |
    |  87|*---1363526                                                                                |
    |  88|  DESCRIBE TABLE l_t_data LINES l_count.                                                    |
    |  89|  IF l_count NE sy-dbcnt.                                                                  |
    |  90|    l_rollback = RS_C_TRUE.                                                                |
    |  91|  ENDIF.                                                                                    |
    |  92|*---1363526                                                                                |
    |  93|                                                                                            |
    |  94|                                                                                            |
    |  95|*---1363526                                                                                |
    |  96|  IF sy-subrc NE 0 OR l_rollback = RS_C_TRUE.                                              |
    |  97|*  Insert not successful - rollback changes                                                |
    |  98|    CALL FUNCTION 'DB_ROLLBACK'.                                                            |
    |  99|*---1363526                                                                                |
    |  100|    p_subrc = 13.                                                                          |
    |  101|  ENDIF.                                                                                    |
    |  102|                                                                                            |
    |  103|ENDFORM.                    "INSERT_ODS                                                    |
    |    isShmLockId  = 0                                                                              |
    |    isUsed      = 1                                                                              |
    |    isCtfyAble  = 1                                                                              |
    |    hasScndKeys  = 0                                                                              |
    |    hasRowId    = 0                                                                              |
    |    scndKeysOutdated = 0                                                                          |
    |    scndUniKeysOutdated = 0                                                                      |
    |    ----- Shareable Table Header Data -----                                                      |
    |    tabi        = 0xFFFFFFF1DD5E8E58                                                            |
    |    pgHook      = 0x0000000000000000                                                            |
    |    idxPtr      = 0x0000000000000000                                                            |
    |    id          = 11    (0x0000000B)                                                            |
    |    shmTabhSet  = 0x0000000000000000                                                            |
    |    refCount    = 0    (0x00000000)                                                            |
    |    tstRefCount  = 0    (0x00000000)                                                            |
    |    lineAdmin    = 4    (0x00000004)                                                            |
    |    lineAlloc    = 4    (0x00000004)                                                            |
    |    shmVersId    = 0    (0x00000000)                                                            |
    |    shmRefCount  = 1    (0x00000001)                                                            |
    |    rowId        = 18446744073709551615                                                          |
    |    scndKeyAdmin = 0x0000000000000000                                                            |
    |    0A53F03E141153E6C6641A65HNP330                          00000001SENDED  RSAR_TRFC_DATA_RECEIVE|
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    3433433433333343433334334453332222222222222222222222222233333333544444225545555445445455444454|
    |    0153603514115356366411658E0330000000000000000000000000000000000135E454002312F4263F4141F2535965|
    |    0030004100350033004600300033004500310034003100310035003300450036004300360036003400310041003600|
    |PROG                                                                                              |
    |    SAPLERFC                                                                                      |
    |    0000000000000000000000000000000000000000                                                      |
    |    0000000000000000000000000000000000000000                                                      |
    |    5454454422222222222222222222222222222222                                                      |
    |    310C526300000000000000000000000000000000                                                      |
    |    005300410050004C004500520046004300200020002000200020002000200020002000200020002000200020002000|
    |%_DUMMY$$                                                                                        |
    |                                                                                                  |
    |    0000                                                                                          |
    |    0000                                                                                          |
    |    2222                                                                                          |
    |    0000                                                                                          |
    |    0020002000200020                                                                              |
    |NUMBER_OF_FUNCTION_MODULES                                                                        |
    |    1                                                                                            |
    |    0000                                                                                          |
    |    0001                                                                                          |
    |    00000001                                                                                      |
    |SUPPORTABILITY_INFO-DEBUG_CONTEXT_ID                                                              |
    |                                                                                                  |
    |    0000000000000000000000000000000000000000                                                      |
    |    0000000000000000000000000000000000000000                                                      |
    |    2222222222222222222222222222222222222222                                                      |
    |    0000000000000000000000000000000000000000                                                      |
    |    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
    |SPACE                                                                                            |
    |                                                                                                  |
    |    0                                                                                            |
    |    0                                                                                            |
    |    2                                                                                            |
    |    0                                                                                            |
    |    0020                                                                                          |
    |SCREEN                                                                                            |
    |                                                                                                  |
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
    |No.      4 Ty.          FUNCTION                                                                |
    |Name  ARFC_DEST_SHIP                                                                              |
    |SENDER_ID                                                                                        |
    |    pkgapp2_SP1_03                                                                                |
    |    00000000000000000000000000000000                                                              |
    |    00000000000000000000000000000000                                                              |
    |    76667735553533222222222222222222                                                              |
    |    0B71002F301F03000000000000000000                                                              |
    |    0070006B00670061007000700032005F005300500031005F0030003300200020002000200020002000200020002000|
    |SUPPORTABILITY_INFO                                                                              |
    |    ########                                        ##  #                                        |
    |    000000000000000000000000000000000000000000000000000000                                        |
    |    000000000000000000000000000000000000000000000000000000                                        |
    |    000000002222222222222222222222222222222222222222002220                                        |
    |    000000000000000000000000000000000000000000000000000000                                        |
    |    0000000000000000000000000000000000200020002000200020002000200020002000200020002000200020002000|
    |UNIT_ID                                                                                          |
    |    ################                                                        

    Hi Siddartha,
    That option is not working.
    Thanks

Maybe you are looking for

  • JVM problem with EJB...

    Hi, I have an application which access EJBs located in WebSPhere Application Server 3.5 on a server. Why when i execute my application with SUN's JRE i have a problem (FAILED to Lookup Bean) and when i execute my application with Websphere'JRE, there

  • 2 cds with computer

    so I just got my computer today and I noticed there are 2 discs with the computer do I upload them or just leave them plz help

  • New to Business Graphics in WD ABAP

    Hi all, I am new to Business Graphics in WD ABAP. I have already go through the WDR_TEST_EVETS. But I don't get it clearly. Is there any other document or any earlier thread to understand BG. Please suggst. Thanks Sanket sethi

  • Regarding query builder api

    Hi,    i am able to create image reference but not able to create image path from dam i am putting like this    map.put("type", "dam:Asset"); is this correct or is there any other way to getpath of image from dam .please let me know code------------

  • Why my use iPhone cannot connect to home wifi in China?

    I have just visited China, city of nanjing. Was staying at friends house, home has a wifi router connected to China Telecom modem. No matter how i tried, i just could not connect to the internet.Anybody got solutions to it?Tried using a iphone 4 and