× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Brad, we haven't decided how we'll do version upgrades with node at the
moment. It could be that when we get to the next LTS version of Node.js
(v10, presumably), we'll migrate to separate node8 and node10 packages or
just upgrade node in-place (possibly in its own repository) or something
else. We'll cross that bridge when we get to it, but the nice thing is
that yum/rpm has nice mechanisms to make the migration (if any) easy.

Kevin Adler
Software Development - PASE, Open Source, IBM i Access ODBC



----- Original message -----
From: Bradley Stone <bvstone@xxxxxxxxx>
Sent by: "OpenSource" <opensource-bounces@xxxxxxxxxxxx>
To: IBMi Open Source Roundtable <opensource@xxxxxxxxxxxx>
Cc:
Subject: Re: [IBMiOSS] Installing Node vx with yum
Date: Mon, Mar 19, 2018 7:40 AM

weird.. I didn't see those listed in the available packages. thanks..

How about versioning... what's the best way to keep them separate using
this method?

Bradley V. Stone
www.bvstools.com
MAILTOOL Benefit #1
<[1]https://urldefense.proofpoint.com/v2/url?u=https-3A__www.bvstools.com_mailtool.html&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=PD7uIWzA5R7yYj15whmwuDOunVwNa6adW4ZnAWL3Q1I&e=>:
Command and
ILE Interfaces available which means easily sending email from your
programs.

On Sun, Mar 18, 2018 at 10:16 PM, Jack Woehr <
jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx> wrote:

> It's IBM i. It's polluting my Unix brainspace ... :)
>
> On Sun, Mar 18, 2018 at 9:13 PM, Jesse Gorzinski <jgorzins@xxxxxxxxxx>
> wrote:
>
> > bash-cached PATH lookups. Run 'hash -r' to clear the cache, and
things
> > will become more sane!
> >
> >
> >
> > "OpenSource" <opensource-bounces@xxxxxxxxxxxx> wrote on 03/18/2018
> > 09:33:34 PM:
> >
> > > From: Jack Woehr <jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>
> > > To: IBMi Open Source Roundtable <opensource@xxxxxxxxxxxx>
> > > Date: 03/18/2018 09:33 PM
> > > Subject: Re: [IBMiOSS] Installing Node vx with yum
> > > Sent by: "OpenSource" <opensource-bounces@xxxxxxxxxxxx>
> > >
> > > my brain hurtz
> > >
> > > bash-4.4$ which node
> > > /QOpenSys/pkgs/bin/node
> > > bash-4.4$ `which node` -v
> > > v8.9.4
> > > bash-4.4$ node -v
> > > v6.11.5
> > > bash-4.4$ node -v
> > > v6.11.5
> > > bash-4.4$
> > >
> > >
> > > On Sun, Mar 18, 2018 at 8:31 PM, Jack Woehr
> > <jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx
> > > > wrote:
> > >
> > > > Weird. How am I getting the wrong node?
> > > >
> > > > bash-4.4$ /QOpenSys/pkgs/bin/node -v
> > > > v8.9.4
> > > > bash-4.4$ echo $PATH
> > > > /QOpenSys/pkgs/bin:/QOpenSys/QIBM/ProdData/OPS/tools/bin:/
> > > > QOpenSys/QIBM/ProdData/OPS/Node6/bin:/QOpenSys/usr/bin:/
> > > > usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/usr/bin:/opt/
> > > > apache-ant-1.10.1/bin
> > > > bash-4.4$
> > > >
> > > > Note the path
> > > >
> > > >
> > > > On Sun, Mar 18, 2018 at 8:27 PM, Aaron Bartell
> > <aaronbartell@xxxxxxxxx>
> > > > wrote:
> > > >
> > > >> Hmmmm... I don't believe the rpm install has Node.js v6 so it
must
> be
> > > >> picking up your 5733OPS install somehow (which doesn't make
sense
> > because
> > > >> it found the one in the pkgs folder).
> > > >>
> > > >> Try /QOpenSys/pkgs/bin/node -v
> > > >>
> > > >>
> > > >> On Sun, Mar 18, 2018, 9:24 PM Jack Woehr
> > <jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx
> > > >> >
> > > >> wrote:
> > > >>
> > > >> > bash-4.4$ which node
> > > >> > /QOpenSys/pkgs/bin/node
> > > >> > bash-4.4$ node --version
> > > >> > v6.11.5
> > > >> > bash-4.4$ uname -a
> > > >> > OS400 OPENSRC 3 7 00210002307W Os
> > > >> >
> > > >> > In other words, what yum will install today.
> > > >> >
> > > >> > On Sun, Mar 18, 2018 at 8:21 PM, Aaron Bartell
> > <aaronbartell@xxxxxxxxx>
> > > >> > wrote:
> > > >> >
> > > >> > > Does the file in question exist? Are you using Node.js
v8.x?
> > > >> > >
> > > >> > > On Sun, Mar 18, 2018, 9:18 PM Jack Woehr <
> > > >> > jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>
> > > >> > > wrote:
> > > >> > >
> > > >> > > > Hmm, I'm a little clueless and would appreciate a shove
in the
> > right
> > > >> > > > direction.
> > > >> > > >
> > > >> > > > [idb-connector] Success:
> > > >> > > >
> > > >> > "/QOpenSys/pkgs/lib/node_modules/idb-connector/lib/binding/
> > > >> Release/node-
> > > >> > > > *v57*-ibmi-ppc64/db2ia.node" is installed via remote
> > > >> > > > bash-4.4$ node
> > > >> > > > > require('idb-connector')
> > > >> > > > Error: Cannot find module 'idb-connector'
> > > >> > > > at Function.Module._resolveFilename
(module.js:469:15)
> > > >> > > > ... etc. ...
> > > >> > > > >
require('/QOpenSys/pkgs/lib/node_modules/idb-connector')
> > > >> > > > Error: Cannot find module
> > > >> > > >
> > > >> > '/QOpenSys/pkgs/lib/node_modules/idb-connector/lib/binding/
> > > >> Release/node-
> > > >> > > > *v48*-ibmi-ppc/db2ia.node'
> > > >> > > > at Function.Module._resolveFilename
(module.js:469:15)
> > > >> > > >
> > > >> > > > Version skew?
> > > >> > > >
> > > >> > > > On Sun, Mar 18, 2018 at 5:43 PM, Aaron Bartell <
> > > >> aaronbartell@xxxxxxxxx
> > > >> > >
> > > >> > > > wrote:
> > > >> > > >
> > > >> > > > > The modules have moved to the traditional npm approach.
> > > >> > > > >
> > > >> > > > > npm install idb-connector
> > > >> > > > > npm install itoolkit
> > > >> > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > On Sun, Mar 18, 2018, 3:41 PM Bradley Stone
> > <bvstone@xxxxxxxxx>
> > > >> > wrote:
> > > >> > > > >
> > > >> > > > > > Is there any details about using yum to install newer
> > versions
> > > >> of
> > > >> > > node,
> > > >> > > > > > etc?
> > > >> > > > > >
> > > >> > > > > > I have followed the instructions in the wiki fpr
rpm/yum,
> > and I
> > > >> can
> > > >> > > > > change
> > > >> > > > > > my path to use the new version, but I'm sort of lost
as to
> > where
> > > >> > the
> > > >> > > > > > db2/etc functions are then.
> > > >> > > > > >
> > > >> > > > > > Are they a different distribution to be installed
with
> yum?
> > Do
> > > >> we
> > > >> > > use
> > > >> > > > > the
> > > >> > > > > > old functions from v6?
> > > >> > > > > >
> > > >> > > > > > Also, if we want to keep node versions separate, is
that
> > > >> possible
> > > >> > > with
> > > >> > > > > > yum? I didn't see any way to specify "install it
here".
> So
> > > >> when
> > > >> > > node9
> > > >> > > > > > comes out if I want to keep node8 there until I've
tested
> > node9,
> > > >> > how
> > > >> > > > > would
> > > >> > > > > > that be done?
> > > >> > > > > >
> > > >> > > > > > Thanks!
> > > >> > > > > >
> > > >> > > > > > Bradley V. Stone
> > > >> > > > > > www.bvstools.com
> > > >> > > > > > MAILTOOL Benefit #6
<[2]https://urldefense.proofpoint.com/
> > > v2/url?
> > >
u=https-3A__www.bvstools.com_mailtool.html&d=DwICAg&c=jf_iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=iO-
> > > JwTTf9nRKZP6n4hWcFbcsbJg-4Ku_J_ts-9euUP0&e=>:
> > > >> > Easily
> > > >> > > > > send
> > > >> > > > > > group emails with Distribution Lists
> > > >> > > > > > --
> > > >> > > > > > This is the IBMi Open Source Roundtable (OpenSource)
> > mailing
> > > >> list
> > > >> > > > > > To post a message email: OpenSource@xxxxxxxxxxxx
> > > >> > > > > > To subscribe, unsubscribe, or change list options,
> > > >> > > > > > visit: [3]https://urldefense.proofpoint.com/v2/url?
> > >
> > u=https-3A__lists.midrange.com_mailman_listinfo_
> opensource&d=DwICAg&c=jf_
> > iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> oLL1WooWwd4sNkHGb7de6Ann2M0ogA
> > CmKqZ03g2Spno&e=
> > > >> > > > > > or email: OpenSource-request@xxxxxxxxxxxx
> > > >> > > > > > Before posting, please take a moment to review the
> archives
> > > >> > > > > > at [4]https://urldefense.proofpoint.com/v2/url?
> > >
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> 5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
> > s7MQHUapKHh-8&e=
> > > .
> > > >> > > > > >
> > > >> > > > > --
> > > >> > > > > This is the IBMi Open Source Roundtable (OpenSource)
mailing
> > list
> > > >> > > > > To post a message email: OpenSource@xxxxxxxxxxxx
> > > >> > > > > To subscribe, unsubscribe, or change list options,
> > > >> > > > > visit: [5]https://urldefense.proofpoint.com/v2/url?
> > >
> > u=https-3A__lists.midrange.com_mailman_listinfo_
> opensource&d=DwICAg&c=jf_
> > iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> oLL1WooWwd4sNkHGb7de6Ann2M0ogA
> > CmKqZ03g2Spno&e=
> > > >> > > > > or email: OpenSource-request@xxxxxxxxxxxx
> > > >> > > > > Before posting, please take a moment to review the
archives
> > > >> > > > > at [6]https://urldefense.proofpoint.com/v2/url?
> > >
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> 5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
> > s7MQHUapKHh-8&e=
> > > .
> > > >> > > > >
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > > --
> > > >> > > > Absolute Performance, Inc.
> > > >> > > > 12303 Airport Way, Suite 100
> > > >> > > > Broomfield, CO 80021
> > > >> > > >
> > > >> > > > NON-DISCLOSURE NOTICE: This communication including any
and
> > all
> > > >> > > > attachments is for the intended recipient(s) only and may
> > contain
> > > >> > > > confidential and privileged information. If you are not
the
> > > >> intended
> > > >> > > > recipient of this communication, any disclosure, copying
> > further
> > > >> > > > distribution or use of this communication is prohibited.
If
> > you
> > > >> > received
> > > >> > > > this communication in error, please contact the sender
and
> > > >> > delete/destroy
> > > >> > > > all copies of this communication immediately.
> > > >> > > > --
> > > >> > > > This is the IBMi Open Source Roundtable (OpenSource)
mailing
> > list
> > > >> > > > To post a message email: OpenSource@xxxxxxxxxxxx
> > > >> > > > To subscribe, unsubscribe, or change list options,
> > > >> > > > visit: [7]https://urldefense.proofpoint.com/v2/url?
> > >
> > u=https-3A__lists.midrange.com_mailman_listinfo_
> opensource&d=DwICAg&c=jf_
> > iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> oLL1WooWwd4sNkHGb7de6Ann2M0ogA
> > CmKqZ03g2Spno&e=
> > > >> > > > or email: OpenSource-request@xxxxxxxxxxxx
> > > >> > > > Before posting, please take a moment to review the
archives
> > > >> > > > at [8]https://urldefense.proofpoint.com/v2/url?
> > >
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> 5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
> > s7MQHUapKHh-8&e=
> > > .
> > > >> > > >
> > > >> > > --
> > > >> > > This is the IBMi Open Source Roundtable (OpenSource)
mailing
> list
> > > >> > > To post a message email: OpenSource@xxxxxxxxxxxx
> > > >> > > To subscribe, unsubscribe, or change list options,
> > > >> > > visit: [9]https://urldefense.proofpoint.com/v2/url?
> > >
> > u=https-3A__lists.midrange.com_mailman_listinfo_
> opensource&d=DwICAg&c=jf_
> > iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> oLL1WooWwd4sNkHGb7de6Ann2M0ogA
> > CmKqZ03g2Spno&e=
> > > >> > > or email: OpenSource-request@xxxxxxxxxxxx
> > > >> > > Before posting, please take a moment to review the archives
> > > >> > > at [10]https://urldefense.proofpoint.com/v2/url?
> > >
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> 5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
> > s7MQHUapKHh-8&e=
> > > .
> > > >> > >
> > > >> >
> > > >> >
> > > >> >
> > > >> > --
> > > >> > Absolute Performance, Inc.
> > > >> > 12303 Airport Way, Suite 100
> > > >> > Broomfield, CO 80021
> > > >> >
> > > >> > NON-DISCLOSURE NOTICE: This communication including any and
all
> > > >> > attachments is for the intended recipient(s) only and may
contain
> > > >> > confidential and privileged information. If you are not the
> > intended
> > > >> > recipient of this communication, any disclosure, copying
further
> > > >> > distribution or use of this communication is prohibited. If
you
> > > >> received
> > > >> > this communication in error, please contact the sender and
> > > >> delete/destroy
> > > >> > all copies of this communication immediately.
> > > >> > --
> > > >> > This is the IBMi Open Source Roundtable (OpenSource) mailing
list
> > > >> > To post a message email: OpenSource@xxxxxxxxxxxx
> > > >> > To subscribe, unsubscribe, or change list options,
> > > >> > visit: [11]https://urldefense.proofpoint.com/v2/url?
> > >
> > u=https-3A__lists.midrange.com_mailman_listinfo_
> opensource&d=DwICAg&c=jf_
> > iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> oLL1WooWwd4sNkHGb7de6Ann2M0ogA
> > CmKqZ03g2Spno&e=
> > > >> > or email: OpenSource-request@xxxxxxxxxxxx
> > > >> > Before posting, please take a moment to review the archives
> > > >> > at [12]https://urldefense.proofpoint.com/v2/url?
> > >
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> 5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
> > s7MQHUapKHh-8&e=
> > > .
> > > >> >
> > > >> --
> > > >> This is the IBMi Open Source Roundtable (OpenSource) mailing
list
> > > >> To post a message email: OpenSource@xxxxxxxxxxxx
> > > >> To subscribe, unsubscribe, or change list options,
> > > >> visit: [13]https://urldefense.proofpoint.com/v2/url?
> > >
> > u=https-3A__lists.midrange.com_mailman_listinfo_
> opensource&d=DwICAg&c=jf_
> > iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> oLL1WooWwd4sNkHGb7de6Ann2M0ogA
> > CmKqZ03g2Spno&e=
> > > >> or email: OpenSource-request@xxxxxxxxxxxx
> > > >> Before posting, please take a moment to review the archives
> > > >> at [14]https://urldefense.proofpoint.com/v2/url?
> > >
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> 5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
> > s7MQHUapKHh-8&e=
> > > .
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > Absolute Performance, Inc.
> > > > 12303 Airport Way, Suite 100
> > > > Broomfield, CO 80021
> > > >
> > > > NON-DISCLOSURE NOTICE: This communication including any and all
> > > > attachments is for the intended recipient(s) only and may
contain
> > > > confidential and privileged information. If you are not the
intended
> > > > recipient of this communication, any disclosure, copying further
> > > > distribution or use of this communication is prohibited. If you
> > received
> > > > this communication in error, please contact the sender and
> > delete/destroy
> > > > all copies of this communication immediately.
> > > >
> > >
> > >
> > >
> > > --
> > > Absolute Performance, Inc.
> > > 12303 Airport Way, Suite 100
> > > Broomfield, CO 80021
> > >
> > > NON-DISCLOSURE NOTICE: This communication including any and all
> > > attachments is for the intended recipient(s) only and may contain
> > > confidential and privileged information. If you are not the
intended
> > > recipient of this communication, any disclosure, copying further
> > > distribution or use of this communication is prohibited. If you
> > received
> > > this communication in error, please contact the sender and
> > delete/destroy
> > > all copies of this communication immediately.
> > > --
> > > This is the IBMi Open Source Roundtable (OpenSource) mailing list
> > > To post a message email: OpenSource@xxxxxxxxxxxx
> > > To subscribe, unsubscribe, or change list options,
> > > visit: [15]https://urldefense.proofpoint.com/v2/url?
> > >
> > u=https-3A__lists.midrange.com_mailman_listinfo_
> opensource&d=DwICAg&c=jf_
> > iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> oLL1WooWwd4sNkHGb7de6Ann2M0ogA
> > CmKqZ03g2Spno&e=
> > > or email: OpenSource-request@xxxxxxxxxxxx
> > > Before posting, please take a moment to review the archives
> > > at [16]https://urldefense.proofpoint.com/v2/url?
> > >
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-
> > > siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
> > >
> > l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
> 5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
> > s7MQHUapKHh-8&e=
> > > .
> > >
> >
> >
> > --
> > This is the IBMi Open Source Roundtable (OpenSource) mailing list
> > To post a message email: OpenSource@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit:
[17]https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=87Nr45KBqSgLodJleq-4wwQIZEhY68gWVckIKm5k3rU&e=
> > or email: OpenSource-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the archives
> > at
[18]https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=EydPL3hmM-FfMrXJ9d1uAw1t-EmZy9eYO2HNB7mfGgA&e=.
> >
>
>
>
> --
> Absolute Performance, Inc.
> 12303 Airport Way, Suite 100
> Broomfield, CO 80021
>
> NON-DISCLOSURE NOTICE: This communication including any and all
> attachments is for the intended recipient(s) only and may contain
> confidential and privileged information. If you are not the intended
> recipient of this communication, any disclosure, copying further
> distribution or use of this communication is prohibited. If you
received
> this communication in error, please contact the sender and
delete/destroy
> all copies of this communication immediately.
> --
> This is the IBMi Open Source Roundtable (OpenSource) mailing list
> To post a message email: OpenSource@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit:
[19]https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=87Nr45KBqSgLodJleq-4wwQIZEhY68gWVckIKm5k3rU&e=
> or email: OpenSource-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at
[20]https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=EydPL3hmM-FfMrXJ9d1uAw1t-EmZy9eYO2HNB7mfGgA&e=.
>
--
This is the IBMi Open Source Roundtable (OpenSource) mailing list
To post a message email: OpenSource@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
[21]https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=87Nr45KBqSgLodJleq-4wwQIZEhY68gWVckIKm5k3rU&e=
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
[22]https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=EydPL3hmM-FfMrXJ9d1uAw1t-EmZy9eYO2HNB7mfGgA&e=.




References

Visible links
1. https://urldefense.proofpoint.com/v2/url?u=https-3A__www.bvstools.com_mailtool.html&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=PD7uIWzA5R7yYj15whmwuDOunVwNa6adW4ZnAWL3Q1I&e=
2. https://urldefense.proofpoint.com/
3. https://urldefense.proofpoint.com/v2/url?
4. https://urldefense.proofpoint.com/v2/url?
5. https://urldefense.proofpoint.com/v2/url?
6. https://urldefense.proofpoint.com/v2/url?
7. https://urldefense.proofpoint.com/v2/url?
8. https://urldefense.proofpoint.com/v2/url?
9. https://urldefense.proofpoint.com/v2/url?
10. https://urldefense.proofpoint.com/v2/url?
11. https://urldefense.proofpoint.com/v2/url?
12. https://urldefense.proofpoint.com/v2/url?
13. https://urldefense.proofpoint.com/v2/url?
14. https://urldefense.proofpoint.com/v2/url?
15. https://urldefense.proofpoint.com/v2/url?
16. https://urldefense.proofpoint.com/v2/url?
17. https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=87Nr45KBqSgLodJleq-4wwQIZEhY68gWVckIKm5k3rU&e=
18. https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=EydPL3hmM-FfMrXJ9d1uAw1t-EmZy9eYO2HNB7mfGgA&e=
19. https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=87Nr45KBqSgLodJleq-4wwQIZEhY68gWVckIKm5k3rU&e=
20. https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=EydPL3hmM-FfMrXJ9d1uAw1t-EmZy9eYO2HNB7mfGgA&e=
21. https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=87Nr45KBqSgLodJleq-4wwQIZEhY68gWVckIKm5k3rU&e=
22. https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2aXRESXNvBGuLbIQEybCPNLc7OK0UqjwsZsoCq7Jz6o&m=vQhIoA_GxKvhJ3Z_frK_e31rLoe6ZqA4VF-0C1Z_LwI&s=EydPL3hmM-FfMrXJ9d1uAw1t-EmZy9eYO2HNB7mfGgA&e=

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.