Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with RDLC with apps compiled in pilelines #888

Closed
StefanMaron opened this issue Jan 24, 2024 · 2 comments
Closed

Issue with RDLC with apps compiled in pilelines #888

StefanMaron opened this issue Jan 24, 2024 · 2 comments
Labels
Need more info Please add more info about how to repro the problem

Comments

@StefanMaron
Copy link

I am not sure if this is an issue with Al-GO directly, but I am a bit desperate with this issue already.

I have one customer with custom document report layouts. One update introduced an error saying that one field is not present in the dataset. But I do only get the error on the customers sandbox, not locally in my docker container.

After further investigation I can now say that this definitely related to the compiling in AL-Go.
If I deploy the app generated from AL-GO manually, as PTE I still get the error. So its not related to the deployment.

When I compile the exact same app locally with cs code and upload the app as PTE, I do not get the error.

Any idea what could be causing this or how to track down this issue?
It starts to become quite annoying.

This issue persists since over one month now trough several versions.

@freddydk
Copy link
Contributor

If you compile the app in both the pipeline and with VS Code and then use BcContainerHelper Extract-AppFileToFolder with both apps - what differences do you see?

@freddydk freddydk added the Need more info Please add more info about how to repro the problem label Jan 24, 2024
@StefanMaron
Copy link
Author

Thank you very much!

The issue was a dependency. I did not create a new release for the dependency, therefore AL-Go pulled on older version of the dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Need more info Please add more info about how to repro the problem
Projects
None yet
Development

No branches or pull requests

2 participants