Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
Hello, I am receiveing attached error message when user directly opens Approval Task link from email. If user first login into SharePoint and then try to open Worklist item then user didn't receive this error message. Can you please help me to ffix following issue. ThanksSachin
Hi All, I want to know if there is any way by which I can export the output of a smartobject method to an XML file along with the definitions? RegardsZeeshan
Hello,I have a small issue with assigning user tasks. I have the destination set as a SP group ( I even have a Data field consuming this particular SP group as input to get emails of the users). All the users are sent a notification with Worklist item as link, except one user. And this only happened for three days and everything is back to normal again. And this one user didn't remain constant, on the whole there were 4 worklist items which missed 2 different users when task is assigned to that particular SP group. There wasn't any error. I could see in the View flow that participants for that task missed one user, and at the same time i could populate all the Emails (In Process data) of users in the same SP group onto the Data field (Used for a different Notification Event).Let me know if anyone had an issue similar to this or you happened to have an approach.Thanks,Kaushik
I am trying to terminate a running workflow instance using the following piece of code from C# project. WorkflowManagementServer server = new WorkflowManagementServer();//Define connection stringSourceCode.Hosting.Client.BaseAPI.SCConnectionStringBuilder myConnStr = new SourceCode.Hosting.Client.BaseAPI.SCConnectionStringBuilder();myConnStr.Host = "K2 Application Server Name"; //replacemyConnStr.Authenticate = true;myConnStr.Integrated = true;myConnStr.IsPrimaryLogin = true;myConnStr.EncryptedPassword = false;myConnStr.Port = 5555;myConnStr.UserID = "admin user id"; //replacemyConnStr.WindowsDomain = "domain"; //replacemyConnStr.Password = "password"; //replace//myConnStr.SecurityLabelName = string.Empty;myConnStr.AuthData = string.Empty;//Open connectionserver.Open(myConnStr.ToString());//server.StopProcessInstances(277);server.DeleteProcessInstances(449,true); //you have to know process instance ID - 2nd parameter is deleteLogEntries} Each time, I run this, I am getting the blow give
Due to an upgrade project we would like to prevent K2 from sending mails to the users. We have setup a local smtp server on the windows server 2012 hosting K2. When running through the Setup manager we are getting an error (Connection attempt to the smtp server failed) during SMTP Settings. The local smtp server is working correctly. We have test it by sending mail from powershell. Has anyone succeeded K2 Setup with a local smtp server? Or how do you handle outgoing mails during an upgrade?
Is there a way to prevent a user from changing the URL of a smart form to another record ID that they should not be looking at? If not, is there a way to send information on which user is calling a smart object?
I downloaded HTTP REST BROKER from http://community.k2.com/t5/K2-blackpearl/HTTP-Rest-Broker/bc-p/99556#M822 , Then I registered service instance and created smartobject.I use method 'Http request' to call rest service.Sometime,I can call webservice without error,But sometime I can't call webservice and got message error " '.', hexadecimal value 0x00, is an invalid character ".Moreover, In success case and error case is same data. How should I do?
Kindly provide a proper step by step methods to Convert a Form to PDF format
Hi, I have recently started working on K2, so please take me as a starter on this one. SmartObjects1) I have a SharePoint Smart Object (SpSo1) which lists all vehicle details i.e. ID, make, model, specs etc.2) And I have a SQL Server Smart Object (SqlSo1) where I am saving only the vehicle IDs against the ProcessInstance_Id. ViewThe View is a Smart Object List View which is linked to SqlSo1. In the Edit Section, it has a picker control which is linked to SpSo1, and some DataLabel controls used to display selected vehicle specs. This View also contains the toolbar buttons i.e. Add, Edit, Delete Save, Refresh which execute their relevant functions using SqlSo1. The View also has a parameter called ProcessInstance_Id. WorkingWhen the view loads it should retrieve and load in the List Section (picker column) the list of all vehicle IDs from SqlSo1 saved against provided ProcessInstance_Id parameter. Simultaneously, against each vehicle ID loaded, it should also retrieve and load into the D
Okay. I'm revisiting a question I posted a few months ago...using the Community Exchange mailbox service broker to List Inbox emails and then write the data to a table on my database. Ultimately, it writes the ItemID (the email id) just fine, but the other fields like "to", "from", "subject", etc. get written as "System.String" So... My overall simple workflow looks like this:
I have a button which opens a link to a website. When this link opens in Internet Explorer it appears fine. When the same link is used to open a link in Firefox, the window does not have a scroll bar. ??? Is there an item I should be configuring differently when I add the button? I have noticed that the window in Firefox can move up and down with using the arror keys. Can I force a browser window to have scroll bars?
Hi, I'm trying to transfer a project from Dev to UAT with the Package and Deploy tool. I'm getting several lines (17) of this error: 'xxxxxxxxxx' Form is referencing the 'Control with Guid: <GUID>' property on the 'yyyyyyyyyyyy' View that could not be found. This is happening across two Forms, where the GUID is different for each, and across 4 different Views. How do I debug this? How do I identify the rule that is referencing this control? Is it one of the disabled lines as it is not making issues when running the Form?
Hello, SourceCode.Data.SmartObjectsClient.SODataAdpater class throws an exception 'Object reference not set to an instance of an object.' when the query result header contains spaces. We are using K2 blackpearl 4.6.11. Do we have any cold fix for this issue?
Hi, I need some examples of using Date Filetr in List View. It was working in 4.6.5 version of K2 blackpearl and after upgrade to 4.6.9 it stopped working. I'm using a read only List View which has Start Date field and I'm using expression to filter the dates in the DataLabel to display the Date field from the smart object. Would anyone know of a better way to do filter using date in List View. Really appreciate any help and if you can provider some examples. Thanks,Vasanth Raphael
Hello all,I seem to have an issue with some username changes, I can see the new changes have transferred in from AD correctly and the destination user updating. However,when a user recieves a task they are unable to open the form with an error referring to their old username. Does anyone have any idea how to get round this? Cheers,Martin
Hi, Just been playing around with Redirection of forms. Got the Worklist control on a view. It shows the current items in the list, but when you click on the arrow (on the right side on the page), it shows "Open Form" in the menu. If an Authoriser clicks "Open Form", it goes to the URL and opens the form, but the problem is it's opening the form and the Authorisers details in the form, rather that the original senders... I have initialize rules with populate various text boxes such as name, email, dept etc etc, but this was done to make it easier for the Users. However when the Authoriser opens the form via the worklist, it's take their credentials and doing the same. Can anyone advise for to do the following? 1) When the Authorisers opens the form via the worklist, just use the original senders details in the form 2) Remove the Open form option from the Worklist control altogether? Thanks,
Hello Everyone , We are facing issue while changing text box to text area control "OK" button is not working we are not able to change Text box to text area no error in developer tool bar as well and not validate msg
Expand / Collapse and icon not working at runtime. but working in design time. Any help to resolve. Regards,Raji
Dear All, The picker not showing properly in any browser like IE 11,10,9 or Chrome. Pls find the image (as text entry not showing) Thanks in advance.
Im trying to build a workflow that performs a certain set of actions if the list Item is updated and another set of actions if a list item is created on the same list. I can select multiple events for the workflow to fire..but how do i set the condition at the start of the workflow that determines what event occured? I am trying to avoid building two seperate workflows here, is there a way to do this in 1 workflow?
Hi All,I am looking for a feature where i can create a daily email reminder in an application without workflow. I tried to search around but most of it is asking to create a workflow escalation. For this application I am developing, there are no workflow associated with it. Is there any other way to do Email reminder?
After successfully adding a Web Service to the End Points web service and generating SmartObjects, anytime I try to run the service I get an error "Unable to Desrialized Value SmartobjectName". I have tested this Service and it works. K2 is expecing a single string a input parameter so I paste the entire XML as the parameter but always get the same error. Methods exposed are Read and Read to Serialized item Could it be the Header we're using? If I use the methods exposed in Object Types I find Serialize and Deserialize methods but they just give the same error "Unable to Desrialized Value SmartobjectName" Assistance required. Thanks.
Hi, We are trying to impersonate a user accessing via a K2 SmartForm all the way trough to a 3rd party SQL Server.We are using windows authentication (not kerberos) and the SQL service instance is configured as seen in this screenshot in order to enable the K2 pass-through functionality and impersonation. Running versions: .NET Framework v4.0.30319 K2 Host Server Version: 4.16200.17215.5 SQL Server 2016 (SQL Server 13.0.4446) The K2 service account is sysadmin on the 3rd party SQL Server 2016 When we try to run the smartform in a web browser we get a kill state error message: Running a sql server profile trace we can see that the underlying sql server error message is as follows:”The connection has been dropped because the principal that opened it subsequently assumed a new security context, and then tried to reset the connection under its impersonated security context. This scenario is not supported. See "Impersonation Overview" in Books Online.” Below is a screen shot from the trac
Hi, We are trying to impersonate a user accessing via a K2 SmartForm all the way trough to a 3rd party SQL Server.We are using windows authentication (not kerberos) and the SQL service instance is configured as seen in this screenshot in order to enable the K2 pass-through functionality and impersonation. Running versions: .NET Framework v4.0.30319 K2 Host Server Version: 4.16200.17215.5 SQL Server 2016 (SQL Server 13.0.4446) When we try to run the smartform in a web browser we get a kill state error message: Account "m01adm" runs the HostServer instance, "h02" is the user that runs the smartform. Any suggestions and/or tips is appreciated.
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.