error is : An error occurred while trying to display the report.
What could be the issue? its very annoying not getting any information from error message. and more on it I do not know VS Code debugging. have to learn it.
Please suggest something. Can I continue my customizations in sandbox VS Code?
I would assume that your sandbox and production tenants are not running the same versions or that the report otherwise does not work in production. Are both live and sandbox in the cloud?
[emoticon:cbb559c4d49d4f5e8918a8a9df61b97e], how many issues I am facing.
While publishing through VS Code in sandbox I am getting error
The request for path /v1.0/sandbox/dev/apps?SchemaUpdateMode=synchronize failed with code 422. Reason:
Multiple published extensions match the specified parameter values. You must specify more information to indicate which extension to use.
Now my scenario is,
when I create my first extension in app.json file , Publisher came Default Publisher , Version Came 1.0.0.0
I developed few reports in sandbox and then while deploying to LIVE I thought to change Publisher = XYZ Customization. so I did it and deploy it to LIVE. with XYZ Customization_AL_1.0.0.0.app file, then for testing I uninstall it.
Then deployment stage comes so I tried to deploy buy I was getting error file with same name exist, I checked in Extension Management window i cant find XYZ Customization_AL_1.0.0.0 there so I thought system might be saving this info internally so I change my extension version to XYZ Customization_AL_1.0.0.1 and successfully deploy the extension in live.
After that I need to do some changes in my reports so I continued with changes. in this I forgot to update my version. as i realise I change version to XYZ Customization_AL_1.0.0.2 and tried to publish in sandbox then got error dependency between extensions. so I uninstall the extension XYZ Customization_AL_1.0.0.1 and again tried to publish now getting above error.
I am working first time on BC. Am I following proper process of version maintaining?
As you deploy the extension my first task should be to update version.
its asking to use Get-NavAppInfo command, in this we have to use server instance,(Get-NAVAppInfo -ServerInstance XYZ). Now my question is how or where can I get serverinstance name for online sandbox??
I can not see any one of my version in Extension Management that is the issue. it means those are unpublished. If I just uninstall it and not unpublish then it will show in grayed colour. Ti unpublish my previous versions I should see it somewhere.But yes there are other extensions installed which are not mine.
thought you would you use path of app file to get infor . sorry no idea how to list all apps info on cloud server using powershell but you can see the list in the the extension management on the client. Get-navappinfo all it does list the apps and display related information like version etc.it wouldnt rectify the error you are having. You may want to consider my first solution.
Try changing GUID. I strongly suggest you to go through the following video, though it might not answer this particular query but will help you learning things about BC:
Thank you very much Dhan Raj Bansal, this was exactly I was facing, it might helped me. But before getting this I opted Imrans suggestion as I it was urgent. I removed the extension , recreate project and started my work Now hope it will work for LIVE. Thanks a lot again.