ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 60 - MB-820 discussion

Report
Export

A company has an on-premises Business Central instance named TEST The instance uses Windows authorization and a developer services port of 7149 Visual Studio Code is installed on the same server.

You create a new AL project but cannot download the symbols.

The launch json file contains the following code:

You need to download the symbols.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Change the server Instance parameter to TEST

Answers
A.

Change the server Instance parameter to TEST

B.

Add the port: 7149 parameter.

Answers
B.

Add the port: 7149 parameter.

C.

Change the name parameter to TEST.

Answers
C.

Change the name parameter to TEST.

D.

Change the authentication parameter to UserPassword.

Answers
D.

Change the authentication parameter to UserPassword.

E.

Check which server the instance is installed on and replace http//localhost with the correct IP address.

Answers
E.

Check which server the instance is installed on and replace http//localhost with the correct IP address.

Suggested answer: A, B

Explanation:

You are working on an on-premises Business Central instance and unable to download symbols for a new AL project. The current configuration in launch.json does not allow you to download symbols, and you need to make corrections.Key Points in the Scenario:Instance name is TEST.Developer services port is 7149.Windows authentication is being used.Answer:s:A . Change the server Instance parameter to TEST.The serverInstance parameter must match the name of the Business Central instance, which is TEST in this scenario. You need to modify this to reflect the correct instance name.B . Add the port: 7149 parameter.Since the developer services are using port 7149, you need to specify this in the launch.json file by adding the port parameter with the value 7149.Incorrect Options:C . Change the name parameter to TEST: The name parameter is just a label and does not affect downloading symbols, so changing this won't help.D . Change the authentication parameter to UserPassword: The authentication method is already set to Windows, which is valid for this scenario. Changing it to UserPassword is unnecessary unless specified by the system.E . Check which server the instance is installed on and replace http://localhost with the correct IP address: Since the server is on the same machine as Visual Studio Code (as specified), localhost is correct.

asked 13/10/2024
Pradap Singh
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first