FriedEgg, Hope you're doing well. I tried your suggestions on a couple of occasions. Unfortunately, I cannot seem to find the log file on my computer with the additional debug information for proc http. I saved the following to a properties file (used notepad to create it): log4j.appender.FILE=org.apache.log4j.FileAppender log4j.appender.FILE.File=wire.log log4j.appender.FILE.layout=org.apache.log4j.PatternLayout log4j.appender.FILE.layout.ConversionPattern =%d %5p [%c] %m%n log4j.logger.httpclient.wire=DEBUG, FILE Here are my jreoptions in the SAS configuration file: -JREOPTIONS=( -DPFS_TEMPLATE=!SASROOT\tkjava\sasmisc\qrpfstpt.xml -Djava.class.path=C:\PROGRA~1\SASHome\SASVER~1\eclipse\plugins\SASLAU~1.JAR -Djava.security.auth.login.config=!SASROOT\tkjava\sasmisc\sas.login.config -Djava.security.policy=!SASROOT\tkjava\sasmisc\sas.policy -Djava.system.class.loader=com.sas.app.AppClassLoader -Dlog4j.configuration=file:/C:/log4j.properties -Dsas.app.class.path=C:\PROGRA~1\SASHome\SASVER~1\eclipse\plugins\tkjava.jar -Dsas.ext.config=!SASROOT\tkjava\sasmisc\sas.java.ext.config -Dsas.jre.libjvm=C:\PROGRA~2\Java\jre6\bin\client\jvm.dll -Dtkj.app.launch.config=C:\PROGRA~1\SASHome\SASVER~1\picklist -Xms128m -Xmx128m ) Do I need to use a debug option in my code to see the log with the proc http header info? Thanks very much, Bill
... View more