{"id":27531270,"url":"https://github.com/richardschoen/ileaccess","last_synced_at":"2025-07-24T12:08:18.087Z","repository":{"id":115712661,"uuid":"163328781","full_name":"richardschoen/ILEaccess","owner":"richardschoen","description":"Save file packaging of IBM i libraries ILEASTIC, NOXDB and ILEUSION for convenience installation. ILEastic allows HTTP microservices to be created on IBM i. NOXDB makes SQL,JSON and XML made easy for IBM i, ILEusion packages it all up to make IBM i data and program call services easier. ","archived":false,"fork":false,"pushed_at":"2019-01-22T13:43:59.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-01T00:45:23.495Z","etag":null,"topics":["as400","call","cl","command","data","database","db2","http","https","ibmi","ile","ileastic","ileusion","microservice","noxdb","program","queue","rpg","sql","xmlservice"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richardschoen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-12-27T19:21:08.000Z","updated_at":"2023-08-29T16:37:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1122163-71b9-4247-a723-40a5efacbd94","html_url":"https://github.com/richardschoen/ILEaccess","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/richardschoen/ILEaccess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschoen%2FILEaccess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschoen%2FILEaccess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschoen%2FILEaccess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschoen%2FILEaccess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardschoen","download_url":"https://codeload.github.com/richardschoen/ILEaccess/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschoen%2FILEaccess/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266840973,"owners_count":23993425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["as400","call","cl","command","data","database","db2","http","https","ibmi","ile","ileastic","ileusion","microservice","noxdb","program","queue","rpg","sql","xmlservice"],"created_at":"2025-04-18T17:49:53.198Z","updated_at":"2025-07-24T12:08:18.078Z","avatar_url":"https://github.com/richardschoen.png","language":null,"readme":"# ILEaccess\nILEaccess is a save file convenience packaging of IBM i libraries ILEASTIC, NOXDB and ILEUSION for convenience installation. \n\nILEaccess/ ILEusion can be used to replace XMLSERVICE on IBM i as a remote data access layer via JSON REST based calls. \n\n**(See API link below.)**\n\n**ILEastic** allows HTTP microservices to be created on IBM i\u003c/br\u003e\n**NOXDB** makes SQL,JSON and XML made easy for IBM i.\u003c/br\u003e\n**ILEusion** packages it all up to make IBM i data and program call services easier using JSON rest calls. ILEusion has been temporarily forked here. https://github.com/richardschoen/ILEusion\u003c/br\u003e\n\nFor more info on these services see the sitemule Github projects:\nhttps://github.com/sitemule\n\n# Installing ILEACCESS library and starting an IBM i data service\n\nDownload the **ileaccess.savf** save file from the selected releases page. \n\nhttps://github.com/richardschoen/ILEaccess/releases\n\nUpload the **ileaccess.savf** to the IFS and place it in **/tmp/ileaccess.savf**\n\nRun the following commands to copy the save file from the IFS into a SAVF object\n\n`CRTSAVF FILE(QGPL/ILEACCESS)`\n \n`CPYFRMSTMF FROMSTMF('/tmp/ileaccess.savf') TOMBR('/qsys.lib/qgpl.lib/ileaccess.file') MBROPT(*REPLACE) CVTDTA(*NONE)`\n\nRestore the ILEACCESS library\n\n`RSTLIB SAVLIB(ILEACCESS) DEV(*SAVF) SAVF(QGPL/ILEACCESS)`\n\nStarting an ILEaccess/ILEusion IBM i Data Service Instance\n\n`ADDLIBLE ILEACCESS`\n\n`STRILESRV JOB(ILEACCESS) \n          HOST(*ANY)     \n          PORT(9999)     \n          LOGIN(*YES)`\n\nYou are now ready to start developing applications in .Net, via PHP or on other platforms that can utilize the ILEusion data service. \n\n# Start Using ILEaccess / ILEusion\n\n**Check out the .Net wrapper source** for accessing IBM i data using ILEusion and .Net.\u003c/br\u003e\nhttps://github.com/richardschoen/ILEusion-DotNet\u003c/br\u003e\n\n**Download Nuget package.**\u003c/br\u003e\nhttps://www.nuget.org/packages/ILEusionStd \u003c/br\u003e\n\nHopefully other language wrappers will follow, however any language that can read and write JSON can interact with the ILEusion web service calls. \n\n# ILEaccess / ILEusion Documentation for Rest API Calls\n\nhttps://github.com/richardschoen/ILEusion/wiki/ILEusion-API-Documentation\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardschoen%2Fileaccess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardschoen%2Fileaccess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardschoen%2Fileaccess/lists"}