Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How To Export User List - DNN 4.xHow To Export User List - DNN 4.x
Previous
 
Next
New Post
2/28/2008 12:13 PM
 

Hi

I need to export my user list. I expected there to be a handy button in the user list interface, but no joy ... anyway, 8 hours on (the system is SO slow it can take half an hour to load some screens) I've tried a few things. First I changed the number of users displayed from 100 to 3000. Oops... that took over an hour to finally display... so changed that back! Another half an hour wait.

All I want to do is to export the user list. I don't mind paying a few quid to buy a module but haven't found one yet.

Can anybody point me at a way to do this? I want to export certainly the following fields: username, firstname, lastname, date joined, last login date, authorised.

Skill Level: I am PC literate, but not a developer at all.

Thanking you in anticipation

 
New Post
2/28/2008 1:15 PM
 

you can use the following query to generate the list in Host :: SQL and copy paste into excel or wherever you want:

SELECT u.username, firstname, lastname, isApproved, CreatedDate, LastActivityDate from {databaseOwner}{objectQualifier}users AS U INNER JOIN {databaseOwner}vw_aspnet_membershipUsers AS A on U.username = A.username

You can use reports module for frequent queries using the query above.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
2/28/2008 2:30 PM
 

Thanks for that. I would never have known any of the table names or field names.

But, where it says {databaseOwner} I presume I have to put some username that I've got at my host in that set of brackets?

And {objectQualfier} - is that something I have to find out (if so, what)?, or is that to be typed exactly like that?

Thanks

 

 

 
New Post
5/19/2008 7:51 AM
 

Hi Earner,

I came across this post because i'm also looking for a way to export my users. I have adjusted the query, CreatedDate into CreateDate (d is not required). I have also removed the databaseowner and objectqualifier remarks.

This did the trick for me.

Cheers,

Marc


Regards,
Marc

www.biservices.eu for free nl-NL resourcepacks.
 
New Post
8/29/2008 1:01 PM
 

I, too, was looking for a way to export my user information and came across this post.  It was very helpful.

However, I wanted to include the user's email address.  When I entered the field "email" the query test returned "ambiguous" and unable to process.  Is there a list of available fields that can be used in this query?

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How To Export User List - DNN 4.xHow To Export User List - DNN 4.x


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out