Target attribute table RA_XELLERATEUSER2 is empty.

Hi All,
I am "Still" getting this error. I thought I would wake up a post to try again and see if anyone else has run into this. another piece of info here is the app is deployed as an MDB and processing xml from a topic
and the xml is parsed used for the recon event. Creating the recon event works fine. it's processReconciliationEvent that fails.
Caused by: oracle.iam.platform.utils.SuperRuntimeException: -101: Error occurred in XL_SP_RECONEVALUATEUSER while processing Event No 145 Error occurred in XL_SP_RECONREQDATACHECK while processing Event 145 Target attribute table RA_XELLERATEUSER2 is empty.
trying to either
reconOp.processReconciliationEvent(eventKey);
or
reconOp.finishReconciliationEvent(eventKey);
after success from
eventKey = reconOp.createReconciliationEvent(objectName, reconMap, true);
This code will work flawlessly when its running in batch on a remote machine. as soon as I put it in a weblogic managed server running on the same machine with the oim managed server I start getting this error.
I looked at the stored proc and basically XL_SP_RECONREQDATACHECK is trying to lookup the recon event just created and says it cant find it. as soon as I see the error I can run the query and the record is there.
there is no change in the code or the data only the environment.
I also put the process call in a retry loop and sleep a few seconds. I still get the error(s) but it does seem to eventually link up.
also, I setup a seperate little batch program to call reconOp.processReconciliationEvent(eventKey); given an event key from the command line and that
works also on the previously failed event.
any ideas on this strange problem?
Thanx in advance.
Fred
Edited by: Foresterf on Aug 12, 2011 6:40 AM

Hi Jay,
I think that the value was overwritten by the User Library. Now I've created a dedicated global attribute to the target system with your condition and everything works correctly.
activeSync:
<Field name='global.ADfirstname'>
<Display class='Hidden'/>
<Expansion>
<ref>activeSync.firstname</ref>
</Expansion>
<Disable>
<eq>
<ref>activeSync.firstname</ref>
<ref>waveset.attributes.firstname</ref>
</eq>
</Disable>
</Field>
Resource Form:
<Field name='accounts[$(RESOURCE_NAME)].firstname'>
<Display class='Text'>
<Property name='title' value='firstname'/>
</Display>
<Default>
<ref>global.ADfirstname</ref>
</Default>
</Field>
Thank you,
David.

Similar Messages

  • Target attribut for h:form tag : does it work ?

    Hi,
    I work with 2 HTML frames (top and bottom). I display a table with link in each row in the top frame. When I click on a link, target attribut says "display the result content of the submit action in the specified frame". The specified target is the bottom frame. But, when I click on a link, the whole content of the list is displayed again in the specified target frame ... what I don't want. What bad side effect does the target attribut hide ? Does this attribut well supported ?
    Thanks.

    ...

  • How to get list of block identifiers in a empty table and an empty index

    We have an application that has issue with ITL waits: this application is running many INSERT statements on a table that has 2 NUMBER columns and one primary key index. The application is designed to run INSERT statements but they are never committed (this is a software package).
    To check what are the really allocated ITL slots, I know that I can dump data block but I don't know how to get the block identifiers/numbers for an "empty" table and an "empty" index. Does someone knows how to do that ?
    PS: I already had a look to the Metalink notes and I have a Metalink SR for that but maybe OTN forum is faster ?

    You should be able to find the first data/index block with the following, even on an empty table/index.
    select header_file, header_block +1
    from dba_segments
    where segment_name = '<index or table name>';

  • File-to-RFC Scenario Table Param are empty

    Hello,
    I create a file adapter to rfc adapter scenario. Thereto  I implemented a RFC in SAP which has only a table param. Furthemore I mapped the XML-File, that will be read by the File Adapter sender, to the SAP RFC Table structure. However the scenario works in PI, that mean the xml file will be read by the file adapter and will be send to the RFC Adapter receiver which makes a rfc call to the SAP destination. However my rfc function in the SAP destination will be called, but the table param is empty. Hereto I call the statement in my rfc function:
    if  MORDERNOTIFY is not initial . I do not know what the reason is that the  table param is empty? I also checked in the runtime workbench of the PI system and there is no error in the communication channels, the message will be send correctly, here is also an example message of the table structure:
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:Z_RFB_ORDERCONFIRM xmlns:ns1="urn:sap-com:document:sap:rfc:functions">
    - <MORDERNOTIFY>
    - <item>
      <ZMELDUNGSTYP>ARU</ZMELDUNGSTYP>
      <ZPARTNER>HUP</ZPARTNER>
      <ZMELDUNGSNR>1</ZMELDUNGSNR>
      <ZMELDUNGSDATUM>20080822</ZMELDUNGSDATUM>
      <ZAUFTRAGSNR>5079440</ZAUFTRAGSNR>
      <ZKONTAKT>Test</ZKONTAKT>
      <ZWAGNNR>1211</ZWAGNNR>
      <ZAUFTRAGSSTUFE>GP.1</ZAUFTRAGSSTUFE>
      <ZSTATUS>1</ZSTATUS>
      <ZABFAHRTSORT>Zug</ZABFAHRTSORT>
      <ZBESTIMMUNGSORT>Bonn</ZBESTIMMUNGSORT>
      <ZBEREITDATUM>20080822</ZBEREITDATUM>
      <ZSCHADENSCODE>232</ZSCHADENSCODE>
      <ZEINGRIFFSFRAGE>1</ZEINGRIFFSFRAGE>
      <ZSMI>2</ZSMI>
      <ZGEPLEINGANG>20080822</ZGEPLEINGANG>
      <ZAUFTRAGSSTATUS>1</ZAUFTRAGSSTATUS>
      <ZGEPLENDE>20080822</ZGEPLENDE>
      <ZBEMERKUNGEN>Tes</ZBEMERKUNGEN>
      </item>
      </MORDERNOTIFY>
      </ns1:Z_RFB_ORDERCONFIRM>
    The SXMB_MONI also shows that everything is ok.  I assume that there is a problem by mapping RFC-XML to binary RFC. I do not know what the reason is why the table above is empty sended to my system.
    Kind regards,
    Erkan

    Hi ,
    open the u r Funtional Module in Se37
    And click on the Source Tab.
    On the top menu : near "Patterns" u can see two kinds of Break point.
    Break point with a Head on it is external break point
    click on it , it wud be valid for 2 hrs.
    hope u have kept u r file in test mode , once u r Adapter picks file u can see u reach u r external brk point.
    Note: Donot make this break piont to be long time , because u can see Some JCO connection error in u r RWB , which is normal )
    Test and lemme know
    rgds
    srini

  • Link action (CommandLink): target attribute doesn't work

    I want to use a link action to pop up another JSF page, so I set its target attribute to _blank, and in its event handler,  I return the other jsf page.  However, the other jsf page doesn't open in a new window, it just replaces the current page in the existing window.  Why?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
    The way to open a new window is to make use of the javascript function window.open. This can be used on click event for the hyperlink action. The link action does not allow the usage of the above mentioned method.
    Thanks,
    RK

  • Netui: anchor tag with target attribute.

    I am using the netui:anchor tag inside an iframe to post to an action. But the
    resulting page is displayed within the iframe. Will the target attribute of the
    netui:anchor tag help solve the problem. What is a valid value of the target
    attribute.
    thanks,
    Shankar

    does the action have a formSubmit = true? If not then your modal dialog should be shown via the onclick and you have to javascript the link click (based on your modal dialog options)
    If you do have a formSubmit=true, then you'd have the onclick show the modal dialog and you would have to write additional javascript to submit the form (Along with setting its action)
    regards
    deepak

  • Target attribute in BC Dynamic menus?

    Question:
    Is it possible to add a target attribute to a link that appears in a BC dynamic menu?  I'm adding a few things to external sites and want a new tab / window opened ("_blank") rather than the default ("_self" ) behavior.  Can this be done?
    Answer:
    If you go to Site Settings -> Menu -> select a menu and then click on the menu item you want to open in a new window, you'll find a Target Frame field on that page. You need to place _blank into that field and it will be rendered on the frontend as a target="_blank" attribute.

    Hey, I mean in terms of your HTML Templates.
    I am guessing your not using that at all and its manually entered into the html.
    If you do not see something along the lines of {module_menu} but just html with a <div id="nav">and a ul li element with menu items in it then its just static.
    You would have to update the templates with the correct menu module tag which has the right ID for the menu and then you would need to update the CSS and javascript too so it all works.
    If it turns out the module is in there but has a bit like version="2" I can then show you what you need to update there.
    Have a look in your templates around where the menu is in the HTML, what do you see?

  • Error : Transaction header and line tables cannot be empty

    please can some one help me.
    when i want to create an invoice without anuy line, i have the error : Transaction header and line tables cannot be empty .
    can some one tell me how can i solve this
    regards.

    Hi,
    I really don't know if it is possible to create an invoice in AR with no transaction lines. When I interface invoices from another system to AR (and there is no need to detail inventory items), I use a single line with a dummy inventory item or with no inventory item (inventory_item_id and warehouse_id set to null) in transaction lines, and I use the description field to describe the link to the other software in a user-friendly way.
    Regards,
    Ketter Ohnes
    Message was edited by:
    Ketter Ohnes

  • Material delta load parameter table it_marc is empty

    Hi,
    we are on SRM 7.0 using classic szenario. We use middleware to download material master from ECC. We us BADI Method IF_EX_PRODUCT_CUSTOMER2~MAP_R3_TO_CRM_MATERIAL to set the material status in SRM depending on MARC data.
    When we do the initial download then the parameter table IT_MARC is not empty, and we can use it to set the material status depending on MARC data.
    But when the material in ECC is changed, and the delta load runs, the parameter table is empty! Even when values in ECC table MARC are changed. In R3AC1 Filter the table is activ.
    Does anyone have an idea why the parameter table IT_MARC is empty in BADI Method?
    Best Regards,
    Ben

    Hi Ben,
    I suggest you check documentation in note 428989. This should be of help to use this BADI.
    Regards,
    Ivy

  • What are the Target Base Tables for FA_TAX_INTERFACE table?

    Hi,
    We are using "upload tax book interface" program to update the Tax Book informaiton.
    For this we wanted to know all the Target Base Tables for FA_TAX_INTERFACE table (Specially for the ATTRIBUTE1-ATTRIBUTE15 columns of the interface table).
    Kindly request you to help on this.
    Thanks & Regards,
    Satvik Patel

    Well, what are you reconciling to? You are looking at something that seems to be different from your data extract, so what is that thing? My trouble shooting process is to take an asset that seems to be wrong and reconcile from the report/screen data to the extract data. You have to figure out what Oracle program is involved and what kind of SQL that the program is doing and what tables it is looking at. This could be an Oracle program error. I just ran into a problem on the Payables Posted Invoice Register report, where the total did not match my extract total. Turns out the report was wrong. If I had table records with a date/time stamp value (instead of just a date stamp value) in the accounting date field for the TO ACCOUNTING DATE value in my report request selection, those records were being dropped from the report. I reported this to Oracle support and found out that there is a patch to fix the problem (happens when cancelling an invoice) and a data script to follow to fix the historical data. So you have to keep an open mind. Yes, trying to find a reconciling issue can be very painful.
    My reaction is that you are looking at the right tables. There is also a FA_DISTRIBUTION_HISTORY table that you may want to look into, that links back to the FA_DEPRN_DETAIL table. Maybe your issue lies there. At least something to look at.
    John Dickey

  • Target attribute in commandLink tag

    Hi all,
    I am new to JSF.
    I am specifying the value of a target attribute in commandLink directly with the name of the frame in which resulting jsp has to be displayed. But it is still displaying the resulting jsp in the same frame where i have the commandLink tag.
    please let me know how i can set the target attribute value in command link tag.
    Thanks,

    Hey, I mean in terms of your HTML Templates.
    I am guessing your not using that at all and its manually entered into the html.
    If you do not see something along the lines of {module_menu} but just html with a <div id="nav">and a ul li element with menu items in it then its just static.
    You would have to update the templates with the correct menu module tag which has the right ID for the menu and then you would need to update the CSS and javascript too so it all works.
    If it turns out the module is in there but has a bit like version="2" I can then show you what you need to update there.
    Have a look in your templates around where the menu is in the HTML, what do you see?

  • [Locked] Replacing the Deprecated target Attribute

    QUESTION:  How does one replicate the behavior of the target attribute now that it has been deprecated?  My website requires that all pages that are not contained within my website open to new windows.
    DISCUSSION:  The behavior that I am trying to replicate use to achieved by setting the value of the target attribute to _blank.
    Roddy
    Please avoid this post if you are exceedingly fond of bananas.

    Of course, resizing someone's browser window is just rude. (uh oh, that's "etiquette...)
    But (and this is my personal preference) I don't want to leave a page (navigate away from it) every time I link to an "external" web page. I like being able to easily click back to a tab to reopen the principal page/site I have been looking at.
    For instance, here on the Forum, I find it mildly annoying that I have to wait for the discussion list to reappear when I press my back arrow. So I will frequently right-click and open in another tab when I'm following a user's url.
    In some way, it's like the difference between a "garden-path" sentence and getting straight to the point. A garden-path sentence leads you to believe it's about one thing, then meanders through several possible meanings, and lands on something completely different (and possibly not what you want). So, to get back to the "main path," you have a choice: either to retrace your steps (back arrow > back arrow > back arrow) or close the wayward tab and be immediately back where you want to be.
    I'd rather leave it up to the user how to do it, but I'd also like to take them by the hand and give them my option as first choice. And in the interests of my client, keeping people ON their website is helpful to them.
    External links on a website are, to me, like footnotes or asides. If the information is central to your message, it should be on your website, presented as basic information. If it is peripheral, I prefer to allow it to show up in its own tab.
    Beth

  • How to create editable table with one empty row ?

    I'm looking for solution how to create editable table with one empty row using ADF BC. I have seen this solution in application that was created in JHeadstart and it's very well idea to use it insead of creation form.

    hammm, i do it this:
    drop the VO on the page, select Table->ADF Table....
    so, drop the botton create, from de VO->operations->create (the firts), and right botton (mouse) Edit binding....
    in Data collection select the VO, in Select an action select CreateInsert
    luck

  • MDTB  table remains totally empty

    Hello,
    I need to extract information from the MRP list such as exception messages number and rescheduling date. This data is only available in the MDTB (MRP details) table linked to the MDKP (MRP header).
    For some reason, the MDTB  table remains totally empty. Is there a way to fill it or another table to take the information from ?? I can't run any function module since i don't have any developper access.
    Any help appreciated,
    Regards
    Olivier

    Dear Oliver
    Check the settings in Spro
    Materials requirement Planning --> Check Performance setting ---> Check storage mode for MRP list
    Check the indicator for the relevent plant to have the transparent storage takes place in the table MDTB, whereas the aggregated format is stored in table MDTC.
    Regards
    Soundararajan M.

  • Basic table question - include empty rows

    Hi msdn,
    I create SSRS reports for MS CRM 2011 in Visual Studio Shell 2010 (SQL Server 2012).
    For
    my Dataset, i use fetch xml from the crm. 
    I'm currently creating a report which  should list all the lost opportunities from one year grouped by the reason(statuscode)
    of their loss.
    The table below is working but it doesn't include "empty statuscodes"(Reasons with no opportunities attached to
    it)
    (Stückzahl 2013 = number of opportunities) (Angebotssumme 2013= Sum of all opportunities in CUR)
    I have a list in my crm with all the possible reasons, a number of  25 Statuscodes.
    I want them all to appear in the table and when there is no lost opportunity linked to it, just display a 0.
    Below is my dataset query and as you see, i select the opportunity first and statuscode is a field in it
    <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
    <entity name="opportunity">
    <attribute name="name" />
    <attribute name="customerid" />
    <attribute name="estimatedvalue" />
    <attribute name="statuscode" />
    <attribute name="opportunityid" />
    <order attribute="name" descending="false" />
    <filter type="and">
    <condition attribute="statecode" operator="eq" value="2" />
    <condition attribute="statuscode" operator="not-null" />
    <condition attribute="estimatedvalue" operator="not-null" />
    <condition attribute="actualclosedate" operator="not-null" />
    </filter>
    <link-entity name="new_automatisierung" from="new_verkaufschance" to="opportunityid" alias="ae"></link-entity>
    </entity>
    </fetch>
    So my question is which possibilities i have to achive my goal?
    Is it even possbile with this dataset?
    I hope i made it clear enouth for you guys to understand. As you can see, im fairly new to SSRS.
    Thank you in advance

    Hi there,
    You may need two queries to do this, #1 to retrieve status codes & opportunities and #2 above query to get details.  Bind the table to #1 query.  Then use lookup or lookupset function to retrieve results from #2.
    http://technet.microsoft.com/en-us/library/ee210531.aspx
    You might have more luck in Dynamics forum.
    http://community.dynamics.com/crm/f/117/t/108149.aspx
    cheers,
    Andrew
    Andrew Sears, T4G Limited, http://www.performancepointing.com

Maybe you are looking for

  • Mismatch in  Accounts Receivable Balance and A/R Aging Balance due

    Hi All, I am working on SAP 2007 A PL09 and facing a issue in which Balance in Accounts Receivable in chart of account does not matches with the total amount in Balance due field in Customer Receivables Aging report. Kindly help Thanks

  • Trouble Connecting Printer to my Wireless Network

    I cannot connect my HP Photosmart C4599  to my wireless network. When I try to access the URL for the EWS http://0.0.0.0/ (listed as the EWS on my network config page) , it says no data received, and hence I've hit a roadblock. I've visted the suppor

  • Is there an Adobe-sanctioned utility to certify a valid PDF file?

    Is there an Adobe-sanctioned utility to certify a valid PDF file? ...other than Acrobat, that is. I am gathering enough courage to start modifying and creating something that hopefully will resemble a valid PDF file. I already did this years ago, wit

  • Change flag needs to be unchecked during PO output message determination

    Hello All, WE are using automatic message output determination functionality for PO output type. This output type has been configured for creation and change mode under Fine tuning. Two output type are configured, for example ZAAA is output type for

  • Can not download Flash

    When I try to install Adobe Flash 15 all I get is a blank black box. I have done all the recommended enabling but still nothing just black. Please help.