LoginSignup
0
0

More than 5 years have passed since last update.

MavensMateでError initializing project: inactive organizationのエラーがでるときの対処法

Last updated at Posted at 2018-01-23

久しぶりに改修依頼があったので、修正しようとしたらMavensMateで
[ERROR]: Request to the local MavensMate server failed. Error initializing project: inactive organization
のエラーとなったので、その対処法のメモ。

状況

MavensMateでEdit Projectをしようとしたら以下のエラーに
image.png

原因

多分Sandの環境をリフレッシュしたからだと思われる。

対応策

config以下にある.settingのinstanceUrlを変更した

{
    "projectName": "XXXXX",
    (省略)
    "loginUrl": "https://login.salesforce.com/",
    "instanceUrl": "https://cs58.salesforce.com", <-もともとcs57だった
    "workspace": "C:\\Users\\NaotoKoyama\\workspace",
    (省略)
    ]
}

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0