Gogsie
19th January 2006, 03:58
Hello,

I am working with Baan 5.c with SQL Server and Windows 2003 SBS.

I am trying to create a new VCR and keep getting an error message which says "You have no authorization to change the standard". I am logged in as user Baan which is Super User. Can someone please explain what this message means and why this is happening.

Regards

Gogs...

trisulo
19th January 2006, 12:14
Hi,
You can checked in authorization tab in user data session,weather authorize or not for all package VRC'S?

trisulo
19th January 2006, 12:19
Hi,
You can checked in authorization tab in user data session,weather authorize or not for all package VRC'S?

jclju1
19th January 2006, 13:39
New created VRC must have something in third (customer) part - can't be empty. Version name can't be B50, must be B50X. Instead of this X you can use every char except U and L.

NPRao
20th January 2006, 00:25
Refer to the Latest Design Principles Document -
Document Information

Title SSA® Baan Design Principles
Version 2005
Created on 5/26/2005 9:42:42 AM

Package combinations
Definition

A package combination is a set of different package versions that operate together.
Coding standard before iBaanERP5.2b

Code: vvv t r cc z
Characters Description
vvv version
t type (in uppercase)
r release
cc customer code when type = O, C, L, J, D, B
z sequence number

Possible values for type:
Value Description
B business-specific version
C customization by dealer
D dealer-specific version
J junior (compact) version
L localization
O own development by customer
S standard

Examples
Type Version Release Customer Seq. No. Package Comb.
standard 3.1 a --- --- 31Sa
localized 3.2 a fgh 0 32Lafgh0
business 3.1 b qrs 1 31Bbqrs1

Coding standard effective from iBaanERP5.2b

The current SCS for is: pp vvv t rr ccc z
The SCS for can be retrieved from the Package VRC by removing:
the package (pp),
one position of the version (v)
one position of the release ( r)
So the Package Combination becomes:
Code: vv t r ccc z
where:
Characters Description
vv Version
t Type (in uppercase)
r Release
ccc Customer code when type = O, C, L, J, D, B
z Sequence number

Possible values for type:
Value Description
B Business-specific version
C Customization by dealer
D Dealer-specific version
J Junior (compact) version
L Localization
O Own development by customer
S Standard
U Update Level (for PMC) (new)
X Export Level (new)
M Maintenance Level (new)

Example
Package VRC: whB52Ca5fgh1
Package Combination: 52Cafgh1
The package combinations that are used during development of a new release may also be coded as follows: vv t r cc zz (one c is replaced by a z)
Examples
Example of development package combination: 52Sasy22
When releasing the finished product this package combination becomes: 52Sa
Other Examples:
Type Version Release Customer Seq. No. Package Comb.
Standard 3.1 a --- --- 31Sa
Localized 3.2 a fgh 0 32Lafgh0
Business 3.1 b qrs 1 31Bbqrs1
Development new release 5.2 a sy 22 52Sasy22