Thank you for your valuable feedback. I will forward your message to the support. : Good morning! : I finally have a working GetJobList program. I wrestled with it all : afternoon, and finally discovered that the 'getjoblist' method is no : longer supported. : I changed the example code to use 'getjoblistex' instead, and everything : worked fine. Beautifully, in fact! : I noticed that the documentation for 'getjoblistex' in the pdf on page 34 : specifies a parameter of 'propertylisy' instead of 'propertylist'; also, : the 'no serial number' message that gets printed in the Java Console warns : transgressors of 'sever' penalties instead of 'severe'. : The snippet of code from the sample program: myConnection.connect(hostName, : portNo.intValue(), userID, serial, connectString); : should read: myConnection.connect(hostName, portNo.intValue(), userID, : userPass, serial); : Now I will try out some other API calls.
|