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 5 Question 13 Discussion

Actual exam question for Salesforce's Analytics-Admn-201 exam
Question #: 13
Topic #: 5
[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
Una
2 hours ago
I honestly can’t recall the exact format, but I remember we discussed command line options for Tableau Server.
upvoted 0 times
...
Erinn
5 days ago
I’m leaning towards JSON, but I could be mixing it up with another topic we covered.
upvoted 0 times
...
Raul
10 days ago
I feel like I’ve seen a question like this before, and I think XML was mentioned as a possible format.
upvoted 0 times
...
Willard
16 days ago
I think it might be YML, but I’m not entirely sure. I remember something about configuration files.
upvoted 0 times
...

Save Cancel