function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DRobi83DRobi83 

Force.com for Amazon Web Services no longer has its APEX Classes marked as Active??

Our Force.com for Amazon Web Services no longer has its associated APEX Classes marked as Active

When we try connect to the object in SF, we get these errors

Apex class 'AWS_S3_ExampleController' does not exist

I have checked the classes and they are all marked "Inactive"

How can I make these classes "Active". I did not deactivate them.

I can login to the AWS via their AWS website.

I raised a case with Salesforce and they no longer support "development" questions under my enterprise support agreement.

 

Has anyone had this happen, know how to make them active again, or an idea how i can restore it (reinstall?)

 

Regards

David

Best Answer chosen by Admin (Salesforce Developers) 
DRobi83DRobi83

I found the solution

 

My sandbox had somehow made the classes inactive. Because it is an unmanaged package, i went into my sandbox, edit/saved all the classes for AWS, then deployed them back to my production org and now it works

 

very strange.