Country Area problems

Good evening to everyone.

I am testing Metasfresh using Amazon EC2 (Cloud, WebUI).

There are problems when I try to create a new Country Area.

If I do not change
/System-Administration/Allgemeine Einstellungen/Einstellungen System/Country area/leer
to
/System-Administration/Allgemeine Einstellungen/Einstellungen System/Country area/World
I could not save the the new Country Area.

Otherwise, Metasfresh returns me the following error message:
“Error: Document /W540149/1000000 state is…
Server error
Document /W540149/1000000 state is invalid: Cannot create included document because it’s not allowed. AllowCreateNewDocument: FALSE{ParentDocumentNew} EntityDescriptor: DocumentEntityDescriptor{tableName=C_CountryArea_Assign, fields.count=12}”

I could not add more than one country to the new Country Area.

Metasfresh returns me the following error message:
“Error: Document /W540149/1000001 state is…
Server error
Document /W540149/1000001 state is invalid: Cannot create included document because it’s not allowed. AllowCreateNewDocument: FALSE{A new document already exists} EntityDescriptor: DocumentEntityDescriptor{tableName=C_CountryArea_Assign, fields.count=12}”

Are these problems caused by the use of WebUI?
Or I should set something some variables inside Metasfresh?

Hi Sergio,

the WebUI how it is at the moment is ready for users that want to utilize sales and purcase process. For deep configuration you will need the Java Client as backend UI.
We are progressing fast with our weekly releases so config features are constantly added to Webui as we go.

Kind regards,
Norbert

Good evening to everyone.

I am testing Metasfresh using Amazon EC2 (Cloud) and Swing Java Client (through VPN).

I am using the new metasfresh version (5.5, 14 April).

I have no longer problem when I try to create a new Country Area.

But, currently, I am not able to add any country to the new Country Area.

The followin error appears:
“Konnte Änderungen nicht sichern:
org.postgresql.util.PSQLException: ERROR: null value in column “validfrom” violates not-null constraint
Detail: Failing row contains (0, 0, 110, 1000000, 1000000, 2017-04-18 18:48:53+02, 100, Y, 2017-04-18 18:48:53+02, 100, null, null). SQL: INSERT INTO C_CountryArea_Assign (AD_Client_ID,AD_Org_ID,C_CountryArea_Assign_ID,C_CountryArea_ID,C_Country_ID,Created,CreatedBy,IsActive,Updated,UpdatedBy) VALUES (0,0,nextval(‘c_countryarea_assign_seq’),1000000,110,TO_TIMESTAMP(‘2017-04-18 18:48:53’,‘YYYY-MM-DD HH24:MI:SS’),100,‘Y’,TO_TIMESTAMP(‘2017-04-18 18:48:53’,‘YYYY-MM-DD HH24:MI:SS’),100) RETURNING C_CountryArea_Assign_ID”

I do not know if I should set something else.

Thank you in advance for your time.

Kind regards