AS/400 SM Agent Install

Jeremy M.

Jeremy M.

Well Known Member
I am in some desperate need of AS/400 help. I do not know AS/400 at all and I need to install the SM Agent on a AS/400 box. I am sure I am just missing something. Here is my current approach:

1. I am logging on from a windows machine using PCSWS.EXE and logging in as JDEQSHB.

2. At the command line I type: QSH

3. I type cd / to get to the root folder where the SETUP.JAR is located.

4. I tried using this command to launch the installer with no luck (I got it from the Server Manager Guide):

runjva class(run) parm('-console') classpath('/QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar: /setup.jar')

I already verified the path of the jt400.jar. Can anyone walk me through running this SETUP.JAR to install the SM Agent?
 
Hi,

Move your SETUP.JAR to /tmp and launch it from there.
If I memory doesn't fail, security on / folder was too
restrictive for SM Agent install.
 
firt try adding a '/' at the beginning of the command


/runjva class(run) parm('-console') classpath('/QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar: /setup.jar')


NOT

runjva class(run) parm('-console') classpath('/QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar: /setup.jar')
 
Here is what I get:

qsh: 001-0050 Syntax error on line 3: token"(" not expected.
 
I tired out both suggestions, moving the file to /tmp and running it with a / in front. Both times I got the same that I reported previously.
 
Hi,

Check there's no space between : and /

/QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar:/tmp/setup.jar
 
Jeremy, can you get someone to sign you on as QSECOFR and run the same command with the same syntax from command entry instead of QSHELL. Also, do you have Licensed Program 5722JV1, Option 7 Java Developer Kit 5.0? Not sure if the LPP would be an issue or not but it is an MTR. Does user JDEQSHB have required rights?
 
Same error:

qsh: 001-0050 Syntax error on line 3: token"(" not expected.
 
Mil,

I know I am meeting the MTR's. This AS/400 machine already has 1 SM Agent already installed but, not by me. By running it from the command and not the QSHELL I got a different error.

java.lang.NoClassDefFoundError: run
at java.lang.Throwable.<init>(Throwable.java:195)
at java.langLinkageError.<init>( LinkageError.java:36)
at java.langNoClassDefFoundError.<init>(NoClassDefFoundError.java:40)
Java program completed with exit code 1

Why is this so hard! Thanks everyone for the help... I believe we are getting somewhere.
 
Everyone,

Problem solved!

It was a combonation of Mil's advice plus Sebastian Sajaroff advice. I had to remove the space that the Server Manager Guide has and also run it from the menu instead of the qshell.

Thanks JDEList!
 
aha - I was going to suggest running from the command line instead of qsh... but then I re-read the last post!
 
Hi Jeremy

My English is not very good, but try to explain

For tools release 8.97 and 8.98 you must have Java Developer Kit 1,5 on your iSeries. If there are other versions like 1,3 or 1,4 you need to uninstall and live only the version 1,5. If you don't do that the installation fail.

To install Server Manager Agent:
runjva class(run) parm('-console') classpath('/QIBM/ProdData/http/Public/jt400/lib/jt400.jar:/setup.jar')

To uninstall Server Manager Agent:
runjva class(run) parm('-console') classpath('/QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar:/JDEDWARDS/JDE_HOME/_uninst/uninstall.jar')

To start Server Manager Agent:
SBMJOB CMD(STRQSH CMD('cd /JDEdwards/JDE_HOME/bin;./startAgent &')) JOB(STARTAGENT) JOBQ(QTXTSRCH)

To stop Server Manager Agent:
SBMJOB CMD(STRQSH CMD('cd /JDEdwards/JDE_HOME/bin;./stopAgent &')) JOB(STOPAGENT) JOBQ(QTXTSRCH)
 
Well now I have a huge problem. Here was my goal in doing this. This AS/400 box runs everything... database, enterprise, and web. The original problem I was having was because so many managed instances were using the same management agent Oracle suggested that I install the agent again in a different location and split the load basically. I was able to install the second management agent and I set it up to manage the Enterprise service and my goal was to leave the Web services on the original management agent. After adding the Enterprise service to the second management agent all jobs would not processes and remained in a waiting status. After rebooting the Enterprise service it would not come back up. Here is the only log and error I get:

7580/26737 MAIN_THREAD Tue Sep 8 16:57:19.740496 ipcmisc.c299
process 7580 <E812SYS/JDENET_N> registered in entry 46

7580/26737 MAIN_THREAD Tue Sep 8 16:57:19.934872 ipcmisc.c299
IPC2100017 - createIPCMsgq (name Net7580Q) failed, errno=3404: No space available..

7580/26737 MAIN_THREAD Tue Sep 8 16:57:19.945352 jdedebug.c3180
PSTHREAD_MTX: psthread_mutex_destroy() invalid handle

7580/26737 MAIN_THREAD Tue Sep 8 16:57:19.945592 jdedebug.c3180
PSTHREAD_MTX: psthread_mutex_destroy() invalid handle

7580/26737 MAIN_THREAD Tue Sep 8 16:57:19.946408 ipcmisc.c299
API ipcSawUnregisterProcV1 : process 7580 unregistered in entry 46

Here is my JDE.INI. I have a feeling that the JDE.INI was changed during this processes. It will take some time to retreieve a backup of this file so I wanted to see if anyone could see anything wrong with it. I did change back the section that references which agent manages it.

; JD Edwards initialization file INI(JDE)
; AS/400 specific version - E812

[JDE_CG]
CLASSPATH=/E812SYS/classes/xalan.jar:/E812SYS/classes/xerces.jar:/E812SYS/classes/kernel.jar:/E812SYS/classes/XTS.jar:/E812SYS/classes/log4j.jar:/E812SYS/classes
ServerPackageSleep=60

[DEBUG]
Output=NONE
DebugFile=/JDE812/JDEDEBUG
JobFile=/JDE812/JDE.LOG
JDETSFile=/JDE812/JDETS.LOG
LogErrors=1
ClientLog=0
KeepLogs=1
RunBatchDelay=0
TAMTraceLevel=0
TamTraceLevel=0
Thread Trace Level=0
QKLog=0
RepTrace=0
CloseFiles=0
runprintDelay=0
TransactionLog=NONE
EVNDelay=0
DumpLPDS=1
TraceRowSecurityFetch=FALSE
DataPointerTracing=false
CMTrace=0
CacheInfoFrequency=0
CMTraceFilter=ALL

[JDEMAIL]
Rule1=90|OPT|MAILSERVER=gmsmtp01.oraclecorp.com
Rule2=100|DEFAULT|[email protected]
Rule3=110|DEFAULT|[email protected]
Rule4=120|DEFAULT|[email protected]
Rule5=130|OPT|MERGELOCAL=1
Rule6=140|OPT|UPDATELOCAL=0
mailServer=mail

[SVR]
EnvironmentName=PS812
LibraryListName=PS812
SpecPath=specfile
ApplicationPathAddendum=
HelpPath=helps

[INSTALL]
;POSTSCRIPT_ONLY=1
DefaultSystem=/E812SYS
B9=
Double_Byte=0
LocalCodeSet=US_EBCDIC
MetadataCommitRowCount=1000
PackagePath=package
LocalCodePage=37

[JDEIPC]
maxNumberOfResources=2000
maxNumberOfSemaphores=1000
startIPCKeyValue=2101
avgResourceNameLength=15
maxMsgqEntries=1024
maxMsgqBytes=65536
ipcTrace=0

[JDENET]
serviceNameListen=6014
serviceNameConnect=6014
maxNetProcesses=4
maxNetConnections=800
netShutdownInterval=15
maxKernelProcesses=143
maxKernelRanges=32
netTrace=0
enablePredefinedPorts=1
enterpriseServerTimeout=0
netBroadcastAddress=INADDR_BROADCAST
useKeepAlive=0
netCoreDump=0
kernelDelay=0
krnlCoreDump=0
statsUpdateInterval=0
netChildCheck=5
maxNumSocketMsgQueue=200
maxIPCQueueMsgs=100
internalQueueTimeOut=30
FilePacketBufferSize=32768
netTemporaryDir=/JDE_HOME_ENT/targets/S1035EE2_Ent/temp
netHostName=

[JDENET_KERNEL_DEF1]
krnlName=JDENET RESERVED KERNEL
dispatchDLLName=JDENET
dispatchDLLFunction=JDENET_DispatchMessage
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF2]
krnlName=UBE KERNEL
dispatchDLLName=JDEKRNL
dispatchDLLFunction=JDEK_DispatchUBEMessage
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF3]
krnlName=REPLICATION KERNEL
dispatchDLLName=JDEKRNL
dispatchDLLFunction=DispatchRepMessage
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF4]
krnlName=SECURITY KERNEL
dispatchDLLName=JDEKRNL
dispatchDLLFunction=JDEK_DispatchSecurity
maxNumberOfProcesses=7
numberOfAutoStartProcesses=1

[JDENET_KERNEL_DEF5]
krnlName=LOCK MANAGER KERNEL
dispatchDLLName=JDEKRNL
dispatchDLLFunction=TM_DispatchTransactionManager
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF6]
krnlName=CALL OBJECT KERNEL
dispatchDLLName=XMLCALLOBJ
dispatchDLLFunction=XMLCallObjectDispatch
maxNumberOfProcesses=100
numberOfAutoStartProcesses=0
singleThreadedMode=Y
ThreadPoolSize=20
ThreadPoolSizeIncrement=5

[JDENET_KERNEL_DEF7]
krnlName=JDBNET KERNEL
dispatchDLLName=JDEKRNL
dispatchDLLFunction=JDEK_DispatchJDBNETMessage
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF9]
krnlName=SAW KERNEL
dispatchDLLName=JDESAW
dispatchDLLFunction=JDEK_DispatchSAWMessage
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF10]
krnlName=SCHEDULER KERNEL
dispatchDLLName=JDEKRNL
dispatchDLLFunction=JDEK_DispatchScheduler
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF11]
krnlName=PACKAGE BUILD KERNEL
dispatchDLLName=JDEKRNL
dispatchDLLFunction=JDEK_DispatchPkgBuildMessage
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF12]
krnlName=UBE SUBSYSTEM KERNEL
dispatchDLLName=JDEKRNL
dispatchDLLFunction=JDEK_DispatchUBESBSMessage
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF13]
krnlName=WORK FLOW KERNEL
dispatchDLLName=WORKFLOW
dispatchDLLFunction=JDEK_DispatchWFServerProcess
maxNumberOfProcesses=5
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF14]
krnlName=QUEUE KERNEL
dispatchDLLName=JDEKRNL
dispatchDLLFunction=DispatchQueueMessage
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF15]
krnlName=XML TRANS KERNEL
dispatchDLLName=XMLTRANS
dispatchDLLFunction=XMLTransactionDispatch
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF16]
krnlName=XML LIST KERNEL
dispatchDLLName=XMLLIST
dispatchDLLFunction=XMLListDispatch
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF19]
krnlName=EVN KERNEL
dispatchDLLName=JDEIE
dispatchDLLFunction=JDEK_DispatchITMessage
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF20]
krnlName=IEO KERNEL
dispatchDLLName=JDEIEO
dispatchDLLFunction=JDEK_DispatchIEOMessage
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF22]
krnlName=XML DISPATCH KERNEL
dispatchDLLName=XMLDSPATCH
dispatchDLLFunction=XMLDispatch
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF23]
krnlName=XTS KERNEL
dispatchDLLName=XTSKRNL
dispatchDLLFunction=JDEK_DispatchXTSMessage
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF24]
krnlName=XML SERVICE KERNEL
dispatchDLLName=XMLSERVICE
dispatchDLLFunction=XMLServiceDispatch
maxNumberOfProcesses=1
numberOfAutoStartProcesses=0

[JDENET_KERNEL_DEF30]
krnlName=METADATA KERNEL
dispatchDLLName=MDSERIALIZ
dispatchDLLFunction=MetadataDispatch
maxNumberOfProcesses=1
numberOfAutoStartProcesses=1
ThreadPoolSize=50
ThreadPoolSizeIncrement=5

[DB SYSTEM SETTINGS]
Version=43
Default User=JDE
Default Pwd=SHAWNEE
Default Role=*ALL
Default Env=DV812
Default PathCode=DV812
Base Datasource=S1035EE2 - 812 Server Map
Object Owner=
Server=S1035EE2
Database=S1035EE2 - 812 Server Map
Load Library=
Decimal Shift=Y
Julian Dates=Y
Use Owner=N
Secured=Y
Type=I
Library=
Library List=
DatabaseName2=SVM812
DatabaseInstance=
ServerPort=0
JDBNETUse=N
UnicodeFlag=Y
LOBFlag=Y
DatabaseProgramMax=-1
DatabaseProgramInitial=10
DatabaseProgramThreshold=3
DatabaseProgramAdditional=10
DatabaseProgramCheckIntervalSeconds=10
Default Journal=OW_JRNL
Default Journal LIBRARY=OWJRNL
Default Journal Receiver=OW_JRNL000
Default Journal Receiver LIBRARY=OWJRNL
SQL Package Library=2

[NETWORK QUEUE SETTINGS]
DefaultPrinterOUTQ=QGPL/ONEWORLD_A
QKActive=1
QKOnIdle=300
JDENETTimeout=60
UBEPriority=5
SaveOutput=TRUE
UBEQueue=QE812
PrintImmediate=FALSE
OutputDirectory=

[BSFN BUILD]
BuildArea=/OneWorld/Packages
OptimizationFlags=(40)
DebugFlags=*ALL
InliningFlags=Y
DefineFlags=JDENV_AS400MUTEX PRODUCTION_VERSION JDBDB2400 AS400V3R6
CompilerFlags=*EXPMAC *NOSHOWINC
CompileOutput=*PRINT
OSReleaseLevel=*CURRENT
LinkFlags=*DUPPROC *DUPVAR *UNRSLVREF
LinkLibraries=JDEUNICODE JDELIB JDEKRNL OWVER V_VERIFY XERCESWRAP XMLPUBLISH XMLPUBLISHER
SimultaneousBuilds=0

[AS400]
CRTCMOD=CRTCMOD MODULE(%ls/%ls) SRCFILE(%ls/%ls) SRCMBR(%ls) OUTPUT(*PRINT) DBGVIEW(*NONE) OPTIMIZE(40)
CRTCMOD2=DEFINE(JDENV_AS400MUTEX PRODUCTION_VERSION NO_SIGNALS) TGTRLS(*CURRENT)
CRTSRVPGM=CRTSRVPGM SRVPGM(%ls/%ls) MODULE(%ls/*ALL) BNDSRVPGM(JDEUNICODE JDELIB JDEKRNL OWVER V_VERIFY XERCESWRAP) EXPORT(*ALL) OPTION(*DUPPROC *DUPVAR *UNRSLVREF) ALWLIBUPD(*YES) TGTRLS(*CURRENT)
CRTDBPGM1=CRTPGM PGM(%ls/%ls) MODULE(DBDRVAG DBDRV DBDRV_AC DBDRV_CC DBDRV_CN
CRTDBPGM2=DBDRV_CH DBDRV_CP DBDRV_DT DBDRV_RQ DBDRVSQL DBMONCTL DBDRVCLI
CRTDBPGM3=DBSQL DBSQL_A DBSQL_D DBSQL_I DBSQL_M DBSQL_S DBSQL_U DBSQL_X)
CRTDBPGM4=BNDSRVPGM(JDEUNICODE JDEKRNL JDELIB JDEIPC QBFCPRCED) ACTGRP(%ls) OPTION(*DUPPROC
CRTDBPGM5=*DUPVAR) ALWLIBUPD(*YES) AUT(*ALL) TGTRLS(*CURRENT)
PrintUBEJoblog=TRUE
PrintUBEJoblogOnError=TRUE

[SERVER ENVIRONMENT MAP]
JDEPLAN=PS812

[UBE]
UBEDebugLevel=0
UBESaveLogFile=0
UBETOPMARGIN=360
UBEBOTTOMMARGIN=360
UBELEFTMARGIN=360
UBEShowPDFLink=0
UBEFont_FaceName=Times New Roman
UBEPrintPDFData=0
UBEPrintDataItems=0
UBEParallelList=NONE
prtCSVExtension=.csv
prtCSVSeparator=,
PRTFormFeed=0
prtEpsonESCPCountry=0
PRTPCLUseFormFeed=0
UBEIsolateSynchJobs=0
UBEBiDi_DigitsFormat=Context
UBEBiDi_Arabic_Enabled=TRUE
UBEPDFCompression=1
UBEPDFLinearization=0
UBEFormatXML=1
UBEXMLVersion=2
UBETabOpt=0
UBESubsystemLimit=1
[SECURITY]
DataSource=System - 812
User=JDE
Password=SHAWNEE
Default Role=*ALL
DefaultEnvironment=DV812
SecurityServer=S1035EE2
ServerPswdFile=false
History=1
NumServers=1
SecurityServer1=NONE
SecurityServer2=NONE
SecurityServer3=NONE
SecurityServer4=NONE
LDAPAuthentication=false
SecurityMode=0

[LOCK MANAGER]
Server=
AvailableService=NONE
RequestedService=None

[TCENGINE]
TraceLevel=1
StopAfterRow=0
ForceRowByRow=0

[INTEROPERABILITY]
FilteredEvents=*NONE
RegisteredEvents=

[SAMPLE_EVENT]
DS1=DXXXXXXXX
DS2=DYYYYYYYY
DS3=DZZZZZZZZ

[JDEITDRV]
DrvCount=4
Drv1=RT:RTDRV
Drv2=WF:WFDRV
Drv3=Z:ZDRV
Drv4=JDENET:JDETRDRV

[LRENGINE]
System=/E812SYS/output
Repository_Size=20
Disk_Monitor=YES

[WORLD ENVIRONMENT MAP]

[WORKFLOW]
; Workflow Runtime Interop, inbound (server only)
WRIUser=xxx
WRIPassword=xxx
WRIEnvironment=xxx
WRIRole=*ALL
; Workflow Runtime Interop, outbound
PrimaryEvnServer=xxx
SecondaryEvnServer=xxx
WFEnvironmentMax=0
Admin=False
TimeoutDelay=7200
CleanupFrequency=3600
IdleFrequency=60
RUNTIME_INTEROP=ON
EscalationFrequency=300

[JAS PREFERENCE]
JasServer=
Port=80
Servlet=/jde/servlet/html.login

;[TRANSPORTS]
;TransportName1=xxxTransportExeNamexxx
;TransportParams1=xxxTransportParametersxxx

[XAPI]
XMLDirectory=JDE812

[XMLLookupInfo]
XMLRequestType1=list
XMLKernelMessageRange1=5257
XMLKernelHostName1=local
XMLKernelPort1=0

XMLRequestType2=callmethod
XMLKernelMessageRange2=920
XMLKernelHostName2=local
XMLKernelPort2=0

XMLRequestType3=trans
XMLKernelMessageRange3=5001
XMLKernelHostName3=local
XMLKernelPort3=0

XMLRequestType4=JDEMSGWFINTEROP
XMLKernelMessageRange4=4003
XMLKernelHostName4=local
XMLKernelPort4=0
XMLKernelReply4=0

XMLRequestType5=xapicallmethod
XMLKernelMessageRange5=14251
XMLKernelHostName5=local
XMLKernelPort5=0

XMLRequestType6=realTimeEvent
XMLKernelMessageRange6=14251
XMLKernelHostName6=local
XMLKernelPort6=0
XMLKernelReply6=0

[XTSRepository]
XTSRepositoryPath=/E812SYS/XtsRepository
XSL-JDE-BIRDS-REQUEST=birds.xsl
XSL-JDE-V2_2_NATIVE-REQUEST=v2toNative.xsl
XSL-JDE-V1_NATIVE-REQUEST=ml.xsl
XSL-JDE-V1_NATIVE-RESPONSE=lm.xsl

[XTS]
XTSTemplateSelector1=com.jdedwards.xts.xtsm.XTSMJDETemplateSelector
XTSTraceLevel=2
XTSDelay=0

[MTR VALIDATION]
EnterpriseDiskInMB=3000

##
## Additions to JDE.INI for the Performace Monitor components
## configuration for consumptioin by Enterprise Server.
##

[PERFMON]

#
# To turn on PM APIs set to 'true'.
#
agentActive=false

#
# URL of Performance Monitor. Used by instrumented code to register with
# Performance Monitor.
#
monitorUrl=http://server:port/ppm/monitor

#
# Identifier for source of performance data.
#
hostPort=server:port

#
# Time to wait for response from E1 Java Adapter (Java Kernel)
#
jdenetTimeout=60

#
# Transaction will be timed out by Monitor server if end transaction is not
# received this number of milliseconds after the start transaction.
#
transactionTimeout=60000

#
# Not currently being used.
#
sampler=60

#
# Maximum number of Java Adapters (Java Kernels)
#
maxJavaAdapter=1

#
# Default filter level used by the agent for all transactions.
#
filterMask=1
PPMI URL=http://server:port/ppm/ppmi


[PERFMON_JAVA_ADAPTER_1]

#
# Name of machine where Java Adapter is running.
#
javaAdapterHost=

#
# Port on which Java Adapter is communicating; should be the same as
# the [JDENET] serviceNameListen value used by the E1 Transaction Server.
#
javaAdapterPort=

[JDE JVM]
InProcessJVMHome=
RemoteDebugPort=-1
VMTrace=0
DefaultOptions=
# Settings governing the usage of the in-process JVM inside of E1 processes.
# The JVM is used primarily to support XML specs but would be used for any
# Java code run inside of an E1 process. JDK 1.4 must be installed on
# this ISeries for Enteprise One to function. JDK 1.4 is a part of the OS V5R2
# and later.
#
# Class path for the JVM will be constructed using all the .jar files contained
# in the <system library>/classes directory. It is possible to prepend
# items from other locations to the class path by setting the 'CLASSPATH' attribute
# in the [JDE_CG] section.

[METADATA]
# There are some parts of metadata objects that are stored in the Object Librarian data source and are
# retrieved after the metadata object is deserialized from XML. This data is not needed during normal
# runtime processing and to improve performance should be turned off.
# '0' - Do not retrieve data from Object Librarian data source when deserializing metadata.
# '1' - Retrieve data from Object Librarian data source and fully populate metadata objects when deserializing
# metadata.
AllCPopulationEnabled=0

[TRUSTED NODE]
numTrustedNodes=1
RegularLifeTime=5760
ExtendedLifeTime=5760
NodeName=_LOCALNODE
MachineName=_LOCALNODE
NodePassword=_LOCALPWD

[JDENET_KERNEL_DEF32]
krnlName=MANAGEMENT KERNEL
dispatchDLLName=JDEMGMT
dispatchDLLFunction=ManagementDispatch
maxNumberOfProcesses=1
numberOfAutoStartProcesses=1

[LREngine]
Repository_Size=20
Disk_Monitor=yes
System=/E812SYS/output

[RECYCLING]
krnlRecycleTimeOfDay=Sun:03:30
krnlRecycleElapsedTime=
inactiveUserTimeout=6:00
timeToForcedExit=12:00

[MANAGEMENT]
jdeHome=/JDE_HOME_ENT
instanceName=S1035EE2_Ent

[JDENET_KERNEL_DEF31]
krnlName=XMLPUBLISHER KERNEL
dispatchDLLName=XMLPUBLISH
dispatchDLLFunction=XMLPDispatch
maxNumberOfProcesses=5
numberOfAutoStartProcesses=0

[CLUSTER]
PrimaryNode=

Any help would be greatly appreciated!!
 
Hi,

Log as the user who installed the SM Agent (typically
QSECOFR), then run STRQSH, then cd /JDEdwards/JDE_HOME/bin
and then ./startAgent &
Check that the user running the SM Agent has the proper
authorities (specified on SM guide) and that E812SYS is
NOT part of its library list (DSPLIBL)
 
Everyone,

Once I got the backup of the JDE.INI everything worked fine. For some reason after pointing the new agent to look at the enterprise server it edited the jde.ini and set some settings back to default.

Thanks for everyones help.
 
Back
Top