Assignment 1 : Evaluation is not giving proper result

Hi Team ,

I have tried so many times to submit assignment 1 but all the time i am getting 0/100.

My code is perfectly working fine.
I have tried all the way i.e uploading Zip file, Recording and even uploading on youtube (Assignment 1 : Md Ahtesham - YouTube).

Please guide me if i am doing anything wrong.

Regards,
Ahtehsam

@md.ahtesham,

  1. Have you reset the ACME System data before uploading zip file ?
  2. Are you using same credentials for both ACME System and Academy ?
  3. Have you hard coded any values in the process ?
  4. Don’t use any external file references to store input or output. Make sure you zip all files and uploaded it.
  5. Store ACME credentials in either Orchestrator Assets or windows credential manager.

@lakshman

  1. Have you reset the ACME System data before uploading zip file ?
    Ans: After completion of processes do i have to reset the data again before i upload the zipped file?

  2. Are you using same credentials for both ACME System and Academy ?
    Ans: yes

  3. Have you hard coded any values in the process ?
    Ans : Except for username and Password nothing is hardcoded.

  4. Don’t use any external file references to store input or output. Make sure you zip all files and uploaded it.
    Ans : I am not using any ext reference

5.Store ACME credentials in either Orchestrator Assets or windows credential manager.
Ans : As said Credential is hard-coded , let me try this as well.

Regards,
Ahtesham

@md.ahtesham,

Don’t reset the data before uploading zip file.

You have whitespaces in your requests to calculate sha1.
Here is your mistake…

1 Like

@md.ahtesham,

Use trim method to remove white space for Client ID, Name and country and then enter into SHA1 site.

1 Like

I have successfully completed assignment 1 and assignment 2

-Ahtesham

3 Likes

:+1: