Unable to deploy package in quiesce mode

Integration Server is in a quiesce mode and we are trying to deploy build on the same IS. Build was created using Crossvista deployment tool and we are trying to deploy it using Crossvista. One canonical package which has publishable documents errors out during deployment. However, same package gets deployed properly when server is in active mode.

Error says:
06:24:57 >> [321] >> ------------ install packages ----------------
06:24:57 >> [321] >> add manifest info : time : 2017-01-12 14:37:55 CET
06:24:59 >> [321] >> installPackage : Package.zip - Package- 3605619
06:24:59 >> [321] >> invoke : team.agent.utils:putFileToWMServer
06:24:59 >> [321] >> invoke : team.agent.utils:putFileToWMServer
06:24:59 >> [321] >> invoke : team.agent.utils:putFileToWMServer
06:25:00 >> [321] >> invoke : team.agent.utils:putFileToWMServer
06:25:00 >> [321] >> invoke : team.agent.utils:copyPackageToInbound
06:25:01 >> [321] >> invoke : team.agent.utils.patch:installPackage
06:26:22 >> [563] >> invoke : team.agent.utils.patch:installPackage 81403 ms
06:26:22 >> [321] >> INSTALL MSG : Package package installed and activated.
06:26:22 >> [321] >> invoke : wm.server.packages:packageInfo
06:26:23 >> [321] >> package ‘Package’ installed
06:26:23 >> [321] >> invoke : team.agent.utils.patch:setPackageACL
06:26:23 >> [321] >> 1 node ACL restored
06:26:37 >> [321] >> Error during package “Package” installation : com.wm.app.b2b.broker.sync.SyncException: com.wm.app.b2b.broker.conv.TypeCoderException: [ISC.0107.9011] SimpleType with the name ‘nametype’ does not exist on the Integration Server.
06:26:37 >> [321] >> error *** com.wm.app.b2b.broker.sync.SyncException: com.wm.app.b2b.broker.conv.TypeCoderException: [ISC.0107.9011] SimpleType with the name ‘nametype’ does not exist on the Integration Server.
com.wm.app.b2b.client.ServiceException: com.wm.app.b2b.broker.sync.SyncException: com.wm.app.b2b.broker.conv.TypeCoderException: [ISC.0107.9011] SimpleType with the name ‘nametype’ does not exist on the Integration Server.
at com.wm.app.b2b.client.Context.invoke(Context.java:381)
at com.crossvista.util.Context2.invoke(Context2.java:88)
at com.crossvista.util.InvokeRunner.run(InvokeRunner.java:41)
Caused by: com.wm.app.b2b.server.ServiceException: com.wm.app.b2b.broker.sync.SyncException: com.wm.app.b2b.broker.conv.TypeCoderException: [ISC.0107.9011] SimpleType with the name ‘nametype’ does not exist on the Integration Server.
at com.wm.app.b2b.client.BaseContext.throwIfError(BaseContext.java:1129)
at com.wm.app.b2b.client.Context.checkError(Context.java:1096)
at com.wm.app.b2b.client.Context.invoke(Context.java:1064)
at com.wm.app.b2b.client.Context.clusterSvcInvoke(Context.java:417)
at com.wm.app.b2b.client.BaseContext.clusterInvoke(BaseContext.java:1045)
at com.wm.app.b2b.client.Context.invoke(Context.java:377)
… 2 more