Problem in License

vyanku
vyanku Member Posts: 791
I have a developer license.
I done some customization on this license like new tables and forms.
When I import this tables and forms in new database and use the customer license. It shows me error :-
"you do not have permission to run the "Customized " form."
Why I dont get the access of the customized tables and forms in customer license?
How can I get the access of the customized forms and tables with customer license?
please its urgent.
[-o<

Answers

  • easabangan
    easabangan Member Posts: 114
    Hi,

    Check the user permissions of your login username.

    It must have permission to modify forms.
    No future at CPI
  • vyanku
    vyanku Member Posts: 791
    There is no user in database/windows login.
    But the error remains the same.
  • Albertvh
    Albertvh Member Posts: 516
    Hi

    Could be that the number range you have customized is not on the
    customer's licence.
  • vyanku
    vyanku Member Posts: 791
    How we identify the table no. for customization in customer license?
    I createed the tables and forms from no. 50051,50052,.......
  • Albertvh
    Albertvh Member Posts: 516
    Customer should have a txt licence file, in there you should find something like

    Table Data
    50,000-50,099 RIMDX

    Form
    50,000-50,099 RIMDX

    Report
    50,000-50,099 RIMDX

    Dataport
    50,000-50,099 RIMDX

    Codeunit
    50,000-50,099 RIMDX

    XMLPort
    50,000-50,099 RIMDX


    Hope this helps

    Regards
  • vyanku
    vyanku Member Posts: 791
    Ok
    I got those information
    But I got one more problem sence I create tables from 50051 to 50059
    And in customer license there is permission for 50001 to 50009
    Now the problem is how can I chance all my created tables from previous no to new 50001 range no. .
    Is it shows me problem in all the related links of those created tables.
    is there any other solution.?
  • Albertvh
    Albertvh Member Posts: 516
    Hi

    using your developers licence export objects to a text file and change
    all the numbers to the selected range and then import and compile
    export to fob file and import on customer site. 8)
  • easabangan
    easabangan Member Posts: 114
    Here is my technique on how to renumber objects.

    1. Export all data of the table 50051-50059 in a txt file using a dataport.
    2. Export the object table 50051-50059 as txt.
    3. Open the export objects.
    4. Find and replace the string with the following:
    - 50051 replace with 50001
    - 50052 replace with 50002
    - 50053 replace with 50003
    - 50054 replace with 50004
    - 50055 replace with 50005
    - 50056 replace with 50006
    - 50057 replace with 50007
    - 50058 replace with 50008
    - 50059 replace with 50009
    Save the file.
    5. Delete the objects 50051 - 50059 in the database.
    6. Import the objects you have modified in step 4.
    7. Re - compile the objects 50001 - 50009.
    8. Then create a dataport to import the data you have done in step 1 in table 50001 - 50009.
    9. You are done.


    Hope this helps.

    Note : this technique can only be used if there is no field no. the same with the object ID.
    No future at CPI
  • vyanku
    vyanku Member Posts: 791
    Thanks easabangan and Albertvh
    U r providing me very good knowlage.
    Thanks my problem is solved very easily due to u r information