<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Chunyu Zhang's Activities</title><link>https://communities.bentley.com/members/b6e86c1f_2d00_88bc_2d00_445f_2d00_9d5f_2d00_72b799f5374e</link><description>Chunyu Zhang's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>About pwps_dab module update issue</title><link>https://communities.bentley.com/products/projectwise/f/projectwise-powershell-extensions-forum/233838/about-pwps_dab-module-update-issue</link><pubDate>Wed, 10 Aug 2022 03:32:57 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:08c40de7-455e-442a-bbc6-a530273bb3e5</guid><dc:creator>Chunyu Zhang</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I tried using pwps_dab 2.1.8.0 to upload files to pw automatically recently.&lt;/p&gt;
&lt;p&gt;But I find if the files were placed in a remote net disk, the size limit is about 1.2G, if they were placed in local disk, the limit is about 5G.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s weird. I tried commands:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Add-PWDocumentsWithCode&lt;/span&gt;&amp;nbsp;-&amp;gt; passed&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Update-PWDocumentProperties -&amp;gt; passed&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Update-PWDocumentFile -&amp;gt; only files under the limit uploaded successfully. The larges files(over 1.2GB in net disk or over 5G in local disk) failed after a long period and no error could be catch.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So I wondered if&amp;nbsp;the new version of pwps_dab will work fine.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But soon failed with the upgrade process, below is the error message:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="powershell"&gt;PS C:\windows\system32&amp;gt; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12                 
PS C:\windows\system32&amp;gt; Unregister-PSRepository -Name PSGallery                                                         
PS C:\windows\system32&amp;gt; Register-PSRepository -Default -InstallationPolicy Trusted                                      
PS C:\windows\system32&amp;gt; Get-PSRepository                                                                                                                                                                                                        
Name                      InstallationPolicy   SourceLocation                                                           
----                      ------------------   --------------                                                           
PSGallery                 Trusted              https://www.powershellgallery.com/api/v2

PS C:\windows\system32&amp;gt; Install-Module -Name pwps_dab -Force
WARNING: Source Location &amp;#39;https://www.powershellgallery.com/api/v2/package/pwps_dab/2.1.10&amp;#39; is not valid.
PackageManagement\Install-Package : Package &amp;#39;pwps_dab&amp;#39; failed to download.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21
+ ...          $null = PackageManagement\Install-Package @PSBoundParameters
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (C:\Users\uf1000...\pwps_dab.nupkg:String) [Install-Package], Exception
    + FullyQualifiedErrorId : PackageFailedInstallOrDownload,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage

PS C:\windows\system32&amp;gt; Install-Module -Name pwps_dab -RequiredVersion 2.1.9.0 -Force                                   
WARNING: Source Location &amp;#39;https://www.powershellgallery.com/api/v2/package/pwps_dab/2.1.9&amp;#39; is not valid.
PackageManagement\Install-Package : Package &amp;#39;pwps_dab&amp;#39; failed to download.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21
+ ...          $null = PackageManagement\Install-Package @PSBoundParameters
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (C:\Users\uf1000...\pwps_dab.nupkg:String) [Install-Package], Exception
    + FullyQualifiedErrorId : PackageFailedInstallOrDownload,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage

PS C:\windows\system32&amp;gt;&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;Really need support right here.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;Thanks.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>关于使用PowerShell pwps_dab 模块自动上传文件到PW的文件大小限制</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/microstation-projectwise/233422/powershell-pwps_dab-pw</link><pubDate>Tue, 02 Aug 2022 02:08:06 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d288b177-dea1-4551-b6f9-bc40beaac6d2</guid><dc:creator>Chunyu Zhang</dc:creator><description>&lt;p&gt;最近在使用Powershell脚本自动上传文件到PW.&lt;/p&gt;
&lt;p&gt;Powershell pwps_dab模块版本是2.1.8.0，PW版本是10.00.03.140&lt;/p&gt;
&lt;p&gt;发现约1.5G以下的文件可以成功上传，1.5G以上的文件会上传失败，同时没有什么日志反馈。&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;$uStatus = Update-PWDocumentFile -InputDocuments&amp;nbsp;&amp;quot;fileName&amp;quot; -NewFilePathName&amp;nbsp;&amp;quot;pathName&amp;quot; -NewFileName&amp;nbsp;&amp;quot;newName&amp;quot; -Verbose -EA STOP&lt;/p&gt;
&lt;p&gt;$objectString= Out-String -Stream -InputObject $uStatus&lt;/p&gt;
&lt;p&gt;WriteLog -Type DEBUG $objectString&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>The size limit of point cloud file attached into microstation</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/233629/the-size-limit-of-point-cloud-file-attached-into-microstation</link><pubDate>Fri, 05 Aug 2022 06:33:09 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:c5dec825-dbce-46b9-8e70-4d3363b84d26</guid><dc:creator>Chunyu Zhang</dc:creator><description>&lt;p&gt;Recently, we are using microstation to view point cloud files. The type is e57.&lt;/p&gt;
&lt;p&gt;Size of the e57 files&amp;nbsp;are not fixed, and could be more than 10GB. It worked fine when I tried with a 11GB file.&lt;/p&gt;
&lt;p&gt;So is there any designed size limit of point cloud file, that to be attached into microstation?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Our microstation edition is 10.10.00.23&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is there any method that we could open an E57 file with Micro Station of Bentley View?</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/223214/is-there-any-method-that-we-could-open-an-e57-file-with-micro-station-of-bentley-view</link><pubDate>Thu, 09 Dec 2021 07:33:40 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:cdf6f5cf-e327-4f1b-8340-f20f58fa41b4</guid><dc:creator>Chunyu Zhang</dc:creator><description>&lt;p&gt;Just as the title. Any plugins?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://communities.bentley.com/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Thu, 09 Dec 2021 03:08:22 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2a1f845d-18c8-4e3c-bba4-abaf9210e8f6</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>