64 bit OBI Connection problem

Hi all,
I have a problem with oracle bi-database connection. Currenty when I try to import from ODBC 3.5 datasource what oraclebi shows me does not exist in ODBC connection, and also when I added a new odbc connection to system dsn I cannot see it from Oracle BI. It is like looking to entirely different machine.
Computer is 64 bit windows. I installed OBISE1, in installation both oracle and obi software were installed succesfully but I had a problem when it was trying to create the sample bise1db database(credential retrieval failed). Then I installed 64 bit oracle software, pachted it to 10.2.0.4 and created the database instance(I received the same error when creating 64 instance but I updated sqlnet.ora and I successfully created instance).
I restated Oracle BI services but now Oracle BI is behaving like it is not in the same computer I am looking at. It is not possible to import from ODBC 3.5 because it is not seeing System DSN connections. I also tried to create new database and connection pool and manually configure in the physical layer but still I get connection errors.
Currenty there are two oracle software in the computer, 32bit 10g and 64 bit 10g and only one instance that is created with 64 bit software.
I am not sure it was a mistake to install OBISE1 software to 64 bit machine.
Any help would be appreciated..

I assume that when solaris 10 boots up, it only checks the land line NIC card, not the wireless card. If there is no lan connection, then so be it.
Is that right?No! :-)
nwam only supports one device but the device is selectable. physical should activate all devices regardless. So if your Wifi isn't working then I would use wificonfig to see what it can see. Check the man page for scan and showstatus options. Then you'll know what it's seeing.
alan

Similar Messages

  • Solaris 10 x86 64-bit wireless connection problem

    I installed Solaris 10 x86 32-bit on my laptop together with Fedora 10 (Linux) and Windows XP.
    When I boot up Fedora 10 and WinXP, these two OS are able to find the wireless driver automatically, but Solaris 10 failed.
    When I do prtconf -pv, I saw my wireless card is listed in the output.
    So I update the /boot/solaris/devicedb/master and /etc/driver_aliases with my wireless card id - pci168c,001a
    Then do sys-unconfig and reboot
    But after reboot, Solaris still only tries to configure the ethernet card (NIC) rather than checking out the wireless connection.
    I think this might be a design flaw for Solaris 10. If it runs on x86, most users would have wireless connection, not just land line connection.
    Does anyone here have a solution for this problem?
    Thanks a lot!

    I assume that when solaris 10 boots up, it only checks the land line NIC card, not the wireless card. If there is no lan connection, then so be it.
    Is that right?No! :-)
    nwam only supports one device but the device is selectable. physical should activate all devices regardless. So if your Wifi isn't working then I would use wificonfig to see what it can see. Check the man page for scan and showstatus options. Then you'll know what it's seeing.
    alan

  • Win 7, 64 bit USB connection problems

    I'm having real problems getting my Touch to reliably connect with my new Win 7, 64 bit Dell laptop. Dell tech support says the drivers and hardware are fine. Following the troubleshooting via Apple support hasn't solved the problem. The Touch times out and/or gives me -48, -6999 messages. Plus "required file cannot be found" messages. I've updated apple drivers, uninstalled/reinstalled iTunes.
    Will I have better luck moving to Win 7 32 bit?

    Not quite ... the chipset is an intermediate thing on the motherboard between the processor(s) and various parts of the other business:
    http://en.wikipedia.org/wiki/Chipset
    I found a reference at Notebookcheck saying that the 1557 had a PM55, which was sort of why I was thinking BIOS with your issue:
    [REVIEW DELL STUDIO 1557 NOTEBOOK|http://www.notebookcheck.net/Review-Dell-Studio-1557-Notebook.23009.0. html]
    ... but configurations can differ for Dells (and other PCs) on these things even "inside" particular models (not just ranges of models). So I'm not 100% sure that your particular 1557 has the sorts of 5-series chipsets that I worry about when I see your error messages on a Windows 7 system.

  • Oracle Client 11g on Windows 2008 64 bit ASP Connection Problems

    Hi,
    I'm trying to set up my old ASP applications on a new web server. I've moved from a windows 2003 server to 2008 64 bit.
    I've installed the Oracle Client 11g 64 bit drives and if I create a new ODBC connection tat works fine. But IIS will not connect.
    Connection string i've been using is:
    Provider=OraOLEDB.Oracle.1; Password=******; User ID=*****; Data Source=*****
    All i get is no provider could be found.
    "3706 Provider cannot be found. It may not be properly installed."
    Can anyone help me out / point me in the right direction?
    Thanks
    Gareth Owen

    Hi,
    Thanks for the reply. The app pool is running in 64 bit. I've tried installing a 32 bit version of the oracle provider and shifting the app pool down to that and no joy either.
    Have tried changing the permissions on the Oracle folder which gives me no joy. It's as if IIS just has no access to the Oracle provider. But I just don't know how to get this working.
    Under windows 2003 things just worked when I installed the Oracle provider...
    Gareth

  • OBIA- Connection Problems ORA-00604 and ORA-02248

    Hi,
    i have an installation OBI Server, Presentation Services, and Scheduler on RH Linux 64Bit, Oracle 11 DB, OBI Admin on Win xp,
    in online mode when i try import from Database i got following errors:ORA-00604 and ORA-02248
    but i can Create ibots and i see with sqlplus the created ibots in the DB.
    have anyone an idea, why the scheduler can read and write in the DB, but i cant read via Admintool, i try to connect the same db)
    Thx

    can you connect from Windows box using SQLPLUS? yes i can connect
    are you using native connection in Admin tool or ODBC? I try to use Native (OCI) to connect the Oracle DB
    check the above to eliminate the connectivity issues.

  • 32 bit vs 64 bit odbc connection problems

    Good morning,
    I am trying to connect a powershell script that worked fine on a 32 bit system, but now will not work on a 64 bit system.  This script connects to a odbc connection and connects to a remedy ticket system and pulls information to move over to my Outlook
    calendar.
    The error am getting is:
    Exception calling "Open" with "0" argument(s): "ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application"
    At C:\Users\Public\Documents\RemedyCRQ.ps1:25 char:17
    + $connection.Open <<<< ()
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : DotNetMethodException
    The code that is running this is below:
    $script:showWindowAsync = Add-Type –memberDefinition @”
    [DllImport("user32.dll")]
    public static extern bool ShowWindowAsync(IntPtr hWnd, int nCmdShow);
    “@ -name “Win32ShowWindowAsync” -namespace Win32Functions –passThru
    $null = $showWindowAsync::ShowWindowAsync((Get-Process –id $pid).MainWindowHandle, 2)
    $connection = New-Object System.Data.Odbc.OdbcConnection
    $command = New-Object System.Data.Odbc.OdbcCommand
    $command.Connection = $connection
    $remedyTickets = @()
    $connectionString = "DSN=remedy"
    $connection.ConnectionString = $connectionString
    $connection.Open()
    I would appreciate it if someone had some insight to offer.  I've looked around and have created the ODBC connection on the 32 bit odbc version c:\windows\sysWOW64\odbcad32.exe.  Doesn't seem to have changed anything.  Ive created it both
    as a user and system DSN.

    Add the below code in to your Script.
    if ([environment]::Is64BitProcess -eq $True)
    C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe -File "script filename"
    Exit
    Note: The path I used is for Windows 7, you need to figure out the path for your OS.
    S.Arun Prasath

  • HP Deskjet 460 wireless printer connection problem

    I just replaced my Airport Extreme (pre-n) with a Time Capsule. My HP Deskjet 460 WiFi printer no longer connects through wireless. However, configuring the Time Capsule wireless mode to "802.11g/b only" (i.e. no 802.11n) resolves the connection problem.
    Any suggestion on how to get the printer to connect with 802.11n enabled?
    Thanks in advance,
    - gael

    I also have an HP 460wbt and have similarly replaced my old airport base station with the TC. Without any wireless security the printer connected fine - but couldn't get connection using WPA or WEP. I've tried every combination I can - but have gone back to reconnecting the airport base station alongside the TC with bridging to the ADSL netgear modem I use. This seems a bit like overkill but I just can't get the WPA on the printer to work with the WPA personal options of the TC. Have you any ideas on this one?

  • Windows 7 64 bit giving BEx Problems. Big time problems (!!)

    Hi there, i just got through an issue with BEx connecting to SAP on a laptop using Windows 7. After googling and sdning and SAP noting for a while did not find any suitable answer to this issue which seems strange to me as Windows 7 64 bit is not really a brand new product. The full specs are as follow. Anyone bringing some light into this subject would be very much appreciatted.
    => SAP Logon 720 with 0 Patch Level.
    => MS Office 2007
    => Windows 7 64 bits
    In C:\Windows i got:
         -> SAPMSG.ini
         -> Saproute.ini
         -> saplogon.ini
    in C:\Users\username\AppData\Roaming\SAP\Common i got:
         -> Sapgrph
         -> saplogon
         -> SapLogonTree.xml
         -> saprules.xml
         -> Saproute
         -> services
    The issue is that i am not able to logon either via BEx 7.x or 3.x. The Error message is:
    Error Group
    RFC_ERROR_COMMUNICATION
    Message
    Connect to message server failed
    Connect_PM  MSHOST=/H/172.17.255.194/H/XXX.intranet.xxxxxxx.com, R3NAME=XX, GROUP=PUBLIC
    LOCATION    CPIC (TCP/IP) on local host my-pc
    ERROR       timeout while pending for route completion
    TIME        Wed Jul 27 10:56:44 2011
    RELEASE     720
    COMPONENT   NI (network interface)
    VERSION     40
    RC          -12
    DETAIL      NiErrSet
    COUNTER     1

    Hi Alex ,
    SAP GUI for Windows 7.20 and all related applications including SAP Desktop Office Integration / BI Frontend / BW Frontend do not support Office 2010 64bit, only 32bit versions of Office are supported.
    This means that when using 64bit operating sytems with SAP GUI for Windows and related components you have to use a 32bit Microsoft Office version .
    For your issue , you can check these Notes.
    1. 1442028 - SAP GUI for Windows 7.20: No support for Office 2010 64bit
    2. 1264857 -   BExAnalyzer 7.X does not work on 64 bit Windows PCs
    3. 1503786  - Precalc server is not created correctly in TA:RSPRECADMIN
    4. 1589565  - Connection problem in Precalc server and Excel hangs
    Regards,
    Lokesh

  • Connection problem to Oracle 11.1.0 on Windows Professional XP (SP2)

    Hello
    I've recently performed default installations for 3 Oracle Databases, into seperate homes on a newly formatted Windows
    Professional XP (SP2) standalone laptop. For all databases Oracle 10.2.0 (rover), Oracle XE (xe) and Oracle 11.1.0 (fido) I
    installed APEX and they worked perfectly.
    I then installed my Wireless O2 Broadband for my internet which uses DHCP
    I am unable to connect to my databases with the wireless broadband connected. I then bring down all databases and turn
    off/disable the Broadband,then restart all databases.
    Using commands
    Set ORACLE_SID=ROVER
    sqlplus system/rover@rover
    Set ORACLE_SID=XE
    sqlplus system/xe@xe
    Set ORACLE_SID=FIDO
    sqlplus system/fido@fido
    Connections are successfull apart from the Oracle 11.1.0 (fido) database with error
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Can anybody identify my connection problem to Oracle 11.1.0 (fido) database by reviewing my listener.ora, tnsnames.ora and
    other configuration files below.
    Many thanks in advance
    Regards
    Ade
    tnsping results
    ===============
    C:\>tnsping rover
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localho
    t)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = rover)))
    OK (10 msec)
    C:\>tnsping xe
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = bascilic
    o)(PORT = 1522)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
    OK (30 msec)
    C:\>tnsping fido
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhos
    t)(PORT = 1523)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = fido)))
    OK (20 msec)
    lsnrctl stat - results
    ======================
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1523)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.7.0 - Production
    Start Date 17-OCT-2009 15:54:12
    Uptime 0 days 0 hr. 32 min. 11 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle\product\11.1.0\db_fido\network\admin\listener.ora
    Listener Log File c:\oracle\product\11.1.0\diag\tnslsnr\bascilico\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1523ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=bascilico)(PORT=1523)))
    The listener supports no services
    The command completed successfully
    General configuration - Environment variables
    =============================================
    PATH =
    C:\oracle\product\11.1.0\db_fido\bin;C:\oracle\product\10.2.0\db_rover\bin;C:\oracle\oraclexe\app\oracle\product\10.2.0\serve
    r\bin;C:\oracle\ohs\bin;C:\oracle\ohs\jlib;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI
    Technologies\ATI Control Panel
    TNS_ADMIN = C:\oracle\tns
    C:\oracle\tns\tnsnames.ora
    ==========================
    ROVER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = rover)
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = bascilico)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    FIDO =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1523))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = fido)
    Oracle 10.2.0 listener.ora
    ==========================
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_rover)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    Oracle 10.2.0 tnsnames.ora
    ==========================
    ROVER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = rover)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Oracle XE listener.ora
    ======================
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oracle\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = bascilico)(PORT = 1522))
    DEFAULT_SERVICE_LISTENER = (XE)
    Oracle XE tnsnames.ora
    ======================
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = bascilico)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    Oracle 11.1.0 listener.ora
    ==========================
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1523))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1523))
    Oracle 11.1.0 tnsnames.ora
    ==========================
    LISTENER_FIDO =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1523))
    FIDO =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1523))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = fido)
    )

    For static registration you need to update the 3 listener.ora files.
    Exemple:
    SID_LIST_LISTENER_FIDO =
      (SID_LIST =
        (SID_DESC
          (ORACLE_HOME = <Oracle Home path>)
          (SID_NAME=FIDO)
    )

  • Frozen on re-building library, plus connection problems (Zen Mic

    Yes, I read the FAQ :smileytongue: I JUST got my new Zen Micro and started putting songs on it. It started giving me trouble with the connection, but was ok for a little bit. After awhile I couldn't get a connection at all. My computer says there's no problem with the USB connection.
    Also, it's stuck on the "re-building library" screen. I did the clean-up and reboot, but it still gets stuck there and I left it on for hours. According the the FAQ, it says ["Next you should try [url="http://www.nomadness.net/modules.php?name=FAQ&myfaq=yes&id_cat=8&categories =Nomad+Jukebox+Zen#23]reloading the firmware/OS[/url], but beware if you are having connection problems also with your PC you may end up with a player that has no firmware and cannot be reloaded."] But I'm having a connection problem, so I shouldn't do this?
    Ahh...someone help! I just got it and I haven't even been able to use it yet! This was after waiting a week for it to be deli'vered.

    Connection problems can be caused by numerous factors unfortunately.
    The best test if you're able to do it is check on another PC. To see if the problem is with your player/cable or the PC.
    There's a lot more advice here in the Zen FAQ at Nomadness.net.

  • MSSQLServer jdbc connect problem on ODI 11G R2

    I have a MS SQL Server jdbc connect problem on ODI 11G R2 / Windows server 2008 64 bits.
    Tried, one by one, all versions of Microsoft drivers.
    Sqljdbc4.jar copied to : %appdata%\odi\oracledi\userlib\
    The Topology connect syntax is :
    driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    URL : jdbc:sqlserver://<host>:1433
    => All the topology tests end with time-outs.
    Installed 10G ODI.
    Works with 1.4 java and sqljdbc.jar version 2 jdbc driver.
    Times out with version 3 and/or Sqljdbc4.jar + JAVA_HOME & ODI_JAVA_HOME set to 1.6 path.
    also tried, with no success (time-outs) on either 10g or 11g :
    com.inet.tds.TdsDriver
    jdbc:inetdae7://<host>:1433?database=<DB>
    same results for :
    net.sourceforge.jtds.jdbc.Driver
    jdbc:jtds:sqlserver://<host>:1433
    Any suggestions for a fix?
    Many thanks in advance.

    Hello,
    ODI (11g) Studio is certified on Windows 32 bit only, not on 64bit.
    However you may still install it and configure ODI Studio to run with a 32 bit java.
    Details pls see Master Note For ODI 11g Install Issues And Questions (Doc ID 1214428.1).
    To connect to SQL Server:
    # Check and make sure the authentication mode of your Microsoft SQL Server Server is set to "SQL Server and Windows" or "Mixed", otherwise Oracle Data Integrator (ODI) is unable to connect to the database.
    # Before you create the Oracle Data Integrator (ODI) Dataserver in Topology Manager > Physical Architecture, stop all ODI processes, and place the JDBC Driver file in the ODI's userlib and "/drivers" folder.
    For ODI Studio (Local No Agent)
    %APPDATA%\odi\oracledi\userlib
    %APPDATA% is the Windows Application Data directory for the user (usually C:\Documents and Settings\<user>\Application Data).
    Standalone Agent
    ODI_HOME\oracledi\agent\drivers
    Note: If you decide to use the DataDirect driver that comes with ODI 11g install/ embedded in ODI 11g
    weblogic.jdbc.sqlserver.SQLServerDriver
    Then you don't need to worry about this step.
    # Make sure that the database is the default database of the user account employed by ODI for connection, and that the password is correct.
    # Verify (in your Microsoft SQL Server Server network configuration) that TCP/IP has been enabled on port 1433.
    For more details see How To Set Up JDBC Driver Connections For The Microsoft SQL Server For ODI (Doc ID 423914.1)
    If you try sqljdbc.jar, you need to configure ODI_JAVA_HOME to jdk1.5
    sqljdbc4.jar, jdk1.6 (since ODI 11g requires jdk1.6, I'd suggest sqljdbc4.jar)
    More see Compatibility Matrix For Java Machines And JDBC Drivers Used With ODI (Doc ID 807235.1)
    Hope that helps other people who run into this,
    Edited by: user742480 on Apr 4, 2011 12:06 PM

  • Uninstall/connection problem

    hi, we have a wirelss router G wrt54gs and a wirelss b notebook adapter for the lap top. a short time ago while using lap top linksys shut down and wouldnt re-open , kept saying it didnt exist, i find that odd from surfing ok to nothing on a few mins.i tried to un-install linksys so i could reinstall.control panel told me it had been uninstalled but it was still showing , when i put the disc in it wouldnt auto run so i went in through my comp , clicked set up and it told me it couldnt install as something was already installed, its just taking me round in circles...with a bit of advice i searched the files /folders and eventually got a connection, problem is now i dont have the status page which shows when your connected and what network. im at a loss now and really need some help on how to get the whole lot out so i can re install , how to get this status page back, and now it drops its connection every few mins.and to top it all im not exactly sure if and when it is connected if it is secure...

    go to start -> programs -> linksys wireless-b notebook adapter and click uninstall
    if no luck, from here as well....seems that the program has gone into the registry of the laptop and u need a registry cleaner program to get it uninstalled properly....

  • When I try to sign into photoshop elements I keep getting error code 400 connection error. I am connected to wifi and have no connection problems anywhere else. How do I fix this?

    When I try to sign into photoshop elements I keep getting error code 400 connection error. I am connected to wifi and have no connection problems anywhere else. How do I fix this?

    FRANK M
    What computer operating system is your Premiere Elements 9 running on? I will assume Windows 7, 8, or 8.1 64 bit for now.
    As for the Help Menu/Update way for updating, are you doing that with antivirus and firewall(s) disabled? If not, please do so.
    Do you have the 9.0.1 Update of the program installed? What version of Camera Raw do you have installed?
    Premiere Elements 9 is an older program where you can still do manual installs for that one and only Update. And, Camera Raw for 9 is no longer being updated.
    For the 9.0.1 Update
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4929
    Camera Raw (last update possible for 9) is 6.5
    Camera Raw-compatible Adobe applications
    Adobe - Adobe Camera Raw and DNG Converter : For Windows : Camera Raw 6.5 update
    Please review and consider the above, and then let us know the outcome.
    Thank you.
    ATR

  • Got a bit of a problem with my iPod

    Hi all,
    got a bit of a problem with my iPod Photo(60GB). It has the latest software on it and I have got the latest iTunes and am running it all through Windows XP.
    My problem: when trying to turn the iPod on, all I get after a short start up (just before the backlight comes on) is the sad computer face. I have tried resetting it several times only to be given the same thing. I have plugged it into my computer via USB and initially I get the same thing, but when I reset it while still plugged in, it then gives the "battery low/almost depleted" sign. I have left it for long enough that I shouldn't get that (over an hour). I know the battery isn't dead cause I have gotten it on twice (yesterday) and the battery shows as almost full. It isn't long (on those 2 occasions) after starting to play songs (or plugging into the computer) that it freezes up and then, after a reset, gives the sad face again.
    I am not quite sure what to do anymore. The time that it did start to go through the connecting stage with the computer, it didn't last long enough for me to get stuff off of it so I can reinstall the software from fresh.
    Anyone got any ideas?
    Many thanks
    Toshiba   Windows XP  

    well, despite your very helpful suggestions, when I did get the iPod into diagnostics mode, running the hard drive scan really indicated that it was hard drive failure. Anyway, I followed a few discussions about opening it up and checking, but before I even did open it up, for some reason I was tapping it (idle fingers I guess) and I randomly reset it too and yeah, well it worked. managed to get everything off and restored it.
    However, I have a feeling it might be a loose connection somewhere that cause the problem so I guess I should expect it to happen again.
    Thanks anyway

  • Connection problem SQL Data Tools for VS

    Hi
    Appologies I hace this question in SSIS forum- but think this is a better place to ask.
    I downloaded SSDT for VS in order to try some data mining on my developement edition of SS
    When I try to use the mining model viewer (setting up source, sourec view and mining structure all worked fine) - it fails and tells me that "OLE DB error: OLE DB or ODBC error: Login failed for user 'XXXXX\DAVID-PC2$'.; 28000.
    When settiing up the Impersanation Info- I used "Use the Service Account".
    To get past this bit I was advised by Olaf Helper to change to "Use Credentials of current User" but then it also fails as apparently when you set up SSDT the system creates user credentials that differ to my windows authincation in my SSMS- So
    the question is how and what do I change in SSDT so that my Windows Authincation becomes the same as "Use the service Account"- or make both talk to each other.
    Hope you can help
    Thks

    What I'm doing is based is SSDT.
    It appears to me that SSDT is configured for Analysis Services to be called Localhost
    Went into the Analysis service project- and changed target server from localhost to DM_DEV - when I go into Config Manager I can see that SQL Services Analysis Services (DM_DEV) is running- so is SQL Server Brouser.
    But when I'm in the project and try to run it I get
    The project could not be deployed to the 'DM_DEV' server because of the following connectivity problems :  A connection cannot be made. Ensure that the server is running.  To verify or update the name of the target server, right-click on the project
    in Solution Explorer, select Project Properties, click on the Deployment tab, and then enter the name of the server.
    Is there maybe some specific way of putting DM_DEV- e.g in barckets use " " etc? what am I missing here!!
    Thanks
    D

Maybe you are looking for