Clarity

  • 1.  XOG in System Groups

    Posted Sep 25, 2015 03:05 PM

    Not quite this question How to XOG out Participant's System Groups

     

    So, we need to know if possible to XOG in System Groups as participants in a Project (Team - Participants, then select System Groups in "Show")

    We've tried something like this:

     

    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_project.xsd">

      <Header action="write" externalSource="NIKU" objectType="project" version="13.1.0.0248"/>

      <Projects>

        <Project name="My Test Project" projectID="PRJ1234">

          <participants>

            <group name="my_group_code"/>

          </participants>

        </Project>

      </Projects>

    </NikuDataBus>

     

    and received back this output:

    <XOGOutput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/status.xsd">

      <Object type="project"/>

      <Status elapsedTime="0.0 seconds" state="FAILURE"/>

      <Statistics failureRecords="0" insertedRecords="0" totalNumberOfRecords="0" updatedRecords="0"/>

      <ErrorInformation>

        <Severity>FATAL</Severity>

        <Description>[Error] :0:0: tag name "group" is not allowed. Possible tag names are: &lt;resource&gt;

    </Description>

        <Exception type="java.lang.Exception">Invalid xml data</Exception>

      </ErrorInformation>

    </XOGOutput>

     

    so it does not work

     

    Any ideas?

     

    Thank you guys

    Patricio



  • 2.  Re: XOG in System Groups
    Best Answer

    Posted Sep 25, 2015 04:19 PM

    Patricio.Guarda wrote:

     

    Not quite this question How to XOG out Participant's System Groups

     

    ....

     

    Any ideas?

     

     

    OK, so maybe not quite that question, but how about this one ; Add Group Participant through Xog

     

    (answer is still "no" though! )



  • 3.  Re: XOG in System Groups

    Posted Sep 25, 2015 04:23 PM

    Thank you David!

    It looks like it's not possible... bummer