I thought about putting this under tips and tricks, but maybe Bug could be more reasonable.
I let the tool search for a tie pair and it kept getting that error. I found that I could create a node set by node ID to identify the node giving the error. I noticed that the only MPC in that node was the Tie so I deleted it and made it by hand and that resolved the problem.
I found this in one of the online manuals:
*DISTRIBUTING COUPLING,ELSET=E1
LOAD,1.
*DISTRIBUTING COUPLING,ELSET=E2
LOAD2,1.
*NSET,NSET=LOAD
5,6,7,8,22,25,28,31,100
*NSET,NSET=LOAD2
8,28,100,31,5
will not work because the dependent nodes 5 and 8 are used as independent nodes as well in EACH of the distributing coupling definitions. An error message will result in the form:
*ERROR in cascade: zero coefficient on the
dependent side of an equation
dependent node: 5
Since node 5 is used into cases, it gives an error. I know of this happens when you apply for example rigid constrains to nodes. It would be cool to have a full list of possible issues related to shared nodes.