Skip to content

Instantly share code, notes, and snippets.

@tabatkins
Last active March 14, 2018 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tabatkins/f0c4e62fcc61f651ab3dcf6517133662 to your computer and use it in GitHub Desktop.
Save tabatkins/f0c4e62fcc61f651ab3dcf6517133662 to your computer and use it in GitHub Desktop.
Error spewed *to the user* when you try to sign up for an AXS account with a password that's too long.

Oracle.DataAccess.Client.OracleException ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at "AEG_NCALIFORNIA.TIX_CUSTOMER_DA", line 200 ORA-06512: at line 1 at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck) at Oracle.DataAccess.Client.OracleCommand.ExecuteNonQuery() at VA.Services.CustomerDA.InsertRow(TransactionContext tc, String lastName, String firstName, String middleName, String phone1, String phone2, String fax, Nullable`1 isFemale, String email, String customerPassword, String companyName, Nullable`1 birthDay, String prefix, String suffix, String phone3, Nullable`1 phone1type, Nullable`1 phone2type, Nullable`1 phone3type, String salutation, String careof, String stateid, Nullable`1 optedin, Nullable`1 sentwelcomemsg, String notes, Nullable`1 securityquestionid, String securityanswer, Nullable`1 securityquestion2id, String securityanswer2, Nullable`1 convertfsunpaiddefault, String& accountNumber, Nullable`1& customerID) at VA.Services.CustomerService.SaveCustomerBasic(Customer customer, TransactionContext tc, AuditTrails auditTrails) at VA.Services.CustomerService.Save(Context ctx, Customer customer, Vid operatorUserID)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment