Issue With Supplier Interface

Hi All,
I inserted a record in ap_suppliers_int table and ran Supplier Open Interface Import. It is completed .. normal.
But the status is REJECTED in ap_supllier_int with no values in reject_code and import_request_id.
No entry in ap_supplier_int_rejections table also.
How to go about this ?
Can anybody guide me please.
-- Saritha

the same situation i am also facing everything almost same .... but just i got diffirent error in request log that is
==========================
==========================
P_WHAT_TO_IMPORT='ALL'
P_COMMIT_SIZE='1000'
P_PRINT_EXCEPTIONS='Y'
P_DEBUG_SWITCH='Y'
P_TRACE_SWITCH='Y'
Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
American_America.US7ASCII
LOG :
Report: d:\oracle\prodappl\ap\11.5.0\reports\US\APXSSIMP.rdf
Logged onto server:
Username:
LOG :
Logged onto server:
Username: APPS
MSG MSG-00001: After SRWINIT
MSG MSG-00002: After Get_Company_Name
MSG MSG-00003: After Get_NLS_Strings
ERR REP-1419: 'beforereport': PL/SQL program aborted.
is anyone got solution and can anybody get me out of this situation
thanks in advance
regards
anwer

Similar Messages

  • ISSUE WITH SUPPLIER SITE OPEN INTERFACE IMPORT PROGRAM in R12

    I am facing issue while submitting supplier site open interface import program programmatically using fnd_request.
    I am uploading the interface tables with the mandatory data and running the standard Request Set for Suppliers.The program is creating the Suppliers but is unable to create the Supplier Sites.It is getting completed with no rejections as well as imported records.
    It is updating the Supplier Sites Interface table (ap_supplier_sites_int ) with status as rejected with no rejected records in ap_supplier_int_rejections table.
    I am using the following code.
    Step 1 - call set_request_set
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Calling set_request_set...');
    success := fnd_submit.set_request_set ('SQLAP', 'FNDRSSUB852');--'FNDRSSUB1703');
    IF (NOT success)
    THEN
    RAISE srs_failed;
    ELSE
    apps.fnd_file.put_line (apps.fnd_file.LOG,
    'Calling submit program first time...'
    END IF;
    -- Step 2 - call submit program for each program in the set
    success :=
    fnd_submit.submit_program ('SQLAP',
    'APXSUIMP',
    'STAGE10',
    'ALL',
    1000,
    'N',
    'N',
    'N',
    CHR (0)
    IF (NOT success)
    THEN
    RAISE submitprog_failed;
    END IF;
    apps.fnd_file.put_line (apps.fnd_file.LOG,
    'Calling submit program second time...'
    success :=
    fnd_submit.submit_program ('SQLAP',
    'APXSSIMP',
    'STAGE20',
    'ALL',
    1000,
    'N',
    'N',
    'N',
    CHR (0)
    IF (NOT success)
    THEN
    RAISE submitprog_failed;
    END IF;
    -- Step 3 - call submit_set
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Calling submit_set...');
    req_id := fnd_submit.submit_set (NULL, TRUE);
    IF (req_id = 0)
    THEN
    RAISE submitset_failed;
    END IF;
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Finished.');
    And in the interface table the record status is rejected and ther is no corresponding record in ap_supplier_int_rejections.
    but the supplier is getting created succesfully.
    ### Steps to Reproduce ###
    INSERT INTO ap_suppliers_int
    (exclusive_payment_flag,
    vendor_interface_id,
    vendor_name,
    segment1,
    vendor_type_lookup_code,-- set_of_books_id,
    status
    VALUES ('N', --'N',
    ap_suppliers_int_s.NEXTVAL,
    'TEST_REC4',
    4428813,
    'VENDOR', --2041,
    --rec_spl_site_bank_hdr.set_of_books_id,
    'NEW'
    INSERT INTO ap_supplier_sites_int
    (vendor_site_interface_id,
    vendor_interface_id,
    vendor_site_code,
    address_line1,
    city,
    state,
    zip,
    country,
    operating_unit_name,
    status --exclusive_payment_flag
    VALUES (ap_supplier_sites_int_s.NEXTVAL,
    -- VENDOR_SITES_INTERFACE_ID
    ap_suppliers_int_s.CURRVAL,
    -- VENDOR_INTERFACE_ID
    'REC_VDR_SITE4',
    -- VENDOR_SITE_CODE
    'REC_ADDR4',
    -- ADDRESS_LINE1,
    'REC_CITY4', --CITY
    'REC_STATE4', --STATE
    3442121,
    'US', -- COUNTRY,
    ' Test US Operating Unit',
    'NEW'
    );

    Hi
    I have the same issue with ap supplier sites interface program .. Did your problem got solved..I will be thankfull for any help
    Thanks

  • Issue with Supplier Open Interface Import Program

    Hello Folks,
    I need help with supplier conversion. I am trying to load suppliers through the supplier open interface program. I see that the record got rejected in AP_SUPPLIERS_INT table with status as REJECTED. However i do not see the record in AP_SUPPLIER_INT_REJECTIONS. Therefore, i am not able to understand the rejection reason. I enabled debug can seeing this log..
    assign_party_usage (+)
    do_assign_party_usage (+)
    effective_start_date = 2011/05/12 effective_end_date = 4712/12/31
    duplicates_exist (+)
    No date tracking for this usage SUPPLIER. Check duplicate assignment.
    l_has_duplicates = Y
    duplicates_exist (-)
    assign_party_usage (-)
    Rejected Vendor_Interface_Id: 15004, No. of Messages from Create_Vendor API: 2, Message From Create_Vendor API:
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    MSG-00999: Custom Report
    MSG-00001: After SRWINIT
    MSG-00002: After Get_Company_Name
    MSG-00003: After Get_NLS_Strings
    MSG-00004: After Importing Suppliers
    MSG-00005: After Get_Header_Information
    MSG-00020: After SRWEXIT
    As per my understanding from the log, there is some problem with party_usage_assignment. I would really appreciate is someone can help me debug the exact problem. Else i would have to open a SR for this
    Thanks so much looking forward for your answers.

    Pl post details of OS, database and EBS versions.
    Pl see if MOS Doc 1060824.1 (R12: Supplier Open Interface APXSUIMP Errors with REP-0004 Output Does Not Indicate Reason for Rejection) is applicable
    HTH
    Srini

  • Issue with reporting interface - CO EP reports

    Hello -
    We have set up a CO report using report painter (GRR1). We are having an issue with this report when it drills down to KSB1 transaction to display the CO lines. I have checked the OSS notes related to this issue and one of them matches with the issue I am encountering.
    Note 311364 - BBS: brnch to CO EP reprts w/ charactrstc RESP_FLAG - When you branch from Report Painter/Report Writer reports which use the characteristic 'Object type', these selections are not taken into account by the CO line item reports. The error occurs if the characteristic RESP_FLAG is used in the report called up.
    We are currently on ECC 6.0 and this note is only applicable to  versions 45A and 45B. When I check the program in my ECC 6.0 system, the corrections mentioned in the note are NOT being applied. Is there a way to fix my issue by reapplying the note ?
    Regards,
    J

    Hi John,
    as you've already identified the issue your basis team has 2 ways to solve the case:
    1: deimplement the note and implement the last version again
    2: (if the code is still missing), enter it manually.
    Maybe you should raise a SAPNET message as this case is not normal...
    Apart from that: if the note is not implemented properly why can't you tell the basis-team this case and they have to look for a solution?
    Best regards, Christian

  • Basic Issue with ODI interface

    Hi All,
    I have a very strange problem.
    I am coding my second interface in ODI.
    Its very simple
    Joining 4 tables ,with one filter and connect it with the target table.
    The interface when executed runs fine,without any error.
    But the target table doesn't get populated.
    So when i check the ODI interface at every step via the Operator navigator,I get no error at any step.
    step1) drop a table (this comes as a warning as no table exists)
    step2) create a view(this step suceeds ,but when i check the database the view is not created)
    STEP 2 is a real issue and I can't understand as to why this view is not
    getting created in database,when the step completes successfully
    Pls can someone suggest where should i look for ?
    rgds
    s

    I can relate to your issue.
    ODI does this to me all the time.
    The Operator logs show all greens and show no error, but no data makes its way to the Target.
    I usually remove one mapping at a time and re-run the Interface. That helps me pin-point what might be the issue. Very frustrating.

  • Serious issues with motu interface and logic, advice?

    i use a motu 828 mk2, updated to logic pro 7 from 6, everything worked fine for awhile. Sometimes I can spend hours playing and recording software instruments before the program malfunctions. All of a sudden the audio being played becomes out of tune and crackly, fading in and out. Then the screen of the motu begins flipping out, the faders become dim and move kinda erratic and sometimes theres letters that appear NIAG. If I save and close logic, turn off the interface then back on again the problem is gone. (actually sometimes it will work fine again and others it won't. Right now for example I will use logic for a minute and then it comes back again. I keep up on all the mac and logic updates. does my computer cause the problem to the interface or vice versa. Is the interface broke? Do I have the wrong driver?( I downloaded it from motu so I don't believe thats the case). does it have to do with the way all my folders are organized on the hard drive? Has anyone ever heard of anything like this? No? who else could I ask. motu's forum wasn't much help. I almost want to call the geek squad or something like that but I thought all you could give me some ideas. thank you for reading this. I really hope someone replies, even if it's to say which set up you have that works fine, maybe I'll reconsider mine.

    Hey, thanks for the tip. Though, that didn't work. How frustrating, The same problem has occured. Today is the fourth day in a row that I can't use logic. In the past it would act up for a day two then work again. Tuesday ( tomorrow) I'm supposed to have a recording session, It doesn't look too hopeful that this issue will be resolved. Please , if anyone has another suggestion I would greatly appreciate it. Maybe some ideas to isolate the problem. does anyone out there use an mk2? I lost my install disk and downloaded the driver from motu's website, could their universal driver be the problem? I'm getting pretty burnt out with this b/s. Maybe resetting something in logic would help. Any ideas. thank you. I think any response could help.

  • Issue with Supplier site descriptive flex field upgrade from 11i to R12

    We ran into some issue when upgrade Supplier site descriptive flex field from 11i to R12.
    In 11i. we defined descriptive field on JG_PO_VENDOR_SITES. in the segment definition, we defined one of the attributes default value based on Form Field Value, and the statement is like this:
    SELECT decode(:SITE.COUNTRY,'IT','AP ITALIAN TRANSACTIONS','AP AUTOFATTURA') FROM dual
    All above worked fine in 11i, whenever the flexfield field is open in forms, the default valuse shows based on the real-time value in :SITE.COUNTRY.
    In R12, Supplier site management is in HTML format. There is no forms, which means no form value. Do you have an alternative soluction for implement the same logic in R12?
    Thank you and regards,
    Kate
    Edited by: user12100435 on Feb 12, 2013 9:06 AM

    Kate,
    Have you logged a SR and see if Oracle support can help?
    Thanks,
    Hussein

  • Frequent issues with supplied SSD in 17" 2011 MBP

    Hi all,
    Perhaps someone can help?
    I've recently (in the last couple of months) been having problems with the SSD in my early-2011 17" MBP. The model of the SSD (from System Profiler) is APPLE SSD TS256C.
    The problems eems to occur after emptying the Trash when it has files of large sizes in it (video files of 1 or more GB typically). I empty the Trash, and the available space showing for the drive gets bigger,a s expected, but then when I try to make use of the drive (for example by copying files from another drive to it) I am told there isn't enough free space (when there clearly ought to be).
    Example from earlier today:
    I had 60GB available.
    I put around 30 GB of stuff in the Trash and emptied it.
    Available space now shows 90GB free.
    I try to copy 75GB from an external drive onto the SSD, but am told there isn't enough free space.
    In a attempt to fix the problem, I did what I have done on the 3 previous occassions: Restart the computer, hold down Cmd+R and run Disk Utility from there. Here I can repair the SSD (as it has the OS on).
    This is what Disk Utility showed me:
    Verifying volume “Hard Drive”
    Checking file systemPerforming live verification.
    Checking Journaled HFS Plus volume.
    Checking extents overflow file.
    Checking catalog file.
    Incorrect block count for file Hospital Records - 100k YouTube Subscribers.mov
    (It should be 11029 instead of 144729)
    Incorrect block count for file Netsky Live - Backstage at the Electric Brixton.mov
    (It should be 12062 instead of 606074)
    Incorrect block count for file Netsky Live - Lotto Arena 2013 Promo.mov
    (It should be 7177 instead of 135443)
    Checking multi-linked files.
    Checking catalog hierarchy.
    Checking extended attributes file.
    Checking volume bitmap.
    Volume bitmap needs minor repair for orphaned blocks
    Checking volume information.
    Invalid volume free block count
    (It should be 11712443 instead of 10811938)
    The volume Hard Drive was found corrupt and needs to be repaired.
    Error: This disk needs to be repaired using the Recovery HD. Restart your computer, holding down the Command key and the R key until you see the Apple logo. When the OS X Utilities window appears, choose Disk Utility.
    I ran it a couple of times (as on previous occasions) until no errors were reported.
    On previous occassions, upon restarting, things went back to normal, but this time I am still being told there is not enough free space, though Get Info shows 121GB available.
    So I have some questions:
    What is going on?
    Why does this keep happening?
    What can I do to solve my current issue?
    What can I do to stop this from happeneing again?
    Many thanks in advance...

    I'd totally forgotten about this until I got a notification that you had replied.
    I no longer have this problem.vaguely remember calling up Crucial (who make my second SSD) and they said something about leaving the machine on, but not doing anything on it for 24 hours or something. So it has to stay switched on, not go to sleep (dim your screen though) and don't touch your keyboard or mouse for a full 24 hours... maybe it was a bit longer... maybe it had to be at the login screen (can't remember)... and in this time it will run some automatic repair thing.
    It was so long ago I really can't remember the spcifics - but have a hunt around for things to that effect. Or call Apple/Crucial and mention what I've just said, see if it makes any sense to them and get them to advise the exact corect procedure.

  • Performance issue with XI interfaces - Help Needed

    Hi all,
           We are having idoc->xi->file. We have the design of collecting the idocs as the standard example BpmPatternCollectTime.
            We have given the collection time of say 5minutes after the first idoc hits the BPM process. The issue is that the idoc messages are getting missed when we are sending 1000 idocs. Also after applying the note 898131 for the correction of missing idocs we got the problem of the timeout exception not being triggered and workflow instance is waiting for a longtime until all the messages are getting into BPM and is getting struck in the queue.
            We are into XI 3.0 SP13. Can anyone provide some help in optimizing the interfaces/server settings/etc..
    Thanks in advance.
    Jayakrishnan

    Hi Jayakirshnan,
    check if this helps, whether you have optimal number of dialog processes.
    see theselinks as well
    Re: BPM is slow in sending Idocs
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/sap exchange infrastructure tuning guide xi 3.0.pdf
    http://help.sap.com/saphelp_erp2005/helpdata/en/42/e7bb8f7c9d3ee0e10000000a1553f6/content.htm
    Regards
    Vishnu

  • LogicX - Maverick - Sample Rate issue with Audio Interface

    As a test prior to updating my Mac Pro and iMac, I loaded ML so I could test out LogicX.  I've been running Logic 9 either using the built in audio or a Line6 guitar Port.  The MBP is a late 2009, non retina, 13 in with 4 GB Ram.  As compared to my iMac, the laptop can barely play back my tracks which are mostly software instruments (I don't record audio until the midi arrangements are finalized). 
    So, I updated to ML to try out X and of course, had to deal with the 32 bit plugin issue.  Luckily, 32 Lives and Vienna helped out with 90% of my plugins.
    Now, I updated to MAV and had to go through an arduous process of re validating the AU plugins for both Logic 9 and X.
    After doing so, I loaded up a song that did have a single bass audio track.  I updated the Guitar Port driver from Line 6 to the latest driver.  The song will start, but then I get a stuttering and an error message about running the audio at a weird sample rate, eg 28654.  I tried using the built in audio and same issue.
    I opened the song in Logic 9 and it works.
    Any suggestions?  Do you think one of the resurrected plugins is causing this problem?  Everything worked OK in ML though.
    Thanks and appreciate any help.
    Todd
    trademarkauthority

    Let me start over ... the typical audio setting that FCP works with is 48khz, 16 bit stereo. If you check the sequence settings, it will probably show that to be the case unless you've created a sequence with other settings. The audio of any clip you bring into FCP really needs to match the sequence settings. To check the sequence settings go to Sequence->Settings.
    So far, you've confirmed the clip is 48khz sampling rate but you didn't say what it's bit depth was. In FCP, right click on the clip and select "Item Properties." That will tell you the information I've been asking about.
    -DH

  • Issue with TenGig interfaces

    Hello!
    Two 3560Es connected.
    There was a 6 sec outage of TenGig interface 0/1 on switchA, while no error messages and interface outage were fixed on switchB.
    What are the possible reasons for that outage (perhaps fiber/optical connectors raw movement) ? Why in that situation switchB interface didn't went
    in down/down state ?
    switchA:
    switchA#sh run int tenGigabitEthernet 0/1
    interface TenGigabitEthernet0/1
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 343
    switchport mode trunk
    spanning-tree portfast trunk
    switchA#sh idprom int tenGigabitEthernet 0/1 | i ven
    Transceiver vendor name :CISCO-FINISAR
    Part number provided by transceiver vendor       :PT-X2-10GB-LR
    Revision level of part number provided by vendor :02
    switchA#sh interfaces tenGigabitEthernet 0/1
    TenGigabitEthernet0/1 is up, line protocol is up (connected)
      Hardware is Ten Gigabit Ethernet, address is 001f.6dcd.8620 (bia 001f.6dcd.8620)
      MTU 9000 bytes, BW 10000000 Kbit, DLY 10 usec,
         reliability 255/255, txload 79/255, rxload 109/255
      Encapsulation ARPA, loopback not set
      Keepalive not set
      Full-duplex, 10Gb/s, link type is auto, media type is 10GBase-LR
      input flow-control is off, output flow-control is unsupported
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input 00:00:13, output 00:00:01, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/40 (size/max)
      5 minute input rate 4288525000 bits/sec, 848979 packets/sec
      5 minute output rate 3133796000 bits/sec, 1203852 packets/sec
         319611138039 packets input, 207925329171426 bytes, 0 no buffer
         Received 15933471 broadcasts (1861935 multicasts)
         0 runts, 0 giants, 0 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 watchdog, 1861935 multicast, 0 pause input
         0 input packets with dribble condition detected
         456533612914 packets output, 150721245191996 bytes, 0 underruns
         0 output errors, 0 collisions, 0 interface resets
         0 babbles, 0 late collision, 0 deferred
         0 lost carrier, 0 no carrier, 0 PAUSE output
         0 output buffer failures, 0 output buffers swapped out
    switchA#sh logging
    Aug 10 11:06:42 spb-bm18-ts1.rascom.ru 41997: Aug 10 11:06:41.568 MSD: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/8, changed state to down
    Aug 10 11:06:43 spb-bm18-ts1.rascom.ru 41999: Aug 10 11:06:42.575 MSD: %LINK-3-UPDOWN: Interface GigabitEthernet0/8, changed state to down
    Aug 10 11:06:47 spb-bm18-ts1.rascom.ru 42002: Aug 10 11:06:46.962 MSD: %LINK-3-UPDOWN: Interface GigabitEthernet0/8, changed state to up
    Aug 10 11:06:48 spb-bm18-ts1.rascom.ru 42004: Aug 10 11:06:47.969 MSD: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/8, changed state to up
    switchB:
    switchB#sh run int tenGigabitEthernet 0/2
    interface TenGigabitEthernet0/2
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 343
    switchport mode trunk
    flowcontrol receive desired
    spanning-tree portfast trunk
    switchB#sh idprom int tenGigabitEthernet 0/2 | i ven
    Transceiver vendor name :CISCO-FINISAR
    Part number provided by transceiver vendor       :PT-X2-10GB-LR
    Revision level of part number provided by vendor :02
    switchB#sh int tenGigabitEthernet 0/2
    TenGigabitEthernet0/2 is up, line protocol is up (connected)
      Hardware is Ten Gigabit Ethernet, address is 001f.6dce.571f (bia 001f.6dce.571f)
      MTU 9198 bytes, BW 10000000 Kbit, DLY 10 usec,
         reliability 255/255, txload 109/255, rxload 79/255
      Encapsulation ARPA, loopback not set
      Keepalive not set
      Full-duplex, 10Gb/s, link type is auto, media type is 10GBase-LR
      input flow-control is off, output flow-control is unsupported
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input 00:00:01, output 00:00:11, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 4453
      Queueing strategy: fifo
      Output queue: 0/40 (size/max)
      5 minute input rate 3130664000 bits/sec, 1201335 packets/sec
      5 minute output rate 4283825000 bits/sec, 847495 packets/sec
         3535049629875 packets input, 1128548748159123 bytes, 0 no buffer
         Received 1828722 broadcasts (1594811 multicasts)
         0 runts, 0 giants, 0 throttles
         1183807 input errors, 1079049 CRC, 0 frame, 0 overrun, 0 ignored
         0 watchdog, 1594811 multicast, 0 pause input
         0 input packets with dribble condition detected
         2553310230181 packets output, 1625377446612813 bytes, 0 underruns
         0 output errors, 0 collisions, 0 interface resets
         0 babbles, 0 late collision, 0 deferred
         0 lost carrier, 0 no carrier, 0 PAUSE output
         0 output buffer failures, 0 output buffers swapped out
    Thanks!
    Alex.

    baileyshbr wrote:Is the fiber interconnecting the two 3650 switches owned by your company or leased from a telecommunications company?
    Owned by company.
    baileyshbr wrote:Do you have patch panels in the telecommunications room within the  buildings or is the fiber entering the building directly connectorized  and plugged in the X2 modules?
    There are patch panels.
    baileyshbr wrote:Are there any connectors in the fiber which are located at intermediate points (splice points) between the buildings.
    There are several intermediate splices between buildings.

  • Issue with eth0 interface

    Have a rh9 system, with /etc/sysconfig/network-scripts/ifcfg-eth0 contents :
    DEVICE=eth0
    IPADDR=140....
    NETMASK=255.255.254.0
    BROADCAST=140...
    GATEWAY=140....
    BOOTPROTO=static
    ONBOOT=yes
    During system bootup, eth0 never comes up automatically. "service network status" shows eth0 in "configured devices" only, not in "currently active devices".
    "chkconfig --list network" shows :
    network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
    After bootup, typing "service network reload" from command line activates eth0. Not sure what else could be stopping eth0 from coming up automatically upon reboot.
    Any suggestions ? Thanks.

    hi
    Try "dmesg|more" look for you dev(eth0 ) see if the is any errors anound it
    Gilles

  • Facing an Issue with Payables Open Interface Import

    Hi
    I am facing an issue with the Payables Open Interface Import...
    My Requirement is:
    1. Need to upload the PO, Supplier, Invoice #, Invoice Date details to custom table (through web ADi)
    2. From custom table storing in the AP invoice interface tables.
    3. From Interface table, calling API (Payables Open Interface Import) which wil create the invoive (PO matched)
    Now, If user has given wrong data some reasons....Payables Open Interface Import has rejected that entry....user has checked this and corrected later and trying to create the same invoice with the correcte data....As there is a rejected a line exists on the Header interface, line interface...even though if he pass the correct data in the second time it is cosidering that rejected row and not processing the correct row...
    Can any one suggest on this...
    Regards,
    Bala

    When processing a record, you can check if another ap_invoice_interface record exists for the same invoice number and
    1) Delete the old record and then insert a new one
    OR
    2) Update the old record instead of creating a new one
    Hope this helps,
    Sandeep Gandhi

  • Issue with addPrincipal() of Interface DocumentAcl

    Hi all,
    There is an issue with the addPrincipal(String id, String format, int idType) method of interface DocumentAcl which creates/sets readers for a document and validates them on identity management system.
    When I use this method for small number of readers say 3-10, readers are properly set for the document. However when I have a thousand users/readers for a single document the method throws OutOfMemory Error and does not add a single user for the document.
    I would like to add to above scenario that for a few documents (in my case for 40 documents) readers (all thousand) were properly set. Afterwards for each document I started getting OutOfMemory Error.
    Is it an issue with addPrincipal() method?
    Need your comments.
    I am using SES 10.1.8.
    Regards,
    Shakti

    Hi all,
    There is an issue with the addPrincipal(String id, String format, int idType) method of interface DocumentAcl which creates/sets readers for a document and validates them on identity management system.
    When I use this method for small number of readers say 3-10, readers are properly set for the document. However when I have a thousand users/readers for a single document the method throws OutOfMemory Error and does not add a single user for the document.
    I would like to add to above scenario that for a few documents (in my case for 40 documents) readers (all thousand) were properly set. Afterwards for each document I started getting OutOfMemory Error.
    Is it an issue with addPrincipal() method?
    Need your comments.
    I am using SES 10.1.8.
    Regards,
    Shakti

  • Issue with provided message for WSDL of SAP PI sender interface

    Hi,
    as I am not familar with SOAP interfaces and use of WSDL by partners with WSDL generated in SAP PI there are some issues that I have with a scenario:
    1. Import of external xsd for message is done
    2. Enterprise Repository and Integration Directory objects are completely created and activated
    3. WSDL was generated from ID Sender agreement (This is PI 7.1)
    4. Partner got the WSDL
    The partner provided now some test messages by mail that I would like to test in the mapping as the message is really complex.
    But the result is strange...
    1. The header of the partner message is this:
    <XJustiz_Daten xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Grunddaten xmlns="http://www.xjustiz.de">
    (Some german words are in that example. But this doesn t matter!)
    This is different to the xml that PI generates in mapping:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:XJustiz_Daten xmlns:ns0="http://www.xjustiz.de">
       <ns0:Grunddaten>
          <ns0:Grunddaten XJustizVersion="">
    Partner defines xsi:   instead of ns0   and PI fails using this message!
    So I had to change the message header and add ns0: to all element tags and node tags of the message.
    (See for example with first node "Grunddaten").
    2. There are some mandatory nodes and elements.
    An example:
    - Rechtsform is mandatory node (1..1) with element content (mandatory 1..1)
    So it will appear in the payload like this:
                        <ns0:Rechtsform>
                                <ns0:content xmlns=""/>
                         </ns0:Rechtsform>
    But the partner provides this:
    <Rechtsform xsi:nil="true" />
    which is the next issue as PI doesn t understand as xsi is not mapped to a namespace. !
    It would be easy to use an "exist" function to solve the issue with the not provided element but this will not help
    when the node is provided with additinal information xsi:....
    Can you give any help/answer why PI is not able to handle such things.
    Thank you!
    Best regards
    Dirk

    Hello Meinhard,
    If you are the Service Owner, the sender system must use your wsdl message (WebService Definition).
    If there're other problems or the sender system can't use your message structure, in agreement with them you need to develope a different mapping.

Maybe you are looking for

  • Problem in hibernate mapping

    Hi, I am new to hibernate and found some problem in mapping for a simple example. Kindly have a look at my code and stack trace and help me fix the problem. Mobile.hbm.xml <?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hiberna

  • My ipod touch has a grey screen with lines running through it

    My screen is grey with lines running horizontally across it 

  • Shared Objects

    Not sure this is sound programming .. but I offer it up for opinion as it resolved an issue and seemingly works .. The issue .. Attempting to provide for "bookmarks" in an app w/ the Shared Object .. Created the Obj in the maintimeline .. for the lif

  • Variant configuration rules verification

    Hello All,    We are using variant configuration in our company and have loaded BOMs with rules. So next step is to verify if the rules are correct or not. Now one option is to use CU50 to simulate the config but that can be done one by one material

  • Any one prepar integration test cases in SAP XI

    Hi, any one help me ,how to prepare integration Test cases in SAP XI bye suresh