ADO function error:SQL execute.vi is not executable​.

Thanks for everyone who is willing to help me out of this problem that puzzled me several days,I can't find a similar one from Google or other forum..
Problem:
When I was using LabSQL,it come an error:
Subvi "SQL execute":subvi isnot executable. and then I searched the source of the error,it was finally found to be the 
"ADO Recordset GetString.vi":
"invoke node:invalid method"
"invoke node:invalid refnum class". 
What I used is Windows 7 and LabVIEW7.1.
Attached is the detail of this problem that includes the vi and some error pictures,and the ADO functions I used.
ute.vi" is
Attachments:
Error.zip ‏1865 KB

Duplicate - http://forums.ni.com/t5/LabVIEW/ADO-function-error​-SQL-execute-vi-is-not-executable/m-p/2397360#M742​...
Try to take over the world!

Similar Messages

  • Java.sql.SQLException: statement handle not executed

    hello,
    i am calling a stored procedure and its returns a REF CURSOR and i am getting intermittent exceptions below,
    org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: could not execute query; uncategorized SQLException for SQL [{call
    xxxx_pkg(?,?)}]; SQL state [99999]; error code [17144]; statement handle not executed; nested exception is java.sql.SQLException: statement handle not executed
    and
    org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: could not execute query; uncategorized SQLException for SQL [{call
    xxxx_pkg(?,?,?)}]; SQL state [99999]; error code [17009]; Closed Statement; nested exception is java.sql.SQLException: Closed Statement
    any clue what could be the issue,
    Regards
    GG

    its pretty simple have a java class calling hibernateTemplate's findByNamedQueryAndNamedParam method by passing the procedure name and binding parameters/values, and here is the stack
    org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: could not execute query; uncategorized SQLException for SQL [{call
    xxx_pkg(?,?)}]; SQL state [99999]; error code [17144]; statement handle not executed; nested exception is java.sql.SQLException: statement handle not executed
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:83)
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
    at org.springframework.orm.hibernate3.HibernateAccessor.convertJdbcAccessException(HibernateAccessor.java:424)
    at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:410)
    at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:411)
    at org.springframework.orm.hibernate3.HibernateTemplate.executeWithNativeSession(HibernateTemplate.java:374)
    at org.springframework.orm.hibernate3.HibernateTemplate.findByNamedQueryAndNamedParam(HibernateTemplate.java:1006)
    Caused by: java.sql.SQLException: statement handle not executed
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:229)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:403)
    at oracle.jdbc.driver.T4CStatement.doDescribe(T4CStatement.java:701)
    at oracle.jdbc.driver.OracleStatement.getColumnIndex(OracleStatement.java:3355)
    at oracle.jdbc.driver.OracleResultSetImpl.findColumn(OracleResultSetImpl.java:2009)
    at oracle.jdbc.driver.OracleResultSet.getString(OracleResultSet.java:494)
    at org.hibernate.type.StringType.get(StringType.java:18)
    at org.hibernate.type.NullableType.nullSafeGet(NullableType.java:163)
    at org.hibernate.type.NullableType.nullSafeGet(NullableType.java:154)
    at org.hibernate.type.AbstractType.hydrate(AbstractType.java:81)
    at org.hibernate.persister.entity.AbstractEntityPersister.hydrate(AbstractEntityPersister.java:2091)
    at org.hibernate.loader.Loader.loadFromResultSet(Loader.java:1380)
    at org.hibernate.loader.Loader.instanceNotYetLoaded(Loader.java:1308)
    at org.hibernate.loader.Loader.getRow(Loader.java:1206)
    at org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:580)
    at org.hibernate.loader.Loader.doQuery(Loader.java:701)
    at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)
    at org.hibernate.loader.Loader.doList(Loader.java:2217)
    at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2108)
    at org.hibernate.loader.Loader.list(Loader.java:2103)
    at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:289)
    at org.hibernate.impl.SessionImpl.listCustomQuery(SessionImpl.java:1696)
    at org.hibernate.impl.AbstractSessionImpl.list(AbstractSessionImpl.java:142)
    at org.hibernate.impl.SQLQueryImpl.list(SQLQueryImpl.java:152)
    at org.springframework.orm.hibernate3.HibernateTemplate$34.doInHibernate(HibernateTemplate.java:1015)
    at org.springframework.orm.hibernate3.HibernateTemplate$34.doInHibernate(HibernateTemplate.java:1)
    at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:406)

  • Error 1003 - The vi is not executable​. Simulated DAQ-cards.

    Hi all,
    I am updating an application written in LabVIEW 7.1 for a customer. The code is not made by my company and is pretty horrendous but it works. I can not develop the code on the machine that it is supposed to run on so I have to do it on my own computer which means that I have to simulate two DAQ-cards that the program needs. I have pretty much finished the program and I want to test if I can build an exe-file. This is where I run in to trouble an get the error message:
    Error 1003 occurred at \\Server1\Users\martinh\LabVIEW Data\app\internal.llb\_Main.vi
    Possible reason(s):
    LabVIEW:  The VI is not executable.
    I know that this has been discussed at length here and that one has to look out for global variables, dynamically loaded VI:s etc. My question is, does anyone think that the simulated DAQ-cards give me trouble? Do they use some VI:s placed somewhere odd which I need to include when I build the application?
    Sincerely
    Martin

    Hi Martin,
    I suggest you try what is suggested in this link, some of the information is already covered in the posts above but some might be new.
    http://digital.ni.com/public.nsf/allkb/705C2ECA081​F3C7986256C0F00559B02?OpenDocument
    If you are using the office toolkit, it might be an idea to masscompile the _office folder and you might also need to uncheck the "Disconnect type definitions and remove unused polymorphic VI instances".
    Good Luck
    Andreas E
    Applications Engineer
    National Instruments

  • IP : Forecast function error. "Sequence %ADHOC does not exist"

    I have created a forecast function which would use Periods(08,09 & 10) to forecast periods 11 & 12. When I test the function using the Planning Wizard, I get an error message "Sequence %ADHOC does not exist" . Any inputs  ? I have put a debug breakpoint in the Class : CL_RSPLFC_FORECAST but the control is not even getting there. Thanks.

    Hi,
    did you try to create a planning sequence in the modeler, include you function there and test it in modeler?
    I had once a problem, that a function in planning modeler and wizard did not work, but it worked in the web template, so if it does not work in planning modeler, you might even try it in a web template.
    regards
    Cornelia

  • Executable jar does not execute !!

    Dear all,
    i am having a bunch of classes i create a jar out of them
    now
    when i attempt to run this jar in another machine i found the following prblames
    1. i get the error related to "mian does not exist"
    2. in another machine it ask me extract the jar file (i think coz win rar is installed)
    while in fact that jar file cotains a main class and i want to execute that jar file when ever some one click on that.
    So any one please guide to achieve the solution of my problame.
    thanking you
    ishan

    Your manifest file seems to be wrong.
    give the main class name in your manifest file.
    for example:
    here main class name is NewSearch.java
    and the jar file name is Search.jar.
    the content of manifest file is
    Manifest-Version: 1.0
    Main-Class: NewSearch
    Command: jar cvfm Seach.jar Manifest.mf *.class
    I hope this will help you.

  • Getting -90031 (can't find function) error from Mathscript node when running executable, but works when I run the pre-compiled VI

    I have set the Mathscript preferences 'Path' and 'Working Directory' parameters to the folder containing my scripts, and it works when
    I run the VI, but I get a -90031 error when I run the executable.
    What am I doing wrong?

    Hi Umars,
    I had the same problem. In my case it turned out that it was caused the surrounding code. Plus the error
    message was missleading. I got the error message -90031 (unknown symbol CalcWelchCorr2) for the
    following piece of code:
    ecorr= 1;
    if setup & src== 1
       for lag= 1:50
       rho=  CalcWelchCorr2( lag, win );
       if rho > 0.001, ecorr= [ecorr; rho]; else, break; end
    end
    CalcWelchCorr2 is a user defined function located in the MS search path. The problem was caused by the
    "break" in line 5. Actually this line was marked by some little warning symbol. Eventualle I modified the code
    to get rid of the break
    ecorr= 1;
    if setup & src== 1
       lag= 1; rho=  CalcWelchCorr2( lag, win );
       while rho > 0.001 && lag <= 50
          ecorr= [ecorr; rho];
          lag= lag+ 1; rho= CalcWelchCorr2( lag, win );
       end
    end
    and voila, the executable worked fine.
    However, I had to check all my VIs ( > 200 !) for similar errors which gave me headaches.
    Why does the application builder doesn't produce some appropriate error message ?
    E.g. "Line xxx in MathScript node in VI xxx cannot be executed"? Currently you get the
    impression that the application was build successfully but eventually you get strange errors
    or even erroneous results. Keep in mind that tracking down bugs in the final application is
    much more difficult that in LV. Also the error message produced by the executable was not
    helpfull at all.

  • Error in process chain DTP not executed

    Hello,
    Sorry tried to find the most appropriate forum, not sure it is the one. Am a newbee
    In a process chain we have a event passing information from one cube to another that stops and do not go until the end of the job. But it doesn't happen all the time, which is rather strange.
    Here is the log when everything goes well:
    2007-11-16                                                    Dynamic List Display                                                           1                              
         Job log     Job log     Message text uncoded     Msg.typ     Message ID     Msg.no.
         16/11/2007     10:46:44     Job started     S     0     516
         16/11/2007     10:46:44     Step 001 started (program RSPROCESS, variant &0000000006327, user ID ALEREMOTE)     S     0     550
         16/11/2007     10:46:52     Performing check and potential update for status control table     S     RSM1     490
         16/11/2007     10:46:52     Performing check and potential update for status control table     S     RSM1     490
         16/11/2007     10:46:53     Status 'Executable' (user ALEREMOTE)     S     RSBK     223
         16/11/2007     10:46:53     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIDTPR_16322_1 with ID 10465300     S     RSM     703
         16/11/2007     10:46:58     Status 'Active' (user ALEREMOTE)     S     RSBK     223
         16/11/2007     10:46:59     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIDTPR_16322_1 with ID 10465800     S     RSM     703
         16/11/2007     10:46:59     Job finished     S     0     517
    And here is the one when it stops:
    2007-11-16                                                    Dynamic List Display                                                           1                              
         Job log     Job log     Message text uncoded     Msg.typ     Message ID     Msg.no.
         16/11/2007     10:48:27     Job started     S     0     516
         16/11/2007     10:48:27     Step 001 started (program RSPROCESS, variant &0000000006327, user ID ALEREMOTE)     S     0     550
         16/11/2007     10:48:35     Performing check and potential update for status control table     S     RSM1     490
         16/11/2007     10:48:36     Performing check and potential update for status control table     S     RSM1     490
         16/11/2007     10:48:36     Status 'Executable' (user ALEREMOTE)     S     RSBK     223
         16/11/2007     10:48:36     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIDTPR_16328_1 with ID 10483600     S     RSM     703
         16/11/2007     10:48:41     Status 'Active' (user ALEREMOTE)     S     RSBK     223
         16/11/2007     10:48:42     EXTRACTION OF DATAPACKAGE 000001     S     RSAR     51
         16/11/2007     10:48:42     Processing of data package 000001 started     S     RSBK     244
         16/11/2007     10:48:43     All records forwarded     S     RSM2     730
         16/11/2007     10:48:44     SQL: 16.11.2007 10:48:44 ALEREMOTE     I     DBMAN     99
         16/11/2007     10:48:44     ALTER TABLE "/BIC/FZHREMPL" ADD PARTITION     I     DBMAN     99
         16/11/2007     10:48:44     /BIC/FZHREMPL0000000430 VALUES LESS THAN     I     DBMAN     99
         16/11/2007     10:48:44     (0000000430 ) TABLESPACE "PSAPCAR"     I     DBMAN     99
         16/11/2007     10:48:44     SQL-END: 16.11.2007 10:48:44 00:00:00     I     DBMAN     99
         16/11/2007     10:48:44     SQL: 16.11.2007 10:48:44 ALEREMOTE     I     DBMAN     99
         16/11/2007     10:48:44     ALTER TABLE "/BIC/FZHREMPL" MODIFY PARTITION     I     DBMAN     99
         16/11/2007     10:48:44     /BIC/FZHREMPL0000000430 REBUILD UNUSABLE LOCAL     I     DBMAN     99
         16/11/2007     10:48:44     INDEXES     I     DBMAN     99
         16/11/2007     10:48:44     SQL-END: 16.11.2007 10:48:44 00:00:00     I     DBMAN     99
         16/11/2007     10:48:44     SQL: 16.11.2007 10:48:44 ALEREMOTE     I     DBMAN     99
         16/11/2007     10:48:44     ANALYZE TABLE "/BIC/FZHREMPL" PARTITION (     I     DBMAN     99
         16/11/2007     10:48:44     /BIC/FZHREMPL0000000430 ) ESTIMATE STATISTICS     I     DBMAN     99
         16/11/2007     10:48:44     SAMPLE 10 PERCENT     I     DBMAN     99
         16/11/2007     10:48:44     SQL-END: 16.11.2007 10:48:44 00:00:00     I     DBMAN     99
         16/11/2007     10:48:45     Job BIDTPR_16328_1 no longer exists     S     BT     127
         16/11/2007     10:49:45     Technical status 'Green' (user ALEREMOTE)     S     RSBK     224
         16/11/2007     10:50:45     Status transition 8 / 8 to 8 / 8 completed successfully     S     RSBK     222
         16/11/2007     10:50:46     Overall status 'Green' (user ALEREMOTE)     S     RSBK     225
    Can anyone help and tell me where i could search to improve performance...I don't want a plain vanilla answer but some leads to an answer would already be very helpfull
    Thanks a lot in advance

    Dear friends
    I am also facing the same issue :
    Below is the job log when the DTP is completed successfully,
    Job started
    Step 001 started (program RSPROCESS, variant &0000000391261, user ID BWREMOTE)
    Performing check and potential update for status control table
    Status 'Executable' (user BWREMOTE)
    Status 'Active' (user BWREMOTE)
    Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIDTPR_335754_1 with ID 06532200
    Job finished
    But when its yellow forever or failed, I get the below Job log
    Job started
    Step 001 started (program RSPROCESS, variant &0000000391306, user ID BWREMOTE)
    Performing check and potential update for status control table
    Status 'Executable' (user BWREMOTE)
    Status 'Active' (user BWREMOTE)
    EXTRACTION OF DATAPACKAGE 000001
    EXTRACTION OF DATAPACKAGE 000002
    Job finished
    Can anyone help, is this happening because there is no resouce available to schedule "RSBATCH_EXECUTE_PROZESS".
    Any help is appreciated!
    Regards
    MultiABAP

  • Error: SQL Loader-466 column not exist ???

    dear all.
    i have a problem with sql loader.
    The error is:
    SQL*Loader-466: Column NUM_PAQ does not exist in table PLANELEC.file
    i saw desc table:
    SQL> DESC PLANELEC.file
    Nombre ¿Nulo? Tipo
    num_paq NOT NULL CHAR(8)
    formulario NOT NULL CHAR(4)
    norden NOT NULL NUMBER(38)
    cod_docide_dec NOT NULL NUMBER(38)
    num_docide_dec NOT NULL VARCHAR2(11)
    num_correl_a NOT NULL NUMBER(38)
    cod_docide_aseg NOT NULL NUMBER(38)
    num_docide_aseg NOT NULL VARCHAR2(15)
    cod_cat_tra NOT NULL NUMBER(38)
    cod_tipo NOT NULL NUMBER(38)
    fec_ini_perlab NOT NULL DATE
    fec_fin_perlab DATE
    cod_extincion CHAR(2)
    ind_envio NUMBER(38)
    fec_envio DATE
    num_ctl CHAR(6)
    my ctl file is:
    Load DATA
    INFILE file.UNL
    INSERT
    INTO TABLE PLANELEC.file
    fields terminated by '|'
    TRAILING NULLCOLS
    NUM_PAQ,FORMULARIO,NORDEN,COD_DOCIDE_DEC,NUM_DOCIDE_DEC,NUM_CORREL_A,COD_DOCIDE_ASEG,
    NUM_DOCIDE_ASEG,COD_CAT_TRA,COD_TIPO,FEC_INI_PERLAB,FEC_FIN_PERLAB,COD_EXTINCION,
    IND_ENVIO,FEC_ENVIO,NUM_CTL
    and the first line of the file.unl is:
    00000000|0601|2000043|6|20100066603|1|1|90000001|1|20|01/02/2002|||0||613954|
    what could be the problem with that?
    thanks a lot !
    cesar
    ORACLE 10GR2
    RHEL AS V4.0

    Hi ThinkingEye,
    Please check the definition of the control file. Did you for instance inclose the file name in quotes?
    That's usually the reason for the 466 error with SQL*Loader.
    Also check column definitions and column formats that are in the definition.
    Cheers, Patrick
    ps Is this thread related to the other 2 you have with the same target table STG_GEM_EVENT_ITS?

  • Statement handle not executed error

    Hi,
    I have a package which have a statement as follows.
    OPEN p_out_provider_w_POSAccess FOR
                   SELECT DISTINCT claim.cert_no, claim.rec_code,
                                   prov.ghi_prov_num, prov.irs_number tax_id,
                                   prov.full_name, prov.lastname, prov.firstname
                              FROM hmo.hmo_medical_claim claim,
                                   ipd2.i_provider prov,
                                   ipd2.i_provider_top pt,
                                   ops_arw.phr_top top,
                                   ops_arw.provider_pin pin
                             WHERE claim.cert_no =hmo_conv_num_to_letter (p_in_cert_no)
                               AND claim.rec_code = p_in_rec_code
                               AND claim.ghi_prov_num = prov.ghi_prov_num
                               AND claim.ghi_prov_num = pt.ghi_prov_num
                               AND claim.ghi_prov_num = pin.ghi_prov_num
                               AND pt.top_code = top.top_code
                          ORDER BY prov.lastname, prov.firstname;                                
                                    when I execute the package ,I get
    dweb1:ops_arw> PRINT p_out_provider_w_POSAccess
    ERROR:
    ORA-24338: statement handle not executed
    SP2-0625: Error printing variable "p_out_provider_w_POSAccess"Thanks

    user11253970 wrote:
    No I am not closing it.Just now I noticed that when I input values which are in Database it returns the result without any failure.But when I try to input values which are not in database ,Instead of returning zero rows it gives the error message.Then your SP logic branches in such way that values which are not in the database bypass open cursor statement:
    SQL> create or replace
      2    procedure p1(p_cur in out sys_refcursor,p_ind number)
      3    is
      4    begin
      5        if p_ind = 1
      6          then
      7            open p_cur for select ename from emp where deptno = 10;
      8        end if;
      9  end;
    10  /
    Procedure created.
    SQL> exec p1(:p_cur,1)
    PL/SQL procedure successfully completed.
    SQL> print p_cur
    ENAME
    CLARK
    KING
    MILLER
    SQL> exec p1(:p_cur,0)
    PL/SQL procedure successfully completed.
    SQL> print p_cur
    ERROR:
    ORA-24338: statement handle not executed
    SP2-0625: Error printing variable "p_cur"
    SQL> SY.

  • Workflow not executing - No event error no log errors

    Hello experts,
    I finally solved the exceptions i was getting in my work flow and all the thanks goes for all the forum participants in general and to  Sudhindra, and  Glauco specifically,
    Now i have another error that i am clueless about, i want to trigger the workflow when the status of a document changes, so when i change the status nothing happens, in SWEL there are no errors, It says that receiver started correctly, in ST22 there are no errors, but
    the workflow does not execute, the workflow should open a web browser, so it is not opening it. Any ideas as to why this is happening ?
    regards
    Points are awarded

    I have replied to this in the original thread... anyways here is a copy of the same...
    No the background task is executed by the user WF-BATCH and once the function module is called the user transfers the control to the SAP GUI and then the SAP GUI communicates with the OS. In this case if the task is background then how will the OS know where to call the web browser? It will not know the user to whom this request must be dispatched.
    So the bottom line is that you cannot use this functionality in a background task.
    There is one workaround that comes to my mind. What you can do to inform a user that the "Changed" event has triggered is as follows:
    1. Create a workflow which will trigger off from the Changed event of "DRAW"
    2. Create a send mail step and check the checkbox that says "Send Express" and include the URL you want to open in the Mail body and then send it to an outlook user.
    If you use the Send Express flag then the user will be intimated once the event has occured if and only if he uses the SAP GUI. If the user does not use the SAP GUI then you can remove the check but just send the mail to the outlook so that the user receives the email in outlook once the event has triggered!
    Apart from this nothing comes to my mind!
    All the best!
    Sudhi

  • Please help suggestions for solving built-only compiler error: 'The VI is not executable. The full development version of LabView is required tofix this error.'

    We have develoepd a software tool and build it on regular basis. It currently runs error free when compiled in the editor, but when we built it and run the executable stand alone we get the error.
    'The VI is not executable. The full development version of LabView is required tofix this error.' plus a broeken error.
    This menas an compiler error that is not present in the editor but in the stand alone version. We tried to identify errors as suggested in several posts in this forum, but so far unsuccesfull.
    As the editor and its compiler do not see the error  and are running fine and the stand alone version just syas 'find the error in the editor' in this case LabView is of no help.
    Can anyone suggest a sensible or 'good practice ' way of searching for the source of this error?
    Our project  comprises hundreds of Vis over several libraries.
    Thanks,
    Chris

    Thanks Craig for all your suggestions.
    We seem to have located the problem in a new vi just added to the package causing conflicts by using the same vi names as other vis already present in the package. Excluding this vi removed the error.
    It seems related to a conflict by having two vis with the same name, which was mentioned by LabView and interactively resolved when running the main vi from the editor. When successfully building the main vi the builder did not mention this conflict and reported a successful build, but when trying to run the executable it gave the cryptic error. The error caused us problems because there was no hint for the cause, just the suggestion to solve this in the editor, while at the same time in the editor the VI was running fine.
    We will post about this in detail after we have positively proven that this actually was the case.
    The .net version issue was already checked.
    Performance was the same on all machines we tested on including the dev machine.
    Debugging was tried nut did not help as the vi could not run (broken arrow). We assumed that debugging only helps in running faulty functioning vi''s. We did not check for broken arrows in sub-vis (after connecting), that could have helped, although our application has hundreds of our own vis.
    In relation to your remark: 
    'Are you using many classes? Have you verified that the proper access scopes are set for functions calling those vis?'
    Could you elaborate on setting access scopes. We were not aware of this option in LabView, although we realize this is a basic element of the underlying c code.
    Ragrds,
    Chris

  • 'Function in SAP HANA is currently not possible' error message at KE91 transaction

    System details:
         HANA Server - SPS7
        and  IDES ECC 6.0 EhP 6
    Background:
    Trying to implement  ERP Profitability Analysis accelerator for SAP HANA. We completed the configurations successfully as per the RDS building block guide
    V29 – ERP Finance and Controlling Accelerator with SAP HANA General Configuration and  VD1 – ERP profitability Analysis Accelerator with SAP HANA Configuration
    We could also see the tables (with data) replicated to HANA via HANA Studio.
    And all the statuses at tcode KEHC shows as green.
    Issue Description: When we try to test the Accelerated Transactions like KE91 kind of drill down reports
    Execute.I get the following pop-up. So, here Since I need to get data from HANA I select NO button
    Surprisingly I get the following error message.
    We have tried with other Accelerated transactions like KEU5,KEUB.But I get the same pop-up msg, and get the same error msg at status bar .
    Any help in this would be very helpful.

    Hi Kenny,
    Sorry for my late reply
    Here is the snapshot of SM21 system log
    I realized, this join path 'JP01' error msg I am getting even when running column views at HANA SQL editor.
    Could not execute 'select VRGAR, sum(vv010001) from "ERPTRI_800"."CE2CE4IDEA_HDB" group by vrgar' in 386 ms 128 µs . SAP DBTech JDBC: [2048]: column store error: search table error:  [2920] invalid schema: found inconsistent join path  "jp01" for viewattribute "MANDT" with fact table "ERPTRI_800:CE4IDEA" on olap index; for cube ERPTRI_800:CE2CE4IDEA_HDB
    Actually, All these Column Views and its underlying tables are got created from the given RDS solution only. Not sure why is this errorgetting triggered.IS this kind of bug in RDS solution?!!
    Regards
    Lokesh

  • I recieve the following error when running an executable ("This VI is not Executable. The full development version of Labview is required to fix the errors"

    I recieve the following error when trying to build and run a labview executable. I am able to build the executable but when trying to run the executable, a pop up window comes up asking the user to select a dll. (please see screen shot attached). Once the DLL is selected, I get the error that This VI is not Executable. The full development version of Labview is required to fix the errors. (please see screen shot attached). I have also attached a snapshot of the project window.
    I have the professional development system
    I can run the main VI
    all the required DLL's are in the dependencies section of the project window.
    I am trying to find the root cause of this error but to no avail. can anyone give me a clue to what i am missing here. Any suggestions on where i should look to find the problem ?
    Thanks in advance to all labview users for your help
    Attachments:
    project window.PNG ‏36 KB

    other PNG
    Attachments:
    Broken Arrow on EXE.PNG ‏179 KB

  • Subvi is not executable error, but it has no error

    Hey I hope you can help me with a weird error.
    I got the error "SubVi  'name' : SubVi is not executable" but when I click on the SubVi and open it it does not show me any description of an error. If I open the main vi or the SubVi alone it shows no error. Could it be a problem of a library or something else?
    I am using Labview 2012 and Labview 2012 Mindstorms NXT.
    If you neew more screenshots or the rest of the SubVis please tell me so :-)
    Thank you!
    Jan
    Attachments:
    automatischer Modus - ohne Wait - ohne Array - global.vi ‏80 KB
    Solar.vi ‏15 KB
    project.png ‏262 KB

    SmartCity-Project wrote:
    Thanks for all your replies!
    I found the error, the NXT does not support global variables in Target on NXT- Mode so I changed to Target on Computer - Mode and now it works.
    Unfortunately the program crashes after 15 minutes more or less. Could you imagine why? Is it because of to many bluetooth connections or a bad programm structure?
    After a very quick look at the code I would say that it is probably bad code. Your overuse of global variables, sequence structures and silly things like a For loop set to run once with everything inside the loop wrapped in a sequence frame is a goo dindication that you need to learn much more about data flow programming techniques. With the amount of global variables you are using your program is probably ripe with race conditions. In addition, you did not include any of the subVIs so we cannot see what is happening in them.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Urgent: ORA-24338: statement handle not executed

    Hello,
    /*===================================================*/
    PL/SQL code:
    SQL> create or replace package p3 is
    2 type t_c is ref cursor;
    3 procedure p(p_c out t_c);
    4 end p3;
    5 /
    Package created.
    SQL> show errors;
    No errors.
    SQL>
    SQL>
    SQL> create or replace package body p3 is
    2
    3 procedure p(p_c out t_c)
    4 is
    5 v_c t_c;
    6 begin
    7 open v_c for
    8 select job_number
    9 from rep_adhoc_invoices
    10 where rownum<5;
    11 end p;
    12 end p3;
    13 /
    Package body created.
    SQL> show errors;
    No errors.
    /*===================================================*/
    C# code:
    OracleConnection dbConnection = null; /* see finalize{} */
    OracleCommand dbCommand = null;
    OracleDataAdapter dbAdapter = null;
    try
         dbConnection = new OracleConnection(GetConnectionString());
         dbConnection.Open();
         dbCommand = new OracleCommand();
         dbCommand.Connection = dbConnection;
         dbCommand.CommandText = "p3.p";                    dbCommand.CommandType = CommandType.StoredProcedure;
         dbCommand.Parameters.Add("p_c", OracleDbType.RefCursor, DBNull.Value, ParameterDirection.Output);
         dbAdapter = new OracleDataAdapter(dbCommand);
         System.Data.DataSet ds = new DataSet();
         dbAdapter.Fill(ds);
         return(ds);
    catch (Exception e)
         Console.WriteLine(e.Message);
    /*===================================================*/
    Problem:
    When code executes:
    dbAdapter.Fill(ds);
    I constantly get the ORA-24338.
    The same result if I try from console with "set autoprint on" (v_c is defined beforehand):
    SQL> execute p3.p(:v_c)
    PL/SQL procedure successfully completed.
    ERROR:
    ORA-24338: statement handle not executed
    It seems to me, that the problem is on the server.
    Does anyone know, WHAT is the problem?
    Thanks a lot beforehand!
    Edgar.

    In your procedure implementation (below), you forgot to assign the local variable v_c to the out parameter p_c before exiting the rountine. This means that the ref cursor parameter is never opened.
    The error you got occurs because when ODP.NET gets back the ref cursor it tries to fetch from it without checking whether it's open or not. If you look up the ORA-24338 error code in the documentation, it'll tell you as much. Typcially, when I get an error I don't understand, I head straight for the docs. They not only tell me what it means, but often suggest a solution.
    This behaviour of ODP must be for performance reasons, since doing the check everytime would be wasted most of the time. Still, it would have been nice if they'd emulated MSDAORA, which DOES check.
    3 procedure p(p_c out t_c)
    4 is
    5 v_c t_c;
    6 begin
    7 open v_c for
    8 select job_number
    9 from rep_adhoc_invoices
    10 where rownum<5;
    11 end p;
    12 end p3;
    13
    Frankly, I'm surprised you didn't get ORA-3113: end of communication channel. This is what happened to me when I exited a function without assigning the ref cursor. To solve it, I'd changed the declaration of the PL/SQL function and OracleCommand parameters to IN OUT instead of just OUT. THEN, I got ORA-24338. Anyway, watch out for these things as you progress.
    Happy coding.
    Clarence

Maybe you are looking for

  • Bad performance updating purchase order (ME22N)

    Hello! Recently, we face bad performance updating purchase orders using transaction ME22N. The problem occurs since we implemented change documents for a custom table T. T is used to store additional data to purchase order positions using BAdIs ME_PR

  • Lost items in "new to CS5"

    I am running CS5 on An Imac OSX and Ihave lost the "content aware" funcion among other things.Can somebody help?

  • Programmatic logon from Java code.

    Hi Folks, I'm trying to implement programmatic logon using the AbstractPortalComponent. For that I want to develop an iView which will get user name and password from the user for authentication. For this, I have wrote <i>AbstractPortalComponent</i>

  • RoboHelp in Lotus Notes Applications

    Probably a basic question - - but in my world extemely important. I'm in the process of evaluating RoboHelp 7 for possible purchase for my company. We want to use it as a help application for four of our Lotus Notes-based applications. Does RoboHelp

  • IPhoto crashes when loading

    iPhoto crashes when loading.  I am on 9.1.2 & I think this may have started after the update was applied on the 27/4 and the error message does not mean much to me Process:         iPhoto [1472] Path:            /Applications/iPhoto.app/Contents/MacO