> -----Original Message----- > From: Ken�z Attila [mailto:[EMAIL PROTECTED]]
> I am trying to create a database with the create_demo_db.cmd > script (SAPDB Version 7.3.18 on Windows2000 Server). At the > param_adddevspace command dbmcli drops the 24959 message - > ERR_XPOVERFLOW: value out of margin. I ran the script on three > computers, two of them succeeded but the third sent me the > above message every time. I reinstalled SAPDB but it did not help > either. The machine has a Celeron400 processor with 64 MBytes > RAM (this is the weakest of the three machines). Do you have any > suggestions? All the configuration parameters (including the devspaces) are defined in a file env\cserv.pcf. Every parameter has a data type (int2, int4, c8, c18, c24, c40, c64). If the user violates this ranges a ERR_XPOVERFLOW occurs. During the param_adddevspace also the DBMServer sets implicitly some parameters and may violate the data type definitions. It is very strange that the same script has different results on machines with the same operating system and the same SAP DB versions. Did you use the original script? Did you use a filename with more than 40 characters? Which param_adddevspace (with all options) causes the error? Please check your script and the file <sapdbpath>\env\cserv.pcf for differences at the different machines. Bernd -- SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
