
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,246 Views
Yet, the template has the user and I'm logging with the dbadmin and the specified password.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,233 Views
Seems that my issue was not setting up '${NAME}-tmpdata' (as the description was not mentioning it at all). After setting it as per the solution - the grade script PASS-ed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,236 Views
Seems that in the description we have a discrepancy compared to the solution:
Use template variables to configure the name of the rootdisk data volume to the name of the VM that the template creates.
while in the solution we change tmpdata too:
Use the YAML editor to append the name of the VM that the template creates to the tmpdata data volume. Navigate to the YAML tab and update the following object values to use the '${NAME}-tmpdata' template variable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,234 Views
Seems that my issue was not setting up '${NAME}-tmpdata' (as the description was not mentioning it at all). After setting it as per the solution - the grade script PASS-ed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,212 Views
I'm glad to hear that setting up `${NAME}-tmpdata` resolved your issue and allowed the grade script to pass! It's unfortunate that the description didn't mention this requirement, which could definitely cause confusion.
If you have control over the documentation or can provide feedback, it might be helpful to update the description to include this step for others who might encounter the same problem.
Do you need any further assistance with this or anything else?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,181 Views
Hi Leon120,
Thanks for the reply. In this case, the solution is to change tmpdata data volume to '${NAME}-tmpdata' but it will be nice if someone can change the lab and adjust the description.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,117 Views
@hunter86_bg Thanks for pointing it out - I will report this to have that information included in the description - so thag one does not have to click on the solution button to get the information.