Hello @Evgeny.Shvarov.
I think the apptools-django project implements the idea of community:
https://ideas.intersystems.com/ideas/DP-I-149
How do you think ?
And also, I updated the first article. Please add points.
- Log in to post comments
Hello @Evgeny.Shvarov.
I think the apptools-django project implements the idea of community:
https://ideas.intersystems.com/ideas/DP-I-149
How do you think ?
And also, I updated the first article. Please add points.
Perhaps exporting to Oracle via JDBС will help you
I have been using this method for over 5 years and it has never let me down.
Thanks!!
Hello,
Please add bonuses `Idea Implementation` to the `gateway-sql` project.
https://ideas.intersystems.com/ideas/DPI-I-224
DbVisualizer or SQL Data Lens.
Probably they are good for those who use them.
I did not know about these products, thanks.
^SECURITY
Everything is fine with this program, but it does not allow you to do a selective upload. For example, I need to export not all users, but only certain attributes.
Thank you very much
Hey, here's another one-liner: Change password for preset users
x "new $namespace,s,p,n set $namespace=""%SYS"",p(""Password"")=""NewPass123"" for n=""admin"",""cspsystem"",""iam"",""superuser"",""unknownuser"",""_system"",""_ensemble"" set s=##class(Security.Users).Modify(n,.p)"
Propose No. 5 Create a new database and namespace with resources and mapping in interoperability and install a module from the register into it, for example "dc-one-liners"
At the end of line No. 2 of the zpm installation:
set $namespace="%SYS" do ##class(Security.SSLConfigs).Create("ssl") set r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ssl" do r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c") zpm "install zapm" zapm "newdb dc-one-liners"
And you can create any number of such one-liners for all possible cases ;-)
Great idea, thanks Eugene! But I think it is necessary to collect not so much beautiful one-line useful constructions, but more useful pieces of code, as it was in the projects: https://github.com/intersystems-community/code-snippets https://github.com/intersystems-community/objectscript-snippets https://github.com/eduard93/Utils
There is a shorter line, from @Sergei Shutov
zn "%SYS" d ##class(Security.SSLConfigs).Create("z") s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="z" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")
Here are some useful projects for decorating a redme.md file, described in the article
https://github.com/Ileriayo/markdown-badges https://github.com/simple-icons/simple-icons https://github.com/ryo-ma/github-profile-trophy https://github.com/DenverCoder1/github-readme-streak-stats https://github.com/Ashutosh00710/github-readme-activity-graph https://github.com/topics/visitor-counter https://github.com/anuraghazra/github-readme-stats
Thank you Robert @Robert Cemper, your articles and projects are just wonderful. They are very useful for creativity for both the novice and experienced developer!
Hi!. Evgeny I Added example LOAD DATA And mentioned it in the readme.
Hi!. Evgeny
I posted Second Article on DC:
https://community.intersystems.com/post/exchange-rate-cbrf-ui-project-d…
Big thanks to all our community
Thanks everybody!!!
Good fellows! Congratulate everyone!
Please add points for the quality of the code for `appmsw-dbdeploy`
all errors are due to the fact that the code quality program cannot work with% ZPM.
https://community.objectscriptquality.com/dashboard?id=intersystems_iri…
Hey Mr. Evgeny Shvarov
Please add points for the quality code for:
I also ask you to add +2 for appmsw-forbid-old-passwd
The program that checks the correctness of the password entered by the user is already definitely an authorization component.
Thank you so much Robert.
Your high professionalism and subtle sense of humor adorns our community.
In a studio it is possible.
1. I put a delay of a few seconds in the service code.
2. Start the service
3. I find the required process, connect to it.png)
Hi Andy There is also an alternative SQL;manager in the apptools-admin application, with the ability to conveniently connect to external sources via jdbc
By the way, I saw a shorter line from Sergei Shutov:
zn "%SYS" d ##class(Security.SSLConfigs).Create("z") s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="z" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")
Hi, Guillaume!
It’s very nice, I scattered this code in all my projects on openexchange, so that it was always at hand
Hi, @Evgeny Shvarov
ZPM A module from one command?
Set tSC = ##class(%SYS.Portal.Users).%AddFavorite("WebTerminal","/terminal/")
Or do you mean something more?
Conducted testing on large tables. Process memory is not wasted. The result is good.
Hi Nick!
Thanks for the good article.
There is a typo in the program code associated with a variable name and username
Hi Jonathan. ZPM is very useful for deploying interoperability. Last year, there was even an interop competition. Many worthy projects took part in it.