Hi
I am trying to import the pages.xml in my nav database (6.01) but getting error message "No permission to create Customer Page!" Is it my license or something else?
yes, probably it is your license: did you upload it? I mean UPLOAD, not CHANGE.
if you have uploaded it but still not working (supposing it is a developer license), ask local solution center to refresh your license to make it "nav2009 compatible"
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso My Blog
What a pity, I’ve tried all the above mentioned solutions, but it still doesn’t work for me. While running the page I still get the error "The Object MetaData does not exist."
- The license is correct.
- I’m running on a SQL database.
- The RTC works fine.
- I tried some different settings (like FormType and PageType) in the Transformation Forms.
- Opened the page and saved it (instead of just compile it)
The funny thing is the following. When I import the page.xml and run the page without compiling the page, than the error also occurs! So it looks like this specific page is not the problem.
Does anybody have a magnificent idea what the problem will be and how to solve?
We are very busy, as all of you guys, i guess! Now is the time to pick it up again.
I did not mentioned it, but i also restarted the service. But get the same result. I don't have any idea what the problem could be. Very frustrating and time consuming.
I have followed the discussed procedure here to convert the form to page
That is :
export customized form as Forms.xml
run the Microsoft.Dynamics.Nav.Tools.FormTransformation.exe
Import Pages.xml into NAV 2009 SP1 classic.
Every thins is fine. My customized form converted into page and works fine.
Is it the same procedure for whatever the forms we customized. (What things we can not do with the above procedure?)
In the form transformation to page manual (help file) there is a lot of procedure saying that Import tif.fob
get forms and so on....
What also can happens, it was the case with, is that you have to make sure that your RTC client is working with the right database. In my case, I was developping/transforming pages on a database wich was somewhere on a SQL server. When I run it with Dynamicsnav:////runpage?page=50000. It also gave me the error The object Metadata does not exist.Identification fields and values, Object Type:Page, Object ID :50000. I checked the object metadata table and it was fine. What was the problem then for me? On my laptop I also had the RTC installled with a SQL database running locally on my laptop. When running Dynamicsnav:////runpage?page=50000 it was not running it from the development database from was searching in my local SQL database because my RTC is working with the local CustomSettings.config file which was pointing to my local sql database. Make sure that the customsetings.config file is correct if you don't know where else to look. This file is normally located somewhere like this C:\Program Files\Microsoft Dynamics NAV\60\Service
In my case I changed the Databaseserver, DatabaseName and ServerInstance value in the customsettings.config file to point to the database I was developping.
Hello Guys, i have the same problem describe on first post. " The Object Metadata does not exist. Identification fields and values: Object Type ='Page', Object ID ='0' ".
1. I have good licence
2. I use nav 2009 with sql 2008 (no classic)
3. I generate pages, using TransformationTool
4. I compiled this pages (errors are eliminated)
5. I have table 2000000071 with this pages
6. I have good connection on settings (when I change database, RTC works fine)
7. I try to connect with command, effect is this same
I'm very frustrated, pls help :roll:
####
EDIT:
####
This are warnings after step 4
####
EDIT:
####
What i have noticed, I try many different command like this Dynamicsnav:////runpage?page=70001 and always result is Identification fields and values: Object Type ='Page', Object ID ='0'. Why?
####
EDIT: I just solve issue. Problem solved. Firstly I had to restore standard cronus r2 and the try add page transform.
I had the same error message "The Object Metadata does not exist. Identification fields and values: Object Type ='Page', Object ID ='0' ".
My local RTC client was last run on a different service tier and database. The fix was to select the correct server by opening the RTC Client then I could use run out of the object designer. NAV2009R2.
Answers
I am trying to import the pages.xml in my nav database (6.01) but getting error message "No permission to create Customer Page!" Is it my license or something else?
Thanks in advance.
if you have uploaded it but still not working (supposing it is a developer license), ask local solution center to refresh your license to make it "nav2009 compatible"
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Thanks
What a pity, I’ve tried all the above mentioned solutions, but it still doesn’t work for me. While running the page I still get the error "The Object MetaData does not exist."
- The license is correct.
- I’m running on a SQL database.
- The RTC works fine.
- I tried some different settings (like FormType and PageType) in the Transformation Forms.
- Opened the page and saved it (instead of just compile it)
The funny thing is the following. When I import the page.xml and run the page without compiling the page, than the error also occurs! So it looks like this specific page is not the problem.
Does anybody have a magnificent idea what the problem will be and how to solve?
Thanks in advance.
Don
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
We are very busy, as all of you guys, i guess! Now is the time to pick it up again.
I did not mentioned it, but i also restarted the service. But get the same result. I don't have any idea what the problem could be. Very frustrating and time consuming.
Do you have an idea, or somebody else?
Thanx, Don
I have followed the discussed procedure here to convert the form to page
That is :
export customized form as Forms.xml
run the Microsoft.Dynamics.Nav.Tools.FormTransformation.exe
Import Pages.xml into NAV 2009 SP1 classic.
Every thins is fine. My customized form converted into page and works fine.
Is it the same procedure for whatever the forms we customized. (What things we can not do with the above procedure?)
In the form transformation to page manual (help file) there is a lot of procedure saying that Import tif.fob
get forms and so on....
In which case we need to follow the manual.
Thanks
In my case I changed the Databaseserver, DatabaseName and ServerInstance value in the customsettings.config file to point to the database I was developping.
I hope this can help someone.
Bye,
Giovanni
can i transform it become pages?
thanks...
you need to follow the below steps..
http://msdn.microsoft.com/en-us/library/dd355131.aspx
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
my matrix form is not as complicated as the Acc. Schedule Overview Form
just want to change this code
how to show it in pages
i followed instructions from this link
the value is correct..
but why the captions is not working
for the date is still empty
this one is not working, still empty captions
this one is correct
Properties
MyColumnCaptions[2] := (FORMAT(CALCDATE('<+1D>', Header."Start Date")));
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
1. I have good licence
2. I use nav 2009 with sql 2008 (no classic)
3. I generate pages, using TransformationTool
4. I compiled this pages (errors are eliminated)
5. I have table 2000000071 with this pages
6. I have good connection on settings (when I change database, RTC works fine)
7. I try to connect with command, effect is this same
I'm very frustrated, pls help :roll:
####
EDIT:
####
This are warnings after step 4
####
EDIT:
####
What i have noticed, I try many different command like this Dynamicsnav:////runpage?page=70001 and always result is Identification fields and values: Object Type ='Page', Object ID ='0'. Why?
####
EDIT: I just solve issue. Problem solved. Firstly I had to restore standard cronus r2 and the try add page transform.
My local RTC client was last run on a different service tier and database. The fix was to select the correct server by opening the RTC Client then I could use run out of the object designer. NAV2009R2.
Hope this helps.
Tim