Getting AutoCommit as true for a connection during a JTS transaction

We have a situation where connections being retrieved from a JDBC connection pool through a JDBCTxDataSource are having their autoCommit flag set to true (which should never happen) though it is in a Disributed transaction . We have confirmed that it is a JTS connection and not a pool connection. The environment details are below
          Appserver : Weblogic version 8.1 sp5
          Database : Oracle 9i database.
          Driver : ojdbc14.jar
          We have a weblogic cluster wit two instances. The JDBC configuration for the 2 instances are below
          Primary :
          <JDBCConnectionPool
               CapacityIncrement="5"
          ConnectionCreationRetryFrequencySeconds="240"
          CountOfRefreshFailuresTillDisable="1"
          CountOfTestFailuresTillFlush="1"
          DriverName="oracle.jdbc.driver.OracleDriver"
          InitialCapacity="75"
               LoginDelaySeconds="1"
               MaxCapacity="75"
          Name="xxxPool"
               PasswordEncrypted="{3DES}PvyCca0PtiM="
          PreparedStatementCacheSize="0"
          Properties="user=xxxsm;dll=ocijdbc8;protocol=thin"
          RefreshMinutes="50"
               ShrinkPeriodMinutes="15"
          ShrinkingEnabled="false"
               Targets="PR_CLUSTER"
          TestConnectionsOnRelease="true"
               TestConnectionsOnReserve="true"
          TestTableName="dual"
               URL="jdbc:oracle:thin:@xxxxxx:1521:yyyyyy"/>
          <JDBCTxDataSource EnableTwoPhaseCommit="true" JNDIName="jdbc.xxxDB"
          Name="xxxDB" PoolName="xxxPool" Targets="PR_CLUSTER"/>
          Secondary:
          <JDBCConnectionPool
          CapacityIncrement="5"
          DriverName="oracle.jdbc.driver.OracleDriver"
          InitialCapacity="50"
          LoginDelaySeconds="1"
          MaxCapacity="50"
          Name="xxxPool"
          PreparedStatementCacheSize="0"
          Properties="user=xxxsm;dll=ocijdbc8;protocol=thin"
          RefreshMinutes="59"
          ShrinkPeriodMinutes="15"
          ShrinkingEnabled="false"
          Targets="PR_CLUSTER"
          TestConnectionsOnRelease="true"
          TestConnectionsOnReserve="true"
          CountOfTestFailuresTillFlush="1"
          CountOfRefreshFailuresTillDisable="1"
          ConnectionCreationRetryFrequencySeconds="240"
          TestTableName="dual"
          Password="sbkbl05"
          URL="jdbc:oracle:thin:@xxxxx:1521:yyyyyy"/>
          <JDBCTxDataSource EnableTwoPhaseCommit="true"
          JNDIName="jdbc.xxxDB" Name="xxxDB" PoolName="xxxPool" Targets="PR_CLUSTER"/>
          Has someone encountered this situation before? Does any configuration condition lead to this situation?
          Thanks in advance for your help

Pramod C S wrote:
          > We have a situation where connections being retrieved from a JDBC connection pool through a JDBCTxDataSource are having their autoCommit flag set to true (which should never happen) though it is in a Disributed transaction . We have confirmed that it is a JTS connection and not a pool connection. The environment details are below
          > Appserver : Weblogic version 8.1 sp5
          Hi. Is the recipient of the autoCommit(true) connection hand-written code?
          A TxDataSource to a non-XA pool will deliver an autoCommit(true) connection
          iff the connection request is made outside (even if just before) a WLS-managed
          global tx has started.
          Joe
          > Database : Oracle 9i database.
          > Driver : ojdbc14.jar
          > We have a weblogic cluster wit two instances. The JDBC configuration for the 2 instances are below
          > Primary :
          > <JDBCConnectionPool
          >      CapacityIncrement="5"
          > ConnectionCreationRetryFrequencySeconds="240"
          > CountOfRefreshFailuresTillDisable="1"
          > CountOfTestFailuresTillFlush="1"
          > DriverName="oracle.jdbc.driver.OracleDriver"
          > InitialCapacity="75"
          >      LoginDelaySeconds="1"
          >      MaxCapacity="75"
          > Name="xxxPool"
          >      PasswordEncrypted="{3DES}PvyCca0PtiM="
          > PreparedStatementCacheSize="0"
          > Properties="user=xxxsm;dll=ocijdbc8;protocol=thin"
          > RefreshMinutes="50"
          >      ShrinkPeriodMinutes="15"
          > ShrinkingEnabled="false"
          >      Targets="PR_CLUSTER"
          > TestConnectionsOnRelease="true"
          >      TestConnectionsOnReserve="true"
          > TestTableName="dual"
          >      URL="jdbc:oracle:thin:@xxxxxx:1521:yyyyyy"/>
          > <JDBCTxDataSource EnableTwoPhaseCommit="true" JNDIName="jdbc.xxxDB"
          > Name="xxxDB" PoolName="xxxPool" Targets="PR_CLUSTER"/>
          >
          > Secondary:
          > <JDBCConnectionPool
          > CapacityIncrement="5"
          > DriverName="oracle.jdbc.driver.OracleDriver"
          > InitialCapacity="50"
          > LoginDelaySeconds="1"
          > MaxCapacity="50"
          > Name="xxxPool"
          > PreparedStatementCacheSize="0"
          > Properties="user=xxxsm;dll=ocijdbc8;protocol=thin"
          > RefreshMinutes="59"
          > ShrinkPeriodMinutes="15"
          > ShrinkingEnabled="false"
          > Targets="PR_CLUSTER"
          > TestConnectionsOnRelease="true"
          > TestConnectionsOnReserve="true"
          > CountOfTestFailuresTillFlush="1"
          > CountOfRefreshFailuresTillDisable="1"
          > ConnectionCreationRetryFrequencySeconds="240"
          > TestTableName="dual"
          > Password="sbkbl05"
          > URL="jdbc:oracle:thin:@xxxxx:1521:yyyyyy"/>
          >
          > <JDBCTxDataSource EnableTwoPhaseCommit="true"
          > JNDIName="jdbc.xxxDB" Name="xxxDB" PoolName="xxxPool" Targets="PR_CLUSTER"/>
          >
          >
          > Has someone encountered this situation before? Does any configuration condition lead to this situation?
          >
          > Thanks in advance for your help

Similar Messages

  • Setting AutoCommit to True for XA Drivers

    In jrockit81sp2_141_05, the default setting was changed to AutoCommit is false
    for all XA Drivers. Was wondering how to change it back to true.
    In the properties section of JDBC connection configuration I added
    autocommit=true
    But that didn't do anything. Any ideas? Thanks. Later...
    - Wayne

    I think you posted this to the wrong newsgroup. There are no XA Drivers
    in JRockit - it is just a JVM. Try one of the WLS newsgroups instead.
    Thanks,
    /Staffan
    Wayne Lau wrote:
    In jrockit81sp2_141_05, the default setting was changed to AutoCommit is false
    for all XA Drivers. Was wondering how to change it back to true.
    In the properties section of JDBC connection configuration I added
    autocommit=true
    But that didn't do anything. Any ideas? Thanks. Later...
    - Wayne

  • Getting error 'opening port for MGR  (Connection refused).

    Hi Guys,
    I m getting below, while starting replicat on target.
    GGSCI (ggtarget) 16> start replicat RLOAD
    Sending START request to MANAGER ...
    ERROR: opening port for MGR MGR (Connection refused).
    GGSCI (ggtarget) 20> view param mgr
    PORT 7809
    USERID orgg, PASSWORD orgg
    PURGEOLDEXTRACTS /ggs/dirdat/*, USECHECKPOINTS
    GGSCI (ggtarget) 21> view param rload
    REPLICAT RLOAD
    USERID orgg, PASSWORD orgg
    ASSUMETARGETDEFS
    HANDLECOLLISIONS
    APPLYNOOPUPDATES
    GETUPDATEBEFORES
    reperror default, discard
    DISCARDFILE ./dirrpt/rload.dsc, purge
    MAP HR.TCUSTORD, TARGET HR.TCUSTORD;
    MAP HR.TCUSTMER, TARGET HR.TCUSTMER;
    from Source I could able to do the telnet to target...
    What could be issue ???

    Hi,
    Error:
    GGSCI (ggtarget) 16> start replicat RLOAD
    Sending START request to MANAGER ...
    ERROR: opening port for MGR MGR (Connection refused).
    You can start Manager, but when you try to start Replicat, GGSCI gives me a connection timeout error
    Solution:
    GoldenGate uses a TCP/IP socket to communicate between local processes. When you issue a START, STOP, SEND, or other command in GGSCI, the command interface will try to open a local port for the process.
    Here is how to find out which local ports these processes are listening on. In the dirpcs directory, there will be one file for each running GoldenGate process.
    For Manager, the file name will be MGR.pcm.
    For Extract, it will be <GROUP_NAME>.pce.
    For Replicat, it will be <GROUP_NAME>.pcr.
    These are text files that can be viewed by using cat or any equivalent command. For example, the MGR.cpm file content will read like this:
    PROGRAM MGR PROCESSID MGR PORT sys1.4356 PID 60070
    After the keyword PORT will be the local hostname and the port number that Manager is supposed to be running on. In the preceding example, the hostname is sys1, and the port is 4356.
    The program (ggsci) tries to use that hostname to communicate to the process (Extract/Replicat/Manager) when the command is issued in GGSCI. If you get a timeout or connection-refused error on the command, that means GoldenGate could not connect to the local host. Most of the time, you should have no problem connecting to a local host, but when you have the wrong IP address or routine table configured in your TCP/IP settings, connection errors can happen.
    To troubleshoot this, follow the steps below
    1. Try to ping that host name from the OS shell to see if it goes to the correct IP address (which should be the one for the local system).
    2. If the ping is successful, try to telnet to the Manager port on your local host. You will be able to see your telnet session connect if a Manager is listening on that port.
    Here is an example:
    shell>telnet
    telnet> open sys1 4356
    Trying 100.100.100.100...
    Connected to sys1.oracle.com (100.100.100.100).
    Escape character is '^]'.
    3. If your telnet session times out or gets a connection-refused error, that means either the hostname is wrong or the port number is wrong.
    If the ping to the hostname listed in the pcm/pce/pcr file fails, or if you cannot connect your telnet session to the port listed in the file(s), contact your network engineers to get the TCP/IP issue resolved.
    Hope this information helps.
    Thanks & Regards
    Santhosh

  • Licensing for Unity Connection after Upgrade from 8.5 to 9.1.2

    I upgraded my Unity connection from 8.5.1 to 9.1.2. ( my CUCM is still on 8.5.1) . I have 200 CUWL-STD ( 2200 DLUs), and 50 CUWL-PRO (850 DLUs) . Now I am working with Cisco to get a license file for Unity Connection and apply that to my ELM. I attached my licensing page for when I was in 8.5.1 . Just want to make sure if I will be getting enough license with that license file, or possibly I need to buy more. Someone told me that if I want to have users with mailbox I need to order more licenses since every user take one CUWL license.
    Honestly i do not know how CUWL licensing work regardig to Unity or even CUCM.
    Thanks,

    Hi,
    The following link provides details of licenses usage by diff endpoints on version 9.x
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/upgrade/uct/9_1_1/CUCM_BK_U0AE00F5_00_uct-admin-guide/CUCM_BK_U0AE00F5_00_uct-admin-guide_chapter_0100.html
    HTH
    Manish

  • Shall I use one datasource for multiple connection pool?

    Hi,
    I need to clarrify that, Shall I use one Datasource for multiple connection pool in distributed transaction?
    Thanks with regards
    Suresh

    No. If its transactions across multiple databases you should use different datasources.

  • Turn Autocommit off for JDBC Connection

    I'd like to control the commit for DBMS_XMLSave operations on my own instead of auto commit. The documentation says to "Turn Autocommit off for JDBC Connection", but I haven't found how to do that yet, any clues?

    My apologies for how complicated this is, it was written to be a
    generic xml processor for multiple tables. I narrowed it to one
    table. It converts a long to clob, parses it, walks the dom to
    find rows and processes each row. One InsertXML per row in the
    XML.
    CREATE OR REPLACE package whl_rtl_xml_pkg as
    --Context definitions by table
    HUDLINE_CTX_IND char(1) := 'N';
    HUDLINE_Ctx DBMS_XMLSave.ctxType := null;
    procedure accept_xml (in_long in long, out_sts out char, out_msg
    out varchar2);
    procedure updt_hudline(in_row_node in xmldom.DOMNode, in_clob
    clob, out_sts out char, out_msg out varchar2);
    procedure set_context(in_table_name in varchar2, out_sts out
    char, out_msg out varchar2);
    end whl_rtl_xml_pkg;
    CREATE OR REPLACE package body whl_rtl_xml_pkg as
    procedure accept_xml (in_long in long, out_sts out char, out_msg
    out varchar2) is
    begin
    declare
    -- Long to CLOB and Parse XML variables
    v_in_clob clob; -- Entire long converted to clob
    v_clob clob; -- One row written to clob from DOM
    doc xmldom.domdocument; -- Parsed XML Document
    v_long_lnth NUMBER;
    v_nbr INTEGER := 500;
    bbuf varchar2(500);
    p xmlparser.parser;
    retval xmldom.domdocument;
    --LOANLOCK information
    lock_list xmldom.DOMNodeList;
    lock_node xmldom.DOMNODE;
    lock_loan_nbr WHL_LOAN_TB.LOAN_NBR%TYPE;
    lock_rcd_updt_ts WHL_LOAN_TB.RCD_UPDT_TS%TYPE;
    lock_rcd_updt_user_id WHL_LOAN_TB.RCD_UPDT_USER_ID%TYPE;
    V_RETURN char(2);
    -- Rowset Info
    rowset_nl xmldom.DOMNodeList;
    rowset_len number;
    rowset_node xmldom.DOMNode;
    rowset_table varchar2(30);
    -- Row Info
    row_nl xmldom.DOMNodeList;
    row_len number;
    row_node xmldom.DOMNode;
    -- General
    v_table_name char(30);
    v_time char(10);
    v_ret_sts char(2);
    v_ret_msg VARCHAR2(200);
    function selected_nodes (in_xpath varchar2)
         return xmldom.domnodelist is
         retval xmldom.domnodelist;
    begin
    retval := xslprocessor.selectnodes (xmldom.makenode
    (doc),in_xpath);
         RETURN retval;
    end selected_nodes;
    begin
    --Connection.setAutoCommit(false);
    v_long_lnth := length(in_long); -- Determine length of XML Input
    -- Create Clob and convert long to CLOB
    dbms_lob.createtemporary(v_in_clob,TRUE);
    dbms_lob.createtemporary(v_clob,TRUE);
    dbms_lob.write(v_in_clob,v_long_lnth,1,in_long);
    -- Parse Clob, create DOM
    p := xmlparser.newParser;
    xmlparser.parseCLOB(p,v_in_clob);
    doc := xmlparser.getDocument(p);
    -- Loop through ROWSETS
    rowset_nl := selected_nodes('/ROOT/ROWSET'); -- Find rowset
    nodes
    rowset_len := xmldom.getLength(rowset_nl);
    for rs in 0..rowset_len-1 loop
    rowset_node := xmldom.item(rowset_nl,rs);
    rowset_table := xslprocessor.valueof
    (rowset_node,'TABLE_NAME'); -- Determine which table the rowset
    is for
    -- set up context for this table
    set_context(rtrim(rowset_table), v_ret_sts, v_ret_msg);
    IF V_RET_STS != '00' THEN -- Update failed for row
         OUT_STS := '01';
         OUT_MSG:= 'WHL_RTL_TEMPLATE_SP ERROR from:'||rtrim
    (v_ret_msg);
         RETURN;
    END IF;
    -- Loop through Row Nodes to process individual rows
    row_nl := xslprocessor.selectnodes (rowset_node,'ROW');
    row_len := xmldom.getLength(row_nl);
    for i in 0..row_len-1 loop
    row_node := xmldom.item(row_nl,i);
    xmldom.writeToClob(row_node, v_clob);
    -- DBMS_LOB.READ (v_clob, v_nbr, 1, Bbuf);
    -- dbms_output.put_line(substr(bbuf,1,200));
    -- Find elements of "ROW" -->Column Names needed for key
    processing
         -- call function to process row for the table
         -- pulls column names needed and update row in database
    as required
    if rowset_table = 'WHL_HUDLINE_TB' then
         updt_hudline(row_node, v_clob, v_ret_sts, v_ret_msg);
              IF V_RET_STS != '00' THEN -- Update failed for
    row
         OUT_STS := '01';
         OUT_MSG:= 'WHL_RTL_TEMPLATE_SP ERROR from:'||rtrim
    (v_ret_msg);
              RETURN;
              END IF;
         end if;
    end loop;
    end loop;
    -- Clean up
    dbms_lob.FREETEMPORARY (v_in_clob);
    dbms_lob.FREETEMPORARY (v_clob);
    out_sts := '00';
    out_msg := 'WHL_RTL_XML_PKG.ACCEPT_XML Finished without errors';
    exception
    when others then
    out_sts := '99';
         out_msg := 'WHL_RTL_XML_PKG uncaught error:'|| SQLERRM;
    end;
    end accept_xml;
    procedure updt_hudline(in_row_node in xmldom.DOMNode, in_clob
    clob, out_sts out char, out_msg out varchar2) is
    begin
    declare
    V_LOAN_NBR WHL_LOAN_TB.LOAN_NBR%TYPE;
    V_HUDLINE_NBR WHL_HUDLINE_TB.HUDLINE_NBR%TYPE;
    V_KEY_EXISTS NUMBER;
    v_rows_updt number;
    v_nbr number;
    v_msg varchar2(200);
    begin
    v_loan_nbr := xslprocessor.valueof(in_row_node,'LOAN_NBR');
    v_hudline_nbr := xslprocessor.valueof
    (in_row_node,'HUDLINE_NBR');
    select count(*) into v_key_exists from whl_hudline_tb
    where loan_nbr = v_loan_nbr
    and hudline_nbr = v_hudline_nbr;
    if v_key_exists > 0 then
    v_rows_updt := DBMS_XMLSave.updateXML
    (hudline_Ctx,in_clob);
    else
         v_rows_updt := DBMS_XMLSave.insertXML
    (hudline_Ctx,in_clob);
         END IF;
         if v_rows_updt = 0 then -- Error no rows were inserted
    or updated
    out_sts := '01';
         out_msg := 'UPDT_HUDLINE - insert/update did not
    update any rows for:'||V_LOAN_NBR||':'||
    V_HUDLINE_NBR||':'||V_KEY_EXISTS;
    else
    out_sts := '00';
    end if;
    exception
    when others then
    -- get the original exception
    DBMS_XMLQuery.getExceptionContent(HUDLINE_Ctx,v_nbr,
    v_msg);
    dbms_output.put_line('updt_hudline Exception caught ' ||
    TO_CHAR(v_nbr)
    || out_msg );
    out_sts := '99';
         out_msg := 'updt_hudline:'||v_msg;
    end;
    end updt_hudline;
    procedure set_context(in_table_name in varchar2, out_sts out
    char, out_msg out varchar2) is
    begin
    declare
    v_nbr number;
    v_msg varchar2(200);
    begin
    if in_table_name = 'WHL_HUDLINE_TB' then
    if HUDLINE_CTX_IND = 'N' THEN -- Context has not been created
    for the table
    HUDLINE_Ctx := DBMS_XMLSave.newContext('WHL_HUDLINE_TB');
         DBMS_XMLSave.clearUpdateColumnList(HUDLINE_Ctx); -- To
    test
         DBMS_XMLSave.clearKeyColumnList(HUDLINE_Ctx);
         DBMS_XMLSave.setKeyColumn(HUDLINE_Ctx,'LOAN_NBR');
         DBMS_XMLSave.setKeyColumn(HUDLINE_Ctx,'HUDLINE_NBR');
         DBMS_XMLSave.setCommitBatch(HUDLINE_Ctx, 0);
         HUDLINE_CTX_IND := 'Y';
    END IF;
    END IF;
    out_sts := '00';
    exception
    when others then
    -- get the original exception
    DBMS_XMLQuery.getExceptionContent(HUDLINE_Ctx,v_nbr,
    v_msg);
    dbms_output.put_line('set_context Exception caught ' ||
    TO_CHAR(v_nbr)
    || out_msg );
    out_sts := '99';
         out_msg := 'set_context error:'||v_msg;
    end;
    end set_context;
    end whl_rtl_xml_pkg;
    procedure kim_test as
    begin
    declare
    in_long long := '<ROOT>
    <ROWSET>
    <TABLE_NAME>WHL_HUDLINE_TB</TABLE_NAME>
         <ROW num="3">
              <LOAN_NBR>6000012</LOAN_NBR>
              <HUDLINE_NBR>104.3</HUDLINE_NBR>
              <HUDLINE_AMT>700</HUDLINE_AMT>
              <HUDLINE_PYMNT_MTHD_CD>A</HUDLINE_PYMNT_MTHD_CD>
              <HUDLINE_COMMENT_TXT>THIS IS A
    COMMENT</HUDLINE_COMMENT_TXT>
         </ROW>
    <ROW num="4">
              <LOAN_NBR>6000012</LOAN_NBR>
              <HUDLINE_NBR>104.4</HUDLINE_NBR>
              <HUDLINE_AMT>700</HUDLINE_AMT>
              <HUDLINE_PYMNT_MTHD_CD>A</HUDLINE_PYMNT_MTHD_CD>
              <HUDLINE_COMMENT_TXT>THIS IS A
    COMMENT</HUDLINE_COMMENT_TXT>
    </ROWSET>
    </ROOT>';
    out_err_sts char(2);
    out_err_msg varchar2(200);
    begin
    WHL_rtl_xml_pkg.accept_xml (in_long, out_err_sts, out_err_msg);
    dbms_output.put_line(out_err_msg);
    end;
    end;
    Output from running it
    SQL> edit
    Wrote file afiedt.buf
    1 delete from whl_hudline_tb
    2* where loan_nbr = '6606665'
    SQL> /
    2 rows deleted.
    SQL> commit;
    Commit complete.
    SQL> set serveroutput on
    SQL> execute kim_test
    WHL_RTL_XML_PKG.ACCEPT_XML Finished without errors
    PL/SQL procedure successfully completed.
    SQL> select loan_nbr, hudline_nbr, hudline_amt
    2 from whl_hudline_tb
    3 where loan_nbr = '6606665';
    LOAN_NB HUDLIN HUDLINE_AMT
    6606665 104.3 700
    6606665 104.4 700
    SQL> rollback;
    Rollback complete.
    SQL> select loan_nbr, hudline_nbr, hudline_amt
    2 from whl_hudline_tb
    3 where loan_nbr = '6606665';
    LOAN_NB HUDLIN HUDLINE_AMT
    6606665 104.3 700
    6606665 104.4 700

  • When I try to submit a form I get an error massage (An error occurred during the submit process. There was a problem connecting to the server.) it seems I only get this message on a PC

    When I try to submit a form I get an error massage (An error occurred during the submit process. There was a problem connecting to the server.) it seems I only get this message on a PC

    Read the user manual that came w/the scanner and/or contact HP Support.
    http://support.apple.com/kb/PH14141 OS X Mavericks: Reset the printing system 
    http://support.apple.com/kb/HT3669 Printer and scanner software available for download 
    A scanner driver you may wish to consider:  VueScan Scanner Software

  • How to get ManagedBean for C3P0 connection pool.

    Hi there,
    How to get ManagedBean(C3P0PooledDataSourceMBean) for C3P0 connection pool, as the object name is getting constructed during run time.
    Thanks,
    Sid

    Hi there,
    How to get ManagedBean(C3P0PooledDataSourceMBean) for C3P0 connection pool, as the object name is getting constructed during run time.
    Thanks,
    Sid

  • I can not store all my Music on my internal Macbook pro hard drive so I am storing it on a large external drive connected to my airport extrem.  How do I get Itunes to search for the music here with out trying to copy it to my laptops hard drive??

    I can not store all my Music on my internal Macbook pro hard drive so I am storing it on a large external drive connected to my airport extreme (2 TB drive plugged into the USB port).  I see the drive on my laptop and I can add and delete files no problem.  How do I get Itunes to search for the music here with out trying to copy it to my laptop's hard drive?  I don't have enough space to do that.

    How did you move the music to the external drive?  What exactly is on the drive?  The entire iTunes folder or only music?  If it is the entire iTunes folder you can do the option+start suggestion earlier.  If you copied only music and did so by dragging it there then you need to delete it again and consolidate/organize it there instead so iTunes tracks the move.  iTunes 12 for Mac: Change where your iTunes files are stored - http://support.apple.com/kb/PH19507

  • I still use CS3, yes it's true.  Can I some how get a serial number for CS2?b

    I still use CS3, yes it's true.  However, I have my upgrade copy only, not my CS2, and I just purchased a new iMac Mini.  Therefore, I do not have my SN for CS2.  Can I some how get a serial number for CS2?  I found a link with SN's but none worked.  I wo

    There is a SPECIAL serial number for CS2 that will probably not work for a CS3 upgrade http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l
    You may still buy CS6 which has a perpetual license... Premiere Pro to get the bundled Encore Creative Suite 6

  • I am not able to access the "Settings" on my iPad 3. I just get a gray screen for about 30 seconds and then the app shuts down. I am also unable to access the App store, iTunes, or any app requiring an internet connection. Any thoughts?

    I am not able to access the "Settings" on my iPad 3. I just get a gray screen for about 30 seconds and then the app shuts down. I am also unable to access the App store, iTunes, or any app requiring an internet connection. Any thoughts?

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."

  • HT3014 my mac has the VGA port and I need a newer monitor for it. what do I use that will connect it. I had a new dell monitor and none of the things that dell said worked. so I am going to get a mac monitor for a second unit.

    my mac has the VGA port and I need a newer monitor for it. what do I use that will connect it. I had a new dell monitor and none of the things that dell said worked. so I am going to get a mac monitor for a second unit.
    my laptop is a 2008 model

    Hmmm... 2008 MBP has...
    Video (Monitor):     1 (DVI)
    Details:     Supports external display in dual display and mirroring modes. VGA output provided by included Apple DVI-to-VGA adapter, S-video output provided by optional adapter (sold separately).
    http://www.everymac.com/systems/apple/macbook_pro/specs/macbook-pro-core-2-duo-2 .5-15-early-2008-penryn-specs.html

  • I got the iphone 5, got some pics and msgs and contacts on it, and when i connected to my PC to restore my previous info from the old iphone, all the new stuff are gone, how can i get it back, thanks for help.

    i got the iphone 5, got some pics and msgs and contacts on it, and when i connected to my PC to restore my previous info from the old iphone, all the new stuff are gone, how can i get it back, thanks for help.

    The voicemail system used for the iPhone is different from the voicemail system used on the rest of the Verizon Wireless network. When you activate the iPhone, you lose your saved voicemails from the other system. When you activate a non-iphone, you lose any saved voicemails from the iPhone voicemail system too.

  • When connecting to my wifi I get ! When looking for networks

    When connecting to my wifi I get ! When looking for networks
    I

    When you see an exclamation point in the Wi-Fi menu, from the menu bar, select
     ▹ System Preferences... ▹ Network
    Click the Assist me button and select Assistant. Follow the prompts. You may get a warning that Wi-Fi is not available, that you're too far from the base station, or that you're using the wrong password.
    Assuming that you've ruled out those possibilities, click the lock icon in the lower left corner of the preference pane and authenticate, if necessary. From the Location menu at the top of the window, select Edit Locations. A sheet will drop down. Click the plus-sign button to create a new location. Give it any name you want. In the new location, set up the Wi-Fi service with the same settings you used before. Click Apply and test.

  • I get a message that says cannot connect to iTunes when I try to update apps.  I am connected to wifi.  I have changed password. I have turned off iPad and back on.  I have tried scearching for the answer and cannot find any help.

    I get a message that says cannot connect to iTunes when I try to update apps. I have tried everything. What to do?

    Apple appears to be having trouble with the iTunes Store servers right now. Wait for them to fix it.
    (81086)

Maybe you are looking for

  • Jabber Windows - no phone control with LDAP Custom filter

    I am unable to control the desktop phone from the Jabber 9.1 Windows client when the CallManager LDAP Directory uses a Custom Filter. Has anyone else experienced this? If I set the LDAP Custom Filter to <none> and save, then Desktop Phone control wor

  • Cannot open links in new tab without holding Ctrl

    There is only one option i see in preferences for opening sites in new tabs. and it is called "Open links from applications..." Even with this checked, by default all links open in a new window, unless I hold down Ctrl while clicking the link. There

  • Connecting XI to MSSQL Server

    Hi,   I want to connect to Mssql Server from XI, I have downloaded and JDBC driver of MSSql server. Is this enough to connect to XI server or else i have to do any other configuration in XI server. How to know that JDBC Adapter is enabled in XI Serve

  • BI - Client copy 000, 001 or neither

    After install SAP Netweaver 7.0 BI ABAP+JAVA what shoud we do about client? In BW we can't have more than one client so I think this is the same for BI. If the system start with two clients (000 and 001), should we do a client copy? If yes, which of

  • No delivery type defined for supplying plant 6110 and document type ZSTD

    Hi all, I am trying to create a purchase order with a P6110 supplier and the 6115 plant but I get the following error message No delivery type defined for supplying plant p6110 and document type. When I create a PO with a 6115 supplier and the 6110