Hi
I wanna retrieve the no of Uids that satisfy a specific condition.Tht count is arnd 800K.....if i run a unix query against the server directly....it produces me an output in 5-7 mins but if i do the same using my c# code the query runs for an hour and finnaly times out after an hr which is the timelimit for any search for that server.
i donot understand why this is happening?Can please someone help me in this...i tries using paged search also but my code in not allowing me to set the PageSize property.Also the MaxpageSize limit set on my server is unlimited.
please help??
I wanna retrieve the no of Uids that satisfy a specific condition.Tht count is arnd 800K.....if i run a unix query against the server directly....it produces me an output in 5-7 mins but if i do the same using my c# code the query runs for an hour and finnaly times out after an hr which is the timelimit for any search for that server.
i donot understand why this is happening?Can please someone help me in this...i tries using paged search also but my code in not allowing me to set the PageSize property.Also the MaxpageSize limit set on my server is unlimited.
please help??