in my case, there are a lot of shared variables, i need to classify them into several levels,such as which country,which
area, which city, then shared variables, so i create country.lvlib first, then create area.lvlib under country.lvlib, after
that create city.lvlib under country.lvlib, in the end, add shared varibles under city.lvlib.
in this way, i can get variable path like this:
\\ My Computer\country\area\city\variable1
so far, everything is ok.
then i want to add shared variables to city.lvlib programmatically
1. use invoke mothed: "library:open" to open city.lvlib, then add a varible, including dsc configuration
2. go back to my project, i find the variable under the city.lvlib
3. then enploy the country.lvlib library (only can enploy top-level library, i dont know why), appear error message:
Download completed with errors (error code: -1967362038)
4. then i try to add variable to the city.lvlib manually, appear the same problem.
what is the problem?
thanks in advance