Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
I have gone thru several related posts but nothing helped. Here is what I have done so far.Downloaded ODAC and installed on K2 server from http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html Tested ODBC from server. Test was succesful Restarted server. Tried to create Oracle service instance from Workspace. Error "Input String was not in a correct format". On wizard there was no option for input string. Tried to register Oracle service instance from Tester. Got error "Could not load file or assembly SourceCode.SmartObjects.Services.Oracle". File is there on server and there is no "Unblock" option in properties. Please see attached for more details. Any help is appreciated.
I'm calling a smartobject from a workflow within visual studio. The smartobject creates a record and I'm looking to get the return identity key value. But, the number is always 0. What am I missing? Can you point me to a reference that explains?
Hi where do I enable workflow and smart object reporting? I am not able to find this.
Has anyone set up Resource Based Constrained Delegation from Win2012+ for K2? https://technet.microsoft.com/en-us/library/hh831477.aspx#BKMK_kerb_const_del_domains https://technet.microsoft.com/library/hh831747.aspxÂ
Hi I have installed VS2015 on a client machine and then installed K2 BlackPearl 4.6.11 client tools onto same.All seemed to go as planned... however:When conneting to the dev server the server cannot be found.When connecting to the pre-prod server the server can be found, and package and deployment works, but when using the K2 Object browser to list Smart Objects I am getting a connection error 'the target machine actively refused it'.The K2 Service Object Designer is not present in VS. The client and servers are all in the same domain. Any thoughts on what to investigate? Thanks in advanceÂ
Hello, I've try to update K2 feature in K2 for SharePoint config wizard but it stuck at pending, this happens in our K2 failover server, anyone happens to get the same issue?Â
Hi Guys, So I am experiencing the error as typed in the Subject line. The weird thing is, my SmartForms runtime is up and running, works like a crea, but fails on the K2 for SharePoint - App deployment. Please see the attached screen grab. We have tried reconfigure SF and K2, repair SF and K2 and just for the heck of it upgraded to the August CU for 4.7.Any help would be greatly appreciatedRegardsPieter
In my workflow I have parallel approval. I have assigned task to Approval "A" and Approval "B" in parallel. A and B can have more than one user.So when ata Approval A any one rejects then task for Approval B should be deleted automatically and vise versa. How can I do this in K2 studio or designer workflow? Do I need to do any custom code? Thanks,Prafull
Hi, I have few workflows that were developed by different developers. Workflows have been originaly created under differen Categories in K2 Designer like [developer name]/Workflow Name. I was using Move To menu to move all workflows under single Category [Workflows] but after deployment to another server all workflows have been plased under original Categories like  [developer name]/Workflow Name. Looks like Workflows remain it's original system names. How to rename Workflows and keep it under single category after deoployment using K2 Deployment package?  Regards, Oleg
I'm wanting to "variablize" where items are created in SharePoint, such that if I have a fixed definition of a list (name and columns) I want to be able to dynamically decide at runtime which site collection to drop the item in. It seems like all of the wizards and smartobject methods are fixed to a particular site collection. Do I have to build my own broker?
In Sharepoint has firstname and last name, but in k2 AD cant able to get first name and last name there is no fields in defult,any option to get first name and last nameÂ
I am new to K2 Blackpearl and the first workflow I'm working on creating has the following scenario that I"m not sure how to handle.There are six departments and there are managers within each of those departments. The process for appoving something that is for publication is that if the person is from the Accounting Department, the manager from within the Accounting Department cannot be the approver. I have all of the mangers in an Active Directory group, but is there a way within the workflow to indicate that only the managers in that Active Directory group that are not from the Accounting Department are allowed to approve? Right now, someone in Marketing is manually selecting one manager at a time to check with and if they don't respond, she goes onto the next one. Obviously, it is a perfect scenario to create into a workflow.  Looking for advise on making this happen.
Hello Guys, I have created SmartObject on top of SQL table which has one column Amount with datatype as decimal(30,10) and am able to save and retrieve upto 30000000000000.0000000000 (14 digit no) from DB. When I enter Amount as 300000000000000.0000000000 (15 digit no) then I am able to save the value in DB but it throws below error while retrieving the value from DB. Error: The given value of type SqlDecimal from the data source cannot be converted to type decimal of the specified target column. I tried with different options like changing the datatype of Amount column to decimal(38,10), decimal(38,16) etc but no luck. Any idea why I am getting this error ? Thanks in Advance. Regards,MayurÂ
I was working through the K2 Training Exercise and got to the workflow deployment. When I chose to deploy, the deployment failed. Has anyone else experienced this or can someone help? I'm working with version 4.7. Here is the failed text: System.IO.FileNotFoundException: Could not load file or assembly 'SourceCode.Workflow.Design.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d' or one of its dependencies. The system cannot find the file specified.File name: 'SourceCode.Workflow.Design.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d'  at SourceCode.WebDesigner.Authoring.Forms.GenerateProcess.ProcessSetup(DefaultProcess& newProcess, XmlDocument InputData, XmlDocument xmlProcess, String ProcessName, String ProjectName, String UserName)  at SourceCode.WebDesigner.Authoring.Forms.GenerateProcess.Generate(String LocalHostConnection, String UserName, Int32 ProcessID, String InputData, String ProcessXML, String SqlConnectionString, Str
Hello, I wanted to achive following results for one of my application created using SP List.. Can someone please help me on how to use following controls? 1) I want to retrieve AD First Name and Last Name string. I am able to retrieve only Display Name and try to split it using Split function. However I do not see Split function available in K2.2) I want to upload multiple files and save it when user clicks on Save button using List. Then when user clicks on Edit button to retrieve List record all file attchemnts should get loaded. However I am only able to load List record not File atatchments.Here I tried to use default File Atatchments List view. Thanks in advance! Sachin
I think the performance would be faster in VS2017 for large process diagrams.
Hi..  I have two servers one for dev and other for prod. i regularly switch the enviornment settings from dev to prod and vice versa. Recentely i bumped into an exception. 1 when i was trying to open a SmartObject method and tried to reconfigure it using Smart object method wizard  i got and exception.with heading as "Object Reference not set to an instance of an object" and below is the additional info SourceCode.SmartObjects.Wizardsat SourceCode.SmartObjects.Wizards.Methods.Pages.ServiceMethodMapping.OnActivate()at SourceCode.Workflow.WizardFramework.WizardPage.SourceCode.Framework.IWizardPage.Activate()at SourceCode.Workflow.WizardFramework.PropertyWizard.ActivateCurrentPage()at SourceCode.Workflow.WizardFramework.PropertyWizard.OnNavigateToPage(WizardPage destinationPage, Direction direction)at SourceCode.Workflow.WizardFramework.PropertyWizard.set_CurrentPage(WizardPage value)at SourceCode.Workflow.WizardFramework.PropertyWizard.OnNext(IWizardHostService host)at SourceCode.Workflo
Hello, I am using worklist item link from workflow context browser in Smart forms client event to generate approval link. It was working fine but from last few days this link ask for authentication when clicked. And I found this worklist item link in email is now pointing to https://servername/designer/runtime instead of https://servername/runtime/runtime. Any suggestions how can I fix or what could have cause this issue. The link works fine if I manually change link to https://servername/runtime/runtime
We have a custom asp.net application and we are calling the smart forms inside the application in iframes, we are trying to authenticate the user in the asp.net application and when we load the iframe we don't need to relogin through the k2 form. Is there a way to make our custom login page and after login to open the smart forms inside the iframe without having to reenter the password.
Hi Team,Could you please provide me details on below queries 1. What is alternate to Smartforms2. Is there any other integration to store documents other than Sharepoint?3. WHat is the  alternate options on 2FA (multi factor Authentication) ? Â
Something a bit more light hearted, who's a big fan of the Literal property....? I only recently discovered by fluke just how much easier form design is when using Literal for labels, data labels and controls etc. Before i've had a Santas sack of Labels and text boxes underneath each other, which made forms messy and a pain when using borders to isolate Information.However, clicking the Literal box and then using HTML in text has opened by a much easier way to put text on forms and have it look exactly how you want and you can achieve all this within one label control. As well as uncovering problems, it's nice to discover features that make K2 that much easier to use. Anyone else feeling the love for da "Literal" property?
Hi There, it would be great help if anyone can help in this. I have thridparty WCF Service which takes one paramter as a complex object for example Employee ={name, email, employeeid} It could able to create the reference via Smartobject Services.--> Endpoints WCF However when i try to create a new smartobject service out of this the field Employee Shows up as Memo And i am stuck.. How do i send the data as employee object..Note i am using k2 designer / k2 Studio to create smart objects and running 4.6.11. Any workaround or steps would be a great help..
Hi , we have SharePoint 2013 and K2 blackpearl, just wondering how to build a view to populate the all item or document versions.
I was wondering if anyone knows how to map the MESSAGE field of the RETURN0 structure from BAPI_MATERIAL_SAVEDATA. Â All of the other structures and fields are available except the fields from the RETURN0 structure.
Has anyone every used K2 to copy an email from an Exchange Inbox to a SharePoint List with the attachments?
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.