" Error when inserting in PSA table RSTSODSPART" when loading into PSA

Hello,
Did anyone encounter something similar, and found a solution ?
BI 7.0 -  EnhP 1 - SP5
When loading data from R/3 into PSA, we encounter following error message:
" Error when inserting in PSA table RSTSODSPART"
===============================================================
- the first datapackage is written successfully to PSA,
but from the second datapackage onwards the error message pops-up
" Error when inserting in PSA table RSTSODSPART"
- The original dataselection in the infopackage is somewhere stored
If the selection in the InfoPackage is reduced (e.g. only one document i.o. a period)
it stil starts loading according the original selection (the month)
- If we create a new InfoPackage and select very few data (only one datapackage)
then we can load to PSA succesfully, but when we load to DSO we can't activate the DSO.
- We remarked that:
Two versions of the PSA exist for that datasource 0FI_GL_40:
a Table(/BIC/B0000555000) in version 1 exists,
a Table(/BIC/B0000555001) in version 2 exists
Thanks in advance,
Best regards

Hello All,
We had a problem similar to what Ilse Depoortere describes. The problem happens in our BW QA system a few days/weeks after it has been copied from Production. Data loads start failing with these two error messages:
RSM2 851 - Error when writing in PSA (Caller 32)
RSAR 130 - Error 7 when adding to PSA (Caller 70)
We have just implemented the fix described in note 1340371 (replaced the LIB_DBSL with patch level 247), and the problem is gone. Failed data load process chains can be restarted and finish successfully.
This has been a really useful discussion, thanks all! And thanks to my coworker Bob who found it.
Vince Vajda

Similar Messages

  • SQL*Loader-929: Error parsing insert statement for table

    Hi,
    I get the following error with SQL*Loader:
    Table MYTABLE loaded from every logical record.
    Insert option in effect for this table: INSERT
    Column Name Position Len Term Encl Datatype
    IDE FIRST * ; CHARACTER
    SQL string for column : "mysequence.NEXTVAL"
    CSI_NBR 1:10 10 ; CHARACTER
    POLICY_NBR 11:22 12 ; CHARACTER
    CURRENCY_COD 23:25 3 ; CHARACTER
    POLICY_STAT 26:27 2 ; CHARACTER
    PRODUCT_COD 28:35 8 ; CHARACTER
    END_DAT 44:53 10 ; CHARACTER
    FISCAL_COD 83:83 1 ; CHARACTER
    TOT_VAL 92:112 21 ; CHARACTER
    SQL*Loader-929: Error parsing insert statement for table MYTABLE.
    ORA-01031: insufficient privileges
    I am positive that I can SELECT the sequence and INSERT into the table with the user invoking sql*loader.
    Where does that "ORA-01031" come from?
    Regards
    ...

    Options:
    1) you are wrong about privileges OR
    2) you have the privilege only when you connect via SQL*Plus (or whichever other tool you used to test the insert).
    Is it possible that during your test you enabled the role which granted you the INSERT privilege - and that SQL*Loader doesn't do this?
    Can you see the table in this list?
    select *
    from user_tab_privs_recd
    where table_name='MY_TABLE'
    and owner='table owner whoever';
    select *
    from user_role_privs;Any roles where DEFAULT_ROLE is not YES?
    HTH
    Regards Nigel

  • Load into PSA, then into target - in process chains

    Hi
    I have a question regarding first loading into PSA, then into target - using process chains
    It can be done by executing a package only loading into PSA. Then using the process type "Read PSA and Update Data Target".
    My problem is, that I want to split this into two seperate chains. I.e. loading all data into PSAs before loading into targets. But when I do these two tasks in seperate chains I get a syntax error shown below. Can it really be true, that you are not able to do this in seperate chains???
    Thanks
    Karsten
    Process LOADING variant ZPAK_3WI2VMPZM3FE8Y1ELC0TKQHW7 is referenced but is not in the chain
    Message no. RSPC060
    Diagnosis
    Process LOADING, variant ZPAK_3WI2VMPZM3FE8Y1ELC0TKQHW7 must precede the current process. This process is not however available in the chain.
    System response
    The system is unable to activate the chain.
    Procedure
    Change the current process so that it no longer references LOADING ZPAK_3WI2VMPZM3FE8Y1ELC0TKQHW7, or schedule process LOADING ZPAK_3WI2VMPZM3FE8Y1ELC0TKQHW7 in the chain so that it precedes the current process.

    Hello Karsten
    I've discussed this with SAP and even if the response was not clear, it doesn't seem to be possible. We also wanted to do this because we have source system working 24h/24 and 7/7. So as master data and tx data can be created at any time, it was the only way to make sure all master data were available for the load of tx data (loading tx data in PSA, then loading master data, then PSA to target). Is it for the same reason that you want to dissociate the loads ?
    What I've done eventually is load in an ODS not BEX relevant (so SID not required), no master check in IP, so the ODS is like the PSA. Then load master data, activate. Then load from this ODS to target. It's working fine. I do not reconsidere changing this.
    Good luck
    Philippe

  • Error when inserting in a table with an identity column

    Hi,
    I am new to Oracle SOA suite and ESB.
    I have been through the Oracle training and have worked for about 2 months with the tooling.
    We have a Database adabter that inserts data in 5 Tables with relations to each other.
    Each table has his own not NULL Identity column.
    When running/ testing the ESB service we get the error at the end of this post.
    From this we learned that the Database adapter inserts the value NULL in the identity column.
    We cannot find in the documentation how to get the database adabter to skip this first column and ignore it.
    Is this possible within the wizard? Our impression is no
    Is this possible somwhere else/
    And if so How can we do this?
    If anyone can help it would be greatly appreciated
    Pepijn
    Generic error.
    oracle.tip.esb.server.common.exceptions.BusinessEventRejectionException: An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: esb:///ESB_Projects/GVB_PDI_PDI_Wegschrijven_Medewerkergegevens/testurv.wsdl [ testurv_ptt::insert(VastAdresCollection) ] - WSIF JCA Execute of operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception.
    insert failed. Descriptor name: [testurv.VastAdres]. [Caused by: Cannot insert explicit value for identity column in table 'VastAdres' when IDENTITY_INSERT is set to OFF.]
    ; nested exception is:
         ORABPEL-11616
    DBWriteInteractionSpec Execute Failed Exception.
    insert failed. Descriptor name: [testurv.VastAdres]. [Caused by: Cannot insert explicit value for identity column in table 'VastAdres' when IDENTITY_INSERT is set to OFF.]
    Caused by Uitzondering [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.3.0) (Build 070608)): oracle.toplink.exceptions.DatabaseException
    Interne uitzondering: com.microsoft.sqlserver.jdbc.SQLServerException: Cannot insert explicit value for identity column in table 'VastAdres' when IDENTITY_INSERT is set to OFF.Foutcode: 544
    Call:INSERT INTO dbo.VastAdres (ID, BeginDatum, Einddatum, Land, Plaats, Postcode, VolAdres) VALUES (?, ?, ?, ?, ?, ?, ?)
         bind => [null, 1894-06-24 00:00:00.0, 1872-09-04 00:00:00.0, Nederland, Wijdewormer, 1456 NR, Oosterdwarsweg 8]
    Query:InsertObjectQuery(<VastAdres null />).

    Hi,
    Click on the resources tab in the ESB system/ Project to see the ESB system design and all the components in it.
    Click on the Database adapter that you want to edit..and make the necesary changes..
    Check this link.
    http://download-uk.oracle.com/docs/cd/B31017_01/core.1013/b28764/esb008.htm for "6.8.2 How to Modify Adapter Services" section.
    If you are calling a database procedure which inturn makes the insert, you will have to make changes in the database and you job would be much simpler. It seems there are limitations on what you can change in the Database adapter once it is created. Please check the link for further details.
    Thanks,
    Rajesh

  • Getting an error when inserting a big table inside a ""-

    hi iam getting an error String not properly closed when i add big table inside a "".plz give me an idea how to insert a table inside a String.iam using jsp .
    thanks in advance

    1) Please use proper English grammar, spelling, punctuation, and capitalization.
    2) I don't know what you mean "convert this forum page to a Word doc." Are you talking about taking HTML that's served up from some arbitrary URL and saving it in a Word doc? If so, you would not have the page's content hardcoded in your JSP. If you need to hardcode the page's content in your JSP, then I'm still not understanding what you're doing.
    3) If you want to write it out in .doc format, then you need to use a library that can write that format, such as POI from jakarta: http://jakarta.apache.org/poi/
    4) Don't tell me not to say I don't understand. If I don't understand what you're saying, I'm going to say so. It would be stupid for me to pretend I understand when I don't.
    I don't think I can help you. Good luck.

  • BI Z-Table as datasource unable to load into psa

    Dear Experts
    I have a ztable datasource. The ztable is in BI . The table contains text fields for all the attributes.
    I have mapped this to 0customer attribute without mapping the text fields from the datasource / ztable.
    I created an infopackage to full load all data from the table.
    The infopackage was waiting at "Extraction " stage. It showed "xxx number of records were sent ".
    At "processing" stage , the "data package" section shows message "A data packet is either sent with transfer method iDoc or psa to BI ......"
    In the monitor wizard, the diagnosis showed: "the background job in the source system was not terminated. In this case it is probable that the tRFC to or from the soure system is incorrect. To check this, the ALE inbox of the source system must be checked and compared with the BI ALE inbox."
    Please advise what could be the cause for not being able to load this data from ztable.
    Thank you .
    regards
    Bass

    Dear Venkatesh,
    I was unable to find any sm37 errors.
    Can I confirm that to load to 0customer in BI7, the datasource created can be of type 3.x or BI7 type?
    When creating the datasource, I  selected non 3.x type. Only 2 types can be selected from.
    Also, I rerun the infopackage (IP) with  ST01 trace on my id for authorization and SQL trace.
    Nothing was found.
    The IP status is yellow : "Data not received in PSA Table"
    Diagnosis :  "Data has not been updated in PSA Table . The request is probably still running or there was a short dump."
    and it appears to be waiting for something forever. It will time out and then the request is red.
    regards
    Bass

  • Data is not loaded into PSA

    When I am scheduling infopackage, request is successful saying 200 records received in PSA but no data is there in PSA.

    hi ambika,,,
    this could happen because of Check if PSA table is active or not, if not replicate from source system.
    can u provide details msg about scheduling thr info pkg. there could loading issue in extractor settings.or selection parameter provided is invalid.
    Regards
    satish

  • Using RSCRM_BAPI to convert data from Query and load into PSA to DSO

    Hi Experts,
    I have a complex query which is being executed in BeX.
    I need to go in the reverse direction and extract the data from the Query and load into the PSA and then to a DSO.
    I am using RSCRM_BAPI for this purpose and have got data into the extract table successfully.
    But , my query has some variable screen wherein we need to give some inputs for selection.
    I have create those Infoobjects and put them in the DSO.
    How do I capture these inputs of  the selection screen for storing in fields of my DSO as the Extract table does not store these inputs  ???

    write the whole insert query desired by you with the help of excel formulas.they are very easy or google 'how to use excel formulas".
    then copy the fromula to whole set of data in excel fields.
    run the insert query in excel as batch.
    i hope this helps.

  • Getting error when inserting Web API/Table Inteface class in Web Template !

    Hi Experts,
    I am getting error -- Invalid Renderer class: '&1' ZTEST_BWREPORT_ADI
    while inserting the <param name="ITEM_CLASS" value="ZTEST_BWREPORT_ADI"/> in HTML code of the template, having one table web item, before  <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/> statement to get the customization I have done in ZTEST_BWREPORT_ADI as per table interface.
    Please look into the issue and try to suggest the possible solutions as soon as possible.
    Regards,
    Aditya Srivastava.

    Hi,
    The got the solution which is nothing tricky. I have to just insert <param name = "MODIFY_CLASS" value = "ZTEST_BWREPORTS_ADI"/> after <param name = "ITEM_CLASS" value = "CL_RSR_WWW_ITEM_GRID"> to get the desired result. Though I don't know what might be the reason (since I am very new to BW) but atleast the thing is working.
    Regards,
    Aditya Srivastava.

  • Forall issue when inserting on remote table

    Hi all,
    when I run this code, it works:
    forall i in 1..insCounter
    insert into table_name
    values(
    IdArray(i),
    RefererArray(i),
    UserAgentArray(i),
    LanguageArray(i));
    but when I try to do the same on a remote table(same structure):
    forall i in 1..insCounter
    insert into table_name@DBLINK
    values(
    IdArray(i),
    RefererArray(i),
    UserAgentArray(i),
    LanguageArray(i));
    all inserted values are null...
    Any idea?
    Thanks

    I've got very similar problem some months ago. After some back and forth stage I've realized that the problem was in some expressions in source query that used locally defined PL/SQL functions. It appeared that Oracle tried to execute this local functions on remote server and finalyy I've got an error
    ORA-04052: error occurred when looking up remote object <schema>.<package name>@<local server url>
    When I removed the calls to local functions everything began to work fine.
    What are exact expressions for columns in your
    select col_1,...,col_n
    from local_table
    Are there any function calls there?
    Cheers

  • Error when click on any table and when click on sql its show errors....

    Dear i am using updated SQL Developer 1.5
    Errors when i click on the tables under my user, then on the window there is cloumn,data,constraints, ets i click on every tab no error when i click on the sql tab i found these errors on every user table and on every single tables kindly check this out.
    and its also show me the results but on logging window its shows these errors.
    Sequence - 144, Elapsed - 0, source- oracle.dbtools.raptor.utils.Connections$ConnectionKey
    messgae = null
    Sequence - 146, Elapsed - 553672, source-oracle.dbtools.db.DBUtil
    message =
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3918
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4066
    ORA-06512: at "SYS.DBMS_METADATA", line 831
    ORA-06512: at line 1
    Sequence - 147, Elapsed - 78, source- oracle.dbtools.db.DBUtil
    messgae =
    ORA-00904: invalid column name
    Regards,
    Kamran J. Chaudhry
    Pakistan.

    Dear 1st of all thansk for given me reply,
    Actually i am using oracle 9.02 and i just checking that its connect or not but its successfully connected and also showing me the results.
    so you tell me is this a fine work or just conencted and show the results and others commands or its what...
    thanks for your nice cooperation
    Kamran J. Chaudhry
    Pakistan.

  • ERROR in inserting values in table  PL/SQL code

    Hello Friends,
    I am facing a peculiar logical error in my PL/SQL code. PFB the code for your reference -
    for k in (select account_no from mirror_lookup_accnt_hierarchy where mdate = sys_date) LOOP
    dbms_output.put_line(' SYSDATE :!! '||sys_date||' '||k.account_no);
    insert into sfdc_account select * from mirror_sfdc_account where sap_account_id__c=k.account_no;
    commit;
    end loop;
    Just to elaborate on the code functionality......
    The outer FOR loop on the table has the records in the order i want to populate in the final sfdc_account table.
    Now, i compare the account_no of the table mirror_sfdc_account table with the account_no of the FOR LOOP and INSERT that record in the final sfdc_account table. So, it is entered according to the order i want to have.
    The problem is, this code runs fine for the first time, but then on it does not popuate the values in the right order according to the FOR LOOP values.
    I have tried deleting data and running again, but the error persists. It enters the records but NOT IN ORDER according to the condition i have given!!
    Kindly Help.....what can be the problem!!
    Thanks and Regards,

    Hi friend,
    The thing is that we need to populate the final
    table based on a hierarchy,the relation between
    parent and child fieldNo. The thing is.... that Oracle is a relational database. That means that the data is stored in a relational manner, not in an ordered manner, such as you get with COBOL and it's flat file format.
    You CANNOT rely on the database to store data in an ordered manner.
    If you require the data in some sort of order when you retrieve it then you MUST store information against the data which can be used to determine that order and you MUST specify an ORDER BY clause on your query that retrieves the data.
    Internally Oracle will not maintain the order of the data for you automatically.
    This is a simple truth.

  • I have ipad 2 wifi 3gs wich was bought month ago. i have problem with my hardware. i turns off often when it placed on table r when i carry it with in my bag.. wht could be the issue ... can it be resolved. How?

    I have 16 gb ipad 2 wifi 3gs model. it was bought a month ago . i am facing a problem ... It automatically turning off many times. when ever i place on my table or carry it with me in mybag . and manytime even when i have it my hand ...i am wodering how could apple product can have such hardware issue... i noticed that when i when i touch the coners of my ipadd it goes off agian..

    You are still covered by the warranty. Return the defective unit for a replacement?
    Stedman

  • SICF - HTTP 500 Error when testing SOAP RFC Service for XML load into BW

    I am trying to load a XML file into BW w/o XI.  So there is no source system as such.  I followed the 'How to guide on loading XML to BW.  I am on BW 3.5.  I went to
    transaction SICF>default_host/sap/bc/soap/rfc
    I did a RMC and selected Test Service.  A browser window open like it is trying to connect to the BW system, but I see the HTTP 500 - Internal Server Error.
    What is causing this?  All services are appearing as Active (grayed out).  I am basically trying to put the XML file into the BW delta queue.  The BW data source have been created and ther is a green entry in RSA7.
    Thanks in advance.

    Dinesh,
    My question was more reagrding one of the steps that is not working i.e. testing for webservice.  I am aware of the datasource etc.
    Hence, still looking for help on what could be the causes of my error as described in the original message above.
    Thanks!

  • Data can not be loaded into PSA iva process chain

    dear guru,
    the process chain is very simple: datasource(mster data, full)--->PAS
    shedule : start at 10:00 AM, hourly
    when i run sm50, i can find the job is released. but when i checked in PSA, nothing found.
    why?
    thanks.
    brgds/steve

    Hi,
    If u want u can run only the load manually by displlay variant and schedule...
    But to test the chain, as it is a full load can u run the process chain again...it may work fine....
    May be the old job might not have scheduled corectly, may be still in released state once the job come into active it'll be fine...
    But still try to run again the chain once and revert..
    rgds,
    Edited by: Krishna Rao on Apr 15, 2009 12:40 PM

Maybe you are looking for

  • Loading images dynamically

    Hi, This is my code. [Embed(source="C:/images/temp.jpg")] var uploadedImage:String; imgPhoto.source = uploadedImage; Every time the image changes, I need to dynamically load the new image. But flex seems to cache the image somewhere. I cannot get the

  • Captivate 4 - Automaticaly stop recording ?!

    Hello When I produce a demonstration everything is fine except when I have to fill in a text box. When I click in it software automatically stops recording. Why? What should I do?

  • Painfully S--l--o--w

    I've been using Leopard for about a month now. It is just painfully slow. Typing in any Microsoft App -- Entourage, Excel, Word is like typing in mud -- Finder behavior is sluggish at best. Continual refreshes in Word. Will the new versions of MS app

  • TS3276 Emails piling up in the Outbox. Why? How to fix?

    Every so often my Outbox fills up with Emails I thought had been sent. They pile up because one of the Emails has a problem in some cases but other times it's a particular Email that is malfunctioning. Is there any way to fix this with one solution?

  • Beginners question, how to use script?

    Hi there Im on OSX, ID4, soon upgrading to ID5.5 I've been looking for a way to automatically add metadata (author) to a document/exported PDF. So i found this http://forums.adobe.com/message/3443064 - looks like the answer I'm seeking, but how do i