OO4O - cannot d/l

So that we may better diagnose DOWNLOAD problems, please provide the following information.
- Server name: http://otn.oracle.com/software/tech/windows/ole/htdocs/utilsoft.htm
- Filename http://download.oracle.com/otn/other/ole-oo4o/OO4O92045.exe
- Date/Time: 10/29 noon - 1:20 p.m.
- Browser + Version: IE5.5
- O/S + Version: Windows2000
- Error Msg: "Internet Explorer cannot download .... A connection with the server could not be established."
When I try to right-click to save OO4092045.exe, the download window timesout spawning an error message window with test as quoted above.
Where can I obtain Oracle Objects for OLE? This would be for internal use only.

John -
try
http://download-east.oracle.com/otn/other/ole-oo4o/OO4O92045.exe
or
http://download-west.oracle.com/otn/other/ole-oo4o/OO4O92045.exe
Hope it works.

Similar Messages

  • Using ASP with oo4o - cannot open database

    I was using ODBC - ADODB in some ASP pages to interact with an Oracle DB (8.17). Everything works fine but large queries get very slow.
    I was trying to move to Oracle oo4o but I cannot connect to the DB.
    Here's the code (pretty basic)...
    Dim OO4OServer, OO4ODB
    Set OO4OServer = CreateObject("OracleInProcServer.XOraServer")
    Set OO4ODB = OO4OServer.OpenDatabase("Applix", "Applix_View/view", 0)
    SQL = "SELECT first_name,last_name,ext FROM hd_contact where contact_id=" & BadgeNo
    Set RS = OO4ODB.CreateDynaset(SQL , ORADYN_NOCACHE)
    It fails on the OpenDatabase statement:
    Microsoft VBScript runtime (0x800A000D)
    Type mismatch: 'OpenDatabase'
    Any ideas?

    user6732738 wrote:
    hi, i'm trying to do an small program, where i'm connecting to the DB, using JDBC driver for sql server 2008. This is my connection code:
    try{
    Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
    parametros = "jdbc:sqlserver://localhost:1433;databaseName=java;integratedSecurity=true;";
    con = DriverManager.getConnection(parametros);
    msg.showMessageDialog(this,"Connection to DB OK","information",1);
    }catch(SQLException e){
    mensaje.showMessageDialog(this,e.getMessage(),"Sql Error",0);
    System.out.println(e.getMessage());
    }catch(ClassNotFoundException e2){
    msg.showMessageDialog(this,e2.getMessage(),"Sql Error",0);
    This is the error message i get: Cannot open database java requested by the login. The login failed
    If i change my database "java" to "master", I can make a successfull connection. I don't want to use a user and password on my java code, instead i want to use integrated security. How can i fix this?Did you load the library required for integrated security as described in the Microsoft SQL Server JDBC driver documentation?

  • Dynaset cannot be created in Windows client if you bypass onames/tnsnames

    Overview: We were having a problem with slow (60 seconds) login times from our OO4O application using onames. SQL*Plus was just as slow to process a login. Using a TNSNAMES.ORA file caused the login to be almost immediate, but the solution was not acceptable in our environment, so we tried placing all of the login information (that would normally be in TNSNAMES) in the host string. That resulted in a new problem.
    The problem: A login with the complete connect string specified in the host string seems to produce a restricted session. From the session, I can call a stored procedure, but cannot create a dynaset! Using the exact same parameters in TNSNAMES and the abbreviated host string, I can connect and create a dynaset (but with the 60 second delay).
    The code:
    BSTR bstrHost =
    L�(DESCRIPTION=(ADDRESS_LIST=�
    L�(ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)"
    L"(Host=oursys)(Port=1529))�
    L�)(CONNECT_DATA=(SID=oursys)))";
    m_pOraDatabase = m_pOraSession->GetOpenDatabase(
    bstrHost, L�sysuser/syspass�, 0L );
    if ( m_pOraDatabase == NULL )
    return FALSE;
    oDynaset = m_pOraDatabase->GetCreateDynaset(
    L"Select * from dual", 0);
    The Failure: The m_pOraDatabase object seems to have been created OK. We can use the m_pOraDatabase object to call a stored procedure, for example. However, an exception (not a _com_errror) is generated if we try to use the m_pOraDatabase pointer to create a dynaset as illustrated in the code above.
    The failure only occurs if we supply the complete host information in bstrHost. If we specify the short host name (�oursys�) forcing the lookup in onames or tnsnames, the dynaset is created normally.
    Does anybody know why we cannot create a dynaset when the host information is all provided in the host string, and how to get around it?
    Thanks in advance
    Jerry

    Thanks for taking a look at this.
    The default domain in sqlnet.ora is world.
    Since my last post, I have learned that the 'community' parameter is deprecated. I am not surprised to find a parser somewhere that bombs out looking at it. That is probably the root of the problem, as you indicated. Anyway, we are moving ahead with the workaround in place.
    Thanks again
    Jerry

  • Cannot find OracleInProcServer.dll in the 64 bit Oracle 11g r2

    We have been using OracleInProcServer.dll in our applications to access oracle spatial features. However, with the new 64 bit oracle 11g r2, I cannot find the OracleInProcServer.dll file.
    I have tried to use the old OracleInProcServer.dll (32 bit from oracle 11g r1 32 bit), it got the message: "The 'MSDAORA' provider is not registered on the local machine"
    Any help on this is greatly appreciated.

    Hi,
    MSDAORA is Microsoft's OLEDB Provider for Oracle, not OracleInProcServer (which is Oracle Objects for OLE - OO4O).
    In either case though, the answer is the same for both products (which are unrelated btw). Both Microsoft's OLEDB provider, and Oracle Objects for OLE, are not available as 64 bit. If you need to use them on a 64 bit OS, you'll need to run the process as 32 bit and install 32 bit Oracle client software.
    You may want to consider eventually porting the app over to ODP.NET, which can take advantage of Spatial via the UDT support.
    Hope it helps,
    Greg
    Edited by: gdarling on Jul 6, 2010 10:14 AM
    Also, fyi, the OO4O forum is located at OO4O and Wizards [ARCHIVE]

  • ORACLE OBJECTS FOR OLE(OO4O) PERFORMANCE TUNING

    제품 : ORACLE SERVER
    작성날짜 : 1997-10-10
    ODBC의 경우는 Block단위로 data를 Query하는데 비해 OLE의 경우는 한번에 전체
    의 자료를 가져다가 Temporary storage space에 넣게 됩니다.
    그래서 튜닝을 위해서는
    Windows 3.1의 경우는 c:/windows/oraole.ini
    WIN95의 경우는 HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OO4O
    parameters를 수정해야 합니다.
    만일 위의 File이 없는 경우는 모든 변수가 Default로 설정된 경우이므로 인스톨
    된 Help를 자세히 읽어보고 적용을 해야합니다.
    FetchLimit이 가장 큰 영향을 끼치는 파라미터로, 일반적으로 이 값이 클수록
    속도가 빨라지게 됩니다. 다음은 관련 자료입니다.
    Tuning and Customization
    A number of working parameters of Oracle Objects for OLE can be
    customized. Access to these parameters is provided through the Oracle
    initialization file, by default named ORAOLE.INI.
    Each entry currently available in that file is described below. The location
    of the ORAOLE.INI file is specified by the ORAOLE environment variable.
    Note that this variable should specify a full pathname to the Oracle
    initialization file, which is not necessarily named ORAOLE.INI. If this
    environment variable is not set, or does not specify a valid file entry, then
    Oracle Objects for OLE looks for a file named ORAOLE.INI in the Windows
    directory. If this file does not exist, all of the default values
    listed will apply.
    You can customize the following sections of the ORAOLE.INI file:
    [Cache Parameters]
    A cache consisting of temporary data files is created to manage amounts
    of data too large to be maintained exclusively in memory. This cache
    is needed primarily for dynaset objects, where, for example, a single
    LONG RAW column can contain more data than exists in physical
    (and virtual) emory.
    The default values have been chosen for simple test cases, running on a machine
    with limited Windows resources. Tuning with respect to your machine and
    applications is recommended.
    Note that the values specified below are for a single cache, and that a separate
    cache is allocated for each object that requires one. For example, if
    your application contains three dynaset objects, three independent data
    caches are constructed, each using resources as described below.
    SliceSize = 256 (default)
    This entry specifies the minimum number of bytes used to store a piece
    of data in the cache. Items smaller than this value are allocated the
    full SliceSize bytes for storage; items larger than this value are
    allocated an integral multiple of this space value. An example of an
    item to be stored is a field value of a dynaset.
    PerBlock = 16 (default)
    This entry specifies the number of Slices (described in the preceding
    entry) that are stored in a single block. A block is the minimum unit
    of memory or disk allocation used within the cache. Blocks are read
    from and written to the disk cache temporary file in their entirety. Assuming a SliceSize of 256 and a PerBlock value of 16, then the block
    size is 256 * 16 = 4096 bytes.
    CacheBlocks = 20 (default)
    This entry specifies the maximum number of blocks held in memory at any
    one time. As data is added to the cache, the number of used blocks
    grows until the value of CacheBlocks is reached. Previous blocks are
    swapped from memory to the cache temporary disk file to make room for
    more blocks. The blocks are swapped based upon recent usage. The total
    amount of memory used by the cache is calculated as the product of
    (SliceSize * PerBlock * CacheBlocks).
    Recommended Values: You may need to experiment to find optimal cache parameter
    values for your applications and machine environment. Here are some guidelines
    to keep in mind when selecting different values:
    The larger the (SliceSize * PerBlock) value, the more disk I/O is
    required for swapping individual blocks. The smaller the (SliceSize * PerBlock) value, the
    more likely it is that blocks will need to be swapped to or from disk.
    The larger the CacheBlocks value, the more memory is required, but the
    less likely it is that Swapping will be required.
    A reasonable experiment for determining optimal performance might
    proceed as follows:
    Keep the SliceSize >= 128 and vary PerBlock to give a range of block
    sizes from 1K through 8K.
    Vary the CacheBlocks value based upon available memory. Set it high
    enough to avoid disk I/O, but not so high that Windows begins swapping
    memory to disk.
    Gradually decrease the CacheBlocks value until performance degrades or
    you are satisfied with the memory usage. If performance drops off,
    increase the CacheBlocks value once again as needed to restore
    performance.
    [Fetch Parameters]
    FetchLimit = 20 (default)
    This entry specifies the number of elements of the array into which data
    is fetched from Oracle. If you change this value, all fetched values
    are immediately placed into the cache, and all data is retrieved from
    the cache. Therefore, you should create cache parameters such that all
    of the data in the fetch arrays can fit into cache memory. Otherwise,
    inefficiencies may result.
    Increasing the FetchLimit value reduces the number of fetches (calls
    to the database) calls and possibly the amount of network traffic.
    However, with each fetch, more rows must be processed before user
    operations can be performed. Increasing the FetchLimit increases
    memory requirements as well.
    FetchSize = 4096 (default)
    This entry specifies the size, in bytes, of the buffer (string) used for
    retrieved data. This buffer is used whenever a long or long raw column
    is initially retrieved.
    [General]
    TempFileDirectory = [Path]
    This entry provides one method for specifying disk drive and directory
    location for the temporary cache files. The files are created in the
    first legal directory path given by:
    1.The drive and directory specified by the TMP environment variable
    (this method takes precedence over all others);
    2.The drive and directory specified by this entry (TempFileDirectory)
    in the [general] section of the ORAOLE.INI file;
    3.The drive and directory specified by the TEMP environment variable; or
    4.The current working drive and directory.
    HelpFile = [Path and File Name]
    This entry specifies the full path (drive/path/filename) of the Oracle Objects
    for OLE help file as needed by the Oracle Data Control. If this entry cannot
    be located, the file ORACLEO.HLP is assumed to be in the directory where
    ORADC.VBX is located
    (normally \WINDOWS\SYSTEM).

    제품 : ORACLE SERVER
    작성날짜 : 1997-10-10
    ODBC의 경우는 Block단위로 data를 Query하는데 비해 OLE의 경우는 한번에 전체
    의 자료를 가져다가 Temporary storage space에 넣게 됩니다.
    그래서 튜닝을 위해서는
    Windows 3.1의 경우는 c:/windows/oraole.ini
    WIN95의 경우는 HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OO4O
    parameters를 수정해야 합니다.
    만일 위의 File이 없는 경우는 모든 변수가 Default로 설정된 경우이므로 인스톨
    된 Help를 자세히 읽어보고 적용을 해야합니다.
    FetchLimit이 가장 큰 영향을 끼치는 파라미터로, 일반적으로 이 값이 클수록
    속도가 빨라지게 됩니다. 다음은 관련 자료입니다.
    Tuning and Customization
    A number of working parameters of Oracle Objects for OLE can be
    customized. Access to these parameters is provided through the Oracle
    initialization file, by default named ORAOLE.INI.
    Each entry currently available in that file is described below. The location
    of the ORAOLE.INI file is specified by the ORAOLE environment variable.
    Note that this variable should specify a full pathname to the Oracle
    initialization file, which is not necessarily named ORAOLE.INI. If this
    environment variable is not set, or does not specify a valid file entry, then
    Oracle Objects for OLE looks for a file named ORAOLE.INI in the Windows
    directory. If this file does not exist, all of the default values
    listed will apply.
    You can customize the following sections of the ORAOLE.INI file:
    [Cache Parameters]
    A cache consisting of temporary data files is created to manage amounts
    of data too large to be maintained exclusively in memory. This cache
    is needed primarily for dynaset objects, where, for example, a single
    LONG RAW column can contain more data than exists in physical
    (and virtual) emory.
    The default values have been chosen for simple test cases, running on a machine
    with limited Windows resources. Tuning with respect to your machine and
    applications is recommended.
    Note that the values specified below are for a single cache, and that a separate
    cache is allocated for each object that requires one. For example, if
    your application contains three dynaset objects, three independent data
    caches are constructed, each using resources as described below.
    SliceSize = 256 (default)
    This entry specifies the minimum number of bytes used to store a piece
    of data in the cache. Items smaller than this value are allocated the
    full SliceSize bytes for storage; items larger than this value are
    allocated an integral multiple of this space value. An example of an
    item to be stored is a field value of a dynaset.
    PerBlock = 16 (default)
    This entry specifies the number of Slices (described in the preceding
    entry) that are stored in a single block. A block is the minimum unit
    of memory or disk allocation used within the cache. Blocks are read
    from and written to the disk cache temporary file in their entirety. Assuming a SliceSize of 256 and a PerBlock value of 16, then the block
    size is 256 * 16 = 4096 bytes.
    CacheBlocks = 20 (default)
    This entry specifies the maximum number of blocks held in memory at any
    one time. As data is added to the cache, the number of used blocks
    grows until the value of CacheBlocks is reached. Previous blocks are
    swapped from memory to the cache temporary disk file to make room for
    more blocks. The blocks are swapped based upon recent usage. The total
    amount of memory used by the cache is calculated as the product of
    (SliceSize * PerBlock * CacheBlocks).
    Recommended Values: You may need to experiment to find optimal cache parameter
    values for your applications and machine environment. Here are some guidelines
    to keep in mind when selecting different values:
    The larger the (SliceSize * PerBlock) value, the more disk I/O is
    required for swapping individual blocks. The smaller the (SliceSize * PerBlock) value, the
    more likely it is that blocks will need to be swapped to or from disk.
    The larger the CacheBlocks value, the more memory is required, but the
    less likely it is that Swapping will be required.
    A reasonable experiment for determining optimal performance might
    proceed as follows:
    Keep the SliceSize >= 128 and vary PerBlock to give a range of block
    sizes from 1K through 8K.
    Vary the CacheBlocks value based upon available memory. Set it high
    enough to avoid disk I/O, but not so high that Windows begins swapping
    memory to disk.
    Gradually decrease the CacheBlocks value until performance degrades or
    you are satisfied with the memory usage. If performance drops off,
    increase the CacheBlocks value once again as needed to restore
    performance.
    [Fetch Parameters]
    FetchLimit = 20 (default)
    This entry specifies the number of elements of the array into which data
    is fetched from Oracle. If you change this value, all fetched values
    are immediately placed into the cache, and all data is retrieved from
    the cache. Therefore, you should create cache parameters such that all
    of the data in the fetch arrays can fit into cache memory. Otherwise,
    inefficiencies may result.
    Increasing the FetchLimit value reduces the number of fetches (calls
    to the database) calls and possibly the amount of network traffic.
    However, with each fetch, more rows must be processed before user
    operations can be performed. Increasing the FetchLimit increases
    memory requirements as well.
    FetchSize = 4096 (default)
    This entry specifies the size, in bytes, of the buffer (string) used for
    retrieved data. This buffer is used whenever a long or long raw column
    is initially retrieved.
    [General]
    TempFileDirectory = [Path]
    This entry provides one method for specifying disk drive and directory
    location for the temporary cache files. The files are created in the
    first legal directory path given by:
    1.The drive and directory specified by the TMP environment variable
    (this method takes precedence over all others);
    2.The drive and directory specified by this entry (TempFileDirectory)
    in the [general] section of the ORAOLE.INI file;
    3.The drive and directory specified by the TEMP environment variable; or
    4.The current working drive and directory.
    HelpFile = [Path and File Name]
    This entry specifies the full path (drive/path/filename) of the Oracle Objects
    for OLE help file as needed by the Oracle Data Control. If this entry cannot
    be located, the file ORACLEO.HLP is assumed to be in the directory where
    ORADC.VBX is located
    (normally \WINDOWS\SYSTEM).

  • TNS Error : ORA-12154 unsing oo4o with VB

    In VB6, using oo4o(Oracle InProc Server),
    whin I run debuging mode with VB6 App, result is successfull.
    But, compile this application, and execute EXE module,
    error occur 'Cannot resolve TNS Name (ORA-12154)'.

    Just make sure that the executable is not started from a directory path containing brackets (e.g. "C:\Program Files (x86)\MyApp\myapp.exe") but copy that executable to a directory path without brackets. The brackets in one of the directies in the path may lead to the Oracle exception "ORA-12154: TNS :could not resolve service name".

  • Oo4o Runtime-Error 429

    We are successfully using oo4o (8.0.6) to get data from ORACLE Release 7.3 into Word (Office 97 and Office XP). The clients are using NT 4.0 or Windows XP.
    We tried to install the application on a Windows 2003 terminal server with citrix.
    We use the following releases:
    - oo4o: 8.0.6.3.9
    - net: 8.0.6.3.9
    - rdbms: 7.3.4
    - Word: Office XP
    Starting our test-program we get the message:
    "Run-Time Error '429': ActiveX component can't create object"
    The statement "Set OraSession = CreateObject(..." causes the error.
    There may be a problem with the registration of the oip8.dll.
    What can we do to solve the problem ?
    We cannot use a 9i-client because of the ORACLE 7.3 rdbms.

    What's netbet pro?
    I'd recommend asking questions about third party applications in the vendor's forum, not a Microsoft forum meant for admin scripting.
    EDIT: Ah, some gambling website...
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Generating Trigger DDL using OO4O (OField::GetChunk)

    WINNT 4.0SP6
    MS Visual C++ 6.0 (using MFC)
    Oracle 8.1.7
    I'm attempting to write some C++ code that will generate the DDL of a trigger using OO4O.
    Here's the code (so far):-
    strSQL.Format("SELECT DESCRIPTION, TRIGGER_BODY FROM ALL_TRIGGERS WHERE OWNER = '%s' AND TRIGGER_NAME = '%s'", strOwner, strName);
    dyn.Open(m_pDatabase->m_database, strSQL);
    int nBuffSize = 65535;
    nSize = dyn.GetFieldSize(0);
    const char *pValue = strValue.GetBuffer(nSize+1);
    dyn.GetFieldValue(0, (char*)pValue, nSize + 1);
    strValue.ReleaseBuffer();
    strText.Format("CREATE OR REPLACE %s %s", pszType, strValue);
    OField fld =      dyn.GetField(1);
    const char *pBuffer = NULL;
    unsigned short nBytesRead = 0;
    long nOffset = 0;
    CString strBuff;
    do
         if (fld.GetChunk(&pBuffer, nOffset, nBuffSize, &nBytesRead) != OSUCCESS)
              break;
         if (nBytesRead)
              char *p = strBuff.GetBuffer(nBytesRead);
              memcpy(p, pBuffer, nBytesRead);
              strBuff.ReleaseBuffer();
              strText += strBuff;
              nOffset += nBytesRead;
    while (nBytesRead);
    My problem is that the GetChunk method is failing, although it still returns OSUCCESS.
    If I call OField::GetErrorText() after the GetChunk call I get the error "ROWID must be selected ..". Looking at the documentation this does make sense. That is, to access LONG type field values the ROWID must be accessible.
    In this case there is no ROWID available because we are selecting from a dictionary view (ALL_TRIGGERS). Attempting to "SELECT ROWID FROM ALL_TRIGGERS" results in the error "ORA-01446: cannot select ROWID from view with DISTINCT, GROUP BY, etc.".
    Can anyone out there point me in the right direction to solve this one ?
    Thanks in advance.
    Adrian Capp
    LBS Limited, UK

    Thanks for that.
    Can you tell me which Dictionary Table I need to query. I've tried looking at the definition of the ALL_TRIGGERS view but was still none-the-wiser.
    I agree that it's not an ideal solution, but the application in question is only going to be used internally by development personel. I could also add a check as the app starts so it will only run if connected to a specific version of Oracle (just an idea).
    Adrian

  • Asynchronous call with OO4O

    Hello,
    I have a problem. The asynchronous call worked faultlessly under Oracle DB 10.2 and Oracle client 9.2. After the rearrangement to Oracle client 10.2 the VB6 function cannot be ended correctly. If I install the call OraStmt.Cancel explicitly, the function gets stuck directly at cancels. The Stored Procedure is very extensive. It consists from cursors and Object type.
    Can one help me at this problem?
    Many thanks in advance!
    Benedikt Taube
    Important data:
    Development environment:     VB6
    OO4O:                     10.2.0.2.20
    Oracle Client:               10.2.0.1.0
    Oracle Net:               10.2.0.1.0
    Oracle-DB:                10.2
    Function (...)
    Set colCrefos = Nothing
    Set colKapitel = Nothing
    Set colEntscheider = Nothing
    lngRetCode = 0
    objConnection.DB.Parameters.Add "RET", ORACLE_KO, ORAPARM_OUTPUT, ORATYPE_NUMBER
    objConnection.DB.Parameters.Add "CREFOS", Null, ORAPARM_OUTPUT, ORATYPE_VARRAY, (SCHEMAOWNER & ".CCRF_ORGANISATIONS")
    objConnection.DB.Parameters.Add "KAPITEL", Null, ORAPARM_OUTPUT, ORATYPE_VARRAY, (SCHEMAOWNER & ".CCRF_KAPITELS")
    objConnection.DB.Parameters.Add "ENTSCHEIDER", Null, ORAPARM_OUTPUT, ORATYPE_VARRAY, (SCHEMAOWNER & ".CCRF_ENTSCHEIDERS")
    objConnection.DB.Parameters("NAME").Value = objTools.String2Varchar(strName)
    objConnection.DB.Parameters("HAUSNUMMER").Value = objTools.String2Varchar(strHausnummer)
    Set OraStmt = objConnection.DB.CreateSql("Begin :RET := " & SCHEMAOWNER & ".CRF_SUCHE.ANSCHRIFT( :RETCODE, :NAME, :RECHTSFORM, :PLZ, :ORT, :STRASSE, :HAUSNUMMER, :CREFOS, :KAPITEL, :ENTSCHEIDER); end;", ORASQL_NONBLK)
    On Error GoTo err_asynchron
    Dim stat As Long
    stat = OraStmt.NonBlockingState
    While (stat = ORASQL_STILL_EXECUTING And Me.Cancel = False) 'ORASQL_SUCCESS
    DoEvents
    stat = OraStmt.NonBlockingState
    Wend
    err_asynchron:
    err.Clear
    On Error GoTo Anschrift_Err
    'OraStmt.Close
    'Set OraStmt = Nothing
    If Me.Cancel = True Then
    Anschrift = True
    Else
    lngRetCode = objConnection.DB.Parameters("RETCODE").Value
    If lngRetCode = ORACLE_KO Then
    Call err.Raise(objConnection.DB.LastServerErr, sFnc, objConnection.DB.LastServerErrText)
    End If
    Anschrift = IIf(objConnection.DB.Parameters("RET").Value = ORACLE_OK, True, False)
    If Anschrift = True Then
    Set colCrefos = objConnection.DB.Parameters("CREFOS").Value
    Set colKapitel = objConnection.DB.Parameters("KAPITEL").Value
    Set colEntscheider = objConnection.DB.Parameters("ENTSCHEIDER").Value
    End If
    End If
    Anschrift_Ex:
    For i = 1 To objConnection.DB.Parameters.Count
    objConnection.DB.Parameters.Remove 0
    Next i
    Exit Function
    Anschrift_Err:
    Resume Anschrift_Ex
    End Function

    Hi Babu,
    That is the problem with AltovaXMLSPY, it always expect a resonse..and if don't get one it will shown empty headers..
    check moni and see if you have only one entry then your scenario is working and it is working in async mode
    Regards
    Suraj

  • Oo4o in windows 7 64

    Hi,
    I have windows 7 64 bit and i installed Oracle client 11g 32bit - full installation.
    In Excel i still get Run-time error '429': ActiveX component can't create object when i run my macro
    in the project References i checked all oracle related references.
    My understanding is that oo4o should still work in windows 7 with a 32 bit oracle client (unsupported of course).
    Does anyone have a hint on what should i do?
    thanks

    gdarling wrote:
    As you've indicated, it is indeed not supported to run 32 bit oo4o on a 64 bit OS.A bit late in the game, but I cannot find that exception documented.
    In the requirements section of 11.2 for Windows platform docs, it is stated that 32-bit Client is certified on Windows x64 (with no exceptions, as compared to earlier release).
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16774/pre_install.htm#BHCGEBHG
    The 11.2 Release Notes, Unsupported products says "Oracle Objects for OLE - Not supported on Windows x64. ". But I assume (it being somewhat unclear and) it's trying to say that x64 version of Oracle software does not contain OO4O component.
    I thought the 'no support' was related to that a 64-bit OO4O does not exist (and the limited certification for 32-bit components that was in 11.1). Maybe there's some other document that would provide clarification.

  • Cannot find Menu OraMTS Manager

    Installed...
    Oracle Client : 9.2.0.1
    OO4O, ODP.Net Etc : OraWin9204
    I Cannot Find Program Menu Manager For OraMts.
    So cannot set MTS ServiceN...
    Help me.

    Dan,
    To bounce the Process Transaction Manager, you need to follow the steps in the same note (Step A and B). So, cancel the request from (System Administrator responsibility > Requests > View), then submit the concurrent request from the Inventory responsibility (using the same navigation path in my previous reply).
    No, I cant see it under interface managers. (no organizations are defined)Please check with your functional team why no organizations are defined and why this interface manager is not set.
    You may also refer to Oracle Inventory user guide for the required setup steps.
    11i (11.5.10.2+ virtual) Documentation Library
    http://download-uk.oracle.com/docs/cd/B25516_14/current/html/docset.html
    Regards,
    Hussein

  • Cannot send email from iPad2 with Shaw

    Hi there,
    I have issues that I cannot seem to resolve:
    I can receive from my shaw account but it sends all outgoing to the Outbox - I've double, triple cheked all incoming and outgoing servers - I even sat with my iPad next to my iMac to make sure everything matched.
    it says  The sender address "myemailadrees.com" was rejected by the server. even though I recive ok.
    Help please??

    I too have spend countless hours trying to get my iPad 2 to work with my Shaw email.  I FINALLY got it to work this morning after about 3 months of trying different "solutions".  Here is how I set my POP email account:
    Incoming mail server:
    Host name:  shawmail.ed.shawcable.net (I live in Edmonton)
    User name: my shaw email address without the @shaw.ca
    Password: my Shaw email password
    Outgoing mail server:
    Host name:  shawmail.ed.shawcable.net (I live in Edmonton)
    User name: leave blank
    Password: leave blank
    Use SSL: off
    Server port: 25
    This has worked so far for me, so hopefully it will work for others as well.  It seems like there is an lot of people on these forums going through the same frustrations.  I was able to set both mine and my wife's email accounts on my iPad.

  • Error message iPod cannot update b/c all of the playlists no longer exist

    Hello. I have been getting this error message. "Songs on the iPod "MAR(the name of my iPod)" cannot update because all of the playlists selecting for updating no longer exist." And my playlists are still on the left side in my iTunes. They do exist. I have a feeling ths might have to do with the fact that on vacation the person I was visiting gave me a gift of putting all of his music that would fit into the external hard drive part of my iPod, and for the past week or so I have been putting that music onto my 40 GB portable hard drive at home. I suspect I took a vital folder out of my iPod by accident. Right now I have the folder iPod_control if I open my iPod up in My Computer. Am I missing something? Right now my iPod is empty because iTunes made a composite playlist last week and I deleted it thinking I could get my real playlists back. Can you help me, or reccomend a site/someone who can? Thank you.
    PC   Windows XP  

    hiya!
    And my playlists are still on the left side in my iTunes. They do exist.
    let's just doublecheck this. folks get this message if they have "automatically update selected playlists only" selected in their itunes "ipod" preferences tab. so bring up that tab ("edit > preferences", click "ipod" while the ipod is showing up in the source list), and do a playlist by playlist crosscheck of the playlists selected in that tab, and the playlists showing up in the itunes sourcelist.
    is there any playlist selected in the preferences tab that isn't showing up in the sourcelist?
    love, b

  • Cannot install windows 8.1 on imac 5k - apple support says "Correct, that machine can't install windows" Boot camp fail

    I have a brand new imac 5k, with 4ghz i7, 295x GPU, 3.1TB fusion drive.  Bought the machine so I could dual boot - I need windows for VR Dev work.
    I've spent the last week and a half on tech support calls with Apple Senior Tech agents, and Microsoft agents as well, and today have been told that indeed this machine cannot run windows 8.1.  Apparently Apple engineering knows about the issue, but says the problem is microsoft's.  Ugh.
    The latest iteration of the issue comes when installing 8.1 onto an external thunderbolt SSD (without even using boot camp) - I go through the EFI installer, convert the drive to GPT, format it as ntfs, but when I select the partition to install onto, the installer says it can't find the partition it just created.  Smuh? 
    I've also tried the install through boot camp.  This installation actually worked twice, but the install was unstable.  After booting back into osX, then returning to Windows, the windows install went corrupt and couldn't be repaired.  Subsequent attempts to install windows yielded a flurry of different errors, including "windows doesn't support GPT in this mode" or "the disk is locked, please unlock the disk" or "MBR must be converted to GPT" (where once I converted to GPT, the drive could no longer be found, despite the operation completing successfully.)
    At any rate, it's a huge mess.  I'd happily return the machine for a different config, but the company I bought it from will only swap it for a similar model -- so I've spent a pile on a machine that does not function as advertised; apple says "too bad, talk to Microsoft." Microsoft says "too bad, we've never seen this, this is an apple issue."
    Has anyone out there gotten windows up and running on an iMac5k with fusion drive?  If so, did you have to go through a crazy maze to make it work?
    Any help is appreciated.
    Thanks,
    MC

    Michael Conelly wrote:
    After much gnashing of teeth, and a half dozen support calls, I'd all but given up.  I finally seem to have solved this though - sort of - by installing windows 8.1 on boot camp on an older iMac, then cloning the bootcamp disk to an external thunderbolt drive via Winclone.  That worked seamlessly, sticking to winclone's instructions, and I can boot via EFI to Windows 8.1 on the new iMac.  So far so good.
    I usually install W8.1 via EFI by using DU and a Free Space partition. The 3TB Fusion is first split into the underlying SSD/HDD physicals. OSX and Windows OSes are installed on SSD via EFI (no BCA). The OSX part and half the HDD are then used to create a new CS volume. The other HDD half becomes NTFS for non-Windows OS files. The Hybrid MBR method is completely unsatisfactory with the 3TB Fusion drive.
    How is the TB/Winclone image for performance of the OS (since pagefile.sys is also on the TB)?

  • Adobe Cloud is installed on my desktop and one laptop computer. Upon noticing updates were available yesterday, I successfully installed them on my laptop. Today, I cannot get Abobe Cloud to open on my desktop.

    Adobe Cloud is installed on my desktop and one laptop computer. Upon noticing updates were available yesterday, I successfully installed them on my laptop. Today, I cannot get Abobe Cloud to open on my desktop.

    We don't know what Apple plans on doing to change this (and it may not be just Apple but more likely the publishers, since Apple would, of course, do whatever it could to maximize sales/profits).  Right now you can only read Apple books on mobile devices. Sure, buy them from Amazon if you want to read them on the computer. We don't work for Apple so we're pretty impartial on this kind of advice.
    You might also see what your library can offer.  My wife can browse the county library from her iPhone, borrow e-versions, and read books on it too.  Free!

Maybe you are looking for

  • How to fire event in view controller from component controller.

    I have a component usage that fires an event wich i have subscribed in the component controller.       iv_usage->subscribe_event( iv_event_name = 'TAKE_IT'                                  iv_handler = me ). After the event the method IF_BSP_WD_EVENT

  • InDesign CS6: A4 auf A5

    Hallo, Ich habe ein InDesign A4 Dokument (.indd). Ich möchte dies nun als A5 Dokument drucken lassen. Es enthält Text und Bilder und ich möchte ungern alles neu formatieren. Erstelle ich ein neues A5 Dokument und kopiere alles hinein, verzieht sich d

  • Firing Exit plug from the embedded component

    Hello All, I am working on a scenario where I am developing a Webdynpro component which is child to the MainComponent. MainComponent view has links to access my child component as I have exposed my child component as Public part. Once my application

  • Oracle rac 11gr2 + sga

    Hi all, I have a 2 nodes rac 11GR2 on linux redhat with 12Go RAM each one. Since 15 days, a dba add more memory on each node (+ 24Go RAM) and modify SGA like : On each node : create a pfile from spfile, modify memory_max_target on pfile (from 7Go to

  • Today date

    Hi, I need to pass today's date and time to RFC from webdynpro. how can i get today's date and time and i need the date in mm/dd/yyyy format. is there any standard format for time to pass to ECC system. Please help. Thanks in advance.