You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set-SqlBacpacValues : Cannot bind parameter because parameter 'TrustedConnection' is specified more than once. To provide multiple values to parameters that can accept multiple values, use the array syntax. For example,
"-parameter value1,value2,value3".
At line:19940 char:44
+ $res = Set-SqlBacpacValues @Params -TrustedConnection $UseTru ...
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Set-SqlBacpacValues], ParameterBindingException
+ FullyQualifiedErrorId : ParameterAlreadyBound,Set-SqlBacpacValues
the import seems working, so just an exception is generated
I do not use Set-SqlBacpacValues anywhere, so the call seems to be inside the import
Expected results:
The exception should not be displayed
The text was updated successfully, but these errors were encountered:
FH-Inway
added a commit
to FH-Inway/d365fo.tools
that referenced
this issue
Oct 21, 2023
Sorry, that was my bad. As part of 94a46bf, I did some refactoring and made a mistake. Should be fixed by #767
As a workaround till the fix gets released, to prevent the exception, run Import-D365Bacpac with the -ImportOnly switch or go back to version 0.7.1 or an earlier version.
When I tried to run the following command(to restore Tier2 to Tier1) on the latest .72 version
Import-D365Bacpac -BacpacFile $filePathpac -ImportModeTier1 -NewDatabaseName $fileDB
I got the following exception:
the import seems working, so just an exception is generated
I do not use Set-SqlBacpacValues anywhere, so the call seems to be inside the import
Expected results:
The exception should not be displayed
The text was updated successfully, but these errors were encountered: