検索

質問
· 2017年9月29日

interval in rule editor

Hi,in my rule  i want to compare a value wich i extract from a file if it's inside in my interval values or no, example:

 date1<value>date2

is there any function in rule editor that allow me to do this.

thank's

2 Comments
ディスカッション (2)0
続けるにはログインするか新規登録を行ってください
記事
· 2017年9月28日 1m read

Terminal license expire message

If you are facing out the license expire warning message on your terminal ("*** Warning: This Cache license will expire in 3 days ***") and you do not want that message to be displayed, you can disable/enable that by rinning the following commands:

Do ExpirationMessageOff^%SYS.LICENSE - Disable

Do ExpirationMessageOn^%SYS.LICENSE - Enable

 

ディスカッション (0)0
続けるにはログインするか新規登録を行ってください
記事
· 2017年9月26日 2m read

InterSystems IRIS Data Platform: the Power Behind a Better Online Shopping Experience

This summer the Database Platforms department here at InterSystems tried out a new approach to our internship program.  We hired 10 bright students from some of the top colleges in the US and gave them the autonomy to create their own projects which would show off some of the new features of the InterSystems IRIS Data Platform.  The team consisting of Ruchi Asthana, Nathaniel Brennan, and Zhe “Lily” Wang used this opportunity to develop a smart review analysis engine, which they named Lumière.   As they explain:

A rapid increase in Internet users along with the growing power of online reviews has given birth to fields like opinion mining and sentiment analysis.  Today, most people seek positive and negative opinions of a product before making a purchase.  Customers find information from reviews extremely useful because they want to know what people are saying about the product they want to buy.  Information from reviews is also crucial to marketing teams, who are constantly seeking customer feedback to improve the quality of their products.  While it is universal that people want feedback about online products, they are often not willing to read through all the hundreds or even thousands of customer reviews that are available.  Therefore our tool extracts the information both vendors and customers need so they can make the best decision without having to read through any reviews.

That sounds really great, doesn’t it?  Check out the rest of their whitepaper to get more details about what they were able to accomplish and how InterSystems IRIS enabled them to do it!

ディスカッション (0)0
続けるにはログインするか新規登録を行ってください
質問
· 2017年9月26日

CSP: Print All PDF Reports, Java Applet not Supported Anymore, How to Migrate to Java Web Start (JNLP)

Hi all-

We used to have this Java applet in our CSP page to "print all" and "download all" PDF medical reports.  We want this applet so that the user won't have to open each PDF in the browser just to print it.

But now most browsers do not support Java applets anymore due to security concerns, so that Java application is down.  We tried to migrate to Java Web Start but don't know how to invoke the JNLP file from the CSP page.  I am new to Cache so any help would be greatly appreciated.

Also, is there an easier solution to this print all problem?  I assume many hospitals/labs would be facing the same issue, so there might be a smart hack?

6 Comments
ディスカッション (6)1
続けるにはログインするか新規登録を行ってください
質問
· 2017年9月26日

Task Manager failed executing RunLegacyTask

Recently, we scheduled two tasks (1008 and 1009) within Task Manager. Task ID 1008 is set to run after Purge Tasks (%SYS-ID:3), and Task 1009 is set to run at 7:00:00 each day.

In attempt to provide as much detail as possible, each of the tasks are as follows:

  • Task 1008 WHILE (($p($h,",",2) < $ZTH("10:00 PM")) && ($P($g(^Task.1008(+$h,$j)),"^",1) = +$h)) { J ^ROUTINE, ^ROUTINE2 D SUB^ROUTINE3 H 5 }
  • Task 1009 WHILE (($p($h,",",2) < $ZTH("10:00 PM")) && ($P($g(^Task.1009(+$h,$j)),"^",1) = +$h)) { d ^ROUTINE4, ^ROUTINE5 J SUB^ROUTINE6 }

The two tasks both reach an UNDEFINED error, which seems rather odd. The following are the email messages I receive from Caché with the subject line, "Scheduler process - failed".

Scheduler process Task 1008 - 1008 Scheduled for 2017-09-23 12:03, failed Executing Code %SYS.Task.RunLegacyTask at 2017-09-25 06:56 <UNDEFINED>zexecuteCode+4^%SYS.Task.RunLegacyTask.1 *Status

Scheduler process Task 1009 - 1009 Scheduled for 2017-09-24 07:00, failed Executing Code %SYS.Task.RunLegacyTask at 2017-09-25 06:55 <UNDEFINED>zexecuteCode+4^%SYS.Task.RunLegacyTask.1 *Status

How do I go about fixing the UNDEFINED error that is being encountered so that this does not occur every day? We end up having to manually start the tasks each day.

4 Comments
ディスカッション (4)2
続けるにはログインするか新規登録を行ってください