How do I run an inquiry in Confluence?

R Donato
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2014

Hello,

I ran the Log Scanner and received the following error: Import Failed Due To Duplicate Entry Error

The Diagnosis is to run the following inquiry. How do I do that?

select username from logininfo group by username having count(username)>1;

Any help is greatly appreciated!

1 answer

1 accepted

0 votes
Answer accepted
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2014

You have to run that against the SQL databse. Also, the database is supposed to be setup to be case sensitive. Which means the username should actually be capitalized as the column is in all caps in the table definition.

select USERNAME from logininfo group by USERNAME having count(USERNAME)>1;

R Donato
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2014

Thanks, Davin! I'll ask an engineer to run it for me.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events