Topology error - Topology example 12

I'm trying to run through the examples in the Oracle Topology manual: http://download.oracle.com/docs/cd/E11882_01/appdev.112/e11831/sdo_topo_concepts.htm#CIHEIGCD Examples 1-12 & 1-13. I've tried running the examples in both Oracle 11.1 & 11.2 with no success. In all cases I get the following error when executing the procedure in step 4. of example 1-12:
EXECUTE SDO_TOPO.ADD_TOPO_GEOMETRY_LAYER('CITY_DATA', 'LAND_PARCELS','FEATURE', 'POLYGON');
Error starting at line 1 in command:
EXECUTE SDO_TOPO.ADD_TOPO_GEOMETRY_LAYER('CITY_DATA', 'LAND_PARCELS','FEATURE', 'POLYGON');
Error report:
ORA-00942: table or view does not exist
ORA-06512: at "MDSYS.SDO_TOPO", line 980
ORA-06512: at "MDSYS.SDO_TOPO", line 1052
ORA-06512: at line 1
00942. 00000 - "table or view does not exist"
Steps 1-3 all executed correctly, with no errors and I can see the tables and the SDO_TOPO_METADATA_TABLE seems to be correctly populated.
Has anyone encountered this? Anyway around it?
Thanks, Mark

Hi Mark,
I had this same problem back in March.
SDO_TOPO.ADD_TOPO_GEOMETRY_LAYER throws table not found on 11gR2
You just need to grant to your user the the "CREATE VIEW" privilege.
Cheers,
Paul

Similar Messages

  • "Error -50: an unknown error occurred (example.mov)"

    http://i49.photobucket.com/albums/f291/Lawnmower233/QuicktimeError.jpg
    On my Dell Dimension 9200 I experience this error when I try to play any file in Quicktime, whether it be *.mov, *.3gp or *.3g2. While on my Dell Inspiron 1720 and my Toshiba Satellite Pro A100 Quicktime functions fine and can play *.mov's, etc. fine! Anyone ever experienced this?
    I have downloaded, using the Apple Software Updater, the lastest "iTunes 7.6.1 + Quicktime + Bonjour" package on all PCs but I had this problem only on the Dell Dimension 9200 before the update as well. I even think it was a lower version of quicktime and I still had this. I installed the Quicktime alternative for a while on my Dimension 9200 because I kept getting this error, while Quicktime worked perfectly fine on the other two PCs. I was forced to uninstall the Quicktime Alternative and reinstall Quicktime on the Dimension 9200 because you can't get iTunes 7.6.1 separate to Quicktime seemingly.
    It's not always been this way on the Dimension 9200. Previously I was just having buffer overruns (http://discussions.apple.com/thread.jspa?threadID=1187927&tstart=0), a known issue at the time, but ever since an update (not sure from which version to which) the buffer overrun problem is gone, on all PCs, but I've had these fatal errors cropping up all the time, only on this PC.
    So to reiterate I get the "Error -50: an unknown error occurred (example.mov)" error whenever I try to play anything at all in Quicktime on my Dell Dimension 9200 and don't receive this on any other PCs. They all have the K-Lite Codec Pack installed among other things. I really can't think what might be causing this. The only thing I could think that might be causing it is I installed an Indeo codec pack nearly a year ago. The others don't have it. Maybe it's causing some issue with the new Quicktime versions that are out now but didn't with the old ones. Dunno
    Any help would be appreciated.

    Anyone at all at all at all atallatallatalll.
    I think it might be this Indeo codec pack I installed or something.
    EDIT: Just tried to uninstall "Indeo Software" from the Uninstall thing and it says it was "...probably already uninstalled, do you want to remove it from the list?". Dunno what it might be then. The K-Lite Codec pack maybe. But I have the latest K-Lite codec packs installed on all my PCs and it's only the Dell Dimension 9200 that has trouble with Quicktime.
    Maybe it was because I had Indeo Codecs installed and then I installed the K-Lite Codec pack (which has indeo codecs and stuff in it already) over the previous Indeo thing. It was only on the Dell Dimenion 9200 that I did that. Maybe that's what's causing the fatal errors in Quicktime when I try to play anything at all in it.
    Message was edited by: IllNeverHaveYouAgain

  • Syntax errors in examples for UTL_LMS

    The examples for UTL_LMS in
    Oracle® Database PL/SQL Packages and Types Reference
    10g Release 2 (10.2)
    Part Number B14258-01
    http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_lms.htm
    contain syntax errors
    Correct would be
    DECLARE
       s varchar2(200);
       i  pls_integer;
    BEGIN
       i:= utl_lms.get_message(26052, 'rdbms', 'ora', 'french', s);
       dbms_output.put_line('before format, message is: '||s);
       dbms_output.put_line('formatted message is: '||utl_lms.format_message(s, 9, 'my_column_name'));
    END;
    /and
    DECLARE
      s varchar2(200);
      i pls_integer;
    BEGIN
       i:=utl_lms.get_message(601, 'rdbms', 'oci', 'french', s);
       dbms_output.put_line('OCI--00601 is: '||s);
    END;
    /

    Hello Martin,
    This is a known problem with wlst-jython. One cannot catch syntax errors
    programmatically. The only way is to avoid loading properties file
    that may cause syntax errors.
    I am curious though how can a user enter invalid properties via a script?
    thanks,
    -satya
    Martin Gustavsson wrote:
    Hi,
    When there are syntax errors in WLST-script, the calling program will get no information about this.
    In our case the calling program is ANT. If the user enters invalid properties it could cause syntax errors in the WLST script. But the ANT task always receive a successfull code back and doesn't know that it went wrong.
    What is the workaround for this? How can I from WLST return a fail code so that ANT does not continue?
    Regards,
    Martin

  • Error starting example 1 cRIO MDK

    Hello,
    i have a problem with my MDK for the cRIO (April 2009).
    I'm connected to a 9074 with a 9263 in slot 1.
    In the manual o page 5-6 is a description for the example 1. I opened the example and connected to the cRIO. (Screenshot60)
    When I tried to start the example I got an error message. (Screenshot57)
    What did I do wrong?
    Sven
    Solved!
    Go to Solution.
    Attachments:
    Screenshot60_klein.jpg ‏138 KB
    Screenshot57.jpg ‏23 KB

    OK,
    I soved the problem.
    The examples are for 9101 chassis und I used a 9074.
    Now I copied the single VI's in a new project, corrected the nodes and it worked.
    Sven

  • Why do i get c2282 compile errors on examples using c++?

    I just installed the NI board and can communicate with equipment using LAbView but when I compile an example in C++ I get error C2282 from decl-32.h missing ','?

    Hello!
    Thanks for contacting National Instruments.
    I'm going to need to get some more information from you in order to be able to help you. First off, which example is it you are trying to compile? Also, what kind of NI board are you using? From the sounds of the error, it sounds like whatever program you are using is not including all the correct libraries and header files. Be sure to include all the correct library paths and include paths in your program.
    Regards,
    Steven B.
    Applications Engineering
    National Instruments

  • Error compiling examples from DAQmx Base 3.6 on Scientific Linux 6.4 x86_64

    I installed NAQmx Base 3.6, and it didn't output any errors, but when I try to make the examples given in /usr/local/natinst/nidaqmxbase/examples/ai, it returns a lot of errors (attached). Is there a way to fix this? I also tried just compiling the files without the make file, but it returned divide by 0 errors.
    System specs:
    # uname -a
    Linux localhost.localdomain 2.6.32-358.6.2.el6.x86_64 #1 SMP Thu May 16 11:21:38 CDT 2013 x86_64 x86_64 x86_64 GNU/Linux
    I did notice that nilsdev isn't found. lsmod gives the following:
    # lsmod | grep ni
    nimxdfk               668960  1
    nipxirmk              272550  1
    nimdbgk               520774  3 nimxdfk,nipxirmk
    nidimk                421013  2 nipxirmk
    niorbk                126140  4 nimxdfk,nipxirmk,nimdbgk,nidimk
    nipalk               1595877  8 NiViPciK,nimxdfk,nipxirmk,nimdbgk,nidimk,niorbk
    nikal                  86684  2 nipxirmk,nipalk
    cnic                   55511  2 bnx2fc,bnx2i
    uio                    10462  1 cnic
    ipv6                  321454  32 ip6t_REJECT,nf_conntrack_ipv6,nf_defrag_ipv6,cnic
    What should I do?
    Thanks!
    Attachments:
    error.log ‏39 KB

    The errors look like the system is missing the 32-bit C++ library. Do you have the 32-bit libraries installed [1]?
    error.log:
    /usr/bin/ld: warning: libstdc++.so.6, needed by /usr/local/lib/liblvrtdark.so.12.0, not found (try using -rpath or -rpath-link)
    [1] Unable to Build DAQmx Base C Application on 64-bit RedHat
    http://digital.ni.com/public.nsf/allkb/93C92D41B25341B286257A4D007BACB8
    Joe Friedchicken
    NI VirtualBench Application Software
    Get with your fellow hardware users :: [ NI's VirtualBench User Group ]
    Get with your fellow OS users :: [ NI's Linux User Group ] [ NI's OS X User Group ]
    Get with your fellow developers :: [ NI's DAQmx Base User Group ] [ NI's DDK User Group ]
    Senior Software Engineer :: Multifunction Instruments Applications Group
    Software Engineer :: Measurements RLP Group (until Mar 2014)
    Applications Engineer :: High Speed Product Group (until Sep 2008)

  • Redirect to Error Page Example ?

    Hi,
    Anybody, have an error page working example of how to redirect to error page in 10.1.3, i tried it many ways , followed the ADF Dev Guide PDF page 395 and 396 and no luck.
    where i should write the <error-page> and <dispatcher>REQUEST</dispatcher>
    and <dispatcher>ERROR</dispatcher>
    tags in web.xml
    any tricks in that ???
    thanks in advance

    Hi Frank,
    thanks for replying , unfortunately it did not work , it give me
    "The page cannot be displayed" , it seems that the Exception have been caught but it can't display the error page
    here is my web.xml
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    <description>Empty web.xml file for Web Application</description>
    <context-param>
    <description>Makes Security View Handler printing debug messages at runtime</description>
    <param-name>com.groundside.jsf.security.print_debug_messages</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <description>Customize error message shown upon unauthorized access attempt</description>
    <param-name>com.groundside.jsf.security.unauthorized_access_error_messages</param-name>
    <param-value>User is not authorized to perform requested action</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
    </context-param>
    <context-param>
    <param-name>CpxFileName</param-name>
    <param-value>view.DataBindings</param-value>
    </context-param>
    <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    </filter>
    <filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>JsfAuthenticationServlet</servlet-name>
    <servlet-class>com.groundside.jsf.pagesecurity.authentication.J2eeAuthenticationServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JsfAuthenticationServlet</servlet-name>
    <url-pattern>/jsfauthentication</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>35</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <error-page>
    <exception-type>java.lang.Exception</exception-type>
    <location>errorpage.jsp</location>
    </error-page>
    </web-app>
    here is how i make the exception
    public void commandButton1_action() throws Exception {
    throw new java.lang.Exception();
    here is the code of the page that have the button that throws the exception
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"
    import="java.lang.Exception"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces" prefix="af"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/html" prefix="afh"%>
    <f:view>
    <afh:html binding="#{backing_untitled3.html1}" id="html1">
    <afh:head title="untitled3" binding="#{backing_untitled3.head1}" id="head1">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body binding="#{backing_untitled3.body1}" id="body1">
    <h:form binding="#{backing_untitled3.form1}" id="form1">
    <af:commandButton text="commandButton 1"
    binding="#{backing_untitled3.commandButton1}"
    id="commandButton1"
    action="#{backing_untitled3.commandButton1_action}"/>
    </h:form>
    </afh:body>
    </afh:html>
    </f:view>
    <%-- oracle-jdev-comment:auto-binding-backing-bean-name:backing_untitled3--%>
    here is the errorpage.jsp
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces" prefix="af"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/html" prefix="afh"%>
    <f:view >
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <title>untitled4</title>
    </head>
    <body>eeeeeror</body>
    </html>
    </f:view>
    <%-- oracle-jdev-comment:auto-binding-backing-bean-name:backing_untitled4--%>
    by the way , in the error page if i change the f:view to f:subview , the page itself will not run
    thanks very much for your time.
    Message was edited by:
    bassem.farouk

  • JDev 11g Guide - error in Example 37.16

    Hi JDev team
    In the guide "Oracle® Fusion Middleware Fusion Developer’s Guide for Oracle Application Development Framework 11g Release 1 (11.1.1) B31974-01" (DRAFT June 2 2008), example 37-16 (on page 37-26), there is the following syntax issues:
    1) Line 7 refers to:
    SupplierImpl product = getSupplier();However the rest of the code refers to "supplier" not product.
    2) Also line 7, the usual return type of getSupplier would be an EntityImpl (in my testing at least), as such the result needs to be cast to SupplierImpl.
    Cheers,
    CM.

    The syntax for line 7 (now appears in Ex 37-17) and has been corrected to reflect the two errors you identified. It now matches the code from the ControllingPostOrder sample project and should read:
    SuppliersImpl supplier = getSupplier();
    instead of:
    SupplierImpl product = getSupplier();
    Thank you for pointing this out.

  • Labview student version 8.6.1 riemann zeta vi error running example file

    Error 90051 wrong number of inputs for zeta function...
    How to fix this..the mathscript vi is an internal vi...?
    jjb thanks
    Solved!
    Go to Solution.

    MathScript does not rely on matlab at all. The example has a mathscript node and I don't see any .m file referenced.
    Something seems corrupt in your installation.
    Have you tried repairing your LabVIEW installation?
    Message Edited by altenbach on 08-19-2009 08:29 AM
    LabVIEW Champion . Do more with less code and in less time .

  • Ant build error with examples

    I have just set up wlserver 6.1 on Linux. I am trying to get one of the examples
    working. I am using ant to build the example. I do the following:
    cd /opt/bea/wlserver6.1/config/examples
    . ./setExamplesEnv.sh
    cd /opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged
    /opt/bea/wlserver6.1/bin/ant all
    Skipping over the intial output which is successful, I then get:
    ejbc:
    [java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJB Deployment: cont
    ainerManaged has a class examples.ejb20.basic.containerManaged.AccountHome which
    is in the classpath. This class should only be located in the ejb-jar file.>
    [java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJB Deployment: cont
    ainerManaged has a class examples.ejb20.basic.containerManaged.Account which is
    in the classpath. This class should only be located in the ejb-jar file.>
    [java]
    [java] ERROR: Error from ejbc: Installation file /lib/persistence/persisten
    ce.install does not exist. Could not initialize EJB container managed persistenc
    e.
    [java] ERROR: ejbc found errors
    [java] Java Result: 1
    compile_webapp:
    BUILD FAILED
    /opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged/build.xml:62:
    destination directory "/config/examples/applications/examplesWebApp/WEB-INF/cla
    sses" does not exist or is not a directory
    Total time: 27 seconds
    Anyone have any ideas what's going on?
    chris

    Using "env.<VARIABLE>" is not needed because <property
    file="../../../../examples.properties"/> sources in the appropriately
    assigned variables need within the build script. Although it looks like the
    proper steps were taken, I'm not so sure the examples environment was set up
    completely.
    Another thought is that within examples.properties, the ${WL_HOME} is not
    properly substituted in a Linux environment.
    -Chris
    "Chris Cobb" <[email protected]> wrote in message
    news:[email protected]...
    >
    To answer my own question, build.xml is broken because it is not
    putting an env. prefix on the environmental variables. This
    patch fixes it:
    --- begin patch ---
    *** build.xml Sun Nov 11 23:14:17 2001
    --- build.xml.orig Sun Nov 11 23:12:31 2001
    *** 43,52 ****
    <!-- Run ejbc to create the deployable jar file -->
    <target name="ejbc" depends="jar_ejb">
    <java classname="weblogic.ejbc" fork="yes">
    ! <sysproperty key="weblogic.home" value="${env.WL_HOME}"/>
    ! <arg line="-compiler javac${dist}/std_ejb20_basic_containerManaged.jar
    ${env.APPLICATIONS}/ejb20_basic_containerManaged.jar"/>
    <classpath>
    ! <pathelementpath="${env.WL_HOME}/lib/weblogic_sp.jar;${env.WL_HOME}/lib/weblogic.jar"/>
    </classpath>
    </java>
    </target>
    --- 43,52 ----
    <!-- Run ejbc to create the deployable jar file -->
    <target name="ejbc" depends="jar_ejb">
    <java classname="weblogic.ejbc" fork="yes">
    ! <sysproperty key="weblogic.home" value="${WL_HOME}"/>
    ! <arg line="-compiler javac${dist}/std_ejb20_basic_containerManaged.jar
    ${APPLICATIONS}/ejb20_basic_containerManaged.jar"/>
    <classpath>
    ! <pathelementpath="${WL_HOME}/lib/weblogic_sp.jar;${WL_HOME}/lib/weblogic.jar"/>
    </classpath>
    </java>
    </target>
    *** 56,62 ****
    App-->
    <target name="compile_webapp">
    <javac srcdir="${source}"
    ! destdir="${env.EX_WEBAPP_CLASSES}"
    includes="Servlet.java, Account.java, AccountHome.java,
    ProcessingErrorException.java"
    />
    --- 56,62 ----
    App-->
    <target name="compile_webapp">
    <javac srcdir="${source}"
    ! destdir="${EX_WEBAPP_CLASSES}"
    includes="Servlet.java, Account.java, AccountHome.java,
    ProcessingErrorException.java"
    />
    *** 65,71 ****
    <!-- Compile EJB interfaces & client app into the clientclassesdirectory
    -->
    <target name="compile_client">
    <javac srcdir="${source}"
    ! destdir="${env.CLIENT_CLASSES}"
    includes="Account.java, AccountHome.java,ProcessingErrorException.java,
    Client.java"
    />
    --- 65,71 ----
    <!-- Compile EJB interfaces & client app into the clientclassesdirectory
    -->
    <target name="compile_client">
    <javac srcdir="${source}"
    ! destdir="${CLIENT_CLASSES}"
    includes="Account.java, AccountHome.java,ProcessingErrorException.java,
    Client.java"
    />
    --- end patch ---
    Chris
    "Chris Cobb" <[email protected]> wrote:
    I have just set up wlserver 6.1 on Linux. I am trying to get one of
    the examples
    working. I am using ant to build the example. I do the following:
    cd /opt/bea/wlserver6.1/config/examples
    . ./setExamplesEnv.sh
    cd /opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged
    /opt/bea/wlserver6.1/bin/ant all
    Skipping over the intial output which is successful, I then get:
    ejbc:
    [java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJB
    Deployment:
    cont
    ainerManaged has a classexamples.ejb20.basic.containerManaged.AccountHome
    which
    is in the classpath. This class should only be located in the ejb-jar
    file.>
    [java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJBDeployment:
    cont
    ainerManaged has a class examples.ejb20.basic.containerManaged.Account
    which is
    in the classpath. This class should only be located in the ejb-jar file.>
    [java]
    [java] ERROR: Error from ejbc: Installation file/lib/persistence/persisten
    ce.install does not exist. Could not initialize EJB container managed
    persistenc
    e.
    [java] ERROR: ejbc found errors
    [java] Java Result: 1
    compile_webapp:
    BUILD FAILED
    /opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged/build.xml:62:
    destination directory"/config/examples/applications/examplesWebApp/WEB-INF/cla
    sses" does not exist or is not a directory
    Total time: 27 seconds
    Anyone have any ideas what's going on?
    chris

  • Custom error handler examples and/or instruction

    I'm finishing up an application and would like to customize some of the error reporting.
    I've started playing around with the custom error handler VI's with some success. I would, however, like to see some examples from people who know what they are doing (unlike me).
    As always, your feedback is appreciated.
    Todd

    Look at this message.
    http://forums.ni.com/ni/board/message?board.id=170&message.id=45649
    Do a search for "General Error Handler" and you'll find some others.
    I'm also trying to find a simple way to define custom error codes and descriptions in an error cluster. I can produce my codes easily enough using the vi posted by Aristos Queue in the message noted above. I can also display my user-defined descriptions using a dialog, but I haven't found an easy way to make the user-defined descriptions in the array appear in the error cluster.
    Any help on this would be appreciated.
    Attachments:
    Error_Demo.vi ‏37 KB

  • Error code 1054: compiling error on examples with the 5640R

    Hi,
    I'm trying to use the 5640R to analyze the I and Q outputs of a set of downconversion mixers. I found that I might be able to slightly modify some of the examples that came with driver 1.3. However, when I tried to compile the FPGA part of the "ni5640R Analog Input and Output" example (before I made any modifications), I get a Code Generation Error 1054 (Cut and pasted below)
     Error 1054 occurred at nirviUIDToObject.vi
    Possible reason(s):
    Error getting object reference for UID.
    All text parsed:
    <CodeGenErr>
    <ErrorCode>1</ErrorCode>
    <DynamicText>Internal software error occurred getting module generator VI Paths (2)</DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>7</ErrorCode>
    <DynamicText>Error calling module generator VI: NULL</DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>1</ErrorCode>
    <DynamicText>Internal software error occurred getting module generator VI Paths (2)</DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>7</ErrorCode>
    <DynamicText>Error calling module generator VI: NULL</DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>1</ErrorCode>
    <DynamicText>Internal software error occurred getting module generator VI Paths (2)</DynamicText>
    </CodeGenErr>
    The code goes on for pages and pages.  When I use the pre-compiled "NI5640R Analog Input and Output (FPGA)" module that came with the driver, I seem to have no problems. Could anybody please shed some light on the issue?
    Thank.
    Richard Tseng

    Hi, I just wanted to report that I seem to have solved the problem. The issue was that while Labview was recently updated to version 8.6.1, the Labview FPGA module stayed at version 8.6. I found information leading to the solution through these two posts:
    http://forums.ni.com/ni/board/message?board.id=170&thread.id=423223
    http://digital.ni.com/public.nsf/allkb/A711119FE89E39E78625754E00075E92
    Richard Tseng

  • Error in example

    Hallo,
    I just tried to create the address type as shown in [url = http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96594/adobjenv.htm#453930] this example .
    There are two problems. First, if I do not comment out the last member method, which returns self as result, I get this error message:
    CREATE OR REPLACE TYPE Tester.address_t AS OBJECT
    FEHLER in Zeile 1:
    ORA-00600: Interner Fehlercode, Argumente: [15456], [ADDRESS_T], [13], [5], [describe phase fails], [], [], []
    ORA-06550: Zeile 0, Spalte 0:
    PLS-00801: Interner Fehler [phpkar.c:phpkae():JSIG]
    Secondly, if I comment it out, the definition of the static function recom_width shows this error:
    CREATE OR REPLACE TYPE Tester.address_t AS OBJECT
    FEHLER in Zeile 1:
    ORA-00604: Fehler auf rekursiver SQL-Ebene 1
    ORA-01400: Einfügen von NULL in ("SYS"."PROCEDUREJAVA$"."OWNERNAME") nicht möglich
    Only without this two statements i'm able to compile the new type. Do you know, what could be the problem?
    Thanks, Christian
    PS: I'm using Oracle 9.2.0.1. The java class is imported with
    call dbms_java.loadjava(' -grant "PUBLIC" -resolve -schema TESTER E:\Programmierung\Java\Diplomarbeit\Dipl_Video2\classes\Examples\Address.class')

    Sorry, the link wasn't correct. I hope this is better. :)

  • Where is "spatial topology manager"

    Hi,all. I have read the book "oracle spatial and network data models 10g release1" . I have interested in some examples. The books says these examples lie under the path where "spatial topology manager" installed. But what is "spatial topology manager"? and where could I find it?
    Is it shipped with database ,application server or other oracle products?
    Any reply are appreciated! Thanks a lot!

    Sorry, I misunderstood - there was no topology examples directory in 10g R1 (the doc had a pointer to nowhere).
    Also, there will not be a topology examples directory included in 10g Release 2.
    [Edited by: dabugov on Jan 31, 2005 2:41 PM]

  • Error? on Example 16-7 XMLFOREST: Generating Elements with Attribute and Ch

    Error in example on page http://download-east.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb13gen.htm#i1028612
    Example 16-7 XMLFOREST: Generating Elements with Attribute and Child Elements
    Example appears as
    SELECT XMLElement("Emp",
                      XMLAttributes(e.first_name ||' '|| e.last_name AS "name"),
                      XMLForest(e.hire_date, e.department AS "department"))
    AS "RESULT"
    FROM employees e WHERE e.department_id = 20;
    1. employees table not qualified as hr.employees
    2. e.department as "department" should be e.department_id as "department"
    corrected would be
    SELECT XMLElement("Emp",
                      XMLAttributes(e.first_name ||' '|| e.last_name AS "name"),
                      XMLForest(e.hire_date, e.department_id AS "department"))
    AS "RESULT"
    FROM hr.employees e WHERE e.department_id = 20;albert

    It was subreport-related, though I still do not know the exact root cause.
    I was having trouble with both the built-in export as well as a custom process.
    Removing the subreports as suggested, I isolated the failure to one of the three subs and rebuilt this subreport from scratch (it was only three fields) and now the report has no trouble with the pdf export. I am not sure if it had a resolvable technical issue or if it was just corrupted, as it is now working, I am not going to expend much energy on finding out.
    Thanks for the suggestion.

Maybe you are looking for

  • Camera Raw preferences greyed out in Bridge CS5 mac

    camera Raw preferences greyed out and Raw's are not visibel in Bridge CS5 mac Imac 10.9.2  CS 5 updated  Camera raw plug in 6.7.1 Ps opens Raw in Camera raw fine but not visilbel in Bridge. help please

  • How to transfer photo and movie files from my macbook pro

    My Hard drive is almost full how can I transfer my music and video files from the MacBook Pro to an external drive (I would like to keep my video and photos on a separate drive to keep overload from happening again). I also have a Time Capsule, can I

  • 10g on new 2.6 kernel

    Hi Everyone! I just tried to install 10g on SuSE 9.0 Pro and 9.1 Pro (now yet officially released) using the new 2.6 kernel. Unfortunately, it won't run. Everytime the database configuration assistant tried to start the engine, it failes with an erro

  • Connecting You View & Apple TV

    Hi Just received my new You view box which doesn't have a phone connection socket like my BT vision box had. I used that socket to connect my Apple TV to the internet. How would you suggest I do this now - Split the ethernet connection on the comtren

  • SOA-Siebel Integration

    Hi I am currently working on Siebel(Call Center)-SOA Integration. In the Siebel , I have exposed the Siebel Inbound service "PRODUCT IMPORT" and using the wsdl of "PRODUCT IMPORT " which contains the inbuilt schema I created a SOA Composite thus by i