[Driver Manager]Can't open lib '/opt/microsoft/sqlncli/lib64/libsqlncli-11.0.so.1790.0' : file not found

Hi, I have installed Oracle Linux 6.5 64 bits and I want to connect with MSSQL Server using ODBC.
I have installed unixODBC and then Driver Manager and I didnt have any problem.
I created a DNS in odbc.ini file, and I have setup my odbcinst.ini
SUCCESFULL MESSAGE AFTER INSTALL DRIVER MANAGER
[root@MV-OBI-LINUX sqlncli-11.0.1790.0]# odbcinst -q -d -n "SQL Server Native Client 11.0"
[SQL Server Native Client 11.0]
Description=Microsoft SQL Server ODBC Driver V1.0 for Linux
Driver=/opt/microsoft/sqlncli/lib64/libsqlncli-11.0.so.1790.0
UsageCount=4
Threading=1
FIRST ERROR
[root@MV-OBI-LINUX sqlncli-11.0.1790.0]# isql -v msPreflex userbd grup0r0c10
[01000][unixODBC][Driver Manager]Can't open lib '/opt/microsoft/sqlncli/lib64/libsqlncli-11.0.so.1790.0' : file not found
[ISQL]ERROR: Could not SQLConnect
SECOND ERROR
[root@MV-OBI-LINUX sqlncli-11.0.1790.0]# sqlcmd -$172.16.1.141 -userbd -grup0r0c10
sqlcmd: error while loading shared libraries: libcrypto.so.6: cannot open shared object file: No such file or directory
ODBC.INI
[msPreflex]
Driver=SQL Server Native Client 11.0
Description=Prueba Preflex
Trace=Yes
Server=172.16.1.141
Port=1433
Database=Preflex
ODBCINST.INI
[SQL Server Native Client 11.0]
Description=Microsoft SQL Server ODBC Driver V1.0 for Linux
Driver=/opt/microsoft/sqlncli/lib64/libsqlncli-11.0.so.1790.0
UsageCount=4
Threading=1
ENVIROMENT VARIABLES
[root@MV-OBI-LINUX sqlncli-11.0.1790.0]# env
ORBIT_SOCKETDIR=/tmp/orbit-root
HOSTNAME=MV-OBI-LINUX
GIO_LAUNCHED_DESKTOP_FILE_PID=3168
IMSETTINGS_INTEGRATE_DESKTOP=yes
TERM=xterm
SHELL=/bin/bash
HISTSIZE=1000
XDG_SESSION_COOKIE=d020d502ea288dbe070bc5c00000002d-1423846295.554191-1437283619
CPPFLAGS=-DSIZEOF_LONG_INT=8
GTK_RC_FILES=/etc/gtk/gtkrc:/root/.gtkrc-1.2-gnome2
WINDOWID=39845891
OLDPWD=/root/Documentos/ODBCdriver
QTDIR=/usr/lib64/qt-3.3
QTINC=/usr/lib64/qt-3.3/include
IMSETTINGS_MODULE=none
USER=root
LD_LIBRARY_PATH=/usr/lib:/usr/lib64:/lib64
GNOME_KEYRING_SOCKET=/tmp/keyring-A7hSJq/socket
SSH_AUTH_SOCK=/tmp/keyring-A7hSJq/socket.ssh
ODBC=/etc/odbc.ini
USERNAME=root
SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2515,unix/unix:/tmp/.ICE-unix/2515
GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gnome-terminal.desktop
PATH=/usr/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/root/bin
MAIL=/var/spool/mail/root
DESKTOP_SESSION=gnome
QT_IM_MODULE=xim
PWD=/root/Documentos/ODBCdriver/sqlncli-11.0.1790.0
XMODIFIERS=@im=none
GDM_KEYBOARD_LAYOUT=es
GNOME_KEYRING_PID=2505
LANG=es_ES.UTF-8
GDM_LANG=es_ES.UTF-8
GDMSESSION=gnome
ODBCSYSINI=/etc
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HISTCONTROL=ignoredups
HOME=/root
SHLVL=2
CFLAGS=-DBUILD_LEGACY_64_BIT_MODE=1
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
LOGNAME=root
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-VogE1CY9Xk,guid=4815e509079ed1f0ced76e150000002f
LESSOPEN=|/usr/bin/lesspipe.sh %s
WINDOWPATH=1
DISPLAY=:0.0
G_BROKEN_FILENAMES=1
COLORTERM=gnome-terminal
XAUTHORITY=/var/run/gdm/auth-for-root-N946Cy/database
_=/usr/bin/env

I had the same confusing (because file is clearly here) error with isql:
mymachine:/ # isql -v ServerDSN User Password
[01000][unixODBC][Driver Manager]Can't open lib '/opt/microsoft/msodbcsql/lib64/libmsodbcsql-11.0.so.2260.0' : file not found
[ISQL]ERROR: Could not SQLConnect
Using bcp gave me a hint as to what the real problem is:
mymachine:/ # bcp master.INFORMATION_SCHEMA.TABLES out OutFile.dat -S ServerName-U User -P Password
bcp: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
Oopsie my bad: the package is clearly listed in the
system requirements page.
Running "zypper install libopenssl0_9_8" fixed my issue.

Similar Messages

  • Isql | unixODBC | Driver Manager can't open lib "libsqora.so.12.1"

    hi all...
    i try to acces oracle from postgre..
    i use ODBC..
    first i try to acces oracle from isql and i got error that driver manager can't open libsqora.so.12.1
    this is my configuration
    odbc.ini
    [XE]
    Description     = Oracle ODBC
    Driver          = XE
    Trace           = yes
    TraceFile       = /tmp/odbc_oracle.log
    Database        = //192.168.102.202:1521/XE
    UserID          = system
    Password        = password
    Port            = 1521
    odbcinst.ini
    [XE]
    Description = Oracle ODBC Connection Driver
    Driver      = root/download/odbc/instantclient_12_1/libsqora.so.12.1
    Debug       = 0
    CommLog     = 1
    tnsname.ora
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.102.202)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    then, when i use isql to acces oracle i got that error:
    [root@oracle-poc ~]# isql -v XE
    [01000][unixODBC][Driver Manager]Can't open lib 'root/download/odbc/instantclient_12_1/libsqora.so.12.1' : file not found
    [ISQL]ERROR: Could not SQLConnect
    whats wrong with my configuration, can anyone help me??
    thanks,
    Daniel

    dear kgronau,
    this is the result of "ls -al linsqora.so.12.1"
    [root@oracle-poc instantclient_12_1]# ls -al libsqora.so.12.1
    -rwxrwxrwx 1 root root 3303791 May 27 14:49 libsqora.so.12.1
    i tried use ldd for libsqora and had this result
    [root@oracle-poc instantclient_12_1]# ldd -v libsqora.so.12.1
            linux-gate.so.1 =>  (0x00b4e000)
            libdl.so.2 => /lib/libdl.so.2 (0x006f8000)
            libm.so.6 => /lib/libm.so.6 (0x00b1f000)
            libpthread.so.0 => /lib/libpthread.so.0 (0x00829000)
            libnsl.so.1 => /lib/libnsl.so.1 (0x008d4000)
            librt.so.1 => /lib/librt.so.1 (0x009cd000)
            libclntsh.so.12.1 => /usr/lib/libclntsh.so.12.1 (0xf5628000)
            libodbcinst.so.2 => not found
            libc.so.6 => /lib/libc.so.6 (0x00110000)
            /lib/ld-linux.so.2 (0x00f73000)
            libnnz12.so => /usr/lib/libnnz12.so (0x00f93000)
            libons.so => /usr/lib/libons.so (0x00484000)
            libaio.so.1 => not found
            libclntshcore.so.12.1 => not found
            libclntshcore.so.12.1 => not found
            Version information:
            ./libsqora.so.12.1:
                    librt.so.1 (GLIBC_2.2) => /lib/librt.so.1
                    libdl.so.2 (GLIBC_2.0) => /lib/libdl.so.2
                    libdl.so.2 (GLIBC_2.1) => /lib/libdl.so.2
                    libm.so.6 (GLIBC_2.0) => /lib/libm.so.6
                    libc.so.6 (GLIBC_2.2) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
                    libpthread.so.0 (GLIBC_2.2) => /lib/libpthread.so.0
                    libpthread.so.0 (GLIBC_2.1) => /lib/libpthread.so.0
                    libpthread.so.0 (GLIBC_2.0) => /lib/libpthread.so.0
                    libpthread.so.0 (GLIBC_2.3.2) => /lib/libpthread.so.0
            /lib/libdl.so.2:
                    ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
                    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
                    libc.so.6 (GLIBC_PRIVATE) => /lib/libc.so.6
            /lib/libm.so.6:
                    ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
                    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_PRIVATE) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
            /lib/libpthread.so.0:
                    ld-linux.so.2 (GLIBC_2.3) => /lib/ld-linux.so.2
                    ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
                    ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
                    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.3.2) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.2) => /lib/libc.so.6
                    libc.so.6 (GLIBC_PRIVATE) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
            /lib/libnsl.so.1:
                    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_PRIVATE) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.2.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.2) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
            /lib/librt.so.1:
                    libpthread.so.0 (GLIBC_2.1) => /lib/libpthread.so.0
                    libpthread.so.0 (GLIBC_2.2) => /lib/libpthread.so.0
                    libpthread.so.0 (GLIBC_PRIVATE) => /lib/libpthread.so.0
                    libpthread.so.0 (GLIBC_2.0) => /lib/libpthread.so.0
                    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.3.2) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.2) => /lib/libc.so.6
                    libc.so.6 (GLIBC_PRIVATE) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
            /usr/lib/libclntsh.so.12.1:
                    libdl.so.2 (GLIBC_2.0) => /lib/libdl.so.2
                    libdl.so.2 (GLIBC_2.3.3) => /lib/libdl.so.2
                    libdl.so.2 (GLIBC_2.1) => /lib/libdl.so.2
                    libm.so.6 (GLIBC_2.1) => /lib/libm.so.6
                    libm.so.6 (GLIBC_2.0) => /lib/libm.so.6
                    libc.so.6 (GLIBC_2.1.2) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.3.2) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.2) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.3.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
                    libaio.so.1 (LIBAIO_0.4) => not found
                    libaio.so.1 (LIBAIO_0.1) => not found
                    libpthread.so.0 (GLIBC_2.2) => /lib/libpthread.so.0
                    libpthread.so.0 (GLIBC_2.1) => /lib/libpthread.so.0
                    libpthread.so.0 (GLIBC_2.0) => /lib/libpthread.so.0
                    libpthread.so.0 (GLIBC_2.3.2) => /lib/libpthread.so.0
            /lib/libc.so.6:
                    ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
                    ld-linux.so.2 (GLIBC_2.3) => /lib/ld-linux.so.2
                    ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
            /usr/lib/libnnz12.so:
                    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.1.2) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.2) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
            /usr/lib/libons.so:
                    libpthread.so.0 (GLIBC_2.1) => /lib/libpthread.so.0
                    libpthread.so.0 (GLIBC_2.3.2) => /lib/libpthread.so.0
                    libpthread.so.0 (GLIBC_2.0) => /lib/libpthread.so.0
                    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.3) => /lib/libc.so.6
                    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
    libodbcinst.so.2 => not found (i had copy that to lib but still not found)
    libaio.so.1 => not found
    libclntshcore.so.12.1 => not found
    libclntshcore.so.12.1 => not found
    i try to copy many file to lib and still nit found, whats wrong??
    thanks,
    Daniel

  • Linux Environment : Can't open lib '/opt/oracle/instantclient/libsqora.so.1

    Hi All,
    We are getting below error while one of the ODBC connection try to connect to the Database.
    Linux Server is Red Hat 64 bit environment.
    [6/1/07 14:29:55:315 CDT] 00000034 SystemOut O UserId:APCTEVAL ServiceName:NbaContractEvaluationBP DEBUG [QuartzScheduler_Worker-51] (com.csc.dip.jvpms.core.JvpmsLog4j:debug:?) - compute P_Result => ReturnCode: 1 Message: [unixODBC][Driver Manager]Can't open lib '/opt/oracle/instantclient/libsqora.so.10.1' : /opt/oracle/instantclient/libsqora.so.10.1: cannot open shared object file: No such file or directory RefField: sue
    Here is the current set of things that we verified
    1. The .bash_profile for root has the right stuff in it
    export ORACLE_HOME=/opt/oracle/instantclient
    export PATH=$ORACLE_HOME:$PATH
    export LD_LIBRARY_PATH=/opt/nba/bin:$ORACLE_HOME:$LD_LIBRARY_PATH
    export TNS_ADMIN=$ORACLE_HOME
    2. We verified that the correct version of the Oracle ODBC drivers are installed
    -r--r--r-- 1 oracle dba 1545954 Dec 20 09:35 ojdbc14.jar
    -rwxr-xr-x 1 oracle dba 137905 Dec 20 09:35 libocijdbc10.so
    -rwxr-xr-x 1 oracle dba 72456247 Dec 20 09:35 libociei.so
    -rwxr-xr-x 1 oracle dba 1664148 Dec 20 09:35 libocci.so.10.1
    -rwxr-xr-x 1 oracle dba 3808761 Dec 20 09:35 libnnz10.so
    -rwxr-xr-x 1 oracle dba 20870419 Dec 20 09:35 libclntsh.so.10.1
    -rwxr-xr-x 1 oracle dba 66545 Dec 20 09:35 genezi
    -r--r--r-- 1 oracle dba 1600090 Dec 20 09:35 classes12.jar
    -rwxr-xr-x 1 oracle dba 7741 Dec 20 09:35 sqlplus
    -r--r--r-- 1 oracle dba 3457 Dec 20 09:35 odbc_update_ini.sh
    -r-xr-xr-x 1 oracle dba 58416 Dec 20 09:35 ODBCRelnotesUS.htm
    -r-xr-xr-x 1 oracle dba 91881 Dec 20 09:35 ODBCRelnotesJA.htm
    -r--r--r-- 1 oracle dba 21548 Dec 20 09:35 ODBC_IC_Readme_Linux.html
    -rwxr-xr-x 1 oracle dba 859868 Dec 20 09:35 libsqora.so.10.1
    -rwxr-xr-x 1 oracle dba 992929 Dec 20 09:35 libsqlplus.so
    -rwxr-xr-x 1 oracle dba 1435529 Dec 20 09:35 libsqlplusic.so
    -r--r--r-- 1 oracle dba 1525 Dec 20 09:35 glogin.sql
    -rw-r----- 1 oracle dba 475 May 31 16:06 sqlnet.ora
    -rw-r--r-- 1 oracle dba 385 May 31 16:06 ldap.ora
    in the /opt/oracle/instantclient directory
    3. We verified the the odbc.ini and the odbcinst.ini..they match our dev files
    4. We verified that the VPMS so are the same version
    -rwxrwxr-x 1 nbaadmin nbaadmin 9333 Feb 13 07:57 libjvpms.so
    -rw-r--r-- 1 nbaadmin nbaadmin 1339 Feb 13 07:57 nbaSetupCmdLine.sh
    -rw-r--r-- 1 nbaadmin nbaadmin 852 Feb 13 07:57 nbaLaunchClient.sh
    -rw-r--r-- 1 nbaadmin nbaadmin 327 Feb 13 07:57 nbaAdministrativeConsole.sh
    -rwxrwxr-x 1 nbaadmin nbaadmin 265657 Feb 13 07:57 libvpms.so
    -rwxrwxrwx 1 nbaadmin nbaadmin 594 Feb 13 12:58 odbcinst.ini
    -rwxrwxrwx 1 nbaadmin nbaadmin 874 Feb 13 12:58
    odbc.ini
    5. We also verifed that the directories were showing up in the JVM start up log to verify WAS startup
    ************ Start Display Current Environment ************
    WebSphere Platform 6.0 [ND 6.0.2.17 cf170648.10] running with process name SyststNBACell01\SyststNBANode01\sysNBANewBusiness1 and process id 4921
    Host Operating System is Linux, version 2.6.9-42.0.3.ELsmp
    Java version = J2RE 1.4.2 IBM build cxia32142-20060421 (SR5) (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
    was.install.root = /opt/WebSphere/AppServer60
    user.install.root = /opt/WebSphere/AppServer60/profiles/SyststNBANode01Profile
    Java Home = /opt/WebSphere/AppServer60/java/jre
    ws.ext.dirs = /opt/WebSphere/AppServer60/java/lib:/opt/WebSphere/AppServer60/profiles/SyststNBANode01Profile/classes:/opt/WebSphere/AppServer60/classes:/opt/WebSphere/AppServer60/lib:/opt/WebSphere/AppServer60/installedChannels:/opt/WebSphere/AppServer60/lib/ext:/opt/WebSphere/AppServer60/web/help:/opt/WebSphere/AppServer60/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime:/opt/nba/runtimeJars
    Classpath = /opt/WebSphere/AppServer60/profiles/SyststNBANode01Profile/properties:/opt/WebSphere/AppServer60/properties:/opt/WebSphere/AppServer60/lib/bootstrap.jar:/opt/WebSphere/AppServer60/lib/j2ee.jar:/opt/WebSphere/AppServer60/lib/lmproxy.jar:/opt/WebSphere/AppServer60/lib/urlprotocols.jar:/opt/nba/configuration/config
    Java Library path = /opt/WebSphere/AppServer60/java/jre/bin:/opt/WebSphere/AppServer60/java/jre/bin/classic:/opt/WebSphere/AppServer60/java/jre/bin:/opt/WebSphere/AppServer60/bin:/opt/mqm/java/lib:/opt/wemps/lib:/opt/nba/bin:/opt/oracle/instantclient:/usr/lib
    ************* End Display Current Environment *************
    But are still getting the following error
    [6/1/07 14:29:55:315 CDT] 00000034 SystemOut O UserId:APCTEVAL ServiceName:NbaContractEvaluationBP DEBUG [QuartzScheduler_Worker-51] (com.csc.dip.jvpms.core.JvpmsLog4j:debug:?) - compute P_Result => ReturnCode: 1 Message: [unixODBC][Driver Manager]Can't open lib '/opt/oracle/instantclient/libsqora.so.10.1' : /opt/oracle/instantclient/libsqora.so.10.1: cannot open shared object file: No such file or directory RefField: sue
    Thanks in advance
    Mitesh

    Your LD_LIBRARY_PATH is wrong, libraries are in $ORACLE_HOME/lib, not $ORACLE_HOME itself. The same for $TNS_ADMIN, normally net configuration files are in $ORACLE_HOME/network/admin.
    export LD_LIBRARY_PATH=/opt/nba/bin:$ORACLE_HOME/lib
    Maybe this note on metalink gives further help:
    How to Setup and Verify Setup of Oracle ODBC Driver on Linux
    Doc ID:404041.1
    Werner

  • Can't open iTunes, it said it has failed to start because MSVCR80.dll was not found, and I re-installed application many times and still problem persist, how do I solve this?

    can't open iTunes, it said it has failed to start because MSVCR80.dll was not found, and I re-installed application many times and still problem persist, how do I solve this?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • I have imported and processed photo's in Lightroom 2 and kept stored files on external hard drive.  External hard drive crashed....how do I export photo's from Lightroom when it says 'file not found'?

    Folders with photo files are lost due to external hard drive crashing.  Processed photo's are still in LR.  How can I export from LR to a file (any file) that no longer exists?  Help!!!

    Well, no backups, the technical term for that is "a problem". I think from this point forward, you need to commit yourself to making regular automated backups of all of your photos and catalog file to different physical disks, no excuses.
    Your photos are not stored in Lightroom. However, Lightroom does create "previews", this is what you are seeing, but these are usually smaller and low-quality compared to the originals. There are plug-ins that can extract the previews from Lightroom. One such plug-in is here robcole.com - PreviewExporter

  • File not found error when opening securedoc.html

    We are having a sudden issue where recipients of our secure envelope emails will open a message from us with attachments and they will get a "File Not Found" error message.
    We are still using a Post X appliance, but no config changes were made whatsoever and this started happening since last weekend. (Oct. 9-11)
    I did reboot the Post X box and thought the problem was fixed w/ the reboot. I sent a secure message to myself and then opened it along with the attachment and all was good. I sent the second test and the problem was back; "File not found".
    I have noticed that when I get file not found the address bar in my browser is pointing to: https://res.cisco.com/websafe/eo/error?error=notfound
    The time after rebooting when it did work it pointed to file on my local computer hard drive:
    file:///C:/Documents%20and%20Settings/mymachine/Local%20Settings/Temporary%20Internet%20Files/PXTemp/-6pAQ4_Y5hJEmKdQhtG8lhNx0zo!/PX_L_1255377132267.html
    Any ideas what could have caused this sudden issue? How do we resolve? I have a call into support, but they have been researching it all day and our secure mail is down!

    used bridge, didn't work.
    tried right-click, double click..open in program.
    same error.
    files work in other adobe products.....
    only way to get a jpg in there is to "paste" it in.

  • Message saying that I can't open the application Microsoft Word because PowerPC applications are no longer supported?

    I had just upgraded my macbook to Mountain Lion and was wondering why PowerPC applications were no longer supported. I kind of really need to use Word for school, but when I tried to open it, I got the message "You can't open the application "Microsoft Word" because PowerPC applications are no longer supported."

    SummerLutmer wrote:
    I had just upgraded my macbook to Mountain Lion and was wondering why PowerPC applications were no longer supported...
    Here is a recent post I assembled for a similar question:
    Unfortunately you got caught up in the minor miracle of Rosetta.  Originally licensed by Apple when it migrated from the PowerPC CPU platform that it had used from the mid-1990's until the Intel CPU platform in 2006, Rosetta allowed Mac users to continue to use their library of PPC software transparently in emulation.
    However, Apple's license to continue to use this technology expired with new releases of OS X commencing with Lion (and now Mountain Lion).  While educational efforts have been made over the last 6 years, the fact is that Rosetta was SO successful that many users were caught unaware UNTIL they upgraded to Lion or Mountain Lion.
    Workarounds:
    1. If your Mac will support it, restore OS X Snow Leopard;
    2.  If your Mac will support it, partition your hard drive or add an external hard drive and install Snow Leopard into it and use the "dual-boot" method to choose between your PowerPC software or Lion/Mt. Lion;
    3.  Upgrade your software to Intel compatible versions if they are available, or find alternative software that will;
    3.  Install Snow Leopard (with Rosetta) into Parallels:
                                  [click on images to enlarge]
    Full Snow Leopard installation instructions here:
    http://forums.macrumors.com/showthread.php?t=1365439
    NOTE: STEP ONE of the instructions must currently be completed on a Snow Leopard or Lion Mac and the resulting modified Snow Leopard.cdr install file can then be moved over to your Mountain Lion Mac for completion of the remaining steps.  A recent poster has offered a solution for Mountain Lion users that do not have access to Snow Leopard or Lion Macs.
    NOTE 2:  Computer games with complex, 3D or fast motion graphics make not work well or at all in virtualization.

  • How can i open and edit microsoft documents in macbook pro

    how can i open and edit microsoft documents in macbook pro with retina display? I am a new user to mac book

    You could install Office for Mac. You could install a free Office-like program such as LibreOffice. You could open the documents with a program like Pages. Or you could install Windows and Office on your Macbook Pro.

  • I downloaded Maverick X 9.2 on my Mac Air. I get this error message: "You can't open the application "microsoft Word" because PowerPC applications are no longer supported." Help?

    I downloaded Maverick X 9.2 on my Mac Air. I get this error message: "You can't open the application "microsoft Word" because PowerPC applications are no longer supported." Help?

    QUESTION: Were you induced to upgrade to Mavericks after seeing this dialog box?

  • I can't open the application "Microsoft Entourage" because PowerPC applications are no longer supported

    I have updated operating system to OS X Mountain Lion and can't open Microsoft Entourage:   You can't open the application "Microsoft Entourage" because PowerPC applications are no longer supported

    You need to upgrade to the current version of Office, or use something else.

  • As of today, I can no longer or Excel.  I get this message: You can't open the application "Microsoft Excel" because PowerPC applications are no longer supported.  Is there a fix for this and why ha this all of the sudden happened.  I've rebooted 2x

    As of today, I can no longer or Excel.  I get this message: You can’t open the application “Microsoft Excel” because PowerPC applications are no longer supported.  Is there a fix for this and why ha this all of the sudden happened.  I've rebooted twice and that hasn't worked. 

    The application may be corrupt. Un-install and re-install Office.
    Office 2011 Removal
    Office 2011 Removal (2)

  • HT1444 Hi, I just tried to open Word and this message appeared - 'You can't open the application Microsoft Word because PowerPC applications are no longer supported.' I just recently loaded OS X Lion does this mean my software for MS Office is now out of

    Hi, I just tried to open Word and this message appeared - 'You can't open the application Microsoft Word because PowerPC applications are no longer supported.' I just recently loaded OS X Lion does this mean my software for MS Office is now out of date?  Do I have to purchase a new package? Any help appreciated.

    Hello:
    Office 2004 was written for the PowerPC chip only.  There is no emulation in OS X 10.7.
    I encountered the same issue sometime ago when I updated to OS X 10.7.
    There is one option that I might mention (other than buy Office 2011).  I switched to Apple's iWork.  Pages (the word processing package) is completely compatible with Word.  If you export Pages documents, you can export them in formats compatible with Microsoft programs.  iWork also contains programs that are compatible with Office presentation and spreadsheet packages.
    The reason I mention this is that the cost is about 1/2 of the cost of Office.
    Barry

  • I just download mountain lion to my mac,  now microsoft office suite doesn't work....it says 'you can't open the application 'microsoft word' because PowerPC applications are no longer supported.  What does this mean and what do I have to do to fix it??

    I just download mountain lion to my mac,  now microsoft office suite doesn't work....it says 'you can't open the application 'microsoft word' because PowerPC applications are no longer supported.  What does this mean and what do I have to do to fix it?? HELP!!

    Install Snow Leopard on another boot partition, or upgrade Microsoft Office to a newer version, or use any number of better alternatives. Some of them are free.
    Consider
    LibreOffice (donation-supported)
    NeoOffice ($10)
    OpenOffice (completely free)
    In addition to the above I also recommend Apple's Pages ($19.99). I use OpenOffice and Pages and have been completely Microsoft - free for over a year now. Life is better without Microsoft.

  • Why am I getting the following error message? You can't open the application "Microsoft Word" because PowerPC applications are no longer supported.  This is new...

    Why am I getting the following error message? "You can’t open the application “Microsoft Word” because PowerPC applications are no longer supported."  I never used to have a proble!

    Only Office for Mac 2008 and 2011 will run on Mavericks. Microsoft support for the former package ended in April 2013. If you do not want to spend the money, you might download and try the donation-ware (free) LibreOffice Suite. No ribbon bar crap. Supports about any document created on Windows.

  • How can I stop Firefox from opening (to "File Not Found") when opening my Opera browser?

    Ever since I installed Opera 10.61 on my new computer (Windows 7 Ultimate operating system), whenever I open Opera, Firefox opens one second later with the following error message:
    '''File not found '''
    Firefox can't find the file at /C:/Users/Nasheed/AppData/Local/Opera/Opera/temporary_downloads/client-en.xml.
    * Check the file name for capitalization or other typing errors.
    * Check to see if the file was moved, renamed or deleted.
    TRY AGAIN.
    <nowiki>****************************************************</nowiki><br />
    This happens EVERY TIME I OPEN THE OPERA BROWSER. How can I stop this from happening? I'm stumped.
    [EXTRA INFO - I was unable to enable Firefox to access my previous profile on the new computer (despite putting the old profile in the appropriate Mozilla Firefox folder. So, there are now two profiles in that location.
    After reading the answer to another forum member's question, I attempted to resolve the problem using Profile Manager, but I was unable to locate the Profile Manager. The Windows "Search" feature is not enabled on my new computer (nor can it be enabled from the Customize Start Menu options).]

    Thank you for your response, Cor-el.
    I had Opera set as my default browser since this began happening. I changed my default browser back to Firefox mainly because having Firefox open one or two seconds every time I open Opera was/is such a nuisance.
    I believe this problem began because I attempted to manually transfer the files from my old computer to the new one (via the backed up files in my external drive). I was unfamiliar with Windows 7 when I did this. Microsoft changed the file set up from what I had been used to in Windows XP. I used XP for six years before being exposed to Windows 7 (I never had Vista).
    I'm almost sure this problem has something to do with where I placed the application data when I was trying to reestablish the program set up on the new computer.

Maybe you are looking for

  • Create Automatic Reservation for Goods receipt of FG

    When an order is created, the components from the store are reserved automatically. It implies automatic reservation for good issue. What about AUTOMATIC reservation for goods receipt of finished product? Is it possible to make automatic reservation

  • How to change current Solaris version for a program?

    Hello, A program I am trying to run under Solaris 5.10 checks the OS version to be 5.8 or 5.9. Can I somehow tell Solaris to report 5.9 to the program instead of 5.10? According to "Solaris Application Guarantee" I should be able to run 5.8/9 program

  • [Solved] No wireless connection after reboot.

    I installed through a wireless connection. I installed inside of VirtualBox, and I installed wireless_tools, wpa_supplicant, and wpa_actiond dialog. So I had wireless internet on the live cd, but not after the install. Is there some driver that I am

  • Shared Services Users are not Visiable in Planning Application

    Hi All, We are using Hyperion 11.1.3 version Problem: We Created Users in Shared Services but those users are not visible in Planning can you suggest me Vijay

  • CS6 access to mySQL stored procedures in db panel?

    I'm using Dreamweaver CS5.5 and cannot access MySQL stored procedures in the database panel.  Anyone know if you can do this with CS6?