This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - Installation Help for BDC step?

shubhu2233 - Friday, August 26, 2011 6:24 AM:

 hi all

I have configured everything that mentioned in the document of aras integration with SharePoint. i have covered each and every step things looks fine working fine.

but the problem is that when go for  "Parts" external list then after processing i got following error:

"MethodInstance with Name 'ReadList' on Entity (External Content Type) with Name 'PartEntity' in Namespace 'Rzrlf.SP.Innovator.Bdc.PartBdcModel' failed unexpectedly. The failure occurred in method 'ReadList' defined in class 'Rzrlf.SP.Innovator.Bdc.PartBdcModel.PartEntityService' with the message 'The TEST requested login failed for user admin.'."

which credentials to pass in settings file
Currently i passed:

namespace Rzrlf.SP.Innovator.Bdc
{
    internal class Settings
    {
        internal static string InnovatorDatabaseName
        {
            get
            {
                return "InnovatorSolutionsDB";
            }
        }

        internal static string InnovatorPassword
        {
            get
            {
                return Aras.IOM.Innovator.ScalcMD5("innovator");
            }
        }

        internal static string InnovatorServerUrl
        {
            get
            {
                return "192.168.10.152:420/.../Innovator.aspx";
            }
        }

        internal static string InnovatorUserName
        {
            get
            {
                return "admin";
            }
        }
    }
}

please suggest me to rectify this problem.

Shubham



shubhu2233 - Monday, August 29, 2011 1:58 AM:

Please some body suggest me....

thanks