Are you sure you are starting a new document with this account?
I created a scheduler where I have a template of the element.
On timeout every week I would like to create a new element.
I override the owner but still the license is required.
From my perspective it looks like a bug.
99% of customers have dedicated accounts for bps_svc and bps_appPool and now if a customer used all licenses I'm not able to do that.
Btw I found another example: if you have 10 API integration you have to have extra 10 licenses...
As 2025 version have been released, we've got a new changelog to read through: https://webcon.com/wp-content/uploads/2024/11/Changelog_2025_1_1_23_EN.pdf
What are your thoughts on changes? Which ones are yours favourite? :)
For me - ALL TRUE, and ANY TRUE operators sounds great! So many nested boolean logic to update ;)
Are you sure you are starting a new document with this account?
Hi Łukasz,
based on your description I'm assuming that the assembly has not been signed before.
I would check:
- that the configuration defines the correct assembly for the action. The one in which all the actions/business rules etc. of this plug-in are defined.
- Create a new action using the current version. Maybe the XML contains outdated information.
Best regards,
Daniel
Thanks to all for your suggestions
The problem has been solved.
The dll file was signed for a 32-bit environment, hence the solution worked for the end user. The global action works within the server, so a 64-bit environment.
Why the account bpc_svc (assigned to Webcon BPS Service) need to license to execute timeout ?
Webcon version 2024.1.1.88
A few months ago I had a similar problem.
Please check included dlls to SDK and check dll included in webcon version.
It is possible that the dll is included in the system but with different version what you use in sdk
Hi Łukasz,
based on your description I'm assuming that the assembly has not been signed before.
I would check:
- that the configuration defines the correct assembly for the action. The one in which all the actions/business rules etc. of this plug-in are defined.
- Create a new action using the current version. Maybe the XML contains outdated information.
Best regards,
Daniel
Good morning,
After updating BPS to version 2023.1.3.240, we encountered an issue in our production environment.
The problem concerns an SDK add-in that enables sending XML data to MSMQ queues. We needed to update this add-in because, starting with version 2023, the methods were changed to asynchronous. The add-in relies on an external DLL file, Experimental.System.Messaging.
To include this DLL in the add-in, I had to sign it with a strong key. According to BPS, everything went smoothly—the package was implemented successfully, and the add-in functions correctly when the user proceeds through the path.
However, the issue arises when the document follows a path triggered by a global action.
In this case, the add-in generates the following error:
Could not load file or assembly 'Experimental.System.Messaging, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) File name: 'Experimental.System.Messaging, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null'
It seems that, in this scenario, the add-in does not recognize that the DLL file is signed with a strong key. Has anyone encountered a similar issue?
Hi Marcin,
you can use powershell to browse folder contents and add attachments using REST API
https://developer.webcon.com/docs/attachment-operations/