"errorcode":"AB1007". Waiting for "3 MONTHS" to get resolved..
-
@admin I have been raising this issue for the client id CHAD1421 for the past 3 months in several topics and filled the form for atleast 3 times, nothing has happened so far.. I have got my app ready and I am waiting for a long time to get this issue resolved.. I am really frustrated, can you pls do the needful ASAP..
-
Hi @jmkvalangai Kindly mail us your request and response at api@angelbroking.com .
-
@admin this is the stuff mentioned in your api documentation..
string Client_code = "“; //YOUR CLIENT CODE
string Password = ""; //YOUR PASSWORD
string api_key = "";
string JWTToken = "“; // optional
string RefreshToken = ""; // optionalSmartApi connect = new SmartApi(api_key, JWTToken, RefreshToken);
OutputBaseClass obj = new OutputBaseClass();
//Login by client code and password
obj = connect.GenerateSession(Client_code, Password);
AngelToken agr = obj.TokenResponse;I have replaced the client code, password and api_key.. what else you mean to say is missing here ? I have seen ppl has lots of experience and knowledge in api's and dot net and if they are still making mistake then its a gap in the documentation..
-
Hi @jmkvalangai we have found even after clearly mentioning in the documentation the required parameter to generate session some are passing wrong paameters.
-
Hi @jmkvalangai mail us your piece of code req and response at api@angelbroking.com
-
@admin I have done the password reset (also refreshed the APIKey, Secret Key) and still its not working, giving the same AB1007 error. I am using C# and the following code as suggested in the documentation. I left the optional JWTToken, RefreshToken blank and put in the proper client code (CHAD1421), actual password and apikey. Can you pls help ?
string Client_code = "MyClientCode"; //YOUR CLIENT CODE
string Password = "My-Angelbroking-password"; //YOUR PASSWORD
string api_key = "myapikey";
string JWTToken = ""; // optional
string RefreshToken = ""; // optionalSmartApi connect = new SmartApi(api_key, JWTToken, RefreshToken); OutputBaseClass obj = new OutputBaseClass(); //Login by client code and password obj = connect.GenerateSession(Client_code, Password); AngelToken agr = obj.TokenResponse;
-
Dear @jmkvalangai As you mentioned you have filled the form 20 days back and we said your account is migrated 16 days back it seems you were not actively following up for the migration as well as your issue.Kindly reset your password and try to generate session.Let us now if you are facing some issue further.