aspnet_Membership - no rows generated
rbanning
Posts: 6
I am trying to generate membership data for an asp.net application. The site uses the standard aspnet_users and aspnet_membership tables that both have a primary key = userID that is a uniqueidentifier.
When I run SQL Data Generator, the records in the aspnet_users table are generated but no data is generated for the aspnet_membership table. The tool reports: "Generation stopped: The generator for column UserId could not generate any more values. Rows inserted: 0". The UserId field is set to use the Foreign Key Generator.
This is my first use of Data Generator so I am sure I am just missing something.
Any thoughts?
Thanks
ROB
When I run SQL Data Generator, the records in the aspnet_users table are generated but no data is generated for the aspnet_membership table. The tool reports: "Generation stopped: The generator for column UserId could not generate any more values. Rows inserted: 0". The UserId field is set to use the Foreign Key Generator.
This is my first use of Data Generator so I am sure I am just missing something.
Any thoughts?
Thanks
ROB
Comments
Cheers,
ROB