1603 is unfortunately a generic 'something went wrong' message and so is of little value when working out what is failing.
The anonymous user login failure is the issue. Presumably when you run install interactively your current logged on user is used and your installer continues. So it sounds like your ansible session credentials aren't available when installer runs via ansible. I suggest you attempt to write to a temporary share on the sql server via ansible to prove or disprove that delegation is working for you. I think just reading from a share might not prove whether the delegation is working - writing a file using a UNC style path (i.e. \\someswrver\share\ ) would be a better test. >From the information available it seems the user credentials aren't available >so I think first step is proving delegation is correctly set up. Hope the helps, Jon -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b254ef68-b88b-4cb2-b4d3-b7dea2f7d118%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
