壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 3694|回复: 11

JDE E1 DEMO812 安装成功后,web登录报错

[复制链接]
发表于 2008/11/13 16:22:44 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
请教高人,安装成功,第一次通过“solution explorer\tools\enterpriseone menu”登录web时,界面上出现“sign in error,  unknown JAS sign in  error occurred. please contact the s. a.”

如何解决?谢谢哦
发表于 2008/11/20 13:46:55 | 显示全部楼层
请严格按照DEMO安装文档安装应当没问题.如大家想要请和我联系
发表于 2008/11/26 12:19:37 | 显示全部楼层
应该是Java未成功安装,如果严格按步骤来安装基本不会有问题。
发表于 2008/11/28 11:29:49 | 显示全部楼层
本帖最后由 fengyunzi 于 2008-12-3 22:35 编辑

回答问题没有答道点子上面来。。。。晕

所谓的demo安装文档我都一步步试过,但是还是会报错,后来更改了IE的安全选项设置和重新修改了jdbj.ini文件相关参数才OK
发表于 2008/12/3 22:36:31 | 显示全部楼层
jdbj.ini 配置如下,我的JDE 812 demo是装在C盘的:

#=======================================================================
#                    jdbj.ini - JDBj configuration
#
# This file contains configuration information for JDBj, which provides
# general database access capabilities on behalf of J.D. Edwards Java
# solutions.
#=======================================================================

#=======================================================================
#                    OneWorld specific information
#
# These sections apply only when accessing OneWorld data.  These
# sections are ignored for standalone database access.
#=======================================================================

#-----------------------------------------------------------------------
# Bootstrap session
#
# This information is used to sign on to provide access to system
# tables.  JDBj signs this user on via the security server at bootstrap-
# time, so if it is not valid, then no OneWorld database access is
# possible.
#
# NOTES: * This information in this section should match the
#          corresponding information specified in the
#          [DB SYSTEM SETTINGS] section of this installation's JDE.INI
#          file.
#-----------------------------------------------------------------------

[JDBj-BOOTSTRAP SESSION]
user=DEMO
password=
environment=DEMO812
role=*ALL

#-----------------------------------------------------------------------
# Bootstrap physical data source
#
# This defines the data source where the OCM and some other system
# tables reside.  JDBj uses this at bootstrap time and later to look up
# OCM entries on demand.  If it is not valid, then no OneWorld database
# access is possible.
#
# Here is a description of each field in this section:
#
# ----------------  ---------------------------------------  -----------
# Field             Description                              Applies to
# ----------------  ---------------------------------------  -----------
# name              The data source name.  This is not that  All
#                   important for bootstrap connections,
#                   but it does show up in error messages
#                   and the log.
# ----------------  ---------------------------------------  -----------
# databaseType      The database type.  One of the           All
#                   following:
#
#                   I = AS/400
#                   O = Oracle
#                   S = SQL Server
#                   W = UDB
# ----------------  ---------------------------------------  -----------
# server            The server (i.e. the host).              AS/400,
#                                                            SQL Server
# ----------------  ---------------------------------------  -----------
# database          The database.                            Oracle, UDB
# ----------------  ---------------------------------------  -----------
# serverPort        The server port.                         SQL Server
# ----------------  ---------------------------------------  -----------
# physicalDatabase  The physical database (used as library   AS/400,
#                   qualifier for AS/400).                   SQL Server
# ----------------  ---------------------------------------  -----------
# owner             The owner.                               Oracle,
#                                                            SQL Server,
#                                                            UDB
# ----------------  ---------------------------------------  -----------
# lob               Supports lobs.                           Oracle,
#                                                            
#                                                            AS/400
# ----------------  ---------------------------------------  -----------
# unicode           Performs unicode conversion.             SQL Server
# ----------------  ---------------------------------------  -----------
#
# NOTES: * This information in this section should match the
#          corresponding information specified in the
#          [DB SYSTEM SETTINGS] section of this installation's JDE.INI
#          file.
#-----------------------------------------------------------------------

[JDBj-BOOTSTRAP DATA SOURCE]
name=System Local       
databaseType=N
server=(local)
serverPort=
database=EnterpriseOne Local
physicalDatabase=JDESY812
owner=dbo
lob=false
unicode=true
databaseInstance=JDELocal


#-----------------------------------------------------------------------
# Bootstrap spec data source (Optional)
#
# This defines the data source where the serialized spec tables reside.  
# JDBj uses this at bootstrap time and after to look up serialized spec
# objects on demand.  If this section is not specified, then JDBj will
# use the OCM to find the serialized spec table.  If it is not valid, no
# OneWorld database access is possible.
#
# See the description for "Bootstrap physical data source" above for
# information about which fields must be filled in for a given database
# platform.
#-----------------------------------------------------------------------

[JDBj-SPEC DATA SOURCE]
name=Local - DEMO Specs
databaseType=N
server=localhost
serverPort=3372
database=EnterpriseOne Local
physicalDatabase=SPEC_MASTER
owner=dbo
lob=false
unicode=true
databaseInstance=JDELocal
user=sa
password=


#=======================================================================
#                END - OneWorld specific information
#
# The rest of the sections apply when accessing OneWorld and standalone
# data.
#=======================================================================

#-----------------------------------------------------------------------
# JDBC drivers
#
# This defines JDBC drivers and JDBC specific settings.
#-----------------------------------------------------------------------

[JDBj-JDBC DRIVERS]
ORACLE=oracle.jdbc.driver.OracleDriver
#AS400=com.ibm.as400.access.AS400JDBCDriver
SQLSERVER=com.microsoft.jdbc.sqlserver.SQLServerDriver
#UDB=COM.ibm.db2.jdbc.app.DB2Driver


[JDBj-ORACLE]
tns=C:\E812\system\OC4J\j2ee\home\applications\webclient.ear\webclient\WEB-INF\classes

[JDBj-LOGS]
jdbcTrace=false

[JDBj-SERVER]
dbcsConversionTolerant=true

#-----------------------------------------------------------------------
# Connection pool settings
#
# These are used only when J2EE connection pooling is not available.
#-----------------------------------------------------------------------

[JDBj-CONNECTION POOL]
jdbcPooling=false
minConnection=5
maxConnection=5
initialConnection=5
poolGrowth=5
connectionTimeout=1800000
cleanPoolInterval=600000
maxSize=50
purgeCacheSize=5

#-----------------------------------------------------------------------
# JDBj Runtime properties
#
# These are all optional.  They correspond to system runtime properties
# applicable to JDBj logical connections.   
#
# NOTES: * In each case, the values listed are the defaults. The
#          template default entries are commented out.  Make sure
#          and remove the pound sign (#) when changing these values.
#-----------------------------------------------------------------------

[JDBj-RUNTIME PROPERTIES]

        ; Data cache entry size threshold property. Sets the maximum
        ; size (in rows) for a single entry in the data cache. If a
        ; potential entry exceeds this threshold, then it will not be
        ; cached. -1 indicates that all eligible entries should be
        ; cached.
        ;
        ; Valid values: -1 or greater

# dataCacheEntrySizeThreshold=500

        ; Data cache entry threshold property. Sets the maximum size (in
        ; entries) for the data cache. If the data cache exceeds this
        ; size, then the least recently used entries are removed to
        ; make room for the new entry. -1 indicates that there is no
        ; maximum.
        ;
        ; Valid values: -1 or greater

# dataCacheEntryThreshold=100

        ; Force single data source property. Indicates whether JDBj
        ; should force operations involving multiple database objects to
        ; run against a single data source. If this is true, JDBj will
        ; only resolve the physical data source for the first database
        ; object involved in a given operation. Otherwise, JDBj will
        ; resolve physical data sources for all database objects and
        ; throw an exception if a single operation spans multiple data
        ; sources.
        ;
        ; Valid values: true, false

# forceSingleDataSource=false

        ; No where paren property.  Certain TableIO system function
        ; queries require a long list of selections in the where clause
        ; without any intermediate parentheses. Specifying a composite
        ; selections alone for this case creates intermediate
        ; parentheses. If this property is set to a true then the JDBj
        ; will create SQL without any intermediate parenetheses.
        ;
        ; Valid values: true, false

# noWhereParen=false

        ; Result set timeout property. Sets the the number of
        ; milliseconds for the result set timeout. A result set will
        ; timeout if it has not had any operations for a period of time.
        ;
        ; Valid values: -1 or greater

# resultSetTimeout=60000

        ; Retry interval property. Sets the interval (in milliseconds)
        ; to wait before retrying idempotent database operations. -1
        ; means not to retry, 0 means retry immediately.
        ;
        ; Valid values: -1 or greater

# retryInterval=0

        ; Retry maximum property. Sets the number of times to retry
        ; idempotent database operations. -1 means to retry
        ; indefinitely.
        ;
        ; Valid values: -1 or greater

# retryMaximum=5

        ; Spec consistency check property. Sets the level of spec
        ; consistency checking. Set this property to a higher level to
        ; improve exception messages relating to spec inconsistency
        ; problems. Set this to a lower level when it is not needed
        ; since it may degrade performance.
        ;
        ; Valid values: full, minimal, none

# specConsistencyCheck=minimal

        ; Spec generate on demand property. Indicates whether JDBj
        ; should generate specs on demand if it can not find them
        ; in the persistent cache.  
        ;
        ; Valid values: true, false

specGenerateOnDemand=true

        ; Transaction isolation property. Sets the isolation level to be
        ; used for transactions.
        ;
        ; Valid values: default, none, read uncommitted, read committed,
        ;               repeatable read, serializable

# transactionIsolation=default

        ; Transaction timeout property. Sets the number of milliseconds
        ; for the transaction timeout. A transaction will timeout if it
        ; has not had any operations for a period of time. If this
        ; timeout is set to a -1 then the transaction timeout feature
        ; will be disabled.  (This currently only happens when JDBj is
        ; run as part of a JAS transaction.)
        ;
        ; Valid values: -1 or greater

# transactionTimeout=120000

        ; Trigger auto fetch property. Indicates whether JDBj should
        ; automatically fetch rows to be changed in order to pass them
        ; to OneWorld triggers. This is needed for certain triggers to
        ; work properly.
        ;
        ; Valid values: true, false

# triggerAutoFetch=false

        ; Updatable result set timeout property. Sets the the number of
        ; milliseconds for the updatable result set timeout. An
        ; updatable result set will timeout if it has not had any
        ; operations for a period of time. -1 indicates that updatable
        ; result sets should have the same value as RESULT_SET_TIMEOUT.
        ;
        ; Valid values: -1 or greater

# updatableResultSetTimeout=-1

        ; Usage execution threshold property. Sets the expected maximum
        ; time (in milliseconds) for a single database operation to
        ; execute. If a single database operation takes longer than this
        ; threshold, then the statement and time will be logged as part
        ; of usage tracking.
        ;
        ; Valid values: 0 or greater

usageExecutionThreshold=20000

        ; Usage fetch size threshold property. Sets the expected maximum
        ; fetch size (in rows) for a single fetch to return. If a single
        ; fetch returns more than than this threshold, then the actual
        ; fetch size will be logged as part of usage tracking. -1
        ; indicates that any fetch size is valid.
        ;
        ; Valid values: -1 or greater

usageFetchSizeThreshold=500

        ; Usage result set open threshold property. Sets the expected
        ; maximum time (in milliseconds) for a result set to remain
        ; open. If a result set is left open longer than this threshold,
        ; then the result set and time will be logged as part of usage
        ; tracking. This does not automatically close the result set. A
        ; usage result set open threshold value of -1 indicates that no
        ; such usage tracking will occur.
        ;
        ; Valid values: -1 or greater

# usageResultSetOpenThreshold=60000

        ; Usage tracking property. Enables or disables usage tracking.
        ; This provides additional tracking and logging to use during
        ; testing. Usage tracking does incur a performance penalty so it
        ; should be disabled for production code.
        ;
        ; Valid values: true, false

# usageTracking=false

        ; Usage tracking output property. Specifies the destination of
        ; usage tracking output.
        ;
        ; Valid values: log, exception

# usageTrackingOutput=log

        ; Usage transaction active threshold property. Sets the expected
        ; maximum time (in milliseconds) for a transaction to remain
        ; active. If a transaction is left active longer than this
        ; threshold, then the transaction and time will be logged as
        ; part of usage tracking. This does not automatically rollback
        ; the transaction. A usage transaction active threshold value of
        ; -1 indicates that no such usage tracking will occur.
        ;
        ; Valid values: -1 or greater

# usageTransactionActiveThreshold=120000

#=======================================================================
#                              END OF FILE
#=======================================================================
发表于 2008/12/4 16:46:55 | 显示全部楼层
在论坛里面搜一下,关于JDE demo的安装文档,我以前发过啊,一定要严格按照文档的去做,否则的话会出现很多问题的!不要灰心哟,朋友!
发表于 2009/9/13 17:17:59 | 显示全部楼层
。。。。。。。
发表于 2009/9/26 09:27:41 | 显示全部楼层
昨天我也有这个问题,你的问题肯定这两个中的一个上面.
1、安装JDBC程序,安装方式,默认安装,完成后复制C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib\*.*  到D:\E812\system\OC4J\j2ee\home\applib 文件夹下
          2、安装JDK程序,安装方式:先在d:\E812\system\下新建一个文件夹,命名为JDK。安装JDK程序到此文件夹
发表于 2010/8/21 22:40:28 | 显示全部楼层
1、安装JDBC程序,安装方式,默认安装,完成后复制C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib\*.*  到D:\E812\system\OC4J\j2ee\home\applib 文件夹下


我装了JDBC没有 发现有lib目录
发表于 2010/9/7 11:17:20 | 显示全部楼层
你们哪里来的安装程序啊
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 02:34 , Processed in 0.015727 second(s), 16 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表