Windows Vista Home, Visual Studio 2008 sp1, Oracle 11g  Error Access

Hi:
Im new in occi for visual studio, im try to do some with occi, i dowloaded and installed vc9 libs and inc and instant client basic and sdk, but i can connect, can you help me?
this is my history
First-chance exception at 0x52902721 (GEOM.arx) in acad.exe: 0xC0000005: Access violation reading location 0xfeeefefe.
Unhandled exception at 0x52902721 (GEOM.arx) in acad.exe: 0xC0000005: Access violation reading location 0xfeeefefe.
'acad.exe': Loaded 'C:\app\Usser3\product\11.1.0\client_1\instantclient_11_1\vc9\oraocci11.dll'
'acad.exe': Loaded 'C:\app\Usser3\product\11.1.0\client_1\oci.dll', Binary was not built with debug information.
'acad.exe': Loaded 'C:\Windows\System32\msvcr71.dll'
'acad.exe': Loaded 'C:\app\Usser3\product\11.1.0\client_1\oraociei11.dll', Binary was not built with debug information.
'acad.exe': Loaded 'C:\Program Files\AutoCAD Map 3D 2010\dbghelp.dll'
The thread 'Win32 Thread' (0x1718) has exited with code 0 (0x0).
First-chance exception at 0x527b2721 (GEOM.arx) in acad.exe: 0xC0000005: Access violation reading location 0xfeeefefe.
Unhandled exception at 0x527b2721 (GEOM.arx) in acad.exe: 0xC0000005: Access violation reading location 0xfeeefefe.
oraociei11.dll     C:\app\Usser3\product\11.1.0\client_1\oraociei11.dll     N/A     N/A     Binary was not built with debug information.          436     OraOCIEI11.dll - 11.1.0.1.0
oracore11.dll - 11.1.0.7.0 Product     01/10/2008 03:45 a.m.     1A480000-214C1000*     [5728] acad.exe: Native     
     oci.dll     C:\app\Usser3\product\11.1.0\client_1\oci.dll     N/A     N/A     Binary was not built with debug information.          434     11.1.0.1.0     01/10/2008 03:22 a.m.     19C70000-19CF2000*     [5728] acad.exe: Native     
     dbghelp.dll     C:\Program Files\AutoCAD Map 3D 2010\dbghelp.dll     N/A     N/A     Symbols not loaded.          437     6.10.0003.233 (debuggers(dbg).080908-1333)     08/09/2008 03:46 p.m.     520A0000-521BE000     [5728] acad.exe: Native     
     oraocci11.dll     C:\app\Usser3\product\11.1.0\client_1\instantclient_11_1\vc9\oraocci11.dll     N/A     N/A     Symbols not loaded.          433     11.1.0.6.0 Production     20/08/2008 03:45 a.m.     19BE0000-19C67000*     [5728] acad.exe: Native     
acad.exe': Loaded 'C:\Users\Usser3\Documents\Visual Studio 2008\Projects\GEOM\Win32\Debug\GEOM.arx', Symbols loaded.

Hi Luis,
It looks like you are working with a debug build:
'prueba2_oci.exe': Loaded 'C:\Users\Usser3\Documents\Visual Studio 2008\Projects\prueba2_oci\Debug\prueba2_oci.exe', Symbols loaded. <=== I see Debug in the path, so this looks like a debug build.
But then further down in your output I see this:
'prueba2_oci.exe': Loaded 'C:\instantclient_11_1\vc9\oraocci11.dll' <=== This is the release build of OCCI dll not the debug build.
You appear to be mixing debug and release libraries which will not work correctly.
This is in the following step in the blog post:
"Expand Configuration Properties node, expand Linker node, select Input item, enter "oraocci11d.lib" for a debug build or "oraocci11.lib" for a release build."
If you are creating a debug build you need to use oraocci11d.lib as input to the linker.
You use oraocci11.lib as input to the linker for the release build.
For your reference, this is what you should see in the output window in Visual Studio for the debug execution:
'OCCITest.exe': Loaded 'C:\Projects\OCCITest\Debug\OCCITest.exe', Symbols loaded.
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll'
'OCCITest.exe': Loaded 'C:\instantclient_11_1\vc9\oraocci11d.dll'  <=== Notice this is the debug version of the occi library (oraocci11d.dll not oraocci11.dll)
'OCCITest.exe': Loaded 'C:\instantclient_11_1\oci.dll', Binary was not built with debug information.
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\msvcr71.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\secur32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\psapi.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\msvcr90d.dll', Symbols loaded.
'OCCITest.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\msvcp90d.dll', Symbols loaded.
'OCCITest.exe': Loaded 'C:\instantclient_11_1\oraociei11.dll', Binary was not built with debug information.
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\shell32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\user32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\ole32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\winmm.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\iphlpapi.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\crypt32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\msasn1.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\dbghelp.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\version.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\imm32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\userenv.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\mswsock.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\dnsapi.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\winrnr.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\wldap32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\rasadhlp.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\hnetcfg.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\wshtcpip.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll'
'OCCITest.exe': Unloaded 'C:\WINDOWS\system32\netapi32.dll'
'OCCITest.exe': Loaded 'C:\WINDOWS\system32\msctf.dll'
The program '[776] OCCITest.exe: Native' has exited with code 0 (0x0).EDIT: Can you check to make sure you are linking the correct library and let us know if that works?
Regards,
Mark

Similar Messages

  • ODAC 11.2.0.3.0 with Visual Studio 2008 SP1

    Hi,
    Yesterday I installed the latest version on ODAC 11.2.0.3.0 on my machine. Now when I am trying to add a new ADO.NET Entity Data Model to my project, it doesn't show me my Oracle Database there when I select "Generate from Database". Also when I select New Connection try to add one explicitly, I dont see "Oracle" in the "Choose DataSource" option.
    I am using Visual Studio 2008 SP1.
    Please do someone know the solution to this issue.
    Thanks,
    Reena

    Hi,
    I installed VS 2010, still I dont see Oracle in the list, Though as I said before when I try to add a new connection through server explorer,I do see Oracle database there.
    Below is the details.
    Microsoft Visual Studio 2010
    Version 10.0.30319.1 RTMRel
    Microsoft .NET Framework
    Version 4.0.30319 RTMRel
    Installed Version: Professional
    Microsoft Office Developer Tools 01018-532-2002102-70174
    Microsoft Office Developer Tools
    Microsoft Visual Basic 2010 01018-532-2002102-70174
    Microsoft Visual Basic 2010
    Microsoft Visual C# 2010 01018-532-2002102-70174
    Microsoft Visual C# 2010
    Microsoft Visual C++ 2010 01018-532-2002102-70174
    Microsoft Visual C++ 2010
    Microsoft Visual F# 2010 01018-532-2002102-70174
    Microsoft Visual F# 2010
    Microsoft Visual Studio 2010 Team Explorer 01018-532-2002102-70174
    Microsoft Visual Studio 2010 Team Explorer
    Microsoft Visual Web Developer 2010 01018-532-2002102-70174
    Microsoft Visual Web Developer 2010
    Crystal Reports Templates for Microsoft Visual Studio 2010
    Crystal Reports Templates for Microsoft Visual Studio 2010
    Microsoft Visual Studio 2010 SharePoint Developer Tools 10.0.30319
    Microsoft Visual Studio 2010 SharePoint Developer Tools
    Thanks,
    Reena

  • Error Ora-604 on connect from Visual Studio 2008 to Oracle database

    Hello!
    I have installed Oracle 9.2.0.6 Database, Microsoft Visual Studio 2008 and today I succesfully installed ODP.NET 1110621.
    I wrote a simple console application like this:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Oracle.DataAccess.Client;
    using Oracle.DataAccess.Types;
    using System.Data;
    namespace ConsoleApplication1
    class Program
    static void Main(string[] args)
    OracleConnection c = new OracleConnection();
    c.ConnectionString = "Data Source=(DESCRIPTION="
    + "(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.1)(PORT=1521)))"
    + "(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ssss)));"
    + "User Id=user;Password=pwd;";
    c.Open();
    OracleCommand cmd = new OracleCommand();
    cmd.CommandText = "Select * from CATEGORY_TABLE";
    cmd.CommandType = CommandType.Text;
    cmd.Connection = c;
    OracleDataReader dr = cmd.ExecuteReader();
    while (dr.Read())
    Console.WriteLine(dr[0].ToString() + " " + dr[1].ToString());
    dr.Dispose();
    cmd.Dispose();
    c.Dispose();
    Console.ReadLine();
    at line c.Open(); appear runtime error : ORA-604 Error occurred at recursive SQL level 1
    How to solve it?

    Your issue is not SQL and PL/SQL so much as .NET so I would suggest you ask the question in the "Windows and .NET" forum.
    But a couple of thoughts:
    1. Your database is undoubtedly not at "HOST=192.168.1.1"
    This IP address is generally the address of the router not the server.
    2. Why would you install an unpatched version of software so old it is in desupport mode and then try to work with it using a current
    version of a Microsoft product? Would you be comfortable installing a 10 year old version of a Microsoft product and expect it to
    work well with Oracle 11gR1?

  • Oracle 10g express, Windows Vista and Visual Studio 2005

    Hello,
    I have Oracel 10g express and Visual Studio 2005 professional, all installed on Windows Vista and working fine.
    I want to use the .net tools but I have had problems to install the wright version for this environment. Has anybody have this same configuration working? What are the downloads I need to have and the steps to have the .net oracle tools working ?

    It can be done:
    1) Download and install XE. Don't download the special "ODT for XE"
    2) Download and install ODAC 11g with ODT into a different directory than XE
    3) Copy over the TNSNAMES.ORA from the XE install into the new Oracle home.

  • Windows 7 Enterprise with Visual Studio 2008 and 32 bit ODBC access

    I have a 32 bit ODBC used to access Progress databases. We have to use the 32 bit driver.   My development had been run on XP in the past with no issues.  I have moved to a Windows 7 Enterprise workstation currently and cannot access
    through my app. The ODBC was installed as 32 bit through the SysWow64\odbcca32.exe with no issues.  I have tried to run my app with the x86 option but it still does not see the ODBC.  I went in and created a fake ODBC in the 64 bit interface
    and the app did see that ODBC so the app is running in 64 bit mode.  How can I force this app to run as 32 bit on my machine?  Thanks in advance. 

    Hi,
    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses the usage issue of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    For your issue how to force the app to run as 32bit, if you are working with Windows Forms app. please consult on Windows Forms Forum:http://social.msdn.microsoft.com/Forums/windows/en-US/home?category=windowsforms
    If you are working with WPF app, please consult on WPF forum:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=wpf
    If you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    If the app is a C++ win32 app, please consult on Visual C++ forum:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vcgeneral
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Oracle 11 g connection with asp dot net in visual studio 2008

    Hi to all,
                  My application is using oracle 11 g as database in an asp dot net project . this was basically a project in asp dot net with sql server as a database . but now this need oracle 11 g as database . I have complete the db work, but i m getting the connection problem in visual studio (2008) with oracle 11 g .
    I know for this it need a driver oracle.data.access  ,, i do nt know which version it need ?
    I have this dll . but version of it may be  earlier. thats why it is not working properly
    i have 11 g installed on the server computer , and we can only use it only on browser , I have a global.asax as a file in my dot net project in which connection string is written but i m getting error , something like ora10cc .
    first i do not know , which odac version i have to download i have  a link for this ,
    http://www.oracle.com/technetwork/database/windows/downloads/index-101290.html
    but which version exactly , this page is so confusing, for oracle 11 g, and visual studio 2008 which version will be perfect
    and then where the dll will be there. after getting  the setup, Is  i need to install that setup?
    one more confusion , where i have to install that odac , on my computer system . or on the server side system , I just need that dll file ,,
    One more thing , Is there any error in my connection string ,,
    my connection is as  follows
    "Persist Security Info=False; User ID= system; Initial Catalog=LabTrack;Server=Comp-34;Data Source=192.168.1.61\oracle11g;Password=abcd1234; DBA Privilege=normal;"
    192.168.1.61 is ip addres of system, where my oracle 11 g is install ,
    and comp-32 is my user name
    labtrack is my db  name
    Is there any need of provider name ?
    sumbody pls help me
    i m getting problem in at from 3 days
    If u can then contact me , on [email protected] , otherwise reply me here
    thanks in advance
    regards Nimish Goel

    The file at the top of that link should work fine with Oracle 11g.
    I would start trying to get the client to work outside of Visual Studio, first.  That way you can localize your issues.
    Once you get the Oracle client connected to the Oracle server, then uou can start working on Visual Studio.
    As for where to install it, I'd say start with your computer.  I'm not sure how you do your development, but that would probably be a good place to start.
    You may want a different download for the web server as I assume you wouldn't need the special Visual Studio tools on it.  But yes, it will need whichever Oracle provider you choose installed on it as well.

  • Slow first connection using Oracle 10g xe and Visual Studio 2008

    {noformat}
    Good day,
    I'm slightly unaccustomed to using forums, so bear with me.
    My initial connection to the Oracle database takes approximately 30 seconds. It seems to be waiting for a connection before timing out and trying another connection which works, as all subsequent connections work immediately. I'm unsure how other people's responses in forums can help me due to the plethora of configurations, so here's mine. My comprehension of the oracle world is still growing, you'll have to explain the terms you're using for me, Hoping you can help.
    I'm using Visual Studio 2008, set to use 32 bit debug mode, on a Windows 7 Pro platform. Also using Oracle 10g Xe, and have installed the 32 bit version of ODAC 11.2 (11.2.0.1) to aid making a connection from Visual Studio to Oracle.
    I have a database set up and a user with system admin rights. This is all local for a programming project and will never see the light of day outside of my personal machine.
    I am using code to connect, not the GUI. I wish to code this project completely without the aid of the GUI. so my connection string within Visual Studio C# is (pw/id hidden)...
    string xe = "Data Source=xe;User Id=xxxxx;Password=xxxxx;";
    OracleConnection conn = new OracleConnection(xe);
    My c:\devsuitehome\network\admin\sqlnet.ora file is this:
    # sqlnet.ora Network Configuration File: C:\DevSuiteHome\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, EZCONNECT, ONAMES, HOSTNAME)
    And my c:\devsuitehome\network\admin\TNSNames.ora file is this:
    tnsnames.ora Network Configuration File: C:\DevSuiteHome\network\admin\tnsnames.ora
    Generated by Oracle configuration tools.
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = xe)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <machine name)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
    Just for good measure, my tnsping xe shows:
    "Used paramter files:<br/>
    c:\devsuitehome\network\admin\sqlnet.ora<br/><br/>
    Used TNSNAMES adapter to resolve the alias<br/>
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)))(CONNECT_DATA = (SERVICE_NAME = xe)))
    OK (0 msec)"
    So, how can I make that initial connection faster so I don't spend 15 years testing my application due to slow start-ups? :)
    Thank you.
    Kevin.
    {noformat}
    Edited by: 832285 on Jan 29, 2011 10:08 AM
    Edited by: 832285 on Jan 29, 2011 10:10 AM

    I have formatted my hard drive since my first post. I was running window 64 bit with a higher version of the ODAC and that proved to crash my machine with faulty error messages about memory. I have reverted to a previous version of the ODAC tools and everything works very smooth now. Still the connection time is consistently 20 seconds or longer on the first attempt.
    Just a little more information.. I am currently taking a college course with 15 other students, as you can tell by the impersonal machine name, where programming using visual studio 2008, and Oracle 10g xe is expected. All of us are using a 64 bit environment and we all have difficulties cutting down the load time of making the first connection to Oracle. Some people are longer making the connection, but none are shorter.
    One other note. After the first connection is made, taking 20 or more seconds, and is closed, all subsequent openings of the connection are instantaneous, for all of us.
    If there is ANYTHING more I can get for you, please let me know. With my environment stable as it is, I will not need to format or change any information for the foreseeable future.
    Here is the information you requested
    1 The connection method I am using, I have chosen the manual connection for you, however the delay exists if the connection is made through the GUI as well.
    Historically, I am getting slow connection speeds through adding the connection through the GUI or by a manual connection. Here is how I am doing it manually. I have the connection being created in 20 seconds, which is the best I can get.
    Imports Oracle.DataAccess.Client
    Also included project reference: oracle.dataaccess / version 2.111.6.20
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim connString As String = "Data Source=XE;User Id=abc;Password=abc;"
            Dim con As OracleConnection = New OracleConnection()
            con.ConnectionString = connString
            Try
                con.Open()
                MessageBox.Show("Connected!")
                con.Close()
                con.Dispose()
            Catch ex As Exception
                MessageBox.Show(ex.Message)
            End Try
        End SubMy current TNS Ping results
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-FEB-2011 01:02:36
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
    OK (0 msec)2 Connection to SQL plus is instantaneous.
    I fought for weeks about the ODAC version 11.2.0.1 that you see in the previous post, and that would be a whole new thread. Suffice it to say I have a reliable environment to program in with this 10.2.0.1.0 version that I am running now, and the connection time has not changed, it is still minimum 20 seconds load time, sometimes up to 25.
    3 Ram usage in my typical environment
    I am running this laptop with 4 gigs of ram. This is a typical environment I would be running my application in.
    Physical memory
    total 4090
    cached 1753
    available 2345
    free 656
    system
    handles 27141
    threads 911
    processes 70
    commit megs 2860/8179
    kernel memory megs
    paged 201
    nonpaged 52
    4 I formatted my machine and reinstalled the Windows 7 professional operating system as of a few nights ago. The Oracle software on my machine is
    Oracle Database 10g express edition
    ODAC 11.1.0
    I amm not sure what filename you would need in addition to the product names that I have installed.
    5 The information from the SET command is
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\stepheke\AppData\Roaming
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    COMPUTERNAME=STEKEV0908
    ComSpec=C:\Windows\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\stepheke
    LOCALAPPDATA=C:\Users\stepheke\AppData\Local
    LOGONSERVER=\\STEKEV0908
    NUMBER_OF_PROCESSORS=2
    oracle_sid=xe
    OS=Windows_NT
    Path=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Oracleapp\stepheke\product\11.1.0\client_1;C:\Oracleapp\stepheke\product\11.1.0\client_1\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Windows Live\Shared
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    PROMPT=$P$G
    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\stepheke\AppData\Local\Temp
    TMP=C:\Users\stepheke\AppData\Local\Temp
    USERDOMAIN=stekev0908
    USERNAME=stepheke
    USERPROFILE=C:\Users\stepheke
    VS90COMNTOOLS=c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\
    windir=C:\Windows

  • Connecting Visual Studio 2008 to Team Foundation Server 2012/2013

    I currently have many projects in VS 2008.  
    We are able to build and deliver all of the products to the production servers.
    I want to connect VS2008 to VisualStudio.com so I can create an environment for Beta Testing with VisualStudio.com and Azure.
    I have started from scratch:
    Build a VMWare Virtual Machine - Windows 7 Ultimate
    Added all of the Windows Updates
    I installed Visual Studio 2008 - Professional
    I updated Visual Studio 2008 to SP1
    I have installed VS2008 Team Explorer
    Unable to install GDR2 - with message "Visual Studio Team System 2008 Database Edition GDR does not apply, or is blocked by another condition on your system. '
    I attempted to follow the "more information" instructions but there were no previous version to uninstall.
    I attempted to login to Team Foundation Server (https://nnnnnn.visualstudio.com/DefaultCollection) and receive the "TF31002: Unable to connect to ....
    I am able to login to the visualstudio.com site without any issue. 
    I have been working on this for days and no matter what I have read and tried, I cannot seem to get past this point.  
    I tried using a laptop I have and did the same steps as above with the same results.  
    It is obvious I am missing a step or that this process is longer possible.
    Anyone have any suggestions?
    Is there a "support" number that might help me resolve this?  

    Hi Zanyfrong,     
    Thanks for your post.
    To using VS 2008 connect to TFS 2012/2013 or VSO, please install components follow the below order:
    Visual Studio 2008
    Visual Studio 2008 SP1
    Team Explorer 2010
    Visual Studio 2010 SP1
    Visual Studio 2010  GDR
    Microsoft MSSCCI Provider for Visual Studio 2010
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • ITunes update error 7 (windows error 1114) on Windows Vista Home Premium SP2

    I have been trying to update iTunes for the past month. I admit that I had not been keeping up with the updates for about a year but now that I want to update it, I am getting an error.
    Computer: hp Pavilion dv6700 Notebook PC, Intel Core2 CPU T8100 at 2.10 GHz
    OS: Windows Vista Home Premium, Service Pack 2
    iTunes update error 7 (Windows error 1114)
    error message from Windows:
    Runtime Error!
    Program: C:\Program Files\iTunes\iTunes.exe
    R6034 Application has made an attempt to load the C Runtime Library incorrectly. Please contact applications support (that is Apples iTunes) team for information.
    I am also getting C Runtime Library error message about once a day since I tried to update iTunes.
    What do I do?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • ODAC with Oracle 10g and Visual Studio 2008

    Hello-
    Is the an ODAC version supporting Oracle 10g with tools for Visual Studio 2008? I've installed the ODAC 11.2 version for VS 2008, however the Oracle data source connection does not display for the Data Entity Model, only the usual SQL Server connections.
    Thank you in advance!

    Hello again-
    First off, thank you for prompt reply. After poring over some of the postings, I'm gaining an understanding of when ODAC and the Entity Designer marriage came together and your answer solidified it.
    My situation is I've developed an ODATA service with VS2010, Oracle 11g and ODTwithODAC112030 and everything works fine. I then deploy the service to the company's Windows 2003 server using Oracle 10g. I've also went ahead an installed the ODTwithODAC112030 on the server and copied the tnsnames.ora file into the oracle client's directory associated with the ODAC installation. When I query the Oracle database's metadata in IE, e.g. http://localhost:8050/DataMgmt/$metadata, a listing is displayed as expected; however, when I query a particlar database table listed in the metadata, an error is returned that the request could not be processed. Any ideas?
    Thank you.

  • Windows Vista Home Prem SP1, iTunes 76, after install, refuses to launch

    I have just resinstalled Windows Vista Home Premium to a 1 yr old Acer 5610 laptop.
    Installed Vista SP1.
    Downloaded and installed latest (v7.6.something) iTunes and let it do the full, all apple media installation. It seemed OK, showed his music, let us reactivate the computer and loginto iTunes store.
    But now, one day later, when he starts computer, it refuses to lauch when iTUnes is clicked. just acts as if nothing was happening.
    So tried to uninstall iTUness and planned to do a reinstall, but now the uninstall has been running 30 minutes and seems to be doing nothing.
    Any thoughts on what is going on here?
    Should I force the uninstall by using a 3rd party Uninstaller tool?
    Should I download iTunes + Quicktime separately as EXE and run the installer again (I have downloaded it (57MB) to my Mac and plan to take it over to the Vista laptop on Monday when i am there again).
    Any other thoughts on why it worked once after the install and now has gone silent?
    thanks!

    Well that's weird that it quit working. Was that the first time the PC had been restarted since a lot of stuff got installed?
    The uninstall shouldn't take more than a min or so.
    Use the Microsoft Installer Cleanup Tool:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;290301
    Norton or other security software can cause that, there are several other reasons too...

  • Installation of Oracle 10g XE in Windows Vista home premium

    Hi,
    I tried to install oracle 10g XE(express edition) in my laptop which has Windows Vista home premium 32 bit.But when i start database it is showing me error
    C:\oracleexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    System error 5 has occured
    Access is denied
    C:\oracleexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    System error 5 has occured
    Access is denied
    CAn anyone please help me out with this issue.

    I didn't realize Vista Home Premium wasn't supported, so I went ahead and installed Oracle 10g R2 standard edition and then personal edition on 64-bit Vista Home Premium. The only problem I've had is that the DB Console doesn't work, which is why I came to this forum and thread. All I get is a blank page with a few chicken scratches, but everything else has been working so far. I've had to revert to command line SQL Plus, and I just imported a couple million rows from an export done on a Solaris server, so go figure. Obviously I'm not using it for a production database, but for my purposes so far it's done OK.

  • Install Oracle 9i on Windows Vista Home Premium

    I have a problem Installing Oracle 9i on Windows Vista Home Premium, I cant install it because it throws me an error message saying that is incompatible with my version of Windows. It is possible to install it with some patch or something??
    Message was edited by:
    user599646

    The only patch I know of is called Windows XP.
    In case you have not done any internet searches on this, even Oracle Database 10g was not compatible with Vista until Oracle applied some heavy patches and re-released it.
    And since Oracle9i is officially deprecated (nearest thing to obsolete as to make no difference) I see no reason for Oracle to backport the patches.

  • Not able to install Oracle 10g on Windows Vista Home Premium

    Hi All.
    I bought new Laptop preinstalled with Windows vista Home premium. I tried to install Oracle 10g , but it failed.
    Error: Oracle 10g doesn't support vista sp5. Should be less than sp5.
    Can anybody suggest me, which version of Oracle supports Windows Vista HomePremium?

    hi ,
    please follow up the below link,
    oracle 10g r1 is not supported for vista , but you can put the vista in the xp compatible mode , and then install it...
    http://www.psoug.org/reference/vista.html
    regards,
    Mohammed Mehraj Hussain

  • Unable to Install Oracle OBIEE(v. 10.1.3.4.1) on Windows Vista Home Premium

    Hi,
    I tried to do the OBIEE(v. 10.1.3.4.1) installtion 6-7 times on Sony Vaio Laptop with Windows Vista Home Premium 32 Bit, till date I am not able to install OBIEE. It goes till last moment of the installation and stops.
    I have a jdk1.6.0_16 installed, Microsoft.NET\Framework\v2.0.50727 installed and Oracle 10g for Windows Vista. I have also added the PATH of JDK in My Computer Environmental variables.
    After each unsuccessfull installation I went to C:\OracleBI\log\install.log and found below error log. I am copying some last line where ERROR occured
    (Oct 6, 2009 3:47:26 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, uninstalling Create Directory (SATempDirActionBean)
    (Oct 6, 2009 3:47:26 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, uninstalling Create Directory (SADataDirActionBean)
    (Oct 6, 2009 3:47:27 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, uninstalling Environment Variable Update (SetPATH)
    (Oct 6, 2009 3:47:31 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, uninstalling Windows Registry Update Custom (RegWindowsProductIconActionBean)
    (Oct 6, 2009 3:47:31 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, uninstalling Files (WindowsProductIconFileBean)
    (Oct 6, 2009 3:47:31 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, uninstalling Exec Action Custom (UpgradeJarbackup80ExecAction)
    (Oct 6, 2009 3:47:31 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, uninstalling Create Directory (bean64)
    (Oct 6, 2009 3:47:31 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, uninstalling Files (UpgradeFilesBean)
    (Oct 6, 2009 3:47:32 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows XP" version="5.1" arch="x86"
    (Oct 6, 2009 3:47:32 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="." arch="."
    (Oct 6, 2009 3:47:33 AM), Install.product.install, com.installshield.wizardx.ascii.ModifyFile, msg2, ASCII file C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\WEB-INF\xmlp-server-config.xml does not exist and will be created.
    (Oct 6, 2009 3:47:33 AM), Install.product.install, com.installshield.wizardx.ascii.ModifyFile, msg2, ASCII file C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\WEB-INF\server-config.wsdd does not exist and will be created.
    (Oct 6, 2009 3:47:33 AM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: CreateProcess: C:\OracleBI\server\Bin\installperfsas.bat error=3
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: CreateProcess: C:\OracleBI\server\Bin\installperfsas.bat error=3
    at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
    at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
    at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
    at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
    at java.lang.Thread.run(Unknown Source)
    (Oct 6, 2009 3:47:34 AM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: CreateProcess: C:\OracleBI\web\bin\installperfsaw.bat error=3
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: CreateProcess: C:\OracleBI\web\bin\installperfsaw.bat error=3
    at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
    at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
    at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
    at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
    at java.lang.Thread.run(Unknown Source)
    (Oct 6, 2009 3:47:34 AM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: CreateProcess: C:\OracleBI\oc4j_bi\bin\oc4j.cmd -start error=3
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: CreateProcess: C:\OracleBI\oc4j_bi\bin\oc4j.cmd -start error=3
    at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
    at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
    at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
    at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
    at java.lang.Thread.run(Unknown Source)
    Any HELP is appretiated.
    Thanks
    Raj

    Raj,
    I installed OBIEE 10.1.3.4 version on my Windows Vista Home Premium successfully and working fine. while installing it asked to install JDK 1.4 or higher and got it working
    I hope you went to Sever folder to execute the setup exe file there.
    There are 3 folders after downloadig the product, I went to Server folder and clicked on Setup.exe there and got it working.
    I am not sure why you were not able to, let me find any helpful information and will keep you updated.
    Good luck.
    --Skat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Address Lookup in External LDAP

    I did changes in my $OH/j2ee/OC4J_UM/config/oc4j.properties file in order to Lookup in a external LDAP: toolkit.ldap.dir.1.label=Contacts toolkit.ldap.dir.1.url=ldap://OtherLinuxHost.mydomain.com:389 toolkit.ldap.dir.1.searchbase=ou=Contacts,dc=mydom

  • Sound dies in new flash.

    Ever since the upgrade to Flash 11, sound will randomly die while watching flash videos like Youtube or livestreams.  In Youtube's case the video itself will just stop playing until told to start again.  An uninstall and reinstall fixed nothing.  I'm

  • Unsubscribe from My Nokia

    I want to unsubscribe from My Nokia. Each time I click on unsubscribing, a message pops up "Unsubscribe from My Nokia mobile communications?". I click on Accept, message comes "Unfortunately your unsubscribe message could not be sent. See My Nokia in

  • Slideshow order of photos

    Creating a slideshow of an album using the create button, the photos do not show in the order of the album. I would like the order of photos to stay in the original order.

  • Beta Camera Profiles installation problem

    I downloaded Camera Raw 4.5 Plug in, which is needed for the beta Camera Profiles installation. CR 4.5 is definitely in the right place and working fine. According to Adobe FAQ, beta Camera Profiles belong in the Adobe folder in Camera Raw. I copy he