NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on November 20, 2015, 09:47:56 AM

Title: Record not found: (-2) Error 30: Entry Not Found from key
Post by: walter.dasilva on November 20, 2015, 09:47:56 AM
Hi,

I´m getting from all my browsers this error (Record not found: (-2) Error 30: Entry Not Found from key.)
I really don't know what i did. I've already rebuild all application. i have created a new  browse and nothing.
I just updated my NT to 8.66 and nothing.

Any suggestion?

Thanks a lot.
Title: Re: Record not found: (-2) Error 30: Entry Not Found from key
Post by: Stu on November 22, 2015, 04:45:23 PM
Hi Walter,

Got a couple of questions.

1. Is it a multi-dll (esp multi-nettalk webserver procs) app?

2. Are you using TPS or MSSQL or something else?
Title: Re: Record not found: (-2) Error 30: Entry Not Found from key
Post by: Bruce on November 23, 2015, 12:04:10 AM
Hi Walter,

do you get the same in the example apps?
Can you post an example here showing the effect you are getting?

cheers
Bruce
Title: Re: Record not found: (-2) Error 30: Entry Not Found from key
Post by: walter.dasilva on November 23, 2015, 04:04:03 AM
Hi Stu,

1. No
2. MSSQL

Hi Bruce,

No, after more tests, the problem happens in my app and just for 3 related tables. I´m checking all since dictionary but i can not see the problem. This is not a new app, after some changing the problem start.

Any suggestion?

Thanks
Title: Re: Record not found: (-2) Error 30: Entry Not Found from key
Post by: walter.dasilva on November 23, 2015, 04:16:59 AM
This problem happen if i call form from browe, but if i call form directly it´s works fine.

'change_btn=change&_bidv_=' & p_web.AddBrowseValue('pageheadertag','associacao',ass:pk_associacao,p_web.GSV('global_codigo'))

how to trace browse calling form?

Thanks
Title: Re: Record not found: (-2) Error 30: Entry Not Found from key
Post by: Bruce on November 24, 2015, 12:54:58 AM
>> how to trace browse calling form?

the browse doesn't call the form. Rather the controls on the page (like the browse "change" button) have a data-do attribute. The JavaScript code (in jquery.nt-browse.js) then binds that "data-do" to the necessary JavaScript.

The code is different for popup mode and page mode. When you call the URL directly you are in page mode, when you call from the browse maybe it is in popup mode?

the JavaScript then calls the server, and it's all processed in netweb.clw - usually centered around the ProcessLink method. So usually for debugging I start there to see where it is going.

Cheers
Bruce



Cheers
Bruce

Title: Re: Record not found: (-2) Error 30: Entry Not Found from key
Post by: walter.dasilva on November 24, 2015, 05:28:23 AM
Bruce,

The problem was in mssql server. I don't know why it held some process and table. In order to try discovery the problem, i ran my FM3 update to keep out any database mismatch. so, its halted.

trying some query on mssql management studio i could see the problem. restarted the service "solved" the problem.

Thanks a lot.
Title: Re: Record not found: (-2) Error 30: Entry Not Found from key
Post by: walter.dasilva on November 25, 2015, 04:25:36 AM
Go to a situatiom where MSSQL is not the problem.

new topic