Skip to content

Instantly share code, notes, and snippets.

@GiovaniPM
Last active February 11, 2020 15:55
Show Gist options
  • Save GiovaniPM/f09f629cd805a8242a2dfa76c862684e to your computer and use it in GitHub Desktop.
Save GiovaniPM/f09f629cd805a8242a2dfa76c862684e to your computer and use it in GitHub Desktop.
Meus arquivos RBS
# Please refer to the JAS Installation Guide for detailed information on
# this file.
#
#
[SECURITY]
DataSource=System - 910
SecurityServer=brasinca
UseLogonCookie=FALSE
CookieLifeTime=7
SSOEnabled=FALSE
SSOUserIDOnly=FALSE
# set password only if SSOUserIDOnly is set to TRUE
Password=
[OWWEB]
PathCodes=('PD910','PY910','DV910')
MO QUEUE=C:\E910\system\oc4j\j2ee\home\applications\webclient.ear\webclient\moqueue
ProxyPoolSize=50
F0005Prefix=DR
F0004Prefix=DT
#ProxyHost=
#ProxyPort=
MAXUser=100
FtpPort=21
FtpUsr=anonymous
FtpPwd=anonymous
UseMOWinNTShare=TRUE
PrintImmediate=FALSE
KeepUBE=TRUE
UBEQueue=QBATCH
SystemDateFormat=MDE
SystemDateSeparator=/
VirtualClientTimeOut=300000
InYourFaceError=TRUE
WAN=FALSE
# The HelpPath key determines where JAS looks for help files.
# Syntax: "http://[machine]/[path]/".
# Note, if you specify "/jde/owhelp/", this machine is assumed.
HelpPath=/jde/owhelp/
#This setting changes web client hotkey behavior on Internet Explorer only. When it's turned on, the right alt key
#will not invoke web client hotkey functions. In some foreign countries people may need to use right alt key to enter
# special characters. In that case this setting should be set to TRUE.
DisableRightAltKey=FALSE
# Max file size for upload. Default 50 Mb
MaxFileUploadSize=50
#Turn on/off Item Help Show BSVW Info feature.
ShowBSVWInfo=FALSE
#Turn on/off auto populate feature
AutoPopulate=ON
#The MAX number of values the autopopulate buffer holds
AutoPopulateBufferSize=50
#This entry will allow the display of sensitive system information to the end user.
#Default is false
DisplaySystemInfo=false
[CACHE]
# These intervals are in milliseconds. For example, 60000ms = 1 minute
UserSession=5400000
UserProfile=1200000
CacheCheck=60000
Menu=3600000
[SERVER COMPONENTS]
#
# Do not modify this section
#
com.jdedwards.jas.UserManager
com.jdedwards.jas.JDBCProxy
com.jdedwards.jas.JDEORB
com.jdedwards.jas.DDValidation
com.jdedwards.jas.security.SecurityBroker
com.jdedwards.jas.UDCJDBC
com.jdedwards.jas.JDEUDCText
com.jdedwards.jas.JDEUpdates
com.jdedwards.jas.JDEQueries
com.jdedwards.jas.JDEOWDirect
com.jdedwards.jas.ServerQuery
com.jdedwards.jas.JDESignon
com.jdedwards.runtime.virtual.MAFComponentLoader
[JDENET]
# Enterprise Server JDENET port
serviceNameConnect=6016
# JAS Server JDENET Listening port
serviceNameListen=6015
# Maximum number of dedicated kernel types
maxKernelRanges=1
# Time out value for requests sent to the Enterprise Server
enterpriseServerTimeout=90000
# JDENET socket connection pool size
maxPoolSize=50
# Directory for JDENET temporary file
tempFileDir=C:\Users\giovani_mesquita\AppData\Local\Temp
# Clustered logical datasource retry interval
ClusterRetryInterval=60000
# Dedicated Kernel Definitions
[JDENET_KERNEL_DEF1]
krnlName=XAPI Kernel
processClassName=com.jdedwards.runtime.virtual.xapi.PublishedMessageProcessor
startMessageRange=15001
endMessageRange=15250
maxNumberOfThread=3
[SERVER]
# Enterprise Server and port providing Glossary Text information
glossaryTextServer=
# Encoding scheme
# 1252- English and Western European
# 932- Japanese
# 950- Traditional Chinese
# 936- Simplified Chinese
# 949- Korean
codePage=1252
[LOGS]
# JDBC Trace (in stdout)
rtdebugTrace=FALSE
rtlog=log\rt.log
rtdebug=log\rtdebug.log
rtlogType=All
#or =BSFN|TableIO|SYSFUNC|MISC|ER|EVENT|THREAD (any combination).
# The STDERR and STDOUT keys must point to the same directory that was supplied for the
# STDERR and STDOUT fields when defining the WebSphere Application Server.
# This is usually the INTERNET directory under B7333.
#
stderr=log\stderr.txt
stdout=log\stdout.txt
[JAS INSTANCE]
# This is for JAS redirector only
# RoundRobin will be used as default if ther is no entry in [JAS WEIGHT].
# If redirect based on JAS instance weight, then each instance's weight must specified,
# otherwise, weight 0 will be assumed, which means the server will not get
# any redirected request
# example: JAS1=http://127.0.0.1/jde
# Note: in this example, "JAS1" is the key, if weight will be given,
# this key must be used in [JAS WEIGHT] section to match this JAS instance
[JAS WEIGHT]
# The key must match the key in [JAS INSTANCE] section
# example: JAS1=2
# The weight is ratio based, for example:
# JAS1=2
# JAS2=1
# That means JAS1 will take as twice load as JAS2
[REDIRECTOR]
# interval unit is milliseconds
Interval=5000
# This is the location that Redirector will redirect to, if no server is available.
# If it is empty, redirect will display a simple page tells user that no server is available
# example: NoServerAvailableURL=http://servername/path/noserver.html
NoServerAvailableURL=
[TRANSACTIONS]
# Configuration settings to customize transaction processing within JAS.
# ReapInterval : Interval in minutes of how often the TransactionReaper
# should check for abandoned transactions.
# Valid values: Integer from 1 to n
# Default: 5 minutes
# MaxAge : Maximum age in minutes of a transaction. Transactions
# older than this will be rolled back by the
# TransactionReaper.
# Valid values: Integer from 1 to n
# Default: 10 minutes
#
ReapInterval=5
MaxAge=10
[WEB DEVELOPMENT]
# This setting is to map multiple virtual clients to a single JAS session by reusing the same NetConnection for same user
# True = reuse, else = create a new jas usersession for each virtual client
ReuseNetConnection=TRUE
# Flag for denoting whether web client is a development client
WebDevelopment=TRUE
[LOGIN]
# The default decryptor is the XOR decryptor. more could be added by appending
# e.g decryptors=name1|class1|name2|class2....
decryptors=X|com.jdedwards.base.util.encryption.XORDecoder
[ERPINTERACTIVITY]
#interactivity level. valid values are: LOW, MEDIUM, and HIGH
InteractivityLevel=HIGH
# whether multiple browsers fetch is enabled
MultipleBrowserEnabled=TRUE
# the maximum number of open browsers for each user
MaxOpenBrowsers=10
# the number of records fetched for each database fetch before getting a system warning
DBFetchLimitBeforeWarning=2000
#Specify the Mail Merge Location on Web Server, it should be under the webclient (or webclient.war) dir.
[MAIL MERGE AND DOC GEN]
MailMergeLocation=C:\E910\system\oc4j\j2ee\home\applications\webclient.ear\webclient\mailmerge
[INSTALL]
#ClientType=mobile
;OneWorld initialization file JDE.INI
;Client specific version - EnterpriseOne 9.10
[JDE_CG]
STDLIBDIR=$(COMP)\VC\lib
TPLNAME=EXEFORM2
ERRNAME=CGERR
TARGET=Optimize
INCLUDES=$(COMP)\VC\include;$(SYSTEM)\include;$(SYSTEM)\cg;$(APP)\include;$(SYSTEM)\includev
LIBS=$(COMP)\VC\lib;$(SYSTEM)\lib32;$(APP)\lib32;$(SYSTEM)\libv32
MAKEDIR=$(COMP)\VC\bin;$(COMP)\Common\MSDev98\Bin
USER=JDE
VisualStudioVersion=9
[DEBUG]
TAMMultiUserOn=0
Output=NONE
ServerLog=0
LEVEL=BSFN,EVENTS, SF_CONTROL, SF_GRID, SF_PARENT_CHILD, SF_GENERAL, SF_MESSAGING, SF_WORKFLOW, SF_WORKFLOW_ADMIN, SF_MEDIA_OBJ
;BSFN,EVENTS,SF_CONTROL,SF_GRID,SF_PARENT_CHILD,SF_GENERAL,SF_MESSAGING,SF_WORKFLOW,SF_WORKFLOW_ADMIN,SF_MEDIA_OBJ
DebugFile=c:\jdedebug.log
JobFile=c:\jde.log
Frequency=10000
[Explorer]
ExplorerHomeURL=\\CORONA\E910\SolutionExplorer\PortalLite\index.html
ExplorerStart=TASK:91
[EVEREST]
ColorScheme=1
ShowAlias=1
[SVR]
EnvType=1
EnvironmentName=PY910
SpecPath=spec
SourcePath=source
ObjectPath=obj
HeaderPath=include
HeaderVPath=includev
BinPath=bin32
LibPath=lib32
LibVPath=libv32
MakePath=make
WorkPath=work
CodeGeneratorPath=cg
ResourcePath=res
IconPath=res\icons
HelpPath=helps
TreeBmpPath=res\treebmps
ModelPath=models
LocalePath=locale
IconvPath=locale\Iconv
WorkSBFPath=work\sbf
JavaPath=java
JavaSBFPath=java\sbf
JavaSBFJARSPath=java\sbfjars
LibraryListName=PY910
[INSTALL]
DefaultSystem=system
ClientPath=client
ClientInstallPath=OneWorld Client Install
PackagePath=package
DataPath=data
HOSTS=hosts
HP9000=hp9000
SUN=sun
RS6000=rs6000
AS400=as400
Double_Byte=0
LocalCodeSet=WE_ISO88591
ActiveConsole=1
ExplorerShortCut=1
LocalDB=E1Local
DataByPathcode=1
B9=C:\E910
SerialNumber=-591968971
[LOCK MANAGER]
Server=
RequestedService=NONE
[DB SYSTEM SETTINGS]
Version=43
Default User=JDE
Default Role=*ALL
Default Env=JPD910
Default PathCode=PD910
Base Datasource=System - 910
Object Owner=SY910
Server=chameleon
Database=JDESYS
Load Library=
Decimal Shift=Y
Julian Dates=Y
Use Owner=Y
Secured=Y
Type=O
Library List=
Library=
DatabaseName2=
DatabaseInstance=
ServerPort=1544
JDBNETUse=N
UnicodeFlag=Y
LOBFlag=Y
Default Pwd=_
[DB SYSTEM SETTINGS - SECONDARY]
Base Datasource=Local - PS910
Server=127.0.0.1
Database=E1LOCAL
Load Library=
Decimal Shift=Y
Julian Dates=Y
Use Owner=N
Secured=Y
Type=E
Library List=
Library=
DatabaseName2=JDELocal_PS910
ServerPort=1521
JDBNETUse=N
UnicodeFlag=Y
LOBFlag=Y
[REPLICATION]
DefaultEnvironment=JPD910
Default Role=*ALL
ForcedSync=0
[SECURITY]
NumServers=4
SecurityServer=magnun
SecurityServer2=brasinca
SecurityServer3=charger
SecurityServer4=baron
DataSource=System - 910
DefaultEnvironment=DV910
Default Role=*ALL
Row Security=NO_DEFAULT
[BSFN BUILD]
DoCompression=0
[JDENET]
serviceNameListen=6016
serviceNameConnect=6016
maxKernelRanges=27
netTrace=0
[JDENET_KERNEL_DEF27]
krnlName=CLIENT DISPATCH KERNEL
dispatchDLLName=jdeuser.dll
dispatchDLLFunction=_JDENET_ClientDispatch@28
maxNumberOfProcesses=0
numberOfAutoStartProcesses=0
[JDENET_KERNEL_DEF13]
krnlName=WORK FLOW KERNEL
dispatchDLLName=workflow.dll
dispatchDLLFunction=_JDEK_DispatchWFServerProcess@28
maxNumberOfProcesses=5
numberOfAutoStartProcesses=0
[JDENET_KERNEL_DEF2]
# for dispatching UBE jobs
krnlName=UBE KERNEL
dispatchDLLName=jdekrnl.dll
dispatchDLLFunction=_JDEK_DispatchUBEMessage@28
maxNumberOfProcesses=1
numberOfAutoStartProcesses=1
[JDENET_KERNEL_DEF6]
# for dispatching callObject request
krnlName=CALL OBJECT KERNEL
dispatchDLLName=jdekrnl.dll
dispatchDLLFunction=_JDEK_DispatchCallObjectMessage@28
maxNumberOfProcesses=1
numberOfAutoStartProcesses=1
[JDEMAIL]
mailProfile="Default Exchange Profile"
Rule1=90|OPT|MAILSERVER=gmsmtp01.oraclecorp.com
Rule2=100|DEFAULT|OWMON=OWMON@oracle.com
Rule3=110|DEFAULT|PSFT_SYSTEM=PSFT_System@oracle.com
Rule4=120|DEFAULT|WORKFLOW_SYSTEM=Workflow@oracle.com
Rule5=130|OPT|MERGELOCAL=1
Rule6=140|OPT|UPDATELOCAL=0
[NETWORK QUEUE SETTINGS]
UBEQueue=QBATCH
UBEPriority=5
PrintImmediate=FALSE
SaveOutput=TRUE
InstallSpecs=Y
JDENETTimeout=60
QKActive=1
[INTERACTIVE RUNTIME]
DefaultMailServer=C:\Program Files\Microsoft Exchange\Exchng32.exe
DefaultBrowser=http://www.jdedwards.com
PWndBackground=onemenu.bmp
BITMAP_StatusBar=stbr1.bmp
;ANIMATION_StatusBar=oneworld.avi
OBJECTQUEUE=
FONT_FaceName=Arial
FONT_Height=-12
FONT_Weight=400
COLOR_GridBackground=255,255,128
COLOR_GridForeground=0,0,0
COLOR_GridDesktop=64,128,128
COLOR_GridLines=0,0,0
CACHE_UseCache=1
CACHE_MaximumNodes=50
GRID_GridIntegralRows=1
GRID_FONT_FaceName=Arial
GRID_FONT_Height=-12
GRID_FONT_Weight=400
EXCEPTION_Enabled=True
Initial_Language_Code=
Text Limit=80
PWndLocation=104,104,1184,728,327681
MirrorImage=0
[UBE]
UBEDebugLevel=0
UBESaveLogFile=0
BIpSaveOutputOnFs=0
BIpOutputDirectory=
UbeDBOutputlocation=
[OBJECT LIBRARIAN]
OLTLogMode=YES
OLTLogContents=GENERAL
[WORKFLOW]
; Workflow Runtime Interop, outbound
PrimaryEvnServer=xxx
SecondaryEvnServer=xxx
[JAS PREFERENCE]
JasServer=
Port=80
Servlet=/jde/servlet/html.login
[LOCALWEB]
# Installation flag, if it is 0, no HTML testing setup, disable all HTML testing
AppServerInstalled=1
# Datasource containing serialized specs for web runtime
# Used for synchonization of specs through JDB
Spec Datasource=Local - PD910
# Name of local web server, localhost is default but may not be valid always.
webhostname=localhost
# web server port , Websphere Express default is 7080
webport=8888
# executable for starting web server
webserverstart=C:\E910\system\oc4j\startOC4J.bat
# executable for stopping web server
webserverstop=C:\E910\system\oc4j\stopOC4J.bat
# arguments for starting web server
webserverstartarg=
# arguments for stopping web server
webserverstoparg=
# start web server on demand, or immediately
# valid values : ONDEMAND (web server will be started on the first HTTP request) ,
MANUAL (web server has to be started manually by user on port specified),
IMME (web server starts as soon as ActivConsole starts)
StartAppServer=IMME
# Number of attempts to access the local WebServer prior to returning an error.
# default value is 60
WebDelay=
# Following are HTTP Proxy server settings needed for outgoing HTTP connections
# These settings are required for running Development BSSV Server
# Is HTTP Proxy set?
httpProxySet=
# HTTP Proxy server host
httpProxyHost=
# HTTP Proxy server port
httpProxyPort=
# Proxy server exclusion list (machines / domains)
httpProxyNonHosts=
# Proxy server needs authentication?
httpProxyAuth=
# HTTP Proxy server user name
httpProxyUser=
# HTTP Proxy server password (encrypted)
httpProxyPassword=
[MailMerge]
FileLocation=C:\WINNT\TEMP
[MTR VALIDATION]
BusobjInMB=350
CDiskInMB=200
DeployDiskInMB=5000
NMakeVersion=6.00.8168.0
MDACVersion=2.60.6526.2
LiteRecords=12
JDeveloperVersion=11.1.1
JDeveloperInstallPath=C:\Oracle\Middleware\jdev
WebSphereVersion=6.1
[JDE JVM]
# 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.
#
# Full path to jvm.dll (include 'jvm.dll' in path) that will be loaded for java
# processing within Enterprise One C/C++ processes. MUST be version J2SE 1.4 or later!
# Default is to use the JRE located in the JRE directory inside of the E1 'system'
# directory.
# InProcessJVMHome=<JVM Location>
# Class path for the JVM will be constructed using all the .jar files contained
# in the <install location>/system/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.
[SIGNON]
LASTENV=PY910
LASTUSER=GIOVANI_M
LASTROLE=*ALL
SHOWOPTIONS=1
[XML]
ICUPath=C:\E910\system\locale\xml
@echo off
title PC Cleanup Utility
setlocal
:menu
cls
SET _string=0
echo Wscript.Echo Inputbox( _>%TEMP%\~input.vbs
echo "Select a tool: "+vbNewLine+ _>>%TEMP%\~input.vbs
echo " "+vbNewLine+ _>>%TEMP%\~input.vbs
echo " [1] Delete Internet Cookies "+vbNewLine+ _>>%TEMP%\~input.vbs
echo " [2] Delete Temporary Internet Files"+vbNewLine+ _>>%TEMP%\~input.vbs
echo " [3] Disk Cleanup "+vbNewLine+ _>>%TEMP%\~input.vbs
echo " [4] Disk Defragment "+vbNewLine+ _>>%TEMP%\~input.vbs
echo " [5] JDE Cleanup Log "+vbNewLine+ _>>%TEMP%\~input.vbs
echo " "+vbNewLine+ _>>%TEMP%\~input.vbs
echo " [6] Exit ", _>>%TEMP%\~input.vbs
echo "PC Cleanup Utility " )>>%TEMP%\~input.vbs
for /f "delims=/" %%G IN ('cscript //nologo %TEMP%\~input.vbs') DO set _string=%%G
del %TEMP%\~input.vbs
if %_string%==1 goto 1
if %_string%==2 goto 2
if %_string%==3 goto 3
if %_string%==4 goto 4
if %_string%==5 goto 5
if %_string%==6 goto exit
goto error
:1
cls
echo --------------------------------------------------------------------------------
echo Delete Internet Cookies
echo --------------------------------------------------------------------------------
echo.
echo Deleting Cookies...
ping localhost -n 3 >nul
del /f /q "%userprofile%\Cookies\*.*"
cls
echo --------------------------------------------------------------------------------
echo Delete Internet Cookies
echo --------------------------------------------------------------------------------
echo.
echo Cookies deleted.
echo.
ping localhost -n 3 >nul
goto menu
:2
cls
echo --------------------------------------------------------------------------------
echo Delete Temporary Internet Files
echo --------------------------------------------------------------------------------
echo.
echo Deleting Temporary Files...
echo.
del /f /q "%userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*"
cls
echo --------------------------------------------------------------------------------
echo Delete Temporary Internet Files
echo --------------------------------------------------------------------------------
echo.
echo Temporary Internet Files deleted.
echo.
ping localhost -n 3 >nul
goto menu
:3
cls
echo --------------------------------------------------------------------------------
echo Disk Cleanup
echo --------------------------------------------------------------------------------
echo.
echo Running Disk Cleanup...
if exist "C:\WINDOWS\temp" del /f /q "C:WINDOWS\temp\*.*"
if exist "C:\WINDOWS\tmp" del /f /q "C:\WINDOWS\tmp\*.*"
if exist "C:\tmp" del /f /q "C:\tmp\*.*"
if exist "C:\temp" del /f /q "C:\temp\*.*"
if exist "%temp%" del /f /q "%temp%\*.*"
if exist "%tmp%" del /f /q "%tmp%\*.*"
if not exist "C:\WINDOWS\Users\*.*" goto skip
if exist "C:\WINDOWS\Users\*.zip" del "C:\WINDOWS\Users\*.zip" /f /q
if exist "C:\WINDOWS\Users\*.exe" del "C:\WINDOWS\Users\*.exe" /f /q
if exist "C:\WINDOWS\Users\*.gif" del "C:\WINDOWS\Users\*.gif" /f /q
if exist "C:\WINDOWS\Users\*.jpg" del "C:\WINDOWS\Users\*.jpg" /f /q
if exist "C:\WINDOWS\Users\*.png" del "C:\WINDOWS\Users\*.png" /f /q
if exist "C:\WINDOWS\Users\*.bmp" del "C:\WINDOWS\Users\*.bmp" /f /q
if exist "C:\WINDOWS\Users\*.avi" del "C:\WINDOWS\Users\*.avi" /f /q
if exist "C:\WINDOWS\Users\*.mpg" del "C:\WINDOWS\Users\*.mpg" /f /q
if exist "C:\WINDOWS\Users\*.mpeg" del "C:\WINDOWS\Users\*.mpeg" /f /q
if exist "C:\WINDOWS\Users\*.ra" del "C:\WINDOWS\Users\*.ra" /f /q
if exist "C:\WINDOWS\Users\*.ram" del "C:\WINDOWS\Users\*.ram"/f /q
if exist "C:\WINDOWS\Users\*.mp3" del "C:\WINDOWS\Users\*.mp3" /f /q
if exist "C:\WINDOWS\Users\*.mov" del "C:\WINDOWS\Users\*.mov" /f /q
if exist "C:\WINDOWS\Users\*.qt" del "C:\WINDOWS\Users\*.qt" /f /q
if exist "C:\WINDOWS\Users\*.asf" del "C:\WINDOWS\Users\*.asf" /f /q
:skip
if not exist C:\WINDOWS\Users\Users\*.* goto skippy /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.zip del C:\WINDOWS\Users\Users\*.zip /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.exe del C:\WINDOWS\Users\Users\*.exe /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.gif del C:\WINDOWS\Users\Users\*.gif /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.jpg del C:\WINDOWS\Users\Users\*.jpg /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.png del C:\WINDOWS\Users\Users\*.png /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.bmp del C:\WINDOWS\Users\Users\*.bmp /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.avi del C:\WINDOWS\Users\Users\*.avi /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.mpg del C:\WINDOWS\Users\Users\*.mpg /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.mpeg del C:\WINDOWS\Users\Users\*.mpeg /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.ra del C:\WINDOWS\Users\Users\*.ra /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.ram del C:\WINDOWS\Users\Users\*.ram /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.mp3 del C:\WINDOWS\Users\Users\*.mp3 /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.asf del C:\WINDOWS\Users\Users\*.asf /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.qt del C:\WINDOWS\Users\Users\*.qt /f /q
if exist C:\WINDOWS\Users\AppData\Temp\*.mov del C:\WINDOWS\Users\Users\*.mov /f /q
:skippy
if exist "C:\WINDOWS\ff*.tmp" del C:\WINDOWS\ff*.tmp /f /q
if exist C:\WINDOWS\ShellIconCache del /f /q "C:\WINDOWS\ShellI~1\*.*"
cls
echo --------------------------------------------------------------------------------
echo Disk Cleanup
echo --------------------------------------------------------------------------------
echo.
echo Disk Cleanup successful!
echo.
ping localhost -n 3 >nul
goto menu
:4
cls
echo --------------------------------------------------------------------------------
echo Disk Defragment
echo --------------------------------------------------------------------------------
echo.
echo Defragmenting hard disks...
defrag -c -v
cls
echo --------------------------------------------------------------------------------
echo Disk Defragment
echo --------------------------------------------------------------------------------
echo.
echo Disk Defrag successful!
echo.
ping localhost -n 3 >nul
goto menu
:5
cls
echo --------------------------------------------------------------------------------
echo Delete JDE log files
echo --------------------------------------------------------------------------------
echo.
echo Delete JDE log files...
del /f /q "c:\jde*.log"
cls
echo --------------------------------------------------------------------------------
echo Delete JDE log files
echo --------------------------------------------------------------------------------
echo.
echo JDE Log deleted.
echo.
ping localhost -n 3 >nul
goto menu
:error
cls
echo Command not recognized.
ping localhost -n 4 >nul
goto menu
:exit
echo Thanks for using PC Cleanup Utility by GPM
endlocal & set _input=%_string%
::exit

Como rodar um aplicativo no cliente web/fat

  • Na tabela F9860, procurar o objeto na coluna SIOBNM e recuperar a coluna SIANSIF. Nas versões mais atuais do JDE irá ser populado com 'W', alterar para em branco.
    • W - Somente web
    • B - Web e fat
    • C - Somente fat
    • branco - ambos

Configuração tnsnames.ora

  • c:\oracle\e1local\network\admin
  • c:\e910_1\system\oc4j\j2ee\home\applications\webclient.ear\webclient\web-inf\classes
  • c:\app\product\11.2.0\client_1\network\admin

Como procurar comandos SQL no jdedebug.log

type jdedebug.log | findstr /n /i /c:"INSERT " /c:"SELECT " /c:"DELETE " /c:"UPDATE "

Como mudar o relatório para update mode

  • Na tabela F9860, procurar o objeto na coluna SIOBNM e recuperar a coluna SIOMIT.
    • branco - Relatório faz update

Como procurar todos os tnsnames.ora

dir *.* /b /s | findstr /i /c:"TNSNAMES.ORA"

Como procurar todos os jde.ini

dir *.* /b /s | findstr /i /c:"JDE.INI"

Como configurar o acesso Oracle no LogWb

Markdown Monster icon

Markdown Monster icon

Arquivos de configuração JDE

  • C:\tnsnames.ora
  • C:\E910\DV910\ini\sbf\Tnsnames.ora
  • C:\E910\inventory\Templates\system\OC4J\j2ee\home\applications\webclient.ear\webclient\WEB-INF\classes\jas.ini
  • C:\E910\PD910\ini\sbf\Tnsnames.ora
  • C:\E910\PY910\ini\sbf\Tnsnames.ora
  • C:\E910\system\OC4J\j2ee\home\applications\webclient.ear\webclient\WEB-INF\classes\jas.ini
  • C:\E910\system\OC4J\j2ee\home\applications\webclient.ear\webclient\WEB-INF\classes\Tnsnames.ora
  • C:\Oracle\E1Local\NETWORK\ADMIN\tnsnames.ora
  • C:\Oracle\product\11.2.0\client_1\network\admin\tnsnames.ora
  • C:\Windows\jde.ini
  • C:\Windows\tnsnames.ora
└── C:\
    ├── tnsnames.ora
    ├── E910
    │   ├── DV910
    │   │   └── ini
    │   │       └── sbf
    │   │           └── Tnsnames.ora
    │   ├── inventory
    │   │   └── Templates
    │   │       └── system
    │   │           └── OC4J
    │   │               └── j2ee
    │   │                   └── home
    │   │                       └── applications
    │   │                           └── webclient.ear
    │   │                               └── webclient
    │   │                                   └── WEB-INF
    │   │                                       └── classes
    │   │                                           └── jas.ini
    │   ├── PD910
    │   │   └── ini
    │   │       └── sbf
    │   │           └── Tnsnames.ora
    │   ├── PY910
    │   │   └── ini
    │   │       └── sbf
    │   │           └── Tnsnames.ora
    │   ├── system
    │   │   └── OC4J
    │   │       └── j2ee
    │   │           └── home
    │   │               └── applications
    │   │                   └── webclient.ear
    │   │                       └── webclient
    │   │                           └── WEB-INF
    │   │                               └── classes
    │   │                                   └── jas.ini
    │   └── system
    │       └── OC4J
    │           └── j2ee
    │               └── home
    │                   └── applications
    │                       └── webclient.ear
    │                           └── webclient
    │                               └── WEB-INF
    │                                   └── classes
    │                                       └── Tnsnames.ora
    ├── Oracle
    │   ├── E1Local
    │   │   └── NETWORK
    │   │       └── ADMIN
    │   │           └── tnsnames.ora
    │   └── product
    │       └── 11.2.0
    │           └── client_1
    │               └── network
    │                   └── admin
    │                       └── tnsnames.ora
    └── Windows
        ├── jde.ini
        └── tnsnames.ora

Como configurar o acesso Oracle no SQLWorkbench

Markdown Monster icon

Markdown Monster icon

Markdown Monster icon

# Please edit this file to add the necessary oracle database
# E1LOCAL is required (Local Oracle Database)
# DO NOT DELETE E1LOCAL entry
E1LOCAL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = E1Local)
)
)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
JDESYS =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.200.225)(PORT = 1544))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = jdesys.rbs.com.br)
)
)
JDEDEV =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = ora12cdev-scan.rbs.com.br)(PORT = 1544))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = jdedev.rbs.com.br)
)
)
JDEHLG =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = ora12cdev-scan.rbs.com.br)(PORT = 1544))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = jdehlg.rbs.com.br)
)
)
JDEPRD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.200.241)(PORT = 1544))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = jdeprd.rbs.com.br)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment