Browse by Tags

All Tags » code   (RSS)
Showing page 1 of 3 (21 total posts)
  • Invalid character in a Base-64 string error

    I am trying to save a completed Infopath form to different form library. I am using the Sharepoint Document wizard. Stepping thru the code it executes the UploadDocumentFromK2Field_ExecuteCode procedure just fine. The problem occurs during the UploadDocumentFromXmlAttachment_ExecuteCode procedure. Error occurs at this statement... Attachments ...
    Posted to General (Forum) by bpapproth on August 25, 2008
  • Re: K2 XML Parser

    I have found the reference to XML again now. It turns out this is in the SourceCode.K2Utilities package/namespace so I assume tha's what you were talking about... Are you saying this is quite stable and is unlikely to be the cause of any problems I have?
    Posted to K2.net 2003 Studio (Forum) by MRShepherd on August 21, 2008
  • Re: Timeout in K2SPSList - CreateWorkspace

    Hi, We've seen an error which is similar. We're also getting the Timeout error and it's not because Sharepoint is actually timing out. In our situation Sharepoint may take a long time to create the workspace if there is a conflict or major load on any of the tables it's writing the data to. This then slows down the creation of the workspace.... ...
    Posted to K2.net 2003 Studio (Forum) by DBK on August 21, 2008
  • Access network shares from BP server events and service objects

    Because server events and service objects are running in the context of a windows service, there are two things to consider when trying to accessing files on other systems from this code: 1) You don't have access to mapped drives.  If you want to access a remote share, access it using the full unc path, such as ...
    Posted to General (Forum) by Joseph on August 14, 2008
  • Call Smartobject method inside a web service

    Hello, I would like to call several smartobject methods from within a web service in order to achieve cascading drop-down list boxes within InfoPath.  I have not been able to dig up anything thus far.  Does anyone have a good explanation on how to execute smartobject methods with code ? What needs to be referenced?  Thank in ...
    Posted to General (Forum) by Naterade11 on August 7, 2008
  • Static ServiceObject Example

    An example of how to build a static ServiceObject against a backend system.
    Posted to Code Samples (FileGallery) by k2eric on July 23, 2008
  • Programmatically retrieve a user's Task List

    I apologize in advance for probably getting the terminology wrong, but I have only been working with K2 for 2 days now. I have an existing workflow with a variety of activities, and I'm creating an aspx page (which will end up in a MOSS site) which needs to display all the items a user is currently assigned (I'm calling it a task list), ...
    Posted to K2.net 2003 Studio (Forum) by dave300 on April 30, 2008
  • SetStartRule-problem

    I'm having a great deal of trouble with K2.Net 2003 trying to use SetStartRule for a delayed execution of a WebService-poll. My process is supposed to check a webservice (which again checks a db for a certain value remote) every 10 min. from now until either the value is correct or it has been more than 100 retries.  The retry works sort ...
    Posted to K2.net 2003 Studio (Forum) by smult on March 13, 2008
  • Default Escalation with custom code

    Hi there, First message in this forum, although I have read a lot of the threads here. Short story: Using code in K2, how do I enumerate through all instances of an activity and how do I force an instance to ''Finish''? Long story:Ok, I have the following situation: Activity ''A'' which leads to ''B'' or ''C'', depending on the outcome. ''A'' ...
    Posted to General (Forum) by hyankov on February 24, 2008
  • Custom Blackpearl User/Role Manager

    Has anyone attempted to use the API to create a custom user/role manager, kind of like this guy did for K2 2003: http://www.k2underground.com/forums/thread/14599.aspx? Is there any documentation out there for using the SecurityManagementAPI for blackpearl?  There is no reference to it in the SDK documentation... On the surface, it seems simple ...
    Posted to General (Forum) by tbyrne on January 14, 2008
1 2 3 Next >