Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    "errorcode":"AB1007". Waiting for "3 MONTHS" to get resolved..

    General Discussion
    2
    7
    31
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jmkvalangai last edited by

      @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..

      A 1 Reply Last reply Reply Quote 0
      • A
        admin @jmkvalangai last edited by

        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.

        J 1 Reply Last reply Reply Quote 0
        • J
          jmkvalangai @admin last edited by

          @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 = ""; // optional

                  SmartApi 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;
          
          A 1 Reply Last reply Reply Quote 0
          • A
            admin @jmkvalangai last edited by

            Hi @jmkvalangai mail us your piece of code req and response at api@angelbroking.com

            A 1 Reply Last reply Reply Quote 0
            • A
              admin @admin last edited by

              Hi @jmkvalangai we have found even after clearly mentioning in the documentation the required parameter to generate session some are passing wrong paameters.

              J 1 Reply Last reply Reply Quote 0
              • J
                jmkvalangai @admin last edited by jmkvalangai

                @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 = ""; // optional

                SmartApi 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..

                A 1 Reply Last reply Reply Quote 0
                • A
                  admin @jmkvalangai last edited by

                  Hi @jmkvalangai Kindly mail us your request and response at api@angelbroking.com .

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post