Re: [Qgis-user] [X] Re: Trying to use the v.split to break down a Polyline into 2 point segment to add feet label.

2020-12-11 Thread Kirk Schmidt

Hi Mark:

The issue appears to be with the group permissions within your network 
that is creating the issue.   The routine starts, run into a write 
issue, then shuts down.  I suspect it is write permission to the 
local\temp folder.


"This program is blocked by group policy. For more information, contact 
your system administrator."


Kirk


On 12/11/2020 3:29 PM, Wolf, Mark wrote:

--
Kirk Schmidt, MScF, BScF, RPF
General Manager
Nortek Resource Solutions Inc.
RR # 1
Thorburn, NS
B0K 1W0
Tel (902) 922.3607
Email: k...@nortekresources.com
Web: www.nortekresources.com

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] [X] Re: Trying to use the v.split to break down a Polyline into 2 point segment to add feet label.

2020-12-11 Thread Wolf, Mark
QGIS version: 3.16.1-Hannover

QGIS code revision: b381a90dca

Qt version: 5.11.2

GDAL version: 3.1.4

GEOS version: 3.8.1-CAPI-1.13.3

PROJ version: Rel. 6.3.2, May 1st, 2020

Processing algorithm…

Algorithm 'v.split' starting…

Input parameters:

{ '-f' : False, '-n' : False, 'GRASS_MIN_AREA_PARAMETER' : 0.0001, 
'GRASS_OUTPUT_TYPE_PARAMETER' : 0, 'GRASS_REGION_PARAMETER' : None, 
'GRASS_SNAP_TOLERANCE_PARAMETER' : -1, 'GRASS_VECTOR_DSCO' : '', 
'GRASS_VECTOR_EXPORT_NOCAT' : False, 'GRASS_VECTOR_LCO' : '', 'input' : 
'Y:\\Wetzel Expansion\\SHP\\Length Test Sample.shp', 'length' : None, 'output' 
: 'TEMPORARY_OUTPUT', 'units' : 3, 'vertices' : 2 }



g.proj -c proj4="+proj=longlat +datum=WGS84 +no_defs"

v.in.ogr min_area=0.0001 snap=-1.0 input="Y:\Wetzel Expansion\SHP\Length Test 
Sample.shp" output="vector_5fd3c6b55b42d2" --overwrite -o

g.region n=39.35153503955 s=39.3081372365 e=-80.2793888136 
w=-80.3182809447

v.split input=vector_5fd3c6b55b42d2 units="feet" vertices=2 
output=output1bd90930db85407cb63e3c8c8892817f --overwrite

v.out.ogr type="auto" input="output1bd90930db85407cb63e3c8c8892817f" 
output="C:\Users\mwolf\AppData\Local\Temp\processing_eGzqlt\215044188e724dffb88bc0fb23be5711\output.gpkg"
 format="GPKG" --overwrite

Starting GRASS GIS...

WARNING: Concurrent mapset locking is not supported on Windows

Cleaning up temporary files...

Executing 

 ...

This program is blocked by group policy. For more information, contact your 
system administrator.

Execution of 

 finished.

Cleaning up temporary files...

Press any key to continue . . .

Starting GRASS GIS...

WARNING: Concurrent mapset locking is not supported on Windows

Cleaning up temporary files...

Executing 

 ...

This program is blocked by group policy. For more information, contact your 
system administrator.

Execution of 

 finished.

Cleaning up temporary files...

Press any key to continue . . .

Execution completed in 2.74 seconds

Results:

{'output': 
'C:\\Users\\mwolf\\AppData\\Local\\Temp\\processing_eGzqlt\\215044188e724dffb88bc0fb23be5711\\output.gpkg'}



Loading resulting layers

The following layers were not correctly generated.
• 
C:/Users/mwolf/AppData/Local/Temp/processing_eGzqlt/215044188e724dffb88bc0fb23be5711/output.gpkg
You can check the 'Log Messages Panel' in QGIS main window to find more 
information about the execution of the algorithm.


Sent from Mail for Windows 10

From: Charles Dixon-Paver
Sent: Friday, December 11, 2020 11:01 AM
To: Wolf, Mark
Cc: qgis-user
Subject: [X] Re: [Qgis-user] Trying to use the v.split to break down a Polyline 
into 2 point segment to add feet label.

Make sure you are running qgis-bin-g7.exe

If it is not in your C:\OSGeo4W64\bin then install QGIS using the OSGeo4W 
installer and use the "express" installation option, making sure to check the 
GRASS box

On Fri, 11 Dec 2020 at 17:46, Wolf, Mark 
mailto:mark.w...@citynet.net>> wrote:
This algorithm cannot be run :-(
The specified GRASS 7 folder "C:\PROGRA~1\QGIS3~1.16\bin\bin" does not contain 
a valid set of GRASS 7 modules. Please, go to the Processing settings dialog, 
and check that the GRASS 7 folder is correctly configured

Can someone navigate me in the right direction here?

Mark

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user