Error In CMP Generated Code

I have a CMP 2.0 local entity bean, and when I try to create one from a session bean, I get this:
java.lang.IllegalStateException: Can not call getPrimaryKey() inside ejbCreate(...) methods, the entity does not have an identity yet, see the EJB 2.0 specification chapter 10.5.4
     at com.evermind.server.ejb.EJBUtils.throwGetPrimaryKeyInEJBCreateException(EJBUtils.java:963)
     at WebLine_EntityBeanWrapper2.getPrimaryKey(WebLine_EntityBeanWrapper2.java:2595)
     at WebLineHome_EntityHomeWrapper16.create(WebLineHome_EntityHomeWrapper16.java:497)In other words, the generated code for the home's create method is calling getPrimaryKey on the generated code for the entity, and this is failing because even the container can't call getPrimaryKey at that time. It doesn't seem to matter what's in my ejbCreate method, unless it throws an exception (which prevents this problem, of course). Looks like a problem with the generated code to me.

Thanks for that tip. Looking at the generated code, I see:
          boolean imIt = false;
          try
            while(!imIt)
              if(com.evermind.server.ApplicationServer.DEBUG) debug("In while(!imIt)\n");
              WebLine_EntityBeanWrapper2 other;
              other = (WebLine_EntityBeanWrapper2)getWrapperInstance(response.getPrimaryKey(), 90000l, false);That last line is where the error happens (line 520 in the stack trace above). It seems like getPrimaryKey is being called intentionally, to see if the entity is already in the cache or something? Anyway, the generated code for the instance call is:
  public Object getPrimaryKey()
    if(this.primaryKey == null) com.evermind.server.ejb.EJBUtils.throwGetPrimaryKeyInEJBCreateException();
    return this.primaryKey;
  }So that seems reasonable, I suppose. The question is, what is causing the instance to have no PK when the home thinks the PK should be there? I've tried a lot of variants of my code, with no improvement, but I could still be doing something wrong. Also, it only seems to be happening with one bean...

Similar Messages

  • Error while deploying generated code from sup to iPhone

    Hi
    I generated the code using Sap unwired platform for Objective-c.  I followed the steps specified in the below link
    http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01213.0153/doc/html/mqu1264543829068.html
    for deploying the generated code into iPhone simulator, i am getting the following error
    Undefined symbols:
      "_OBJC_CLASS_$_SUPEntityAlias", referenced from:
          objc-class-ref-to-SUPEntityAlias in SUP101_Customer.o
          objc-class-ref-to-SUPEntityAlias in SUP101_LogRecordImpl.o
    Can any one help me in this
    Edited by: KiranSanka on Dec 2, 2010 1:18 PM
    Edited by: KiranSanka on Dec 3, 2010 7:26 AM

    Hi
    While compiling did you get a warning? something along the line "missing required architecture i386 in fileu201D? if so refer this link http://stackoverflow.com/questions/1456185/build-error-missing-required-architecture-i386-in-file
    Regards
    Jinesh

  • Errors in automatically generated code

    I am creating an application in dyn pro and i have got errors at the code which is generated by dyn pro automatically. I  have imported the zip file TutWD_EJBinWD_Init .The errors  are generated on the following lines.
      private final com.sap.tc.webdynpro.progmodel.api.IWDViewController wdControllerAPI;
    private final com.sap.tc.webdynpro.progmodel.api.IWDComponent wdComponentAPI;
    this.wdControllerAPI = wdThis.wdGetAPI();
        this.wdComponentAPI = wdThis.wdGetAPI().getComponent();
    public void onActionSubmit(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
      public void onActionReset(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )

    Hello Nikhil,
    so in fact that u can access the WD API i think that something went wrong when you have importet the tutorial.
    In fact that it is an tutorial i do not think that there is any error inside it and i dont think that you have to check all the code for any errors.
    I think maybe you have choosen a diffrent packe or application name while creating the application and now after the import the package qualifier or the application name or anything like this does not match with the tutorial code.
    Was there any information which name and packages do you have to use for the tutorial?
    Where can i download the tutorial? Did you have an link so that i'm able to import it in my development workplace. It would be easier for me to find the error.
    kind regards
    Fabian

  • J2EE deploytool compile error in generated code.

    I write and compile all the code for EJB.
    Created .EAR and .WAR files needed for deploy. But when the deploy application tries to generated and compile stub code there is a compilation problem.
    Anyone knows how can I solve this? or this is a problem of the deploy app, Is there another one?
    I'm using J2EE SDK 1.3 beta version.
    THANKS...

    It's not an Exception. Are compile errors of the generated code.
    When you make "Deploy..." from "Tools" menu item of the "Application Deployment Tool", it make some task including source generation and its compilation, so, this compilation have errors.

  • Error while generating code in brf+ function

    Hi all,
    i am getting error while generating code in function in bRF+
    am using weight fields ..if i dont use quantity fields am able to generate code .
    please help.
    Thanks.

    Can you provide more details? What exactly is the error?
    I think we have provided a note for the issue. With the details it should be possible to identify the note number.

  • OWB Error while generating Code for a mapping

    I have a simple mapping loading from a source to a flat file. When I try to generate code it gives me the following Error
    VLD-2357: Target Data File name not specified for file <target Flat file name>.
    I am new to OWB so any help on the same will be greatly appreciated. How can I specify target Data File name in the mapping configuration under Flat file operators
    Thanks
    Anish

    If you configure the mapping in the UI from the main design tree and select the name of your file operator under the tree node 'Flat File Operators' on the right hand side panel the properties should be displayed - one of these properties is 'Target Data File Name', enter the name of your target data file name.
    Cheers
    David

  • Error while generating code for deployment

    I am getting the following error:
    Error generating findTest1ByMarks(java.lang.Integer) query for Bean Test1(Abstract scheme name=Test1) Error=query cannot be pushed down
    Query="select ..."
    Could someone help me?
    I am trying to generate code of Container Managed Entity Bean in WSAD 5.0.
    Thanks

    If you configure the mapping in the UI from the main design tree and select the name of your file operator under the tree node 'Flat File Operators' on the right hand side panel the properties should be displayed - one of these properties is 'Target Data File Name', enter the name of your target data file name.
    Cheers
    David

  • Error in generated code :Component Interface

    Hi All,
    I have my webdynpro component active works fine in Dev Server.
    When we move it to qualtiy we got a strange error " Error in Generated Code, Type Z*IWCI is unknown.
    Its related to the Component interface which gets generated automatically while any WDA is created but in our system it isnt getting generated?
    Looking for your valuable comments on ths
    Regards
    Bhanu

    Hi Bhanu,
    Goto se09 check for that request ICF service is generated or not? I think you first created in $TMP and assigned package.
    If ICF service is not available, just copy it to new comp, it will create new ICF service. I dont know this is the solution,
    just a guess.
    Cheers,
    Kris.

  • Syntax Error in Generated Code

    Hi All,
                I am facing the syntax error in WD4A.
    Web Dynpro Comp. / Intf. Z_PO_REQUEST,Web Dynpro Component Controller COMPONENTCONTROLLER
    Error in Generated Code
    The type "ZIWCI_PO_Request" is unknown, but there is a type with the
    similar name "IG_Z_PO_REQUEST". "IG_Z_PO_REQUEST". "IG_Z_PO_REQUEST".
    Any Suggestions to fix this?.
    Thanks in Advance,
    Rajen.

    Hi All,
                I am facing the syntax error in WD4A.
    Web Dynpro Comp. / Intf. Z_PO_REQUEST,Web Dynpro Component Controller COMPONENTCONTROLLER
    Error in Generated Code
    The type "ZIWCI_PO_Request" is unknown, but there is a type with the
    similar name "IG_Z_PO_REQUEST". "IG_Z_PO_REQUEST". "IG_Z_PO_REQUEST".
    Any Suggestions to fix this?.
    Thanks in Advance,
    Rajen.

  • Expand Operator generates code errors in OWB 10g2 map

    I suspect that there are few people that actually use the Expand Operator in OWB from the lack of threads in this forum; however I'll give this a shot.
    I have a map function that returns a user-defined object type which I then use an Expand Operator to break into its component data parts. The function works Ok. The map validates Ok. The code generates Ok. However, on deployment the map generates errors:
    ORA-06550: line 768, column 97:
    PLS-00103: Encountered the symbol "." when expecting one of the following:
    * & = - + < / > at in is mod remainder not rem then
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between overlaps || multiset year DAY_ member
    SUBMULTISET_
    The symbol "* was inserted before "." to continue.
    Compiling the package body in SQL developer, I can spot the exact lines that produce this error, so I know it's coming from the Expand Operator's generated code. In every case, the Expand Operator is producing lines like this (code generalized):
    (("[function_name]"("[map_name]"."[map_input_parameter]"))).BYTES_COUNT
    (("[function_name]"("[map_name]"."[map_input_parameter]"))).ROWS_INSERTED
    BYTES_COUNT and ROWS_INSERTED are data components of the user_defined object type returned by the function.
    The problem is the # of parentheses surrounding the function name and the returning component being outside these parentheses. If I move the returning component in between the first and second closing parentheses, the code will compile:
    (("[function_name]"("[map_name]"."[map_input_parameter]"*).BYTES_COUNT))*
    (("[function_name]"("[map_name]"."[map_input_parameter]"*).ROWS_INSERTED))*
    IMO, this is an OWB bug !! The Expand Operator can't be used without editing the code after deployment.

    Unfortunately breaking apart the user-defined type in an Expression Operator produces the same error message and virtually the same code problem:
    (([function_name]("[map_name]"."[input_parameter]")).BYTES_COUNT/* EXPRESSION.OUTGRP1.BYTES_COUNT */)
    As in the Expand Operator the line above compiles when the data type component ("BYTES_COUNT") is manually moved between the first and second closing parentheses:
    (([function_name]("[map_name]"."[input_parameter]").BYTES_COUNT/* EXPRESSION.OUTGRP1.BYTES_COUNT */) )

  • Deploytool - Exception in generated code during compilation

    Hi,
    I am trying to deploy a rather simple container managed application. When running it through the verifier of J2EE1.3.1 I receive no errors.
    During deployment I get the following message:
    "Error deploying ejb.jar: Compilation failed"
    The j2ee server output shows, that the error is located in the generated code of the Bean class:
    "d:\Java\j2sdkee1.3.1\repository\lap18\gnrtrTMP\AufnahmeAgent\de\faw\charite\aufnahmeagent\generated\AufnahmeAgentBean_PM.java:3: de.faw.charite.aufnahmeagent.generated.AufnahmeAgentBean_PM should be declared abstract; it does not define remove() in de.faw.charite.aufnahmeagent.generated.AufnahmeAgentBean"
    How can this be my error?
    The log only shows the following:
    Compilation failed.
         at com.sun.ejb.codegen.GeneratorDriver.compileClasses(GeneratorDriver.java:232)
         at com.sun.ejb.codegen.GeneratorDriver.preDeploy(GeneratorDriver.java:603)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployEjbs(JarInstallerImpl.java:707)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:221)
         at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
         at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:255)
         at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
         at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)
    Anybody ever met anything similar?
    My Setup:
    NT4.0
    JDK1.3.1 && JDK1.4 (tried both, made no difference)
    Code:
    BEAN CLASS:
    public abstract class AufnahmeAgentBean
            implements AufnahmeAgentModel, ClientAgent, EntityBean {
        private AufnahmeAgentControl control;
        public void registerRMIRemote(String remoteClassName) {
            try {
                Class cls = Class.forName(remoteClassName);
                Object[] params = { getClientRMIServerAdress(),
                                    getClientRMIServerName() };
                Object instance = cls.getConstructors()[0].newInstance(params);
                control.registerClient((AufnahmeAgentClientInterface)instance);
            catch(Exception ex) {
                System.err.println("Fatal RMI Error: " + ex);
        public AufnahmeAgentBean(){}
         * Called by the AgentEngine if a new AgentMessage has been sent to this.
         * @param msg the AgentMessage
        public void processMessage(AgentMessage msg) throws RemoteException {}
         * Called if a new request AgentMessage has been sent to this.
         * @param msg the AgentMessage
         * @return the result of the request
        public java.io.Serializable processRequest(AgentMessage msg) throws RemoteException{}
         *  data access methods
        public abstract String getAgentName();
        public abstract void setAgentName(String agentName);
        public void ejbRemove() {}
        public void setEntityContext(EntityContext context) { }
        public void unsetEntityContext() { }
        public void ejbActivate() { }
        public void ejbPassivate() { }
        public void ejbLoad() { }
        public void ejbStore() { }
         * Creates a new AgentServerBean instance.
         * @param serverID the id of this
        public String ejbCreate(String agentName)
                throws CreateException, RemoteException {
            setAgentName(agentName);
            AgentEngine agentEngine = new  EJBAgentEngine(EJBAgentEngine.STATIC_SERVER_ID);
            control = new AufnahmeAgentControl(getAgentName(),agentEngine, this);
            return agentName;
        public void ejbPostCreate(String agentName) {
    }THE REMOTE INTERFACE
    public interface AufnahmeAgent extends EJBObject {
        // The CMP methods for client connection
        String getClientRMIServerAdress() throws RemoteException;
        String getClientRMIServerName() throws RemoteException;
        void setClientRMIServerAdress(String value) throws RemoteException;
        void setClientRMIServerName(String value) throws RemoteException;
        public PatientMitPrioritaet[] getNawPatienten() throws java.rmi.RemoteException;
         public String getRTSArzt() throws java.rmi.RemoteException;
         public void setNawPatienten(PatientMitPrioritaet[] values) throws java.rmi.RemoteException;
         public void setRTSArzt(String value) throws java.rmi.RemoteException;
    }

    Hi again,
    I found the error. To explain it it is necessary to state that the interfaces implemented by the Bean class are generated. Since the code already worked at a time I didn't check it, which profed a mistake.
    One of the interfaces extended the EJBObject interface. Because of this the AufnahmeAgentBean thought it had to implement those methods too :-(
    Well lots of time wasted, but at least I now know a bit more about the architecture of our product.
    Where did you read this?? By "data access methods" do
    you mean your bean's "business methods"? Again, the
    container/vendor tool has no way of knowing how to
    implement your beans abstract methods - only the
    interface methods which it (usually) does by wrapping
    your bean. The container knows which of your beans
    attributes it is to manage from your bean's Deployment
    Descriptor: specifically, those elements identified as
    <cmp-field>, not from reflecting on your code!By data access methods I mean the following:
    you got a String that shall be managed by the database. Normally, of course, one would just declare it:
    protected String _foo;
    when using container managed persistence you just declare the accessmethods as abstracts:
    public abstract String getFoo();
    public abstract void setFoo(String foo);
    Thus the bean must be declared abstract.
    You asked where I read that the bean is always declared abstract when it uses CMP. Right here:
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/CMP3.html
    In section Differences between Container-Managed and Bean-Managed Code
    No they don't, and they are not supposed to. The
    remove method is part of the EJBObject definition,
    and>
    As I stated previously, such a declaration would not
    have been the same as those in your bean's interfaces.
    :)>
    afaik it doesn't have to be implemented when using
    container managed persistence.>
    The 'ejbRemove' method in your bean doesn't ever have
    to be implemented, but is does have to appear in your
    bean since it's declared in the Session/EntityBean
    interace. All methods in these interfaces are
    container callback methods. They exist to enable the
    container to manage the life of the bean. The
    'remove' methods in the Home and Remote interfaces are
    implemented by the vendor tool and proxy to the bean's
    ejbRemove method. Calling CMPInterface.remove still
    propagates a call to CMPBean.ejbRemove. In this case
    ejbRemove provides your bean the opportunity to null
    its members and allow garbage collection to occur more
    quickly.well of course you are right... but I didn' t receive the error message because of the ejbRemove but because of the remove method, which isn't supposed to be implemented in the Bean class. Now of course we know why ;-)
    Well thanks for your time, I decided to reward your invested time with five of the ten Duke Dollars ( especially since it reall was a design flaw that you couldn't find...lacking the sourcecode)
    Greetings, and thanks for the help,
    Markus "marksman" Hammori

  • J2EE Deploytool - Exception in generated code.

    Hi,
    I am trying to deploy a rather simple container managed application. When running it through the verifier of J2EE1.3.1 I receive no errors.
    During deployment I get the following message:
    "Error deploying ejb.jar: Compilation failed"
    The j2ee server output shows, that the error is located in the generated code of the Bean class:
    "d:\Java\j2sdkee1.3.1\repository\lap18\gnrtrTMP\AufnahmeAgent\de\faw\charite\aufnahmeagent\generated\AufnahmeAgentBean_PM.java:3: de.faw.charite.aufnahmeagent.generated.AufnahmeAgentBean_PM should be declared abstract; it does not define remove() in de.faw.charite.aufnahmeagent.generated.AufnahmeAgentBean"
    How can this be my error?
    The log only shows the following:
    Compilation failed.
         at com.sun.ejb.codegen.GeneratorDriver.compileClasses(GeneratorDriver.java:232)
         at com.sun.ejb.codegen.GeneratorDriver.preDeploy(GeneratorDriver.java:603)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployEjbs(JarInstallerImpl.java:707)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:221)
         at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
         at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:255)
         at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
         at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)
    Anybody ever met anything similar?
    My Setup:
    NT4.0
    JDK1.3.1 && JDK1.4 (tried both, made no difference)
    Code:
    BEAN CLASS:
    public abstract class AufnahmeAgentBean
            implements AufnahmeAgentModel, ClientAgent, EntityBean {
        private AufnahmeAgentControl control;
        public void registerRMIRemote(String remoteClassName) {
            try {
                Class cls = Class.forName(remoteClassName);
                Object[] params = { getClientRMIServerAdress(),
                                    getClientRMIServerName() };
                Object instance = cls.getConstructors()[0].newInstance(params);
                control.registerClient((AufnahmeAgentClientInterface)instance);
            catch(Exception ex) {
                System.err.println("Fatal RMI Error: " + ex);
        public AufnahmeAgentBean(){}
         * Called by the AgentEngine if a new AgentMessage has been sent to this.
         * @param msg the AgentMessage
        public void processMessage(AgentMessage msg) throws RemoteException {}
         * Called if a new request AgentMessage has been sent to this.
         * @param msg the AgentMessage
         * @return the result of the request
        public java.io.Serializable processRequest(AgentMessage msg) throws RemoteException{}
         *  data access methods
        public abstract String getAgentName();
        public abstract void setAgentName(String agentName);
        public void ejbRemove() {}
        public void setEntityContext(EntityContext context) { }
        public void unsetEntityContext() { }
        public void ejbActivate() { }
        public void ejbPassivate() { }
        public void ejbLoad() { }
        public void ejbStore() { }
         * Creates a new AgentServerBean instance.
         * @param serverID the id of this
        public String ejbCreate(String agentName)
                throws CreateException, RemoteException {
            setAgentName(agentName);
            AgentEngine agentEngine = new  EJBAgentEngine(EJBAgentEngine.STATIC_SERVER_ID);
            control = new AufnahmeAgentControl(getAgentName(),agentEngine, this);
            return agentName;
        public void ejbPostCreate(String agentName) {
    }THE REMOTE INTERFACE
    public interface AufnahmeAgent extends EJBObject {
        // The CMP methods for client connection
        String getClientRMIServerAdress() throws RemoteException;
        String getClientRMIServerName() throws RemoteException;
        void setClientRMIServerAdress(String value) throws RemoteException;
        void setClientRMIServerName(String value) throws RemoteException;
        public PatientMitPrioritaet[] getNawPatienten() throws java.rmi.RemoteException;
         public String getRTSArzt() throws java.rmi.RemoteException;
         public void setNawPatienten(PatientMitPrioritaet[] values) throws java.rmi.RemoteException;
         public void setRTSArzt(String value) throws java.rmi.RemoteException;
    }

    That's the funny part.
    The class AufnahmeAgentBean_PM is generated by the deploytool. Of course the compiler is right: the method isn't implemented in the generated java file.
    However implementing it would be no solution, since it is overwritten during the next code generation.

  • Auto generated code in makefile

    For our product we have a TCL script that reads a series of text files and generates C++ classes for easy access to database records. Our code has been in use for make years and works very well. We have always used a solaris command prompt dmake to compile, which first generates the C++ files then complies them. It uses a series of enviroment variables which a user must set before compilation.
    I recently tried to create a Sun Studio Express based on NetBeans 6.5.rc1 project from a make file. This has worked for every other makefile except for this one. The others do not have any auto generated code.
    To run sun studio I in a command prompt source in the environments then run netbeans. Then I choose to build the product but I get an error. I then try to copy the command it is running into telnet window and it works fine. Does anyone have an idea on why in the sun studio I get and error while the telnet window works fine.

    I think the problem is that the SunStudio IDE runs the build command in a wrong directory.
    Can you verify that the working directory is correct?
    (it is in project properties: Build > Make)
    Also you can find this directory in the message in the output, when you try to build the project.
    That's the message, that you copied to the terminal window.
    Thanks,
    Nik

  • Change color of series in Charts to custom colors - error in macro generated by Excel

    The case:
    Excel 2013, Multiple cheets with multiple charts of different type. Several charts doesn't show well will the defaut color automatically generated by Excel. -> The idea is to modify these graphics only with a specific color combination (modifying the
    color of the series)
    I'm able to modify the color of each series of 1 chart using the UI. but there are many charts so doing them with a simple macro would speed these repeative steps.
    I turned on the macro recording to capture the change of the color of a selected serie in a selected chart.
    The generated code is:
        ActiveChart.Legend.LegendEntries(1).Select
        With Selection.Format.Fill
            .Visible = msoTrue
            .ForeColor.ObjectThemeColor = msoThemeColorAccent3
            .ForeColor.TintAndShade = 0
            .ForeColor.Brightness = -0.25
            .Transparency = 0.3000000119
            .Solid
        End With
    When I execute the macro, Excel trigger an error:
    Execution error -2147467259 (80004005)
    method "Fill" of object "ChartFormat" has failed   (this is a translated error message, as I run a french version)
    Any idea why Excel cannot run its own generated code ?
    Thanks in advance.

    Very surprisingly the following code (also generated by the macro recording) works ok.
    (I selected the serie inside the chart instead of selecting the serie in the legend)
        ActiveChart.FullSeriesCollection(1).Select
        With Selection.Format.Fill
            .Visible = msoTrue
            .ForeColor.ObjectThemeColor = msoThemeColorAccent3
            .ForeColor.TintAndShade = 0
            .ForeColor.Brightness = -0.25
            .Transparency = 0.3000000119
            .Solid
        End With
    If an MVP or Microsoft official come accross this, I suggest further testing as it is very likely a bug (with the first set of code generated by Excel)

  • LabVIEW could not generate code for the shared variable.You must open the VI in the project that contains the library where the shared variable resides

    HI
    When I put a network shared variable with fifo RT activated on my diagram, the arrow is broken.and I' ve got this message:
    ""LabVIEW could not generate code for the shared variable.You must open the VI in the project that contains the library where the shared variable resides""
    If I uncheck FIFO RT option for this variable the arrow isn't broken anymore.
    I 've no idea how to correct this weird error?
    Autodeploy is on, and I've check copy / delete in diagram in tool/options\diagram
    regards,
    james

    Hello,
    I don't reproduce this error.
    Could you send your VI?
    Regards
    VéroniqueD
    NI France

Maybe you are looking for

  • How do I get to the start page when I'm not on it currently? there used to be a buttom for it

    I recently updated to version 6.0.2 of Firefox. This version doesn't seem to have a "home page" button. How do I get to the home page when I'm currently not on it? I shouldn't have to press the "backpage" button until I get there or type it in to get

  • Connecting a DELL Dell SP2309W from anew iMac

    OK I have a Dell SP2309W coming and I want to make sure I get the right connector to connect it from my new iMac24" to the DELL. Do I use this to go the DVI port of the DELL Mini DisplayPort to DVI Adapter http://store.apple.com/us/product/MB570Z/A?f

  • Using Express without a Wireless Card?

    I would like to use my Express only to stream music from iTunes on my desktop to my stereo. I do not have a wireless card. I thought I could do this but am unable to configure the Express. It is plugged into my network and has a gree light. My deskto

  • Reg: Reporting Tool

    Hi all,    I would like to know the Reporting Tools available for SAP BW..?    I know one reporting tool named 'CubeServ Documentation Tool'. I would like to know what are all the available reporting tools for SAP BW.

  • Transaction Screens

    hi community. anyone know how to do focus on buttons for transaction screens? we are tried with the focused style but we cannot navigate with handheld tab button on transaction screen. On object screen we had no problem. Thx a lot for your reply.