# userGuide Help (vtkProcessID Warning)

**URL:** https://discourse.paraview.org/t/userguide-help-vtkprocessid-warning/4586
**Category:** ParaView Support
**Created:** [June 15, 2020, 9:02pm UTC](https://discourse.paraview.org/t/userguide-help-vtkprocessid-warning/4586 "2020-06-15T21:02:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Hstreet](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/h/f6c823/32.png) [@Hstreet](https://discourse.paraview.org/u/Hstreet)
#### Post date: [June 15, 2020, 9:02pm UTC](https://discourse.paraview.org/t/userguide-help-vtkprocessid-warning/4586/1 "2020-06-15T21:02:28Z")

</div>

Just a quick Question, I have just started in learning Paraview and i have run into an issue with the UserGuide…

I am to the point where it is starting to run through the Parallel processing and

From the UserGuide

> from paraview.simple import \*  
> sphere = Sphere()  
> rep = Show()  
> ColorBy(rep, (“POINTS”, “vtkProcessId”))  
> Render()  
> rep.RescaleTransferFunctionToDataRange(True)  
> Render()  
> WriteImage(“parasphere.png”)

When i try to run the script mpexec -np 4 pvbatch parasphere.py it throws the Warning

> Warning: In /home/andrewv/OpenFoam/ThirdParty-7/ParaView-5.6.0/ParaViewCore/ServerManager/Rendering/vtkSMPVRepresentationProxy.cxx, line 277  
> vtkSMPVRepresentationProxy (0x7fffc4928a30): Could not determine array range.

Can anyone point me in the right direction for the vtkProcessId to work like it should in the UserGuide?

I’m on Ubuntu 20 and have installed OpenFoam/Paraview from the ubuntu pre-compiled (apt-get install)

Thanks

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [June 16, 2020, 1:07am UTC](https://discourse.paraview.org/t/userguide-help-vtkprocessid-warning/4586/2 "2020-06-16T01:07:44Z")

</div>

Even though there is a warning, the output seems to be fine on my side. Is that the case for you ?

---

<div class="post-metadata">

### Author: ![Hstreet](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/h/f6c823/32.png) [@Hstreet](https://discourse.paraview.org/u/Hstreet)
#### Post date: [June 24, 2020, 12:44pm UTC](https://discourse.paraview.org/t/userguide-help-vtkprocessid-warning/4586/3 "2020-06-24T12:44:31Z")

</div>

It generated the sphere and outputed the PNG but it doesn’t have the color added to the sphere…

I found another person with a similar issue with the guide and the solution was to changed from vtkprocessid to processid…

if i watch the paraview when i run the script, in the color selection it shows up as vtkProcessId (?) added into the drop down
