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
ConvertTo-Space : Cannot create object of type "ConfluencePS.Space". Cannot convert value "29290657992" to type "System.Int32". Error: "Value was either too large or too small for an Int32."
#186
Closed
Sesha-Netwoven opened this issue
Dec 4, 2020
· 2 comments
· Fixed by #190
we are trying to fetch the page details from all spaces in our testing environment using Confluence PowerShell commands and Get-ConfluencePage or Get-ConfluenceSpace is throwing an error saying
we went through the package "ConfluencePS.psm1" where it throwing an error. i have attached the powershell script where its throwing an error.
=========================================
ConvertTo-Page : Cannot create object of type "ConfluencePS.Page". Cannot convert value "2155413513" to type "System.Int32". Error: "Value was either too large or too
small for an Int32."
At C:\Program Files\WindowsPowerShell\Modules\ConfluencePS\2.5.0\ConfluencePS.psm1:1070 char:43
Can we get this pulled in and fixed please? I am having the same issue with Get-ConfluencePage and Set-ConfluencePage. @pinkylabs - Have you done a pull request for your changes? I saw the diff text...
we are trying to fetch the page details from all spaces in our testing environment using Confluence PowerShell commands and Get-ConfluencePage or Get-ConfluenceSpace is throwing an error saying
we went through the package "ConfluencePS.psm1" where it throwing an error. i have attached the powershell script where its throwing an error.
=========================================
ConvertTo-Page : Cannot create object of type "ConfluencePS.Page". Cannot convert value "2155413513" to type "System.Int32". Error: "Value was either too large or too
small for an Int32."
At C:\Program Files\WindowsPowerShell\Modules\ConfluencePS\2.5.0\ConfluencePS.psm1:1070 char:43
======================================================
The text was updated successfully, but these errors were encountered: