Skip to main content

hi friends,

i am new to k2 five,

how to find the storage location where the k2 five forms, view, workflow, smartobject was stored in the server, i need the exact location. And what is *.kprx and where we can find the file.

 

thanks

Good day  @yasar 

 

May you please see the following:

Understanding K2 Components: https://help.k2.com/onlinehelp/k2five/icg/5.3/default.htm#Plan/Components/Understanding-Components.htm,

SmartBox Service: https://help.k2.com/onlinehelp/k2five/userguide/5.3/default.htm#ServiceBrokers/K2SmartBox/SmartBox.htm,

Advanced SmartObjects: https://help.k2.com/onlinehelp/k2five/userguide/5.3/default.htm#Create/SmartObjects/AdvancedSmartObjects.htm,

K2 Archiving: https://help.k2.com/kb000322,

Best Practices regarding storage of data and using data fields: https://community.k2.com/t5/K2-Blackpearl-Forum-Posts/Best-Practices-regarding-storage-of-data-and-using-data-fields/td-p/55403.

 

K2 blackpearl Extensions, Hands-On Exercises Guide: https://help.k2.com/bp2/guidepdf.

 

Best,

Sunrise


Hi  @yasar ;


 


If your K2 databases have been consolidated or only a single database has been installed, the schemas will reside in a database called by default "K2". Please dive into this schemas as refferenced for each K2 component(https://help.k2.com/onlinehelp/k2blackpearl/devref/4.7/default.htm#Database_Reference.html).


---and the .kprx is a process file legacy extension path  e.g (C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDEItemTemplatesCacheCSharpK2Process.zipProcess.kprx) or (C:K2 SolutionsSmartStartersWorkflowsLeaveRequest.Workflow.Approval.kprx)


 


Addtionally please check with dev ref to load the kprx file path(https://help.k2.com/onlinehelp/K2Five/DevRef/5.3/default.htm#Designtime/WF-Loading.html) through code.


 


I hope it clear things for you!


 


Kind regards;


Widson.


Hello  @yasar ,

 

Please have a look at the following topics:

 

SmartObject Terminology and Architecture

https://help.k2.com/onlinehelp/k2five/userguide/5.1/default.htm#ServiceBrokers/SmartObjectTerminology.htm

 

Architectural Overview of K2 blackpearl

https://help.k2.com/onlinehelp/k2blackpearl/devref/4.7/default.htm#Architecture_blackpearl.html%3FTocPath%3DReference%2520Information%7CK2%2520Platform%2520Architecture%7C_____1

 

 

Logical Architecture for K2 Five

https://help.k2.com/onlinehelp/k2blackpearl/devref/4.7/default.htm#Architecture_blackpearl.html%3FTocPath%3DReference%2520Information%7CK2%2520Platform%2520Architecture%7C_____1

 

How to load a K2 5 kprx into a Persistable Object?

https://community.k2.com/t5/K2-Five/How-to-load-a-K2-5-kprx-into-a-Persistable-Object/td-p/104507

 

 


Reply