Hi Simon: I'm back with ORA-28575 again :(

If you recall from some previous posts, you were (are) helping us with Extproc issues.
My case is bizarre. I do not have a listener.ora nor a tnsnames file on my machine - Oracle 8.1.6/linux. I think during the install - a different setup was used that bypasses these files for net9 communications. - Still a mystery. Yet, we had a BC4J app running for a while using intermedia and all was OK. Overnight - we are getting the infamous ORA-28575/06512 error again when trying to insert images into the db.
Here is our lsnrctl status response
[oracle@atechora dbs]$ lsnrctl status
LSNRCTL for Linux: Version 8.1.6.0.0 - Production on 21-APR-2001 07:13:43
(c) Copyright 1998, 1999, Oracle Corporation. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 8.1.6.0.0 - Production
Start Date 21-APR-2001 06:29:47
Uptime 0 days 0 hr. 43 min. 55 sec
Trace Level off
Security OFF
SNMP OFF
Listener Log File /usr/local/oracle/u01/product/8.1.6/network/log/listener.log
Services Summary...
atech1 has 3 service handler(s)
Question: Where do I start applying the help you've provided in other posts when I don't have these files?
Thanks,
Chris

Hi Chris,
Sorry for not getting back to you, I've been busy "9i'ing" it. Glad to hear you've got it resolved though.
Just to clear up some stuff and ask a question or two:
First, its not really "interMedia writes" that is the issue. Its interMedia's use of the ExtProc functionality to call out to external procedures to perform image processing. Its always possible to write interMedia data. The issue comes with image processing such as calls to ORDImage.setProperties() [which only reads image data] and ORDImage.process() [which reads, modifies and writes image data], which are handled externally using ExtProc. Note that a "standard" BC4J app, using the built-in interMedia support in 3.2, should work even if ExtProcs aren't working, because there's a try-block around the call to OrdImage.setProperties() with a catch-block that simply writes the browser-supplied MIME type to the object. Of course, if you've built your own app, then that might be different.
As for the problem; yes, unfortunately, there is a bug using the Multi-Threaded Server feature with ExtProc, in that MTS breaks ExtProcs. I believe this has been fixed in 8.1.7, and may also have been fixed in an 8.1.6 patch set.
You mention that "First, unlike all reference information I've seen on Technet, the client side of your intermedia app doesn't need to reference the extproc listener - but the server side does." I hope I haven't mislead you here. You are absolutely correct, ExtProcs are server-side functionality. If you can point me at the offending information, I'll try to see about getting it fixed.
Once again, glad to hear its working again.
Regards,
Simon
null

Similar Messages

  • ORA-28575 again !

    Sorry for asking one more question about ORA-28575 problem but I can't find a solution.
    I'm new to Intermedia (8.1.7 on NT 4 SP6).
    I tried the package that comes in the PL/SQL demo directory (as Simon shows before). the first step of the package is working fine but the second doesn't.
    I've checked my tnsnames, listener and sqlnet.ora files but I can't find the mistake ...
    Any Idea?
    TNSNAMES.ORA
    BALEEN =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = liberte)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = baleen)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(Key = ExtProc1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    LISTENER.ORA
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = liberte)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\Oracle\Ora81)
    (PROGRAM = extproc)
    SQLNET.ORA
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    Thanks in advance
    null

    Hi,
    Here are a couple of ideas:
    I don't think the key name is case sensitive, but just to make sure, set the EXTPROC_CONNECTION_DATA key value to EXTPROC1 in tnsnames.ora, to match the corresponding entry in listener.ora.
    Check to make sure that you don't have multitthreaded server (MTS) mode enabled. As far as I know, this is enabled using various MTS_ settings in init.ora. Unfortunately, MTS mode breaks the extproc mechanism in a number of Oracle8i versions, though I thought it was fixed for 8.1.7, but it may require a subsequent maintenance release.
    Regards,
    Simon
    null

  • TS1702 I bought an app in april and for some reason it dissapeared on my phone. I was keeper, password,vault backup. how do i get my purchased app back with out paying again.

    My purchased app is no longer on my phone. I can not recover it, what is up with that.

    Downloading past purchases from the App Store, iBookstore, and ...

  • Another ORA-28575 struggle

    I keep getting ORA-28757 errors when trying to make a call to an interMedia ORDSYS.ORDImage.process routine. Searched all of this forum and whatever I could find on Metalink. Followed all the directions, I believe. I also set my env param for TNS_ADMIN. My OS is NT4.0, DB is 8.1.6.
    When I keyin
    tnsping extproc_connection_data
    at a command prompt, I get an OK. So I believe my listener.ora and tnsnames.ora and sqlnet.ora files are synchronized. I have checked my init.ora file and all mts entries are commented. Still get ORA-28575.
    Can anyone help? I have included my tnsnames.ora and listner.ora entries below.
    TIA
    John Caputo
    [email protected]
    tnsnames entry is:
    EXTPROC_CONNECTION_DATA.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    listener.ora entries are:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = jjc-nt)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = jjc-nt)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = F:\ora816)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = orcl2.jjcnt)
    (ORACLE_HOME = F:\ora816)
    (SID_NAME = orcl2)
    (SID_DESC =
    (GLOBAL_DBNAME = "d704.WORLD")
    (ORACLE_HOME = F:\ora816)
    (SID_NAME = D704)
    (SID_DESC =
    (GLOBAL_DBNAME = orcl8i.jjcnt.com)
    (ORACLE_HOME = F:\ora816)
    (SID_NAME = orcl8i)
    Here's sqlnet.ora also:
    NAME.DEFAULT_ZONE = world
    NAMES.DEFAULT_DOMAIN = world
    TRACE_LEVEL_CLIENT = OFF
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    AUTOMATIC_IPC = OFF
    null

    Hi,
    Looks like you've done just about everything. Here are a couple more suggestions to try to track this down.
    First, double-check the init.ora file(s) to make sure that the LOCAL_LISTENER parameter associated with MTS isn't specified.
    In the PL/SQL demo directory, there's an ExtProc debugging example. We can try that to see if its ExtProc calls in general that are failing, or just interMedia ExtProc calls.
    First, cd to <oracle_home>\plsql\demo, run SQL*Plus, then:
    SQL> connect system/<manager-password>
    SQL> grant create any library to scott;
    SQL> connect scott/tiger
    SQL> @dbgextp
    SQL> execute DEBUG_EXTPROC.STARTUP_EXTPROC_AGENT;
    SQL> connect system/<manager-password>
    SQL> revoke create any library from scott;If its a general ExtProc problem, then the execute should fail. As a matter of elimination, it might be worth trying this from each database, just to see if its limited to one instance. I've included some sample output below.
    Let us know what you find.
    Regards,
    Simon
    SQL> connect system/manager
    SQL> grant create any library to scott;
    Grant succeeded.
    SQL> connect scott/tiger
    Connected.
    SQL> @dbgextp
    Package created.
    Library created.
    Package body created.
    SQL> -- tnsnames.ora bug introduced here...
    SQL>
    SQL> execute DEBUG_EXTPROC.STARTUP_EXTPROC_AGENT;
    BEGIN DEBUG_EXTPROC.STARTUP_EXTPROC_AGENT; END;
    ERROR at line 1:
    ORA-28575: unable to open RPC connection to external procedure agent
    ORA-06512: at "SCOTT.DEBUG_EXTPROC", line 16
    ORA-06512: at "SCOTT.DEBUG_EXTPROC", line 16
    ORA-06512: at line 1
    SQL> -- tnsnames.ora bug fixed here...
    SQL>
    SQL> execute DEBUG_EXTPROC.STARTUP_EXTPROC_AGENT;
    PL/SQL procedure successfully completed.
    SQL> connect system/manager
    Connected.
    SQL> revoke create any library from scott;
    Revoke succeeded.
    SQL>null

  • Intermedia indexes : "extproc_connection_data" error and ORA-28575

    1) I have migrated database from Rel2 to Rel3.,
    2) Migration of Db denied to migrate intermedia component,
    rest migration is successfull,
    3) With Rel2, intermedia indexes, lexer etc. were created
    and properly functioning with all default parameters,
    i do not remember any alteration, except the comment of
    mts entries in init.ora file,
    4) While creating intermedia indexes, it
    gives following errors :
    - ORA-20000
    - DRG-50704
    - ORA-28575
    - ORA-06512
    5) While issuing the following command, it returns error:
    > tnsping extproc_connection_data
    TNS-03505 : Failed to resolve name
    Furnishing the details of entries :-
    (A) TNSNAMES.ORA :
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)
    (KEY = EXTPROC0)))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)))
    (B) LISTENER.ORA :
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)
    (KEY = EXTPROC0)))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)
    (HOST = <host_name>)
    (PORT = 1521))))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW))
    (ADDRESS = (PROTOCOL = TCP)
    (HOST = <host_name>)
    (PORT = 2481))))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\Oracle\Ora81)
    (PROGRAM = extproc))
    (C) SQLNET.ORA :
    NAMES.DEFAULT_DOMAIN = <domain_name>
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH=(TNSNAMES, ONAMES, HOSTNAME)
    (D) SNMP_RO.ORA :
    snmp.SID.<sid_name>.matpl = <sid_name>
    snmp.oraclehome.<sid_name>.<domain_name> = d:\oracle\ora81
    snmp.address.<sid_name>.<domain_name> =
    (ADDRESS=(PROTOCOL=BEQ)(PROGRAM=ORACLE)
    (ARGV0=ORACLE<sid_name>)(ARGS='(DESCRIPTION=
    (LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))
    snmp.remoteaddress.<sid_name>.<domain_name> =
    (DESCRIPTION=(ADDRESS_LIST = (ADDRESS =
    (PROTOCOL = TCP)(HOST = <host_name>)
    (PORT =1521)))
    (CONNECT_DATA=(SID=<sid_name>)
    (SERVER=DEDICATED)))

    Thanks Omar, for proper diagnosis.
    Present Database Version in Oracle 8.1.7.0.0 and Oracle 9iAS 1.0.2.1 on Windows NT 4.0 platform.
    Regards,
    Ashwani
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Omar Alonso:
    Please post db version and platform.<HR></BLOCKQUOTE>
    null

  • ODBC Access Violations with Ora 8.1.6 install

    Hi - we have updated to Oracle 8.1.6 (ODBC 6.1.6.2) and now find regular instability using ODBC. Given the following stack traces can anyone see what may causing this..The exceptions we trace seem to originate from SQLExecute...
    Exampe 1.
    NTDLL! 77f9f9df()
    NTDLL! 77fa6ee1()
    NTDLL! 77fb3385()
    NTDLL! 77fa6b46()
    NTDLL! 77fcac04()
    MSVCRT! 78001e97()
    ORANL8! 60a083d1()
    ORANL8! 60a082cd()
    ORANL8! 60a16232()
    ORAGENERIC8! 600bdbc7()
    ORAGENERIC8! 6009499a()
    ORACLIENT8! 60419d2b()
    ORACLIENT8! 60419971()
    ORACLIENT8! 60445a4e()
    ORACLIENT8! 6044540d()
    ORACLIENT8! 604012ac()
    OCI! 1000d4c7()
    SQORA32! 04c1467b()
    007a1370()
    Example 2.
    NTDLL! 77f9f9df()
    NTDLL! 77fcc779()
    NTDLL! 77f87aa3()
    NTDLL! 77fb3c33()
    NTDLL! 77fa7131()
    NTDLL! 77fca4cb()
    MSVCRT! 7800113d()
    ORACORE8! 6064e5b1()
    ORATRACE8! 6271513b()
    Example 3.
    NTDLL! 77f9f9df()
    NTDLL! 77fa6ee1()
    NTDLL! 77fb3385()
    NTDLL! 77fa6b46()
    NTDLL! 77fcac04()
    MSVCRT! 78001089()
    MSVCRT! 78001026()
    ORAGENERIC8! 600dd4d1()
    ORACLIENT8! 604455fc()
    ORACLIENT8! 6044540d()
    ORACLIENT8! 604012ac()
    OCI! 1000d4c7()
    SQORA32! 04c1467b()
    In addition to these problems we find that a DB connection is taking ~15 seconds with ODBC or SQLPlus on a local machine. This seems to indicate something is wrong - but what? Could the same problem be related (cause?) the ODBC crashes?
    To install 8.1.6 we had to manually de-install 8.1.5 since the Oracle installer frooze on every attempt to deinstall 8.1.5. We have reinstalled 8.1.6 twice (last attempt following Oracles manual deinstall procedure). When we saw instability with 8.1.6 we installed 8.1.6.1.1 to no avail.
    At this point we have spent days trying to recover from the 8.1.6 install. Is it likely to help if we simply reformat the disk and reinstall ORacle again? This will be very time consuming since we will loose everything on the machine but is beginning to seem like the only way to recover any stability.
    Basic question is :- Is our Oracle environment install flawed or is the instability just due to bugs in Oracle 8.1.6. Our test suite worked fine with 8.1.5.
    Thanks David M
    null

    Well we have more info on this. It appears that executing stored procs with output params may be a problem..
    The previous post was run on Win 2000 with Ora 8.1.6 and ODBC 8.1.6.2.
    We Installed 8.1.6 and ODBC 8.1.6.2 on an NT SP6 machine and got the following Dr Watson..
    This machine is not exhibiting the slow connection times and it appears to be a reliable Oracle install.
    The error hints occuring during the freeing of an OCI Handle..
    function: RtlpWaitForCriticalSection
    77f6ce28 e920010000 jmp RtlpWaitForCriticalSection+0x196 (77f6cf4d)
    77f6ce2d 803d987ffa7701 ds:77fa7f98=01
    cmp byte ptr [fltused+0x12a8 (77fa7f98)],0x1
    77f6ce34 1bc0 sbb eax,eax
    77f6ce36 25e080fa77 and eax,0x77fa80e0
    77f6ce3b 837e1000 cmp dword ptr [esi+0x10],0x0 ds:02428076=????????
    77f6ce3f 8945fc mov [ebp-0x4],eax ss:02c1850e=????????
    77f6ce42 7506 jnz RtlpWaitForCriticalSection+0x93 (77f6ce4a)
    77f6ce44 56 push esi
    77f6ce45 e8b6fdffff call RtlSetCriticalSectionSpinCount+0x70 (77f6cc00)
    77f6ce4a 8b06 mov eax,[esi] ds:007d9670=20202020
    FAULT ->77f6ce4c ff4010 inc dword ptr [eax+0x10] ds:21e50a26=????????
    77f6ce4f 8b06 mov eax,[esi] ds:007d9670=20202020
    77f6ce51 ff75fc push dword ptr [ebp-0x4] ss:02c1850e=????????
    77f6ce54 6a00 push 0x0
    77f6ce56 ff4014 inc dword ptr [eax+0x14] ds:21e50a26=????????
    77f6ce59 ff7610 push dword ptr [esi+0x10] ds:02428076=????????
    77f6ce5c e86fb4ffff call NtWaitForSingleObject (77f682d0)
    77f6ce61 3d02010000 cmp eax,0x102
    77f6ce66 0f85b2000000 jne RtlpWaitForCriticalSection+0x167 (77f6cf1e)
    77f6ce6c 57 push edi
    77f6ce6d 6822cdf677 push 0x77f6cd22
    77f6ce72 e881940000 call DbgPrint (77f762f8)
    ----> Stack Back Trace <----
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    00fc9b08 77f67586 007d9670 6064cf31 007d9670 00b51300 ntdll!RtlpWaitForCriticalSection
    00fc9b20 604435e2 007d0010 00b5131c 01082e20 01081020 ntdll!RtlEnterCriticalSection
    00fc9d70 6040120a 00000001 00000007 00fc9d90 1000589f oraclient8!kpufhndl
    00fc9d80 1000589f 00b51300 00000007 00fc9e24 04c14c88 oraclient8!OCIHandleFree
    The Stored Procedure -
    CREATE PROCEDURE SP_StoredProcedureAllTypes (in_int integer, in_char char, in_vchar varchar2, in_date date, in_date1 date, in_dec number, in_double number, out_int out integer, out_char out char, out_vchar out varchar2,out_date out date,out_date1 out date,out_dec out number, out_double out number ) is
    begin out_int := in_int; out_char := in_char; out_vchar := in_vchar; out_date := in_date; out_date1 := in_date1; out_dec := in_dec; out_double := in_double;
    end;
    The ODBC API trace :-
    JDataServer -s da-42 EXIT SQLPrepare with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UCHAR * 0x007DB1C0 [ 75] "{call SP_StoredProcedureAllTypes(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}"
    SDWORD 75
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 1
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 4 <SQL_INTEGER>
    SQLULEN 0
    SWORD 0
    PTR 0x007DD650
    SQLLEN 2
    SQLLEN * 0x00BAC360
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 1
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 4 <SQL_INTEGER>
    SQLULEN 0
    SWORD 0
    PTR 0x007DD650
    SQLLEN 2
    SQLLEN * 0x00BAC360 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 2
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 1 <SQL_CHAR>
    SQLULEN 4
    SWORD 0
    PTR 0x007DD630
    SQLLEN 4
    SQLLEN * 0x00BAC370
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 2
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 1 <SQL_CHAR>
    SQLULEN 4
    SWORD 0
    PTR 0x007DD630
    SQLLEN 4
    SQLLEN * 0x00BAC370 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 3
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 1 <SQL_CHAR>
    SQLULEN 4
    SWORD 0
    PTR 0x007DD610
    SQLLEN 4
    SQLLEN * 0x00BAC380
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 3
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 1 <SQL_CHAR>
    SQLULEN 4
    SWORD 0
    PTR 0x007DD610
    SQLLEN 4
    SQLLEN * 0x00BAC380 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 4
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 11 <SQL_C_TIMESTAMP>
    SWORD 11 <SQL_TIMESTAMP>
    SQLULEN 0
    SWORD 0
    PTR 0x007DD5E0
    SQLLEN 23
    SQLLEN * 0x00BAC390
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 4
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 11 <SQL_C_TIMESTAMP>
    SWORD 11 <SQL_TIMESTAMP>
    SQLULEN 0
    SWORD 0
    PTR 0x007DD5E0
    SQLLEN 23
    SQLLEN * 0x00BAC390 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 5
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 9 <SQL_C_DATE>
    SWORD 11 <SQL_TIMESTAMP>
    SQLULEN 0
    SWORD 0
    PTR 0x007DD5C0
    SQLLEN 10
    SQLLEN * 0x00BAC3A0
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 5
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 9 <SQL_C_DATE>
    SWORD 11 <SQL_TIMESTAMP>
    SQLULEN 0
    SWORD 0
    PTR 0x007DD5C0
    SQLLEN 10
    SQLLEN * 0x00BAC3A0 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 6
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 3 <SQL_DECIMAL>
    SQLULEN 6
    SWORD 2
    PTR 0x007DD5A0
    SQLLEN 6
    SQLLEN * 0x00BAC3B0
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 6
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 3 <SQL_DECIMAL>
    SQLULEN 6
    SWORD 2
    PTR 0x007DD5A0
    SQLLEN 6
    SQLLEN * 0x00BAC3B0 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 7
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 8 <SQL_DOUBLE>
    SQLULEN 0
    SWORD 0
    PTR 0x007DD580
    SQLLEN 7
    SQLLEN * 0x00BAC3C0
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 7
    SWORD 1 <SQL_PARAM_INPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 8 <SQL_DOUBLE>
    SQLULEN 0
    SWORD 0
    PTR 0x007DD580
    SQLLEN 7
    SQLLEN * 0x00BAC3C0 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 8
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 4 <SQL_INTEGER>
    SQLULEN 255
    SWORD 0
    PTR 0x007DB100
    SQLLEN 257
    SQLLEN * 0x00BAC3D0
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 8
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 4 <SQL_INTEGER>
    SQLULEN 255
    SWORD 0
    PTR 0x007DB100
    SQLLEN 257
    SQLLEN * 0x00BAC3D0 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 9
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 1 <SQL_CHAR>
    SQLULEN 255
    SWORD 0
    PTR 0x007DA940
    SQLLEN 257
    SQLLEN * 0x00BAC3E0
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 9
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 1 <SQL_CHAR>
    SQLULEN 255
    SWORD 0
    PTR 0x007DA940
    SQLLEN 257
    SQLLEN * 0x00BAC3E0 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 10
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 12 <SQL_VARCHAR>
    SQLULEN 255
    SWORD 0
    PTR 0x007DA820
    SQLLEN 257
    SQLLEN * 0x00BAC3F0
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 10
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 12 <SQL_VARCHAR>
    SQLULEN 255
    SWORD 0
    PTR 0x007DA820
    SQLLEN 257
    SQLLEN * 0x00BAC3F0 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 11
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 11 <SQL_C_TIMESTAMP>
    SWORD 11 <SQL_TIMESTAMP>
    SQLULEN 255
    SWORD 0
    PTR 0x007DE810
    SQLLEN 257
    SQLLEN * 0x00BAC400
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 11
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 11 <SQL_C_TIMESTAMP>
    SWORD 11 <SQL_TIMESTAMP>
    SQLULEN 255
    SWORD 0
    PTR 0x007DE810
    SQLLEN 257
    SQLLEN * 0x00BAC400 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 12
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 9 <SQL_C_DATE>
    SWORD 11 <SQL_TIMESTAMP>
    SQLULEN 255
    SWORD 0
    PTR 0x007DE6F0
    SQLLEN 257
    SQLLEN * 0x00BAC410
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 12
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 9 <SQL_C_DATE>
    SWORD 11 <SQL_TIMESTAMP>
    SQLULEN 255
    SWORD 0
    PTR 0x007DE6F0
    SQLLEN 257
    SQLLEN * 0x00BAC410 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 13
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 3 <SQL_DECIMAL>
    SQLULEN 1
    SWORD 0
    PTR 0x007DE5D0
    SQLLEN 257
    SQLLEN * 0x00BAC420
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 13
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 3 <SQL_DECIMAL>
    SQLULEN 1
    SWORD 0
    PTR 0x007DE5D0
    SQLLEN 257
    SQLLEN * 0x00BAC420 (0)
    JDataServer -s da-42 ENTER SQLBindParameter
    HSTMT 008E2400
    UWORD 14
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 8 <SQL_DOUBLE>
    SQLULEN 255
    SWORD 0
    PTR 0x007DE4B0
    SQLLEN 257
    SQLLEN * 0x00BAC430
    JDataServer -s da-42 EXIT SQLBindParameter with return code 0 (SQL_SUCCESS)
    HSTMT 008E2400
    UWORD 14
    SWORD 4 <SQL_PARAM_OUTPUT>
    SWORD 1 <SQL_C_CHAR>
    SWORD 8 <SQL_DOUBLE>
    SQLULEN 255
    SWORD 0
    PTR 0x007DE4B0
    SQLLEN 257
    SQLLEN * 0x00BAC430 (0)
    JDataServer -s da-42 ENTER SQLExecute
    HSTMT 008E2400
    **** Crashes here ********
    null

  • Apply processes aborted with ORA-12805 error

    After regular load on a replication system for a couple days, apply processes aborted with
    ORA-12805: parallel query server died unexpectedly, and restarting of the apply processes
    works but the error come back a couple days later.
    I adjusted multiple apply parameters such as PARALLELISM, COMMIT_SERIALIZATION and DYNAMICSTMTS, but none of them can resolve the issue.
    there are CLOB columns in replicated tables.

    Read the following thread.
    ORA-12805: parallel query server died unexpectedly
    kapil

  • ORA-28575: unable to open RPC connection to external procedure agent

    Hi everybody,
    Could you please help me with this problem? I'm trying to configure Oracle XE 11g for external procedures, this because I have to access some procedures in a DLL made in Delphi 6.0, but even with the simplest of the dll I make, like a sum made in C, I can't get pass this error ORA-28575: unable to open RPC connection to external procedure agent.
    This is my listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS = (PROTOCOL = TCP)(HOST = myPC)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    and this is my tnsnames.ora:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myPC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    Do you know what could be wrong? I'm out of ideas and google search...
    Also, is there any difference in a calling for a DLL made on VB and one made in Delphi??
    Thanks and Regards,

    Hello,
    This error could appear due to issues with configuration of your listener, database or with extproc. First check that the permissions on extproc in your Oracle_home specified in your listener.ora file are valid:
    Run the following ./extproc and it should display the banner.
    If above is ok, then check for the domain name. One probable reason could be that if default_domain is set and that domain is not appended to the service name in tnsnames.ora, the connection fails.
    regards
    fahdmirza.blogspot.com

  • ORA-28575: connection to RPC failed

    Hi,
    I am running Oracle 8.1.7 on Debian potato and Installation was smooth (surprisingly).
    I tried to run a demo program :
    ord/img/demo/java/ImageExample
    At first, I could not even connect. So I setup the tnsnames.ora listener.ora. According to the installation documentation, these files should be set up automatically during installation. OUI definitely did not do so, it did on a winNT installation. Restart lsnrctl and the services are there:
    ORCL has 1 service handler(s)
    PLSExtProc has 1 service handler(s)
    Then, came this error when I run the program:
    ORA-28575: unable to open RPC connection to external procedure agent
    I happen to have an Oracle8.1.7 on winNT and I verify both files with the ones in winNT as I do not have such problems in winNT. The entries of the files in both systems are the same except for the machine and dbms names, home directory and SID.
    How can I get Oracle RPC to run in Oracle?
    Any comments are appreciated.
    Thank you.
    Suryani.
    null

    If your database cache stop when create the user list this error could be solved restarting the database cache and manually upgrade this user list whith the DBA studio cache manager.
    In the other hand check for the listener.ora and tnsnames.ora files on the origin database, these look like:
    listener.ora:
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    tnsnames.ora:
    EXTPROC_CONNECTION_DATA.ARNET.COM.AR =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Best regards, Marcelo.
    null

  • External Procedure Error: Ora-28575

    We are trying to set up external procedures in an HP/UX environment. However, we can not seem to get past the following error:
    ORA-28575: unable to open RPC connection to external procedure agent
    The following is our TNSNAMES.ORA set up:
    EXTPROC =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = extproc_key))
    (CONNECT_DATA =
    (SID = extproc_agent)
    The following is the listener.ora setup:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ssi2)(PORT = 1521))
    (PROTOCOL_STACK =
    (PRESENTATION = TTC)
    (SESSION = NS)
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = extproc_key))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = SDST.world)
    (ORACLE_HOME = /u001/app/oracle/product/SDST)
    (SID_NAME = SDST)
    (SID_DESC =
    (SID_NAME = extproc_agent)
    (ORACLE_HOME = /u001/app/oracle/product/SDST)
    (PROGRAM = extproc)
    The following is the SQLNET.ORA setup:
    SQLNET.EXPIRE_TIME = 0
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    Does anyone have any ideas/help??? We're stuck. Thanks!

    Hi,
    I guess, it is happening in connection point only. Other wise It will give another error "RPC lost connection".
    I will give some tips.
    1.".so" path should match with oracle library path. For this one, u can query ur system tables and verify.
    2. When u create external procedure, be careful. Especially, when u give name of procedure and library. Pls. check this particular part.
    Pls. let me know the progress. U can directly contact me through the mails.
    With regards,
    Boby Jose Thekkanath,
    Dharma computers(P) Ltd.,
    Bangalore-India.
    www.dharma.com
    null

  • How to exclude music and pictures from backing with USMT in SCCM 2012 SP1?

    How to exclude music and pictures from backing with USMT in SCCM 2012 SP1?
    I know we can use config.xml but I m not sure what all steps to take.
    Below is my understanding
    1. Create Custom.xml file using below
      <component context="System" type="Documents">
            <displayName>Test</displayName>
            <role role="Data">
                <rules>
                 <unconditionalExclude>
                            <objectSet>
        <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mp3]", "Fixed")</script>
                            </objectSet>
                 </unconditionalExclude>
                </rules>
            </role>
        </component>
    </migration>
    2. Save as Custom.xml.
    3. Copy it to USMT source files package in both the x86 and x64 subfolders and update the relevant USMT package distribution points.
    I am confused as where in task sequence will we specify the custom.config file.

    Edit the miguser.xml file. The default list is as follows:
    -<objectSet>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.qdf]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.qsd]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.qel]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.qph]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.doc*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dot*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.rtf]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mcw]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wps]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.scd]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wri]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wpd]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.xl*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.csv]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.iqy]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dqy]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.oqy]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.rqy]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wk*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wq1]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.slk]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dif]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.ppt*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pps*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pot*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.sh3]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.ch3]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pre]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.ppa]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.txt]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pst]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.one*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vl*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vsd]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mpp]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.or6]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.accdb]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mdb]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pub]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.xml]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.ini]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dgn]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dic]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dsk]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.gqa]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.gqu]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.id]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mpp]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.ora]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pab]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pdf]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pps]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.qry]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.r2w]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.rdl]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.rsf]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.url]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vdx]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vss]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vst]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vsx]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vtx]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.zip]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.rar]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.7z]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.iso]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.gif]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.jpg]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.bmp]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mp3]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.avi]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mp4]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wmv]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.bat]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vbs]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.lnk]", "Fixed")</script>
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Webi base on BW query based on Infoset comes back with wrong values

    Hello:
    I have a Webi report on an OLAP Universe, on Bex Query.
    The bex query is based on 1 INFOSET.
    When I run the webi report the values that comes back a totally wrong values.
    The correct results are not brought back.
    When I do a test with crystal reports to the infoset, I can see the correct values.  (I'm aware crystal uses different drivers).
    The test is BW query designer, and crystal brings back proper values from Infoset based BW query.
    Webi on Infoset based BW Query comes back with wrong data.
    query is simple.
    Pull in 3 attributes, 3 key figures, where componentkey = "111"
    I get 36 rows in Crystal and 36 rows in Bex Analyzer, 36 rows in BW query designer (web analyzer).
    I get many rows in webi (almost like a CARTENSIAN product).
    I search a round this forum but still did not see a conclusive answer to this problem.
    But I see another thread that several others faced this same issue without a resolution.
    My environment.
    BOE XI 3.1 SP2
    No fix packs
    SAP IK 3.1 SP2
    HPUX-IA64
    Thanks in advance for any help.
    Dwayne

    Was this problem ever solved?
    I am having a similar problem with an infoset based query.
    I have created the BW infoset, and confirmed that the correct data is returned from the underlying infoproviders. A simple BW query on that infoset yields the same results.
    Create the universe, and then the WEBI, and WEBI now shows hundreds of records where I expect 10. Data is being returned in WEBI that definitely shouldn't be there. It's almost like the restrictions applied in the characteristic restriction area of my BW query are being ignored, even if I include them in the WEBI query.
    Cheers,
    Andrew

  • Hi I just got a new macbook pro i7 processor and i am trying to send a email with  iPhoto and it comes back with The Email sever didn't recognise your username /password combination I'm with btyahoo  thats my I S P

    hi i just got a apple macbook pro on sat... it is the i7 processor 13inch.. the thing is i have been trying to send a picture with iphoto but it just comes back with the sever didn't recognise my Email/password combination

    Go to the Mac App Store main page and click on Support under Quick Links.
    (82704)

  • I'm trying to open a java report and it keeps coming back with access denied to dashboard module. any ideas?

    i'm trying to open a report on a web site and it keeps coming back with access denied to dashboard module. any ideas?

    Exactly how are you trying to restore form TM?
    Have you tried rebuilding your iPhoto library?
    And your comments indicate that you may not understand iPhoto at all - you should not be inside the iPhoto library - there are no user servicable parts in it - and iPhoto does not duplicate photos  - more details of yoru work flow would help sort this out
    LN

  • I imported a slide on my old mac book pro to my iTune i had on it, but it got a new one how can i get my old iTune  back with that slide i imported

    imported a slide on my old mac book pro to my iTune i had on it, but it got a new one how can i get my old iTune  back with that slide i imported

    If this is a question about syncing with iTunes, you might want to post it over in the iTunes forum.

Maybe you are looking for

  • My new folder option in finder is greyed out.

    I have googled this issue and have followed the suggestions of deleting my finder playlist and making sure I have permission.  I have also used my disk utility.  Nothing has allowed me to create a new window.

  • Wireless keyboard not working with Boot Camp

    I have a brand new 15" Macbook Pro.  I need to run Windows for work so I installed Boot Camp and Windows 8.1.  I have a HP wireless keyboard with a USB dongle.  It will not work at all.  Windows recognizes that I've plugged in the dongle but the keyb

  • Payment Terms not getting populated on Intercompany Invoice document(FB50L)

    Hi All, I am facing an issue with the Vendor and/or Customer payment term on the inter-company invoice posted via FV50L/FB50L. We have defined companies as vendors and customers so that we could do the inter-company posting. The inter-company process

  • Foreign Currency setup in B1

    First time to setup B1. Customer needs Local Currency is HKD, PO use China Yuan and System Currency is USD. 1. In Company Detail, Local-HK, System-USA, Default Account Currency should use All or Local? 2. GL COA each account need set Currency to HKD

  • Error retrieving Certificate from Default JKS in PI 7.1 WAS JAVA

    Hi everyone. I'm trying to retrieve a Certificate from the Default JKS of a WAS Java (PI 7.1). Java code follows: +InitialContext ctx = new InitialContext(ctxProp);               + Object o = (Object) ctx.lookup("keystore"); KeyStoreManager manager =