Git Product home page Git Product logo

Comments (3)

isparks avatar isparks commented on June 13, 2024

Not too sure. One thing that stands out to me is that you are using ItemGroupRepeatKey="@context" but you are not providing any context ItemData values for it to do it's lookup. The docs give an example:

<ODM  >
...
   <FormData FormOID="AE" FormRepeatKey="1" TransactionType="Update">
      <ItemGroupData ItemGroupOID="AE_LOGLINE" ItemGroupRepeatKey="@CONTEXT"
        TransactionType="Update">
         <ItemDataAny ItemOID="AETERM" TransactionType="Context">Headache</ItemDataAny>
         <ItemDataDate ItemOID="AESTDTC" TransactionType="Context">2010-03-14
           </ItemDataDate>
         <ItemDataDate ItemOID="AEENDTC">2010-03-20</ItemDataDate>
      </ItemGroupData>
   </FormData>
...
</ODM>

and

In this ODM request example, the log line to be located is identified as the line where the AETERM field has the value 
Headache and the AESTDTC field has the value 2010-03-14. If both these field values are found, this request updates the 
AEENDTC field with the value 2010-03-20.

So the fact it can't find your log lines to update might be the problem. Could it be that its trying to create new log lines and there is a limit (set by default values with | symbol in the field default values for the log line) on the number of log lines allowed?

from rwslib.

glow-mdsol avatar glow-mdsol commented on June 13, 2024

Is this resolved? Can we close?

from rwslib.

vagarwal77 avatar vagarwal77 commented on June 13, 2024

Yes, please close
Thanks

from rwslib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.