Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Analytics-Admn-201 Exam - Topic 1 Question 18 Discussion

What file format should you use to register Tableau Server from the command line?
C) JSON
A) YML
B) XML
D) HTTP

Salesforce Analytics-Admn-201 Exam - Topic 1 Question 18 Discussion

Actual exam question for Salesforce's Analytics-Admn-201 exam
Question #: 18
Topic #: 1
[All Analytics-Admn-201 Questions]

What file format should you use to register Tableau Server from the command line?

Show Suggested Answer Hide Answer
Suggested Answer: C

Registering Tableau Server from the command line involves providing configuration details (e.g., identity store, license) via the tsm register command. Let's explore this fully:

Registration Process:

Run during initial setup or to update settings (e.g., after changing AD/LDAP config).

Uses a configuration file to pass parameters to TSM.

Command: tsm register --file .

File Format:

Tableau Server uses JSON for configuration files in TSM commands like tsm register.

Example:

json

CollapseWrapCopy

{

'identityStore': {

'type': 'local',

'domain': 'example.com'

}

}

JSON is structured, machine-readable, and aligns with Tableau's modern CLI design.

Option C (JSON): Correct.

Official format for tsm register, per documentation and practical use.

Option A (YML): Incorrect.

While tabsvc.yml exists internally, it's not for registration---tsm register uses JSON.

Option B (XML): Incorrect.

Older Tableau configs used XML (e.g., workgroup.yml pre-TSM), but TSM standardized on JSON.

Option D (HTTP): Incorrect.

HTTP is a protocol, not a file format---irrelevant here.

Why This Matters: Correct file format ensures seamless registration, avoiding CLI errors in setup or migrations.


Contribute your Thoughts:

0/2000 characters
Josphine
3 days ago
YML is more readable for commands.
upvoted 0 times
...
Stevie
8 days ago
JSON is popular too, but not for this.
upvoted 0 times
...
Eladia
13 days ago
YML makes sense for configuration files.
upvoted 0 times
...
Remedios
18 days ago
Really? I thought it was C) JSON.
upvoted 0 times
...
Josphine
23 days ago
I think it's A) YML.
upvoted 0 times
...
Shalon
29 days ago
100% YML, no doubt about it!
upvoted 0 times
...
Ashton
1 month ago
Wait, is it really YML? I thought it could be JSON too.
upvoted 0 times
...
Lorenza
1 month ago
YML is correct! Super straightforward.
upvoted 0 times
...
Thea
1 month ago
I thought it was XML?
upvoted 0 times
...
Lajuana
2 months ago
It's definitely YML for Tableau Server registration.
upvoted 0 times
...
Carlene
2 months ago
I’m pretty certain it’s not HTTP, but I can’t recall if it’s YML or XML. This is tricky!
upvoted 0 times
...
Elbert
2 months ago
I’m leaning towards JSON, but I could be mixing it up with another topic we covered.
upvoted 0 times
...
Tamera
2 months ago
I feel like I’ve seen a question like this before, and I think XML was mentioned as a possible answer.
upvoted 0 times
...
Brandon
2 months ago
I think it might be YML, but I’m not entirely sure. I remember something about configuration files.
upvoted 0 times
...

Save Cancel