Hullo!
I hava a rather unusual error.
Developing in a SQL database I'm creating, filling and doing operations in a new table. Well, it happens that when I open the same database and company with another user I get "TableData 50001 does not exist" :shock: :-s
If I enter the database with the previous user the data still there. I must make clear that both are Windows login users with the same roles :-k
Any ideas?
Navision Developer
0
Comments
The table has been created in Navision. It just happen to be that the Navision Database is stored in SQL and therefore that would have ment the creation of a SQL table.
I never found that :bug: before.
I've quickly looked the internet and the Enterprise Manager for this SQL view flag but still can't find it.
Can you point me to the right direction? Tell me where to chech? [-o<
Please
It is one of the tableproperties in the tabledesigner.
I have the property "Linked Object" to no (default). So I understand that should work alright. :P
Any ideas where the :bug: may come from?
In NAV 2009, I created a View directly in SQL DB and run a package I have. I have to deploy the objects one-by-one from the package to check which object causes the error.
Found out I need to delete the records on the existing object I am replacing.
That resolved the issue I have.
Zohaib Ahmed
Dynamics NAV ERP Technical Consultant.
please like / agree / verify my answer, if it was helpful for you. thanks.
You may also try the following solutions:
1) Open the SQL Management Studio and Grant the permission of your user as "db_owner". (Ref: http://www.archerpoint.com/blog/Posts/tabledata-2000000001-does-not-exist)
2) Backup Object (TB50001). Delete it and re-import.
Zaid Tariq
Dynamics NAV/365 BC Developer at Dynamics 360
please like / agree / verify my answer, if was helpful.
Your point 1 is valid for only system tables.
Zohaib Ahmed
Dynamics NAV ERP Technical Consultant.
please like / agree / verify my answer, if it was helpful for you. thanks.