Advertisement
Guest User

Untitled

a guest
May 30th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.87 KB | None | 0 0
  1. Traceback
  2.  
  3. Traceback (most recent call last):
  4.   File "C:\web2py\gluon\restricted.py", line 217, in restricted
  5.     exec ccode in environment
  6.   File "C:/web2py/applications/infoadm/controllers/geral.py", line 1095, in <module>
  7.   File "C:\web2py\gluon\globals.py", line 372, in <lambda>
  8.     self._caller = lambda f: f()
  9.   File "C:/web2py/applications/infoadm/controllers/geral.py", line 675, in prof_new
  10.     if form.accepts(request.vars, session):
  11.   File "C:\web2py\gluon\sqlhtml.py", line 1518, in accepts
  12.     self.vars.id = self.table.insert(**fields)
  13.   File "C:\web2py\gluon\dal.py", line 8781, in insert
  14.     ret =  self._db._adapter.insert(self, self._listify(fields))
  15.   File "C:\web2py\gluon\dal.py", line 1250, in insert
  16.     raise e
  17. IntegrityError: ERRO:  duplicar valor da chave viola a restrição de unicidade "a_cadprofissao_pkey"
  18. DETAIL:  Chave (id)=(3) já existe.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement