I have been using the SharePoint ItemGrid stuff posted at plm.codeplex.com. When I try and click on a link of an item (which is supposed to drill down into Aras), I get the following error:
- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
- <SOAP-ENV:Body>
- <SOAP-ENV:Fault xmlns:af="http://www.aras.com/InnovatorFault">
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>The Database is not available.</faultstring>
- <detail>
<af:legacy_detail>The Database is not available.</af:legacy_detail>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
the link that it tries to open is
http://192.168.2.5/InnovatorServer/Server/InnovatorServer.aspx/Client/item_opener.htm?StartItem=...
with some stuff at the end, so I am not familiar with the item_opener.htm script. What does this error mean, and how to I resolve it?