pkjaer / tridion-powershell-modules

Windows PowerShell module allowing management of SDL Tridion (Content Management System) from the command line
13 stars 14 forks source link

Cannot fin an overload for "GetDefaultData" and the argument count: 3 #11

Closed btruong806 closed 7 years ago

btruong806 commented 8 years ago

Hi Peter, I installed the Tridion Powershell modules into a brand new working sdl web 8 system and the install went successfully.

So I tried out the commandlet 'New-TridionUser' but got the above error.

Any idea on what is the issue here ? new-tridionuser

pkjaer commented 8 years ago

Hi there!

Did you set the version to "Web-8.1" using Set-TridionCoreServiceSettings? Something like this: Set-TridionCoreServiceSettings -Version Web-8.1 -Persist

btruong806 commented 8 years ago

Thanks Peter,The suggestion:Set-TridionCoreServiceSettings -Version Web-8.1 -Persist works!

On Wednesday, December 23, 2015 11:45 PM, Peter Kjaer <notifications@github.com> wrote:

Hi there!Did you set the version to "Web-8.1" using Set-TridionCoreServiceSettings? Something like this: Set-TridionCoreServiceSettings -Version Web-8.1 -Persist— Reply to this email directly or view it on GitHub.

pkjaer commented 8 years ago

Great! I will keep this issue open for now while I investigate it, because it really should have worked even before you did that. But good luck using the modules and let us know if you run into any other issues :)