Rechercher

Question
· Sept 27, 2018

running intersystems cache workflow using atelier

Has anyone successfully executed s (INTSFREEZE and INSTATHAW) scripts in atelier tool?

We are having issues with FREEZE script whereas Thaw works fine.

Would appreciate any inputs!

5 Comments
Discussion (5)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Sept 26, 2018

Upgrade from Caché 2013.1.7 (Build 974U) to 2017.2.2 (Build 865U_SU): Any experience/known issues/checklists/hints?

Upgrade of custom application

Dear community,

we are a company located in central Germany working with Intersystems Caché since 2003 (Jesus, that's actually a long time in IT).

As we struggle to keep pace with outside development we still operate on Caché 2013.1 surprise

We are, of course, aware that we need to upgrade Caché and therefor plan an upgrade to 2017.2.

Now my question to you bold ObjectScript warriors:

Our application is a medium sized ERPish application with around 250k lines of code. So a bit code to review.

Many thanks for your input in advance and best regards,

Udo

4 Comments
Discussion (4)2
Connectez-vous ou inscrivez-vous pour continuer
InterSystems officiel
· Sept 24, 2018

Advisory: VMWare vSAN and Data Integrity

September 24, 2018 – Advisory: VMWare vSAN and Data Integrity

Clients running vSAN 6.6 or later should review a very important article that VMware published on September 21, 2018.  The article describes the possibility of file system and database corruption, which can lead to outages and possible data loss, and we believe that some of our clients have encountered this issue.  Therefore, we encourage you to act on this as soon as possible.

The VMWare knowledge base article is titled:

Virtual Machines running on VMware vSAN 6.6 and later report guest data consistency concerns following a disk extend operation (58715)

 

If you have any questions regarding this advisory, as it relates to InterSystems products, please contact the Worldwide Response Center.

2 Comments
Discussion (2)3
Connectez-vous ou inscrivez-vous pour continuer
Question
· Sept 24, 2018

How to use com.intersys.gateway.Service

I am trying to work with Java Selenium through Cache  my java programme works fine but I would like to pass parameters to the jar file form my Ensemble production. I followed this Tutorial here, For starters I wanted to copy it as it is and run that as an example but the (Stateless Service Mode Example) is not working within my eclipse environment with errors on the com.intersys. complaining about the service class. If anyone out there has had experience on this please advice all I need to do is be able to invoke my jar file within Cache(In general want to call my  java programme  within Cache and pass some parameters)

2 Comments
Discussion (2)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Sept 19, 2018

How to pass JSON body as part of a HTTP Status 404 Response message

404 Not Found

{
"error": {
 "errors": [
  {
   "domain": "global",
   "reason": "notFound",
   "message": "Not Found"
  }
 ],
 "code": 404,
 "message": "Not Found"
 }
}

I want to do something like the above sample from a Google Storage JSON API. I have a call to Write obj.%ToJSON() followed by return ..ReportHttpStatusCode(..#HTTP404NOTFOUND) however the HTTP Status code is always 200.  If I remove the Write obj.%ToJSON() statement it returns a 404 status with no body. How do I return both?

1 Comment
Discussion (1)1
Connectez-vous ou inscrivez-vous pour continuer