Verifying the IEC Server components installation

Use this procedure to verify that IEC server components installation is properly configured, running, and correct. Before you can verify the installation, you must complete the Partner Administration tool installation.

Use this procedure to run a successful test message.

  1. Configure the BE settings.

    You set an API Reference in Partner Admin tool to configure BE settings.

  2. Access the EC Monitor page and verify that the EC nodes are running.

    Under the column Status, an OK indicates a running node.

  3. Check that EC_Central node is running.

    If EC_Central node is not successfully started, both the EC_Process and EC_MapGen nodes will not run.

  4. Expand the view of EC_Central node and verify that these nodes are running.
    • EC_Process

    • EC_MapGen

    • EC_UI

  5. Check that there are no errors in the Grid Application logs.

    You view the error logs in the EC application grid Management page.

  6. Verify the EC release version details.

    You check the release version details in EC application grid Management page > About.

  7. Run MBM_test 20 message.

    MBM_Test 20 is contained in the <Central File Folder location>\testdata.

This table shows the contents of MBM_Test_20_message:

MBM_Test_20 message

<?xml version="1.0" encoding="ISO-8859-1"?>
<Envelope xmlns="http://www.intentia.com/MBM" 
  xmlns:env="http://www.intentia.com/MBM_Envelope" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  xsi:schemaLocation="http://www.intentia.com/MBM MBM_Test_20_in.xsd">
    <Header>
         <env:delivery>
	    <env:to>
	      <env:address>you</env:address>
	    </env:to>
	    <env:from>
	      <env:address>your partner</env:address>
	    </env:from>
	    <env:reliability>
	      <env:sendReceiptTo/>
	      <env:receiptRequiredBy/>
	    </env:reliability>
	  </env:delivery>
	  <env:properties>
	    <env:identity>60420f-e9100efc2f-c46080485eff8d913831be79206dd756</env:identity>
	    <env:sentAt> BizTalkDate() </env:sentAt>
	    <env:expiresAt/>
	    <env:topic>http://www.intentia.com/MBM/ </env:topic>
	  </env:properties>
	    <env:manifest>
	      <env:reference uri="#Test_20_in@1.1">
	        <env:description>Doc Name Descr</env:description>
	      </env:reference>
	    </env:manifest>
	    <env:process> 
	      <env:type>test</env:type>
	      <env:instance/>
	      <env:handle/>
	    </env:process>
    </Header>
       <Body>
          <IN_TAG_ROOT>
            <IN_TAG_01>
                <in_e_01>alpha</in_e_01>
            </IN_TAG_01>
            <IN_TAG_01>
                <in_e_01>bravo</in_e_01>
            </IN_TAG_01>
            <IN_TAG_01>
                <in_e_01>charlie</in_e_01>
            </IN_TAG_01>
          </IN_TAG_ROOT>
       </Body>
</Envelope>