(...) kFlow.Service StackTrace= at WebCon.WorkFlow.Service.WCFService.WCFService.ValidatePortalAccount(Int32 dbId) at WebCon.WorkFlow.Service.WCFService.WCFService.PowerShellExec(String script, String login , String password) System.Exception: WCF Service can be executed on registered account only. Valid PortalAppPoolIdentity username from database is empty. at WebCon.WorkFlow.Service.WCFService.WCFS (...)
(...) a bug? Maybe some of you have noticed such a change, or encountered the same problem? EDIT: Since I was testing mostly on the default value of the current user, I found that it works fine when only login or name is selected. Not sure if this is an intentional change though :) EDIT2: Found that change in version 2021.1.3.163 changelog, so nevermind, topic closed.
(...) Hello everyone, because the first installation attempt did not work out (login problems webcon designer studio), i uninstalled webcon and sharepoint. I installed Sharepoint 2016 again and also the latest security update. Now the installer does not recognize the sharepoint web parts (see picture below). Did anybody have this issue yet? Do you have any idea how to fix this? Is it ok, to skip this? K (...)
(...) e server principal because the principal "BPS_readonly" does not exist, this type of principal cannot be impersonated, or you do not have permission. the BPS_readonly account exists in DB\Security\login s and has access to the Content database. How to fix it?
(...) on it, therefore I created a multi-user selection in the project dictionary. When selecting the project I want to get all projects where my account is in the employees field, like: Filter: [Employee(login )] is in [Data source columns(Employees)] This will give me the project where I am the only one. I need also the project where others are selected as well. See screenshot...
(...) etUserByBpsId(String id) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) at WebCon.WorkFlow.Studio.Logic.Managers.PermissionsManager.Convertlogin IntoPermission(String login ) at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext() at WebCon.WorkFlow.Studio.Logic.Managers.BasePermissionsManager.FillPermisionsCollection(String (...)
(...) query). The subprocesses generates correctly but there is one thing that I need to change - the author of the subprocess document should be change for the employee from field. I tried to change the login by update the WFD_CreatedBy column in WFElements table but it's not possible. I've received an error: "One or more errors occurred. Operacja została wycofana Concurrency Error Concurrency Error" (...)
(...) We created a set of powershell cmdlets to connect to a portal, start/update/delete workflows and adding attachments. Inspired by the -UseWeblogin parameter off the Connect-PnPOnline cmdlet i extended our powershell cmdlets with a use weblogin feature. Fiddler and a bit of research in the web provided the right approach quite fast. Authentication works fine, but when using the rest api i receive (...)
(...) equest body must contain the following parameter: 'grant_type' I attached a couple of screenshots of the configuraiton. And here's the full error message: Request Start Request-Url: https://login .microsoftonline.com/[I SANITIZED IT]/oauth2/v2.0/token Request-Header: Scope: https://graph.microsoft.com/.default Request-Body: { "Grant_Type":"client_credentials", "client_id":"[I SANITIZED (...)
(...) request :/api/data/ I got this response, so it should work in my version. { "apiVersions": [ { "version": "2.0", "url": "/api/data/v2.0", "login Urls": [ "/api/login ", "/api/oauth2/token" ] }, { "version": "3.0", "url": "/api/data/v3.0", "lo (...)
(...) is Project/Department field which is the same as user department in AD users list. Two users: Adam and his boss John. Is it possible to: 1. show in the report only these records, where current user login (account) department is equal to Project/Department felds. 2. on the app home show instances not only created by the current user but all instances created by John's team? At he moment John is see (...)
(...) Hi all! We have an application which offers a portal for different customers. Each customer has different persons with individual login s (BPSId). This list of persons can change from time to time, so we need to adjust rights on certain workflow elements (in different processes) to this specific list of persons. I am wondering if it is possible (with Webcon Standard actions) to replace privileg (...)
(...) Hi, what is the proper way to handle AD login name changes in Webcon? I have this problem: I am synchronized with Windows AD. For instance I have a user in AD with login username: test.webcon and domain @webcon.com So the UPN for this particular user is test.webcon@webcon.com. And let's say the user changed his name to Test NewWebcon. So the AD administrator changed the user AD login name t (...)
(...) WebCon.WorkFlow.Base.Authentication.UserSearcherCached.FindByBpsIdThenByDisplayNameThenSynchronizeIfNeededThenValidate(String input) at WebCon.WorkFlow.Base.Security.ElementPermissions.Set(String login , DicSecurityLevels level, DicSecurityChangeReason reason, String reasonAdditional, Boolean isPermanent) at WebCon.WorkFlow.Base.Actions.SetSecurity.SetForAllElementsAndReturnErrorMessage(IWFActio (...)
(...) Hi, we are using the Webcon BPS 2022 App on our Android tablets and some of these tablets are used by multiple users. I can create new profiles in the app but when I login into Azure AD I will be automatically logged in using SSO from the last user. Therefore I cannot have multiple profiles with different Webcon user login s. The Android Tablet uses Microsoft Edge as it's default browser and for the (...)
(...) rs.UpdateAfterUpdateTime(WFElementCheckout checkout, SqlCommand updateCommand) at WebCon.WorkFlow.Base.Managers.ElementCheckoutsRepository.UpdateTimeOnCheckoutWithStealing(Int32 wfdId, String userlogin , String userName, String hostIpAddress, Int32 expirationTime, Int32 checkoutTimeOffset, Boolean forceCheckout) at WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.CheckOutManager.TryCheckOutE (...)
(...) rentUser, Boolean isSearchMenu, Boolean byName) at WebCon.BPSCloud.Core.Applications.ApplicationsManager.GetFrequentSolrApplications(HashSet`1 currentApps, Int32 requiredApplicationsCount, String login ) at WebCon.BPSCloud.Core.Applications.ApplicationsManager.LoadMostUsedApplicationsAsync() at WebCon.BPSCloud.Portal.API.AllApplicationsController.GetMostUsed() at Microsoft.AspNetCore.Mvc (...)
(...) -iedebug? Is there an other way to logout from designer studio, without havin designer studio started? The problem is, studio does not start anymore and I want to try a different Url or browser login , but I am not able to change this. Best regards, Nik
(...) on is sunsetting this domain and moving to another AD forest called XYZ.local. In both domains, John Kowalsky has a separate account: in the ABC.local domain, it's abc\jkowalsky and in XYZ.local, the login is via UPN john.kowalsky@org.pl. Fortunately, we can pair accounts in both domains by email address. How can I migrate BPS and users from the ABC.local domain to XYZ.local? Are there any best practic (...)
(...) _NUMBER() OVER(PARTITION BY [WFD_ID] ORDER BY WFD_ID DESC) rn FROM [BPS_ConfigProd_Content].[dbo].[WFElements] LEFT JOIN WFElementTasks ON WFElementTasks.WFT_WFDID=WFD_ID WHERE WFT_USER='user login ' ) AS tbl WHERE rn=1