DCS showing wrong campaign status

For bug reports and fixes, installation issues, and new ideas for technical features.

Moderator: SEOW Developers

Post Reply
CN_Vertex
Posts: 20
Joined: Mon 04 Jun 2007 1:25 pm

DCS showing wrong campaign status

Post by CN_Vertex »

Hi all,

Just after analyzed last mission, DCS shows active the "Build Next Mission" button. Two days after that, I've just opened it and it now shows active the "Analyze Last Mission" one. No change have been done in SEOW MP or DB.

Is ther a DB field that can be edited to change this status? DCS "thinks" that mission have been built, but thats not true.

Thanks!
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Hi Vertex,

Sometimes, when Analyze times are very long, the DCS tends to lose connection to the DB and the final status command is not issued. The table Sector_Status contains the status information. Here are a few lines from a recent successful campaign:

Code: Select all

2	Italy	Initialized	194209011200	Genova.mis	4
3	Italy	Built	194209011300	SE-Genova-194209011300.mis	1
4	Italy	Analyzed	194209011300	eventlog_SE-Genova-194209011300.lst	3
Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

Image
CN_Vertex
Posts: 20
Joined: Mon 04 Jun 2007 1:25 pm

Post by CN_Vertex »

Thx 4Shades, I'll study these example to fix my seow's DB :wink:

Is there a DCS limit to close connection?, maybe I should try to elevate it to avoid this problem.

Thx again.
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

No, the connection is closed by the MySQL server I think. The DCS will keep trying forever.

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

Image
Post Reply