Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Sometimes database is not getting updated after Data deploy
shivgaytri
Hi,
I am trying to deploy data from DCR to database.Some times Database is getting updated but sometimes i am getting the below error.
***ERROR - Starting deployment.
Reason from server: DEPLOYMENT_NOT_QUEUED
Details : Deployment FAQPage_WK is already running. Request to start it now cannot be done. Rejecting request
I have already tried -inst and -odinst options, but these options are not working...(may be both job hitting same record in database so that deployment get failed)
Can anyone help me to find out the problem?
Regards
Shivendu
Find more posts tagged with
Comments
nipper
What parameter are you using after the -inst ? I usually do something like -inst $WFID if I am running in a WF (and the perl variable $WFID has the ID)
shivgaytri
I am using this:
my $range = 1000;
my $random_number = int(rand($range));
something like -inst $random_number