Does Orbix support Object-by-value?

As title.
Cheers - Wei

"Wei Guan" <[email protected]> writes:
As title.Orbix2000 does, but we have found bugs in the Orbix idl compiler which
mean that we have not got it to work with WLS. We are currently not
aware of any bugs in WLS 6.1 that would prevent working with Orbix2000
if the Orbix bugs were fixed.
Right now if you want to guarantee interworking with a C++ client
using objects-by-value then you should use Tuxedo 8.0 CORBA/C++
clients.
andy

Similar Messages

  • Xdb_installation_trigger does not support object creation of type SNAPSHOT

    hi everyone, i'm using Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit on solaris sparc 5.10
    we like to send an email through SSL, and after searching here and there I found out that oracle DB 11g able to go throught the SSL.
    since upgrade our DB to 11g would not be an option, so i tried to export XDB of 11g and import it into XDB 10gR2 schema, it was a mess...
    then i just reinstall XDB using catnoqm.sql & catqm.sql
    and now one of our programmer cant run some script like above
    CREATE MATERIALIZED VIEW FIFSYS_MKT_SCHEME_MV_COY
    TABLESPACE MARKETING_TABLES
    PCTUSED    40
    PCTFREE    10
    INITRANS   2
    MAXTRANS   255
    STORAGE    (
    INITIAL          64K
    MINEXTENTS       1
    MAXEXTENTS       UNLIMITED
    PCTINCREASE      0
    FREELISTS        1
    FREELIST GROUPS  1
    BUFFER_POOL      DEFAULT
    +)+
    NOCACHE
    LOGGING
    NOCOMPRESS
    NOPARALLEL
    BUILD IMMEDIATE
    REFRESH FORCE ON DEMAND
    WITH PRIMARY KEY
    AS
    +/* Formatted on 9/23/2010 1:07:42 PM (QP5 v5.114.809.3010) */+
    SELECT   coy_id,
    appl_branch_id,
    appl_object_code,
    product_type,
    ppdcf_paid_date,
    SUM (scheme_adm) scheme_adm,
    SUM (appl_unit) appl_unit,
    SYSDATE mkt_sysdate
    FROM   (SELECT   NVL (a.coy_id, '01') coy_id,
    a.branch_id appl_branch_id,
    DECODE (a.buss_unit, 'NMC', '2101', 'UMC', '2102', '2352')
    appl_object_code,
    a.platform product_type,
    TRUNC (c.contract_active_date) ppdcf_paid_date,
    NVL (s.ms_amt, 0) scheme_adm,
    NVL (o.total_item, 0) appl_unit
    FROM   ordmgmt.om_trn_appl_ms_lvl_object s,
    ordmgmt.om_trn_appl_hdr a,
    acctmgmt.ar_trn_sum_contracts c,
    +( SELECT appl_no, COUNT ( * ) total_item+
    FROM   ordmgmt.om_trn_appl_object
    GROUP BY   appl_no) o
    WHERE       s.appl_no = a.appl_no
    AND a.appl_no = o.appl_no
    AND s.ms_code IN ('MS03', 'MS14')
    AND c.appl_no = a.appl_no
    AND c.contract_no = a.contract_no
    +/*AND c.office_code = a.branch_id*/+
    AND NVL (a.coy_id, '01') = NVL (c.coy_id, '01'))
    GROUP BY   coy_id,
    appl_branch_id,
    appl_object_code,
    product_type,
    ppdcf_paid_date;
    COMMENT ON MATERIALIZED VIEW FIFSYS_MKT_SCHEME_MV_COY IS 'snapshot table for snapshot MARKETING.FIFSYS_MKT_SCHEME_MV_COY';
    and this error shown:
    ORA-00604 error occurred at recursive SQL level 1
    ORA-20000 Trigger xdb_installation_trigger does not support object creation of type SNAPSHOT
    ORA-06512 at line 32
    maybe some of you know how to solve this problem??
    and, this in the script of the xdb_installation_trigger
    DROP TRIGGER SYS.XDB_INSTALLATION_TRIGGER;
    CREATE OR REPLACE TRIGGER SYS.xdb_installation_trigger
    BEFORE
    CREATE ON DATABASE
    DECLARE
    sql_text varchar2(200);
    val number;
    BEGIN
    if (dictionary_obj_owner != 'XDB') then
    if (dictionary_obj_type = 'FUNCTION' or
    dictionary_obj_type = 'INDEX' or
    dictionary_obj_type = 'PACKAGE' or
    dictionary_obj_type = 'PACKAGE BODY' or
    dictionary_obj_type = 'PROCEDURE' or
    dictionary_obj_type = 'SYNONYM' or
    dictionary_obj_type = 'TABLE' or
    dictionary_obj_type = 'TABLESPACE' or
    dictionary_obj_type = 'TYPE' or
    dictionary_obj_type = 'VIEW' or
    dictionary_obj_type = 'USER'
    +)then+
    if (dictionary_obj_type  != 'PACKAGE BODY'
    +) then+
    sql_text := 'select count(*) from ALL_OBJECTS where owner = :1 and object_name = :2 and object_type = :3';
    execute immediate sql_text into val using dictionary_obj_owner, dictionary_obj_name, dictionary_obj_type;
    if (val = 0) then
    sql_text := 'select count(*) from dropped_xdb_instll_tab where owner = :1 and object_name = :2 and object_type = :3';
    execute immediate sql_text into val using dictionary_obj_owner, dictionary_obj_name, dictionary_obj_type;
    if (val = 0) then
    insert into xdb_installation_tab values
    +(dictionary_obj_owner, dictionary_obj_name, dictionary_obj_type);+
    end if;
    end if;
    end if;
    else
    raise_application_error(-20000, 'Trigger xdb_installation_trigger does not support object creation of type '||dictionary_obj_type);
    end if;
    end if;
    end;
    +/+
    /********************************************************************************/

    i'm so careless, after checking a fresh installation of the same version DB, i dont found xdb_installation_trigger.
    so just by simply remove that trigger & everything works just fine. :)

  • The extraction program does not support object 0MAT_PLANT

    Pessoal alguém já passou por este problema?
    Estou tentando fazer um delta no objeto 0MAT_PLANT, mas me retorna sempre este erro.
    Já fiz um novo Init, mas o erro continua.
    The extraction program does not support object 0MAT_PLANT
    Message no. R3009
    Diagnosis
    The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject 0MAT_PLANT.
    System Response
    The data extraction is terminated.
    Procedure
    Check the SAP Support Portal for the appropriate Notes and create a customer message if necessary.

    Hi Eduard ,
    You can try the following steps to solve that
    1. Delete the previous Delta Init for the InfoObject
    If you have access to R/3 Side you can follow the steps or you can follow the BW Steps
    Goto RSA7 ->Select and Delete the Init Request for the InfoObject
    From BW Side
    InfoPackage-> Inti for Source System -> Select & Delete
    the Init Request
    2. Execute the Init InfoPackage for the InfoPackage again.
    3. After successful completion, execute the delta InfoPackage.
    Hope it solves your problem, if not pls let me know.
    Thanks & Regards,
    Chandran Ganesan
    SAP Business Intelligence

  • The extraction program does not support object 0JOB_ATTR

    HI all,
    I'm getting the following error when execting 0JOB_ATTR extractor in R/3 system (via RSA3):
    The extraction program does not support object 0JOB_ATTR
    Message no. R3009
    Diagnosis
    The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject 0JOB_ATTR.
    System Response
    The data extraction is terminated.
    Procedure
    Check the SAP Support Portal for the appropriate Notes and create a customer message if necessary.
    I've found various threads with this error (or similar ones), but none of them are solved (or not published solution). Haven't found any SAP notes yet either, so any input would be very helpfull.
    Thank you.
    G.

    0JOB_ATTR not in use and SAP replaced this with 0EC_CJOB_ATTR... U have to use 0EC_CJOB_ATTR to load master data for 0JOB.
    Even i faced the same problem and found the following info in one of the SDN thread, and we are using 0EC_CJOB_ATTR (make sure u have data in table HRP5050).
    I have sent a message to SAP asking for the solution . Below is the reply what they gave.
    "This error appears because of naming conventions we have to switch the name of the Data Source from 0JOB_ATTR to 0EC_CJOB_ATTR. Please use this data source to extract the compensation job attributes to BW.
    Note also that data source 0EC_CJOB_ATTR extracts data from table HRP5050.
    If no data is being extracted please do the following:
    If you have data in HRP5050 and still do not get any data please try the following :
    1) Take over the Data Source from the business content (RSA5)again and check in RSA3 .
    2) Replicate the Data Source to BW
    3) Activate the Info Source again.
    4) Delete any previous delta initializations for the datasource.
    5) Initialize the delta again
    6) Try to load data".

  • HP UFT 12.02 does not support .object property for most of the objects in Chrome

    Hi ,
    Chrome Version : 39
    UFT Version : 12.02
    Does not support .object property for WebTable,webList and So on.
    It actually shows the native property in Object spy but when programatically we try to work on it, its unable to find the object.
    I Know that for Browser Object .object property is not supported.
    Regards,
    Ashfaq Dhanakwala

    You want the HP Enterprise Business Community and look in the Discussion Boards.
    Its the Forum for all things related to professional products like Servers, NAS, Procurve, ALM, etc etc.
    UFT was formerly known as QTP...
    Functional Testing/QTP - HP Enterprise Business Community
    Hope it helps.

  • The extraction program does not support object 6BEREC_REP_CH_PERFORMANCE1

    Hai friends,
    I am pulling data from Oracle database to BW through UDConnect. When I check in RSA3 for the datasource 6BEREC_REP_CH_PERFORMANCE1, I get the following error:
    "The extraction program does not support object 6BEREC_REP_CH_PERFORMANCE1"
    What does it mean? Kindly help.
    Regards,
    Neha Solanki

    Hi,
    It's not Absolute version. It's obsolete version(means No more)
    This will help you:----
    The extraction program does not support object 0JOB_ATTR
    Regards,
    Suman

  • The extraction program does not support object ZTD_AW_17

    Hi friends,
    When doing extraction I am getting the below error.Please
    see the below extract of system response.
    "The extraction program does not support object ZTD_AW_17
    Message no. R3 009
    Diagnosis
    The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject ZTD_AW_17.
    System Response
    The data extraction is terminated."
    Please help me out.
    thanks
    Venkat

    Hi Venkat,
    Have you checked to see if the ZTD_AW_17 infoobject is in your system and active?  If not, transport the object from your D system to the P system.  Also check the infosource to see if it is active and if the ZTD_AW_17 infoobject is there.  If so reactivate the transfer rules and run the extraction again.
    Aaron

  • The extraction program does not support object

    I was loading data from R/3 to BW through a Generic Data source.  Previously it was loaded successfully but when I loaded last time, there was an error
    "The extraction program does not support object <Data Source Name>"
    Can somebody help me out please?

    Hi,
    Please check this.
    Loading Problem
    Regards.

  • Data field FUNCTIONAL_YN does not support the default value (Message 14120)

    L.S.,
    When defining a data type of category NC, I would like to use data fields of type checkbox. At NC logging data entry the checkbox should be "checked" by default.
    When looking for the proper value to indicate that the ccheckbox is selected, I have tried values like: 0, 1, TRUE, FALSE, T, t, X, x ... etc. But always I got the same error message:
           "Data field FUNCTIONAL_YN does not support the default value (Message 14120)"
    What should be the right value?
    Kind regards, Hans

    Hans,
    It looks as if by means of GUI you cannot specify default state of being selected for Checkbox field. The default state is unselected.
    It is easier to invert the statement in the label of the field so that an operator could use unselected state as default.
    Regards,
    Sergiy

  • The extraction program does not support object 0MATERIAL

    Hi All,
    can you please help me with the issue that we have for some of our Master data load.
    Full Loads are working fine, Delta Init is working fine as well. but Delta load is not the error is "The extraction program does not support object 0MATERIAL"
    already tried looking for some OSS note but none of them helps.
    hope anyone can help me.
    Thanks in advance,
    Alden

    Hi Christopher,
    Below is the reply that I got from SAP Consultant:
    I assume that this issue was happened after upgrade
    which is already mentioned in the consulting notes 1165059 & 1251433:
    -> 1165059 ALE: Generating and reading change pointers after Upgrade
    -> 1251433 SAPI: Creating and reading change pointers after Upgrade
    Can you have a look at these consulting notes to get more information
    in details about ALE changing and follow my recommended steps to solve
    this problem please:
    1. Can you check this affected datasource in table ROOSGEN in source
    system and you will find the generated Message Type in MSGTYP:
    ->Tx. se16 ROOSGEN:
    OLTPSOURCE SLOGSYS RLOGSYS MSGTYP ->???
    2. Then you can check this Message Type (RS*) in table TBDA2 and you
    will see that the flag (BDCP2_ACT) is missing here in table TBDA2 :
    ->Tx. se16 ->TBDA2:
    MESTYP ACTIVE BDCP2_ACT
    RS* X (empty!)
    3. If the flage (BDCP2_ACT) is missing here in table TBDA2:
    Then you have to do the following steps:
    ->start transaction SALE:
    Modelling and Implementing Business Processes
    Master Data Distribution
    Replication of Modified Data
    Activate Change Pointers for Message Type
    -> select the affected generated Message Type
    -> RS* ->deavivate and activate again
    Afterwards the missing flag should be set correct in TBDA2 again.
    Please check it first and then you can start the delta upload in
    your BW system side again. The data load should work correct now.
    After carrying out the above steps we were able to re initialize the master data.
    Regards and Thanks,
    Vivek

  • Does DPS support Object States or will it in the future?

    Most, if not all of the interactive publications I have designed in ID CS5 use object states to deliver large amounts of content in a cleaner, less-cluttered manner;  I find the object states feature of InDesign to be by far the most powerful interactive component.  Does DPS have the object states feature or will it in the future?  

    Yes, object states are supported. Create object states, select object states and then fine tune in the Overlay Creator. You can make buttons to go to next/previous or specific state, you can autoplay swipe through object states etc.

  • Does 4507 support "object-group"

    Hi, Need put lot's of ACL in a VLAN, I think if use "object-group" it is much easier for maintainance. What version switch IOS support this feature or not? Thanks.

    AFAIK, object-groups are only supported on PIX and other security appliances.
    One thing you could do though is, if you have a long access list then you might be able to enhance performance of the switch by enabling Turbo ACL. Take a look at the link below.
    http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1834/products_feature_guide09186a0080080374.html
    Pls. rate the post if it helped.
    HTH,
    Sundar

  • Does Oracle support this........

    Hi
    I want to select values in a object types in a table over the database link. like
    select name from [email protected]
    where name is of type varray(3) of varchar2(100) in the country table and db.com is database link.
    It is giving me error ORA-22804.
    Does Oracle supports this or not?
    Regds
    ~Sachin

    Your answer is in the message text - Oracle does not support object operations over a database link.
    null

  • Strange IE ExternalInterface Bug: "Object does not support this property or method"

    We have an application on a relatively slow server (I mention
    the speed because it may be relevant).
    The app is flash 8 and uses ExternalInterface to call a
    javascript function in its parent page. It also used the
    ExternalInterface to receive a call from another function. These
    calls happens separately (the outbound one calls up a list view of
    items, clicking on an item calls up the details in the flash
    movie). In between the calls, the flash movie is hidden by moving
    it off screen using absolute positioning.
    On my local development box (Windows XPSP2) this works fine
    in both directions.
    On our production server (LAMP) this works fine in both
    directions in Firefox 1.5 and 2.0
    BUT while the outbound call from Flash to the page works fine
    in Internet Explorer 6 or 7, the call back from the page to the
    flash movie fails with the error messgage "Object does not support
    this method or property"
    We've tried not hiding the flash so it is always present on
    the page and still the browser > flash communication breaks in
    ie.
    We've tried using both the Adobe active content script and
    swfobject to embed the flash in the page with no difference in the
    resultset. In truth we've given up and gone to a two-page solution,
    reloading the flash from the start each time but I wondered if
    anyone had encountered a similar issue? Can't see why it would work
    perfectly in FF but not in IE.

    Not sure if this is your problem, but you do reference the
    Flash object
    differently, depending on the browser. In a video player we
    made, that uses
    JS to communicate back to Flash, I use a function like this
    to modify the
    variable depending on the browser:
    function changeVideo(xname){
    //ff
    if(window.vplayer){
    window.document["vplayer"].SetVariable("theXML", xname);
    window.document["vplayer"].GotoFrame(2);
    window.document["vplayer"].Play();
    //ie
    if(document.vplayer){
    document.vplayer.SetVariable("theXML", xname);
    document.vplayer.GotoFrame(2);
    document.vplayer.Play();
    The Flash is in a <div> named 'vplayer'
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Does HTMLEditorKit's object support include support for applets?

    Hello,
    I have a Swing application containing a JEditorPane used to display some HTML pages. I would like to embed a Java applet in one of the pages, but have had no success getting it to load.
    Is it possible to load an applet within an HTML document displayed by JEditorPane/HTMLEditorKit? From http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/text/html/HTMLEditorKit.html:
    "The <applet> tag is not supported, but some support is provided for the <object> tag."
    What does "some support" mean exactly? (I'm using JDK 1.5)
    The applet I've written loads successfully in Firefox using the following code:
    <applet code=cprgraph.CPRGraphApplet width="557" height="319"></applet>as well as
    <object codetype="application/java" classid="java:cprgraph/CPRGraphApplet.class" width=557 height=319>
    </object>The applet is in the package cprgraph, and located in a directory cprgraph which is in my CLASSPATH.
    If HTMLEditorKit can't load applets, is there an alternative that can? Or any other way to embed a JComponent in an HTML document displayed by a Java application?
    Thanks,
    Ben

    Use Java SE 6.0 beta or wait untill it is released in Fall 2006

Maybe you are looking for

  • Itunes is saying i need quicktime that is already installed

    Can someone help??? I am not very technical...safari went missing from my dock today and I did everything to get it back but couldn't...so I reinstalled the disks that came with the mac and got safari back but now my itunes wont open and it says I ne

  • Transfering files to an iPhone 2g from my desktop

    My employer provides me with an iphone 3g, which is great. but I can't put my own apps on it, which isn't so great.  I have an older iphone 2g with no cell phone plan I would like to use for personal apps, documents, photos and such.  I can download

  • Quicktime X ac3 + ACC issue

    Hi all, I've been slowly but surely trying to get all of my DVD's into itunes over the past few years and until everything was working wonderfully. I've been encoding for Apple TV with HB. (i'm only backing up movies which i own on DVD, which is lega

  • Share an AirPort Disk over WAN

    Hi guys, While browsing a blog I noticed that some people are confused with the process on setting up an AirPort disk for use over the internet using Wide Area Bonjour or Wide Are Network. I ended up throwing together a little PDF that will guide you

  • IMac G4, OSX 10.4, Canon Mp160 - drivers refuse to load!

    I have bought a Canon MP160 printer for my daughter's G4 iMac running OSX 10.4. The software - actually the drivers in particular - refuse to install, either from the supplied CD or from the latest driver download from the Canon site. The printer wor