mmajcica / DeploySsrs

Build-Release task for VSTS/TFS that manages Microsoft's SQL Server Reporting Services
MIT License
21 stars 21 forks source link

##[error]Exception setting "Name": "The argument is null or empty. Provide an argument that is not null or empty, and then try the command again." #50

Closed robertlyson closed 4 years ago

robertlyson commented 4 years ago

Hi,

Thanks for developing this plugin, looking forward to plugging it into my pipeline :)

I tried to configure deploy reports step in my pipeline, but I'm getting following error

2020-06-18T14:13:39.8697906Z ##[section]Starting: Deploy reports
2020-06-18T14:13:39.9321292Z ==============================================================================
2020-06-18T14:13:39.9322048Z Task         : Deploy MS SQL SSRS Reports
2020-06-18T14:13:39.9322810Z Description  : Deploy items on MS SQL SSRS server based on a configuration file.
2020-06-18T14:13:39.9323440Z Version      : 3.1.6
2020-06-18T14:13:39.9323874Z Author       : Mario Majcica
2020-06-18T14:13:39.9324313Z Help         : 
2020-06-18T14:13:39.9324879Z ==============================================================================
2020-06-18T14:13:46.8537916Z ##[error]Exception setting "Name": "The argument is null or empty. Provide an argument that is not null or empty, and then try the command again."
2020-06-18T14:13:46.9144049Z ##[section]Finishing: Deploy reports

here is my configuration image

Do you know what is causing this trouble or how to debug it?

Thanks.

robertlyson commented 4 years ago

I think my configuration file wasn't following config file schema specified here.