Debugging debugger

When we debug any program and select the "Tables" button while debugging and enter an internal table and then do a "Find" the pop up which comes up shows the internal table columns. As this functionality is in the debugger which I cannot debug hence was wondering if some one has come across this function module.Would like to know whether it is a function module or a c function, If C function then what it is? Cos this is exactly what I am trying to achieve, I tried understanding the ABAP debugger program SAPMSSY3 screen no 142 , couldn't see where is the coding done when we press the button find it has the gui status as "TAAB" but couldn't see the code. Any help will be appreciated.
Ankur Bhandari

Hi,
The screen number for the screen you are talking about is 157.
The code in the flow logic is as below:
PROCESS BEFORE OUTPUT.
  MODULE SYST-ADBMO.
  LOOP.
    MODULE SYST-ADBVO.
  ENDLOOP.
PROCESS AFTER INPUT.
  LOOP.
    MODULE SYST-ADBR1.
  ENDLOOP.
  MODULE SYST-ADBR2.
Hope it helps...
Lokesh
Pls. reward appropriate points

Similar Messages

  • Javascript - (Lorg/mozilla/javascript/debug/Debugger;Ljava/lang/Object;)V

    Hi All,
    I am facing some error with javascript technology in an ODI procedure.
    In Sunopsis(4.1.01.04) the same was working fine and when I am trying to do the same in ODI(10.1.3.5) its throwing the below error.
    java.lang.Exception: org.mozilla.javascript.Context.setDebugger(Lorg/mozilla/javascript/debug/Debugger;Ljava/lang/Object;)V
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i(e.java)
    at com.sunopsis.dwg.cmd.g.y(g.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)
    In description I just put <@ @> and selected the technology as javascript.
    In ODI(10.1.3.5) its giving me the above error
    and in sunopsis that step went through without any errors.
    (If I am trying with any other technology, its going fine.)
    I guess, here its problem from java script technolgy
    (may be that technology is not reffering proper files(versions) or some thing like that)
    It will be much appreciated if any body can help me to fix this issue ....
    for more details on this :-
    Commnand onSource ODI
    Thanks in Advance,
    Rathish A M

    Hi Guru,
    How r u ?
    Below are steps :-
    In one of my procedure
    step 1:- I declared one java script variable.
    step 2:- assigning some values to that variable.
    step 3:- Passing that variable while calling a schell script using OScommand.
    Here my problem is comming from the javascript technology.
    The project is exported from sunopsis and imported into ODI.
    In sunopsis the same is working fine. But in ODI i am getting that exception.
    I will send the xml to your gmail account for more details.
    Thanks for the help
    Rathish A M

  • WebDynpro Debugger stuck when trying to establish a connection

    Hello!
    I am trying to debug a webdynpro java application. My NWDS version is 7.0 SP13.
    When i tried to debug, the debugger keep trying to establish a connection forever. Do you know what is the issue?
    My server0 debug mode is on, standard debug port. I was able to do the debug before. Please let me know if you have any suggestion for my issue. Thank you very much.

    Try changing these values.
    In Studio:
    Window -> Preferences -> Java -> Debug
    Debugger timeout (ms)
    Launch timeout (ms)
    To those two values, add an extra zero.
    If it doesnt work, restart your server. Or your network is getting clogged up.

  • Installation of 3.0 EA2 on 12.1.0.2

    I've got an existing 12.1.0.2 db (non-pdb), vanilla install, so apex 4.2 within it.
    I downloaded 3.0 EA2 and ran through the install.
    When I start it, I see sessions on the database for APEX_LISTENER, ORDS_PUBLIC_USER
    but when I got to http://myhost:xxx/ords, I get a "ORACLE REST DATA SERVICES" banner page but it just contains "404 Not found"
    Startup log below - but have I missed anything obvious ?
    C:\Oracle\ords>java -jar ords.war
    Verify ORDS schema in Database Configuration apex
    Mar 12, 2015 3:19:53 PM oracle.dbtools.rt.config.setup.SchemaSetup install
    INFO: Oracle REST Data Services schema version 3.0.0.65.09.31
    2015-03-12 15:19:53.413:INFO::main: Logging initialized @2034ms
    2015-03-12 15:19:53.909:INFO:oejs.Server:main: jetty-9.2.z-SNAPSHOT
    2015-03-12 15:19:53.918:INFO:oejsh.ContextHandler:main: Started o.e.j.s.h.ContextHandler@7a1ebcd8{/i,null,AVAILABLE}
    Mar 12, 2015 3:19:54 PM oracle.json.ords.SodaShared startup
    INFO: Starting up ORDS JSON service
    2015-03-12 15:19:54.007:INFO:/ords:main: INFO: Using configuration folder: C:\Oracle\ords\_conf\ords
    2015-03-12 15:19:54.008:INFO:/ords:main: FINEST: |ApplicationContext [configurationFolder=C:\Oracle\ords\_conf\ords, services=Application Scope]|
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Validating pool: apex_al
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Pool: apex_al is correctly configured
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Validating pool: apex_pu
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Pool: apex_pu is correctly configured
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Validating pool: apex_rt
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Pool: apex_rt is correctly configured
    2015-03-12 15:19:54.276:INFO:/ords:main: INFO: Oracle REST Data Services initialized|Oracle REST Data Services version : 3.0.0.65.09.31|Oracle REST Data Services server info: jetty
    /9.2.z-SNAPSHOT|
    2015-03-12 15:19:54.278:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@528931cf{/ords,null,AVAILABLE}
    2015-03-12 15:19:54.382:INFO:oejs.ServerConnector:main: Started ServerConnector@15bfd87{HTTP/1.1}{0.0.0.0:8080}
    2015-03-12 15:19:54.383:INFO:oejs.Server:main: Started @3006ms
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.DatabasePools createPool
    INFO: Configuration properties for: apex_pu
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.DatabasePools listConfiguration
    INFO: cache.caching=false
    cache.directory=/tmp/apex/cache
    cache.duration=days
    cache.expiration=7
    cache.maxEntries=500
    cache.monitorInterval=60
    cache.procedureNameList=
    cache.type=lru
    db.hostname=xxxxx
    db.port=1521
    db.servicename=np12
    debug.debugger=false
    debug.printDebugToScreen=false
    error.keepErrorMessages=true
    error.maxEntries=50
    jdbc.DriverType=thin
    jdbc.InactivityTimeout=1800
    jdbc.InitialLimit=3
    jdbc.MaxConnectionReuseCount=1000
    jdbc.MaxLimit=10
    jdbc.MaxStatementsLimit=10
    jdbc.MinLimit=1
    jdbc.statementTimeout=900
    log.logging=true
    log.maxEntries=5000
    misc.compress=
    misc.defaultPage=apex
    security.crypto.enc.password=******
    security.crypto.mac.password=******
    security.disableDefaultExclusionList=false
    security.maxEntries=2000
    db.password=******
    db.username=ORDS_PUBLIC_USER
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.ConfigurationValues log
    WARNING: *** jdbc.MaxLimit in configuration apex_pu is using a value of 10, this setting may not be sized adequately for a production environment ***
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.ConfigurationValues log
    WARNING: *** jdbc.InitialLimit in configuration apex_pu is using a value of 3, this setting may not be sized adequately for a production environment ***
    Mar 12, 2015 3:20:14 PM oracle.ucp.common.UniversalConnectionPoolBase initInactiveConnectionTimeoutTimer
    INFO: inactive connection timeout timer scheduled
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.DatabasePools createPool
    INFO: Configuration properties for: apex_al
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.DatabasePools listConfiguration
    INFO: cache.caching=false
    cache.directory=/tmp/apex/cache
    cache.duration=days
    cache.expiration=7
    cache.maxEntries=500
    cache.monitorInterval=60
    cache.procedureNameList=
    cache.type=lru
    db.hostname=xxxxx
    db.port=1521
    db.servicename=np12
    debug.debugger=false
    debug.printDebugToScreen=false
    error.keepErrorMessages=true
    error.maxEntries=50
    jdbc.DriverType=thin
    jdbc.InactivityTimeout=1800
    jdbc.InitialLimit=3
    jdbc.MaxConnectionReuseCount=1000
    jdbc.MaxLimit=10
    jdbc.MaxStatementsLimit=10
    jdbc.MinLimit=1
    jdbc.statementTimeout=900
    log.logging=true
    log.maxEntries=500
    misc.compress=
    misc.defaultPage=apex
    security.crypto.enc.password=******
    security.crypto.mac.password=******
    security.disableDefaultExclusionList=false
    security.maxEntries=2000
    db.password=******
    db.username=APEX_LISTENER
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.ConfigurationValues log
    WARNING: *** jdbc.MaxLimit in configuration apex_al is using a value of 10, this setting may not be sized adequately for a production environment ***
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.ConfigurationValues log
    WARNING: *** jdbc.InitialLimit in configuration apex_al is using a value of 3, this setting may not be sized adequately for a production environment ***
    Mar 12, 2015 3:20:14 PM oracle.ucp.common.UniversalConnectionPoolBase initInactiveConnectionTimeoutTimer
    INFO: inactive connection timeout timer scheduled

    The script adds "/apex/images" to the the directory name you pass as a parameter.
    So, if the images are in the C:\BACKUP\APEX\images directory, you should try using just C:\BACKUP as the parameter.
    It uses this command:
    create directory APEX_IMAGES as '&1/apex/images';

  • Apex listener 503 - Service Unavailable

    Hi,
    I installed APEX LIstener 2.0.5.
    This ist my file defaults.XML:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
    <properties>
    <comment>Saved on Thu Jan 02 13:26:45 CET 2014</comment>
    <entry key="db.password">!apex_public_user</entry>
    <entry key="debug.printDebugToScreen">false</entry>
    <entry key="security.disableDefaultExclusionList">false</entry>
    <entry key="cache.maxEntries">500</entry>
    <entry key="error.maxEntries">50</entry>
    <entry key="security.maxEntries">2000</entry>
    <entry key="cache.directory">/tmp/apex/cache</entry>
    <entry key="jdbc.DriverType">thin</entry>
    <entry key="log.maxEntries">50</entry>
    <entry key="db.hostname">localhost</entry>
    <entry key="jdbc.MaxConnectionReuseCount">1000</entry>
    <entry key="log.logging">false</entry>
    <entry key="jdbc.InitialLimit">3</entry>
    <entry key="jdbc.MaxLimit">10</entry>
    <entry key="cache.monitorInterval">60</entry>
    <entry key="cache.expiration">7</entry>
    <entry key="jdbc.statementTimeout">900</entry>
    <entry key="jdbc.MaxStatementsLimit">10</entry>
    <entry key="db.sid">ORPC3</entry>
    <entry key="misc.defaultPage">apex</entry>
    <entry key="misc.compress"/>
    <entry key="jdbc.MinLimit">1</entry>
    <entry key="cache.type">lru</entry>
    <entry key="cache.caching">false</entry>
    <entry key="db.port">1521</entry>
    <entry key="error.keepErrorMessages">true</entry>
    <entry key="cache.procedureNameList"/>
    <entry key="cache.duration">days</entry>
    <entry key="jdbc.InactivityTimeout">1800</entry>
    <entry key="debug.debugger">false</entry>
    </properties>
    I startet the listener with java -jar apex.war
    When I startet with http://localhost:8080/apex/f?p=4550:1:2983093393191825
    I got ORACLE APPLICATION EXPRESS LISTENER 503 - Service Unavailable
    Please help  me!
    Regards
    Siegwin

    Hi Jari,
    when I start  APEX Listener there are the answers:
    C:\>java -jar C:\app\Administrator\product\11.2.0\dbhome_2\apex_listener_2_0_5\a
    pex.war
    Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Standalone execute
    INFO: HINWEIS:
    Der Standalone-Modus ist zur Verwendung in Entwicklungs- und Testumgebungen entw
    ickelt worden. Er wird bei Verwendung in Produktionsumgebungen nicht unterst³tzt
    Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Standalone execute
    INFO: Standalone-Webcontainer in C:\app\Administrator\product\11.2.0\dbhome_2\ap
    ex_listener_2_0_5\config\apex wird gestartet
    Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Deployer deploy
    INFO: Anwendung wird bereitgestellt, Pfad = C:\app\Administrator\product\11.2.0\
    dbhome_2\apex_listener_2_0_5\config\apex\apex\WEB-INF\web.xml
    Jan 04, 2014 9:04:07 AM oracle.dbtools.standalone.Deployer deploy
    INFO: Anwendung bereitgestellt, Pfad = C:\app\Administrator\product\11.2.0\dbhom
    e_2\apex_listener_2_0_5\config\apex\apex\WEB-INF\web.xml
    Jan 04, 2014 9:04:12 AM oracle.dbtools.common.config.file.ConfigurationFolder lo
    gConfigFolder
    INFO: Using configuration folder: C:\app\Administrator\product\11.2.0\dbhome_2\a
    pex_listener_2_0_5\config\apex
    Default Database connection not configured properly
    Jan 04, 2014 9:04:13 AM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.5.287.04.27
    Application Express Listener server info: Grizzly/1.9.49
    Jan 04, 2014 9:04:13 AM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 04.01.14 09:04
    Jan 04, 2014 9:04:13 AM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8080/apex gestartet.
    Jan 04, 2014 9:05:05 AM oracle.dbtools.rt.web.HttpEndpointBase modApex
    SEVERE: The pool named: apex is not correctly configured, error: ORA-01017: inva
    lid username/password; logon denied
    oracle.dbtools.common.jdbc.ConnectionPoolException: The pool named: apex is not
    correctly configured, error: ORA-01017: invalid username/password; logon denied
            at oracle.dbtools.common.jdbc.ConnectionPoolException.badConfiguration(C
    onnectionPoolException.java:65)
            at oracle.dbtools.common.config.db.DatabaseConfig.badConfiguration(Datab
    aseConfig.java:207)
            at oracle.dbtools.common.config.db.DatabaseConfig.getPool(DatabaseConfig
    .java:346)
            at oracle.dbtools.common.config.db.DatabaseConfig.getPool(DatabaseConfig
    .java:326)
            at oracle.dbtools.common.config.db.DatabaseConfig.access$200(DatabaseCon
    fig.java:42)
            at oracle.dbtools.common.config.db.DatabaseConfig$DatabaseFactory.apply(
    DatabaseConfig.java:380)
            at oracle.dbtools.common.config.db.PerThreadConnectionCache$DisposableCo
    nnectionFactory.apply(PerThreadConnectionCache.java:233)
            at oracle.dbtools.common.config.db.PerThreadConnectionCache$DisposableCo
    nnectionFactory.apply(PerThreadConnectionCache.java:217)
            at oracle.dbtools.common.util.PerThreadCache.get(PerThreadCache.java:60)
            at oracle.dbtools.common.config.db.PerThreadConnectionCache.get(PerThrea
    dConnectionCache.java:49)
            at oracle.dbtools.common.config.db.DatabaseConfig.getConnection(Database
    Config.java:78)
            at oracle.dbtools.common.jdbc.ora.OraPrincipal.connection(OraPrincipal.j
    ava:69)
            at oracle.dbtools.apex.ModApexContext.getConnection(ModApexContext.java:
    372)
            at oracle.dbtools.apex.Procedure.getProcedure(Procedure.java:167)
            at oracle.dbtools.apex.OWA.validateProcedure(OWA.java:386)
            at oracle.dbtools.apex.security.Security.isValidRequest(Security.java:22
    0)
            at oracle.dbtools.apex.ModApex.validateRequest(ModApex.java:264)
            at oracle.dbtools.apex.ModApex.doGet(ModApex.java:93)
            at oracle.dbtools.apex.ModApex.service(ModApex.java:300)
            at oracle.dbtools.rt.web.HttpEndpointBase.modApex(HttpEndpointBase.java:
    350)
            at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:
    132)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.doFilter(
    ServletAdapter.java:1059)
            at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.invokeFil
    terChain(ServletAdapter.java:999)
            at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.
    java:434)
            at oracle.dbtools.standalone.SecureServletAdapter.doService(SecureServle
    tAdapter.java:91)
            at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.ja
    va:379)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
    :179)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapter
    Chain.java:196)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
    :179)
            at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:8
    49)
            at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746)
            at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045)
            at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFil
    ter.java:228)
            at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultPro
    tocolChain.java:137)
            at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
    a:104)
            at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
    a:90)
            at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java
    :79)
            at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextT
    ask.java:54)
            at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.
    java:59)
            at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
            at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadP
    ool.java:532)
            at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool
    .java:513)
            at java.lang.Thread.run(Unknown Source)
    Please help me

  • Apex Listener started successfully however nothing show on the web browser

    Apex Listener started successfully, when try to visit APEX (http://localhost:8080), nothing showing on the local web browser. See following output message during the startup of APEX Listener. Thank for your help.
    Kevin
    D:\app\administrator\apex_listener.2.0.0.354.17.05>java -jar apex.war
    Feb 16, 2013 2:17:23 PM oracle.dbtools.standalone.Standalone execute
    INFO: NOTE:
    Standalone mode is designed for use in development and test environments. It is not supported for use in production environments.
    Feb 16, 2013 2:17:23 PM oracle.dbtools.standalone.Standalone execute
    INFO: Starting standalone Web Container in: D:\app\administrator\apex_listener.2.0.0.354.17.05\apex
    Feb 16, 2013 2:17:23 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Will deploy application path = D:\app\administrator\apex_listener.2.0.0.354.17.05\apex\apex\WEB-INF\web.xml
    Feb 16, 2013 2:17:24 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Deployed application path = D:\app\administrator\apex_listener.2.0.0.354.17.05\apex\apex\WEB-INF\web.xml
    Feb 16, 2013 2:17:24 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: D:\app\administrator\apex_listener.2.0.0.354.17.05\apex
    Configuration properties for: apex
    cache.caching=false
    cache.directory=/tmp/apex/cache
    cache.duration=days
    cache.expiration=7
    cache.maxEntries=500
    cache.monitorInterval=60
    cache.procedureNameList=
    cache.type=lru
    db.hostname=dpuwomd-cluster
    db.password=******
    db.port=1521
    db.servicename=dpuwomor.clevelandwpc.com
    debug.debugger=true
    debug.printDebugToScreen=false
    error.keepErrorMessages=true
    error.maxEntries=50
    jdbc.DriverType=thin
    jdbc.InactivityTimeout=1800
    jdbc.InitialLimit=3
    jdbc.MaxConnectionReuseCount=1000
    jdbc.MaxLimit=10
    jdbc.MaxStatementsLimit=10
    jdbc.MinLimit=1
    jdbc.statementTimeout=900
    log.logging=false
    log.maxEntries=50
    misc.compress=
    misc.defaultPage=apex
    security.disableDefaultExclusionList=false
    security.maxEntries=2000
    db.username=APEX_PUBLIC_USER
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.3.0
    Feb 16, 2013 2:17:26 PM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.0.354.17.06
    Application Express Listener server info: Grizzly/1.9.49
    Feb 16, 2013 2:17:26 PM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 2/16/13 2:17 PM
    Feb 16, 2013 2:17:26 PM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8080/apex started.

    Hi Kevin,
    this looks like a common issue: You've probably not configured the static contents for APEX ("images") properly. Please make sure you've set the parameter to point to a path that contains the contents of the "images" directory of the APEX installation package that fits to the APEX version of the instance your APEX Listener is supposed to host.
    -Udo

  • MM01 -- Update Was terminated while copying the material from one plant

    Hi Experts,
    While I am trying to copy the material from one plant like ETPE to another plant ETPZ , its telling that material created.
    But when we try to display the created material in MM02 for plant ETPZ , it says that material does not exist.
    Note : After creating the material , if we try to move any transaction code it shows the error message box and  says that Update was terminated .
    Kindly help us to resolve this.
    Regards,
    Vijay

    Hi rob,
    we have put the debugging , if there is any badi , enhancement the debugger would have gone to exit or enhancement line but its not going to any where.
    and I have checked in sm13 ..
    its giving the error like update was terminated
    from funtion module : MATERIAL_UPDATE_DB
    Report name :      LGRAPU37
    row : 360.
    ABAP/4 processor: POSTING_ILLEGAL_STATEMENT
    but if we go and see in the row 360 ...
    CALL SCREEN 100 line only
    is there , even if we put the breakpoint in this line , while we are debugging , debugger is not going to that line .
    Note : if we see the screen 100 it shows the empty screen.

  • How do you configure ORDS in a Weblogic Cluster? Getting "This installation has not yet been configured" on second server...

    We currently have ORDS 2.0.9 installed on WLS 10.3.6 running on Windows 2008R2 behind an F5 load balancer. When the load balancer sends the connections to the server we configured first, everything works fine. When the load balancer sends the connections to the scaled out server, we get the ORDS page with "This installation has not yet been configured". The defaults.xml and related directories got created on the second server automatically. We tried changing the debug.debugger and debug.printDebugToScreen entries in the defaults.xml of the second server, but nothing happened. What are we missing? How do we configure the second server?

    The issue has been resolved. After looking at the directories and defaults.xml that WLS created on the scaled out server, we figured that the configuration files were not created/copied from the original server. We ran the configuration from "java -jar ords.war setup" on the second server, restarted the application from WLS and everything started working as expected.

  • Applet: Null Pointer Exception in NN but not in IE???!!!!

    hi all,
    i have worked on a an applet that uses a nother Runnable class to implement an animated progress bar using MediaTracker, and i can control when to start animation and when to stop it! it worked great on IE. But when i came to test it on Netscape Navigator, it surprised me with THIS
    and now i don't know what to do
    # Applet exception: java.lang.NullPointerException
    java.lang.NullPointerException
    at sun.awt.windows.WGraphics.drawImage(Compiled Code)
    * at AnimationPanel.flip(Compiled Code)
    at AnimationPanel.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    java.io.IOException: CreateProcess: vcafe -netscape error=2
    at java.lang.Win32Process.<init>(Compiled Code)
    at java.lang.Runtime.exec(Compiled Code)
    * at java.lang.Runtime.exec(Compiled Code)
    at netscape.debug.Debugger.launchDebugger(Compiled Code)
    at netscape.debug.Debugger.uncaughtException(Compiled Code)
    at netscape.applet.AppletThreadGroup.uncaughtException(Compiled Code

    well, thanks everybody, seems i wasn't the only one troubled with this:
    for ppl who might read my Q next time,
    always run u'r applet from a web server! :)
    netscape has it's own way! in everything ...

  • NSLog - Quick Dumb Question

    OK, where does the output appear when putting NSLog statements in your code? I can't find it.
    I've put code in like NSLog(@"Got here") and enumeration of dictionaries but nothing ever shows up in the Simulator/Debug Debugger Console. Isn't that where it's supposed to be?

    The Xcode Console window only shows messages from NSLog when running from the device (I never knew that) and is not much help when running the Simulator (and that's what I was using).
    The Console.app does get the output from the Simulator but is congested with all the garbage collection crap from the system.
    I guess I'll learn to debug more from the device. Thanks.

  • Can't execute this command in terminal of Leopard Server

    Hi everyone,
    I just upgraded from Tiger Server to Leopard server, everything going ok so far but only one problem i have with running this command. Here is what i did
    server:~ administrator$su root
    password
    sh-3.2# sh start-cumulus.sh
    sh: - : invalid option
    Usage: sh [GNU long option] [option] ...
    sh [GNU long option] [option] script-file ...
    GNU long options:
    --debug
    --debugger
    --dump-po-strings
    --dump-strings
    --help
    --init-file
    --login
    --noediting
    --noprofile
    --norc
    --posix
    --protected
    --rcfile
    --restricted
    --verbose
    --version
    --wordexp
    Shell options:
    -irsD or -c command or -O shopt_option (invocation only)
    -abefhkmnptuvxBCHP or -o option
    sh-3.2#
    I was able to run 'sh start-cumulus.sh' with tiger is just fine. Any ideas why it doesn't work with Leopard Server? Thanks

    There may be some differences between bash 2.05 and 3.2, but more likely, some whitespace (space, tab, linefeed or carriage return) crept into your command. If not, try:
    sh "start-cumulus.sh"
    or
    sh 'start-cumulus.sh'
    There's also a (pretty fair) chance that that error message isn't from your command, but a line inside the script.
    You could also try running the script in a full bash shell by omitting the sh command.
    Roger

  • ERROR: Invalid java version found: while runing Autoconfig

    Hi
    while upgrading EBS 12.1.3 Database from 11.1.0.7 to 11.2.0.2
    We got the below error on autoconfig.
    F:\app\mocppd\product\11.2.0\dbhome_1\appsutil>F:\app\mocppd\product\11.2.0\dbho
    me_1\appsutil\bin\adconfig.cmd contextfile=prod_srv-moc.xml
    Enter the APPS user password: apps
    cygwin warning:
      MS-DOS style path detected: F:\app\mocppd\product\11.2.0\dbhome_1\appsutil\bin
    \adconfig.pl
      Preferred POSIX equivalent is: /cygdrive/f/app/mocppd/product/11.2.0/dbhome_1/
    appsutil/bin/adconfig.pl
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    The log file for this session is located at: F:\app\mocppd\product\11.2.0\dbhome
    _1/appsutil/log/prod_srv-moc/02040321/adconfig.log
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
            Using ORACLE_HOME location : F:\app\mocppd\product\11.2.0\dbhome_1
    ERROR: Invalid java version found:
            sh: F:appmocppdproduct11.2.0dbhome_1jdkjre/bin/java: No such file or dir
    ectory
    ERROR: Invalid java version found:
            sh: F:appmocppdproduct11.2.0dbhome_1jdkjre/bin/java: No such file or dir
    ectory
            Classpath                   :
    sh: - : invalid option
    Usage:  sh [GNU long option] [option] ...
            sh [GNU long option] [option] script-file ...
    GNU long options:
            --debug
            --debugger
            --dump-po-strings
            --dump-strings
            --help
            --init-file
            --login
            --noediting
            --noprofile
            --norc
            --posix
            --protected
            --rcfile
            --restricted
            --verbose
            --version
            --wordexp
    Shell options:
            -irsD or -c command or -O shopt_option          (invocation only)
            -abefhkmnptuvxBCHP or -o option
    Version Conflicts among development maintained and customized templates encounte
    red; aborting AutoConfig run.
    The logfile for this session is located at: F:\app\mocppd\product\11.2.0\dbhome_
    1/appsutil/log/prod_srv-moc/02040321/adconfig.logThanks
    Nawneet

    Hi Helios,
    I have changed the prod_srv-moc.xml script and executed the script.
    And now i got the below error.
    F:\app\mocppd\product\11.2.0\dbhome_1\appsutil>F:\app\mocppd\product\11.2.0\dbho
    me_1\appsutil\bin\adconfig.cmd contextfile=prod_srv-moc.xml
    Enter the APPS user password: apps
    cygwin warning:
    MS-DOS style path detected: F:\app\mocppd\product\11.2.0\dbhome_1\appsutil\bin
    \adconfig.pl
    Preferred POSIX equivalent is: /cygdrive/f/app/mocppd/product/11.2.0/dbhome_1/
    appsutil/bin/adconfig.pl
    CYGWIN environment variable option "nodosfilewarning" turns off this warning.
    Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    The log file for this session is located at: F:/app/mocppd/product/11.2.0/dbhome
    _1/appsutil/log/prod_srv-moc/02040605/adconfig.log
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : F:/app/mocppd/product/11.2.0/dbhome_1
    Classpath : :F:/app/mocppd/product/11.2.0/dbhome_1/jdb
    c/lib/ojdbc6.jar:F:/app/mocppd/product/11.2.0/dbhome_1/appsutil/java/xmlparserv2
    .jar:F:/app/mocppd/product/11.2.0/dbhome_1/appsutil/java:F:/app/mocppd/product/1
    1.2.0/dbhome_1/jlib/netcfg.jar:F:/app/mocppd/product/11.2.0/dbhome_1/jlib/ldapjc
    lnt11.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/apps/ad/tools/
    configuration/VersionConflictListGenerator
    Caused by: java.lang.ClassNotFoundException: oracle.apps.ad.tools.configuration.
    VersionConflictListGenerator
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    Could not find the main class: oracle.apps.ad.tools.configuration.VersionConflic
    tListGenerator. Program will exit.
    ERROR: Version Conflicts utility failed.
    Terminate.
    The logfile for this session is located at: F:/app/mocppd/product/11.2.0/dbhome_
    1/appsutil/log/prod_srv-moc/02040605/adconfig.log
    Thanks
    Nawneet

  • Deactivate Portal server node from Web dispatcher, but still keep online

    We want to deactivate a Portal server node from the Web dispatcher. We also need to connect directly to the specific node. 
    We configured the Server Node using  Config Tool --> Server_ID####### --> Debug --> Debuggable --> Restricted Load Balancing. The node is not available to the Web dispatcher, However we are unable to explicitly connect to that node. We get the error message in the browser:
    503 Service Unavailable
    SAP WebAS engine is starting...
    If this state does not change within a few minutes,
    please contact your system administrator.
    Check the recommendations in SAP Notes: 943498, 764417
    Message: Dispatcher running but no server connected!
    I have also read through the Web dispatcher online Help. They mention creating groups but they all seem to pertain to ABAP groups using SMLG. Our Web dispatcher is used in a strictly J2EE environment.
    There must be a Profile setting or some config to restrict specified nodes... Let me know if you have found out?
    Thank You,
    Jon Sells

    Hi PR,
    Yes I understand that the Web Dispatchers Job ends at that point. That's why I want to stop the requests at the Web dispatcher by not allowing those nodes to be available.
    Here is the situation. We have 3 Windows Servers with 10 Server Nodes spread accros them.
    Host A - 2 Server Nodes, Central instance (Message Server) and SQL Server DB.
    Host B - 4 Server Nodes.
    Host C - 4 Server Nodes.
    The Going Live Analysis suggested we move the DB off of the CI. We cannot do that at this time. What we can do is shut down the 2 nodes on Host A. Instead of shutting them down, we would rather remove them from the WD group. that way, our users never connect to the 2 nodes on the CI but Basis can still use them for Administration and those 2 nodes on the CI are never used for production purposes. Those nodes will just be used for monitoring and maintenance or even emergency purposes.
    Right now our process to remove the 2 nodes from the Web dispatcher is to connect to the Admin page for Web Dispatcher --> Monitor Server Groups --> Right Click on the Host and select Deactivate. We have to do this whenever the Message Server is retarted. The million dollar question: How can that be set via a startup parameter?
    Thanks
    Jon Sells
    Here is an example of how you can connect to a specific node:
    https://<Host_name>.domain.local/b2b/b2b/init.do;sapj2ee_irj=7501753

  • Is it possible to create a Event Reciver program as Sandbox solution? - SharePoint 2010

    Dear All,
    I try to create a Event receiver program as SandBox solution in SharePoint 2010. I want to do a list item updation using this event receiver.
    Almost all the internet help & examples seems to be written with Farm solution and I got plenty of
    errors in the code(since the code may be written for farm solutions).
    So is it good idea that I am trying to do Sandbox Event Receiver???? Can any one please advice me
    and if sandbox is feasible can anyone help me with a tutorial( How to create a sandbox event receiver for list item updation).
    Somebody please help me soon.

    Dear All,
    hen I run the project, I got this error
    There were deployment errors? do you want to continue. I pressed No button but
    I cannot see any error list below in visual studio 2010!!! I am not able to
    identify where is the error or rectify those error, somebody please help me soon.
    I try to create one event receiver for list updation. I selected Event Receiver template
    while created new project and added following code for debugging, debugger is not hitting!!!
    please note my code below. Am I missing anything?????
    EventReceiver1.cs
    using Microsoft.SharePoint.Security;
    using Microsoft.SharePoint.Utilities;
    using Microsoft.SharePoint.Workflow;
    namespace NewProjEventReceiver.EventReceiver1
        /// <summary>
        /// List Item Events
        /// </summary>
        public class EventReceiver1 : SPItemEventReceiver
            static void Main(string[] args)
           /// <summary>
           /// An item is being added.
           /// </summary>
           public override void ItemAdding(SPItemEventProperties properties)
               base.ItemAdding(properties);
           /// <summary>
           /// An item is being updated
           /// </summary>
           public override void ItemUpdating(SPItemEventProperties properties)
               base.ItemUpdating(properties);
               SPListItem CurrentItem = properties.ListItem;
               String strCustomer = CurrentItem["SampleList"].ToString();
               int startPos = 0;
               int endPos = CurrentItem["SampleList"].ToString().IndexOf(";#");
               int Cust_ID = Convert.ToInt32(strCustomer.Substring(startPos, endPos));
               SPWeb oWeb = properties.Web;
               SPList oList = oWeb.Lists["SampleList"];
               SPListItem Customers = oList.GetItemById(First_ID);
               CurrentItem["Title"] = "One Time";
               oWeb.AllowUnsafeUpdates = true;
               oWeb.Update();
               oWeb.AllowUnsafeUpdates = false;

  • [svn:osmf:] 15093: Organizing OSMFPlayer sources in packages.

    Revision: 15093
    Revision: 15093
    Author:   [email protected]
    Date:     2010-03-29 05:32:48 -0700 (Mon, 29 Mar 2010)
    Log Message:
    Organizing OSMFPlayer sources in packages.
    Added Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/application/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/application/OSMFPlayer.a s
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/configuration/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/configuration/PlayerConf iguration.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/debug/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/debug/Debugger.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/debug/DebuggerElementPro xy.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/debug/DebuggerLogger.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/debug/DebuggerLoggerFact ory.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/preloader/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/preloader/Preloader.as
    Removed Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/Debugger.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/DebuggerElementProxy.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/DebuggerLogger.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/DebuggerLoggerFactory.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/PlayerConfiguration.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/Preloader.as

Maybe you are looking for

  • Is Verizon going to replace Damaged SD Cards after the OTA update

    I have read several post of damaged SD cards and lost data after the recent over the air update.  I am one of the people who lost all data and the card was ruined.  I can't even format in a PC and the phone doesn't recognize it.   So I now have to bu

  • How to set default file path for save

    Hello all, I'm currently blocked on the below issue and is hoping to gain your help and insights. We have recently upgraded to InDesign CS6. Now when an INDD file created in an older version of INDD is opened in CS6, all the save dialogs would not de

  • Error Message : Condition type is not maintained in the schema RM0002

    HI Gurus, I have created a new purchasing procedure as follows. ZVATV : <b>Condition Schema</b> VATV  : <b>Condition Type</b> VA : <b>Sch.Grp Vndr</b> When I create the Purchase order, the above mentioned schema, ZVATV is automatically determined. Bu

  • Failed to invoke FormDataIntegration.importData

    Am getting the following error message when i try to import data using "FormDataIntegration" client. Please advise! !MESSAGE failed to invoke FormDataIntegration.importData !STACK 0 ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocatio

  • WebServices in GRC v10.0

    Hi all, I have three questions to WebServices regarding SAP GRC v10.0: 1. Is it possible with v10 to check permissions via WebServices (SAPGRC_AC_IDM_*) only with the RAR component? In v5.3 it was only possible, if CUP was installed too. 2. Contain t