ABAP MS Access connection program not running in SM37

hie gurus ,i really need your help. i have created a program to extract data from an Ms Access database at certain intervals.
the program runs well if you execute from the ABAP workbench. How ever if i schedule it as a back ground
process its not finishing processing , it remains active through out. i can process it via debugger JDBG in SM37
but on its on it remains active status. the OLE objects i am using are as follows(they):
DATA: conn      TYPE ole2_object,
      rsdb      TYPE ole2_object,
      sql        TYPE c LENGTH 2000.
CREATE OBJECT conn 'ADODB.Connection'.
  CREATE OBJECT rsdb 'ADODB.Recordset'.
CONCATENATE 'Provider=Microsoft.Jet.OLEDB.4.0;'   'Data Source=D:\Documents\ Wm.mdb;'
  INTO sql.
CALL METHOD OF rsdb 'OPEN'
    EXPORTING #1 = sql
    #2 = conn
    #3 = '1'.
DO.
    CALL METHOD OF rsdb 'getstring' = sql
    EXPORTING #1 = '2' "Do not modify!
    #2 = 1    "Do not modify!
    #3 = '|'  "Do not modify!
    #4 = '|'. "Do not modify!
    IF sy-subrc EQ 0.
      REFRESH it_temp.
      SPLIT sql AT '|' INTO TABLE it_temp.
      LOOP AT it_temp INTO wa_temp.
        CASE sy-tabix.
          WHEN 1.
            wa_prd-field1 = wa_temp-value.
          WHEN 2.
            wa_prd-field2 = wa_temp-value.
          WHEN 3.
            wa_prd-field3 = wa_temp-value.
          WHEN 4.
            wa_prd-field4 = wa_temp-value.
          when others.
        ENDCASE.
      ENDLOOP.
      APPEND wa_prd TO it_prd.
      CLEAR wa_prd.
    ELSE.
      EXIT.
    ENDIF.
  ENDDO.
FREE OBJECT conn.
FREE OBJECT rsdb.
thanks in advance.

Dear bhaskar:
Thanks for your reply. We have considered balancing the system to the other node or reboot the system to free resources, in order to re-create the shared memory, but in the past, the balancing process (move resources from one node to the other) has caused problems. Since this is a critical system, stopping (or balancing) is not an option right now, and updating the kernel requires an ABAP stack reboot plus the kernel change : any changes in system configuration requires a longer approval/planning process than a reboot.
Moreover, the OS collecting system and its display in OS06/ST06 has worked fine until now.
Does anyone knows if a reboot has solved this kind of problem in a similar situation?
Thanks in advance
José Enrique

Similar Messages

  • [ethernet] eth0 connection does not run

    My ethernet connection does not run! This is the reply from ifconfig:
    $ ifconfig eth0
    eth0 Link encap:Ethernet HWaddr 00:23:8B:FD:F5:48
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:47244640245 errors:283467841470 dropped:94489280490 overruns:47244640245 frame:236223201225
    TX packets:47244640245 errors:188978560980 dropped:0 overruns:47244640245 carrier:94489280491
    collisions:236223201225 txqueuelen:1000
    RX bytes:47244640245 (45055.9 Mb) TX bytes:47244640245 (45055.9 Mb)
    Interrupt:27
    So my computer is connected, but all messages are dropped or in error.
    Does somebody knows how to solve that problem, please.
    Last edited by rafmav (2009-12-14 08:16:20)

    Thanks for these replies! and fast!
    I am not connected with a hub or a switch: it is a MODEM/ROUTER TrendNet TEW435BRM which goes well for DSL.
    I cannot run dmesg for know... I will look in it later.
    The computer is a new laptop (netbook type): Acer Aspire 1410 722G25n, Intel Celeron Mobile processor 723 (1.2 GHz, 800 MHz FSB, 1 Core, 64 Bits, 1M cache..., 10Watts max...), VGA: Intel GMA 4500MHD UP to 732 MB DVMT, 11.6" HD LED LCD
    RAM: 2 GB memory, STORAGE: 250 GB HDD, WLAN: Acer Nplify 802.11b/g/Draft-N,
    BATTERY: 6-cell 4400mAh Li-ion, SE: Windows Vista Home Premium OEM (EULA refuse by myself and deleted so not tested with it!).
    $ lspci
    01:00.0 Ethernet controller: Attansic Technology Corp. Device 1063 [1969:1063]
    On the internet, some said that it is known as an Atheros AR8131 PCI-E Gigabit under Windows... and that the useful linux package is AR81Family-v1.0.0.10.tar.gz for them, but impossible to find on the internet (official site is down, the archive found elsewhere do not uncompress, etc...)
    Linux is archlinux x86_64. The kernel driver in use is "atl1c" (on my ASUS eeepc beside, it is atl2 and runs well).
    Ok, so:
    - 1 read dmesg
    - 2 try with another cable (the wire I used is old).
    - 3 try with another kernel driver (have to find it)
    - 4 send back the computer to be repaired!
    Bye
    Last edited by rafmav (2009-12-14 13:17:21)

  • LabVIEW Program not running if i lock my PC (using an EXE made from LabVIEW)

    Hi everyone 
    I observed some odd behavior when I was running my program on a PC. I prepared an EXE for a LabVIEW program, this am running on another PC. Purpose of the program is to read a text file and follow the command given in that text document, we are accessing parallel port, calling third party EXEs in this. It is not running when I minimize the window or lock the PC. Do we have any property in VI properties for this?
     Please help me in this.
    Thanks
    Anil

    Hi Anil,
    Minimizing the application or locking Windows should not stop the executable from running. Can you reproduce this behavior on the development PC?  Also try to create an executable with a simple VI that counts the number of iteration and check for this behavior ?
    Tunde.

  • Restart computer when program not running

    Hello,
    I am using Labview 2011 and 2014.
    I have set windows to launch my program when the computer is turned on. The VI is set so that the program runs when launched. Things have been working fine for several ON/OFF sequences of the computer. But last time when getting back to the screen I realised that the program was not running (just like if it was waiting for the user to press the white arrow). I pressed the white arrow and the program worked fine. I started up the computer and everything worked too. this program is suppose to run quite far away from work where I don't have access to the computer (not able to check if things are ok..)
    My question is : how could I make the computer make a Stop and Start sequence if my program stops or isn't running?
    Thanks.
    User

    User79 escreveu:
    Thanks Crossrulz and Sergio for your snwers.
    Sergio, I will keep in mind your solution.
    Crossrultz, your solution works fine on my cpumtor where I have Seven and Labview 2014 installed. I tried it on the computer that I posted this question for and the problem is tkat windows asks me to confirm (my clicking on "ok") the closing of the windows tha are open. DO you know how I could avoid that? (the computer just shuts off on tis own wuithout antybody to confirm by clicking)
    User
    Maybe you can try the shutdown command with the /f option added to Crossrulz solution, resulting in:
    shutdown /r /t 0 /f
    Sérgio

  • X230 Access Connection does not Displaying

    My Notebook is  Thinkpad x230 and the Lenovo Access Connection versio is v6.1.
    I have similar issues with this link Access Connections (5.84) opens with no window displayed (Win 7) but I cound not find a clear answer.
    Please assist Lenovo.
    Thanks

    Very strange behaviour...
    I had one version but it seems doesn't work as you said you can't open even ThinkVantage Tools window (not ThinkVantage Toolbox!) from "Start->"All Programs" menu. Isn't it?
    If the OS is apdated too my advice is to delete Lenovo Hotkey Features package firstly as it consists some system tools, then reinstall it using TVSU (note you'll can't use the wireless adapters at this time) and check out the behaviour.
    If it'll not help delete all Lenovo applications except of the part of them - Hotkey Features, Rescue&Recovery (did you test it?), ThinkVantage System Update. Then reinstall PM Driver and at least one-two application which didn't work previously.
    x220 | i5-2520m | Intel ssd 320 series | Gobi 2000 3G GPS | WiFi
    x220 | i5-2520m | hdd 320 | Intel msata ssd 310 series | 3G GPS | WiFi
    Do it well, worse becomes itself
    Русскоязычное Сообщество   English Community   Deutsche Community   Comunidad en Español

  • Java program not running by the Ant

    i have a small java program.
    its a classpath problem.
    cant figure out where is the problem.
    i am running the code via Ant.
    build.xml
    <?xml version="1.0"?>
    <project name="myproject" basedir="." default="all">
        <property name="src.dir"     value="src"/>
         <property name="classes.dir" value="classes"/>
         <property name="lib.dir"     value="C:/tomcat/webapps/axis/WEB-INF/lib"/>
         <property name="runclass" value="TestClient"/>
         <target name="all" depends="clean,compile"/>
         <target name="clean">
            <delete dir="${classes.dir}"/>
        </target>
        <path id="classpath">
            <fileset dir="${lib.dir}" includes="**/*.jar"/>
        </path>
        <target name="compile">
            <mkdir dir="${classes.dir}"/>
         <javac srcdir="${src.dir}"
          destdir="${classes.dir}"
          deprecation="on"
          debug="on">
       <classpath><path refid="classpath"/></classpath>
      </javac>
         </target>
         <target name="run" depends="compile">
       <!-- run the class -->
       <java classname="${runclass}">
            <classpath>
              <pathelement path="${classpath}"/>
              <fileset dir="${lib.dir}">
                <include name="**/*.jar"/>
            </fileset>
              </classpath>
           </java>
      </target>
         </project>i invoked
    ant runand got this
    Buildfile: build.xml
    compile:
    run:
         [java] Could not find TestClient. Make sure you have it in your classpath
         [java]     at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava
    .java:170)
         [java]     at org.apache.tools.ant.taskdefs.Java.run(Java.java:710)
         [java]     at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:178)
         [java]     at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84)
         [java]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.ja
    va:275)
         [java]     at org.apache.tools.ant.Task.perform(Task.java:364)
         [java]     at org.apache.tools.ant.Target.execute(Target.java:341)
         [java]     at org.apache.tools.ant.Target.performTasks(Target.java:369)
         [java]     at org.apache.tools.ant.Project.executeSortedTargets(Project.jav
    a:1216)
         [java]     at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         [java]     at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(De
    faultExecutor.java:40)
         [java]     at org.apache.tools.ant.Project.executeTargets(Project.java:1068
         [java]     at org.apache.tools.ant.Main.runBuild(Main.java:668)
         [java]     at org.apache.tools.ant.Main.startAnt(Main.java:187)
         [java]     at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
         [java]     at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    BUILD SUCCESSFUL
    Total time: 2 secondsso, code is not running......its dfinitely a classpath problem , because error message says "Could not find TestClient. Make sure you have it in your classpat".
    TestClient is the name of main class file.
    not sure whats wrong with this build.xml ? whats wrong in it ?
    one thing , i guess, i did not mention "." , current directory in the build.xml ......is it because of that ?
    i browsed apache manual......To Run a Java program.....first, they are making a JAR file ...and then they are executing the JAR.
    i really, dont need the JAR file......i just want to run it.....thats enough.
    somewhere, i have to do some modification in this buld.xml.......do you have any idea ?
    thank you

    TestClient folder has
    1)src
    2)classes
    3)build.xml
    i have posted the build.xml already.
    now, src folder has TestClient.java
    TestClient.java
    ==================
    import org.apache.axis.client.Call;
    import org.apache.axis.client.Service;
    import javax.xml.namespace.QName;
    public class TestClient {
       public static void main(String [] args) {
         try {
           String endpoint =
               "http://ws.apache.org:5049/axis/services/echo";
           Service  service = new Service();
           Call     call    = (Call) service.createCall();
           call.setTargetEndpointAddress( new java.net.URL(endpoint) );
           call.setOperationName(new QName("http://soapinterop.org/","echoString"));
           String ret = (String) call.invoke( new Object[] { "Hello!" } );
           System.out.println("Sent 'Hello!', got '" + ret + "'");
         } catch (Exception e) {
           System.err.println(e.toString());
    }and i did
    ant runand i got those errors.
    clearly, its not able to run it.
    looked the manual....did not find anything special about java task....still not working.

  • Programs not running in leopard

    my adobe creative suite and office:mac v.X are not running after installation of leopard, which i bought to use with my 16gb iphone. suggestions?

    Java Preferences can be found using Spotlight.
    Update your Java 6 as previously instructed as it's supplies security fixes.
    Java 7 and above is for 10.7 and above, Oracle is dropping support for Java 6.
    However all versions of Java have been HIGHLY insecure, so it's advised not to use them at all
    If your using Java based programs (like the free LibreOffice) then certainly disable Java in all web browsers and applets in Java Preferences.
    Apple has a now annual OS X upgrade cycle that is causing havoc and disqualifying  older, but perfectly working machines from running necessary software and dragging third party developers along.
    So one shouldn't be running Safari (outdated and no Safari 6), Java 6, very possibly Chrome on OS x 10.6.8, but if you upgrade to 10.7 or above, your machine will perform slower and all your PPC based software will no longer continue to function.
    It's sad, because OS X Snow Leopard has  1/4 OS X market share still and many can't upgrade because developers are not issuing 10.7/10.8 versions of their software because of AppStore and Gatekeeper signaling the closing of the operating system in the future.
    The 10 year support cycle of Windows versions sounds like blessed relief compared to Apple's annual OS X upgrade nightmare.
    OS X 10.4/10.5 need to upgrade, 10.6.8 ok still

  • Access Connections does not accept Windows Wireless Config

    Hi All,
    We are rolling out RADIUS/802.1x wireless lan in our enterprise. The wireless settings are deplyed via AD grouo policy - no problems there.
    I have an issue when i configure my access connections (ver 5.21) on my T61 machine. I configure AC to use Windows wireless security settings whcih are picked up correctly. The issues occur when i switch from this profile to another profile for exampls and vice versa. AC seems to think that i need to configure my wlan security settings each time i switch to that profile and wont connect. I get an error message:
    The SSID 'WM2009' selected for this profile must be configured in windows. Click OK to configure the wireless settings in Windows'.
    I know that the wireless settings are fine, as i can connect with the window wireless client fine - its just AC that has the issue.
    Any ideas appreciated!

    Domain policy wireless profiles are not compatible with Access Connections.
    The problem stems that Domain profiles are stored in a different part of the registry than a locally created WZC profile.  Since these are part of the domain policy, they cannot be altered locally.  Microsoft wouldn't provide Lenovothe encryption used (for obvious security reasons), so the domain policy based profiles can't be manipulated by Access Connections.
    But we do provide an ADM template that can be used to do much the same things.
     http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=ACON-DEPLOY

  • 06 28 update program not running

    I downloaded and installed the latest update to my pc. I installed it and rebooted like requested. I tried running the update by 1. plugging in my ipod and it telling me there is an update to click button to run the update program
    2. tried running it from my start menu
    3. went to the physical directory of the exe file and dowble clicked it. nothing made the update program come up. it just simply does not run when you click it or use any of the methods said before.
    Anyone else have this problem or know how to fix it?
    PC   Windows XP Pro   XP

    I did everything you mentioned including updating itunes and it just doesn't run, no matter how many times I click the icon the program does not start
    I ran it yesterday with no problem (windows xp SP2).
    things that you can try are:
    Reset your ipod before conecting it to your
    computer.
    Start the update program before updating your ipod
    did you also upgrade itunes?
    Try those things and let us know how it goes.

  • C program not running from terminal as expected

    Hi everyone
    I am starting C programming as part of my university degree, I understand most of the content so far. I am compiling and running my program in Terminal and I am having a small amount of trouble with running it. Here is how I have set my program up:
    • Created folder named "C" on the desktop
    • Opened terminal and changed the directory by using the following command: cd /Users/jc/Desktop/C, the directory is changed as the terminal output reads:
    JCs-MacBook-Pro:C jc$
    • Created main.c file
    • Compiled fine in terminal by using: cc main.c
    Here is where it breaks down, typing a.out does not run the program (as I expected) but returns the error: "-bash: a.out: command not found", if I drag the file to terminal or type out the absolute path and execute the program runs fine. What is happening and how do I fix it so typing just a.out runs the program?
    Thanks in Advance
    J.C

    The commands to add a folder to your search path (if you haven't changed your shell from the default bash) are:
    PATH=$PATH:<absolute path to parent folder>/MyProjectFolder
    export PATH
    Typing the above at your terminal prompt should allow you to execute your programs without typing ./a.out, but only for the life of the current terminal session (You can type 'printenv' or 'echo $PATH' to verify that your folder was added correctly).
    If you wish to add your folder automatically to any terminal session, the above should be saved in a text file named '.profile' in your home folder (the folder you're in when you start Terminal, e.g. /users/raynewbie).
    If you wish to add whatever folder is current (wherever I am right now) to your permanent search path, insert the following into .profile:
    PATH=$PATH:.
    export PATH
    The above has the disadvantage of being less secure on multiuser systems. The current, "dot", directory used to be first in the default Unix search path. But when I was in school (during the Lincoln administration) our favorite sport was trying to hack root perms by placing our own version of 'ls' in directories frequented by superusers. Higher powers caught on to this after only a few years and newer systems required you to type the dot.

  • Graphical programs not running--need help

    Using win98 platform, textpad, and jdk1.5.0...
    DOS programs run fine, however, graphical applications do not run--it goes to the DOS window and brings up strings of stuff instead.
    When I compile, the error message that generally shows:
    Note: C:\jdk1.5.0\demo\...java uses or overrides a depreciated API
    Note: Recompile with -Xlint: depreciation for details.
    And for applets, this line also existed on a demo:
    Note: C:\jdk1.5.0\demo\applets\Animator\Animator.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint: unchecked for details.
    Anybody know what to do here? I'm just learning java from books, but I need to be able to run java applications in order to get a feel for the code. Help would be appreciated.

    If anyone deems it a necessity, here is an example of simple code that will throw this problem:
    (sorry-under win98 2nd ed.)
    import java.event.*;
    import javax.swing.*;
    class CloseableFrame extends JFrame
    {  public CloseableFrame()
    {  setTitle("Closeable Frame");
    setSize(300,200);
    addWindowListener(new WindowAdaptor()
    {  public void windowClosing(WindowEvent e)
    {  System.exit(0);
    public class CloseableTest
    {  public static void main(String[] args)
    {  JFrame frame = new CloseableFrame();
    frame.show();
    }

  • Access Connections does not display available WiFi Networks

    When I click find, Access Connections only shows the network it is connected to, but not all available networks. I removed and reinstalled it and it worked for 1-2 days, but the problem came back. When you manually set up a Location Profile and you click find networks, it find's them, but on the main Access Connections page it doesn't show them.

    The latest version of Access Connections 5.50 is available for download here http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-73682 and it fixed the problem for me.

  • Macbook Pro Airport Card looses connection if not running a continuous network ping

    Okay, I have a crazy issue going on. 
    Since I upgraded to Mountain Lion, soon after my Airport Card started disconnecting from any network and I would have to turn it off/on to get it working again and then it would die about 45 seconds later.  This repeats over and over.  I have found that if I run a continuous ping to something else on the network it will stay live and not disconnect.  So, my Airport Card will stay connected if I run a continuous ping, but without it it will die every time.  What the heck is going on?  Did Mountain Lion put something in the firmware on my Airport card that is messing it up?  I have done fresh installs many times and downgraded to lion and snow lepard and still the same issue.  Is my Wifi Nic just dead or is this some other issues like the antenna?  I have a new Wifi Nic in route from China but I want to make sure I finish running through all other possibilities before it arrives.
    Thank you
    Kevin Monette

    I'm sure you meant to post in the appropriate forum. This area is for MBP (Original). You want MacBook Pro (Late 2008 and Early 2009) here:
    http://discussions.apple.com/category.jspa?categoryID=190
    1. Try typing a $ before your password, so $password.
    2. Proximity to your router without walls in the way is helpful for proper signal. Proper orientation of your router is also helpful.

  • Sap to non sap connection ( program not registered/cpic-call

    Hi all,
        Im trying to connect sap to siebel system.IN TCP/IP connections iv selected register program id & passed the parameters ...program id,gateway host and gateway service
    i followed michal krawczyk steps & also checked in smgw
    transaction also but program id is not registered there
            im getting error like program sapprog not registerd cpic/call
    <b>Detailed error</b>
         <b>Error</b> - program sapprog is not registsred
         <b>location</b> - sap gateway on host saple / sapgw01
         <b>detail</b> - Tp sapprog is not register
         <b>component</b> - gateway
         <b>counter</b> - 387
        <b> module</b> -gwr3cpic
         <b>line-</b> 1621
         <b>return code</b> - 679
         <b>subrc</b>  - 0
               please try to help me out in this issue. all inputs r rewarded. 
      Regards,
      Lavanya

    Hi
    Thanks prince,iv checked entries in sm59,  i checked smgw tranaction(gateway monitor) for logged on clients
    its showing like this
    number/luname/tpname/sys.type/hostname/hostaddres/last req
    0 /sapnav/sapgw00/local_r3/sapnav.sapdomain.com/192.158.3.219
    if i double click on above...
    read/write socket = 4
    handle = 4
    time = tue jan 26 16:54:13 2006
    socket = 1652
    stat = ni_connected
    type = stream ipv4
    out = 1122 messages 64 bytes
    in = 1 messages 64 bytes
    local =127.0.0.1:3300
    remote = 127.0.0.1:1848
    options =
    lu = sapnav
    tp = sapgw00
    lon lu = sapnav
    long tp = sapgw00
    ext program = 0
    no conversation = 24
    appc version = 6
    hostaddr[0] =
    hostaddr[1] = 127.0.0.1
    offset in = 0
    timeouts in = 0
    connected = tue jan 24
    last req = mon jan
    request block number in= -1
    connection out = -1
    target out = -1
    offset out = 0
    restlen out = 0
    timeouts out = 0
    request block number out = -1
    accept info = einfo
    snc forced = 0
    <b>just see gateway monitor 4 sapnav/parameters & attributes</b>Profile
    parameter              Value
    gw/max_sleep           20
    gw/conn_disconnect     900
    gw/conn_pending        60
    gw/gw_disconnect       1800
    gw/req_stack_size      30
    gw/max_conn            500
    gw/max_wp              0
    gw/max_conn_per_wp     10
    gw/cpic_timeout        20
    gw/deallocate_timeout  600
    gw/reg_timeout         60
    gw/reg_lb_level        1
    gw/reg_lb_default      20
    gw/side_info    C:\usr\sap\D01\DVMGS00\data\sideinfo.DAT
    gw/sec_info     C:\usr\sap\D01\DVMGS00\data\secinfo.DAT
    gw/startup     C:\usr\sap\D01\DVMGS00\data\gwstartup.DAT
    gw/stat                0
    gw/tcp_security        1
    gw/cpic_security       1
    gw/max_sys             300
    gw/max_shm_req         50
    gw/max_shm_req_per_conn 10
    gw/max_overflow_size    5000000
    gw/max_overflow_usage   10
    gw/keepalive            300
    gw/reg_keepalive        300
    gw/compatibility        0
    gw/monitor              1
    gw/netstat_once         1
    gw/close_routes         120
    gw/timeout              0
    gw/internal_timeout     0
    gw/nitrace              0
    gw/accept_remote_trace_level 1
    gw/resolve_timeout      0
    rdisp/max_gateways      100
    rdisp/max_comm_entries  500
    rdisp/sna_gateway       sapnav
    rdisp/sna_gw_service    sapgw00
    rdisp/TRACE_LOGGING     OFF
    gw/rem_start            REMOTE_SHELL
    gw/remsh rsh
    exe/gwrd           C:\usr\sap\D01\SYS\exe\run\gwrd.EXE
    snc/enable               0
    snc/permit_insecure_start 0
    Attributes
    Release 640
    Release no 6400
    internal version 2
    start time Tue Jan 24 16:53:47 2006
    build time Aug 17 2004 23:33:51
    build with Unicode TRUE
    build with Threads TRUE
    gateway hostname sapnav
    gateway service sapgw00
    req_sync_limit 24
    appc_ca_blk_size 34396
    gwreq_ln 34588
    appcdata_ln 34316
    overflow_size_limit 500000
    overflow_use 0
    trace level 1
    trace level external programs 2
    PID Gateway Reader 4952
    internal version 2
    Shared memory Sizes in bytes
    CONN_TBL entry 1748
    CONN_TBL total 874000
    STATISTIC area 1392
      iv changed some values for my safety.plz check it and let me know the error to register program id. Hope ull solve my issue this time.
    Thanks in advance,
    Lavanya.

  • SAP SM59 Connection - Program Not Registered

    I created the SM59 in the SAP system and did the basic install using the BO Integration Kit XI release 2 on a Windows system.
    On the test using the SM59 I am getting:
    ERROR: program AERSND02_BO_SB2 not registered.
    AERSND02_BO_SB2 is the program ID I used in the BO install and is the program ID I used in the Registered Server Program in the SM59. The SAP system is a unix box and the BO system is on a different windows box.
    Also, When I execute the rfc_ping se37 program I get "Communication Failure".
    In the BO system tab "SAP" I can see the roles in my SAP system so the connection to the SAP system is functioning.
    Points awarded.
    Mike

    Muhammad, its helpful.
    Trying to configure BW Publisher.
    I verified that:
    1) BW Publisher has been started in windows.
    2) I executed netstat u2013an | find u201C3306u201D and see valid responses:
    xxx.x.xx.xx:2940     xxx.x.xx.xy:3306           ESTABLISHED
    xxx.x.xx.xx:3354     xxx.x.xx.xy:3306           ESTABLISHED
    This was promising!!
    3) My sm59 has valid values per the doc
    4) My sm59 gives me the following error response:
    ERROR: program mybox02_BO_XX2 not registered
    LOCATION: SAP-Gateway on host aersnd02.dcs.eis.lmco.com / sapgw06
    DETAIL: TP mybox02_BO_XX2 not registered
    5) The following link http://help.sap.com/saphelp_nw70/helpdata/EN/22/042652488911d189490000e829fbbd/frameset.htm shows:
    Activation Type Registration
    If the activation type is Registration, you have to identify a registered RFC program. With an SAP gateway, you can register an RFC server program under this ID and then wait for RFC calls from other SAP Systems.
    Example entry name: SERVER_EXEC
    6) When I run sapinfo.exe dest=bin I get:
    SAP System Information
    Destination            mybox01
    Host                   mybox01
    System ID              (extern)
    Database
    DB host
    DB system
    SAP release            640
    SAP kernel release     640
    RFC Protokoll          011
    Characters             1100 (NON UNICODE PCS=1)
    Integers               LIT
    Floating P.            IE3
    SAP machine id           560
    Timezone
    When I ran this sapinfo.exe to get the connection registered (using type=R) you can see that it did not get registered.
    Since the sap system is on unix and bo on windows I'm thinking that I need something on my sap system box pointing back to bo.
    Anyone been here b4? Points rewarded !!
    Edited by: Michael Hill on Jun 6, 2008 9:16 PM

Maybe you are looking for