A result of this issue is many things within AX may stop working and if you go into
<Company>/System administration/Setup/Services and Application Integration Framework/Inbound Ports you will see many of the services have stopped and can not be restarted thus causing issues within the AX instance.
In order to fix this issue you will need to do the following(steps are listed as if you have a cluster of AOS instances)
- Stop all AOS instances
- Delete all files on the AOS server under C:\Program Files\Microsoft Dynamics AX\60\Server\<aos instance name>\bin\XppIL
- Connect to the model db via SQL Management studio
- Truncate the table SYSXPPASSEMBLY which lists all of the files found in step 2
- You can do this via the command: TRUNCATE TABLE SYSXPPASSEMBLY
- Start 1 AOS instance
- Run Full CIL
- Start remaining AOS instances
You should now look at the inbound ports to make sure everything now starts correctly. If this does not work you will need to run a full compile of the AOS and repeat the steps listed above.