Unable to checkin view. No account ID specified

I have a customized tabbed user form to create users and whenever i search for some supervisors with LastName or FirstName or accountID, the IDM threw me the above error.Do anybody have any idea about this error?Thanks in advance.G
[259 byte] By [G_identitya] at [2007-11-26 14:29:03]
# 1

dump the context in the workflow before the provision. Sounds like you are not setting waveset.accountId correctly also validate that the "accountId" variable is being set in the workflow.

at the end of the day, you are not passing the users account ID in the user object when checking in the view. Thus the view has no idea what user it is to do work on and blows up, throwing you the error you are seeing.

good luck.

Dana Reed

AegisUSA

Denver, Co

dana.reed@aegisusa.net

danareeda at 2007-7-8 2:23:16 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Thanks Dana.I dumped the accountId in Checkin object in the workflow and could not resolve the problem. Is there any other piece of code i should be looking at.Thank You.G
G_identitya at 2007-7-8 2:23:16 > top of Java-index,Web & Directory Servers,Directory Servers...