Hi, I get the following error when testing the PassThrough module: ModuleId: 501 ModuleDefId: 148 FriendlyName: Inventua - PassThroughTarget ModuleControlSource: DesktopModules/Inventua - PassThroughTarget/PassThroughTarget.ascx AssemblyVersion: 03.01.01 Method: DotNetNuke.Entities.Users.UserInfo.set_Profile FileName: FileLineNumber: 0 FileColumnNumber: 0 PortalID: 0 PortalName: Test FSE UserID: -1 UserName: ActiveTabID: 105 ActiveTabName: Forum AbsoluteURL: /Dnn312/Default.aspx AbsoluteURLReferrer: ExceptionGUID: 006d6a6b-2905-4228-9009-1754f3ae0b0b DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider InnerException: Object reference not set to an instance of an object. Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Entities.Users.UserInfo.set_Profile(UserProfile Value) at Inventua.DNN.Modules.PassThroughTarget.CreateUser(Int32 SourceUserID, String Password, String DNNVersion) at Inventua.DNN.Modules.PassThroughTarget.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace --- StackTrace: Source: Server Name: ECON
Configuration is like this: The "target" is set on a page within a Forum, where I put the Source DB Connetction to "Server=(....)Database=..... etc." (I have also tried with only the connection name from the web.config). I have also checked the "Synchronize Security Roles:" option. In the "source" I put the URL of the page with the Forum module. When trying to connect, I get the above error in the Log Viewer. Also, the user in _not_ created (I have checked the "UserPortals" table in th BD) The user in the source portal is created using the minimal requirements (first, last, user, pass, mail) Thank you, Catalin MAICAN |