Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
Dear All,As part of Sql server upgrade, we are migrating databases to new server.so far we have done below activities.1. Create a backup of the K2 Database2. Stop the K2 Blackpearl Service3. Restore K2 Database to new sql server 2014.we are facing issue when we tried starting K2 blackpearl server 4.6.11.For exception please find below details:Please create a master key in the database or open the master key in the session before performing this operation.The key 'SCSSOKey' is not open.  appreciate your help in fixing above issue. ThanksÂ
Hello,We are using Workdesk to allow users to select from various applications. Our current URL for our workdesk is: https://bpm.placer.ca.gov/Runtime/Runtime/Form/com.K2.App.Workdesk.Form.Workdesk/ We want to be able to pass a parameter that will allow the user to load Appliation2 or App3 instead of the default application on the workdesk.  What parameters can be set to override the default application on load? Thanks,-tomas
Hi When my form is converted to a PDF, it adds a blank page at the end. It's a small form and all the content is shown on the first page. Any ideas on how I can remove this blank page?
We are migrating our on-prem K2 servers (Blackpearl) to an AWS Amazon Managed Services (AMS) data center. What options are available for continuously updating the new destination K2 database (the migrated K2 proprietary SQL Server database) with source (on-prem) SQL Server K2 database, transactions from the time period between the new PROD destination environment being restored (and reconfigured), through the crossover to the new PROD go-live environment in AWS? Are there existing continuous replication utilities available? AWS has an 'Ongoing Replication' product for AWS RDS SQL Server databases using AWS Database Migration Service (AWS DMS) described here: Introducing Ongoing Replication from Amazon RDS for SQL Server Using AWS Database Migration Service ... .....Has anyone used this tool or others like it?
We are migrating our on-prem K2 servers (Blackpearl) to an AWS Amazon Managed Services (AMS) data center. What options are available for continuously updating the new destination K2 database (the migrated K2 proprietary SQL Server database) with source (on-prem) SQL Server K2 database, transactions from the time period between the new PROD destination environment being restored (and reconfigured), through the crossover to the new PROD go-live environment in AWS? Are there existing continuous replication utilities available? AWS has an 'Ongoing Replication' product for AWS RDS SQL Server databases using AWS Database Migration Service (AWS DMS) described here: Introducing Ongoing Replication from Amazon RDS for SQL Server Using AWS Database Migration Service | AWS Database Blog .....Has anyone used this tool or others like it?
I need to connect ASP.Net Core application to K2 Blackpearl. I tried the nuget package K2.Workflow.Client but it throws a BadImage error. It seems the package works with .Net but not .Net Core. Could I know if there is an equivalent package for .Net Core.
Hi, I need to set the Text Area to accept a Word count as follows:Minimum Words: 1000Maximum Words: 2000 Is there a way to set this up on a Text Area? If so, can the word count also be displayed alongside the TextArea so the user knows how many words they have written so far? Thanks
Hello, currently we have a K2 workflow that is currently emailing the results from the workflow. We would like to disable that portion of the code and rather than email creates a flat file with the same results and place it on the network share drive.  Any help would be greatly appricated.Â
Hi, When I attempt to open "View Flow" link from "Management Console > Workflow Server > Workflows > Reports > View Flow" The URL I get redirected to is below which works.https://forms.usd.edu/Designer/K2Workflow/Viewflow.aspx?procInstId=932 I can take that URL and replace the ending number with that pulled from the first URL to get the ViewFlow to work. I'm assuming I have a configuration somewhere incorrect, but can't be sure where it is. Any advice is appreciated, Thanks
HI,I am creating an endpoint service broker using VS2010 to integrate with the Microsoft Dynamics GP eConnect with the Smartform using the Smartobject. When I try to build a project, I am getting the following error. If I change the CPU to x86 in Configuration Manager, K2 reference for 'SourceCode.HostClientAPI.dll' and 'SourceCode.Workflow.Client.dll' does not work. How to handle this issue. Thanks.  C:WindowsMicrosoft.NETFrameworkv4.0.30319Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "Microsoft.Dynamics.GP.eConnect, Version=12.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and refere
While having an issue where one user couldn't see workflow tasks, I followed the steps in the forum post:User unable to see worklist tasks   This required adding the domain or everyone into the security settings of our environment. After rebooting the server, I no longer have access to the environment page and all users are reporting errors. I'd like to undo the settings to see if this would correct the issue, but I can't figure how to get to that setting to change it.Â
I am trying to get a spinner from a div and script using two literal data labels (Spinner works when i closk start button and close when i click close button)  div I used  <div id="wait" style="display:none;width:69px;height:89px;position:absolute;top:50%;left:50%;padding:2px;"><img src='/Runtime/Styles/Themes/Lithium/RuntimeTheme/*personal details removed*' width="64" height="64" /><br>Loading..</div> To Show: <script>$("#wait").css("display", "block");</script> To hide: <script>$("#wait").css("display", "none");</script> Everything works well if there are item views or normal list views in the form. But when I put an editable list view to the same form the code doesnt works?? or it doesnt show the spinner. please refer the attached. Thanks Any Idea why?? ThanksÂ
Does anyone know where I can find the K2 Compatibility Support Matrix (used to be available at: https://help.k2.com/k2compatibilitysupportmatrix )We need a document to confirm that we are currently on 4.7, as when we check all programs it does not list 4.7 as the version but instead has 4.16060.2000.xÂ
Is .NET core supported or not for using k2 black pearl 4.7 API ?Is it possible to make integration between k2 black pearl 4.7 and .NET core for using K2 black pearl 4.7 assemblies and API from a .NET core Application ?
Hi All, I currently have a workflow that has an activity that starts on a dynamic datetime field. The activity starts at the correct time, however the Event Code within the activity isn't being executed. I'm not too sure why it isn't being executed, there is an if statement within the code to check if field A == 'Y' then K2.ExpireActivity("Activity Name"); The activity name does exist within the workflow Suggestions would be most appreciated Thanks.
Hi folks, maybe someone has an idea for me:I call a subform with three views.On two of these views I have list controls (auto-complete). 5 list controls in total.These need to be populated depending on a parameter of the subform. So in the initalize rule I populate the list controls with the parameter as input value.The results are correct, the list controls populate as expected. The issue is, that this takes ages.I'm talking up to more than a minute load time for a form with just those 5 list controls and a button on the third view. The data for the list controls is coming from SQL tables (one per list control).The SQL-Server itself does not show performance issues.The tables are not big, the biggest one maybe 10000 items, no more. What I've tried:Executing the rules in a batch - no difference Executing the rules asynchronously - the loading icon is not shown this long but the fields are not populated any faster. When trying to select a list control, it freezes until the population is
I am setting up a TimeOut action as part of a request workflow. The bit I a struggling with is how to set the a rule that triggers the Timeout action, Updates the request status to TimedOut and send the email to the originator notiftying to this effect 120 hours (5days) after the initial request was submitted.  below is screen shot of the workflow        Andy advice would be welcomedRegardsAndrew
I am using K2 SmartForms for one our project. Form submits data to K2 Workflow. Workflow does not do any users interaction and runs only few seconds. I need to show result to the user right after workflow completion. So, scenario is:1. User enter data to K2 SmartForm and click submit.2. Workflow processing data and return result.3. User getting pop-up notification window with result message. Can I wait till workflow will be completed and get result from K2 SmartForm?
Can anyone confirm whether K2 blackpearl 4.7 will be able to send out e-mails via Exchange 2019? It isn't listed as compatible, given the age of 4.7 I don't think its compatability charts were kept this far up to date.
I have been trying to create a list view which pulls in data from an additional smartobjects.I have created a list view form the master activity list which includes a column for a supplier reference. I have a SmartObject which holds a lists of supplier and the contact names. When the list view initalizes I need it to pull in  the supplier contact name. Is this possible and if so how can it be accomplished. I also need to be able to export the list to Excel. Is there an easy way to do this Thanks RegradsAndrew
Hello All, Assume, We have about 10,000 users and 500 forms created. Would like to control the process right (start, view, view/participate). What is the best approach to managing permissions? Now you have process * users against permissions combination. I don't want to import users to each process to provide rights. Each process has different set of permission as the process falls in the different department in an organization. One option can be creating AD groups, Is there any other best option available out there in K2. Thanks.
I have created a smart form. And dragged the item view and list view in there. I have linked the list view to my smart object (using the SQL). The requirement is I need to write a few numbers in my textbox and when I click on the Save button (these are in the item view), it should update the row of the list view and also update the SQL database table by adding a row in there.I am stuck at this point. Â
Hi, Say i have an Authorisers table (Smartobejct) with 5 Authorisers in it with a department User 1 - SalesUser 2 - FinanceUser 3 - PPI Insurance sellersUser 4 - MarketingUser 5 - Dispatch I want to be able to say if a Requestor sends a request, the Authorisation will go to multiple Authorisers in different departments, based on a GroupID I have a Department Lookup table, which i've added a GroupingID column, so that i can tie Sales and PPI with the number 1 1) So using K2, i've created a form, added the fields and do an Initialize rule to get the AD attributes of the Locally logged in User (includes, name, userid, dept)2) Then i added another rule: Smartobject get List method of my Lookup table to return the GroupID off the Requesters Department3) Another Smartobject get list method on the Lookup with input as the GroupID, hoping to return all matches, but it's only returning the first Dept result... (output is a Data label on the form) Any ideas how i return multiple results and the
Hello All,I'm implementing a custom user manager, and I've done it as described here : https://help.k2.com/onlinehelp/k2blackpearl/icg/4.7/default.htm#Configure/UM-Changing.htm#RefreshUMc which is working fine, I can authenticate in the workspace using the new security label and retrieve the users, but I noticed that if I open the managed users worklist I do not see the subordinatesm, running the Smartobject methos "GetUsers" I noticed that in the manager field I get the Distinguished name instead the user name, and If I run the "Get User Details" method I get it correct, the manager's user name. This is my LDAP Mapping<K2LdapMapping K2Name="Manager" FullOnly="true" LdapName="manager" ObjectType="System.String" SearchQuery="(&amp;(objectClass=Person)(objectCategory=User))" SearchResultProperty="samAccountName" /> I wonder someone knows a way to set and retreive the manager's user name instead the distiguished name in the "Get Users" methos os the User SO from URM service Â
Hi Guys, Could i use Activity Instances Grid without workflow instances grid? and how to set the value of the workflow instance ID when execute activity instances grid control's run grid method. Best,Â
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.