Clarity

  • 1.  How to xog multiple processes in one time?

    Posted May 08, 2017 08:26 AM

    Hello,

    I have 30 Processes which need to be migrated to Test environment from Dev environment. One by one by process can be xog'd via process read and write xog xml file on  Xog client. But is there any way Xog all processes in one shot instead of doing it one by one?



  • 2.  Re: How to xog multiple processes in one time?

    Posted May 08, 2017 10:24 AM

    And why would you want such overhead ?

     

    Better to do them one by one

     

    NJ



  • 3.  Re: How to xog multiple processes in one time?

    Posted May 08, 2017 12:03 PM

    If you want to, you can read more than one process if you use other filtering criteria than EQUALS.

    See options and further discussion in the links in

    Emulate NOT EQUALS in XOG Filter 

     

    If you want to you can put all processes in one input file for writing

     

    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_contentPack.xsd">
      <Header action="write" externalSource="NIKU" objectType="contentPack" version="8.0"/>
      <contentPack update="true">
        <Processes>
          <Process code="xx"

    ...

    </Process>

          <Process code="xx"

    ...

    </Process>

          <Process code="xx"

    ...

    </Process>

          <Process code="xx"

    ...

    </Process>

          <Process code="xx"

    ...

    </Process>

          <Process code="xx"

    ...

    </Process>

    </Processes>

    </contentPack>

    </NikuDataBus>

     

    another option is to use third party tools like ITROI Query Bridge which can process multiple input files.



  • 4.  Re: How to xog multiple processes in one time?

    Posted May 09, 2017 07:27 AM

    Thanks Urmas for your comments. But my objective is to Read all processes in shot and output (i.e. Write) want to xog into another environment. Reading processes one by one and put all in one write file will not save my time and efforts in xogging.



  • 5.  Re: How to xog multiple processes in one time?
    Best Answer

    Posted May 09, 2017 08:27 AM

    Hello,

    I got the answer. We just need to change the Criteria to OR instead of EQUALS and Put all processes with comma separated.



  • 6.  Re: How to xog multiple processes in one time?

    Posted May 09, 2017 09:21 AM

    If you do not have any criteria you would get all the processes.



  • 7.  Re: How to xog multiple processes in one time?

    Posted May 10, 2017 03:09 AM

    Just remember, to XOG a process(s), it may have to be in draft mode in the environment you are xog'ing into (which means no process history, running instances etc), and once xogged in, you will still need to re-enable each one.  I generally do one at a time, so I make sure each process gets in correctly, and all steps are undertaken to enable it.