Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Notifications
Clear all

Weird WBS

5 Posts
2 Users
0 Reactions
5,628 Views
(@adrien_obs)
Posts: 19
Active Member
Topic starter
 
[#535]

Hello,

I might have found a problem. In order to import huge set of activities from CVS file, I truncated Activity, Planningelement, dependency, work and assignment tables.

As ALTER TABLE activity AUTO_INCREMENT=0 didn’t work for me, truncate was an easy way to get id(s) cleaned. I wanted to start from 0 because I’ve already got a set of data with id and parent id starting from 0.

Import was great until I found that the WBS was weird at a certain point. I reproduced the problem with 2 tasks.

I assume that’s because of my Truncate, but it’s doesn’t seem normal to me.

Best,


 
Posted : 23 May 2012 19H13
(@adrien_obs)
Posts: 19
Active Member
Topic starter
 

It comes from my project’s WBS number (WBS=2). On my planning the project is placed at position WBS=2 even if there are tasks with WBS=1.

That doesn’t make sense, project’s WBS should me null or equal 0 I guess.

Best,


 
Posted : 24 May 2012 12H49
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

No,
WBS should never be null.
But WBS for activities should never be 1.

Exemple :
1 => Project 1
1.1 => Task of project 1
1.2 => SubProject of project 1
1.2.1 => Task of SubProject of project 1
1.2.1.1 Sub task
1.2.1.2 Other sub-tack
and so on...


 
Posted : 24 May 2012 13H46
(@adrien_obs)
Posts: 19
Active Member
Topic starter
 

Ok, so if WBS for project is 3. Your example would be ?? :

Exemple :
3 => Project 1
3.1 => Task of project 1
3.2 => SubProject of project 1
3.2.1 => Task of SubProject of project 1
3.2.1.1 Sub task
3.2.1.2 Other sub-tack


 
Posted : 24 May 2012 13H49
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

Yes


 
Posted : 24 May 2012 14H44
Share:

Scroll to Top