Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
we keep getting these errors and i am wondering if anyone can help. a form is reading values from other SharePoint lists and then is creating an entry in a sharepoint list. It seems that as soon as the entry is created k2 tests to see if the object exists. It doesn't see the entry and gives an error. you see this in the k2 logs355387712","20**:40:49","Error","General","0","SharePoint Broker Exception","CreateListItem","0 Item does not exist. It may have been deleted by another user.","anonymous","0.0.0.0","AZServ15:C:Program Files (x86)K2 blackpearlHost ServerBin","355387712","f461295237f24828a8e80c340a45a3a9in the sharepoint uls log you will see thisException occured in scope Microsoft.SharePoint.SPObjectFactory.getObjectById. Exception=Microsoft.SharePoint.SPException: Item does not exist. It may have been deleted by another userIt seems that there may be a lag in performance in that SharePoint creates the entry and then tests to see if it is there and doesn't see it. Does anyone k
Hi,Is it possible to automate calculation in K2.Here is my case:I have a table of dates and associated transaction costs per day and also remaining balance.I have to automatically subtract the total transaction after a specific date from the remaining balance on that day.Is it possible to do this without using other approach only K2 application? Thank you for your inputs.Â
Hi,I have a form containing a Print button that calls JS to do a print preview. It is used as a sub-form.I am experiencing an issue in Internet Explorer where I cannot see the contents of the subform in print preview (I only see the parent form).In Google Chrome, I can see the subform contents fine.Any feedback is highly regarded.Regards,Chris
Have setup K2 Forms STS as the only authentication configured in the realm to issuer and claims mapping.But Form not redirecting to another Login Page.
Not familiar with this error and had difficulty finding it in KB. Any assistance would be appreciated. ...11:8: Log.WriteUnindent: 20:17:04:>> End AssociateAppPoolToWebApp: Successful False11:8: Component.ExecuteTarget: 20:17:04:>> Logged Error: Target did not complete successfully: AssociateAppPoolToWebApp - SP15_WEB11:8: Component.ExecuteTarget: 20:17:04:>> Package not set to break on failure....11:8: PatchPanel.Patch: 20:17:05:>> Logged Error: Component update failed: K2 WorkspaceÂ
We are trying to save the serial number for each of the destination slot & save it in the custom database, so that we can build scheduled workflows that can send emails with the link to open task.I created a sample workflow and just before user task added a smart-object "create' method, understood that this smartobject gets called for each of the destination users.however, I am unable to get the serial number because the create method is even before the user task.Also, not able to find the ActInstDestinationID in the workflow context browser of K2 five to construct the serial number by self.Serial Number : <%ProcInstID%>_<%ActInstDestinationID%. Any help?Thanks in advance.
I have this <file><name>samris.jpg<content>/9/74e....= </content></name></file> Which K2 saves to a Column, where <content></content> holds the base64 string and then when i want to Display it to show on a Control so i can then use on a Form and generate PDF From there together with other information as well on File. But it does not seem to generate the image on the PDF File. Do I use <img></img> In place of this <file></file>instead?
Is there a way to design a report that shows all the instances approved by a specific user?  ThanksVishwas
Hi all, We run a Smartform application created with K2 Designer, based on Sharepoint 2013 lists, and using SmartObjects. Few days ago we had a problem on our Smartforms related to the high numbers (5000+) of items in a SP list: "The attempted operation is prohibited because it exceeds the list View threshold enforced by the administrator." I found that creating an index in the related SP list could solve this problem, so temporary I changed the view treshold to 10000 (under Central Administrator -> Application Management -> Manage web applications -> General Settings -> Resource Throttling).Next I created an index for a column that I use in the SmartObject's Get List Items method, as an input property. But after it, I receive the following error in Smartform and in SmartObject Tester Tool as well:"Error occurred trying to Execute (SmoSPListItem) - Microsoft.SharePoint.Client.ServerException: Exception from HRESULT: 0x80131904" If I remove the index, all works well again, bu
Can the K2 Core 6.1sit on a Virtual Machine (VMWARE/ VIRTUALBOX) where the Host computer is about 8GB RAM Capacity Please do let me know as soon as possible.
The email (as shown below)Â recieved by the delegate does not look Legit.And is oftem marked as SPAMHi K2 UserYou've been forwarded a Task: <URL>Powered by K2.Serial number: SN=1253_3378.
Hi there. It's been a while since I've posted. I think I have Blackpearl mostly figured out...so now I guess it's time to upgrade. But until then. We're trying to use the web based workflow designer to evaluate whether or not an item was loaded to the database and alert us if nothing was loaded, but ONLY during regular business hours. So, one step of the workflow is to check to see if it's between 7am and 5pm PST. So, the way I'm doing this is I'm wanting to bounce the inline functino "Now" against two data fields called "BusinessDayStart" and "BusinessDayEnd". I want it to then compare the current time against those values and if it fits in the window, continue the workflow and if it is outside the window, end the workflow.   From what I can tell there is no way to populate my two data fields BusinessDayStart and BusinessDayEnd with the values of today's date and a specific time...you can either put in a specific time and a static date, or just have current date/time. What I wan
I have an application that stores a list of users ([Domain][Username]). I need to be able to scan through this list of users and check if they are still active/enabled in Active Directory.  I've reviewed the OOTB AD User and User URM SmartObjects / Service Brokers but cannot find any way to check this.  If I use the GetUserDetails on AD User SmartObject for an inactive/disabled AD user, the Smo returns an error, but not sure if I can use this to verify active / enabled users. Also, during workflow processing, if the Destination User happens to be disabled / inactive in AD the workflow enters an error state. It would be great to be able to check for this and handle gracefully either by escalation or workflow re-routing. Version: K2 Blackpearl v4.6.11 (currently) Any help / pointers welcome.
We have a Webservice (soap) and we are passing an account to the webservice and the webservice would return a year (2018,2019 etc). In the Case of No date the Smart object is crashing giving null value error. How can we cater for such instance. In our case it is normal to have no values returned. ThanksÂ
Experts, I have 2 controls(Drop Down List and Text Box) on my view, And drop down contains values X and Y. I need to validate(Pattern Validation) the text box if the drop down has value X, And pattern is not suppose to applicable for text box if the drop down has value Y. Could you please give an idea how do i can achive this? RegardsAmar
In the K2 4.7 workspace there is the ability to create reports and export them to excel. I have develop an applicatiion and as part of that there is the requirement export data to excel for which I will use the worksapce. Is there a way to manage individuals access to the work space reports in a similar way that permission to access the app is managed. In this case there is a list of individuals who have permission to access the app. Can anybody advise how to do this Thanks Regards  Andrew
I'm looking to build a process for employees to order internal products. Is there any type of pre-built (smartstarter, perhaps) shopping cart functionality that would fit our need? If not, thoughts on what it would take to build something like this out?
Hi I have 2 BAPI methodsBAPI_getList and BAPI_getdetail. Get list has ... code, company name Get detail has . Code,company name, company 2 I have created a composite smo for both methods. when i provide Code as parameter i dont get the expected result .Assuming its not joining the methods properly .How do i assosciate these 2 methods ?Help much appreciatedthanks in advance Â
I am having an issue with creating a mailbox by using Exchange Event. It was working perfectly fine last week.I am not sure if it was related, i have just upgraded the server to version 4.6.9 (from version 4.6.7). This is the error. Message: Exception has been thrown by the target of an invocation. Could not connect to the Exchange server. Connecting to remote server owa.dev.com.au failed with the following error message : WinRM cannot process the request. The following error occurred while using Kerberos authentication: The computer owa.dev.com.au is unknown to Kerberos. Verify that the computer exists on the network, that the name provided is spelled correctly, and that the Kerberos configuration for accessing the computer is correct. The most common Kerberos configuration issue is that an SPN with the format HTTP/owa.dev.com.au is not configured for the target. If Kerberos is not required, specify the Negotiate authentication mechanism and resubmit the operation. For more informatio
Could anybody advise how I delete old reports from the workspace Thanks
Hello,  I am having trouble with populating the multi-select with the fields coming from the stored procedure. The scenario is: I need to create a drop-down menu with names of SQL database tables and on the selection of a particular table, the column names of the table should be populated in the multi-select control. The delimeter I am using is a comma (,).I wrote the stored procedure where the input is the tableName and output is the list of columnName.In K2 form, the rule I'm using is:    When the drop-down is changed, execute the smart object method(the drop-down list is the input data for the Stored procedure Smart Object and output is the multi-select control)I am a newbie to K2 and I don't know why is it not populating? Any help will be really appreciated. Thanks.
I have been able to create a WebForm which saves the signature in base64 to Database. Good and fine now i want to use in K2 maybe inside an Iframe or a subview How can i go about this?
Hi all,I am from SP 2010 to SP 2016 migration team. We are basically converting the Nintex form to K2 form. We are often using the K2 in SP 2016. In SP 2010 Nintex form, two buttons (Javascript button)  are available. Below mentioned each button click function. (What is that script does actually). So please tell how to implement that in SP 2016 with K2 forums.  1st button click event:runProgram()function runProgram(){var oShell = new ActiveXObject("Shell.Application");var commandtoRun = "C:/Program Files/RealVNC/VNC Viewer/vncviewer.exe";oShell.ShellExecute(commandtoRun,"IP Address","","open","1");} 2nd button click event:var objShell = new ActiveXObject("WScript.Shell"); objShell.Run("%comspec%"+" /K \TMPH001MMAIP1AndonScreenShotRestart_vsemulator.bat IP Address"); I have attached the screenshot for your reference.Could anybody offer any advice on how I could achieve the above on my form? Many thanksKanagaraj.
Hello,I need to add a custom text "Development Environment" in the header of common view. I want to do it via theme so that it will reflect to all forms which is using the theme. I tried to searched lot of things in the theme.css of my theme, however all i can see is the css, I don't see option to inject the following span tag into into header<span style="font-color:red">Development Environmet</span> how can i implement this? Â
Hi Team, I have created instance of a REST Service in K2 Management and generated smart objects for all REST functions.When i try to invoke smart object from Smart object tester.exe (which is mapped to REST function, which inturn updates a string column in database table), database table gets updates as per the REST function, but i get error as shown in attached image. I have tried Refreshing REST service instance in K2, i have tried creating service instance freshly, still i get same error, any suggestion or help will be appreciated. Below is the error log details:----------------------------------------------------------------------------------------------------------------------------------------------- Severity: ErrorError Message: Broker execution failed. (Inner: Object reference not set to an instance of an object.)InnerException Message:","anonymous","0.0.0.0","<<K2ServerName>>:D:Program Files (x86)K2 blackpearlHost ServerBin","37101320","a9b3890ebae4426f8e3aa692a5b
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.