Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
Everyday 4-5 workflow instances abort with one of these errors"The wait operation timed out"or"Message: Object reference not set to an instance of an object.; ServiceName: sensus_sensient_tech_net; ServiceGuid: c23ef9*personal details removed*-ab1e-52305e539a78; InnerExceptionMessage: ;"Â When I "retry" them from workspace, they go thru succesfully. Log files are attached.Any help is appreciated.Â
System.ConfigurationErrorsException: Unrecognized attribute 'useDefaultSecurityLabel'. Note that attribute names are case-sensitive. (C:Program Files (x86)K2 blackpearlHost ServerBinK2HostServer.exe.Config line 359)
i created a SMO from sharepoint service using K2 tester to create the SMO, while Packaging the process and error was flag " ServiceObject is referencing the 'ListSetting' ListSetting that could not be found." was unable to package my processKindly help with this
I'm looking for a way to get K2 to automatically create work items in Azure DevOps after a user submits a smartform. The work item in Azure DevOps does not need to be assigned (but it would be nice if it could be). How do I approach this? Would a lot of programming (e.g., .NET) be involved? I'm using K2 4.7. Thank you!
Hi,I have an email event which I would like to send to multiple users. The details are saved as a username so I need to use the AD User "getuserdetails" method to retrieve the email address, however in some instances there will be more than one username in the field e.g. domainusername1;domainusername2. Is there any way to split these so the getuserdetails method can get both email addresses? Thanks.
Hello,I'm running into the "Parent Does Not Exist" problem and need some help deciphering the error log.I'm deploying and entire application (Forms, Views, SmartObjects). While troubleshooting, I've tried deploying a single smart object (one of the ones that are failing) and I get the same error message even when deploying one Smartobject. I've checked the dependencies and they exist on my target environment with the same GUIDs and names as on my source environment. So I'm confused about which "parent does not exist". I'm uploading the log file from the simple deployment. Can someone please scan this log file and help me determine which "parent" is missing?Thanks,-tomas
I have a view that generates a URL and the URL redirect you to a location of a PDF file. On the web browser workspace it works fine but if i click on the same link in the android App then nothing happens. Is this a know issue ? Thanks Â
Hello community,while working with K2 connect we've encountered an error with the following message: <<Specified argument was out of the range of valid values>>I've already found out that the problem is caused by using the <<Changing>> paramters from SAP in the function module I want to connect. It's the first time I've used the <<Changing>>-paramter instead of the obsolete <<Tables>>-parameter. I am wondering if this is a general problem and it is not possible to use Changing parameters or I am just not smart enough to use it. Can anybody help me there? I've searched alot through this forum, the net and the K2-documentation and found really nothing regarding this topic. I hardly believe that I am the only one who was facing that matter... greetingsTim
Does anyone have idea of integration of K2 blackpearl with Ui Path Studio.  Thanks. Regards,Hemant
I am trying to figureout have to convert this C# cost into powershell to create Envirmnent Library Fieldshttp://moss-net4u.blogspot.com/2012/02/creating-k2-environment-fields-with.html In what DLLs are these methods in?Create a new EnvironmentSettingsManager InstanceCreate a new EnvironmentTemplateCollection InstanceCreate a new EnvironmentInstanceCollection Instance: Create new EnvironmentField instance by calling CreateFieldInstance() The trick is to get a new instance of an Environment Field since is doesn’t have a new() constructor, you have to get a new instance by using the CreateFieldInstance() method of the EnvironmentFieldType class.Steps:Create a new EnvironmentSettingsManager Instance and Connect to the K2 Server using the ConnectToServer() method of the EnvironmentSettingsManager instance. Create a new EnvironmentTemplateCollection Instance and a new EnvironmentInstanceCollection Instance. Select the Environment Template to use (e.g. Default Template) and select the Environ
What does Set as Default to true for an Environment Field do? What does Set as Default to false for an Environment Field do? Â
Hi, Editable list has column called "Hours Worked" set to (decimal with 2 places) For example Start Time i have 08:55 am, End Time is 12:00 pmThe time difference is calculated as 3.08 Hours and put in the "Hours Worked" Column I then go and have a column with a Hrly Rate of £10.23 which calculates total payable as £31.54 (this is wrong, it should be £31.51) Although the Hours Worked column displays to 2 decimal places (3.08 hours), if you double click on column it shows: 3.08333333333333333333 How can i make the actual figure in the column to 2 decimal places (not just display time) ???? I think the Hours Worked is using the underlying 3.08333333333333333333 to calculate rather than the rounded 3.08 figure... I am using an expression to populate the Hours Worked as follows: Date/time Difference (hour, End Time, Start Time)Do i need something in the above expression to round to 2 decimal places perhaps? Any ideas
We have configured reverse proxy according to these steps https://blog.jikai.sg/setup/7/. It initially resolves and authenticates but the designer site and all other sites do not load properly. See screenshots attached.  Also, navigating to the created forms fails with a 404 error. I have attached the web.config from the setup, any suggestions are very welcome.  Thanks.Â
$k2Credentials = Get-Credential -Message ("Please enter K2 credentials")$k2Proxy = New-WebServiceProxy -Uri "http://yourServer.com/K2Services/WS.asmx?wsdl" -Credential $k2Credentials$k2Proxy.PreAuthenticate = $true$k2namespace = $k2Proxy.GetType().Namespace$pi = new-object ($k2namespace + ".ProcessInstance")$pi.FullName = "folderprocess"$pi.Folio = "Some folio"$pi.DataField += new-object ($k2namespace + ".DataField")$pi.DataField[0].Name = "Name1"$pi.DataField[0].Value = "Value1"$pi.DataField += new-object ($k2namespace + ".DataField")$pi.DataField[1].Name = "Name2"$pi.DataField[1].Value = "Value2"$k2Proxy.StartNewProcessInstance([ref]$pi, $false)
We have configured reverse proxy according to these steps https://blog.jikai.sg/setup/7/. It initially resolves and authenticates but the designer site and all other sites do not load properly. See screenshots attached.Also, navigating to created forms fails with a 404 error. I have attached the web.config from the setup, any suggestions are very welcome.  Thanks.Â
Dear Members,Am having a custom broker , in which I use a SO method to retrieve the attached file from the file control and upload it to a share drive. This works fine for 400 MB , when i try to attach 800 MB , File Data(File Content) gets null in my service broker codeSample CodeProperty p = ServiceBroker.Service.ServiceObjects[0].Properties["FileData"];p.value gets null I tried changing several configuration in runtime config(maxRequestLength, maxAllowedContentLength) , but these seems to help only on smartform level not in service broker. My question is , whether we have any separate file size limit for service broker communication, is it possible to increase this?Please help me on this if you know any relevant information on this
If I upgrade from from 4.7 to 5.2 will my workflows continue to work as expected.
Dear all,I am new to K2. I got a database with primary keys (GUID type) and foreign keys in every table. Then I had created the smartobjects of all of them with the help of Smart Object Service Tester and generate smartobject the whole database's table. I had create the view in K2 Designer for create method but it keeps giving me error of no data in the primary_id (which is the primary key with GUID type that has to be thrown to database).I have tried to use the data label or text box with data type : AutoGUID but I keep it blank and I set the create method input to that data label or text box when the create button is clicked.I also had tried to directly point it to smartobject primary_id but it keeps me the same error of id can not be blank. I tried to insert data directly to SQL Server with SQL Management Studio, and it works, the GUID is auto generated without have to fill it. Any idea on how to auto generate the AutoGUID types of text box or data label? or is there something I mis
there are a couple of posts on this but it remains unclear what is *the* answer for this problem e.g.https://community.k2.com/t5/K2-Blackpearl-Forum-Posts/Deleting-completed-Process-Instances/td-p/103895https://community.k2.com/t5/K2-Blackpearl-Forum-Posts/Deleting-Completed-Process-Instances/m-p/78256  my question is simply, does k2 currently have an official supported method to delete process instances that have already been completed? from k2 management we can locate and delete process instances that are active, but not those which are completed.I understand that there are some methods as the ones stated in the link above but I wouldn't want to mess around with changes to the database I guess one way is opening a ticket and ask that support does it themselves (?) on a case-by-case basis, but I was hopeful that something has been made available in the API or something else that can be used to accomplish this. thanks.
Hi all,I want to know if there is a way to grant specific users access to only certain folders within a document library in SharePoint 2013 using a K2 workflow? Â
For some reason, we need to add new line break in list header to split the words. In Blackpearl 4.6.6 with SmartForm 1.02, we could finish the job by add <br/> symbol to break a new line. But after upgrading Blackpearl 4.6.11 with SmartForm 4.6.11, the symbol <br/> is not functional. Even through it is effective in designer mode, in runtime mode, the symbol will be directly displayed by "<br/>" and new line break doesn't appear. What I am concerned is how to make a line break in List Header in Blackpearl & SmartForm 4.6.11. Designer Mode:Â
Could you please explain me how we can delete completed instances in Blackpearl 4.6.8.
Hello all, I have a dll, for K2 REST Service, with the input parameters below. How do I pass the Header into the REST Service call, using the REST service SMO below. I need to do this for a GET http method. The base url is: http://45.77.93.200/api/v1/getBal?accno=2003738332&datefrom=*personal details removed* Header is:x-access-token: e6738hheyy8ye7833939eye78ee78f9h4803hhf79393nviv003j3j.89303jjf9003jjd903088fh8s9s90303   Thank you all.Â
I am creating Workflow and need to add external user to Azure AD
I have attachments stored in a SQL table from File Attachment controls. Due to client requirements, I need to extract out those attachements to a downloadable or viewable in excel file format in once time. How can I achieve this in K2?  Or any other possible alternative way to achieve similar result. Thank you.
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.