Not able to create a model in developer portal

 
Solved Solved
0 8 322
1 ACCEPTED SOLUTION

Dear @Dipali Patidar ,

Your Developer Portal connection with Apigee Edge is broken. Please see ways below to fix same.

  • Raise a support ticket here
  • If you have pantheon access, You can fix using drush command line tool. You need to run below drush commands to fix same.
 devconnect-set-auth   Sets the username/password for Edge authentication.
 (dc-setauth)
 devconnect-set-con-t  Sets the configured Edge connection timeout in seconds.
 imeout (dc-setcon)
 devconnect-set-endpo  Sets the configured Edge endpoint URL.
 int (dc-setend)
 devconnect-set-org    Sets the Edge org name.
 (dc-setorg)

Cheers,

Anil Sagar

View solution in original post

8 REPLIES 8

Dear @Dipali Patidar ,

Can you please check logs in Reports -> Recent log messages and post more details to troubleshoot ?

Cheers,

Anil Sagar

Dear @Dipali Patidar ,

It says unauthorised, that means connection to Apigee Edge is broken. Can you check connection status in "admin/config/devconnect" page ?

Cheers,

Anil Sagar

Thanks Anil. I could not find the admin/config/devconnect page in developer poratl. Could you please attach the sbnapshot for the same.

Dear @Dipali Patidar ,

Navigate using Admin Menu ,

Configuration -> Developer Portal Settings.

959-screen-shot-2015-08-14-at-34441-pm.png

The connection status I could see here is

Edge Endpoint responded with 401 Unauthorized. Check the username and password.

Please advise.

Dear @Dipali Patidar ,

Your Developer Portal connection with Apigee Edge is broken. Please see ways below to fix same.

  • Raise a support ticket here
  • If you have pantheon access, You can fix using drush command line tool. You need to run below drush commands to fix same.
 devconnect-set-auth   Sets the username/password for Edge authentication.
 (dc-setauth)
 devconnect-set-con-t  Sets the configured Edge connection timeout in seconds.
 imeout (dc-setcon)
 devconnect-set-endpo  Sets the configured Edge endpoint URL.
 int (dc-setend)
 devconnect-set-org    Sets the Edge org name.
 (dc-setorg)

Cheers,

Anil Sagar

Thanks @Anil Sagar