WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Most commented > Installation

Installation

Hello Does Webcon 2023 work with SQL 2022? Native or with compatibility db level 2019?

Hello, How can i see all Functions in Designer Studio? That's how it looks like for me: Thanks!

In our attempt to move to the cloud I need to update our webcon database to the latest version that supports GCC. I do not want to install this on prod and we don't have a proper dev env setup for this (Yet). To get the db upgraded, I am trying to migrate our existing prod WebCon instance, data and all to a new dev host (basically making a 1:1 prod:dev environment). Is there a "supported" method for doing this? I've tried a clean install, restoring the config and content databases and (...)

Hi, I'm trying to install Webcon standalone version 2022.1.4.84 and everything is going smoothly until it reach Search Server configuration. I filled host address, add passwords for solr and WEBCON_BPS user, then "Next" - here the green bar is moving and moving for 10-15 minutes but nothing new happens. The installer is not going to the next step. Is it normal behaviour?

Hello, after restarting server on which we have installed webcon 2021.1.3.188 (freemium) there is some problem with SOLR. Similar problem is in thread https://community.webcon.com/forum/thread/776 but solution which community suggest there doesn't help me. I've tried to restart Webcon WorkFlow Service but it's still not work. In log: Message=SOLR not initialized Source=WebCon.WorkFlow.Data.Solr StackTrace= at WebCon.WorkFlow.Data.Solr.BPSSolrServerProxy.GetInstance[T]() at Web (...)

Hi, We are thinking about migrating from BPS on SharePoint to Standalone. We have some concerns. The current environment is Webcon 2021 on SharePoint 2013 Foundation. We are not using modern forms. -Is there any other migration guide/description than this? https://community.webcon.com/posts/post/going-sharepointless-how-to-transform-your-environment-into-standalone/168 -If I understand correctly, all applications will have to be transferred to the modern form/bps portal? -That also means a (...)

MVP

Hi everyone, if you have applied a log4j version below 2.17 or before 2021-12-17 you need to repeat the steps: https://community.webcon.com/articles/security-apache-solr-affected-by-apache-log4j-cve-2021-44228/39 The version 2.17.1 contains a fix for a theoretical problem. If this could be misused, you already have a bigger problem. Source https://blog.sonatype.com/log4j-another-code-execution-bug-should-you-worry Best regards, Daniel

Hello Community, i tried to install the newest version of WebCon on a server as - Sharepoint/Full Trust installation - WEBCON BPS Portal + WEBCON BPS Classic package (We first installed the .NET Hosting Bundle 1.9, then the System compontents check displayed that Version 2.1 is required.) When clicking on the "Warning-Sign" next to "not installed", it shows the the alert (see below in the screenshot). AFTER installing the .NET Hosting Bundle 2.1, the Warning Sign is still there. What coul (...)

Hello everyone, I'm need help. I did an express installation. When trying to connect either by browser or webcon desing studio, I can't authenticate. I'm using the same user as the installation

Hi everyone! This is not my first installation of WebCon BPS, but it is the first time I experienced this error. Everything worked fine until Users list configuration step. When I try to configure the local AD as source for synchronization, I receive the error "The parameterized query '(@Email nvarchar(4000),@DisplayName nvarchar(4000),@BpsId nvarch' expects the parameter '@DisplayName', which was not supplied." I assume, that for one of my service accounts the property display name is not se (...)

Hey, anyone have any idea why the problem appeared? Version installation: current -> 2023.1.3.76 target -> 2023.1.3.118 In changelogs there was information about changes as to the columns in the AdminWFEventLogs table. Last query from profiler: IF EXISTS(SELECT * FROM sys.columns WHERE Name = N'WEL_Details_Deprecated' AND Object_ID = Object_ID(N'dbo.[AdminWFEventLogs]')) BEGIN EXEC(' IF NOT (...)

Hi can you describe the whole process of integrating Webcon with OneDrive via Microsoft Graph? Step by step what to do. I am talking about integrations with Sites.Selected permissions. The articles that are available on community etc don't help much

MVP

Hello, is there any possibility to sync users from local AD, and get pictures from AAD? I've been looking at the docs, and changelogs but found config only for AAD alone. If not sync - maybe there is a way to bulk import it somehow?

Hello, I try update webcon with SharePoint Foundation 2013 Update Webcon from 2021_1_4_55 to 2021_1_5_367 and i have error with webcon.sharepoint.core.wsp. Deploy solution dosent work Anyone know why this happen? Solution Deployment : Looking for 'ReceiverClass' attribute in manifest root node for solution 'webcon.sharepoint.core.wsp' Solution Deployment : Missing one or more of the following attributes from the root node in solution webcon.sharepoint.core.wsp: assembly '', type ''. Th (...)

Hello, I am a webcon beginner. Can someone help me? I created a Dictionary with the following fields: Company and Project. Company A can have Project 1, and Company B can have Project 1 too. When i run a process: i have to select Company and Project. But when i select a project, in the company field i want to see only distinct values of companies from my Dictionary entries for that selected project only. I have tried with function DISTINCT, but it didnt work.. thanks!

Hi everyone, after creating an application i right-clicked on it and chose "show application in process". Unfortunately, only a blank page is displayed instead of the Standard Form. What could be the reason? Does anybody have an idea how to fix this? PS: 1) i noticed, that i unfortunately took the root path as Portal URL - because the installer proposed it and i unfortunately did not change it (see image below). root/Webconbps is the same path where the designer studio portal is located. M (...)

MVP

Hello everyone, before you install/upgrade BPS check the default schema of the database user under which the installation/upgrade will be executed. Make sure that the default schema is dbo. If this is a different schema new objects may be created using this schema. This may lead to unexpected errors later on which will be hard to debug. Here's a little script to change it. SELECT name AS [Name], SCHEMA_NAME(schema_id) AS schema_name, type_desc, create_date, mod (...)