D
Dehun
Recently we had a problem where a Project Manager had to approve more
than 60 task from the task approval screen in Project Server 2007
Project Web Access. When they hit select all and then Preview on the
Task Approval Page they got an error on the page. So i recreated the
issue in a different environment and possibly found out that Task
Updates has a limitation of 54 Task That can be approved at once from
that screen. I found out that this is because Internet explorer has a
limitation of 2083 characters that you can place in a post or get for
a URL. So that relates to this case because when you select the button
to approve or preview, it takes all of the task selected and copies
there 36 + 1 character UID into the URL plus the URL Information
before that. In my case I had:
(75 Characters + (55 Task * (36 characters +1) ) ) = 2110 Characters
So since 2110 is greater than the 2083 it errors out. So this means
that we have a limitation on the amount of records we can submit. One
Workaround we are considering is using Automatic rules for approvals.
I was wondering had anyone else ran into this problem?
than 60 task from the task approval screen in Project Server 2007
Project Web Access. When they hit select all and then Preview on the
Task Approval Page they got an error on the page. So i recreated the
issue in a different environment and possibly found out that Task
Updates has a limitation of 54 Task That can be approved at once from
that screen. I found out that this is because Internet explorer has a
limitation of 2083 characters that you can place in a post or get for
a URL. So that relates to this case because when you select the button
to approve or preview, it takes all of the task selected and copies
there 36 + 1 character UID into the URL plus the URL Information
before that. In my case I had:
(75 Characters + (55 Task * (36 characters +1) ) ) = 2110 Characters
So since 2110 is greater than the 2083 it errors out. So this means
that we have a limitation on the amount of records we can submit. One
Workaround we are considering is using Automatic rules for approvals.
I was wondering had anyone else ran into this problem?