SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)

Hi Gurus,
I am trying to load a HANA column table using the import function and get the following error even though the mappings from the file to the table are 1:1.
I get the following errors:
Error 1: SAP DBTech JDBC: Result set is positioned before first row.
Error 2: SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)
With the following stack trace:
com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)
  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:334)
  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:165)
  at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:100)
  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1141)
  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:888)
  at com.sap.db.jdbc.StatementSapDB.sendCommand(StatementSapDB.java:929)
  at com.sap.db.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:978)
  at com.sap.db.jdbc.StatementSapDB.execute(StatementSapDB.java:256)
  at com.sap.db.jdbc.StatementSapDB.executeQuery(StatementSapDB.java:401)
  at com.sap.db.jdbc.trace.Statement.executeQuery(Statement.java:131)
  at com.sap.ndb.studio.bi.dataprovisioning.util.DBUtil.getPoolTables(DBUtil.java:200)
  at com.sap.ndb.studio.bi.dataprovisioning.util.DBUtil.getTablesToHide(DBUtil.java:188)
  at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.SelectTableDialog.createDialogArea(SelectTableDialog.java:108)
  at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:775)
  at org.eclipse.jface.window.Window.create(Window.java:432)
  at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1104)
  at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.SelectTableDialog.create(SelectTableDialog.java:186)
  at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.ImportFileSelectionWizardPage$14.widgetSelected(ImportFileSelectionWizardPage.java:779)
  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
  at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
  at org.eclipse.jface.window.Window.open(Window.java:802)
  at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:152)
  at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
  at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
  at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
  at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
  at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
  at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
  at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
  at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
  at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
  at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
  at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
  at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:420)
  at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
  at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
  at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
  at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
  at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
  at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
  at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
  at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
  at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
  at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
  at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
  at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
  at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
I'm sure many of you have come across this before. Any help will be much appreciated.
Thanks in advance

Hello Akhtar,
Have you tryed to delete the heador row from your file?
I received the same error when loading a csv file, but when I delete the heador row it worked.
Best Regards,
Juliana Genova

Similar Messages

  • Motion 2 Log Errors "invalid drawable" and "Could not find shader normal"

    Hi All,
    I've encountered a problem with Motion 2, that I hope can be fixed using this info from my log file:
    2005-12-15 09:30:56.772 Motion[281] invalid drawable
    2005-12-15 09:30:58.195 Motion[281] invalid drawable
    2005-12-15 09:31:12.062 Motion[281] invalid drawable
    2005-12-15 09:31:21.780 Motion[281] invalid drawable
    2005-12-15 09:31:23.803 Motion[281] invalid drawable
    2005-12-15 09:31:47.349 Motion[281] invalid drawable
    2005-12-15 09:32:05.697 Motion[281] invalid drawable
    2005-12-15 09:32:12.018 Motion[281] invalid drawable
    2005-12-15 09:32:13.697 Motion[281] invalid drawable
    2005-12-15 09:32:15.336 Motion[281] invalid drawable
    2005-12-15 09:32:26.878 Motion[281] invalid drawable
    2005-12-15 09:32:32.641 Motion[281] invalid drawable
    2005-12-15 09:32:34.050 Motion[281] invalid drawable
    2005-12-15 09:35:31.921 Motion[281] invalid drawable
    Warning: Could not find shader normal
    Warning: Could not find shader normal
    Warning: Could not find shader normal
    Warning: Could not find shader normal
    Warning: Could not find shader normal
    Warning: Could not find shader normal
    Warning: Could not find shader normal
    Warning: Could not find shader normal
    Warning: Could not find shader normal
    Warning: Could not find shader normal
    Warning: Could not find shader normal
    Since Motion 2 can't find "shader normal", it endlessly writes this error to a log file and in the process SLOWS the program down considerably.
    I'm using a dual 2.5 G5, Motion 2, ATI 9800 Pro video card, 4GB RAM.
    It seems like this might be a video card problem since that's what the error log may refer to (could not find normal shader).
    Has anyone else encountered this issue, or know of a fix?
    Thanks All,
    Kevin
    2.5 G5   Mac OS X (10.3.9)  

    Haven't seen it before but you'd have to give us some additional information. Most, not all, Motion errors are caused by bad media files or the user attempting to perform an illegal operation like dividing by zero.
    But yea, these look like OpenGL or GPU errors. Try dropping by the mfr's site to see if there are new drivers, a reset application or a user forum?
    bogiesan

  • Could not find tables

    Hi,
    I was doing a platform system migration, I have deleted all the temp tables by SE14. But during the export the system still says there are two QCM tables and one Z table cannot be found. I checked in SE11, SE16 in source system, dba_segments and dba_tables in SQL, there were no records of these tables. But obviously SAP knows them.
    Can you tell me where SAP still have records of these tables?
    Many thanks.

    Never ever delete non-Z tables from SAP systems. never ever!
    You will have problems with programs trying to access these tables and I expect problems during upgrades.
    re-create these non-Z table in SAP and in DB level.

  • Error: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Receiver Determination did not find any receivers at all

    Hello,
    I have an issue configuring a simple File Adapter Content Conversion, it will be great to give me some support as I'am new in the PO Environment.
    Iam reading a flat file and trying to write into an XML in the same FTP server
    I have a 1 to 1 Mapping as follows
    And my Content Conversion at Sender side Looks like this
    After running the configuration Iam getting following error message
    Error: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Receiver Determination did not find any receivers at all
    My System is the SAP Netweaver Process Intgration 7.4 single Java stack
    Do you have any idea how to fix this issue?
    Many thanks in advance
    Khadim

    Hi evrybody
    I have enabled the tracing of ICO and have seen that my payload for the message mapping is ok,.
    <ns:hartgeldbest_ERP_KT xmlns:ns="http://xxxxxx.de">
    <Recordset>      
    <header> 
         <gesellschaft>03</gesellschaft> 
         <filiale>000</filiale>
         <satzart>11</satzart>
         <datum>00000000</datum>
         <kennzeichen>1</kennzeichen>
    </header>
    </Recordset>
    </ns:hartgeldbest_ERP_KT>
    The issue is on detrmining the RECEIVER in the Main-XML
    <sap:Main xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sap="http://sap.com/xi/XI/Message/30" versionMajor="3"versionMinor="1" SOAP:mustUnderstand="1">
    <sap:MessageClass>ApplicationMessage</sap:MessageClass> 
    <sap:ProcessingMode>asynchronous</sap:ProcessingMode>
    <sap:MessageId>ae41678e-da87-11e3-cd0f-0000006831a2</sap:MessageId>
    <sap:TimeSent>2014-05-13T10:16:43Z</sap:TimeSent>
    <sap:Sender> 
    <sap:Party agency="http://sap.com/xi/XI" scheme="XIParty"/> 
    <sap:Service>CC_Hartgeldbest_File2Idoc</sap:Service>
    </sap:Sender>
    <sap:Receiver> 
    <sap:Party agency="" scheme=""/> 
    <sap:Service/>
    </sap:Receiver>
    <sap:Interface namespace="http://xxxxx.de">hartgeldbest_KT_async_out</sap:Interface>
    </sap:Main>
    Is it possible that the receiver is overwritten due to the Content Conversion? Because if I set my Message Protocol to "File" the receiver determination will work.
    Any idea?
    Thx
    Khadim

  • SAP DBTech JDBC: [260] Error

    Hi,
    We have installed a SAP HANA 80. I'm created a simple table with two fields (field01, field02) and then created an analytic view for testing. I activated without any errors. But when I click preview data it gives the error below. Also when I try to connect via Lumira, (I'm able to see the analytic view in lumira) while retrieving the data it gives the error below agian.
    I have no field named ORDER. Any ideas?
    Thanks.
    SAP DBTech JDBC: [260]: invalid column name: invalid column name: ORDER: line 1 col 3934 (at pos 3933) at ptime/query/checker/check_expr.cc:846

    How do I see the query formed? I just right click on the Analytic View and click "Preview Data"
    I installed also HANA Studio 80 (which was before 70). Now I still receive the same error but there is this detail:
    MDX SELECT * FROM BIMC_DIMENSION_VIEW WHERE CUBE_NAME = 'DENEME2' AND CATALOG_NAME = 'Trendbox'
    An exception stack trace is not available.
    When I execute the statement seperately I get the error:
    Could not execute 'MDX SELECT * FROM BIMC_DIMENSION_VIEW WHERE CUBE_NAME = 'DENEME2' AND CATALOG_NAME = 'Trendbox'' in 195 ms 217 µs .
    SAP DBTech JDBC: [260]: invalid column name: invalid column name: ORDER: line 1 col 3934 (at pos 3933) at ptime/query/checker/check_expr.cc:846

  • SAP DBTech JDBC: [4]: cannot allocate enough memory: Out of memory

    Hello,
    I am currently experiencing this error when making request to the Hana database via jdbc : SAP DBTech JDBC: [4]: cannot allocate enough memory: Out of memory
    I guess I am running out of space, so I wanted to delete some data from unused tables. The problem is that I cannot connect with Studio anymore "Error when connecting to system".
    Is there another way to delete data from some tables when getting this particular error ?
    Does anyone experienced such a situation ?
    Thank you,
    Benoît

    Hi Benoit,
    Please plan to migrate to the latest version from Rev 38 before 1 year license expires in Rev 38 in Oct 2013. You need to export your content and import in the latest version.
    As you are aware, a lot of bugs are fixed between Rev 38 and the newer releases along with new SPS5 features  and HANA One is adding new web based management features in each HANA One release which does not need SSH to stop|start HANA as it can be done in browser starting in Rev 52 (check out The specified item was not found.for additional info). Please stay tuned for the upcoming version which will have additional management features to manage your instance.
    Thanks,
    Swapan

  • SAP DBTech JDBC: [258]: insufficient privilege: Not authorized

    I am using SAP HANA Cloud Trial; I created Analytic View based on two table dimension table and fact table, I can display content from both tables, but I can not display data preview from my Analytic View, getting authorization message;SAP DBTech JDBC: [258]: insufficient privilege: Not authorized.

    Hi,
    Please post this issue under SAP HANA Cloud Platform space. The platform experts should be able to help with that.
    Regards,
    Ifat.

  • SAP HANA security issue: SAP DBTech JDBC: [258]

    Hello experts,
    I am trying SAP HANA security features by playing out with a test user (MYTESTUSER) I've previously created. This is the permissions detail I've granted to the mentioned user:
    Granted Roles:
    PUBLIC
    Object Privileges:
    _SYS_BIC : SELECT
    _SYS_REPO : EXECUTE, SELECT
    REPOSITORY_REST (SYS): EXECUTE
    MYSCHEMA : SELECT (Contains source tables for views)
    Package Privileges:
    TEST.MYTEST (Package containing my views)
    Analytic Privileges:
    AP_MYTEST : Contains all my views and a couple restrictions over an attribute.
    What do I expect?: when logging on as MYTESTUSER it should be able to deploy the different folders in SAP HANA Studio, dive into "Content" folder, and even more: reach the package TEST.MYTEST, once there by selecting "Calculation Views" folder then being able to open CV_MYTEST calc view (which was already added into AP_MYTEST shown above).
    What happens as is?: Running as MYTESTUSER I am able to reach the calc view, when opened it is able for view only (its design). When pushing over the button "Open in Data Preview Editor" it trhows me the error:
    Cannot get the data provider outline
    SAP DBTech JDBC: [258]: insufficient privilege: insufficient privilege: Not authorized at ptime/query/checker/query_check.cc:2418
    What is expected?: Running as MYTESTUSER "Open in Data Preview Editor" feature must return and show adequate data from calculated view.
    In consequence:
    What does this error ("Not authorized at ptime/query/checker/query_check.cc:2418") specifically means and how to start addressing it?
    I'm unable to determine what is crashing or in what point it doesn't work. Any clues?
    I've also realized that there's no way out to perform some kind of trace (at least in an easy-known-fashion). Could you also advice? it would be quite important to be able to detect what are specifically the missing authorizations for a performed action. (kinda SU53 in SAP)
    Any clues or advices are welcome. Thanks a lot in advance,
    Bernardo

    Hi Bernardo,
    Can you check whether _SYS_REPO has SELECT access on your schema. Open _SYS_REPO user and check whether your schema is listed under objects privileges or not. If not run the below query.
    GRANT SELECT ON SCHEMA <schema_name> TO _SYS_REPO WITH GRANT OPTION.
    if it doesn't work try to give SELECT and EXECUTE access on both _SYS_BI and _SYS_BIC to your schema and check. And also but default your should have all the privileges on your schema.
    Regards,
    Venkat N.

  • Having problems with com.sap.dbtech.jdbc.DriverSapDB

    Hi all,
    I'm using webdynpro and i need to connect to a db.
    the line below throghs the Exception
    the line above throghs an Exception ClassNotFoundException
    Class.forName("com.sap.dbtech.jdbc.DriverSapDB");
    I have imported thre jar sapDB.jar what else can i do?
    I want to connect to an sql DB via java and i stack.
    need your help,
    Yoav
    Message was edited by: Yoav Toussia Cohen

    Hi Yoav,
    I belive you put the database access codes in your Web Dynpro's implementation. In this case you need to have your JDBC driver deployed as shared library to the server. You also need to define the Library Reference in your Web Dynpro's project properties.
    However, this is not a good approach and Web Dynpro never intends for business process development. You should have an EJB wrapped your database access. Then import this EJB as a model in Web Dynpro to preserve the MVC separation. Always remember Web Dynpro is an UI development tool and not for business process.
    Regards,
    Marc

  • SAP DBTech JDBC: [258]: insufficient privilege: Not authorized - SAP HANA

    Dear All,
    We are getting the below error when we tried to call procedure ART_PROC using the SYSTEM user in SAP HANA Studio,
    Could not execute 'call "TESTECC"."ART_PROC"'
    SAP DBTech JDBC: [258]: insufficient privilege: Not authorized
    Kindly provide your suggestions on the same.
    Thanks
    Arun R

    Hello Arun,
    Firstly it is **not** recommended to use SYSTEM for anything other than management tasks.
    My Assumptions
    * the procedure ART_PROC was not created by the SYSTEM user
    Solution : you need to give EXECUTE privileges on the procedure to SYSTEM
    How: Only the user who created the procedure or who has been give grant privilege can give the EXECUTE privilege. SYSTEM cannot give itself this privilege
    For the Grant command check out sec 1.8.6.17 of the http://help.sap.com/hana/SAP_HANA_SQL_Script_Reference_en.pdf
    OR
    in the HANA Studio
    in the System tab expand the system with the log in user as the owner/grantor of the privilege
    here you will see a node called Security.
    Right-click and choose 'Find User/Role'
    Type System in the search dialog that opens - double click on SYSTEM user displayed below
    System user opens up - Navigate to Object Privileges tab
    here using the green '+' button  search for ART_PROC and then on the right side tick the 'Execute' checkbox
    click on save.
    Warm regards
    aadi

  • ObjectIsClosedException: SAP DBTech JDBC: Object is closed

    Hi everybody,
    i try to insert data via jdbc in a loop (a Thread) with a PreparedStatement.
    the first insertion is successful - but all following inserts are not because of
    ObjectIsClosedException (see jdbc-traces)
    I do not close the PrepearedStatement or the Connection.
    What is the cause of the "[T166].close()" (see trace #2) ???
    the Problem is with a call DBROC ({call INSERTEVENTENTRY(?,?,?,?,?,?,?,?,?,?,?,?,?,?)}, too!!
    Thanks for your help!
    Matthias
    (MaxDB is running on SuSE Linux 11.1)
    JDBC-Trace: #1
    ===========================
    ClassLoader: sun.misc.Launcher$AppClassLoader at 1a16869
    package com.sap.dbtech.jdbc, MaxDB JDBC Driver, SAP AG, 7.6.06 Build 002-000-008-537 (Make-Version: 7.7.06 Build 009-121-202-944) on Java 1.6.0_10
    Thread a8c488 main Timestamp: 2009-05-15 13:06:58.792
    new Connection 'jdbc:sapdb://xxxxxxxxxxEVENTDB'
    user=eventhist
    password=***
    connectiontrace=/home/ighjhgj/workspace/EventLogger/jd...
    Reject GSS Authentication - password is not empty
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000]
    Thread 1431340 Thread-3 Timestamp: 2009-05-15 13:07:41.02
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setTimestamp (1, 2009-05-15 12:39:12.175)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setShort (2, 2)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setShort (3, 0)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setShort (4, -1)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setString (5, Biologie 2)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setString (6, 01GD61)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setString (7, aus)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setString (8, Nährstoffpumpe Gaswäsche)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setString (9, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setString (10, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setString (11, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setString (12, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setString (13, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].setString (14, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[T141][ParseID 000002440000090154000000].executeUpdate ()
    new RTEException: -708 Timeout
    whereAmIjava.lang.Throwable
         at com.sap.dbtech.util.Tracer.whereAmI(Tracer.java:328)
         at com.sap.dbtech.rte.comm.RTEException. 0
    com.sap.dbtech.jdbc.ConnectionSapDB at 166aa18[T142].commit ()
    com.sap.dbtech.jdbc.ConnectionSapDB at 166aa18[T142].close ()
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[closed][ParseID 000002450000060154000000].setTimestamp (1, 2009-05-15 13:07:35.886)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[closed][ParseID 000002450000060154000000].setShort (2, 1)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[closed][ParseID 000002450000060154000000].setShort (3, 1)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[closed][ParseID 000002450000060154000000].setShort (4, 1)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[closed][ParseID 000002450000060154000000].setString (5, Biologie 2)
    <-!
    Timestamp: 2009-05-15 13:07:41.111com.sap.dbtech.jdbc.exceptions.ObjectIsClosedException: SAP DBTech JDBC: Object is closed.
         at com.sap.dbtech.jdbc.ConnectionItem.assertOpen(ConnectionItem.java:53)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.setString(CallableStatementSapDB.java:2191)
         at com.sap.dbtech.jdbc.trace.log.PreparedStatement.setString(PreparedStatement.java:704)
         at com.sap.dbtech.jdbc.trace.PreparedStatement.setString(PreparedStatement.java:336)
         at de.pkv.eventlogger.handler.EventLogEntryDAO.insertEventLogEntry(EventLogEntryDAO.java:141)
         at de.pkv.eventlogger.handler.DBhistoryOutputHandler.run(DBhistoryOutputHandler.java:50)
         at java.lang.Thread.run(Thread.java:619)
    com.sap.dbtech.jdbc.ConnectionSapDB at 166aa18.close ()
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[closed][ParseID 000002450000060154000000].setTimestamp (1, 2009-05-15 13:07:36.046)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[closed][ParseID 000002450000060154000000].setShort (2, 2)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[closed][ParseID 000002450000060154000000].setShort (3, 0)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[closed][ParseID 000002450000060154000000].setShort (4, -1)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 17ce4e7[closed][ParseID 000002450000060154000000].setString (5, Biologie 2)
    <-!
    Timestamp: 2009-05-15 13:07:41.119com.sap.dbtech.jdbc.exceptions.ObjectIsClosedException: SAP DBTech JDBC: Object is closed.
         at com.sap.dbtech.jdbc.ConnectionItem.assertOpen(ConnectionItem.java:53)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.setString(CallableStatementSapDB.java:2191)
         at com.sap.dbtech.jdbc.trace.log.PreparedStatement.setString(PreparedStatement.java:704)
         at com.sap.dbtech.jdbc.trace.PreparedStatement.setString(PreparedStatement.java:336)
         at de.pkv.eventlogger.handler.EventLogEntryDAO.insertEventLogEntry(EventLogEntryDAO.java:141)
         at de.pkv.eventlogger.handler.DBhistoryOutputHandler.run(DBhistoryOutputHandler.java:50)
         at java.lang.Thread.run(Thread.java:619)
    JDBC-Trace: #2
    ===========================
    ClassLoader: sun.misc.Launcher$AppClassLoader at 1a16869
    package com.sap.dbtech.jdbc, MaxDB JDBC Driver, SAP AG, 7.6.06 Build 002-000-008-537 (Make-Version: 7.7.06 Build 009-121-202-944) on Java 1.6.0_10
    Thread a8c488 main Timestamp: 2009-05-15 22:48:58.594
    new Connection 'jdbc:sapdb://xxxxxxx/EVENTDB'
    user=eventhist
    password=***
    connectiontrace=/home/mlbbl/workspace/EventLogger/jd...
    Reject GSS Authentication - password is not empty
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00]
    Thread e45076 Thread-3 Timestamp: 2009-05-15 22:49:15.555
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setTimestamp (1, 2009-05-15 22:48:26.031)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setShort (2, 6)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setShort (3, 0)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setShort (4, -1)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setString (5, KM2 Konstt)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setString (6, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setString (7, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setString (8, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setString (9, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setString (10, KM2)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setString (11, DCT1_XDC8:0)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setString (12, S24VD20.ACK)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setString (13, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].setString (14, null)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[T166][ParseID 0000026800000a0212003c00].execute ()
    => false
    com.sap.dbtech.jdbc.ConnectionSapDB at 166aa18[T166].close ()
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[closed][ParseID 0000026800000a0212003c00].setTimestamp (1, 2009-05-15 22:48:26.021)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[closed][ParseID 0000026800000a0212003c00].setShort (2, 1)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[closed][ParseID 0000026800000a0212003c00].setShort (3, 1)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[closed][ParseID 0000026800000a0212003c00].setShort (4, 1)
    com.sap.dbtech.jdbc.CallableStatementSapDB at 1c0e45a[closed][ParseID 0000026800000a0212003c00].setString (5, KM2 Konstt)
    <-!
    Timestamp: 2009-05-15 22:49:15.692com.sap.dbtech.jdbc.exceptions.ObjectIsClosedException: SAP DBTech JDBC: Object is closed.
         at com.sap.dbtech.jdbc.ConnectionItem.assertOpen(ConnectionItem.java:53)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.setString(CallableStatementSapDB.java:2191)
         at com.sap.dbtech.jdbc.trace.log.CallableStatement.setString(CallableStatement.java:2888)
         at com.sap.dbtech.jdbc.trace.CallableStatement.setString(CallableStatement.java:1050)
         at de.pkv.eventlogger.handler.EventLogEntryDAO.callInsertEventLogEntry(EventLogEntryDAO.java:150)
         at de.pkv.eventlogger.handler.DBhistoryOutputHandler.run(DBhistoryOutputHandler.java:52)
         at java.lang.Thread.run(Thread.java:619)

    it was the wrong place for a finally-statement in run()-Method:
         public void run() {
             while (true) { // do forever
                 try {
                   entry = this.theQueue.take(); // wait, if empty
                   if (DEBUG) System.out.println(name + ": try to take from queue: " + entry);
                   if (DEBUG) System.out.println(name + ": EventLogEntry: " + entry.toString());
                   // do the work: insert into Database:
                       success = dao.insertEventLogEntry(entry);     // insert new Entry (Prep.Statement)
                       //success = dao.callInsertEventLogEntry(entry);     // insert new Entry (call db_proc)
                 if (DEBUG) System.out.println(name + ": Insert new LogEntry. Success: " + success);
                   // Thread.sleep(10);
                   //Thread.yield();
                 } catch (InterruptedException e) {
                     System.err.println(name + ": Error in Thread.sleep()");
                   e.printStackTrace();
                 } catch (Exception e) {                       
                     System.err.println(name + ": Error: " + e.getMessage());
                 } // catch
          //       finally {
          //            if (con != null) {
          //                    try {
          //                         con.close();
          //                    } catch (SQLException e) {
          //                         // TODO Auto-generated catch block
          //                         e.printStackTrace();
          //               } // if con
          //       } // finally
               } // while
         } // run     
    regards
    Matthias

  • How to find table name for the fields from Standard Extractor in CRM system

    How to find table name of fields from the standard extractor in CRM system ?
    e.g. We use LBWE TCode in R/3 system to find table name for the field from Extractor VCSCL(e.g.).
    Likewise is there any way to find table name for the fields from Standard extractor like 0CRM_LEAD_I.

    Hi ,
    Please find the link below for understanding BW CRM analysis.
    http://help.sap.com/bp_biv135/html/bw.htm
    activate the CRM DSs by scenario:
    1) Activate the application component hierarchy (tcode RSA9). Changes made to the application component hierarchy in the CRM system can be transferred to the BW using the "Edit Application Component Hierarchy" (SBIW - Postprocessing of DataSources).
    SAP Note 434886 must be implemented in CRM 3.0 before the application component hierarchy is activated.
    2) Activate the Business Content DataSources (tcode RSA5).
    Select/enter the application component and choose Execute (F8).
    To compare the shipped and active versions, choose the 'Select Delta' pushbutton. If there is no active version of the DataSource, it is selected automatically.
    To activate the shipped version, choose the 'Transfer DataSources' pushbutton.
    3) Management of the versions of the BW-Adapter metadata (tcode BWA5). All DataSources are displayed that are managed by the BW Adapter.
    As in transaction RSA5 (Service API Metadata Activation), the 'Select Delta' function can be used to select the inactive DataSources or compare shipped and active versions.
    You can also go directly to the screen for maintaining DataSources that are managed by the BW Adapter.
    The 'Compare Version' function makes a detailed comparison of the shipped and active versions.
    All BW-Adapter metadata is considered when versions are compared:
    Header information (Table SMOXHEAD)
    Mapping information (Table SMOXRELP)
    Global selection conditions (Table SMOXGSEL)
    Attribute key fields (Table SMOXAFLD)
    Hope this helps.
    Regards,
    csm reddy

  • Crystal Report Pick List - "Table ADM1 could not be found" Error

    Hi,
    When preview is select in sales order, we select pick list gets error.
    Crystal Report Window Forms Viewer:
    "Table ADM1 could not be found"
    Error in File Temp {   .........} .rpt
    The table could not be found"
    If I login remotely , then log into SAP as this user I do not get an error.
    I have given user full authorisation.
    I have run Verify Database.
    I am assuming it is some database or network user access rights.
    Could anyone help on this?
    Kind Regards,
    Eric

    Report was developed and tested against a 'test' database and then imported into a 'production' database.
    Problem appears to be that when B1 connects it does not reset the login credentials for the unlinked tables such as ADM1 and OADM.
    Performing the following steps appears to solve the problem.  Not sure how many of them are really necessary.
    1. Develop and test against the test system as before.
    2. Save as a .rpt file outside B1.
    3. 'Set Datasource Location' to the appropriate B1 datasource for the production database and individually link every table as well as the data source.
    4. Save the .rpt file again.
    5. Import into the production database.
    This does not specifically address the issue where it worked when logged in to the server but not remotely.  Perhaps when logged in remotely the test database was not visible but when logged in locally it was.

  • Hyperion Planning - Invalid or could not find module configuration

    Hi,
    I have changed the essbase properties file in both essbase server and reporting server as below and restarted all the hyperion services.
    netConnectRetry=30
    netDelay=2000
    netSocketTimeOut=20000
    After restarting the services, I am not able to open the planning applications. I am getting error message - "Invalid or could not find module configuration"
    Thanks,
    Aravindh K

    Was that error straight after restarting the services, usually that type of error can be caused if the jdbc connection pool is full which shouldnt really be happening when the service is starting up.
    Are you able to log into Planning directly though? If not, restart the service again and check if any errors are logged.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Table SI_WD_FIRST_MAIN_SCREEN could not be activated

    Hi!
    I am facing with the problem of hanging SPAM patch (SAPKB13 - 16).
    The patch will be stopped in the phase IMPORT_PROPER (step: DDIC activation) after few seconds.
    The error is:
    SPAM
    IMPORT_PROPER
    Reason: TP_STEP_FAILURE
    Return-code: 0008
    Error message: OCS package SAPKB70013, step "A", return code 0008
    I looked into SPAM - Goto - Import Logs - Queue and found the following:
    ABAP Dictinary Activaiton endes with return code 8.
    Table SI_WD_FIRST_MAIN_SCREEN could not be activated
    The problem in DDIC ACTIVATION is due to fact that I created a
    queue including SAPKB70013 and SAPKB70014 and spam reached MAIN
    IMPORT phase. SI_WD_FIRST_MAIN_SCREEN is deleted in sp14
    Then, the queue was reset (I suppose) and only SAPKB70013 was imported
    manually in the system.
    Question:
    Is it possible to create the table SI_WD_FIRST_MAIN_SCREEN by my own in tcode SE11?
    Thank you very much!
    Thom

    Thom-
    What is your SAP rel and your kerenl level
    most of the times for this error it might be an issue with the  lib_dbsl patch to my knowledge
    and creation of Table SI_WD_FIRST_MAIN_SCREEN  will not be possible as you said if it deleted b'coz it is a predefined table.
    Edited by: george rayi on Dec 10, 2008 7:04 PM

Maybe you are looking for

  • Help needed  in step-by-step form - Please

    For the past month I have been editing in 16:9. My new project needs to be in 4:3. Can someone give me a step-by-step way to get FCE4 to revert by to 4:3. I have gone to easy set-up and changed to DV and still any sequence sets up in 16:9.

  • Index and crawler not working on Web Repository

    Hi Team, I'm trying to setup a Web Repository and crawling it for indexing. I've followed the steps from a SAP "how-To" document, but I guess the problem might be the way I'm confuring the web site in EP. I've created a Virtual Directory on my laptop

  • Macbook as TV screen?

    Is there anyway to use the Macbook Pro as a TV screen? I want to hook a video game system, like the PS2 up to it to make travelling a lot easier than carrying a huge tv.

  • PDF Open Parameters

    Hello, Well, with the PDF open parameters I am now able to open a pdf  document via HTML on a specific page number. (http://example.org/doc.pdf#page=10) However  page numbers are changing so I want do define a special Article using  the following com

  • Java.io.File

    Hello i created a class that extends java.io.File public Class MyClass extends File After i created instances of MyClass to populate a tree, i want to put a label ans icons for it and i proceed this way: public String getText(Object element) {