Hi Dw,
We have a really critical problem with the ItemCreator in one of our solutions, as it is used to create new jobs, but in most cases the creation fails.
According to the attached screen dump there is a check on the newly created page if it is "Published" and if it is not published it makes a redirect in SETID method, but there should not be a redirect when creating a page with the ItemCreator.
The problem arises secondarily because "active page from" on a page is created with DateTime.Now, while the comparison with Dates.DWNow () contains only seconds, thus becoming the comparison wrong.
See the declaration of "ticks" on the left side of the screen.
Best regards, Anders