'Find all Targets.vi' blocks 2009 development environment

Hi people,

This is a first for me - 2009 v9.0f3 running and have problems with the above vi (included as part of the example of "Replication of system"). I used this VI for a while now and never had this problem.

The local NIC 10/100 the value by default, but if static DHCP DHCP not available (172.16.1.1/255.255.0.0).

PSC-2010 is static to 172.16.1.2

Link/ping find between the target and the computer host.

Target is running RT v8.5.1, FP VI Manager 6.0.1 / PS drivers 6.0.0 and variable customer support for LV RT.

Crashes when:

-host to PSC-2010 PC connection is OK

AND

-' Find not only configured "bool terminal is set to (False)

Won't crash if:

-computer host is connected to the network 'coorperate' and a IP through DHCP (no target address). Or bool value.

-host to PSC-2010 PC connection is OK

AND

-' Find not only configured "bool terminal is set to (true)

Crash is difficult - no "program has stopped responding", all the windows just left LabVIEW.

Recovery comes into play on the next launch of LV, but no error report.

Any thoughts? Don't know where to start, another that * perhaps * an another PSC-2010.

Kind regards

Jamie

After that I realized that it was actually a DevZone Toolbox, I re-uploaded, re-placed in the \user.lib folder, and everything's fine.

Thank you

Jamie

Tags: NI Hardware

Similar Questions

  • try to find all the people that I blocked

    I blocked a few people and I can't find where are my blocked people. Im trying to unlock. Help!

    Hey !
    When blocking people, you have the option to remove them too, if you removed them, just a search on Skype and re-add/unblock their similarly to all block, you must search for them and click on "Tap to establish new contacts" and you should see your blocked contacts here

    Let me know if it helped you !

  • Script to find all Dell servers in my environment

    Guys,

    I'm looking for a script to find all the hosts from Dell in my environment and if possible the current BIOS version.  I would also like to generate the results in an excel spreadsheet.

    Thank you.

    I made a script to find the info of the BIO on Dell.  I had a mixture of 6850 R710's, R810 and R900.

    $ESXServers = get-VMHost
    $ESXInfo = @)
    {Foreach ($ESX to $ESXServers)
    $NewObj = "" | Select the name of the model, manufacturer, BIOs
    $NewObj.Name = $ESX. Name
    $NewObj.Model = $ESX. Model
    $NewObj.Manufacturer = $ESX. Manufacturer
    $NewObj.BIOs = (($ESX.)) ExtensionData.Runtime.HealthSystemRuntime.SystemHealthInfo.NumericSensorInfo | where {$_.} Name: like "* BIOS *"- and $_. SensorType% - eq 'Software components'}). (Name): replace (".") * BIOS "," ")-replace (". ")" * "," ")
    $ESXInfo += $NewObj
    }
    $ESXInfo
  • Active Directory can authenticate to the APEX development environment

    Greetings,

    Environment:
    Apex Version 4.0.2
    Database version: 11.2.0.1
    WebLogic 10.3.3
    Listener of the apex

    Is it possible to use Active Directory to authenticate access to the APEX development environment? I have all the individual applications using Active Directory authentication, but I can't find a way to integrate Active Directory to access the development environment.

    Thank you
    Larry

    Larry,

    No, you cannot change the way in which the APEX Application Builder authenticates users.

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • How can I stop the URLLoader access caching in the Flash development environment

    I am loading an external XML file when it is in the Flash development environment. ActionScript 3.0 (CS3) accesses the XML file using URLLoader. All right until I need to change the XML file. When you test the Flash application in the development environment, he does not see the changes I made to the XML file, because the URLLoader is sort of caching the results. For example, the XML file is exactly the same. It's very frustrating. Is there a way I can blow this cache so that URLLoader is obliged to load the XML file? Currently, I have to restart the Flash environment or change the name of the XML file. Whatever it is, it's painful. Thank you.

    What do you mean «if the XML target is local...» » ???  If it's local it is not hidden.  otherwise it's.

    If your xml file is not local in addition a changing query string:

    "www.domain.com/xml/yourxml.xml?queryS=" + Math.Random ();

  • Can I use SqlPlus in Oracle11GR1 traditional development environment?

    Hello
    I downloaded Oracle 11 GR 1 material, but I want to write the sql code in the SqlPlus tradition environment which was in Oracle 9i or 8i (who had a history of white color). So how to get this here SqlPlus development environment? The current download and installation SqlDeveloper was installed and sqlplus command prompt has been provided. But I want to use this environment to sqlplus white screen. Please guide how to get that one.

    Thank you.

    First create a shortcut icon on your desktop to sqlplus.exe (in your oracle_home/bin directory).

    Then right-click on the icon and select Properties. Change these settings:

    Tab: General
       Put the instance name in the text box
    
    Tab: Shortcut
       Target: (your oracle_home)\bin\sqlplus.exe userid/password@databasename  --< use with caution
       Start in: (your oracle_home)\bin
       Run: Normal Window
       Change icon to whatever you want
    
    Tab: Options
       Cursor size: Small
       Command History, Buffer size: 50
                      , Number of buffers: 4
       Display options: Window
       Edit Options: check QuickEdit mode
                     check Insert mode
    
    Tab: Font
       Size: 8x12
       Font: Raster Fonts
    
    Tab: Layout
       (Screen Buffer Size is the 'virtual' size of the screen
        Window Size is what you see on the screen
        having a buffer size of 2000 allows sql plus to display
        very wide rows when sql plus LINESIZE is also 2000)
       Screen buffer size: Width: 2000
                           Height: 2000
       Window size: Width: 125
                    Height: 55
    
       check Let system position window
    
    Tab: Colors
       I like aqua on black, but whatever
    
    Tab: Compatibility
       Leave all these unchecked
    

    I like to include my user name and password in the determination of objectives, but this can be a security risk, so use with caution.

    And some of these parameters depend on the size of your monitor, your Visual acuity, etc so adjust to taste.

    Then, edit your glogin.sql file (it is in oracle_home/sqlplus/admin) and add these lines:

    SET serveroutput on
    SET linesize 2000
    SET pagesize 50000
    SET trimspool on
    SET long 50000
    SET tab off
    ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYYY HH24:MI:SS';
    

    You can use any format you like for the date format, but make sure that it includes the portion of time.

    This is also where you put the PASS command to change the column you mentioned.
    Something like: COL some_column to 999999

    I also have this query in my glogin.sql:

    SELECT d.name, s.sid,s.serial#, p.spid
    FROM   v$process p
          ,v$session s
          ,v$database d
    WHERE  p.addr = s.paddr
    AND    s.audsid = userenv('SESSIONID');
    

    This info can be useful for some data dictionary queries (such as v$ session_longops).

    Then create a directory somewhere to organize all your scripts SQL more than of assistance. As c:\oraclescripts.

    Create a permanent environment variable called SQLPATH pointing to this directory.

    Every time that you run a script from the sqlplus prompt, it will search this directory if you do not have to call every time.

    Now, double-click the icon and try it.

  • jDeveloper, this isn't a good IDE development environment

    I tried another time, doing mostly simle EJB stateful session, and she even does not work. not even the tutorials of oracle, or also a few others on the internet.
    I know that shay is a very good fan to this, but I tell you, it isn't. you try to make things really easy, which complicate everything really really too. This is the error I got trying to deploy a very simple application.

    [Run application on Server Instance IntegratedWebLogicServer Application1...]
    [21: 03:49]-deployment began. ----
    [21: 03:49] the target platform's (Weblogic 10.3).
    [21: 03:51] recovery of the existing application information
    [21: 03:54] analysis of the dependence running...
    [21: 03:55] deployment of 3 profiles...
    [21: 03:55] wrote the Web application Module for /home/issanllo/.jdeveloper/system11.1.1.2.36.55.36/o.j2ee/drs/Application1/ViewWebApp.war
    [21: 03:56] wrote the EJB Module to /home/issanllo/.jdeveloper/system11.1.1.2.36.55.36/o.j2ee/drs/Application1/MyCartEJB.jar
    [21: 03:56] wrote the Module Enterprise Application to /home/issanllo/.jdeveloper/system11.1.1.2.36.55.36/o.j2ee/drs/Application1
    [21: 03:56] Application deployment...
    < 4 June 2010 21 H 03' it IS > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1275678236987 'for task ' 0'. Error is: "weblogic.application.ModuleException: Exception preparation module: EJBModule (MyCartEJB.jar)"


    Unable to deploy EJB: MyCartEJB.jar /home/issanllo/.jdeveloper/system11.1.1.2.36.55.36/o.j2ee/drs/Application1/MyCartEJB.jar:

    Deploy the failure:

    '
    weblogic.application.ModuleException: Exception preparation module: EJBModule (MyCartEJB.jar)


    Unable to deploy EJB: MyCartEJB.jar /home/issanllo/.jdeveloper/system11.1.1.2.36.55.36/o.j2ee/drs/Application1/MyCartEJB.jar:

    Deploy the failure:


    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:454)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:391)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
    Truncated. check the log file full stacktrace

    Caused by: deploy the failure: NestedException Message is: Remove remove() method is not a company in EJB SessionEJB anyway
    at weblogic.ejb.container.deployer.Ejb3SessionBeanInfoImpl.initializeRemoveMethodInfos(Ejb3SessionBeanInfoImpl.java:245)
    to weblogic.ejb.container.deployer.Ejb3SessionBeanInfoImpl. < init > (Ejb3SessionBeanInfoImpl.java:115)
    at weblogic.ejb.container.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.java:722)
    at weblogic.ejb.container.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(MBeanDeploymentInfoImpl.java:574)
    to weblogic.ejb.container.deployer.MBeanDeploymentInfoImpl. < init > (MBeanDeploymentInfoImpl.java:255)
    Truncated. check the log file full stacktrace
    >
    < 4 June 2010 21 H 03' it IS > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy task for application "Application1". >
    < 4 June 2010 21 H 03' it IS > < WARNING > < hats > < BEA-149078 > < message 149004 track battery
    weblogic.application.ModuleException: Exception preparation module: EJBModule (MyCartEJB.jar)


    Unable to deploy EJB: MyCartEJB.jar /home/issanllo/.jdeveloper/system11.1.1.2.36.55.36/o.j2ee/drs/Application1/MyCartEJB.jar:

    Deploy the failure:


    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:454)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:391)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
    Truncated. check the log file full stacktrace

    Caused by: deploy the failure: NestedException Message is: Remove remove() method is not a company in EJB SessionEJB anyway
    at weblogic.ejb.container.deployer.Ejb3SessionBeanInfoImpl.initializeRemoveMethodInfos(Ejb3SessionBeanInfoImpl.java:245)
    to weblogic.ejb.container.deployer.Ejb3SessionBeanInfoImpl. < init > (Ejb3SessionBeanInfoImpl.java:115)
    at weblogic.ejb.container.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.java:722)
    at weblogic.ejb.container.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(MBeanDeploymentInfoImpl.java:574)
    to weblogic.ejb.container.deployer.MBeanDeploymentInfoImpl. < init > (MBeanDeploymentInfoImpl.java:255)
    Truncated. check the log file full stacktrace
    >
    # Cannot run Application1 of application because of the deployment on IntegratedWebLogicServer error.
    [21: 03:58] # incomplete deployment. ####
    [21: 03:58] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    [Application Application1 interrupted and cancelled Server Instance IntegratedWebLogicServer]

    --------------------------------------------------------------------------------------------
    It's the bean class: you will see that it is a paper copy of a tutorial oracle:
    package com;
    
    import java.util.ArrayList;
    import java.util.Calendar;
    
    import java.util.Collection;
    import java.util.GregorianCalendar;
    
    import javax.annotation.PostConstruct;
    
    import javax.annotation.PreDestroy;
    
    import javax.ejb.Local;
    import javax.ejb.PostActivate;
    import javax.ejb.PrePassivate;
    import javax.ejb.Remote;
    import javax.ejb.Remove;
    import javax.ejb.Stateful;
    import javax.ejb.TransactionManagement;
    import javax.ejb.TransactionManagementType;
    
    @Stateful(name = "SessionEJB", mappedName = "Application1-MyCart-SessionEJB")
    @TransactionManagement(TransactionManagementType.CONTAINER)
    @Remote
    @Local
    public class SessionEJBBean implements SessionEJB, SessionEJBLocal 
    {
        
        protected Calendar _constructTime = new GregorianCalendar();
        
        private Calendar _passivateTime;
        private Calendar _activateTime;
        private Calendar _removeTime;
        
        private String logMessage = "";
        private String message = "";
        private ArrayList items;
        
        public SessionEJBBean() 
        {
        }
        
        @PostConstruct
        public void initialize() 
        {
            logMessage = "";
            _constructTime = new GregorianCalendar();
            _constructTime.setTimeInMillis(System.currentTimeMillis());
            this.setLogMessage(this.getLogMessage() +"\n"+"PostConstruct : "+_constructTime.getTime().toString());
            
            items = new ArrayList();
        }
        
        public void addItem(String item) 
        {
            this.setLogMessage(this.getLogMessage()+"\n"+"Add Item "+item);
            items.add(item);
        }
        
        public void removeItem(String item) 
        {
            this.setLogMessage(this.getLogMessage()+"\n"+"Remove Item "+item);
            items.remove(item);
        }
        
        public Collection getItems() 
        {
            return items;
        }
        
        public void setItems(ArrayList items) 
        {
            this.items = items;
        }
        
        @PreDestroy
        public void destroy() 
        {
            this.setLogMessage(this.getLogMessage()+"\n"+"@PreDestroy ");
            
        }
        
        @PrePassivate
        public void prePassivate() 
        {
            _passivateTime = new GregorianCalendar();
            _passivateTime.setTimeInMillis(System.currentTimeMillis());
            this.setLogMessage(this.getLogMessage() +"\n"+"PrePassivate : " + _passivateTime.getTime().toString());
        }
    
        @PostActivate
        public void postActivate() 
        {
            _activateTime = new GregorianCalendar();
            _activateTime.setTimeInMillis(System.currentTimeMillis());
            this.setLogMessage(this.getLogMessage() +"\n"+"PostActivate : " + _activateTime.getTime().toString());
        }
        
        @Remove
        public void remove() 
        {
            this.setLogMessage(this.getLogMessage()+"\n"+"Remove");
        }
        
        public void setLogMessage(String l) 
        {
            this.logMessage = l;
        }
        
        public String getLogMessage() 
        {
            return logMessage;
        }
        
        public void clearLogMessage() 
        {
            this.setLogMessage("");
        }
        
        public void setMessage(String M) 
        {
            this.message = M;
        }
        
        public String getMessage() 
        {
            return this.message;
        }
    }
    ----------------------------------
    and the web-logic. XML:

    <? XML version = "1.0" encoding = "UTF - 8"? >
    < weblogic-ejb-jar xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
    xsi: schemaLocation = "http://www.bea.com/ns/weblogic/weblogic-ejb-jar http://www.bea.com/ns/weblogic/weblogic-ejb-jar/1.0/weblogic-ejb-jar.xsd".
    xmlns = "http://www.bea.com/ns/weblogic/weblogic-ejb-jar" >
    < weblogic-company-bean >
    SessionEJB < ejb-name > < / ejb-name >
    < stateful - session handle >
    < stateful-session-cache >
    < max-beans-in-cache > 1 < / max-beans-in-cache >
    < 60 > idle-timeout-seconds < / idle-timeout-seconds >
    < session-timeout-seconds > 80 < / session-timeout-seconds >
    LRU < type of cache > - < / type of cache >
    < / stateful-session-cache >
    < persistent-store-dir > continue < / persistent-store-dir >
    < stateful session-clusters >
    < Host-is-clusterable > false < / home-is-clusterable >
    < / stateful session clustering >
    < allow-simultaneous-calls > true < / allow them competitors-calls >
    < / session stateful-handle >
    < enable call-by-reference-> true < / enable-call-by-reference >
    < / weblogic-company-bean >
    < / weblogic-ejb-jar >

    -------------------
    the main.jsp that uses the bean is made with start-up fast jDeveloper

    ... is another question possible not to use access data controls the model EJB bean? as
    Private @EJB MyCart cart;

    Thank you, but jDeveolper is not good development environment

    Israel

    Should not the remove method be defined in your (local or remote) EJB interfaces?

  • Why build application vi works in the development environment, but not in the executable file; error 1025

    Hello

    I have a request ('A') that I am trying to build another application ("BuildA").

    I can create a request for A manually of its project using the Build specification, and it works fine (A.exe).

    Also, when I run BuildA.vi in the development environment he calls the "Build.vi" properly and again generates application A.exe very well.

    Then, when I ask BuildA (manually) and run BuildA.exe, I would expect that it also creates A.exe as BuildA.vi did in the development environment.

    However, it fails with the error:

    Code: 1025

    Reference VI opened in .vi NI_App_Builder_API.lvlib:Build (path)-> BuildA.vi
    Path of the VI: C:\TEMP\AppBuild\BuildA\vi.lib\AppBuilder\BuildTarget.vi

    I noticed this thread , which looks like a similar problem, but has reached no conclusion.

    Why BuildA.vi works fine in the LabVIEW environment, but the application that builda.exe does not work?  All paths are hard-coded, so it shouldn't be a path problem.

    Thank you

    -john

    eye_in_the_sky wrote:

    I guess we will have to keep the application building separated the disappointment... automated scripts

    There are still other options.  Lets say configure you VI to run then.  If you ran the following command from your script line

    "C:\Program NIUninstaller Instruments\LabVIEW 2011\LabVIEW.exe" "C:\BuildA.vi".

    It would then open your BuildA.vi in LabVIEW and run in the development environment.

  • development environment for DBLog.dll

    I want to edit DBLog.dll, but I don't know what is the development environment for DBLog.dll?  How can I find out what development tool to use?  And, the dependent version?

    Thank you.

    Peggy

    To avoid this error, you must add 'C:\Program Files\Microsoft Platform SDK\Include\mfc\' to your INCLUDE path. Libraries can be found in "C:\Program Files\Microsoft Platform SDK\lib\"

  • How to install java Development Environment of the blackberry

    Hi all, I want to configure a new Java development environment in my new system what are the software I need to download and where I can get these software as - Blackberry Eclipse, etc. Simulaters any PDF or link is there for assistance. Thank you all

    Hello

    Here you can download JDE

    http://us.BlackBerry.com/developers/javaappdev/javadevenv.jsp

    for eclipse

    http://us.BlackBerry.com/developers/javaappdev/JavaPlugin.jsp

    simulators use and choose which device.

    http://us.BlackBerry.com/developers/resources/simulators.jsp

    Thank you & best regards

    pp

  • Find all occurrences of a term, through multiple Word documents and examine each instance in its local context (i.e. extracted)

    Hi all

    I'm looking for an easy way to find all occurrences of a term, through multiple Word documents and review of each instance of the word in its local context (i.e. extracted) without having to open each document.

    For example, if I want to search the term "religious atmosphere", the search results would be something like:

    Paper 22: '.. '. but the religious atmosphere had not evolved to the point where... »

    Paper 22: "...". not that the religious atmosphere was still too controversial for a settlement... »

    Document 35: "...". If anything, the religious atmosphere was still little developed for a city... »

    Document 35: "...". it in no way improve the religious atmosphere until the decision was... »

    Paper 42: '.. '. up to - what point, the religious atmosphere was very collegial with all the elements of... »

    Any Microsoft or utility 3 rd-party which can put each instance-by-side and in a context extract would be a real, real help!

    Any ideas?

    Thank you

    Jay

    Ken is perhaps more familiar with the Agent Ransack, I am, but a quick check she finds every instance of a string of text and shows the term in the context of a single line subject to the following:

    • At the end of the search, a list of the files found is accompanied by some statistics.
    • If you select one of the files found, each 'hit' for this file is displayed in the context of a single line.  In other words, you get a list of hits in context as in your original question.  Instead, you get a list of, say, 42 documents and then if you have selected the Document 22, you will see:
      • «.. but the religious atmosphere had not evolved to the point where... »
      • «.. . not that the religious atmosphere was still too controversial for a settlement... »
    • The display of content seems to work with OK * .doc, *.docx and files *.pdf; not so many other types of files - even if it looks for text in all kinds of other files.

    Agent Ransack is free.  Download and try it.  If you don't like, just uninstall.

  • BlackBerry development environment - SDM does not

    Hi all

    I put in place following the BlackBerry development environment.

    1 blackBerry JED 4.7

    2 blackBerry Email and MDS Simulator 4.1.4

    3 blackBerry WebLoader 1.1.0

    If I try to run the MDS through the stand-alone option (Option 2 above). SDM works very well and I am able to access the Internet while browser.

    But if I try to run MDS if the option provided internal JDE (Option 1). SDM is not running. Command window opens for the fraction of a second and then closes. Some how I managed to catch the snap-snap-in error and which is "Exception in thread"main"java.lang.UnsupportedClassVersionError.» Bad Version in .class file number' do not know what the problem is.

    According to my understanding MDS should work in both options.

    Please provide your inputs.

    Thanks in advance,

    Sandeep

    Baiscally the MDS is to simulate the transfer of your data through MDS.

    Well, if your Java version is compatiable with the MDS, avoid any problems for MDS.

  • Is there real problems leaving the production as a 'full of APEX development environment?

    Hello

    We have recently installed APEX (5) in our production and Test environments.  We have not all applications running in Production at the moment.  Looking through the documentation I've learned that you can configure an instance of the APEX "APEX full development environment" or a "APEX Runtime Environment" and you can switch between the two through scripting.

    It is recommended to set your runtime production environment.  However when you do this you will lose access to admin functions.  My questions are:

    (1) if we look / account ADMIN secure as well as all users in our application workspace, is so no REAL question simply letting PROD as development environment?

    (2) If you make your Production environment, a runtime environment, it seems that you can import only new applications via the SQL script.  What happens when you export out of your Test instance and it has an application ID that is already used in the Production environment?  When you import forward, it lets create you a new application ID instead of using the existing one.  I fear that the admins will accidentally overwrite an existing application if they import via the script.

    You can keep the Apex Builder in production. Indeed, it gives you a lot of additional options.

    Ask the administrator to disable all accounts developer of workspace in the production environment, however.

    Also, export the applications run only, not run & Build. It gives a little extra coverage.

    When you import forward, it lets create you a new application ID instead of using the existing one.

    It would be bad practice. You would create a nightmare of versioning IMHO. What happens if you get an error of production application ID 1231, page 21, which is the application ID 132, page 21 in development? How can you know which application is which?

  • How to find all the views or other objects in the database that contains the specific table (table Employee of exodus) in the oracle database?

    I want to find all objects in the DB which contain a perticular table in a specific schema.

    If there is a question about SQL Developer functionality is simple - click on the table in the connection browser and find the "Dependencies" tab on the right

    Philippe

  • steps to update of application in the development environment runtime environment

    Hello

    I have APEX 4.2.6 development environment and same version runtime environment.  There is little change, which happened in the forms and the underlying objects in the DB (developing approx.).  Help me please in the list of the steps needed to apply these changes to the runtime approx.  To my knowledge, I should 1st sync DB objects and then take application export development and import at run time.

    Can you let me know how to synchronize objects DB?  Dump export and import is not possible because "runtime" environment has the most recent data changes.  Otherway is to make changes to the DB object individually and manually.  Is it possible that this can be done using scripts/tools?

    And what about import application?  Is it just connect to the 'runtime' DVRs. SQLPLUS and run @f110.sql?  Please let me know the exact steps.

    Thank you and best regards,

    -Anand

    Hi anand_gp,

    You mean (for the import of application), I need to execute all the steps below to update the existing application (get the workspace ID, approx. set ID, etc.,)?

    And thank you to provide links on how to modify objects in the DB.  I'll go through them.

    Yes, and it will create a new application in your workspace.

    If you want to have the same id of the application (whether it is your production application), you can delete the existing application using APEX_INSTANCE_ADMIN. REMOVE_APPLICATION (remember to commit after each step) and then import with above in the light of the steps.

    If you want to have both the old and the new application in your production work space, you can use the alias of the application while publishing the URL.

    When you deploy a new version of the application, simply change the alias of the application, so that it becomes your current application.

    I hope this helps!

    Kind regards

    Kiran

Maybe you are looking for

  • Scrolling in the causes of system browser window lock

    ScrollBar in the browser windows.Persists in 2 different browsers. (safari and chrome)Persists with the mouse Magic Mouse and usb. Persists regardless of attached usb devices.Persists with verification of RAM via 3rd party utility. (Tech tool pro8) a

  • Satellite L500-126-CD/DVD drive does not open very well unrolled

    Hello I just got my second Satellite L500-126.I traded my first for a new because the ESCAPE key got stuck sometimes and made a grinding sound. Now, with my new one, I noticed that my dvd drive does not open very well unrolled and 2 bars of silver me

  • Satellite L300D do I need mediaback disc Toshiba to restore the system?

    I'm not a very technical person and I dropped my laptop!Machine did not work and I had a new hard drive installed, but webcam, microphone etc do not seem to work. They gave me the laptop put in place as a gift and don't have disks or backup.The shop

  • MacBook interrupts the connection of Qnap

    Hello, I have a problem with my connection to my NAS Qnap TS-212. When I restart macbook and also of Qnap, I see the shared disks (AFP, SMB, and TimeMachine). In a moment that it stops working, I guess that according to mac falls asleep. Sometimes wh

  • Live Messenger

    Hi, when I turn my live messenger and then turn it on, that said I have to download and install the latest version of Adobe Flash Player, click on install I tried which and when he goes to the page it says there is no how I can get this to stop. Yves