Unable to send e-mail from Infopath field

  • 8 October 2010
  • 3 replies
  • 4 views

Badge +1

I've setup an Infopath for with an e-mail text field and have it assign to an E-mail Event on K2 Studio to send out an e-mail but the e-mail isn't sent out. It works however when I manually type and e-mail address on the field. I've checked the log file nad saw an error that maybe part of the issue. Anyone can help me out here?


 


11:45:08","Error","General","1","GeneralErrorMessage","URM SERVER [FindGroups [string userName, IDictionary<string, object> properties, string labelName, string extraData]]","1 A referral was returned from the server.
|   at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
   at System.DirectoryServices.DirectoryEntry.Bind()
   at System.DirectoryServices.DirectoryEntry.RefreshCache()
   at ADUM.K2UserManager2.GetDirectoryEntry(String path)
   at ADUM.K2UserManager2.FindSecurityGroupsWithDefault(String User, String Name, String Description, String domainLDAP, String uOrgUnit)
   at ADUM.K2UserManager2.FindSecurityGroups(String User, IDictionary`2 properties)
   at SourceCode.Security.Providers.K2UMProvider.K2UMProvider.SourceCode.Hosting.Server.Interfaces.IRoleProvider.FindGroups(String userName, IDictionary`2 properties)
   at SourceCode.Security.UserRoleManager.Runtime.UserRoleManagerServer.FindGroups(String userName, IDictionary`2 properties, String labelName, String extraData)","anonymous","0.0.0.0","HAWOSSPVMDEVFE1:C:Program Files (x86)K2 blackpointHost ServerBin","696595","53c81bb3218842059f65c01001b5097a",""
"696596","2010-10-07 11:45:08","Error","System","2025","InternalMarshalError","SourceCode.Hosting.Server.Runtime.HostServerBroker.InternalMarshal","2025 Error Marshalling SourceCode.Security.UserRoleManager.Runtime.UserRoleManagerServer.FindGroups, A referral was returned from the server.
","system","::1","HAWOSSPVMDEVFE1:C:Program Files (x86)K2 blackpointHost ServerBin","696596","bebed8bca2ca4db49f919dbdaca6266d",""
"696597","2010-10-07 11:45:08","Error","System","2025","InternalMarshalError","SourceCode.Hosting.Server.Services.TCPClientSocket.InternalMarshal","2025 Error Marshalling SourceCode.Security.UserRoleManager.Runtime.UserRoleManagerServer.FindGroups, A referral was returned from the server.
","system","::1","HAWOSSPVMDEVFE1:C:Program Files (x86)K2 blackpointHost ServerBin","696597","49132521a9bf45d399c3352797f4d14f",""
"696598","2010-10-07 11:45:08","Error","Unknown","8060","ProcessPacketError","SourceCode.Hosting.Server.Services.TCPClientSocket.ProcessPacket","8060 ProcessPacket Error, A referral was returned from the server.
","system","::1","HAWOSSPVMDEVFE1:C:Program Files (x86)K2 blackpointHost ServerBin","696598","b157e152447c4648a00218558b6d7c27",""
"696599","2010-10-07 11:45:08","Debug","Unknown","8040","IOCPThreadProcessingBytes","SourceCode.Hosting.Server.Services.TCPIOCPService.WorkerThread","8040 Processing 1432 IOCP Bytes Related To 10.0.1.212:127","system","::1","HAWOSSPVMDEVFE1:C:Program Files (x86)K2 blackpointHost ServerBin","696599","404961716f07432797b751d22b3ca0a7",""
"696600","2010-10-07 11:45:08","Debug","Unknown","8036","BytesSent","SourceCode.Hosting.Server.Services.TCPClientSocket.ProcessIOCPEvent","8036 Sent 1432 Bytes to 10.0.1.212:127","system","::1","HAWOSSPVMDEVFE1:C:Program Files (x86)K2 blackpointHost ServerBin","696600","629d007d7c7d443dafacfc1bbff1a0db",""
"696601","2010-10-07 11:45:08","Debug","Unknown","8037","SendBytes","SourceCode.Workflow.Runtime.ClientConnection.ProcessICOPEvent","8037 Sending 10.0.1.212:486 Bytes to 576","anonymous","0.0.0.0","HAWOSSPVMDEVFE1:C:Program Files (x86)K2 blackpointHost ServerBin","696601","790f3f72d71f43bb84a41656a83093c9",""
"696602","2010-10-07


3 replies

Userlevel 4
Badge +14

Hi


What I would suggest is to drop the email field in the mail body so we can see how it is resolved if resolved. Also refer to http://technet.microsoft.com/en-us/library/cc978014.aspx


What does your environment look like, ie, how many domains etc…


Vernon

Badge +1

I've resolved the issue by creating a new process because the previous process before didn't map the metadata correctly. It seems like K2 Studi will not remap metadata correctly after a new field is added to an Infopath form.

Badge +2

In native InfoPath adding fields only works well if you add them to the end of the schema, or the end of a section in the schema.  Inserting a new field in the middle of an existing schema can cause problems.  This may be why K2 is having problems.

Reply