I have a simple process to build a new object.
FIND NSCPers WITH NSCPers.MemberStatus = 'P'
Create
Pending WITH
Pending.Address=NSCPers.Address,
Pending.Age=NSCPers.Age,
Pending.BirthDate=NSCPers.BirthDate,
Pending.Branch=NSCPers.Branch,
Pending.City=NSCPers.City,
Pending.DateJoined=NSCPers.DateJoined,
Pending.DatePaid=NSCPers.DatePaid,
Pending.DateUpdated=NSCPers.DateUpdated,
Pending.ExpireDate=NSCPers.ExpireDate,
Pending.FirstName=NSCPers.FirstName,
Pending.Gender=NSCPers.Gender,
Pending.LastName=NSCPers.LastName,
Pending.MemberType=NSCPers.MemberType,
Pending.NextOfKin=NSCPers.NextOfKin,
Pending.SocialSecurityNumber=NSCPers.SocialSecurityNumber,
Pending.State=NSCPers.State,
Pending.UnitCode=NSCPers.UnitCode,
Pending.ZIP=NSCPers.ZIP,
Pending.HomePhone=NSCPers.HomePhone,
Pending.WorkPhone=NSCPers.WorkPhone
Why when I run it does it bring up a display of all instances and require that I select one before executing? The executing flash appears but the progress wheel is not spinning. When I use the close 'x' in the corner of the window the process appears to stop and returns to the configuration tool. When I close the configuration tool the control panel is gone. When I try to start again 'TomCat' doesn't start and I have to reboot the VPS to get everything back to normal.
Does the create have too many parameters?
Vins Nash