ORA-02068: following severe error from ....

Hi,
we have a dataguard setup for 10g databases on AIX platform as below.
host1(TALON) host2(CATALINA)
TICSPROD (PRIMARY ) TICSPROD(STANDBY)
PLSPROD (STANDBY) PLSPROD (PRIMARY)
We have decided to recreate PLSPROD STANDBY(because of some setup issues) this weekend and last night we just disabled the PLSPROD STANDBY.Means now only PLSPROD PRIMARY is working.
Last night, suddenly in the PRIMARY TICSPROD alert log file we see the below error.Is it because of the dataguard issue or any other issue.Please help as we have no clue how to resolve this.
ORA-02050: transaction 4.34.2844973 rolled back, some remote DBs may be in-doubt
ORA-02068: following severe error from PLSPROD
ORA-03113: end-of-file on communication channel

We have decided to recreate PLSPROD STANDBY(because of some setup issues) this weekend and last night we just disabled the PLSPROD STANDBY.Means now only PLSPROD PRIMARY is working.
Last night, suddenly in the PRIMARY TICSPROD alert log file we see the below error.Is it because of the dataguard issue or any other issue.Please help as we have no clue how to resolve this.
ORA-02050: transaction 4.34.2844973 rolled back, some remote DBs may be in-doubt
ORA-02068: following severe error from PLSPROD
ORA-03113: end-of-file on communication channel
What are the parameters of standby
post
show parameter dest_2
show parameter state_2ORA-02050:
     transaction string rolled back, some remote DBs may be in-doubt
Cause:      network or remote failure in 2PC.
Action:      Notify operations; remote DBs will automatically re-sync when the failure is repaired.
defer the destination state 2 also refer the below link
http://www.orafaq.com/forum/t/67115/2/

Similar Messages

  • ORA-02068: following severe error from LNK -(Prob with HS ODBC pls. help)

    HI Every one...
    Please help me out...
    Problem in d/b link using generic connectivity of oracle to connect MS Access here are the details ...
    ORACLE VERSION - Oracle8i Release 8.1.7.0.0
    OS - WINDOWS 2000 Service Pack 3
    MSAccess 2000
    I sussessfully created System DSN steps....
    ODBC Data Source Administrator -> System DSN -> ADD -> (select) Microsoft Access
    Driver [*.mdb] Version- 4.00.6200.00 -> ODBC Microsoft Access Setup (Data Source
    Name = dbq and selected the MS Access database file. and OK -> OK
    HS parameter file...
    Location .... D:\oracle\ora81\hs\admin
    Name........ initdbaccess.ora
    HS_FDS_CONNECT_INFO =dbq
    HS_FDS_TRACE_LEVEL =off
    listener.ora
    Location.... D:\oracle\ora81\network\ADMIN
    (SID_DESC =
    (SID_NAME = dbaccess)
    (ORACLE_HOME = D:\oracle\ora81)
    (PROGRAM = hsodbc)
    TNSNames.ora
    Location.... D:\oracle\ora81\network\ADMIN
    DBACCESS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SID = dbaccess)
    (HS = OK)
    I stop the listener and start it again.... then on sqlplus.....
    SQL> connect qu3/qu3@mysys
    Connected.
    SQL> create database link lnk using 'DBACCESS';
    Database link created.
    SQL> select * from t_emp_main@lnk;
    select * from t_emp_main@lnk
    ERROR at line 1:
    ORA-02068: following severe error from LNK
    ORA-03114: not connected to ORACLE
    Why this Error is comming.... any solution pls......
    Thanks in advance....
    SMG

    Help please... problem still pending ....

  • ORA-02068: following severe error from db link

    Hi,
    I have the following piece of code which gives an error.
    FOR items IN (SELECT DISTINCT item FROM ccm_items@caav_link a)
    LOOP
    itemtrans.process_item@manuf_link(items.item);
    END LOOP;
    Procedure process_item may take several hours to complete execution. Hence after processing one or two items, I get an error "ORA-02068: following severe error from caav_link
    ORA-03113: end-of-file on communication channel"
    I guess this occurs due to some timeout issue. Can you please give some pointers on why this issue occurs and how to avoid it? Also note that I need to use the same link after the loop. So a timeout could cause a problem there also.
    Thanks,
    Blesson

    May be this link will be useful:
    http://www.dba-oracle.com/t_ora_02068_following_severe_error_from_stringstring.htm

  • ORA-02068: following severe error from - How to handle the overgiven Except

    Hello again ^^,
    hope its okay to write the follwnig question into a new Thread...
    I sometimes get errors from remote dbs.
    ORA-02068: following severe error from DBLINK
    ORA-01089: immediate shutdown in progress - no operations are permitted
    ORA-02068: following severe error from DBLINK
    ORA-03113: end-of-file on communication channelThese are in one sqlerm. Is it possible to handle the second errors without string operations?
    Thanks and regards
    Edited by: user10283133 on 28.10.2008 08:33
    Try to force the headline

    The remote db is accessible from 6 am to 6 pm. When querring longer than given time span I get the Error ORA-02068. In the sqlerm for this Error is a second Errormessage from an second different Error concatenated.
    Now I will tell what I think is happening:
    I think the remote db say: >>I will go sleep now<< an throws Error A (ORA-01089 (or ORA-03113, or what else)). This Error A goes to the local db. The local db get the Error A and throw a new Error (Error B = ORA-02068). This Error B is independet from Error A. And I see a String which is "Error B + Error A"
    I recieve also three possible Errormessages:
    ORA-02068: following severe error from DBLINK
    ORA-03113: end-of-file on communication channel
    ORA-02068: following severe error from DBLINK_ODS_STBY
    ORA-01089: immediate shutdown in progress - no operations are permitted
    ORA-02068: following severe error from DBLINK_ODS_STBY
    ORA-whatelse: what elseI can handle the ORA-02068. But my questions is, can I handle the second Error (thus Error A) without string operations?
    The Relase is 10g2. Please tell me which information you still need ...
    Thank you very much.
    regrads

  • ORA-02068: following severe error from dblink

    Dear friends,
    My database (oracle 9.2.0.8.0) will call another database's (oracle 9i cluster) view through DB Link to get some data.
    If we are to access the data for the first time in a particular session, it gives the output within a second.
    But if we access the data after 45mins in the same session(already connection is open), the query is running for 9 mins it throws an oracle error.
    There is no network issue also(solaris 5.8 server).
    select * from <synonym> where <column_name>=<Value>;
    synonym is created in my database for remote database view (schema_name.view_name@dblink_name)
    please find the Oracle error below:
    ORA-02068: following severe error from RAMBOMAX
    ORA-03113: end-of-file on communication channel
    SID EVENT STATE WAIT_TIME SECONDS_IN_WAIT P1 P2 P3 SQL_HASH_VALUE
    547 SQL*Net message to client WAITED KNOWN TIME -1 0 1413697536 1 0 951575186
    283 SQL*Net message from dbli WAITING 0 441 675562835 1 0 3503340408
    298 SQL*Net message from dbli WAITING 0 199 675562835 1 0 3503340408
    572 SQL*Net message from dbli WAITING 0 485 675562835 1 0 3503340408
    632 SQL*Net message from dbli WAITING 0 358 675562835 1 0 3503340408
    634 SQL*Net message from dbli WAITING 0 250 675562835 1 0 3503340408
    581 SQL*Net message from dbli WAITING 0 208 675562835 1 0 3503340408
    561 SQL*Net message from dbli WAITING 0 376 675562835 1 0 3503340408
    520 SQL*Net message from dbli WAITING 0 413 675562835 1 0 3503340408
    What could be the reason for this? could some one please help me on this?
    Thanks,
    Prathap

    user8724104 wrote:
    Dear friends,
    What could be the reason for this? could some one please help me on this?
    Thanks,
    PrathapHi Prathap,
    you should focus your research for solution on [ORA-03113|http://forums.oracle.com/forums/search.jspa?threadID=&q=ORA-03113+link&objID=f61&dateRange=all&userID=&numResults=15]

  • Ora-02068 following severe error & ora-03113 while connecting thru DB LINK

    Hi All,
    I am trying to connect to remote Database by using DB Link facing the below error.
    ora-02068 following severe error & ora-03113 end of communication channel.
    Version of Database - 8.0.6 ( source Database)
    Target Database version - 11g ( Target Database)
    Oracle Client s/w used - 9i
    TNSPING from 8 version database to 11g is successful
    C:\Documents and Settings\user>tnsping prdd
    TNS Ping Utility for 32-bit Windows: Version 9.2.0.1.0 - Production on 30-MAY-20
    13 10:40:02
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    D:\oracle9i\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (host =xx.xxx.xxx.xx) (Port = 1631))) (CONNECT_DATA =(SID = PRDD)))
    OK (30 msec)
    Connection successful from 8 to 11 Database remotely
    C:\Documents and Settings\user>sqlplus
    SQL*Plus: Release 9.2.0.1.0 - Production on Thu May 30 10:43:00 2013
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Enter user-name:username/pwd@prdd
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, Oracle Label Security, OLAP
    Data Mining, Oracle Database Vault and Real Application Testing options
    SQL>
    Connected to:
    Oracle8 Enterprise Edition Release 8.0.6.0.0 - Production
    With the Partitioning and Objects options
    PL/SQL Release 8.0.6.0.0 - Production
    SQL> select * from dual@xxx_dblink.world;
    select * from dual@xxx_dblink.world
    ERROR at line 1:
    ORA-02068: following severe error from xxx_dblink
    ORA-03113: end-of-file on communication channel
    DBLink got created successfully but when ever trying to test the DBlink as above facing the below issue,please help.
    Thanks in advance.

    8.0.6 was desupported a LOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNGGGGGGGGGGGGG time ago
    (you were probably still in your dipers)
    Sqlnet is not compatible for that many releases
    (there has been
    8.1.5
    8.1.6
    8.1.7
    9.0.1
    9.2.0
    10.1.0
    10.2.0
    11.1.0
    11.2.0
    So nine releases.
    This is software, not gasoline.
    Sybrand Bakker
    Senior Oracle DBA

  • Getting following deployment error from Web Dynpro. Please help.

    Feb 17, 2009 3:13:36 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [016]Deployment aborted
    Settings
    SDM host : tpepqa
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/DIPESH1/LOCALS~1/Temp/temp514457433364913160Welcome.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/DIPESH1/LOCALS~1/Temp/temp514457433364913160Welcome.ear
    Aborted: development component 'Welcome'/'local'/'LOKAL'/'0.2009.02.17.15.13.26'/'0':Caught exception during application deployment from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Cannot deploy application local/Welcome.. Reason: Clusterwide exception: Failed to deploy application local/Welcome. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application local/Welcome. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine? (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted

    hi Dipesh,
    The error may be due to :
    1)some dependent dc's are not deployed on the server .Please do deploy it first.
    2) some ear with the same name is already existing on the server.So it is not able to deploy this one. For this one , the solution is change the application name and component name and deploy again.Hope this will work out.
    Thanks,
    Parama.

  • Oracle errors: ORA-02068 + ORA-03113

    Hy everybody,
    we're experiencing a problem with a connection of a weblogic's pool:
    (here's workshop's log excerpt):
    <Id=sysContattiJcx; method=controls.data.SysContattiInbound.insertManuale(); Failure=java.sql.SQLException:
         : distributed update operation failed; rollback required
    ORA-02068: following severe error from CONTATTI_CRMB
    ORA-03113: end-of-file on communication channel
    [ServiceException]>
    the problem is encountered while updating a record on a synonim table which points
    to a remote oracle instance via a dblink.
    All other sql statements executed on local db instance's tables (i.e. the instance
    the pool is configured upon) go ok.
    I've read on a previous post that the problem is related with the restart of
    the remote db instance AFTER the creation of appserver connpool, which in turn
    determines the corruption of connections towards the remote instance (i.e. their
    state is STALE towards the remote instance even if - at the same time - HEALTY
    toward the local db instance...)
    Our problem is that we restarted the application server in order to be sure to
    re-establish all the connections, but the problem still stands there.
    Any other suggestions?
    thanks

    gabriele wrote:
    Hy everybody,
    we're experiencing a problem with a connection of a weblogic's pool:
    (here's workshop's log excerpt):
    <Id=sysContattiJcx; method=controls.data.SysContattiInbound.insertManuale(); Failure=java.sql.SQLException:
         : distributed update operation failed; rollback required
    ORA-02068: following severe error from CONTATTI_CRMB
    ORA-03113: end-of-file on communication channel
    [ServiceException]>This is an oracle communications problem between the driver and the DBMS, or between the
    immediate DBMS nd the remote DBMS. The end-of-file failure means that one end of a
    communication was dropped. I suggest you get some Oracle support to help find the
    problem. If you shut weblogic down and brought it back up, and the problem is still there,
    even on the first invocation after coming back up, then it is a problem between the DBMSes.
    Joe
    >
    the problem is encountered while updating a record on a synonim table which points
    to a remote oracle instance via a dblink.
    All other sql statements executed on local db instance's tables (i.e. the instance
    the pool is configured upon) go ok.
    I've read on a previous post that the problem is related with the restart of
    the remote db instance AFTER the creation of appserver connpool, which in turn
    determines the corruption of connections towards the remote instance (i.e. their
    state is STALE towards the remote instance even if - at the same time - HEALTY
    toward the local db instance...)
    Our problem is that we restarted the application server in order to be sure to
    re-establish all the connections, but the problem still stands there.
    Any other suggestions?
    thanks

  • Ora-02068 error

    Hi,
    Today i had checked my alert log file i can see the below error message. i'm using oracle 10.2.0.4.0 64 bit. can someone tell me what could be reason for this error
    Mon Sep 19 01:18:04 2011
    Error 2068 trapped in 2PC on transaction 2.40.522651. Cleaning up.
    Error stack returned to user:
    ORA-02068: following severe error from NJM_GSS
    ORA-03135: connection lost contact
    Thanks and Regards,
    John

    Johnvd wrote:
    Hi,
    Today i had checked my alert log file i can see the below error message. i'm using oracle 10.2.0.4.0 64 bit. can someone tell me what could be reason for this error
    Mon Sep 19 01:18:04 2011
    Error 2068 trapped in 2PC on transaction 2.40.522651. Cleaning up.
    Error stack returned to user:
    ORA-02068: following severe error from NJM_GSS
    ORA-03135: connection lost contact
    Thanks and Regards,
    JohnORA-02068: "following severe error from %s%s
    Cause: A severe error (disconnect, fatal Oracle error) received
    from the indicated database link. See following error
    text.
    Action: Contact the remote system administrator.

  • ORA-02068 errors

    Our application is being plagued by an ORA-02068 error.
    We have two database servers that communicate via dblink (over a frame). One is on Solaris running 8i, the other NT running 7.3.4. THere is a pl/sql procedure on the solaris instance that calls a pl/sql procedure on the NT instance. Occasionally we get the following error:
    ORA-02068: following severe error from CNQA.WORLD
    where CNQA is our database link.
    ORacle documents the err02068, 00000, "following severe error from %s%s"
    // *Cause: A severe error (disconnect, fatal Oracle error) received from
    // the indicated database link. See following error text.
    // *Action: Contact the remote system administrator.
    or as follows:
    We do have a firewall that has been configured to allow sqlnet connectivity between Unix and NT.
    The problem is intermittent. We have raised the number of open links, as well as sessions.
    Any suggestions? Has anyone else experienced this problem?
    Thanks in advance for any help!
    null

    Hi,
    I am also facing a similar problem.
    Could you find any solutions. If so pls update . Thanks
    Our application is being plagued by an ORA-02068 error.
    We have two database servers that communicate via dblink (over a frame). One is on Solaris running 8i, the other NT running 7.3.4. THere is a pl/sql procedure on the solaris instance that calls a pl/sql procedure on the NT instance. Occasionally we get the following error:
    ORA-02068: following severe error from CNQA.WORLD
    where CNQA is our database link.
    ORacle documents the err02068, 00000, "following severe error from %s%s"
    // *Cause: A severe error (disconnect, fatal Oracle error) received from
    // the indicated database link. See following error text.
    // *Action: Contact the remote system administrator.
    or as follows:
    We do have a firewall that has been configured to allow sqlnet connectivity between Unix and NT.
    The problem is intermittent. We have raised the number of open links, as well as sessions.
    Any suggestions? Has anyone else experienced this problem?
    Thanks in advance for any help!
    null

  • ORA-02068 errors using a DB Link between source and remote db servers

    I get the following error when I query a table or view on a remote database using a db link:
    13:58:13 SQL> /
    COUNT(*)
    92862
    13:58:16 SQL> /
    select count(*) from rp_adm.users
    ERROR at line 1:
    ORA-02068: following severe error from DURS.CONDEVD1.WORLD
    ORA-03113: end-of-file on communication channel
    14:03:53 SQL>
    As you can see, the query works sometimes and then if I wait about 5 minutes, I get the error. If I run the query immediately after the error, it works fine.
    rp_adm.users is a view which within the DDL it queries a remote database using a db link.
    Any one have any idea how to get rid of this ORA-02068 and ORA-03113 error????

    By the way, this is running on Solaris 10 OS running Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bit databases.
    Edited by: user10340463 on Nov 3, 2008 11:21 AM - Sorry for the dup. Browser screwing up.

  • Strange errors ORA-02068 ORA-00600

    Hi,
    I have a strange error in my mapping, that I have never heard before.
    In the source schema, I have a table that I check, that gives me a list of PK in order to know which lines I have to take in the other table of the schema.
    At the end of the mapping, I have to UPDATE the table in order not to take the lines when the mapping is executed the next day : there is a field which is a flag that I have to update from 0 to 1.
    But the mapping never manage to UPDATE all the table, it gives me these errors :
    ORA-00600 : internal error code, arguments : : [kdoorp-1], [15], [0], [], [], [], [], []
    ORA-02068 : following severe error from [DB_LINK_NAME]
    I made a mapping which only update the table and it doesn't work anymore. What is strange is that it stops the first time after 1003 rows updated, the second time 2007, the third 4014, etc... ? I don't understand ???!!
    Can someone help me ?
    Thanks,
    Nico

    There are some bugs reported against Oracle 9.2.0.8 with similar error:
    bug 5703193 and 6020413 which is unpublished.
    I can not recommend other than contacting support.
    Regards,
    Robert

  • Error ORA-02068,ORA-03135,ORA-06512 in Streams

    Hi All,
    I am new to Streams. Actually we are trying to replicate the data between 2 databases and we are using streams for this.
    But we are getting the below error in DBA_PROPAGATION table.
    ORA-02068: following severe error from TINFOT3
    ORA-03135: connection lost contact
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 1087
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 7636
    ORA-06512: at "SYS.DBMS_AQADM", line 631
    ORA-06512: at line 1
    It seems the capture process is running perfectly.
    Can anyone suggest the solution or where to look more to troubleshoot the issue.
    Thanks.
    Amit.

    The error looks like your target database may be down / dblink is not working / network issue..
    Babu

  • Help: Transfer of data via DBLink from 10g to 8i (ORA 02068)

    Hello,
    I read many threads on this issue, either in OTN or Metalink.
    We have an old 8i DB (8.1.7.1.0) that we still use, and a brand new 10gR2 DB ...
    - The 8i is with character set UTF8
    - The 10g is with character set AL32UTF8
    I create a DBLink in the 8i DB...
    When I only try to select 10g data from the 8i DB... I get error :
    - ORA-02068: following severe error from my10gDB
    - ORA-24365: error in character conversion
    From the different notes I saw, there is a problem because of the 8i DB version and its character set. I accept this as a statement.
    Furthermore, we cannot ask for any upgrade or change of our 8i DB.
    So, my question is there any work around that I can use ?
    I firstly did this, on one of the tables to transfer ... :
    -1) extract the 10g data into a file
    -2) transfer the file into the 8i Unix machine
    -3) insert the data from the file into the 8i DB.
    but it seems a long process and I don't know how to automatize this idea !!!
    and I feel stuck !Do you have any advice that could make this data transfer easier ?
    Thanks a lot,
    Olivier

    for the performance side direct path read and write and buffer sizes may help, how do you unload the data?
    Below you will find a shell script to handle a similar task for two databases which are in the same server using unix pipes(if disk space is limited this also helps) -
    #!/bin/ksh
    PATH=...
    ORACLE_BASE=...
    ORACLE_HOME=..
    NLS_LANG=..
    NLS_DATE_..
    ORA_NLS32=..
    ORA_NLS33=..
    export PATH ORACLE_BASE ...
    cd /export/home/oracle/...
    for i in $(cat set1.tables)
    do
    /usr/sbin/mknod mknod.$i p
    export ORACLE_SID=FROM-DB
    /u01/app/../some-unloader user/passwd data=mknod.$i table=$i delim='~' trunc=y control=$i.ctl bad=$i.bad TERMINATED=y DATEFMT='dd/mm/yyyy hh24:mi:ss' recsep='|' buffer=1048576 &
    /usr/bin/sleep 1
    export ORACLE_SID=DEST-DB
    /u01/app/oracle/.../bin/sqlldr user/passwd readsize=1048576 control=$i.ctl direct=y log=$i.log bad=$i.bad
    /usr/bin/rm mknod.$i
    done
    Best regards.

  • How to remove error from propagation and verify replication is ok?

    Have a one-way schema level streams setup and the target DB is 3-node RAC (named PDAMLPR1). I run a large insert at source DB (35million rows). After committing on source, I made a failure test on the target DB by shutting down the entire database. The streams seems stopped as the heartbeat table sequence (it inserts a row each min) on target is still reflecting last night. We get the error in the dba_propagation:
    ORA-02068: following severe error from PDAMLPR1
    ORA-01033: ORACLE initialization or shutdown in progress
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 1087
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 7639
    ORA-06512: at "SYS.DBMS_AQADM", line 631
    ORA-06512: at line 1
    08-FEB-10
    while capture, propagation, and apply are all in enabled status. I restarted capture and propagation at source DB. But still see the error message above. My questions are:
    1. How to delete the error from dba_propagation?
    2. How to verify the streams is still running fine?
    In normal test, during such large insert, the heartbeat table added a row in an hour. Very slow.
    thanks for advice.

    Well, if I can give you my point of view: I think that 35 millions LCR is totally unreasonnable. Did you really post a huge insert of 35 millions then committed that single utterly huge transaction? Don't be surprised it's going to work very very hard for a while!
    With a default setup, Oracle recommends to commit every 1000 LCR (row change).
    There are ways to tune Streams for large transaction but I have not done so personnaly. Look on Metalink, you will find information about that (mostly documents id 335516.1, 365648.1 and 730036.1).
    One more thing: you mentionned about a failure test. Your target database is RAC. Did you read about queue ownership? queue_to_queue propagation? You might have an issue related to that.
    How did you setup your environment? Did you give enough streams_pool_size? You can watch V$STREAMS_POOL_ADVICE to check what Oracle think is good for your workload.
    If you want to skip the transaction, you can remove the table rule or use the IGNORETRANSACTION apply parameter.
    Hope it helps
    Regards,

Maybe you are looking for

  • Converter for nokia 5233

    hi i,m using nokia 5233.some videos r not playing on my device. i want a converter to convert videos to my device compitable format.plzzzz help me out

  • One WebCam, Send to Two Apps?

    My friend is using an external Logitech webcam with WebEx. WebEx records, but the native format isn't great, and she wants to be able to record via the Logitech software. My question, I've read about Mac apps that will let one web camera be used for

  • AS3 drop-down-menu

    Hi, Do you know of any drop-down menu tutorials? It is realllly hard to find any information about how to make them! I have been searching for quite a while now without any luck. The only tutorial I could find on building slide/drop down menus was by

  • Image displayed for link

    How can I control what image is displayed when posting the link on Facebook?

  • Monitoring AES-256 on CiscoWorks VMS 2.3

    We want to monitor our AES-256 VPN tunnels for our environment using CiscoWorks VMS 2.3. Our AES-256 VPN peers is a VPN concentrator with multiple PIX firewalls to our remote sites(hub and spoke design). Will CiscoWorks VMS 2.3 support this architect