You need to sign in to do that
Don't have an account?
Nadia
max poll and poll wait millis attributes
Hi,
I am getting the following error when I try to deploy my code from dv to test environment:
'Request timed out, check max poll and poll wait millis attributes'
does anyone know what this means?
thanks
Message Edited by Nadia on 05-15-2008 01:16 PM
I am getting the following error when I try to deploy my code from dv to test environment:
'Request timed out, check max poll and poll wait millis attributes'
does anyone know what this means?
thanks
Message Edited by Nadia on 05-15-2008 01:16 PM
Your deploy failed as it timed out. The poll options are there for deploying. use the ant script build XML. The default values for pollWaitMillis = 5000 millisec, MaxPoll = 5. Your deploy might sometimes fails even it does not return the expected.
Yes I am using deploy xml files and ant. I have just tried to add pollWaitMillis attribute to my delpy task, but I get his error:
'sf:deploy doesn't support the "pollWaitMillis" attribute'
any idea why?.... I have 10.0 version
thanks
strangely, when I only added maxPoll attribute to deploy task, it recognizezd it and worked fine.