Blackboard and oracle client issue

Hi
was trying to setup Blackboard 8 application and have installed oracle client manually..still while running the installer we get following error,
[2008/07/16 16:13:26.554] [ERROR] Unable to connect to the database.
Check the database configuration settings and passwords.
(bbconfig.database.bbadmin.machine.systemuserpassword)
[2008/07/16 16:13:26.555] [ERROR] Unable to connect to the database.
Check the database configuration settings and passwords.
We are sure about oracle client version installed.
sqlnet.log
Fatal NI connect error 12545, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/u01/app/oracle/product/client_10.2.0/bin/oracle)(ARGV0=oracleBB60)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')(DETACH=NO))(CONNECT_DATA=(CID=(PROGRAM=sqlplus)(HOST=servert)(USER=user))))
VERSION INFORMATION:
TNS for Solaris: Version 10.2.0.1.0 - Production
Oracle Bequeath NT Protocol Adapter for Solaris: Version 10.2.0.1.0 - Production
TCP/IP NT Protocol Adapter for Solaris: Version 10.2.0.1.0 - Production
Time: 16-JUL-2008 15:29:22
Tracing not turned on.
Tns error struct:
ns main err code: 12545
TNS-12545: Connect failed because target host or object does not exist
ns secondary err code: 12560
nt main err code: 515
TNS-00515: Connect failed because target host or object does not exist
nt secondary err code: 2
nt OS err code: 0
Any help for further digging is appreciated..
Thanks
added sqlnet.log
Message was edited by:
Aerosmith

What version of Oracle?
What OS?
client_10.2.0 / Solaris 10
What clues did you get when you looked up the error messages TNS-12545, TNS-12560, and TNS-00515
nil
Is this client on the same box as the database?
no
What does the tnsnames.ora and sqlnet.ora files on the client box look like?
/sqlnet.ora
# Generated by Oracle configuration tools.
NAMES.DIRECTORY_PATH= (TNSNAMES)
cat tnsnames.ora
# tnsnames.ora Network Configuration File: /u01/app/oracle/product/client_10.2.0/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
bbadmin =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = server.domain.com)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = BBTD.domain.com)
BBTD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = server.domain.com)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = BBTD.domain.com)
BB60 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = server.domain.com)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = BB60.domain.com)
What does the listener.ora and sqlnet.ora files on the database box look like?
i do not have access to the server
What do you see when you execute 'lsnrctl status' on the database box?
listener is fine as other clients are using this DB server.

Similar Messages

  • How to validate prerequisite for ODP and Oracle Client connection

    Hi.
    I have a very simple application on .Net that connect to Oracle using ODP (was compiled with Oracle.DataAccess dll 10.2).
    I want to check "connection prerequisite" (application will be able to connect to DB) before installing this aplication on other computers?
    How can I check that ODP.NET version 10.2 or higher is installed on target host (registry check is not enopugh)?
    I know that I can check ODP entries in registry - but this will not check Oracle Client and compatibility between client and ODP.
    Also, if ODP was installed by ODAC XCopy installation - registry may be not updated by new ODP entry.
    And - if I am installing on the computer, DB was installed on, Oracle Client can be not installed separately.
    And one more issue: When I tried to run "test connection" method from installation, that use referenced dll on machine, that has only ODAC (with ODP) 11, - "Oracle.DataAccess.Client.OracleException The provider is not compatible with the version of Oracle client at Oracle.DataAccess.Client.OracleInit.Initialize()
    at Oracle.DataAccess.Client.OracleConnection..cctor()" error message was thrown (policies for both ODAC 10.2 and 11 are exists in GAC (assembly), pointing to Oracle.DataAccess 11 from ODP 2x bin).
    So, How and which components can I check to ensure appropriate versions of ODP and Oracle Client were installed and application will be connected?
    Thank you in advance!

    Hi,
    You could check for the presense of Oracle.DataAccess.dll in the GAC. Bear in mind you'd also want to check the version and whether a policy files exists as well as a newer version + policy file will work too (but not without the policy file).
    That wouldn't confirm the install is valid and works though, and I don't know of a way you could easily check that, apart from perhaps simply trying to run a small exe that attempts a connection to the database.
    With respect to the type initializer exception, that occurs when ODP cant find the right oraops*.dll or oci.dll, usually due to the wrong one being found, but can also occur if one is not found at all. Quite often this is due to the application including ODP in its bin directory rather than letting ODP get picked up out of the gac. Prior to 10.2.0.2.20, ODP loads the dependencies based in PATH so multiple homes can cause it as well. 10.2.0.2.20 and higher ODP loads dll's based on DLLPATH registry entry.
    Hope it helps,
    Greg

  • Oracle Client 64-bit and Oracle Client 32-bit on the same server

    Hi,
    I have a Windows 2008 server 64-bit with Oracle Client 64-bit and Oracle Client 32-bit installed on different directories (D:\Oracle and D:\Oracle32)
    Is it possible to define for certain applications to use the TNSNAMES entry from the 64-bit Oracle Client
    and for other applications to use the TNSNAMES entry from the 32-bit Oracle Client
    Once I installed the Oracle Client 32-bit (Oracle Client 64-bit version was already installed) and restarted the server I performed a TNSPING and it defaulted to the Oracle Client 32-bit installation path
    Thanks,
    Barry

    Hello,
    When you install a new client on a server, it will update the PATH variable, and add the ORACLE_HOME\bin path to it, at the first place. That explains why the tnsping use the last installed ORACLE_HOME.
    What you can do if you want only to change the default path to the tnsnames is to set the environment variable TNS_ADMIN to the path where the tnsnames you want to use is located. You can modify this variable in your application if you want to use another tnsnames.
    If you want switch from 32 bits to 64 bits client, then you have to modify the PATH variable.
    Hope this will help.
    Best regards,
    Sylvie

  • What do I need to install when I install oralce in linux and oracle client

    What do I need to install when I install oralce in linux and oracle client in windows?
    I want to connect oracle from windows to Linux, what do I need to install or setup? thanks.

    Are you trying to install the DB on Linux from your Windows Box? if so, you need to have an XWindows client on your client. You have to SSH or Telnet into the box, set your DISPLAY variable. In fact, it is all in your documentation for the DB install. We still don't understand what you are exactly asking.
    Do you have direct access to your Linux machine? If so, and it has a graphical GUI, then you can find install guides for most flavors of Linux at dizwell.com. His are most excellent and show examples, but do not go over the XWindows problem. You would have to resolve that first.
    A free XWindows environment for Windows is Cygwin.
    Once the DB is running on Linux then all you do is create a TNS entry on it on your client and it connects. It is the same as setting up a connection to connect to Oracle on a Windows box.

  • Windows 2003 64 bit and Oracle Client install issues

    A bit of background. We are a Microsoft shop using SQL Server 2005 / Windows 2003 64 bit servers. We need to have ODBC drivers and Oracle OLE provider to connect and transfer data vis SSIS.
    We have installed a package (ODAC10203x64.zip) for OADC 10.0.2.3 which we downloaded from the Oracle website.
    We see the software in the program file group. We cannot find the Oracle ODBC drivers, also can't find the Oracle OLE Provider. However the Oracle installation package shows the Oracle OLE Provider has been installed even though we cannot find it anywhere.
    Any suggestions?

    Hi!
    But I get the warning
    Unable to get information about path
    LABEL.ASC\ using GetVolumeInformation. Operating system error message: The filename, directory name, or volume label syntax is incorrect.
    INFO 2010-09-27 14:42:10.140
    Execute step SetPermissionsForSapdatahome of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0
    WARNING 2010-09-27 14:42:14.734
    Unable to get the name of a domain controller for domain .
    INFO[E] 2010-09-27 14:42:46.234
    FSL-01027 Account user="ORA_IDS_DBA" does not exist.
    INFO[E] 2010-09-27 14:47:16.281
    FSL-01027 Account user="Administrators" does not exist.
    Actually, my PC is not in Domain, its in workgroup.
    So installation is stop at the create database phase
    so please suggest me How to solve the problem
    Thanks
    Ganesh

  • SLES 10 x64 and Oracle Client 10g 32bit

    Hello
    After a lot of googling ... I stay lost on a certain issue.
    On a SLES-SP1 x64 , I have to Install an Oracle Client 32 Bit (The client application is not compatible with Client 64 ?!!, no choice for me)
    Profile:
    LD_LIBRARY_PATH=$ORACLE_HOME/lib
    LD_LIBRARY_PATH_32=$ORACLE_HOME/lib32
    Installed :
    dbus-1-glib-32bit-0.60-33.17.3
    glibc-profile-32bit-2.4-31.43.6
    glib-32bit-1.2.10-609.2
    glibc-32bit-2.4-31.43.6
    glibc-locale-32bit-2.4-31.43.6
    glib-devel-32bit-1.2.10-609.2
    glib2-32bit-2.8.6-0.8
    glibc-devel-32bit-2.4-31.30
    compat-curl2-32bit-7.11.0-20.2
    compat-32bit-2006.1.25-11.2
    openmotif-devel-32bit-2.2.4-21.12
    openmotif-libs-32bit-2.2.4-21.12
    The error during the installation :
    gcc -o sqlplus -L/oracle/product/10.2/db_1/sqlplus/lib/ -L/oracle/product/10.2/db_1/lib/ -L/oracle/product/10.2/db_1/lib/stubs/ /oracle/product/10.2/db_1/sq
    lplus/lib/s0afimai.o -lsqlplus -lclntsh `cat /oracle/product/10.2/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `
    cat /oracle/product/10.2/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric1
    0 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/product/10.2/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln
    10 -lnnz10 -lnl10 -lnro10 `cat /oracle/product/10.2/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -l
    vsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -l
    xml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/product/10.2/db_1/lib/sysliblist` -Wl,-rpath,/oracle/product/10.2/db_1/lib -lm -lpthread `c
    at /oracle/product/10.2/db_1/lib/sysliblist` -ldl -lm -lpthread -L/oracle/product/10.2/db_1/lib
    /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /oracle/product/10.2/db_1/lib//libsqlplus.so when searchin
    g for -lsqlplus
    /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /oracle/product/10.2/db_1/lib//libsqlplus.a when searching
    for -lsqlplus
    /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /oracle/product/10.2/db_1/lib/libsqlplus.so when searching
    for -lsqlplus
    /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /oracle/product/10.2/db_1/lib/libsqlplus.a when searching
    for -lsqlplus
    /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lsqlplus
    collect2: ld returned 1 exit status
    make: *** [sqlplus] Error 1
    It looks Oracle Doesn't use the 32 Libs
    May be someone can help.

    Hello
    Kick my ass ... I have to install the ship.client.lnxx86-64.cpio ... it contains 64 and 32 Bit Client ....
    Sorry
    Js

  • Forms6I and Oracle Client

    What Oracle Client (8.0.5 or 8.1.6) should be used for Forms6I. Would an 8.0.5 client have performance issues with Forms6I

    Hi,
    I would be interested in this topic as well.
    I'm fooking for functionality which makes possible to store at admin level db access information and EUL, etc., regarding Discoverer, and for each user its own, attached this to SSO users. Thats the way Resource Access Descriptors work in 9i Forms and Reports.
    Resource Access Descriptors make possible to provide for our users only the SSO username and SSO pwd. Everything else related to db connection information is handled in the background by the application server's servlets.
    Are the Oracle's technologies related to SSO convergent?
    I hope so...
    Any help or workaround would be appreciated.
    Thanks in advance,
    Andras

  • Oracle Database 10g and Oracle Client 9i together

    Hi, I've been lost some nights in this problem, in my job I will need migrate my Oracle Database 10g for a new computer, on the other hand, there is a software in this computer wrote in Visual Basic and this running only Oracle 9i Client.
    Is it possible configure my new server for run Oracle Database 10g and Oracle 9i Client together?
    Thanks!
    Emerson

    You can certainly use an Oracle 9i client to connect to an Oracle 10g database. Technically, you may have to apply the 9.2.0.4 patchset to the Oracle client to be completely supported, but that may not be strictly necessary.
    You can also have both a 10g database and a 9i client installed on the same machine in different Oracle Homes. You may have some issues on Windows, however, if you are using software that is not multi-home compliant (i.e. the Microsoft ODBC driver for Oracle) or if you call Oracle command-line utilities (exp, imp, etc) without explicitly setting the PATH first.
    Justin

  • Using Notes and Oracle Client in the same application on Linux crashes

    This thread is copied from a thread of the same name under Database - General, since I cannot get any replies there.
    Could someone from Oracle PLEASE comment on this.
    Our application on Linux loads the Notes client libraries and then the Oracle client libraries. The application will crashes when connectimg to an Oracle server. This is because the T_* symbols in libnnz11.so get fixed up into libnotes.so rather than locally into libnnz11.so where the functions are defined.
    #10 0xb4779ea6 in T_malloc () from /opt/ibm/lotus/notes/libnotes.so
    #11 0xae7ca050 in CMP_reallocNoCopy ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #12 0xae7ccf7b in CMP_OctetStringToCMPInt ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #13 0xae7c91fd in A_X931RandomInit ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #14 0xaec09e0d in ztcriv ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #15 0xaec09cef in ztcrbp ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #16 0xaec09ca4 in ztcr2seed ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #17 0xaec09c54 in ztcrseed3 ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #18 0xaeb40683 in ztcsh ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #19 0xaea631c4 in kpusattr ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #20 0xaea7847e in OCIAttrSet ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #21 0xb081cb9f in COCIObject::Connect ()
    from /opt/criticalpath/common/bin/libor9i.so
    We have circumvented the problem for the time being by making sure that we load the Oracle libraries before Notes, but we cannot go with that as a long term solution.
    In my opinion the Oracle library is wrongly linked since all the T_* functions are defined in libnnz11.so. When we load Oracle first, the loader debug trace shows the correct fixups. When we load Notes first, the loader trace shows the incorrect fixups. We are using dlopen(libor9i.so, RTLD_LOCAL) for Oracle and dlopen(libnotes.so, RTLD_LOCAL) for Notes. libor9i.so has a dependency on libclntsh.so.10.1.
    An opinion would really be appreciated.
    Thanks,
    John Unsworth

    Thanks again.
    We don't have an Oracle support contract because we do not use Oracle ourselves. We supply an application that synchronises data between multiple data servers and server types, of which Oracle is one and Notes is another, as well as LDAP servers and many other types.
    Producing a full resolved binary is therefore not an option since the types of data server are configured when the apploication is installed, and then the client software for each server is loaded as required.
    The end user of the application supplies the client libraries and has a support contract for the servers, in particular Oracle and Notes in this case. So the other option is for the end user to raise a ticket using his support contract, but he is reluctant to do that since he considers that this is our problem as we supply the application that is having the problem. So we are in a dead water area. We do not want to take out a support contract just to get what is an Oracle product problem resolved. I imagine that this problem is something that has not been encountered before, because our use of the client library in conjunction with other client libraries is probably unusual.
    So that is why I am hoping, without any success so far, that someone from Oracle will pick this up.

  • Conflict with Oracle_Home in OC4J and Oracle Client

    Hi,
    I've installed the Oracle Container 4 Java - Extended and I have also installed the oracle client. Since the OC4J - Extended use the oracle_home and the oracle client use the oracle_home, a conflict arise. When i try to set the oracle_home to the directory where I installed the java sdk 5.0, my application server run but I cannot connect to the database server. When I set the oracle_home to the path where my oracle client resides, I can connect to the database but I cannot run my application server which is needed during the portal development. Is there any way that I can run both the application server and I can connect to the database server? Your help is highly appreciated.

    Hello,
    How do you start your OC4J?
    The simplest way is to create a command line script and set the ORACLE_HOME there just before starting the container. Do not change the O_H at the OS level for OC4J.
    Regards
    Tugdual Grall

  • Oracle 9i and Oracle Client 7x

    We upgraded our database software from 7.3.4 to 9i. The application we are using is the Viking Development System and is still a 16-bit application.
    I was able to get certain parts of the program to work on a variety of workstations (95, 98 and 2000), but on each workstation there are pieces that do not work.
    Here is some of the errors...
    When I try to post the donation transactions, I get the following error messages. A general Protection fault occurred in module sql16w95.dll at 0001:139F
    I have renamed the file to sql16w95.dll to sql16w95.old as suggected in bug 2171024.
    Now the following message appears...
    Unable to load VIP DIctionary Status=3113
    There is also a problem with the lookup screen. The actual database information is OK. But it shows some pledge balances are incorrect. They show the balance as being 14.717 instead of 177.17 for example.
    I need a solution to these problems.
    Any ideas would be appreciated.
    Thanks
    Mark
    We are running a 16bit application (Viking Development System) using an Oracle 7 client on a 9i database.

    If you want to make sure the application connecting through oracle client
    set the pah variable
    Enter
    C:>path
    Oracle bin directories will be displayed along with other variables.see which oracle version comes first.
    If it is 10g then the Oracle will use 10g client to establish conneciton but if 9i installation is displayed first then it is going to use 9i client
    To change 10g as default client
    you can set it 2 ways
    Right click my computer>properties?advance tab--click environement variables
    select PATh variable..
    OR
    launch Oralce universl installer
    click installed products
    click environment tab
    Select the 10g home and click the UPWARD arrow at the right hand side to make Oracle 10g as default client
    You can see oracle bin directories.Just cut the Oracle 10g installation with bin and paste in front of all the variable in the PATH value

  • Perl and Oracle Client Install

    Hi,
    When installing the Oracle Client on user machines, does it not install Perl as well? Something like $ORACLE_HOME/perl/.....
    I am installing the client and I am not seeing this. Or this only for the non-client versions?
    By the way I am installing Oracle 10gR1 (10.2.0.1)

    Ya I did the client install as well and noticed that I had it as well, but for the client install on 10gR1 it is not. This is weird. Basically I am trying to apply a patch using OPatch and it keeps saying that Perl is needed. When I downloaded the Perl manually, it still said that it could not reconize Perl. Any thoughts?

  • Oracle Client Issu.

    Hi All,
    I am new in Oracle Database. I had installed oracle client 10g in cloud machine and want to connect to database server. When try to login and password in sqlplus, the sqlplus window close. I may configuration error in tnsnames.ora file. I had also tried tnsping <sid> but error generate TNS-1235 : operation timed out.
    can any body help in this regards.
    Syed Tayab Shah

    Thanks Mr. Kumar,
    I had checked my tnsnames.ora file entries is below
    E3000 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 61.5.158.130)(PORT = 1533))
    (CONNECT_DATA =
    (SERVICE_NAME = didi)
    tnsping command get error message ' TNS-12535 : operation timed out'
    When I tried to sqlplus it move me out the sqlplus window. My understanding is that slqplus windows should generate the same error as tnsping command'.
    that is why I am worry about sqlplus behavior. I seemed no error entries in tnsnames.ora file.
    regards,
    Syed Tayab Shah

  • WINDOWS TERMINAL SERVICES AND ORACLE CLIENT 9,10.1,10.2 BUG

    PROBLEM:NON-ADMINISTRATOR USER UNABLE TO USE CLIENT SQLPLUS INSTALL
    FIX: NONE... REFER TO Bug No.     4684738     
    Filed     18-OCT-2005     Updated     06-DEC-2005     
    Product     SQL*Plus     Product Version      10.2.0.1     
    Platform     Microsoft Windows Server 2003     Platform Version
    HOW I FIXED:
    copied instant client basic, instant SqlPlus, instant ODBC (i need ODBC connection)
    step1:
    login to terminal server as administrator, unzip basic, SqlPlus, ODBC into a new directory on the server, make sure users have basic file rights read,view to new directory.
    step2:
    copy a working copy of tnsnames.ora (the databases you want to connect to) into the directory where all your instant client files are.
    step3:
    create SYSTEM ENVIRONMENT variables > click my computer, properties,advanced. create variable SQLPATH set value to path of your instant clent files. create variable TNS_ADMIN set value to path of your instant client files.
    step4:
    edit the PATH statement listed in SYSTEM ENVIRONMENT variables and add the path to your instant client files at the beginning of the PATH statement.
    step5:
    logout, login as administrator test instant sqlplus open command prompt enter > sqlplus username?/password?@mydatabase
    you should get connected to your database. Repeat step5 only login as a normal user. the normal user should be able to connect to the database.
    Issue: it appears instant ODBC not ready for prime time I get error 126, reading forums it appears there are files missing from the install package. The Microsoft ODBC connector for Oracle does work with my MSACCESS applications that connect to Oracle 10G using the afore mentioned process. I will continue to troubleshoot instant ODBC issue and post findings. Oracle has already wasted 12 hours of my time trying to get their junky software working might as well waste another day before throwing in the towel.

    You can download the latest JDBC drivers from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    You just need to place the jar somewhere and add the location to your classpath.
    Kuassi

  • Windows 8.1 pro and vpn client issue

    dear support community ,
    Am using windows 8.1 pro and cisco vpn client version 5.0.0.7.0410
    .my issue is that am able to connect to the VPN succesfully but  when connected i cant ping nodes inside the VPN
    whereas when i do the same test with a windows 7 and xp PCs , am able to ping and even remote desktop nodes.
    someone help please ??

    funniest thing is , after using my PC for two weeks and doing regular updates , am now able to ping and RDP to nodes
    inside the VPN..:-)

Maybe you are looking for

  • Error while executing a process - it hangs!

    Hi there, please help me with this problem: I'm executing a CMD file with the next code and it hangs File file = new file("E:\\NDM_TEST\\UPLOAD_ENC\\CA210105.001.zip") Vector response = null; Log.debugLog("File to transport as a response " + getFileA

  • Crash on clicking on site

    Crashing for many weeks: When opening, if I go to look up something on Google (in box on upper right) , sites list comes up, as soon as I click on a site it crashes. Have removed comp.list, repaired permissions, upgraded, etc. What else can I do? Pro

  • Oracle object, nested table on a subtype

    Hello, Is it possible to have a nested table on a subtype? If it is, can someone help me? Here is what I need help for: I have a supertype WORK, that have: multivalued attribute ADDRESS a attribute NAME, also the primary key The subtype is called EMP

  • TS2446 Is there a way to find out what your security question answer is?

    Is there a way to find out what your security question answer is?

  • Date modified changes when you do not save?

    We have recently upgraded our old 10.2 server to a new Xserve with 10.4 server. After copying the admin files across we have noticed that if anyone opens up a Word document (say) then closes without saving, because no changes were made, then it updat