Richard Smith wrote: > I've got the thing collecting information from the Novell NDS fine... > that works... But when I go to create the user (since midgard tracks > authors and stuff I need to do it this way) using mgd_create_person It > fails to return the User ID created. > > Subsequently my "registration" (if you can call it that) fails, since I > then use the returned UID and create a midgard login and I don't want > midgard complaining about that... > > When I call mgd_errStr it returns: MGD_ERR_OK strangely... If I look in > ASGARD, then the user is not there... > > Does anyone know what's going on? I'm going to an bang my head against a > brick wall if not :P > > If ya need more info, gimme a shout?
Do you see a query trying to add the user to the database? If not, we'll need to investigate further. If you do, try running the same query by hand to see if the user gets added. It could be a query error, or a permission problem. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
