Help required: Error when execute the Interface.

hi,
i am loading data from RDBMS(Oracle) to Essbase(Target). but when i execute the Interface it throw the exception in Operator.
ODI-1227: Task SrcSet0 (Loading) fails on the source ORACLE connection Red_ORA_SRV.
Caused By: java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
     at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
     at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
     at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
     at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
     at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:947)
     at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1283)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1441)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3823)
     at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1671)
     at oracle.odi.query.JDBCTemplate.executeQuery(JDBCTemplate.java:189)
     at oracle.odi.runtime.agent.execution.sql.SQLDataProvider.readData(SQLDataProvider.java:89)
     at oracle.odi.runtime.agent.execution.sql.SQLDataProvider.readData(SQLDataProvider.java:1)
     at oracle.odi.runtime.agent.execution.DataMovementTaskExecutionHandler.handleTask(DataMovementTaskExecutionHandler.java:70)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
     at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:558)
     at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:464)
     at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)
     at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:366)
     at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
     at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
     at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
     at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
     at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
     at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
     at java.lang.Thread.run(Thread.java:662)
All connection are ok> witth data???

Yes Dear,
As this error , I just post is taken from the the Tab .Operator. My interface is executed successfully but when i verify & check in my Operator Tab. that gives....
as
ODI-1227: Task SrcSet0 (Loading) fails on the source ORACLE connection Red_ORA_SRV.
Caused By: java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected...
I am still waiting for your response....
Rgards,

Similar Messages

  • Error when Execute the Interface

    Hi All,
    I'm a newbie in ODI..I have some problem when i'm execute my interface..
    My source is from .csv and my target is essbase..
    Here is the error message when it executed...
    7000 : null : java.sql.SQLException: Malformed INSERT statement.
    java.sql.SQLException: Malformed INSERT statement.
         at com.sunopsis.jdbc.driver.file.bb.a(bb.java)
         at com.sunopsis.jdbc.driver.file.bb.a(bb.java)
         at com.sunopsis.jdbc.driver.file.w.a(w.java)
         at com.sunopsis.jdbc.driver.file.w.<init>(w.java)
         at com.sunopsis.jdbc.driver.file.u.prepareStatement(u.java)
         at com.sunopsis.sql.SnpsQuery.a(SnpsQuery.java)
         at com.sunopsis.sql.SnpsQuery.a(SnpsQuery.java)
         at com.sunopsis.sql.SnpsQuery.updateExecStatement(SnpsQuery.java)
         at com.sunopsis.sql.SnpsQuery.executeQuery(SnpsQuery.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrdersScriptingOder(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         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)
    And, here is the default in description tab :
    from com.hyperion.odi.common import ODIConstants
    from com.hyperion.odi.connection import HypAppConnectionFactory
    from java.lang import Class
    from java.lang import Boolean
    from java.sql import *
    from java.util import HashMap
    # Get the select statement on the staging area:
    sql= """select LOA.parentName "ParentName",LOA.memberName "MemberName",LOA.alias "Alias" from F:/ODI/ODIAdapters/Essbase/sample/Essbase_Samples/Data/loadProducts.csv LOA where      (1=1) """
    srcCx = odiRef.getJDBCConnection("SRC")
    stmt = srcCx.createStatement()
    srcFetchSize=30
    stmt.setFetchSize(srcFetchSize)
    rs = stmt.executeQuery(sql)
    #load the data
    stats = pWriter.loadData(rs)
    #close the database result set, connection
    rs.close()
    stmt.close()
    I've changed the default Hyperion Essbase Technology with the new one..
    Any Suggestion..??
    Regards,
    ~V13N~

    Yes Dear,
    As this error , I just post is taken from the the Tab .Operator. My interface is executed successfully but when i verify & check in my Operator Tab. that gives....
    as
    ODI-1227: Task SrcSet0 (Loading) fails on the source ORACLE connection Red_ORA_SRV.
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected...
    I am still waiting for your response....
    Rgards,

  • Error when executing an interface: Update Existing Errors

    Hi Everybody,
    It has been a while since I last wrote into the forum! And this time I am contacting you all, because I have gotten an error and I really do not know where the issue is right.
    I am creating an interface, to pass data from one Oracle table to another.
    I have created it, and executed the interface! So far so good, BUT then something happens!
    I do get an error in a step called:
    27 Integration - <MY_BEAUTIFUL_INTERFACE> - Update Existing Errors
    I do recon that the error is on the update part, as it is not bringing anything on the set part! Should I modify something on my Interface! Yes I must, but really do not know what!!! I was thinking on playing with the execution modes, which I have already tried, but do not know quite well what to do next!
    I do really appreciate your help and guidance, once more!!
    Best regards.
    P.S.: Please do not hesitate to contact me, if any further details are required.
    Looking at the errors I got on the description tab:
    /* DETECTION_STRATEGY = NOT_EXISTS */
    update     <DB_INSTANCE>.<MY_BEAUTIFUL_TABLE_T> T
    set      (
         ) =
              select     
              from     <DB_INSTANCE>.I$_<MY_BEAUTIFUL_TABLE_T> S
              where     T.<FIELD_A>     =S.<FIELD_A>
              and     T.<FIELD_B>     =S.<FIELD_B>
              and     T.<FIELD_C>     =S.LRP_CLASS_ID
    where     (<FIELD_A>, <FIELD_B>, LRP_CLASS_ID)
         in     (
              select     <FIELD_A>,
                   <FIELD_B>,
                   LRP_CLASS_ID
              from     <DB_INSTANCE>.I$_<MY_BEAUTIFUL_TABLE_T>
              where     IND_UPDATE = 'U'
              )

    J_ORCL wrote:
    Well I am on the diagram tab, over my target datastore, and over the colums, but please apoligize me, but i am finding this option that you are telling me!
    Once I click onto the column, a new window opens, but it is a mapping one, not a properties one. Is this the one you are mentioning?
    Once you click onto any column you will find the following section ( on the same page )
    Mapping
    Executed On
    Update
    Target column
    Data type
    What I am interested in the Update panel .

  • ODI ERROR: While Executing the interface

    Hi
    I have a scenario to send the table data to the excel file.configurations and able to importing the tables using RKM for source and target is successful done.
    after executing the interface i am getting the below error's
    Can some one please help me on that.
    ODI-1228: Task SrcSet0 (Loading) fails on the target MICROSOFT_EXCEL connection TestDS.
    Caused By: java.sql.SQLException: [Microsoft][ODBC Excel Driver] Table 'C$_0test' does not exist.
         at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6957)
         at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7114)
         at sun.jdbc.odbc.JdbcOdbc.SQLExecute(JdbcOdbc.java:3149)
         at sun.jdbc.odbc.JdbcOdbcPreparedStatement.execute(JdbcOdbcPreparedStatement.java:216)
         at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:163)
         at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:102)
         at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:1)
         at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:558)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:464)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:366)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:662)
    ODI-1228: Task SrcSet0 (Loading) fails on the target MICROSOFT_EXCEL connection TestDS.
    Caused By: java.sql.SQLException: [Microsoft][ODBC Excel Driver] Syntax error in CREATE TABLE statement.
         at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6957)
         at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7114)
         at sun.jdbc.odbc.JdbcOdbc.SQLPrepare(JdbcOdbc.java:4830)
         at sun.jdbc.odbc.JdbcOdbcConnection.prepareStatement(JdbcOdbcConnection.java:475)
         at sun.jdbc.odbc.JdbcOdbcConnection.prepareStatement(JdbcOdbcConnection.java:443)
         at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.odi.core.datasource.dwgobject.support.OnConnectOnDisconnectDataSourceAdapter$OnDisconnectCommandExecutionHandler.invoke(OnConnectOnDisconnectDataSourceAdapter.java:200)
         at $Proxy2.prepareStatement(Unknown Source)
         at oracle.odi.runtime.agent.execution.sql.SQLCommand.doInitializeStatement(SQLCommand.java:83)
         at oracle.odi.runtime.agent.execution.sql.SQLCommand.getStatement(SQLCommand.java:117)
         at oracle.odi.runtime.agent.execution.sql.SQLCommand.getStatement(SQLCommand.java:111)
         at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:158)
         at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:102)
         at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:1)
         at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:558)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:464)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:366)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:662)

    Hi
    Thank u for reply.
    i checked the KM module technology is undefined.can u please help me on that.
    i didn't even understood what he is happening on the back end.
    the same errors are repeating every time.
    ERRORs:
    ODI-1217: Session EMP (372001) fails with return code -3551.
    ODI-1226: Step EMP fails after 1 attempt(s).
    ODI-1240: Flow EMP fails while performing a Loading operation. This flow loads target table Sheet1.
    ODI-1228: Task SrcSet0 (Loading) fails on the target MICROSOFT_EXCEL connection EMP.
    Caused By: java.sql.SQLException: [Microsoft][ODBC Excel Driver] Syntax error in CREATE TABLE statement.
         at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6957)
         at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7114)
         at sun.jdbc.odbc.JdbcOdbc.SQLPrepare(JdbcOdbc.java:4830)
         at sun.jdbc.odbc.JdbcOdbcConnection.prepareStatement(JdbcOdbcConnection.java:475)
         at sun.jdbc.odbc.JdbcOdbcConnection.prepareStatement(JdbcOdbcConnection.java:443)
         at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at

  • Recovery of this request is in progress error when executing the owb PF

    Hi All,
    When I execute the process flow in OWB it shows the status as completed successfully but it doesn't collects any data in the table and also at two of the steps status is shown as recovery RPE-01008:Recovery of this request is in progress. Does anyone have any idea on how we can resolve this issue.
    Thanks for your help.

    Hi,
    You need to look into the OWB control center log for more details about this error .
    Goto your <OWB_CONTROL_CENTER_HOME>\owb\log directory
    you will find the control center logs over there .
    Thanks,
    Sutirtha

  • Crystal reports and SAP BI--------BAPI error when executing the report

    Hi All,
    I am getting a problem accessing the data from the SAP BI system into the crystal reports.I created a report in CR2008 on a query built in SAP BI.When I execute this query,I am getting the following error.
    Database Connection Error:'BAPI Error #:0
    Error Occured when starting the parser:timeout during allocate / CPIC-CALL:'ThSAPCMRCV"
    CAN ANYBODY HELP ME OUT Please.
    Thanks,
    Kumar
    Edited by: Madan Koka on Dec 15, 2008 5:47 PM

    Hi,
    I have the same problem. I can create report in Crystal Reports on a query but can`t get data from BW.
    Thx in advance for help
    Jacek

  • Re: Error when executing the Job.

    Hi,
    I am trying to Migrate data from SAP to MySQL. When I try to execute the JOB, it gives me the following error:
    1. 3964     1660     DBS-070401     6/29/2010 4:37:23 PM     |Dataflow DF_Sales_Headers|Loader Query_sales_headers
    2. 3964     1660     DBS-070401     6/29/2010 4:37:23 PM     ODBC data source <MyODBC> error message for operation   <SQLExecute>: <[MySQL][ODBC 3.51
    3. 3964     1660     DBS-070401     6/29/2010 4:37:23 PM     Driver][mysqld-5.0.34-enterprise-nt]Duplicate entry '0010000000' for key 1>.
    4. 3964     1660     RUN-051005     6/29/2010 4:37:23 PM     |Dataflow DF_Sales_Headers|Loader Query_sales_header     Execution of <Regular Load Operations> for target <sales_headers> failed. Possible causes: (1) Error in the SQL syntax; (2) Database connection is broken; (3) Database related errors such as transaction log is full, etc.; (4) The user defined in the datastore has insufficient privileges to execute the SQL. If the error is for preload or postload operation, or if it is for egular load operation and load triggers are defined, please check the SQL. Otherwise, for (3) and (4), please contact your local DBA.
    [Note: But when I validate the DataFlow before Executing, it does not show any error msgs.]
    This is pretty simple Batch Job, with one source Table and a Target table. I have used Query for mapping the columns.
    I am Pretty much new to BODI, so please bare with me, if the question seems silly.
    Any kind of help is appreciated. Thank You!!

    Hi all,
    Sorry for any inconvenience. I found out that, my Job has already executed and also populated the data. But, somehow, i missed that and was trying to re-execute it.
    But then again, I am trying to execute another job and has another peculiar problem.[This time, Have checked everything before posting].
    Following is the Error Message:
    5412     6600     R3C-151001     6/29/2010 6:13:35 PM     |Dataflow DF_Sales_Item Error calling R/3 to get table data: <RFC Error: Key: RFC_ERROR_SYSTEM_FAILURE Status: Error in ASSIGN assignment in program SAPLSDTX >.
    I am not sure why, as i have checked all the connections and i dont see any problems.
    Any kind of help is appreciated.
    Thank You!!
    Edited by: Ragini_sri on Jun 30, 2010 5:35 PM

  • Error when executing the transaction SXMB_IFR (PI 7.00)

    Hello All,
    When I am executing the transaction SXMB_IFR I am getting the following message in the bottom.
    The message is "Enterprise Services Builder address not maintained" and nothing is opened, I mean I am in the initial screen only.
    And when I tried to check ditectly using URL "http://<hostname>:<port>/rwb/index.jsp" and tried to click on " Component Monitoring " it is giving the error  "java.lang.NullPointerException" .
    And when I tried to click on "Performance Monitoring" it is giving the error as follows
    "5 Message(s) :  SLD agent unable to specify domain - Error class com.sap.aii.rwb.exceptions.BuildLandscapeException: No System Landscape Directory registered - Attempt to create JCo connection object failed for domain null - Integration Server unable to specify a JCo client - No component names available from Integration Server - "
    Can any body tell me how to correct this error.
    Thanks,
    Sekhar.

    Hi Sekhar,
    Have you tried SLDCHECK
    All the service User/Password are maintained in exchange
    profile(not advisable to change though)
    http://<hostname>:5<sys_number>00/exchangeProfile
    If ur changing it u might need restart of Web AS.
    Run transaction SLDCHECK and see if ur getting any errors.
    also check this link for sldcheck
    http://help.sap.com/saphelp_nw04/helpdata/en/78/20244134a56532e10000000a1550b0/frameset.htm
    Connection to SLD does not work
    Connection to SLD does not work
    /thread/202496 [original link is broken]
    Please go through the following link:
    Problem with SLD connection
    Problem with SLD connection
    Also,
    http://help.sap.com/saphelp_nw04/helpdata/en/78/20244134a56532e10000000a1550b0/content.htm
    Step 41 "configuring system landscape directory" runs forever during instal
    It was solved with OSS note 764176.
    Please read OSS note carefully.
    connection to SLD failed
    Reward points if this helps
    Regards
    Pragathi.

  • "Object Required" error when using the script block from the code behind

    I try to use the following script block on the code behind page
    <script defer='true' id='NavID' type='text/javascript'>Nav();</script>
    and the function Nav() is on the .aspx page. It gives me the "Object Required" error message. BUT if I add an alert("hello!!!") line inside of the Nav() function, it works fine after the user closes the alert box. Has anyone experienced a similar problem? Please help. Thanks.

    There is no way to troubleshoot this by looking at a picture of the diagram. LabVIEW 6 is almost prehistory and many things have changed, especially the file IO all looks different so it is impossible to tell what you are doing.
    Error 7 is file not found, so most likely your string operations are not correct. What are the full strings? What is the final file name (maybe you are missing a "\" or maybe you are on a different OS type). Put an indicator at the path wire to see what's happening!
    Is this a datalog file?
    (Overall, the code is a bit suspect. Nobody needs a seven frame flat sequence. ) Why do a control and an indicator have the same label?)
    LabVIEW Champion . Do more with less code and in less time .

  • Error when executing the query.

    Hello ,
                I have some customer exit variables used in my reports , and when I execute the report I get an error like " My variable name cannot be interpreted as number " The way I declared the variable is of customer exit type and as a Number, in my customer exit I'm using it as 'My variable" in computation , is this why ?
    thanks ,

    Hi Rakesh ,
    Are you talking about a formula variable of type Customer Exit??? - Yes
    Then if you have mentioned it as Number then it can only hold Numerical value and nothing else. - I dont see anyother option (dat type) which suits my rek. I need to declare a variable where user can enter a value like 2,3 ...12. And I have to use this variale in my customer exit code.
    Diffferent options availble in BEx for a formula variable are ,
    Number , Amount , Quantity , Price.
    And in my customer exit I'm using as  Y = X + 'My customer Exit Variable'.
    Can you please give me your thoughts.
    thanks alot.

  • Error while executing the interface

    Hi,
    I have created an interface where i have mapped 2 tables of one source database(using joins) to a table of target database. Now when i am executing this and checking the results this error is coming- 997 : 42000 : java.sql.SQLException: ORA-00997: illegal use of LONG datatype..please throw a light on this

    update     APPS.I$_AIA_PER_JOBS_INTERFACE
    set     IND_UPDATE = 'U'
    where     ()
         in     (
              select     
              from     APPS.AIA_PER_JOBS_INTERFACE
    Getting error at this step:-
    936 : 42000 : java.sql.SQLException: ORA-00936: missing expression
    java.sql.SQLException: ORA-00936: missing expression
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:633)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1086)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3057)
         at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         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)

  • Error when executing the query or refreshing the workbook

    Hi All,
    Whenever I am trying to execute a query or refresh a workbook a error message is poping up saying that
    Error: <internal error> Problem when writing table: E_T_cel.
    I face this error in few of the queries and when i refresh workbooks. These queries have lot of calculations and filters and they sum up lot of records.
    Any help greatly appreciated.
    Thanks
    Raj.

    Hi Maik,
    Thanks for reply, I went into tran sm21 but i could not understand the messages there. Below is the list of messages in sm21
                         System Log: Local Analysis of cdsap9d                    1                                                    
    From date/time............. 04/20/2005 / 10:00:00
    To date/time............... 04/21/2005 /        
    User....................... KADALPR    
    Transaction code...........                    
    Terminal...................        
    Task.......................  
    Problem class..............           
    Further restrictions.......                                                                               
    Sorted ? ................ SOFI
    Pages with single entries 00000100
    With statistics............ 
                         System Log: Local Analysis of cdsap9d                    2                                                    
    Time     Ty. Nr Cl. Tcod MNo Text                                                                                Date : 20.04.05 
    12:58:10 DIA  0 100      R49 Communication error, CPIC return code 019, SAP return code 728                                                 
    12:58:10 DIA  0 100      R5A > Conversation ID: 29858195                                                                               
    12:58:10 DIA  0 100      R64 > CPI-C function: CMSEND(SAP)                                                                               
    12:58:10 DIA  0 100      R68 Perform rollback                                                                               
    12:58:10 DIA  0 100      R47 Delete session 001 after error 003                                                                             
    23:54:49 DIA  1 100      R49 Communication error, CPIC return code 019, SAP return code 728                                                 
    23:54:49 DIA  1 100      R5A > Conversation ID: 44959947                                                                               
    23:54:49 DIA  1 100      R64 > CPI-C function: CMSEND(SAP)                                                                               
    System Log: Local Analysis of cdsap9d                    3                                                    
    Time     Ty. Nr Cl. Tcod MNo Text                                                                                Date : 21.04.05 
    09:32:50 DIA  2 100      R49 Communication error, CPIC return code 019, SAP return code 728                                                 
    09:32:50 DIA  2 100      R5A > Conversation ID: 83536783                                                                               
    09:32:50 DIA  2 100      R64 > CPI-C function: CMSEND(SAP)                                                                               
    Reading:  
    Number of records read.........       2777
    Number of records selected.....         11
    Old records skipped............       2733
    Records of invalid users skippe         33
    Further selection:  
    Number of records read.........         11
    Number of records selected.....         11
    Number of records printed......         11
    End of system log
                         System Log: Local Analysis of cdsap9d                    4                                                    
                        C o n t e n t s                              
    Contents              Page              Start            End  
    Selection criteria     1
                           2        20.04.2005  12:58:10 - 23:54:49
                           3        21.04.2005  09:32:50 - 09:32:50
    Contents               4
    End of program  -
    If you can help me out as where to look at these messages then it great.
    Thanks,
    Raj.

  • Error when executing the webr template  in Bi 7.0

    Hi,
    When I exceute my webtemplate in BI 7.0 I am getting the following error
    A pop up block is activated .This prevents distrubted session management from functioning correctly. the WEb Application  will therefore be ended.check teh sap note 919196
    Deactivate the pop up blocker  and restart the Web application
    I have ckhecked the notes but didnot undersatnd it.
    Could any one pls help me out.
    Regards,
    Maya

    Hello,
    were able to solve the problem entering sapregsv.exe mshtml.tlb in C:\Program Files\SAP\SapSetup\setup.
    It seems to be an alternative to reinstall the Internet Explorer.
    The original source of the solution is:
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/sap-gui-removal-breaks-ie-integration-2452079
    SAP GUI removal breaks I.E. integration, 3rd answer (thecdog on 11/13/2008)
    Best regards
    Thomas
    See "main" thread PopUp blocker preventing BI 7.0 Web reports

  • Error when executing the report

    Hi Friends,
    I have Built a query and when i run  i get the selection screen and when i enter value and execute i am getting the following error "Not authorised to run report".
    Can anyone please let me know what should i do to get this running.
    Thanks in Adv
    BN

    If there is a  anuthrization object in the infoprovider on which report was build, make sure you have the * access for that infoobjects.
    If you are using BI 7 go to t code rsecadmin and check what are infoobject available which is authrization enebled
    and then check they are used in you infoprovider. and u have that access or not.
    If you dont have the access create one authrization object for that object and ask basis to assign the authrizaion object to S_RS_AUTH

  • Error when Executing the Report - No Authorization for Multiprovider

    Hello Experts,
    After the upgrade has carried out in my Quality system, I'm unable to execute a query because of the authorization issue with Multiprovider. But earlier the same Authorization was assigned to the my ID.
    The Role in Q and the Role in P is same. Right now P is with 3.1 and Q is with BI7.
    In both the system I have the same Role. But in Q it says that: Error You have no Authorization for Multiprovider XXXX
    This is happening for only one Multiprovider in Quality system. There is no change in the Multiprovider from earlier structure to the present structure.
    Can anyone give me any idea as to how to solve this issue?
    Many thanks in Advance..
    Thanks
    Raman.. This is Emergency for me..

    Ok,
    Pick up a test user (or your user) and go to transaction su01.
    Check the roles that are assigned.
    Double-click in each one and choose display. Go to tab authorizations and click on the glasses icon of displaying authorizations data. Then go to menu->Utilities->Technical names On.
    You should see the tree with the node name Business Information Warehouse (technical name RS), if you don't see this in this role, than the issue it's not in this role, go back to su01 and check another role the same process until you find this node.
    If you expand this node you'll see another nodes, one of them is called Data Warehousing Workbench - InfoCube (technical name S_RS_ICUBE). And you probably can't find another node called Data Warehousing Workbench - MultiProvider (technical name S_RS_MPRO), this is the new node you want.
    In the node S_RS_ICUBE expand it and you'll see the authorizations given to InfoCubes with activity, InfoArea and InfoCube. In the older system BW 3.x this object was used to give access to InfoCubes, but also to MultiCubes. So you have to find the role that has this object with InfoCube with the value of MultiCube or with all values, for example, you could have this node in your role with the following values:
    Activity                       03                 
    InfoCube Subobject     DATA               
    InfoArea                     ZFI*               
    InfoCube                    ZFIAA_C11, ZFIAA_C13, ZFIAA_M02
    or with:
    Activity                       03                 
    InfoCube Subobject     DATA               
    InfoArea                     ZFI*               
    InfoCube                    *
    or with:
    Activity                       03                 
    InfoCube Subobject     DATA               
    InfoArea                     ZFI*               
    InfoCube                    ZFI*
    Something like that. The first example give access to specific InfoCubes and one MultiCube, the second one you'll have all the InfoCubes and MultiCubes inside the InfoArea started  with name ZFI and the third one you'll have all InfoCubes and all MultiCubes started with name ZFI that belongs to the InfoArea started with name ZFI also.
    Got the picture?
    So in BI 7 MultiCubes are now controlled by the new object S_RS_MPRO instead of the older object S_RS_ICUBE. What you should do is go to transaction pfcg and insert the role you want to include (or change these new values, i.e., the role that has the access to the MultiCube values inside the object S_RS_ICUBE which the query is built on) the new object S_RS_MPRO and click on change. Go to tab authorizations and click on change authorization data. Then click on manually (ctrlshiftF9) and insert the object S_RS_MPRO. Inside this new object you should insert the authorization data for accessing your multiproviders.
    In the 3 examples above you should create these 3 entries:
    Activity                          03                 
    InfoArea                         ZFI*
    MultiProvider                  ZFIAA_M02
    MultiProvider Subobject  DATA                              
    or with:
    Activity                          03                 
    InfoArea                        ZFI*               
    MultiProvider                  *
    MultiProvider Subobject  DATA                              
    or with:
    Activity                         03                 
    InfoArea                        ZFI*               
    MultiProvider                 ZFI*
    MultiProvider Subobject  DATA                              
    Therefore you continue to have the object S_RS_ICUBE to control only the InfoProviders plus the new object S_RS_MPRO to control the MultiProviders.
    Now generate the profile(s), save the role(s) and test it again!
    Diogo.

Maybe you are looking for

  • Why isn't my email verify even if I did it so many  times then it says your email is verify for another account can  someone please help me

    I created an apple ID with iTunes gift card Then i signed in I tried to download a game and it said that My email is not verifyed then I to verify it but It said that my email is already verifyed for another email Can someone please help me with this

  • How do I split open an iMac?

    My 24 inch iMac has died. It seems that the power supply is the culprit. Without knowing for sure, I am going to open the back of the computer and take a look. Perhaps there is something as simple as a blown fuse. Task one is to figure out how to spl

  • How to write program to list the system directory(content of pc)

    how to write a program that will display all the folder n directory of the pc like: +My Computer +c: +d:                                                                                                                                                  

  • Radio Button problem when using Logical Databases.

    Hi, I have a report that uses logical database PCH.  I'd like to default the reporting period radio button so that when the report is run it is defaulted to today. The name of the screenfield is PCHZTR_D so I set PCHZTR_D = 'X'.  in the initialisatio

  • MacBook won't start at all - dead

    My MacBook won't start AT ALL - nothing, nada, zip. I press the power button and nothing happens at all - no sound, no lights, no movement. I have tried taking out battery and unplugging it, then pressing power button for 5 seconds, then inserting ba