Due to the fact that esper does not allow logical reader names to have anything but alphanumeric characters and the underscore character in them, we have limited serviceIDs of all configured services to this character set. In friendlier terms: If you have a ini file that the edge server is using when it starts up, you will need to change the serviceIDs (the part in the brackets) so that it does not contain any illegal characters. For example:
[Alien9800-1] factoryid = Alien9800 Password = password ReaderNumber = 0 ExternalOutput = 0 IpAddress = 127.0.0.1 MaxNumConnectionAttempts = 10 ReconnectionInterval = 500 Port = 20000 Username = alien RFAttenuation = 19 Needs to change to this: [Alien9800_1] factoryid = Alien9800 Password = password ReaderNumber = 0 ExternalOutput = 0 IpAddress = 127.0.0.1 MaxNumConnectionAttempts = 10 ReconnectionInterval = 500 Port = 20000 Username = alien RFAttenuation = 19 You will only need to make this change once. And from now on the edge server will persist configurations correctly. -Kyle -- Kyle Neumeier Technical Lead Pramari, LLC Manchester, CT ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Rifidi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rifidi-developers
