Nouvelle publication

検索

Discussion (1)0
Connectez-vous ou inscrivez-vous pour continuer
Question
· Oct 29, 2020

how to restore the backup file from 2015 version to 2017 cache version by using .cbk file

Hi All,

Can you please guide me on how to restore the .cbk file from the 2015 Cache version into the 2017 version or any other versions of Cache or IRIS software? I have a new instance on my server. It's an entirely new server. I have a .cbk backup file.  I want to restore the backup file into a new namespace which one I will create on my new server.  When I am trying on ^DBREST utility, I am getting "This is not a Cache Backup File" this error. 

Please advise on this. It's a bit urgent.

Thanks,

Arun Kumar. 

6 Comments
Discussion (6)1
Connectez-vous ou inscrivez-vous pour continuer
Article
· Oct 25, 2020 2m de lecture

InterSystems IRIS が正常に動作していることを Windows から確認する際の監視対象プロセス名

これは、InterSystems FAQサイトの記事です

Windowsでは、以下イメージ名のプロセスを監視対象としてください。

[irisdb.exe]
重要なシステムプロセスが含まれています。
※ 監視対象にすべき重要なシステムプロセスを確認する方法は、添付をご参照ください。

[IRISservice.exe]
IRISインスタンスをサービス経由で扱う為のプロセスになります。
このプロセスが終了すると、IRISインスタンス自体には直接影響はありませんが、IRIS の停止(サービスの停止)ができなくなります。

[ctelnetd.exe]
%Service_Telnet サービスが有効になっている場合に起動し、Telnet 経由で IRIS へアクセスする為のデーモンプロセスになります。
このプロセスが終了すると、IRIS インスタンスへの Telnet アクセスができなくなります。

[iristrmd.exe]
%Service_Console サービスが有効(既定で有効)になっている場合に起動し、サーバのローカル端末(サーバの IRIS ランチャーからターミナル)より IRIS へアクセスする為のデーモンプロセスです。
このプロセスが終了すると、IRIS インスタンスへのローカル端末アクセスができなくなります。

[iristray.exe]
システムトレイに表示される IRIS ランチャー 用プロセスです。
このプロセスの有無は、IRIS インスタンスには影響はありませんので特に監視対象の必要はありません。

[licmanager.exe] 
マルチサーバタイプのライセンスを使用している際に起動されるライセンスサーバプロセスです。

[httpd.exe]
管理ポータル用のApacheのプロセスです。

IRIS 内部のプロセス一覧を取得するには、管理ポータルの以下メニューや
  [菅理ポータル] > [システムオペレーション] > [プロセス]


プロセス一覧は、ターミナルを起動して、コマンドラインで確認することもできます。

do ALL^%SS


詳細は以下のドキュメントをご覧ください。
IRISプロセスについて

Discussion (0)0
Connectez-vous ou inscrivez-vous pour continuer
Article
· Oct 25, 2020 2m de lecture

%Net.HttpRequest クラスを使用して https のアクセスでエラーが発生したときに確認したいこと

これはInterSystems FAQ サイトの記事です。

%Net.HttpRequest クラスの SSLConfiguration プロパティに SSL/TLS 構成の「クライアント」構成名が指定されているかご確認ください。

%Net.HttpRequest クラスを使用して、https の url にアクセスするためには、以下のドキュメントに記載されている SSL/TLS 構成 の「クライアント」構成を作成して指定した名前を SSLConfiguration プロパティに指定する必要があります。

SSL/TLS構成のクライアント構成方法

管理ポータルの [システム管理] > [セキュリティ] > [SSL/TLS構成] メニューを開き、「構成名」に任意名を設定し、「保存」ボタンをクリックします(そのほかの構成パラメータは、デフォルト値で作成します)。

 

実行例は以下の通りです(https://www3.nhk.or.jp/news/ にアクセスしています)。

set httprequest=##class(%Net.HttpRequest).%New()
set httprequest.Https=1
set httprequest.Server="www.nhk.or.jp"
set httprequest.SSLConfiguration="test1"  //設定したSSL/TSL構成名を指定
set st=httprequest.Get("/news/")
write $ZCVT(httprequest.HttpResponse.Data.Read(1000),"I","UTF8")  // 取得できたレスポンスの一部を表示
<!DOCTYPE HTML>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7 eq-ie6"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8 eq-ie7"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9 eq-ie8"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="X-UA-Compatible" content="requiresActiveX=true" />

<title>NHKニュースサイト 日本全国・世界の速報、最新情報|NHK NEWS WEB</title>
<meta name="robots" content="noodp,noarchive">
<meta name="keywords" content="NHK,ニュース,NHK NEWS WEB" />
<meta name="description" content="NHKのニュースサイト「NHK NEWS WEB」。国内外の取材網を生かし、さまざまな分野のニュース をいち早く、正確にお伝えします。ニュース

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Annonce
· Oct 16, 2020

New Video: Introduction to InterSystems Reports

Hi Community!

Enjoy watching the new video on InterSystems Developers YouTube:

⏯ Introduction to InterSystems Reports

 

InterSystems Reports, powered by Logi Analytics, is a report generation tool that enables you to rapidly create and view visual reports of your data. This video introduces you to InterSystems Reports and its core components.

➡️ Subscribe to InterSystems Developers YouTube

Enjoy and stay tuned!

Discussion (0)0
Connectez-vous ou inscrivez-vous pour continuer