Can you please recomend a better solution than this?

I use a servlet to send data from a form to a Mysql database.
The servlet code is the following.
When i submit the form i receive an Error 500 from Tomcat upon the 69th line of the code.
The code has as follows.
package mypackage;
import java.sql.*;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class GroupRegistration extends HttpServlet
Connection con;
public void doPost (HttpServletRequest req, HttpServletResponse res)
throws ServletException, java.io.IOException
handleForm(req, res);
public void init() throws ServletException {
try{
/* Loading the driver for the database */
Class.forName("com.mysql.jdbc.Driver");
Connection con = DriverManager.getConnection("jdbc:mysql://localhost/se?user=luser&password=Ztgtkpz2");
catch (ClassNotFoundException e) {
throw new UnavailableException("Couldn't load JdbcOdbcDriver");
catch (SQLException e) {
throw new UnavailableException("Couldn't get db connection");
private void handleForm(HttpServletRequest req, HttpServletResponse res)
throws ServletException {
//ServletOutputStream out = res.OutputStream();
//res.setContentType("text/html");
//Extract the form Data Here
String group = req.getParameter("GroupNo");
String Name1 = req.getParameter("Name1");
String LoginID1 = req.getParameter("LoginID1");
String Name2 = req.getParameter("Name2");
String LoginID2 = req.getParameter("LoginID2");
String Name3 = req.getParameter("Name3");
String LoginID3 = req.getParameter("LoginID3");
String Name4 = req.getParameter("Name4");
String LoginID4 = req.getParameter("LoginID4");
String URL = req.getParameter("URL");
String Title2 = req.getParameter("Title2");
String date = req.getParameter("date");
String INSERT = "INSERT INTO registration (groupno, name1, loginid1, name2, loginid2, name3, loginid3, name4, loginid4, url, topic, date) VALUES (" + group + "," + Name1 + "," + LoginID2 + "," + Name2 + "," + LoginID2 + "," + Name3 + "," + LoginID3 + "," + Name4 + "," + LoginID4 + "," + URL + "," + Title2 + "," + date + ")";
PreparedStatement pstmt = null;
try{
LINE69 pstmt = con.prepareStatement(INSERT);
pstmt.executeUpdate();
catch (SQLException e) {
throw new ServletException(e);
finally {
try {
if (pstmt != null)pstmt.close();
catch (SQLException ignored){
Can you please recomend a solution to my problem.
If i mange to overcome the bug do you have any suggestions upon connection pooling or anythink that will make it to run smoothly?
Thank you for your time.

Look where you try to populate the connection variable con:
try{
/* Loading the driver for the database */
Class.forName("com.mysql.jdbc.Driver");
Connection con = DriverManager.getConnection("jdbc:mysql://localhost/se?user=luser&password=Ztgtkpz2");
Notice that you redeclared Connection con as a local variable.
try this instead:
try{
/* Loading the driver for the database */
Class.forName("com.mysql.jdbc.Driver");
con = DriverManager.getConnection("jdbc:mysql://localhost/se?user=luser&password=Ztgtkpz2");

Similar Messages

  • I am unable to connect to wifi anywere on my IPAD mini, can you please provide me some solutions for this error

    I pad mini is not able to connect to any wifi public or private, the only error i received everytime is incorrect password.
    i have tried connecting to wiifi many times even changing the password but still the same error.

    reset network settings
    settings>general>reset>reset network settings

  • Everytime I try to update my iPhone this happens: The iPhone cannot be updated because the iPhone software update server could not be contacted or is teporarily unavailable. Please try again later. Can you please tell me how to fix this? Thanks in advance

    Everytime I try to update my iPhone this happens: The iPhone cannot be updated because the iPhone software update server could not be contacted or is teporarily unavailable.
    Please try again later.
    Can you please tell me how to fix this? Thanks in advance.

    We're Sorry, Activation Server Temporarily Unavailable, contact Customer Care...Your request Could Not Be Completed?"
    99.9% of the time, the cause of this issue is the fact the phone was jailbroken/hacked to unlock it for use on networks other than the network the phone was originally locked to. Apple maintains a database of officially unlocked iPhones, and when Apple's servers detect phones such as yours, activation stops & you get the message you got.
    So, you need to get a sim card from the carrier the phone was originally locked to, or get it officially unlocked, if you want to activate it. Because it appears that it was not officially unlocked.
    Apple has started to get "tough" with hacked iPhones, & simply won't permit their activation.

  • HT1677 In safari browser cookies is working fine. But when I add the browser url to the screen then the cookies concept is not working. In safari setting cookies is always open only. Can you please provide any information regarding to this?

    In safari browser cookies is working fine. But when I add the browser url to the screen then the cookies concept is not working. In safari setting cookies is always open only. Can you please provide any information regarding to this?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    [[Image:FirefoxSafeMode|width=520]]<br><br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.
    Thank you.

  • Could you please give me a solution for this

    Hi,
    I am doing BPC migration project from MS to SAP NW.In this,
    I added 20 Dimesion properties in the Entity dimension, It is not accepting 21st property in that Entity dimension.
    Could you please give me a solution for this at the earliest.
    Thanks and Regards
    Krishan
    Edited by: chinnikrishna on Aug 10, 2011 11:28 AM

    Hi Krishan,
    The length of property ID should not be more that 20 characters and the description has a limitation for 60 characters. Otherwise there is not limit as such to add properties.
    Hope this helps.
    Rgds,
    Poonam

  • Hello, I want to switch form a individual account to a team/business account? Can you please help me? I need this urgent Thank you!

    Hello, I want to switch form a individual account to a team/business account? Can you please help me? I need this urgent Thank you!

    Hi Koen,
    Please refer the following help article under "Purchasing Creative Cloud for Team".
    Creative Cloud Help | Creative Cloud for teams
    Hope this helps.
    Regards,
    Sumit Singh

  • HT4759 i am trying to import my photos from my iphone to my laptop can you please tell me how to do this please ?

    im trying to import my photos from my iphone to my computer can you please help me do this ?

    iOS: Importing personal photos and videos from your iOS device to your computer

  • HT1933 I make a purhase on March 6 at 11:33 Order number MHOXX3TK9J for $1.99 and my credit card was charged $20.00 can you please help me find out why this happened

    I made a purchase on itunes on March 6 at 11:33 order umber MHOXX3TK9J for 1.99 and my credit card was charged $20.00 please help me find out why this happened.

    Contact iTunes support at the link below.
    https://ssl.apple.com/emea/support/itunes/contact.html

  • HT5312 when i am trying to udates apps there is message come to me that (Your apple ID has been disabled) can you please assist me how to resolve this issue

    dear please i need assistance as when i need to down load or any updates from my iphone what i got message will inform me (your apple ID was Disabled)
    please i advice how i correct this issue

    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • Hi can you please help me finding solution to the fillowing issue

    Hi i am getting this error on my local machine.
    ####<Apr 29, 2010 6:29:37 PM CDT> <Info> <XML> <VenkataNagi-PC> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1272583777113> <BEA-130036> <Initializing XMLRegistry.>
    ####<Apr 29, 2010 6:29:37 PM CDT> <Info> <messaging.interception> <VenkataNagi-PC> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1272583777188> <BEA-400000> <Initializing message interception service>
    ####<Apr 29, 2010 6:29:37 PM CDT> <Info> <Store> <VenkataNagi-PC> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1272583777783> <BEA-280050> <Persistent store "_WLS_AdminServer" opened: directory="C:\bea103\user_projects\domains\sampleDomain\servers\AdminServer\data\store\default" writePolicy="Direct-Write" blockSize=512 directIO=true driver="wlfileio2">
    ####<Apr 29, 2010 6:29:38 PM CDT> <Info> <JDBC> <VenkataNagi-PC> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1272583778225> <BEA-001135> <Initializing the JDBC service.>
    ####<Apr 29, 2010 6:29:38 PM CDT> <Info> <JDBC> <VenkataNagi-PC> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1272583778237> <BEA-001136> <Initialization failed.>
    ####<Apr 29, 2010 6:29:38 PM CDT> <Info> <JDBC> <VenkataNagi-PC> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1272583778237> <BEA-001156> <Stack trace associated with message 001136 follows:
    java.lang.NullPointerException
         at java.util.Hashtable.put(Hashtable.java:399)
         at weblogic.jdbc.module.JDBCDataSourceFactory.addDataSourceFactory(JDBCDataSourceFactory.java:36)
         at weblogic.jdbc.common.internal.JDBCService.initFactories(JDBCService.java:370)
         at weblogic.jdbc.common.internal.JDBCService.initialize(JDBCService.java:114)
         at weblogic.jdbc.common.internal.JDBCService.start(JDBCService.java:134)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Apr 29, 2010 6:29:38 PM CDT> <Critical> <WebLogicServer> <VenkataNagi-PC> <AdminServer> <main> <<WLS Kernel>> <> <> <1272583778242> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    java.lang.NullPointerException
         at java.util.Hashtable.put(Hashtable.java:399)
         at weblogic.jdbc.module.JDBCDataSourceFactory.addDataSourceFactory(JDBCDataSourceFactory.java:36)
         at weblogic.jdbc.common.internal.JDBCService.initFactories(JDBCService.java:370)
         at weblogic.jdbc.common.internal.JDBCService.initialize(JDBCService.java:114)
         at weblogic.jdbc.common.internal.JDBCService.start(JDBCService.java:134)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://www.bea.com/ns/weblogic/920/domain" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90/security/wls http://www.bea.com/ns/weblogic/90/security/wls.xsd http://www.bea.com/ns/weblogic/920/domain http://www.bea.com/ns/weblogic/920/domain.xsd http://www.bea.com/ns/weblogic/90/security/xacml http://www.bea.com/ns/weblogic/90/security/xacml.xsd http://www.bea.com/ns/weblogic/90/security http://www.bea.com/ns/weblogic/90/security.xsd">
    <name>sampleDomain</name>
    <domain-version>10.3.0.0</domain-version>
    <security-configuration>
    <name>sampleDomain</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType"></sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:open-ldap-authenticatorType">
    <sec:name>OpenLDAPAuthenticator</sec:name>
    <sec:control-flag>OPTIONAL</sec:control-flag>
    <wls:propagate-cause-for-login-exception>false</wls:propagate-cause-for-login-exception>
    </sec:authentication-provider>
    <sec:role-mapper xmlns:xac="http://www.bea.com/ns/weblogic/90/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
    <sec:authorizer xmlns:xac="http://www.bea.com/ns/weblogic/90/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:name>myrealm</sec:name>
    </realm>
    <default-realm>myrealm</default-realm>
    <credential-encrypted>{3DES}n0iwNj8GlFYeAtvIzB9EUUjMitp+w+D5AHNucVgPL9+AahNEg5CkwkW90LYdkx4TUl3CplQWzS4xMwWN0wy1YIma2SIe7ibT</credential-encrypted>
    <node-manager-username>weblogic</node-manager-username>
    <node-manager-password-encrypted>{3DES}aVtWfOVi8vJXhmu+OmkuDQ==</node-manager-password-encrypted>
    </security-configuration>
    <server>
    <name>AdminServer</name>
    <listen-address>127.0.0.1</listen-address>
    </server>
    <server>
    <name>ManServer1</name>
    <ssl>
    <hostname-verifier xsi:nil="true"></hostname-verifier>
    <hostname-verification-ignored>true</hostname-verification-ignored>
    <export-key-lifespan>500</export-key-lifespan>
    <client-certificate-enforced>false</client-certificate-enforced>
    <two-way-ssl-enabled>false</two-way-ssl-enabled>
    <ssl-rejection-logging-enabled>true</ssl-rejection-logging-enabled>
    <inbound-certificate-validation>BuiltinSSLValidationOnly</inbound-certificate-validation>
    <outbound-certificate-validation>BuiltinSSLValidationOnly</outbound-certificate-validation>
    <allow-unencrypted-null-cipher>false</allow-unencrypted-null-cipher>
    <use-server-certs>false</use-server-certs>
    </ssl>
    <machine>sampleMachine1</machine>
    <listen-port>7003</listen-port>
    <cluster>sampleCluster</cluster>
    <web-server>
    <web-server-log>
    <number-of-files-limited>false</number-of-files-limited>
    </web-server-log>
    </web-server>
    <listen-address>127.0.0.1</listen-address>
    <server-start>
    <java-vendor>Sun</java-vendor>
    <java-home>C:\bea103\jdk160_05</java-home>
    <class-path>CLASSPATH=;C:\bea103\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea103\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea103\JDK160~1\lib\tools.jar;C:\bea103\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea103\WLSERV~1.3\server\lib\weblogic.jar;C:\bea103\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea103\WLSERV~1.3\server\lib\webservices.jar;C:\bea103\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea103\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\bea103\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\bea103\WLSERV~1.3\server\lib\xqrl.jar;;.PATH=C:\bea103\patch_wls1030\profiles\default\native;C:\bea103\patch_cie660\profiles\default\native;C:\bea103\WLSERV~1.3\server\native\win\32;C:\bea103\WLSERV~1.3\server\bin;C:\bea103\modules\ORGAPA~1.5\bin;C:\bea103\JDK160~1\jre\bin;C:\bea103\JDK160~1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\bea103\WLSERV~1.3\server\native\win\32\oci920_8</class-path>
    <bea-home>C:\bea103</bea-home>
    <username>weblogic</username>
    <password-encrypted>{3DES}aVtWfOVi8vJXhmu+OmkuDQ==</password-encrypted>
    </server-start>
    <jta-migratable-target>
    <user-preferred-server>ManServer1</user-preferred-server>
    <cluster>sampleCluster</cluster>
    </jta-migratable-target>
    </server>
    <server>
    <name>ManServer2</name>
    <ssl>
    <hostname-verifier xsi:nil="true"></hostname-verifier>
    <hostname-verification-ignored>true</hostname-verification-ignored>
    <export-key-lifespan>500</export-key-lifespan>
    <client-certificate-enforced>false</client-certificate-enforced>
    <two-way-ssl-enabled>false</two-way-ssl-enabled>
    <ssl-rejection-logging-enabled>true</ssl-rejection-logging-enabled>
    <inbound-certificate-validation>BuiltinSSLValidationOnly</inbound-certificate-validation>
    <outbound-certificate-validation>BuiltinSSLValidationOnly</outbound-certificate-validation>
    <allow-unencrypted-null-cipher>false</allow-unencrypted-null-cipher>
    <use-server-certs>false</use-server-certs>
    </ssl>
    <machine>sampleMachine1</machine>
    <listen-port>7004</listen-port>
    <cluster>sampleCluster</cluster>
    <web-server>
    <web-server-log>
    <number-of-files-limited>false</number-of-files-limited>
    </web-server-log>
    </web-server>
    <listen-address>127.0.0.1</listen-address>
    <server-start>
    <java-vendor>Sun</java-vendor>
    <java-home>C:\bea103\jdk160_05</java-home>
    <class-path>CLASSPATH=;C:\bea103\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea103\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea103\JDK160~1\lib\tools.jar;C:\bea103\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea103\WLSERV~1.3\server\lib\weblogic.jar;C:\bea103\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea103\WLSERV~1.3\server\lib\webservices.jar;C:\bea103\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea103\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\bea103\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\bea103\WLSERV~1.3\server\lib\xqrl.jar;;.PATH=C:\bea103\patch_wls1030\profiles\default\native;C:\bea103\patch_cie660\profiles\default\native;C:\bea103\WLSERV~1.3\server\native\win\32;C:\bea103\WLSERV~1.3\server\bin;C:\bea103\modules\ORGAPA~1.5\bin;C:\bea103\JDK160~1\jre\bin;C:\bea103\JDK160~1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\bea103\WLSERV~1.3\server\native\win\32\oci920_8</class-path>
    <bea-home>C:\bea103</bea-home>
    <username>weblogic</username>
    <password-encrypted>{3DES}aVtWfOVi8vJXhmu+OmkuDQ==</password-encrypted>
    </server-start>
    <jta-migratable-target>
    <user-preferred-server>ManServer2</user-preferred-server>
    <cluster>sampleCluster</cluster>
    </jta-migratable-target>
    </server>
    <server>
    <name>ManServer3</name>
    <ssl>
    <enabled>false</enabled>
    </ssl>
    <machine xsi:nil="true"></machine>
    <listen-port>7005</listen-port>
    <listen-port-enabled>true</listen-port-enabled>
    <cluster xsi:nil="true"></cluster>
    <web-server>
    <web-server-log>
    <number-of-files-limited>false</number-of-files-limited>
    </web-server-log>
    </web-server>
    <java-compiler>javac</java-compiler>
    <client-cert-proxy-enabled>false</client-cert-proxy-enabled>
    </server>
    <cluster>
    <name>sampleCluster</name>
    <cluster-address>127.0.0.1:7003,127.0.0.1:7004</cluster-address>
    <multicast-address>239.192.0.10</multicast-address>
    <multicast-port>7001</multicast-port>
    <default-load-algorithm>round-robin</default-load-algorithm>
    <cluster-messaging-mode>multicast</cluster-messaging-mode>
    <number-of-servers-in-cluster-address>2</number-of-servers-in-cluster-address>
    </cluster>
    <embedded-ldap>
    <name>sampleDomain</name>
    <credential-encrypted>{3DES}iWr2QPsrXppHBhXMbMUU+kWsBmrusVuWZhKBQDLDtlY=</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.3.0.0</configuration-version>
    <app-deployment>
    <name>appsdirCalendar_war</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>autodeploy\Calendar.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>stage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>appsdirmyservletwar_war</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>autodeploy\myservletwar.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>stage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>appsdirsample_war</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>autodeploy\sample.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>stage</staging-mode>
    </app-deployment>
    <jdbc-data-source-factory>
    <name>sampleDataSourceFactory</name>
    <user-name>weblogic</user-name>
    <password-encrypted>{3DES}aVtWfOVi8vJXhmu+OmkuDQ==</password-encrypted>
    </jdbc-data-source-factory>
    <machine>
    <name>sampleMachine1</name>
    <node-manager>
    <nm-type>SSL</nm-type>
    <listen-address>127.0.0.1</listen-address>
    <listen-port>5556</listen-port>
    <debug-enabled>false</debug-enabled>
    </node-manager>
    </machine>
    <jms-server>
    <name>sampleJMSServer</name>
    <target>ManServer1</target>
    <persistent-store>sampleFileStore</persistent-store>
    </jms-server>
    <migratable-target>
    <name>ManServer1 (migratable)</name>
    <notes>This is a system generated default migratable target for a server. Do not delete manually.</notes>
    <user-preferred-server>ManServer1</user-preferred-server>
    <cluster>sampleCluster</cluster>
    </migratable-target>
    <migratable-target>
    <name>ManServer2 (migratable)</name>
    <notes>This is a system generated default migratable target for a server. Do not delete manually.</notes>
    <user-preferred-server>ManServer2</user-preferred-server>
    <cluster>sampleCluster</cluster>
    </migratable-target>
    <self-tuning>
    <response-time-request-class>
    <name>ResponseTimeReqClass</name>
    <target>AdminServer</target>
    <goal-ms>10</goal-ms>
    </response-time-request-class>
    <work-manager>
    <name>sampleWorkManager</name>
    <target>AdminServer</target>
    <response-time-request-class>ResponseTimeReqClass</response-time-request-class>
    </work-manager>
    </self-tuning>
    <startup-class>
    <name>StartupClass</name>
    <target>AdminServer</target>
    <class-name>Mystartupclass</class-name>
    </startup-class>
    <file-store>
    <name>FileStore-0</name>
    <directory>./</directory>
    <target>ManServer1</target>
    </file-store>
    <file-store>
    <name>sampleFileStore</name>
    <directory>./sampleFileStore</directory>
    <target>ManServer1</target>
    </file-store>
    <jms-system-resource>
    <name>sampleSystemModule</name>
    <target>ManServer1,ManServer2</target>
    <sub-deployment>
    <name>sampleQueue1</name>
    <target>sampleJMSServer</target>
    </sub-deployment>
    <sub-deployment>
    <name>sampleTopic1</name>
    <target>sampleJMSServer</target>
    </sub-deployment>
    <descriptor-file-name>jms/samplesystemmodule-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <admin-server-name>AdminServer</admin-server-name>
    <jdbc-system-resource>
    <name>sampleDataSource</name>
    <target>ManServer1,ManServer2</target>
    <descriptor-file-name>jdbc/sampleDataSource-2657-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    </domain>

  • Can someone please give me a solution for this.

    2 Problems...
    Its getting to the point where i just want to go to Apple Genius and start rageing.
    Its a brand new iPod Touch 5g. My old iPod Touch had been replaced just yesterday.
    I had a bad day yesterday and by this new problem im not in the best of mood.
    I come home all happy because i didnt use my iPod Touch 5g for 2 whole weeks, Plug it into my Computer to found USB not recognized.
    I tried everything from knowledge to the Internet but found nothing. Not one them gived me a answer to fix this. Its really annoying because my iPod Touch isnt charging as well.
    The weird thing is... when i plugged it into my PS3, at that time my iPod Touch had 20%. My playstation didnt also recognize it. I left there for hours as i played. When i finally finish playing i found my iPod was full charge... It didnt state that it was charging. I would have noticed.
    My second problem is the WIFI isnt working probably. All the wifi's i tried it either works for a few minutes than it loses connection or doesnt connect at all.
    What is the bloody problem. Is the iPod faulty or is it me.

    lllaass wrote:
    lizdance40, did you read the original post? The poster's problem is that when he connects the iPod to his computer the iPod does not appear in iTunes. He does not say he has a wifi problem with his iPod.
    lizdance40 wrote:
    You need to do an update on your router's firmware, or get a higher speed router..
    Or replace the router and or modem.  High demand can burn out a router in 2 years.  Typical life is about 4-5 at most.
    The new iPod is more advanced and if your router is slow or inconsistant signal your iPod will stop trying to connect to save your battery.
    of course he dose have a wifi problwm. read the last line of the original post

  • While i,m trying to navigate from a user login page to success page i am getting following exception. Can you please help me out.to rectify this.

    Jul 23, 2013 4:53:18 PM IST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:49,990 during the configured idle timeout of 5 secs>
    <ViewHandlerImpl> <_checkTimestamp> Apache Trinidad is running with time-stamp checking enabled. This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    <UIXEditableValue> <_isBeanValidationAvailable> A Bean Validation provider is not present, therefore bean validation is disabled
    <LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
    java.lang.IllegalStateException: Cannot forward a response that is already committed
      at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:546)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:167)
      at com.sun.faces.application.view.JspViewHandlingStrategy.executePageToBuildView(JspViewHandlingStrategy.java:363)
      at com.sun.faces.application.view.JspViewHandlingStrategy.buildView(JspViewHandlingStrategy.java:154)
      at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.buildView(ViewDeclarationLanguageFactoryImpl.java:341)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:982)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:334)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:232)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:313)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:121)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <Jul 23, 2013 4:53:58 PM IST> <Error> <HTTP> <BEA-101020> <[ServletContext@3692620[app:AdfLogin module:AdfLogin-ViewController-context-root path:/AdfLogin-ViewController-context-root spec-version:2.5]] Servlet failed with Exception
    java.lang.IllegalStateException: Cannot forward a response that is already committed
      at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:546)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
      Truncated. see log file for complete stacktrace
    >
    <Jul 23, 2013 4:53:58 PM IST> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'DefaultServer' has triggered at Jul 23, 2013 4:53:58 PM IST. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Jul 23, 2013 4:53:58 PM IST SERVER = DefaultServer MESSAGE = [ServletContext@3692620[app:AdfLogin module:AdfLogin-ViewController-context-root path:/AdfLogin-ViewController-context-root spec-version:2.5]] Servlet failed with Exception
    java.lang.IllegalStateException: Cannot forward a response that is already committed
      at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:546)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
      at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:167)
      at com.sun.faces.application.view.JspViewHandlingStrategy.executePageToBuildView(JspViewHandlingStrategy.java:363)
      at com.sun.faces.application.view.JspViewHandlingStrategy.buildView(JspViewHandlingStrategy.java:154)
      at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.buildView(ViewDeclarationLanguageFactoryImpl.java:341)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:982)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:334)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:232)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:313)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:121)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = sajid- TXID =  CONTEXTID = 177cad6cdfdab63c:-701b623:1400b423476:-8000-0000000000000052 TIMESTAMP = 1374578638778 
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >

    -> Tap ALT key or press F10 to show the Menu Bar
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> Toolbars -> unselect All Unwanted toolbars
    -> go Tools Menu -> Clear Recent History ->'' Time range to clear: '''select EVERYTHING''''' -> click Details (small arrow) button -> place Checkmarks on '''Cookies & Cache''' -> click "Clear Now"
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Privacy -> History section -> Firefox will: select "Use custom settings for history" -> REMOVE Checkmark from "Permanent Private Browsing mode" -> place CHECKMARKS on:
    1) Remember my Browsing History 2) Remember Download History 3) Remember Search History 4) Accept Cookies from sites -> select "Exceptions..." button -> Click "Remove All Sites" at the bottom of "Exception - Cookies" window
    4a) Accept Third-party Cookies -> under "Keep Until" select "They Expire"
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> Click OK on Options window
    -> click the Favicon (small drop down menu icon) on Firefox SearchBar (its position is on the Right side of the Address Bar) -> click "Manage Search Engines" -> select all Unwanted Search Engines and click Remove -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious Extensions (Add-ons) -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons later. Check and tell if its working.

  • HT203177 My time machine wont back up - it comes up with 'the back up disk is unavailable' - can you please tell me how to resolve this?

    I have just bought mac OSX 10.8.4 macbook air -
    My time machine is saying 'the back up disk is not available' - I do not have a disk... how can I sort this problem so I am backed up..??

    You cannot back up unless you have an external hard drive to back up to!

  • Firefox 4 download. Since, Windows start button options changed. Should be browser agnostic, can you please tell me how to fix this? While I love Firefox, this has me livid! (1 irony, Firfox is no longer in my Start button menu.)

    I first noticed an issue when looking for something normally located in the Accessories folder of MS programs. What I found upon clicking on "All Programs" was not the program file/folder tree I expected but rather a direct list of all files in the Program Files folder. I then went to open a new session of Firefox to research that issue and noticed my basic Start button options were also changed. Now, even focus for event-driven events is not working correctly. Again, while I love Firefox, this needs to be fixed immediately or I will be forced to uninstall the product just to function.

    Unfortunately I tried that and it didn't work. Thanks for the help though. I tried to uninstall and it said I couldn't because the file is corrupt or something, but I think I finally got it uninstalled and/or deleted or whatever, but now I try to reinstall/download it again from the beginning and I can't. No matter what I do I can not get Firefox working again. No matter how many times I try to redownload it. Any other suggestions?

  • I have to add support company column to the query based on city,location id,country can you please any one help me on this

    select fu.user_id,
          fu.user_name,
          hcp_phone1.phone_number primary_phone_number ,
          hcp_phone1.last_update_date cnts_last_update_date,
          fu.last_update_date user_last_update_date,
          (select hcp_phone2.phone_number
          from ar.hz_contact_points hcp_phone2
          where hcp_phone2.contact_point_type(+) = 'PHONE'
          and hcp_phone2.status(+)               = 'A'
          and hp.party_id                        =hcp_phone2.owner_table_id(+)
          and hcp_phone2.owner_table_name(+)     ='HZ_PARTIES'
          and hcp_phone2.primary_flag            = 'N'
          and rownum                             = 1
          ) secondary_phone_number,
        (select hcp_email.email_address
        from ar.hz_contact_points hcp_email
        where hcp_email.contact_point_type(+) = 'EMAIL'
        and hcp_email.status(+)               = 'A'
        and hp.party_id                       =hcp_email.owner_table_id(+)
        and hcp_email.owner_table_name(+)     ='HZ_PARTIES'
        and hcp_email.primary_flag            = 'Y'
        ) email_address,
        hp.person_first_name ,
        hp.person_middle_name ,
        hp.person_last_name ,
        hp.party_name,
        hp.person_title ,(
      nvl(hp.address1,' ') ||
      nvl(hp.address2,' ') ||
      nvl(hp.address3,' ') ||
      nvl(hp.address4,' ')
    ) address1,
       hp.city,
        hp.state ,
        hp.country ,
        hp.postal_code,
      ' ' industry_group,
        from fnd_user fu,
        ar.hz_parties hp,
        fnd_user_resp_groups furg,
        fnd_responsibility_tl frt,
        ar.hz_contact_points hcp_phone1
      where hp.party_id                      =fu.person_party_id
      and furg.user_id                       =fu.user_id
    -- and ( to_date(fu.last_update_date,'dd-mm-yyyy') > to_date(nvl(p_in_date,sysdate),'dd-mm-yyyy')
    -- or to_date(hcp_phone1.last_update_date,'dd-mm-yyyy')> to_date(nvl(p_in_date,sysdate),'dd-mm-yyyy') 
      and furg.responsibility_id             = frt.responsibility_id
      and frt.responsibility_name            = 'EMR IBE Customer PSG US'
      and frt.language                       = 'US'
      and hcp_phone1.contact_point_type(+)   = 'PHONE'
      and hcp_phone1.status(+)               = 'A'
      and hp.party_id                        =hcp_phone1.owner_table_id(+)
      and hcp_phone1.owner_table_name(+)     ='HZ_PARTIES'
      and hcp_phone1.primary_flag            = 'Y';

    SELECT d.NAME
          FROM
            (SELECT jta.NAME
              FROM apps.jtf_terr_values_all jtva,
              apps.jtf_terr_qual_all jtqa,
              apps.jtf_terr_all jta ,
              apps.hz_party_sites ps,
              apps.hz_locations hl
            WHERE jtva.terr_qual_id     = jtqa.terr_qual_id
            AND jtqa.terr_id            = jta.terr_id
            AND jtva.low_value_char     = hl.postal_code
            AND jtqa.org_id             = jtva.org_id
            AND jta.org_id              = jtqa.org_id
            AND ps.location_id          = hl.location_id
            AND hl.country             in( 'CA', 'US')) D;
            UNION
            SELECT jta.NAME
              FROM apps.jtf_terr_values_all jtva,
              apps.jtf_terr_qual_all jtqa,
              apps.jtf_terr_all jta,
              apps.hz_party_sites ps,
              apps.hz_locations hl
            WHERE jtva.terr_qual_id     = jtqa.terr_qual_id
            AND jtqa.terr_id            = jta.terr_id
            AND ps.location_id          = hl.location_id
            AND jtqa.org_id             = jtva.org_id
            AND jta.org_id              = jtqa.org_id
            AND hl.country              = 'US'
            AND hl.postal_code BETWEEN jtva.low_value_char AND jtva.high_value_char
            )d;

Maybe you are looking for

  • Ical - update/changes online?

    Is it possible to make changes to the ical from a pc for example via imac (ie log in and access a published calender)? Can those changes then be synced so it is also changed on the main ical? Thank you!!

  • Can't get email to work

    Keeps saying wrong user id or password.   Have tried several nothing works. AT&T said Yahoo server down today causing problem.  My friends all using theirs.

  • Vendor Prepayment - Config settings

    Hi Friends, Could you please list , Vendor Prepayment config steps?? I am configuring it under MM-LIV - Incoming Invoice - Prepayment Regards, Jackie

  • Download error when updating apps

    I keep getting a basic message saying "Download error.  Please retry to try again or contact customer support."  I've reinstalled creative cloud, but keep getting the same error.  Please help!

  • CS6- Sluggish Graphics performance

    Hi;   I just installed Photoshop CS6 on a Windows 7 64-Bit system with an ATI 5870 Graphics card and the latest ATI 12.4 drivers. Graphics performance seems to be noticeably worse than CS4 that I upgraded from.    The very first thing I tried was pas