Hi All,
SPOOLER functionality is support in Cache 16?
Previously we are using cache 5,Now we upgraded cache(cache 16).
Is any changes required in SPOOLER set-up (Cache 16)?
Thanks,
Sansa
Hi All,
SPOOLER functionality is support in Cache 16?
Previously we are using cache 5,Now we upgraded cache(cache 16).
Is any changes required in SPOOLER set-up (Cache 16)?
Thanks,
Sansa
This sample class will add parameter DSINTERVAL to each class containing the parameter DSTIME
To execute it from a Terminal :
SAMPLES>d ##class(adm.param).add(,,1)
[SAMPLES] parameter DSINTERVAL=5 added to class DeepSee.Study.CityRainfall (via adm.param)
[SAMPLES] parameter DSINTERVAL=5 added to class HoleFoods.Transaction (via adm.param)
[SAMPLES] parameter DSINTERVAL=5 added to class News.DeepSee.NewsArticle (via adm.param)
DSINTERVAL parameter was added to 3 classes
Class adm.I'm trying to read PID-3 and route the message based on if a certain prefix existed, but I keep getting Property Does Not Exist.
I've tried
HL7.(PID:PatientIDInternalID()) Contains "COS"
HL7.(PID:PatientIDInternalID(1)) Contains "COS"
HL7.{PID:PatientIDInternalID()} Contains "COS"
HL7.{PID:PatientIDInternalID(1)} Contains "COS"
This is a 2.3 MDM message. Thanks!
Here's what I get when I check for updates from my 1.0.245 on Windows:
Cannot complete the install because one or more required items could not be found.
Software being installed: Atelier IDE 1.0.255 (com.intersys.eclipse.feature.estudio.feature.group 1.0.255)
Missing requirement: Connection Manager 1.0.255 (com.intersys.eclipse.connmgr 1.0.255) requires 'bundle com.fasterxml.jackson.core.jackson-databind 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Atelier IDE 1.0.255 (com.intersys.eclipse.feature.estudio.feature.group 1.0.255)
To: com.intersys.eclipse.This article gives a brief introduction how a RESTful service consumer and a RESTful service provider exchange data. It is a beginner’s guide. Data is transferred from a consumer to a provider as parameters of the service. Parameters are part of a service request. The result of the service action a response is returned from a provider to a consumer. Both the service request and response are standard HTTP messages. Since HTTP is a flexible standard regarding to the message contents, RESTful services also enjoy the versatility of data transfer methods.
Good Morning and thanks in advance for all replies. I have created a PowerShell script for backing up CACHE and all related files to be run on a nightly basis. My script works as long as the Unknownuser has %all access which is not acceptable in our production environment. I have tried every format I can thank of to get the script to use a specific id with no luck. How can I get this command to run under a specific id?
..\bin\cache -s. -U%SYS "##Class(Backup.General).ExternalFreeze() <d:\backup\login.scr"
The file just has
userid`r`n password`r`n
`r
Hi!
Sometimes you see that call to DeepSee cube building method:
w ##class(%DeepSee.Utils).%BuildCube("CubeName")does nothing.
Here are my 2 cents on possible reasons.
1. Run DeepSee Reset method in certain Namespace:
NAMESPACE> w ##class(%DeepSee.Utils).%Reset()
and try again.
2. Make sure, that all the indices in your base class for the cube are rebuilt, rebuild them and run it again:
w ##class(%DeepSee.Utils).%BuildCube("CubeName")
Hope this will save some time for you, and will be helpful as was to me.
NewBie's Corner Session 27 Traversing A Global with $Order Part 1
Welcome to NewBie's Corner, a weekly or biweekly post covering basic Caché Material.
Traversing A Global
Perhaps the most difficult concept in Caché/MUMPS is its Global Structure. This session and several that follow it deals with the Global Structure. However, just presenting the material will not guarantee your understanding of it. You must experiment with the data and concepts that are presented.
In this session, we are going to create a small Global of three levels deep, and then show the code to Traverse the Global.
NewBie's Corner Session 28 Various Methods to Traverse a Global
Welcome to NewBie's Corner, a weekly or biweekly post covering basic Caché Material.
Judging from the number of responses to Session 27 Traversing A Global, developers are passionate about their methods. I am not here to judge the merit of the various methods.
Over the next few pages I will demonstrate a number of methods to Traverse a Global. If you don't already have a favorite they may help you pick one.
I will repeat the method from Session 27 just to have all methods in one post.
Hello, guys.
I need to copy the text from one stream to another filestream and save it. I am using
do fileStream.CopyFromAndSave(rtn.Code)
However, if "rtn" stream contains Russian characters I get something like "???". Is there any way to convert stream to Unicode? Something like $zc(str, "O", "UTF8") for streams.
Hi all,
This is a real long shot, but does anyone have experience integrating MS wsHttpBinding with a Cache application?
I ask because my project had some initial design discussions for new web service communication and this specification was mentioned.
Thanks.
Hi, Community!
Here is the digest of Articles and Questions published on InterSystems Developer Community in September 2016.
Most viewed
Mirroring 101: a brief guide and FAQ - 238
NewBie's Corner Session 27 Traversing A Global with $Order Part 1 - 214
Cache for Raspberry Pi? - 209
Free Text Search: The Way To Search Your Text Fields That SQL Developers Are Hiding From You!* - 199
REST in Pieces - 196
User authentication using Arduino with RFID - 146
Windows 7 performs shutdown too fast for Cache to close and so it gets forced down - 143
Cache or Caché? - 141
NewBie's Corner Session 28 Various Methods to Traverse a Global - 134
Cache Certification - 128
Most voted
Ensemble and file outbound adapters - a small hint - 11
Free Text Search: The Way To Search Your Text Fields That SQL Developers Are Hiding From You!* - 9
Advanced URL mapping for REST - 6
Windows 7 performs shutdown too fast for Cache to close and so it gets forced down - 6
Featured InterSystems Video: OAuth 2.0 Overview - 6
The Art of Mapping Globals to Classes (2 of 3) - 5
Running HealthShare XSLTs from Terminal - 5
Cache or Caché? - 5
Most commented
NewBie's Corner Session 27 Traversing A Global with $Order Part 1 - 16
question on ExternalFreeze on windows platform -- - 14
Cache or Caché? - 12
Mirroring 101: a brief guide and FAQ - 10
Windows 7 performs shutdown too fast for Cache to close and so it gets forced down - 9
Multiple namespaces in web application - 8
cleaning up CSP sessions (aka where/who/what is the %CSP.Daemon?) - 8
NewBie's Corner Session 28 Various Methods to Traverse a Global - 8
Free Text Search: The Way To Search Your Text Fields That SQL Developers Are Hiding From You!* - 7
Hello, guys.
I found one interesting moment in Cache Object Script. It doesn't have(or at least I didn't find) trimming function. By trimming I mean if a string has some whitespaces/tabs/carriage returns from very beginning or/and from very right, this function removes them.
I have found several workaround ways.
1. Using Cache Basic
ClassMethod TrimCacheBasic(str As %String) As %String [ Language = basic ] { Return Trim(str) }
2. Using SQL
ClassMethod TrimSQL(str As %String) As %String
{
set tStatement = ##class(%SQL.Statement).%New()
set tSC = tStatement.%Prepare("SELECT TRIM(?I saw someone recently refer to ECP as magic. It certainly seems so, and there is a lot of very clever engineering to make it work. But the following sequence of diagrams is a simple view of how data is retrieved and used across a distributed architecture.
For more more on ECP including capacity planning follow this link: Data Platforms and Performance - Part 7 ECP for performance, scalability and availability
It appears latest version of field test supports Rules. What does support of Ensemble rules in Atelier mean for Ensemble users? Does it mean compilation and development can now be done in new Studio? If yes, how indentation and aliment work with Atelier?
Thanks
| 2016.2.0.726.0 | Atelier | CDS2785 | Support Ensemble Business Rules in Atelier api |
Hi All
I have a question on working with dev and prod environments.
After project is ready and signed, I usually migrate outcome to production using the export tool from the studio.
For changes/adding to existing projects, I exclude the production class (as it has some different values differing the dev from the live) and I add the differences manually afterwards.
My questions on migrating are:
Does anyone has (to share) his/her best practice steps on "migrating dev to prod"?
Does the export action (in management portal) is better to use?
Thanks
Gadi
The article is a step by step guide for beginners to learn how to build a RESTful web service consumer (or client) in Ensemble. The provider can be any RESTful service, but the example is based on the service we made during the previous sessions.
It is more than obvious that many client development environment has programming libraries or containers to build a RESTful client. For example in the earlier sessions we used Java Script to access services. Ensemble as a container also offers client functionality. Let us have a quick list what Ensemble offers.
I'm following the tutorial here. When I try to call the default Test() method I get the following error:
An error occurred with the CSP application and has been logged to system error log (^ERRORS)
I found this document which says I need to make the "Web Application" accessible by running a couple commands. I'm not even sure I created a Web Application. Regardless, I tried a few variants but still get the same error.
Here is the URL for the Service Catalog: /csp/healthshare/mhclib/Custom.MHC.Scott.ServiceTest.
Checking if Directory or File Exists:
Outlined below is an example of how to check if a directory exists:
Set directoryName="c:\temp\nosuchdir"
/* Check for existence of a directory - Return Value: 0 - directory does not exist; 1 - directory does exist */
Set directoryExists=##class(%File).DirectoryExists(directoryName)
If ('directoryExists) // do the processing for when a directory does not exist
Outlined below is an example of how to check if a file exists:
Set fileName="a_test_filename.The one question that some of you might have is:
How do I change my login information for Cache Studio if I clicked the checkbox to automatically save my login info so I do not have to enter my username/password every time I open Studio?
Well.
Hi all,
We're creating a series of RESTful APIs that output data from a Cache database (made up of global storage that we've mapped to classes). I'm running into some problems with object-to-JSON conversions when relationships are involved.
Click here to view our OAuth 2.0 Overview
InterSystems created this video as a high-level overview of OAuth 2.0 technology, geared toward developers looking to learn the basics of OAuth 2.0. It will teach you how OAuth 2.0 works, what roles are involved, what benefits it can provide, and how InterSystems Caché can be used with this technology.
I want Healthconnect to be the middle man between my client and my respository vendor. I've setup
HS.IHE.XDSb.RepositoryServices > HS.IHE.XDSb.Respository.Process>HS.IHE.XDSb.DocumentSource.Operations
Is this the correct approach?
I have a class with a string property with DISPLAYLIST and VALUELIST parameters specified.
When I query this class via ODBC I receive logical value as it is and not a display value.
Is there any way (without stored procedure) to get display value?
I need to do an UPDATE via SQL and I would like the statement to return the `ID` column of each row that is updated. MS SQL has an "OUTPUT" statement, but I don't see anything similar in Cache. Is there a way to do this?
Anyone has already been successful in connecting google calendar to Ensemble ?
Have you tried $Translate for date conversion?
USER>write $Translate("Dd.Mm.WwYy","WwYy-Mm-Dd","2015-08-02")
02.08.2015
Stolen from Russian forum and Alexander Koblov.
We are using object EnsLib.EDI.XML.Document and the method OutputToString -- ( context.XMLObject.OutputToString("C(utf-8)") ), In the string that we get back, Hebrew characters are unknown and we get question mark instead.
How can we overcome it?
Is the possible for Multiple Streams using in single method?