In JDeveloper10 DataSourceName modifying automatically why?

The src code is migrated from Oracle JDeveloper 9.0.5.13 to Oracle IDE     10.1.3.36.73
The Same applicaiton is working for Oracle JDeveloper 9.0.5.13 Version but not for Oracle IDE 10.1.3.36.73
I found that the DataSource Name is changing "jdbc/SmartSaveDataSourceCoreDS" to jdbc/SmartSaveDataSourceCoreDSDS
I am using Oracle IDE     10.1.3.36.73
My Application's Datasource name is configured through Connection Navigator
Then the tool is generated
In procurehere-data-sources.xml
My Data Source Name is: jdbc/SmartSaveDataSourceCoreDS
But the IDE generated something like below
<?xml version = '1.0' encoding = 'windows-1252'?>
<data-sources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/oracleas/schema http://xmlns.oracle.com/oracleas/schema/data-sources-10_1.xsd" version="10.1" xmlns="http://xmlns.oracle.com/oracleas/schema">
<connection-pool name="jdev-connection-pool-SmartSaveDataSourceCoreDS">
     <connection-factory factory-class="oracle.jdbc.pool.OracleDataSource" user="procurefinal" password="->DataBase_User_CEHT0ivhD2sez56FFrkaOjxQUsvaMLyGV0fAv-qphE0=" url="jdbc:oracle:thin:@192.168.1.223:1521:ORADB"/>
</connection-pool>
<managed-data-source name="jdev-connection-managed-SmartSaveDataSourceCoreDS" jndi-name="jdbc/SmartSaveDataSourceCoreDSDS" connection-pool-name="jdev-connection-pool-SmartSaveDataSourceCoreDS"/>
<native-data-source name="jdev-connection-native-SmartSaveDataSourceCoreDS" jndi-name="jdbc/SmartSaveDataSourceCoreDSCoreDS" url="jdbc:oracle:thin:@192.168.1.223:1521:ORADB" user="procurefinal" password="->DataBase_User_nSZOmv35L8n9t6GTioCHg9tx49kHv0wztCQMk-OMNP4=" data-source-class="oracle.jdbc.pool.OracleDataSource"/>
</data-sources>
So I am getting an error as
**** WARNING: The following J2EE projects each have an output directory named 'classes':
D:\jdev_projects_etc\procurehere.net\Model\Model.jpr
D:\jdev_projects_etc\procurehere.net\ViewController\ViewController.jpr
**** WARNING: The collision in output directory names may cause problems in the current version of OC4J.
**** WARNING: Please see the JDeveloper release notes for details (2591173).
**** Unable to obtain password from principals.xml. Using default.
**** Unable to obtain password from principals.xml. Using default.
D:\j2sdk1.4.2_12\bin\javaw.exe -jar D:\jdev_projects_etc\jdevstudio1013\j2ee\home\admin.jar ormi://192.168.1.155:23891 oc4jadmin **** -updateConfig
Dec 7, 2006 9:52:11 AM com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl preInitApplicationServer
WARNING: ORB ignoring configuration changes. Restart OC4J to apply new ORB configuration.
06/12/07 09:52:11 WARNING: EJBPackage.parseOrionBean Bean InventoryEJB does not exist; skipping deployment
Dec 7, 2006 9:52:11 AM com.evermind.server.ejb.deployment.EJBPackage parseOrionBean
WARNING: Bean InventoryEJB does not exist; skipping deployment
2006-12-07 09:52:12.234 WARNING J2EE EJB3001 [current-workspace-app:procurehere_ViewController_1] EJB module contains no beans.
Ready message received from Oc4jNotifier.
Embedded OC4J startup time: 13250 ms.
Target URL -- http://192.168.1.155:8988/smartsave/index.jsp
Dec 7, 2006 9:52:19 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
Dec 7, 2006 9:52:19 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
06/12/07 09:52:20 *******************Email Servlet init method called*******************
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
06/12/07 09:52:20      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
06/12/07 09:52:20      at java.lang.Thread.run(Thread.java:534)
06/12/07 09:52:20 cache : {}
06/12/07 09:52:20 com.procurehere.smartsave.enterprise.global.util.ServiceLocatorEJB's getDataSource(String dataSourceName) : dataSourceName : jdbc/SmartSaveDataSourceCoreDS
06/12/07 09:52:20 javax.naming.NameNotFoundException: jdbc/SmartSaveDataSourceCoreDS not found
06/12/07 09:52:20      at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:202)
06/12/07 09:52:20      at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:259)
06/12/07 09:52:20      at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:199)
06/12/07 09:52:20      at javax.naming.InitialContext.lookup(InitialContext.java:347)
06/12/07 09:52:20      at com.procurehere.smartsave.enterprise.global.util.ServiceLocatorEJB.getDataSource(ServiceLocatorEJB.java:124)
06/12/07 09:52:20      at com.procurehere.smartsave.enterprise.email.dao.EmailSenderDAOImpl.<init>(EmailSenderDAOImpl.java:70)
06/12/07 09:52:20      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
06/12/07 09:52:20      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
06/12/07 09:52:20      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
06/12/07 09:52:20      at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
06/12/07 09:52:20      at java.lang.Class.newInstance0(Class.java:308)
06/12/07 09:52:20      at java.lang.Class.newInstance(Class.java:261)
06/12/07 09:52:20      at com.procurehere.smartsave.enterprise.global.util.ServiceLocatorWEB.getDAO(ServiceLocatorWEB.java:191)
06/12/07 09:52:20      at com.procurehere.smartsave.web.services.emailservice.EmailService.<init>(EmailService.java:62)
06/12/07 09:52:20      at com.procurehere.smartsave.web.services.emailservice.EmailService.<clinit>(EmailService.java:51)
06/12/07 09:52:20      at com.procurehere.smartsave.web.services.servlets.EmailServiceServlet.init(EmailServiceServlet.java:39)
06/12/07 09:52:20      at javax.servlet.GenericServlet.init(GenericServlet.java:256)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4617)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4541)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4730)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1019)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:649)
06/12/07 09:52:20      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:428)
06/12/07 09:52:20      at com.evermind.server.Application.getHttpApplication(Application.java:512)
06/12/07 09:52:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1975)
06/12/07 09:52:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1958)
06/12/07 09:52:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1910)
06/12/07 09:52:20      at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:427)
06/12/07 09:52:20      at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:395)
06/12/07 09:52:20      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:437)
06/12/07 09:52:20      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
06/12/07 09:52:20      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
06/12/07 09:52:20      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
06/12/07 09:52:20 *******************EmailService startSmartSaveService method called*******************
06/12/07 09:52:20 *******************Escalation Servlet init method called*******************
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
06/12/07 09:52:20      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
06/12/07 09:52:20      at java.lang.Thread.run(Thread.java:534)
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Pls give me solution
Thanks in advance
MallaReddy

The src code is migrated from Oracle JDeveloper 9.0.5.13 to Oracle IDE     10.1.3.36.73
The Same applicaiton is working for Oracle JDeveloper 9.0.5.13 Version but not for Oracle IDE 10.1.3.36.73
I found that the DataSource Name is changing "jdbc/SmartSaveDataSourceCoreDS" to jdbc/SmartSaveDataSourceCoreDSDS
I am using Oracle IDE     10.1.3.36.73
My Application's Datasource name is configured through Connection Navigator
Then the tool is generated
In procurehere-data-sources.xml
My Data Source Name is: jdbc/SmartSaveDataSourceCoreDS
But the IDE generated something like below
<?xml version = '1.0' encoding = 'windows-1252'?>
<data-sources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/oracleas/schema http://xmlns.oracle.com/oracleas/schema/data-sources-10_1.xsd" version="10.1" xmlns="http://xmlns.oracle.com/oracleas/schema">
<connection-pool name="jdev-connection-pool-SmartSaveDataSourceCoreDS">
     <connection-factory factory-class="oracle.jdbc.pool.OracleDataSource" user="procurefinal" password="->DataBase_User_CEHT0ivhD2sez56FFrkaOjxQUsvaMLyGV0fAv-qphE0=" url="jdbc:oracle:thin:@192.168.1.223:1521:ORADB"/>
</connection-pool>
<managed-data-source name="jdev-connection-managed-SmartSaveDataSourceCoreDS" jndi-name="jdbc/SmartSaveDataSourceCoreDSDS" connection-pool-name="jdev-connection-pool-SmartSaveDataSourceCoreDS"/>
<native-data-source name="jdev-connection-native-SmartSaveDataSourceCoreDS" jndi-name="jdbc/SmartSaveDataSourceCoreDSCoreDS" url="jdbc:oracle:thin:@192.168.1.223:1521:ORADB" user="procurefinal" password="->DataBase_User_nSZOmv35L8n9t6GTioCHg9tx49kHv0wztCQMk-OMNP4=" data-source-class="oracle.jdbc.pool.OracleDataSource"/>
</data-sources>
So I am getting an error as
**** WARNING: The following J2EE projects each have an output directory named 'classes':
D:\jdev_projects_etc\procurehere.net\Model\Model.jpr
D:\jdev_projects_etc\procurehere.net\ViewController\ViewController.jpr
**** WARNING: The collision in output directory names may cause problems in the current version of OC4J.
**** WARNING: Please see the JDeveloper release notes for details (2591173).
**** Unable to obtain password from principals.xml. Using default.
**** Unable to obtain password from principals.xml. Using default.
D:\j2sdk1.4.2_12\bin\javaw.exe -jar D:\jdev_projects_etc\jdevstudio1013\j2ee\home\admin.jar ormi://192.168.1.155:23891 oc4jadmin **** -updateConfig
Dec 7, 2006 9:52:11 AM com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl preInitApplicationServer
WARNING: ORB ignoring configuration changes. Restart OC4J to apply new ORB configuration.
06/12/07 09:52:11 WARNING: EJBPackage.parseOrionBean Bean InventoryEJB does not exist; skipping deployment
Dec 7, 2006 9:52:11 AM com.evermind.server.ejb.deployment.EJBPackage parseOrionBean
WARNING: Bean InventoryEJB does not exist; skipping deployment
2006-12-07 09:52:12.234 WARNING J2EE EJB3001 [current-workspace-app:procurehere_ViewController_1] EJB module contains no beans.
Ready message received from Oc4jNotifier.
Embedded OC4J startup time: 13250 ms.
Target URL -- http://192.168.1.155:8988/smartsave/index.jsp
Dec 7, 2006 9:52:19 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
Dec 7, 2006 9:52:19 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
06/12/07 09:52:20 *******************Email Servlet init method called*******************
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
06/12/07 09:52:20      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
06/12/07 09:52:20      at java.lang.Thread.run(Thread.java:534)
06/12/07 09:52:20 cache : {}
06/12/07 09:52:20 com.procurehere.smartsave.enterprise.global.util.ServiceLocatorEJB's getDataSource(String dataSourceName) : dataSourceName : jdbc/SmartSaveDataSourceCoreDS
06/12/07 09:52:20 javax.naming.NameNotFoundException: jdbc/SmartSaveDataSourceCoreDS not found
06/12/07 09:52:20      at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:202)
06/12/07 09:52:20      at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:259)
06/12/07 09:52:20      at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:199)
06/12/07 09:52:20      at javax.naming.InitialContext.lookup(InitialContext.java:347)
06/12/07 09:52:20      at com.procurehere.smartsave.enterprise.global.util.ServiceLocatorEJB.getDataSource(ServiceLocatorEJB.java:124)
06/12/07 09:52:20      at com.procurehere.smartsave.enterprise.email.dao.EmailSenderDAOImpl.<init>(EmailSenderDAOImpl.java:70)
06/12/07 09:52:20      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
06/12/07 09:52:20      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
06/12/07 09:52:20      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
06/12/07 09:52:20      at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
06/12/07 09:52:20      at java.lang.Class.newInstance0(Class.java:308)
06/12/07 09:52:20      at java.lang.Class.newInstance(Class.java:261)
06/12/07 09:52:20      at com.procurehere.smartsave.enterprise.global.util.ServiceLocatorWEB.getDAO(ServiceLocatorWEB.java:191)
06/12/07 09:52:20      at com.procurehere.smartsave.web.services.emailservice.EmailService.<init>(EmailService.java:62)
06/12/07 09:52:20      at com.procurehere.smartsave.web.services.emailservice.EmailService.<clinit>(EmailService.java:51)
06/12/07 09:52:20      at com.procurehere.smartsave.web.services.servlets.EmailServiceServlet.init(EmailServiceServlet.java:39)
06/12/07 09:52:20      at javax.servlet.GenericServlet.init(GenericServlet.java:256)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4617)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4541)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4730)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1019)
06/12/07 09:52:20      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:649)
06/12/07 09:52:20      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:428)
06/12/07 09:52:20      at com.evermind.server.Application.getHttpApplication(Application.java:512)
06/12/07 09:52:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1975)
06/12/07 09:52:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1958)
06/12/07 09:52:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1910)
06/12/07 09:52:20      at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:427)
06/12/07 09:52:20      at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:395)
06/12/07 09:52:20      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:437)
06/12/07 09:52:20      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
06/12/07 09:52:20      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
06/12/07 09:52:20      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
06/12/07 09:52:20 *******************EmailService startSmartSaveService method called*******************
06/12/07 09:52:20 *******************Escalation Servlet init method called*******************
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
06/12/07 09:52:20      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
06/12/07 09:52:20      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
06/12/07 09:52:20      at java.lang.Thread.run(Thread.java:534)
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Dec 7, 2006 9:52:20 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Pls give me solution
Thanks in advance
MallaReddy

Similar Messages

  • To modify automatically a report column

    hi,
    I have created a report (standard report) with two columns "state" and "date_state".
    The column "state" is modified manually with the values 'elaboration' and 'pending', while I would want that the column "state" comes modified automatically to "date_state" = ' sysdate' when the value of "state" is = ' pending'.
    how I can make?
    thanks for your aid
    Luigi

    Luigi,
    Your question has been answered. Use a trigger (at the database level) or a process (at the application level). Either will work. Which one you choose depends on your circumstances.
    Here is an example of a trigger you might consider:
    create or replace trigger "MY_TABLE_BU"
    BEFORE
    update on "MY_TABLE"
    for each row
    begin
    if :new.state = 'pending' then
      :new.state_date := sysdate;
    end if;
    end;This is a very basic trigger that says something along the lines of: if I'm doing an update on a record in the table called MY_TABLE and the state column is being set to a value of 'pending' then before the record is committed, set the state_date column to todays date.
    Again, this is one way to accomplish what you want. Other options are available to suit your particular needs.
    Earl

  • How  to modified automatic batch number with plant and current year details

    hi all,
            i want tomodify automatic batch number with plant and current year details. if any one understand plz explain.
    thanks,
    radhakrishna.

    Hi,
    I am not clear what is u r requirement exactly?
    I  mean you don't want automatic batch no or modify the batch no.  with plant means and Current year details means.  Can give details more
    Regards
    Ganesh

  • How to make use Modifier automatically based on Condition

    Hello all,
    I need help in using Advance Pricing modifier to adjust the sub total value of the sales order.
    AM populating a value in sales order header DFF Attribute5 with value.Then i Compare the this value with Sub total value based on Pre book order event using plsql
    If there is difference then modifier needs to be applied automatically.
    Ex:
    Sales Order Sub total value :1000
    Value in Attribute5 = 1400
    Diff amount = 1400-1000 = 400.
    Now i need to make use of modifier to adjust the sub total value to 1400.
    This should be done automatically..is that feasible..
    if yes please advise.
    else please provide best approach for the solution.
    Please let me know if you need more clarity on requirement.
    Thanks,Sarath.

    Dear,
    The scheduling is based on your MRP parameters. If you select the basic dates scheduling while running MRP, the system will consider the material master in house production time. It will not consider the routing standard values. In lead time it consider the routing value means timing form routing and component are assign to the operation so it calculated the component reqt date. And do the scheduling of order.
    In OPU5 there is setting for scheduling Adjust dates to order start will work for you.
    Regards,
    R.Brahmankar

  • When i switch on my system a lot of files open automatically why?

    Dear
    When ever I switch on my mac book Air a lot of application like , safari , microsoft exel and more go open , Why is this happening

    Right click on the App icon,hover your mouse on "options",Uncheck "Open at Login".Do this for all the applications that are opening automatically.

  • PSE8 convert touched all create/modified dates--WHY??!?

    So i converted two of my smaller catalogs to PSE8 (in part because it refused to convert the real catalog). Now I discover that all of the created/modified file dates for the images in the catalog got touched to the time I converted the catalog.
    What, pray tell, is up with that??!? Why does it do it? Do I need to restore my server to get my original dates back? Will PSE8 just keep changing them?!? Yes, I use dates in the Organizer catalog. No, I don't want to depend on it as the sole source of correct information and have it mangle the original source of that information--and the only one attached directly to the image in question--wholesale without even asking.
    Other thought upon upgrade:
    I also find that, contrary to what I understood from a post here, the v. 8 organizer still wants to think \\Myserver\photos\mine\trythis.jpg and \\MYSERVER\photos\mine\trythis.jpg are DIFFERENT photos. This wreeks absolute havoc with duplicated imports and so on. What a nightmare!!! Glad my real catalog (17k images not just a couple hundred) didn't convert. I'm increasingly unsure I want to try to solve whatever ails that one and convert it.
    Organizer still can't watch network folders without having to hack around with authentication accounts for their service. Adobe still, apparently, hasn't heard of home networks.
    Organizer still tries very hard to keep the location of catalogs opaque and under its control, not the users.
    I read another thread that said, in effect, PSE can't handle folders well, so scrap using folders to organize and just make PSE an essential part of your workflow and use Adobe's Organizer to manage 100% of any organization and so on. Well, that might be a great idea if PSE integrated with all the other tools in the computing universe and was guaranteed to be around in perpetuity. Speaking as a long time Microsoft Money (now abandonware) user, I can tell you that betting this kind of data on one developer's application is a pretty risky gamble in the long haul. When they stop making enought profit from it and walk away, you and your data and your complete attachment to their tool are just s****ed.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    Don't ever screw with the negatives without permission.
    I understand the sentiment, but there's a basic conflict with your desires -- you also don't want an organizer that locks you into a database.
    If you want to apply tags, captions, notes, dates/times, star ratings, and map location to your photos, and you want to organize those photos into stacks, version sets, albums, and what not, you've got two choices:
    - Use a program that stores the truth about such information in a database, and hope the program provides enough hooks to get all of the information out of the database when you want it.  Such programs include PSE, Lightroom, iPhoto, Microsoft Media Expression.  Only Microsoft Media Expression provides a well-defined programmer API for extracting all photo information from its database, and even that is not for the faint-of-heart.  With these programs, the standard mechanism to get your information out of the database is to embed it in the industry-standard EXIF fields of the photos (modifying the photos).   If you ask it, Lightroom can export information from its library (the database storing "truth") into the photos, and for raw files, it will write .xmp sidecar files rather than adding EXIF fields to the raw files; but I don't think it does that for other file types such as JPEGs.
    - Use a program that stores the truth in the industry-standard EXIF fields of the photos.  Such programs include Windows Live Photo Gallery, FastStone and other similar image browsers, and Adobe Bridge (though it keeps stack information somewhere in a database).  These programs necessarily change the photos' EXIF fields when you change metadata.

  • Excel file whose cell characteristics have been changed to "modified" automatically.

    I have an Excel file whose
    cell characteristics have been changed to
    "modified". I did make a new file few days ago
    and filled with data, I have
    always considered whether the cells are
    in default. This morning
    I opened the file and (almost)
    all cells are again adjusted.
    Do you know why this happened? If so,
    when can I do to resolve this?
    With Kind Regards, F. van 't Hoff

    Hi,
    If you had an external data source which linked with the Excel file, please check the data setting in "Data tab>Refresh add drop down arrow>Uncheck
    Refresh data when opening the file".
    If your file had some formulas, please try to set it calculation manually
    Formulas>Calculation Options>Manual.
    Thanks,
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

  • All documents are getting modified automatically in a Doc-Lib if one doc is modified

    Hi,
    I have an issue with my document library, if I modify one document , it affects modified date for all documents in that library. Not sure what is the issue. Did any one face this type of problem? please let me know.

    Hi cnivass,
    Please go to the library and click Library ribbon->Workflow Settings, chek whether there are some workflows. And check whether there are some Event
    Receivers in this library.
    In addition, for narrowing down this issue, please create a new library and test again in the new library, compare the result.
    And create a new library in another site, test again, compare the result.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • My iMac 2013 will no longer connect to my home wifi automatically why is that?

    All of a sudden my 2013 imac will no longer automatically connect to my 2013 airport extreme base station every device in the house is fine ipads,ipods,epson 4 in 1,windows 7 PC & laptop etc.I literally have to turn the hopspot on my iphone to connect then for some odd reason this triggers the connection to the base station and from there its fine turn off the hotspot & all is well usually I just turn the mac on and thats it connection has never been an issue before.HELP PLEASE it should just work right!

    There is a one year limited hardware warranty with all iPhones.
    You can check your warranty by going to supportprofile.apple.com.
    Try to restore the iphone as new without restoring from a backup. If that doesn't work, you're going to need a repair.
    And if it's out of warranty, you will have to pay for it.

  • How to modify automatically the show length of table in adobe form

    hi,experts.
    i often need adobe form to output imformations in table forms..sometimes i don't know the length of each column previous. so i want to make that the adobe form can adjust the output length of table column automatically depending on the content..
      i am new about JavaScript of adobe forms.  hope someone can give me suggestions
    thanks in advance.

    Hi,
    You may select the particular column and then in the Layout Pallette, select the radio button for "Expand to Fit" which would be under Height. That way your cells would automatically adjust for size(Would grow in height). But the size wont grow in Width, that remains fixed as  you would have fixed during design time.
    Regards,
    Runal

  • If cisco "openh264 video codec" is so great that Mozilla packages it automatically, why is it disabled (Never Activate) as an Add-on?

    It seems that every software manufacturer has to write a plethora of little gimmicks into their installation and setup files that loads trash onto my computer. I'm not talking about programs like _Chrome_, that gives me a chance to decline. I'm talking about programs that surreptitiously add basically worthless entries to nearly every accessible niche on the system. And fails to remove anything from the registry upon uninstallation. So, as a matter of operating policy I routinely uninstall programs I never use, turn off services I never use, delete startup entries I never use... (I will not openly admit to my forays into Windows' Registry for fear of being bedeviled by another round of "party policy" alarmisms against it.) Do you get the picture? Hence my question. Before I nuke it too.

    hello Stan_Schultz, cisco's openh264 codec would be a part of the browser itself (in order to enable webrtc video conversations), however for licensing purposes mozilla cannot distribute it directly - that's why it is provided in this form as a plugin. i have never seen it disabled by default though...
    for more details about this issue, you could also refer to this blog post: http://andreasgal.com/2014/10/14/openh264-now-in-firefox/

  • "open dvd player" changes to "ignore" automatically. why?

    hi
    my DVD player do not open automatically when DVD video is inserted. In the system preference->CDs/DVDs->"When you insert a DVD", I choose open dvd player and it change to ignore immediately every time.
    I tried to delete file "com.apple.DVDPlayer.plist" and restart the mac. no help at all.
    anybody have any idea on this?
    OSX 10.6
    thanks

    P.S.
    the dvd driver works fine.

  • CS3 Modify automatically external links

    I have a catalogue produced in Indesign CS3.
    All the text is via linked external files.
    Now I want to create a second language version.
    The path to the English files is something like :
    MyHardDisk/TextFiles/English/Page01
    And the pathname to the German text files is :
    MyHardDisk/TextFiles/German/Page01
    Is there anyway to change the pathname of the linked text files automatically, and not have to do it frame by frame.
    Thanks for any help
    Andy

    You might try a simple hack:
    Start by duplicating the original catalog file for whatever languages you need and rename them accordingly, Cat_German, Cat_Volapyk, etc. Ideally they should reside at some place like MyHardDisk/IDfiles/Cat_German but for our purposes it's only important that they are NOT placed in the same folder as the respective text files.
    When you have prepared all this, just go ahead and change the name of the English folder to something else. This breaks the path specified in your documents, so when you open your German file it looks for the path MyHardDisk/TextFiles/English/Page01 and finds none. The file therefore complains about the broken links and asks whether it should fix them or not. Click "Fix automatically" and you will then be offered to browse for the "missing" files. You locate the first one at MyHardDisk/TextFiles/German/Page01 and the program 'automatically fixes' the rest of the linked stories from the documents at this location.
    Problem solved.

  • Server unlocks locked users automatically - why ?

    Hello,
    I am using WLS 6.1 SP1
    I have set Lockout Enable option to TRUE in Password tab of security.
    I also have set
    Lockout Threshold = 3
    Lockout Duration=999999
    Lockout ResetDureation= 5
    and rest are default.
    After invalid login in a span of 5 minutes, server locks the user.
    I can see the status on the console server->Monitoring->Security tab
    Total User Unlocked = 0
    Locked Users = 1
    But if try to login again with same (locked) user with or without correct
    password,
    the server unlocks user. Next attempt with correct password, user will be
    successfully authenticated.
    If you see in the console for server->Monitoring->Security tab,
    Total User Unlocked = 1
    Locked Users = 0
    I have not used any unlock command.
    Is there is anything wrong in the configuration or web.xml ?
    Thanks
    Deepak

    Hello,
    I found out one problem - Looks like a BUG
    If Lockout Duration = 999999 then Server unlocks locked user automatically
    during next login attempt
    with correct or incorrect password.
    This looks like a bug becuase
    --- Value 999999 is the maximum value allowed and it accepts this value.
    In the documentation, this value represented in terms of Seconds as the unit
    of measurement
    whereas actaully the <Lock Notice> is displayed in terms as 999'999 Minutes.
    I tried with value 99999 (5 digits), it works !!!
    Regards
    Deepak
    "Deepak Rampoore" <[email protected]> wrote in message
    news:3C43A75F@mail...
    Hello,
    I am using WLS 6.1 SP1
    I have set Lockout Enable option to TRUE in Password tab of security.
    I also have set
    Lockout Threshold = 3
    Lockout Duration=999999
    Lockout ResetDureation= 5
    and rest are default.
    After invalid login in a span of 5 minutes, server locks the user.
    I can see the status on the console server->Monitoring->Security tab
    Total User Unlocked = 0
    Locked Users = 1
    But if try to login again with same (locked) user with or without correct
    password,
    the server unlocks user. Next attempt with correct password, user will be
    successfully authenticated.
    If you see in the console for server->Monitoring->Security tab,
    Total User Unlocked = 1
    Locked Users = 0
    I have not used any unlock command.
    Is there is anything wrong in the configuration or web.xml ?
    Thanks
    Deepak

  • Podcasts Play Automatically - Why?

    I hate that since the last update, when a podcast episode finishes playing, it starts the next episode automatically.
    How do I stop this? Ive turned off shuffle and the other thing that loops.

    I agree this is a problem for me as well - not only the fact that it plays the next episode, but the default sort order is from newest to oldest.
    I listen to podcasts in chronological order, and therefor as a show ends it starts playing the previously aired (older datetime stamp) than the one I just listened to.
    Is their some way to either:
    - Turn off the "auto play next podcast"; or
    - Change the sort order of the podcasts from oldest to newest (not I have it sorted this way in iTunes but the setting doesn't transfer - same issue as the ipod 5G).

Maybe you are looking for

  • ITunes freezes when syncing iPad to a new comp

    I recently bought a new computer to replace my old one, and now my iPad 2 won't sync. iTunes just freezes, even though I "authorized" the new computer (which has a different name than my old one).  What measures can I take to sync my iPad to the new

  • Slow access on Network-folders

    Hello forum, I have a big problem with the speed of Indesign Server, when i try to access a Network path. The Server is running and gets a script via SOAP and everything is working well, except the speed. Within the script i open a document, which is

  • Sample code to identify special characters in a string

    Hi, I need to identify special characters in a string.... could anybody send me some code please....... Thanks, Best regards, Karen

  • Line item wise account determination

    Hi, Suppose i have an invoice of Rs 1000 amount where 2 line items exist(1st line item value 600 & 2nd line item amount is 400) .In this case when release it for accounts the accounting entry is:-- Customer a/c debit 1000 To Revenue account 600 To Re

  • Select clob column bogs down sqldeveloper GUI

    Hi, If I select a clob field, sqldeveloper completely slows down, taking seconds (many more than usual) for any GUI even. i.e. this bogs down sqldeveloper: select clob_col_name from table_containing_clob_field; I thought this may be a memory issue (a