Java Tool to Reset E1 Passwords (JXMLSec)

jdeKrnl

jdeKrnl

Active Member
CNC Administrators often need to perform bulk password resets for Oracle EnterpriseOne user IDs. The attached document contains step-by-step instructions on how to build a Java GUI tool that can assist you in this task. It can also serve as a good introduction to XML interoperability and Java.

If you find this tool useful (or if you run into any issues while trying the steps), please leave a comment. If you modify this tool to add functionality - or use it as guideline for completely different solution - please post your code so all of us can benefit.

Created and tested using EnterpriseOne 8.12, 8.96_C1, JDK 1.4.2_10. Let me know if you need ERP 8.0/Xe version.

Cheers,
 

Attachments

  • 111951-JXMLSec.doc
    117.5 KB · Views: 1,033
This is a wonderful tool. I could easily create the tool as per the instructions given in the document. Thank you very much jdekrnl

Regards,
Manohar
 
Attached is document with steps to create Xe/ERP 8.0 version of this app.

Cheers,
 

Attachments

  • 112687-JXMLSec733.doc
    118 KB · Views: 610
can we use this tool on the E812?
When i build the java,
error:
JXMLSec.java:8: package com.jdedwards.system.xml does not exist
import com.jdedwards.system.xml.XMLRequest;
^
JXMLSec.java:9: package com.jdedwards.system.net does not exist
import com.jdedwards.system.net.JdeNetTimeoutException;
^
JXMLSec.java:10: package com.jdedwards.system.net does not exist
import com.jdedwards.system.net.JdeNetConnectFailedException;


What can i do?
 
Is it possible do that in 8.11 Standalone? How to do that?

Thanks,
David
 
Hi,
I want to use this tool in JDE EOne 9.0. Can you please share the details for JDE 9.0 tool usage?

Regards,
Pawan
 
Back
Top