WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Bo Jamison > Forum messages

Bo Jamison

User

Solved, have to hop up gradually through previous releases.

Update: using the full version I get this while the DB is attempting to be upgraded

Trying to update my current dev env to the latest version that is available on the website. I'm getting the error message below. not sure how to resolve this. Date Message 6/6/2023 9:16:07 AM Invalid column name 'S_LicenceServiceLocation'. It won't get past the error attached in this threa

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 a

Pawel also mentioned exchange online, is that also going to be an issue once I get past the install?

AAD account. I was unaware it was incompatible, my rep thought it was apparently compatible. Can it be run in an AWS situation?

I'm working to migrate our on prem WebCon to our GCC High instances of O365. Currently working on the dev instance. I'm having issues just installing WebCon. Even on a clean box, I get the following error on "Content Database Creation" I've tried, cleaning up the databases and users, and restarti

We have to now comply with SOX and part of the requirements is to list all WebCon apps and permissions/priveleges for each level and the groups/people in them. Is there an easy way to dump all permissions/priveleges for all apps to a text file, pdf or other? If not I'll have to go through and tak

Changings UPN in AD
23.02.2022 22:02

This should work for what I need, I just need to find a way to batch it for every user! I'm no SQL expert, but luckily we have a few in the apps team! Thanks!

Changings UPN in AD
23.02.2022 21:15

We were recently purchased by another company and our AD structure will be changing to some degree. We had to add a new UPN in AD as we are going to synch up with their Azure AD and move into their 0365. So the old UPN "accountname@oldupn.us" will be "accountname@newupn.us". The issue is, ALL

O365 GCC High environments
31.01.2022 19:20

Has anyone used WebCon to integrate into an O365 GCC High setup? We will be migrated all office products including SP to this and I'm curious if anyone has done it before. For clarification GCC is MS Gov Cloud setup with higher security.

Instance numbering question
05.01.2022 17:31

The FY portion isn't really the problem. I have that solved with a rule and a little logic. The issue is the auto incrementing portion needs to just keep auto incrementing forever and since this wasnt done from the beginning, I need to be able to alter the starting number.

Instance numbering question
05.01.2022 14:54

I have a workflow that increments based on FY (ours is not the same as calendar year). ie FF22-#### With the new year, I see that the instance numbering wasn't setup quite right. The userbase needs the instance numbering to reflect FFFY-####, the #### increments throughout the year. Since the app

We have a form that needs to stay open for a length of time before auto moving the flow into a cancelled step. This length of time is user selectable when creating a new record. Talent Req is created and posting is set to stay up for 30/60/90 days. Is there a way to get the Timeout interval value

I've got it working, these particular returns are just an 8 character string, at most in another flow it will be a modified email address. (I have an app to create exchange objects for new users, but it uses a PS that checks if the email already exists, if it does it increments a # on the end of t

Ok, now I get to learn more about SQL in Webcon hah. I have SQL studio and I've found the corresponding record from the "ps write" in the log view. Now I just need to get that into Webcon and assign that to a form field. This will work just fine for me once I get that figured out Thanks!

Ok, now that my PS script is running, in this particular instance I need to grab a variable result and assign that value to a form field. Simply assigning the Form Field = $psvar isn't working. Is this possible?

I followed your instructions, the username was prepopulated with the right account. I entered the password, hit Save and then hit Save again on the Main Menu. I restarted the webcon flow service. When I run the query Dan provided it still comes back with 0 results for that name and the powershell

I did an update a few months ago, and it has been quite awhile since I've tried PS, probably before that update. Interesting, when I run that query, nothing comes back. There is no entry for PRM_Name like 'PortalApp%' That would explain why the error says it's empty. I have gone into the app pool

Awhile back I was able to run PS scripts via an action without any issues. I don't use them much, primarily when playing around with what is possible. However I have a need for them now, but they will not run from webcon. I am running the powershell with an account that has the correct permissions.