InterSystems Developer Community is a community of 17,816 amazing developers
We're a place where InterSystems IRIS programmers learn and share, stay up-to-date, grow together and have fun!
Question
· Apr 6, 2018
EnableConfigItem() scripting

We have scripted a process where we can run EnableConfigItem from the cron in AIX so we can run multiple scripts at a time vs the scheduler in Ensemble that is single threaded. For the most part this works fine, until that service/operation has an error on it then it seems that everything else that is called after that instance halts.

Is there something that is stopping EnsConfigItem() from running once something has error'd?

Can something be forced like it does if we try to enable/disable in the gui and it times out?

this is the single command line we are calling

0 3
0 453

Configuring an Ensemble production can be a challenging task involving a thorough understanding of the system and production functionality and a detailed understanding towards each configuration item. After successfully configured an Ensemble production, you might need to set up an identical production on the mirror environment, or deploy the production on a development system to a live system, or send a copy for diagnostic/debug purposes. Other times you might have spent some time designing a BPL/DTL and some other productions can use the same logic.

5 0
0 4.5K

In this series of articles, I'd like to present and discuss several possible approaches toward software development with InterSystems technologies and GitLab. I will cover such topics as:

  • Git 101
  • Git flow (development process)
  • GitLab installation
  • GitLab Workflow
  • Continuous Delivery
  • GitLab installation and configuration
  • GitLab CI/CD
  • Why containers?
  • Containers infrastructure
  • GitLab CI/CD using containers

In the first article, we covered Git basics, why a high-level understanding of Git concepts is important for modern software development, and how Git can be used to develop software.

In the second article, we covered GitLab Workflow - a complete software life cycle process and Continuous Delivery.

In the third article, we covered GitLab installation and configuration and connecting your environments to GitLab

In the fourth article, we wrote a CD configuration.

In the fifth article, we talked about containers and how (and why) they can be used.

In this article let's discuss main components you'll need to run a continuous delivery pipeline with containers and how they all work together.

4 0
2 3.4K

Morning guys I have a SQL operation that I use to read data and results to a record map. But seems to have trouble saving the objects to a record map as I get this message

ERROR ErrException:
zInsertObject+2^%Library.RelationshipObject.1 -- logged as '-' number - @''

please help here is my code let me know if I missing anything thank you in advance

0 2
0 567

Problem:

Caché prints to printers in a manner somewhat different from other Windows applications. Caché sends the data directly to the GDI Printer, without the usual interface. This is because the GUI interface can only be shown on a system desktop session and not in web browser and terminal sessions. Some printer drivers have problems with this method of printing.

Is this the problem you are having?

4 3
2 2.8K

Hi community,

When I export the cube and the pivots that I made and import to another environment , the calculated metrics and dimension and also de pivot variable didn´t appear in the other environment. Because of this the pivot that use these metrics show error when you try to open.

I want to know that this behavior is normal or exist a way that you can export everything, independent if you build inside the cube or inside analyzer.

Thanks.

Jaqueline Krieger

0 3
0 370

I'm converting a DTM system to Caché and trying to use the Caché Terminal as the UI. I've come across and removed some DTM formatting for printed text that does not do anything in Caché (actually, it caused errors). The printed output to the default Windows printer ("|PRN|") has been working and the printed documents in text-only format look fine. I am testing on a low-end HP laser printer and a Brother laser. The client has done a print test to his own older HP laser from his Caché instance and the text renders fine.

0 5
0 826

I'm pleased to see this in the documentation of the just-published 2017.1 Field Test of Ensemble:

"In certain circumstances, it is useful to create namespaces that are not enabled for Ensemble. In this release you can do this by clearing the Make this an Ensemble namespace checkbox when creating a new namespace. "

4 1
0 566
Question
· Apr 3, 2018
Comparing Cache-Objects

Hi guys,

is there an easy way to compare two objects in os?

Example:

I have a registered order-object at runtime. Now I want to call a specific export-service just in the case that sth in this order has changed since the last export. So I have to compare the persisted order-object (last export) with the current order-object.

Ist there an easy way to compare these two objects or do I have to check each object-value separately?

Thanks for your help!

Regards, Thomas

0 1
0 771

Hi, Community!

This post is a digest of the Developer Community postings in March 2018.

Most viewed

(Webinar Mar 14) REST API Design and Development 272

Replacing ZEN - Part 1 - Introduction 195

Continuous Delivery of your InterSystems solution using GitLab - Part I: Git 194

REST Design and Development 161

Deployment Strategies: Do You Compile ObjectScript on a Production Site? 161

Angular 4 (2-5), CacheAutentication, Cache2017.1, REST 155

Parallel execution in COS 154

Continuous Delivery of your InterSystems solution using GitLab - Part II: GitLab workflow 144

problems renaming/copying classes 129

Sending Alerts to Mobile Phone using Pushover from HTTP.OutboundAdapter 128

Most voted

Continuous Delivery of your InterSystems solution using GitLab - Part I: Git 6

Replacing ZEN - Part 1 - Introduction 5

Save the Date - InterSystems Partner's Day 2018 in Austria 5

(Webinar Mar 14) REST API Design and Development 5

Replacing ZEN - Index to articles 5

Continuous Delivery of your InterSystems solution using GitLab - Part II: GitLab workflow 4

Minimum Monitoring and Alerting Solution 4

Sending Alerts to Mobile Phone using Pushover from HTTP.OutboundAdapter 3

Caché Native Access — working with native libraries in Caché 3

DeepSee: Databases, Namespaces, and Mappings - Part 1 of 5 3

Most commented

problems renaming/copying classes 19

Deployment Strategies: Do You Compile ObjectScript on a Production Site? 19

GetSwizzled error in cache 14

creating a test server 13

translation of data ready to push to and from a JSON restAPI 13

(Webinar Mar 14) REST API Design and Development 10

Filters in DeepSee Dashboards 10

SqloutBound Adapter with Output to File 8

Multiple installs of Eclipse/Atelier with different server connections 8

How to Call a Custom Listing in MDX? 8

Top 10 Authors to Follow by Views

Eduard Lebedyuk, Posts, 667

Peter Cooper, Posts, 289

Mark Connelly, Posts, 128

Murray Oldfield, Posts, 81

Evgeny Shvarov, Posts, 60

Artem Daugel-Dauge, Posts, 52

Alessandro Marin, Posts, 36

Top 10 Experts to Follow

Robert Cemper, Answers, +4

Timothy Leavitt, Answers, +3

Tomas Vaverka, Answers, +2

Eduard Lebedyuk, Answers, +2

Dmitry Maslennikov, Answers, +2

Michael Moulckers, Answers, +1

Mark Hanson, Answers, +1

Ray Fucillo, Answers, +1

Alessandro Marin, Answers, +1

John Murray, Answers, +1

0 0
0 216
Question
· Mar 21, 2018
Problems encountered with Java Gateway

Problems encountered with Java Gateway

I am writing a framework for use on the Java Gateway. The role of the framework is:

1. Import the framework jar file into ensemble studio (test completed);
2. In the framework jar, handle the related functions of the remaining jar files (the rest of the jar files are written by colleagues).

The general idea is as follows:

Send: Ensemble Java Gateway -> Framework Jar -> Plugin Jar (colleagues write, processing data).
Returns: Plugin Jar (processed return data) ->Framework Jar->Ensemble Java Gateway.

0 1
0 693