Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Alteryx Server Usage Monitoring & Reporting

seanmcconnell
5 - Atom

I have added 

 

<Designer>
<PhoneHomeUrl>[MyGalleryUrl]</PhoneHomeUrl>
</Designer>

 

to the RuntimeSettings.xml file with my server url to send Alteryx Desktop usage stats to the Server. I have ran some basic workflows and when I run the 

Alteryx_Server_Usage_Report.yxmd with Desktop Usage Report enabled I get this error.

 

‘Collection usageReports not found in database AlteryxGallery’.

 

Does anyone know how to solve this issue?

1 REPLY 1
PaulN
Alteryx Alumni (Retired)

Hi @seanmcconnell,

 

What is the format of your URL?

 

For instance, this is what I have on my local environment:

 

    <Designer>
        <PhoneHomeUrl>http://localhost/gallery</PhoneHomeUrl>
    </Designer>

 

Thanks,

 

Paul Noirel

Customer Support Engineer, Alteryx

Labels
Top Solution Authors