Pesquisar

Artigo
· Ago. 19 2min de leitura

How to merge existing accounts (update email) in the InterSystems Developer Ecosystem

Hi Community,

Sometimes you may need to merge multiple accounts or simply update the email address you use across the different portals in the InterSystems Developer Ecosystem. Since each portal works a little differently, here’s a guide to help you through the process.

Change your email

If you’d like to use a different email (for example, use a work email instead of a personal one, or vice versa), here’s how to update it across the portals:

1. Update your email in InterSystems SSO. To do this:

  • follow the prompts on screen to change your email

2. With your new email, log in to Developer Community and/or Open Exchange

3. Do NOT log in to Ideas Portal. First, send a direct message to @Irène Mykhailova with your old and new emails. When she confirms the change, you may log in to the Ideas Portal. Otherwise, you will create a new user on the Ideas Portal.

4. Do NOT log in to Global Masters, send a message to @Olga Zavrazhnova with your old and new emails. And when she confirms the change, you may log in to the Global Masters portal. Otherwise, you will have to merge your accounts.

Merge your accounts

If you already have several logins registered on the Developer Ecosystem and wish to merge your accounts, please send a direct message to @Iryna Mologa with your new and old email addresses. Both accounts must have been logged in at least once on the respective platforms. Be advised that account merging or data transfer is impossible on the Ideas Portal.


We hope this helps you with managing your accounts on the Developer Ecosystem. If you have any questions or suggestions, please don't hesitate to share them in the comments section of this article.

2 Comments
Discussão (2)3
Entre ou crie uma conta para continuar
Pergunta
· Ago. 19

ISC Github integration - Missing understanding of one step

Hello All,

  I have used github (outside of IRIS) for many many years and have no problem with it.  Also used SVN and other source control systems.

  I have a conceptual problem understanding the ISC github links and how they work via VSCode.

https://github.com/intersystems/git-source-control

 Our server is on Linux.

What I've done:

1. On Linux Server - d ##class(SourceControl.Git.API).Configure()

2. Create a local repo (we have a local git), say https://repo/myrepo

3. VSCode installed Object script addons, github Pull requests extension

4. VSCode Connect to namespace on server, all good

5. VSCode Initialize a repo on my local PC (VSCode likes to default use c:\ which was fun for a while)

6. Change PCK.Class1 and commit (now everything fails)

 

So I ask WHERE is the master?

1. https://repo/myrepo?

2. /linuxserver/repo/myrepo (created by d ##class(SourceControl.Git.API).Configure()))?

3. Or inside the IRIS.DAT?

 

How does /linuxserver/repo keep uptodate from https:/repo/myrepo if the linux directory isn't a repo?

 

If we have PCK.Class1(v1) on the linuxserver and //myrepo

If I amend and push PCK.Class1(v2) (via ifs) there is now different version on IRIS (IRIS.DAT) compared to /linuxserver/repo and to //myrepo

I've obviously lost a huge understanding of how IRIS.DAT (for want of a better word) and /linusserver/repo stay instep.

And if I create a local repo (c:\repo\myrepo2) from //myrepo and commit and push how does that get to /linuxserver/repo and then into IRIS.DAT?

3 Comments
Discussão (3)2
Entre ou crie uma conta para continuar
Discussão (13)4
Entre ou crie uma conta para continuar
Artigo
· Ago. 18 3min de leitura

Webゲートウェイ管理画面のSystem Status(システムステータス)ページで確認できること

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

WebゲートウェイのSystem Status(システムステータス)ページでは、現在のすべてのアクティブな接続のステータスを確認することができます。

最初のステータステーブル (システムステータス) は、IRIS への接続に関する情報を表示します。
2番目のステータステーブル (InterSystems IRIS サーバ) は、InterSystems IRIS サーバに関する情報を表示します。
3 番目のステータステーブルは、アプリケーションパスの情報を表示します。
4 番目のテーブルは、Web ゲートウェイの応答キャッシュに保持されるフォームを表示します。

いくつかのサンプル接続ステータスを例にご説明します。

【ケース1】

最小接続数 の設定で、現在3接続が処理中の場合。
使用中のプロセスは InUse のステータス、待ち受けで空いているプロセスは Free で表示されます。
Server のステータスは、Webゲートウェイレジストリメソッドで使用のプロセスです。
 CSP.iniで以下の設定をしている場合は、このプロセスは作成されません。
 [SYSTEM]
 REGISTRY_METHODS=Disabled

 


【ケース2】

最大接続数の設定で、合計11の同時接続があった場合。
現在処理中のプロセスは InUse のステータスの4プロセス(Serverの1プロセスはWebゲートウェイレジストリメソッドで使用)。残り7プロセスは「キューイングされたリクエスト」となり、キューイングされたリクエストのタイムアウトで設定された秒数間、プロセスの処理が終わって空きがでるのを待ちます。タイムアウト秒たっても、前の処理が終わらずに空きができない場合は、「サーバビジー」のエラーページがクライアントに返されるか、設定していない場合はエラー(※)を返します。
※「サーバへのすべての接続が使用中です: 後でもう一度実行してください」(バージョンによって多少文言が変わることがあります)
※ [Total] 行の [クリア] 列 (右端列) にある「」ボタンをクリックすると、全ての接続を閉じることができます。

 


【ケース3】

「キャッシュされたフォーム」があるケース
こちらには、画像や css、js などの「静的ファイル」がリクエストされた場合のキャッシュが保持されます。
キャッシュによる問題が生じた場合、ブラウザのキャッシュ削除とともに、こちらのWebゲートウェイのキャッシュ削除で解消されるかを試すことも有用です。
[Total] 行 (下の行) の [クリア] 列 (右端列) にある「」ボタンをクリックすると、全てのキャッシュをクリアすることができます。

 


詳細は以下のドキュメントをご覧ください。
Web ゲートウェイの管理と監視

Discussão (0)0
Entre ou crie uma conta para continuar
Pergunta
· Ago. 18

Is there a way to drop/remove an inherited setting (from the SETTINGS class parameter) in an interoperability business host?

Given:
class Foo.Bar extends Ens.BusinessOperation
{
Parameter SETTINGS = "Whatever:Basic";
}

class Foo.Baz extends Foo.Bar

I want to somehow drop "Whatever" as a setting from Foo.Baz. How can I do this?

4 Comments
Discussão (4)3
Entre ou crie uma conta para continuar