Upcoming Event - Nintex Automation K2: Back to basics
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
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.
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 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 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,Â
Hello, For some strange reason my Visual studio workflow screen is shifted to right , making half of the screen not visible to me and i could not find a horizontal scroll bar to scroll on to content on right side. Has anyone experience this before? Check attached picture of my screen
Hi.   I'm creating a smart form with a button "Reset and Refresh" that will clear any of the radio button groups, drop downs, etc. that i built into the from in order to filter data....That works great. I'd love for the same button to ALSO clear out any value that's in the "Quick Search" field on the view.  I can't seem to make that work.  I've tried having the rule perform a clear method on the view, but the value that the user had types into the quick search field remains.   Is there a way to do this? Rob Â
Hello All, Is it possible to create a form displaying users in a AD group and than adding/ removing users from group from form. PLease guideÂ
I am pretty sure this is not possible, but I thought I'd as you experts.   Is it possible to get workflow (and/or Smartform rules) to write something like this in a memo field on a smart form as separate records onto a database table using the 'create' SmartObject method? I'd like the end user to be able to copy/paste a list of document control numbers either from an e-mail or a spreadsheet into the field, and then click "Save" or something and have the list of items get written as individual work item records in the database.   I've experimented with Create Reference and For Each, but can't get it to work.   Any thoughts? RobÂ
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.