Hi.
What is the best/right way to unlock the object in ObjectScript after the lock was acquired by %OpenId class method? Setting the opened object to null (Set object="") doesn't release the lock.
Regards,
Matjaž
Hi.
What is the best/right way to unlock the object in ObjectScript after the lock was acquired by %OpenId class method? Setting the opened object to null (Set object="") doesn't release the lock.
Regards,
Matjaž
i want to write a application for educational purposes which will be able to write, read and store name , surnames and birthdays of patience in a database in Caché ObjectScript
this are the codes i have already written can someone help me out.
// fill in ^Data with sample data
For i = 1:1:100 {
// Set each node to a random person's name
Set ^Data(i,"name") = ##class(%PopulateUtils).LastName()
Set ^Data(i,"surname") = ##class(%PopulateUtils).FirstName()
Set ^Data(i,"birthday") = ##class(%PopulateUtils).Date()
}
I have a requirement which comes down to evaluating two fields, if they are both empty then provide a default value.
If one is empty but the other has a value, then set the empty one to the field with a value.
The screenshots are not the actual fields, I was just using the dtl and fields to prove out the solution.
.png)
When I saved and compiled in the Management Portal I got an error, but it still compiled.
.png)
I then went to studio and opened the dtl, using view-->other code then compiled and did not get the error.
.png)
Wondering if this is a true error or just an anomaly?
The code does at least through the
Hi
While accessing Gartner Peer Insights feedback page I am getting below error:
.png)
How can I access this feedback page?
Thanks
We have a lookup table that we need to populate across different namespaces. Is it possible to CCR a lookup table to allow the table to be synched across our environments?
Hi,
I'm trying to connect to IRIS with .NET 4.5 and I see is quite different from Cache Method.
I have a connection and I can invoke a Method but I can't get %Stream.GlobalCharacter value as Class property and I can't use it in a ByRef parameter. With Cache we had the Intersystems.Data.CacheTypes namespace to use this "special" types.
Is there any documentation to use the %Stream.GlobalCharacter as class property and ByRef Param?
Thanks!
If one of your packages on OEX receives a review you don't get notified by OEX only on YOUR package.
So @Evgeny Shvarov suggested publishing my monthly summary of reviews here in DC.
It reflects my experience with the status I found at the time of my review.
We just upgrade from cache 2016.2 to IRIS 2020.1.1.
After this upgrade we cannot access to the portal web management, and dont give errors about that just this:
09/28/21-15:59:16:654 (20192) 1 [Utility.Event] Private web server has not started after 5 seconds.
Is this normal?
I followed the guide but dont talk nothing about that.
This is a normal problem when upgrading?
Thanks!!
Hi all,
I wonder how to sync my server code to my local code using Visual Studio Code.
Previously, using Atelier, you could open a view of server and can copy the code to the current project, also if I change a BP, I could sync the code because I had a signal that It's warning me that there was a change and it needs to be updated.
I thing i shouls opening the ObjectScript: Explorer and select the code directaly, and right click -> Import and compile current file (Ctrl + F7)
If I use this command, the ouptut window shows:
Hey Community,
Get ready for the next French Stream on InterSystems Technologies!
The new monthly event hosted by @Guillaume Rongier for French-speaking developers familiar with InterSystems technologies will be live stream October 7th at 12:00 Paris time. You will discover all the news and tips related to our solutions!
👉 Direct link to join: https://youtu.be/Rbp-u-3vY-8
On the Agenda:
Hello,
I'm experiencing a recurrent problem that I haven't found the way to solve, so I'm coming here with the hope somebody can give me a new approach.
To make it short: we are creating categories on-demand to be able to place the maximum numbers of workers in memory, avoiding the limits established by system categories. But from time to time, one of this creation fails and system is no able to start the queue. The error we are getting is:
ERREUR #7823: Invalid work queue manager category supplied 'User.65733'.1<INVALID OREF> The code is very simple:
sHi developers,
Serenji 3.2.0, the latest version from George James Software, was released last week and our current users have been enjoying trying out the new features (which you can find more about here).
If you're thinking about trying Serenji for the first time, we've made it easier to get set up by adding a walkthrough on the VS Code Welcome page. It takes you through:
We've also added prompts and guidance throughout VS Code to open and add Serenji folders to your workspace and when going to run and debug code.
This is just one of the ways we've enhanced the Serenji debugger to make straightforward and easy to use - so all you need to do is focus on your code.
[](https://bit.ly/3odciYG "Serenji 3.2.0 Welcome Page Walkthrough")I am trying to convert a valid date range (Previous Day - Current Day) to a valid date/time range (-15 mins from current date/time to current date/time) for a Task to run (Format needs to be YYYY-MM-DD hh:mm:ss)
Code being used currently for date range is
set previousDay=$zdatetime($horolog-1,3)
set currentDay=$zdatetime($horolog-0,3)
Can anyone help?
I am executing the command:
set fileComp = ##Class(SYS.Database).FileCompact(obj.Directory, freeSpace, .actualFree)
where obj.Directory contains the location of the current database
This executes correctly. However, the resultant OREF object does not contain any displayable properties but rather is of the value:
"0 "_$lb($lb(380,,,,,,,,,$lb(,"%SYS",$lb("e^zFileCompact+38^SYS.Database.1^1","e^^^0"))))/* ERROR #380: Completed but skipped some blocks, details recorded in the console log. */
Which is what I expected.
I can start cache without issue. There are no errors in the console log. However, when I access the management portal the page fails to display instead displaying the error page with the error "CSP application closed the connection before sending a complete response". This was working yesterday so the root cause is not clear. Reviewing all log files, the only error I have found is in the csp.log. The error is:
>>> Time: Mon Sep 20 06:54:19 2021; RT Build: 1801.1632a (win32/apapi:srv=2.4.20/apr=1.5.2/apu=1.5.4/mpm=WinNT); Log-Level: 6; Gateway-PID: 15516; Gateway-TID: 10232; Connection-No: 0;
I want to restore to a certain point in time through the Journal log, and I can't find relevant information in the help documentation. Can someone help me?
very thankful
How to find a global's original namespace ? Potentially mapped from a different namespace .
I have a global ^Custom that exists in multiple namespaces but it could mapped from namespace Drone(A) to Launch(B)
Without access to Cache management portal how to find where is my global located using cache code ?
Like if ^Custom == ^[Drone]Custom ??
.png)
https://www.appeon.com/products/powerbuilder
Appeon PowerBuilder is an enterprise development tool that allows you to build data-driven business applications and components.
It is one of a suite of Appeon products that together provide the tools to develop client/server, Web, mobile, and distributed applications.
In this article I will show the steps to connect to Caché with Appeon PowerBuilder by using ODBC
Step1 :
Make sure ODBC Driver option is selected while installing IRIS.png)
Step 2:
Configure ODBC IRIS Data Source by using ODBC Data Source Administrator .png)
Step 3: Configure InterSystems ODBC Data
Hi all,
I'm deploying IRIS for Health on a Google Cloud VM, and I note that the SuperServer port is 1971, rather than good old 1972. Is this as it's supposed to be? I can't see that it's documented anywhere.
Cheers,
Otto
Starting installation
Starting up InterSystems IRIS for loading...
../bin/irisinstall -s . -B -c c -C /usr/irissys/iris.cpf*IRIS -W 1 -g2
Starting Control Process
Unable to allocate 242 MB shared memory...
Unable to allocate 232 MB shared memory...
Configuring minimum system...
Unable to allocate 139 MB shared memory...
Unable to allocate shared memory minimum of 139MB (errno=22)
Startup aborted.
Startup error. See messages.log for more information.
Call InterSystems Technical Support if you need assistance.
IRIS startup returned 1.
InterSystems IRIS failed to start.
Check /usr/irissys/mgr/messages.log
Hey Community,
Please welcome 4 new videos on InterSystems Developers YouTube from HackMIT 2021 healthcare track:
Hi!
We're doing a small data integration project at our university and I've run into a problem.
I'm trying to make a counter that records the amount of messages (a simple .txt file transfer) that pass through a process and dumps that amount into a text file (preferably with a timestamp) every 10 minutes or so.
What I've gathered it's possible to do it via SQL query but linking that query into a process is something I haven't found any info on.
Are there any semi-beginner friendly ways to do this?
Thanks in advance!
Hello,
first of all thanks for your time reading this question, and thanks for your time:
We are expected to send a file as an attachment in a SOAP request using MTOM protocol.
It is expected to include a "name" parameter inside the "Content-Type" header, as we show below:
.png)
Currently, we have developed a SOAP Operation which sends the files using MTOM protocol, however it is not including the parameter "name" inside "Content-Type" header, as you would observe:
.png)
How could we adapt it to send the parameter "name"?
Could you provide us some example or documentation?
We have read:
Good Day
I have http response comes with strange characters "ÙÙØ³ ÙØ¯ÙÙ Ø§ÙØ", but it's normal when i test in postman. Is there any method to read arabic.
Regards
Hello all
How can I convert cache date to hijri date format in object secript.
please help.
Hi Team,
I want to consume(call) third-party API by passing JSON as a request from Iris.
I have a terminal script that queries sys.process' and then parses the results writing to a logfile. As part of the processing of the results, each row of the result set includes an element from the static string. But I am not clear on the scoping of the static string. The write statement sees the static string as undefined. What I want is something to the affect:
set statStr = "aa|bb|.."
set sqlStatement = xxx
set tState = ##class(%SQL.Statement).%New()
set qStat = tState.%Prepare(< sql statement> )
set rset = tState.%Execute()
WHILE rset.%Next() { w .....,
is there a command line function I can use to export the user file. The names off all the user in Health Share or Health Connect. Export it into some type of flat file?