Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
Hi We are trying to use the k2 smo urls that have been exposed in the k2hostserver.config file but we are getting err connection refused when we hit the url. Please help.
how can IÂ discard/check-in form checked out by other users?
Hi, We are using the following code to determine if the current user is admin or not.  System.Security.Principal.WindowsIdentity oUser = System.Security.Principal.WindowsIdentity.GetCurrent();objErrorLogs.LogAction("Current logged in user name:" + oUser.Name.ToUpper());string UserName = System.Web.HttpContext.Current.User.Identity.Name.ToString();UserName = "ETQM"" + UserName;objErrorLogs.LogAction("Current logged as per http context:" + UserName.ToUpper());SourceCode.Workflow.Management.WorkflowManagementServer wms = new SourceCode.Workflow.Management.WorkflowManagementServer(sServer, 5555);using (wms.Connection){wms.Open();if (wms.IsCurrentUserAdmin())return true;}  The problem is 95% of the time IsCurrentUserAdmin() method is working fine but this function is failing randomly 5% of the time and it is throwing following Exception. Primary Credentials Not Authenticated. Session Not Authenticated.at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnection.RemoteCall(String TypeName, String
Hi,We need an assistance in package deployment. The k2 server (4.16x) on which the workflows were developed has a newer version than the development k2 server(4.12x)On deploying a package created on staging server to the production server gives an error that - "k2 package and deployment does not support this version of the package. Update the solution file and redeploy."Though I understand that upward compatibility is not possible on older versions, but we need some workaround other than upgrading or downgrading of the servers. In below screenshot, left is production while right one is development Things we tried doing as workaround were1. Creating the package of staging server workflow from the K2P&D console on production, but it gives followinng error Let me know of you have any solution for this issue, that would be great help. Also, if upgrading or downgrading is the only solution, we will prefer downgrading development server. Please suggest a method to do so without losing ex
Creating a package in the package and deploy tool.  When I go into the tool to include the forms and views it is showing me all the forms and views except for one.  Of course the one it's not showing is the one I need.  Anyone have any ideas on how to get it to show the form so that I can add it?  It has worked previously in the past.  Any assitance would be greatly appriciated.  thanks, -Jason
Hi,Just wondering if K2 is capable of setting up a CXML request for loggin in to a webstore?
Dear Experts, I got the error "There is already an object named 'Maintain_CleanCompleteInstancesFromEventbus' in the database during upgrade our K2 4.6.8 to K2 4.6.11 as below pics. I could not find any stored procedure or function in the EventBus database that related to the object named 'Maintain_CleanCompleteInstancesFromEventbus'. My environment:Windows server 2008 R2SQL Server 2014     Any help would be appreciated! Thanks,Giang Â
Hi All, This is the first time I am trying to register some custom controls, but when trying to open controlutil.exe, it just close and I am unable to register the controls. Could anyone give me some assistance?
Hello, How do i setup a picker control to display DISTINCT values from my K2 Smart object. I dont want to use a store procedure given that am using K2 tables. i found an old article(https://community.k2.com/t5/K2-Blackpearl-Forum-Posts/Distinct-SmartObject/m-p/73420?nobounce=#M21137)but here they proposed a sotre procedure method which i dont want. Any updates or tricks on realising this uniquely in K2 please? Thanks
HiI have a text area in which i only want the user to be alllowed to enter only two rows.Currently user can press enter and can go beyond 2 rows.
Good day everyone, Our K2 productivity tool has reached its second major version release.Among other new features, Documentation Generation now supports Smart Forms.An example documentation can be found here: http://archonbpm.com/Content/ArchonDocumentationV2.0/html/index.htmlPlease visit us at http://archonbpm.com/Or sign up for a no obligation trial copy here: http://archonbpm.com/Account/Login Greetings,Archon BlueWave team.
 Good day, I'm writing regarding how to deal with the multi-select control, I have a multi-select control that list customre IDs and names.The first users will approve and select some customre, The second user must view the approved customre,but i'm facing a problem, the customre IDs has been saved into the smart-object in a memo filed with delimiter CustomreID1;Customre ID2;...;the choosen selected customre numbers is not fixed, the first user can select one customre up to 10, i want to show the memo filed with the customre name into a list view. How i can split the delimter, or save the selected item in diffrent way. Please advise and help I looking for soulations.
Hi, If you have a situation where you have 2 runtimes sites on 1 server: 1 for internal AD users1 for external anonymous users. My understanding is that all the forms on the first runtime (internal AD users) site are mirrored on the 2nd runtime (anonymous) site. What is the quickest way of allowing anonymous access to certain forms only? Do you have to do a Getusers by group action to check if the users is a member of AD domain users on the initalize rule (which may take some time depending on the number of users) or is there a quicker way? Thanks
HiI have a text area which can have upto 2 rows. Currently the applied validation on this text areaa validates if three or more characters has been entered or not. The validation pattern used is  ^.{3,}$ This expression works fine if user enters data without pressing enter. But if the user presses enter button to reach the next line and then enters some text, the validation pattern fails to validate.If i use (?m:(^.{3,}$)) then it sucessfully validates but on submitting it does not work
How can I repeat a control/set of controls on a view by a press of a button with some rules? ThanksSteve
Hello, When I'm trying to do something in designer/K2Studio, I'm getting Visual Studio Just in Time Debugger error. I'm getting this error very frequently. (Error snapshot attached: Error-AppPool-Crash.png) After that app pool crashes & must be reloaded in order to work further. - Things might be taken in consideration:K2 Version: 4.7Ran reconfigure wizard to move DB server to SQL 2016, after that installed cummulative update (March 2018) & hotfix FP47. I've referred https://help.k2.com/kb001826 & retried reconfiguration with latest CU & FP but seems not working.-- Can anyone suggest resolution? Error texts: #1. ASP.NET 4.0.30319.0 Error:An unhandled exception occurred and the process was terminated.Application ID: /LM/W3SVC/3/ROOTProcess ID: 8428Exception: System.TypeLoadExceptionMessage: Could not load type 'SourceCode.Web.IConnectionPool`1' from assembly 'SourceCode.Security.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d'.StackTrace: at Source
Hello, I am currently working on a Workflow in 4.6.11I did not design the worklow, I'm only maintaining it, one of the issue we are having is about an escalation with "Go To Activity" configured, sometimes (depending on I don't know what yet) this escalation has an issue and won't escalate correctly but will terminate the worklow instead. First I was guessing an issue with the service account rights (wasn't Admin on this workflow), but this doesn't seem to do the trick.Can anyone tell me what rights are required on a workflow for escalation "Go To Activity" to work correctly ? On which user ?  Thanks you,Mike.
I need to import data from csv file into K2 blackpearl listview. Anyone has any suggestions?
Hi All,Is it possible in K2 blackpearl 4.7 to build a report using a smartbox smartobject as a data source ? I found some articles on reports but they are workflow reports but not on a general smartobjects.For example : The smartobject I am using is similar to the below:Employee Name     Department   RegionBen                             HR                    MelbourneAlex                           Finance            SydneyJohn                          HR                     Sydney Reports of type (Bar and Pie charts). Please let me know if there is any alternative approach to build such reports. ThanksGovind
Dear Experts, I have done K2 Blackpearl 4.6.8 migration for my client previous time. My client wanted to migrate the K2 server and SQL server to a new environment. The migration has completed successfully. So what steps I have done as below:Clone K2 server and SQL Server from the current ones. Change the cloned K2 host name, K2 Account service, the cloned SQL host name and SQL account Join the cloned K2 server and cloned SQL server to a new domain. Re-configure the K2 Blackperal 4.6.8This time my client wants to upgrade the current K2 Blackpearl 4.6.8 to the K2 Blackpearl 4.7 to be able to have the extended support and also move these servers to a new environment.What I am planning to do is that:Clone the current K2 Blackpearl 4.6.8 server and SQL Server Change the cloned K2 host name and cloned SQL host name Join the cloned K2 server and cloned SQL server to the existing domain Re-configure the K2 Blackperal 4.6.8 Upgrade the K2 Blackperal 4.6.8 to K2 Blackperal 4.6.11 Migrate the cur
Hi There, Has anyone ever connected to the common data model in o365 via the common data service endpoint REST?  We want to leverage the CDM via SMOs as the UI on powerapps is well, lets just say it's difficult to work with!!
Hi We are trying to allow form originators to redirect a task without being assigned a task specifically to do this.For example... User A raises a form and nominates User B as the approver. User B is absent so User A needs to redirect the task to User C to complete. We don't want to be in and out of workspace as admins all day just managing this scenario (we have one form where users struggle to identify the correct approver). There are some snippets of code on how to achieve this but we don't want to go down the custom code route unless absolutely necessary (and we would need to skill up or have very step by step instructions!). Is there anyway to achieve a workable solution for User A to redirect to User C without code? Or do we just use timeouts to assign a task to the originator to change the approver? Do we need to look into impersonating? - If everyone is allowed to impersonate could that have other implications? Thanks in advanceDave
Hi all, Anyone know what this error is and how to fix it?It is appearing in the AdumError logs "20*personal details removed*:16:23::891", "Error", "ADManager.GetGroups", "Unknown error (0x80005000)", " at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)at System.DirectoryServices.DirectoryEntry.Bind()at System.DirectoryServices.DirectoryEntry.get_AdsObject()at System.DirectoryServices.PropertyCollection.Contains(String propertyName)at SourceCode.Security.ADManager.K2UserManager2.GetContainers(IdentityReference identity)", "Additional Information: ", "GetContainers()" On K2 4.7 with Fixpack 46
Hi guys, Need your urgent help...From time to time (sometimes with a days interval) , on the K2 Blackpearl 4.7 Server I start to receive continuously, during hours, the Error - Archive Buffer Overflow. "59612746","20*personal details removed*:39:47","Error","General","1","GeneralErrorMessage","K2Worker.ReleaseWorklistItem","1 Archive buffer overflow","","",... You can see an example of the eventviewer View on the attached pic.  I am using K2 Blackpearl 4.7 version with the K2 4.7 March 2018 Cumulative Update and the K2 4.7 Mar 2018 CU FixPack 22. Any ideas on how to resolve this problem? Cheers,Luis Batista
After all approvals i need to run powershell script.Do you have any idea how to launch powershell and execute script by passing values to script
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.