Skip to content

Releases: richardschoen/MonoOniLibrary

V1.0.7 - For more info see VERSION source member in MONOI/SOURCE file

16 May 20:20
81505b5
Compare
Choose a tag to compare

-Added MNDIRLIST directory crawler MONO wrapper command sample.
-Added MNMAILSEND email sendinf MONO wrapper command sample.
-Set MONOPATH and MONODB2PTH commands to *DEFAULT for path location.
Path location is then set from MONOPATH data area in library MONOI
if *DEFAULT value is passed.
-Added MNUSRCHK01 RPG stored proc for authorizing IBM i user.
-Added MNHELLO01 RPG stored proc sample template.
-Added MNSESSIONS DDS member to create sessions file for the MonoNancyDataService IBM i json data microservice example.
-Added MNSESSIONQ SQL member to create sessions file for the MonoNancyDataService IBM i json data microservice example.
-You can use either the SQL or DDS to create MONOSESSIONS table in the MONOI library,

Changed MONOPATH defaults to /opt/mono/bin

09 Dec 23:14
81505b5
Compare
Choose a tag to compare

Since there are some missing pieces such as VB and timezone handling in the Yum version, we will default to the SAVF version of Mono for now.

V1.0.8 - For more info see VERSION source member in MONOI/SOURCE file

19 Jun 16:47
81505b5
Compare
Choose a tag to compare

-Default MONOPATH to Yum location /QOpenSys/pkg/bin
-Added RSTTIMZONE cl program to restore timezone objects.
This is a temporary workaround because the Yum packaging
for Mono does not contain timezone object info.
According to Calvin once IBM packages timezoneinfo into an RPM
the requirement can go away.
NOTE: RSTTIMZONE should be called once to restore timezone objects.
to /usr/share/zoneinfo, /usr/shsare/zoneinfo-leaps and
to /usr/share/zoneinfo-posix which is a symbolic link to zoneinfo dir.

Added Support for Mono installed via SAVF or Yum

05 Dec 21:46
43aa71b
Compare
Choose a tag to compare

New parameter added to MONO and MONO2 commands to point to the appropriate Mono installation location. If /opt/mono/bin is specified the Mono version installed via SAVF is utilized. If /QOpenSys/pkgs is specified, the Mono version installed via Yum is utilized.

Added DB2 Connect environment variable command

04 Dec 04:13
45660d5
Compare
Choose a tag to compare

Added new CL command MONODB2PTH to set all the environment variables for Mono, Yum, unixODBC and DB2Connect. MONODB2PTH gets called automatically from the MONO CL command to set environment info before calling a .Net app.

I will soon document DB2Connect for AIX set up instructions on IBM i.

Mono .Net users will be able to develop and use DB2 Connect drivers in Visual Studio 2017 to create code that runs with the DB2 Connect AIX driver and unixODBC.

This is a native databae alternative to using the XMLSERVICE .Net Wrapper.

Initial library release

30 Nov 14:29
a36e59a
Compare
Choose a tag to compare
Pre-release

Initial post of library source save file