Originally posted by: mikeladd
I had a similar issue that FDSWIFT help me with. Below is his suggestion, which did work.
Try this:
In the 8.2.0.3 WTX Install directory I uncommented the following lines in the DTXcommon.bat to get the management console, resource registry, and launcher administration to work:
@rem set JREDIR=%DTXHOME%\java
@rem set JRE="%JREDIR%\bin\java" -Xmx128m
just removed the @rem from the above lines
set JREDIR=%DTXHOME%\java
set JRE="%JREDIR%\bin\java" -Xmx128m
Hope that helps!
-Mike Ladd
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender