- 博客(27)
- 收藏
- 关注
原创 删除BW目录导致BW无法重装
客户删除了BW的目录,并在注册表中搜索vitria,将找到的键删除,但是仍然无法用installer安装BW,只有一个选项Remove,但是也无法进行下去。这是注册表删除不彻底引起的。如果删除了BW的目录,需要在注册表[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall] (如果是win64则为[
2012-08-15 14:20:44
342
原创 在win7上安装BW451
安装结束后,在服务面板中bserv无法启动:Mon Apr 30 11:15:48 2012-VtAdmin: Operation failed: Input file read error: $VITRIA/data/install/usergroup.xml.com.vitria.dsserv.UserGroupOperationException: java.io.FileNotFo
2012-05-31 12:00:06
374
原创 创建channel/queue referral in BW4.3.1
注:1. BW4.3.2以上的版本,channel/queue referral 完全可以用universal channel/quque 代替,用起来也简单得多。 2. 以下的操作步骤上,不同版本的ldap console界面并不一样。channel/queue referral 本质上是ldap的一个功能,相当于一个远程corba节点的链接,因为corba是网络透
2012-05-11 11:00:03
466
转载 log4j详解与实战
log4j是一个非常强大的log记录软件,下面我们就来看看在项目中如何使log4j。 首先当然是得到log4j的jar档,推荐使用1.2.X版,下载地址:http://logging.apache.org/log4j/1.2/download.html 我们先看一个最简单的示例:
2011-07-24 15:51:58
299
原创 安装Oracle没有在127.0.0.1监听的问题
在有的机器上安装Oracle数据库,安装检测阶段会警告系统没有Microsoft Loopback Adapter,忽略警告可以成功安装。但启动oracle数据库后发现没有在127.0.0.1地址监听,只在外部IP地址1521端口有监听。如果数据库要用于单机使用则非常不方便,如果外部IP是由DHCP分配则下次开机数据库可能会无法使用。 解决步骤如下: 1. 在控制面板中“添加硬件”
2011-06-16 09:31:00
1234
转载 flex效果
<br />1.旋转 <br />效果:http://www.alex-uhlmann.de/flash/adobe/blog/distortionEffects/effectCube/<br />代码:http://weblogs.macromedia.com/auhlmann/archives/DistortionEffects.zip<br />2.画布按钮 <br />http://dougmccune.com/blog/2007/06/01/new-component-canvasbutton-a
2011-02-15 16:39:00
403
原创 about Simple Outpur Proxy timeout
In order to set the timeout value (value came from a property value called orb_timeout which reside in .vtparams file) for RMI calls, Integration server or standalone RMI clien
2009-09-23 16:21:00
418
原创 Detailed DB Schema for BW
Normal 0 7.8 pt 0 2 false false false MicrosoftInternetExplorer4 <!-- /* Font
2009-06-08 14:22:00
728
原创 Interesting BW installer debugging tricks
Heres how to run the unix installers with debug on. I havent done the GUI one myself. They should tee the output to a log file. GUI:cd to bwinstall/guirun: ${JAVA_HOME}/bin/java -D
2009-03-25 12:16:00
329
原创 chanserv Parameters means
Note: Some properties (for example, the current DAT file size) are not available unless the Communicator Server is running. Note: Port changes do not take effect until the Communicator Server is res
2008-04-29 13:44:00
423
原创 HP-UX Release Name and Release Identifier
Each HP-UX 11i release has an associated release name and release identifier. The uname(1) command with the -r option returns the release identifier. Table 2 “HP-UX 11i Releases” lists the releases
2008-04-29 13:43:00
361
原创 error code 11 - Administrative Limit Exceeded
The problem is ldap server has limitation for the user about numbers of entries searched.Open your directory server (name), Configuration Folder, Performance. On right panel check Client Control fol
2008-04-29 13:41:00
951
转载 UNIX下文件打开太多的问题
打开文件太多提示的原因 一,什么情况下,会新建和打开文件:1,A JVM opens many files in order to read in the classes required to run your application. High volume applications can use a lot of files in many ways. 2,each new soc
2008-04-28 16:00:00
2882
原创 Wireshark Tips: capturing local traffic on Windows
The following post from the WinPcap user list gives details on how to configurea Windows box to capture local traffic (i.e. traffic between two entitiesrunning on the same machine). http://winpcap.
2007-11-02 19:39:00
617
转载 WinDbg配置和使用基础
WinDbg是微软发布的一款相当优秀的源码级(source-level)调试工具,可以用于Kernel模式调试和用户模式调试,还可以调试Dump文件。1. WinDbg介绍: Debugging Tools and Symbols: Getting Startedhttp://www.microsoft.com/whdc/devtools/debugging/debugstart
2007-05-10 10:39:00
7624
1
原创 java程序返回值
java程序中,可以用System.exit() 和 Runtime.exit() 以及Runtime.halt() 来强制结束一个进程,实际上,前两个是一回事。如果此函数的参数为正,则得到的返回值为该参数对256的余数。如果参数为负,返回值也是256的正余数,即加上若干个256,直到得到一个正值。在unix下, 用 echo $? 取进程的返回值。
2007-03-06 15:38:00
1534
1
原创 Unknown Service ID and Unknown sub-service ID
A service id is an integer which uniquely identifies each CORBA service.A sub-service id is a service id as returned to a client. When the client contacts that service, the service knows which clien
2006-02-08 15:06:00
1312
1
原创 在BusinessWare中使用中文
在Unix平台下,如果想在BusinessWare中使用中文(韩文、日文一样),还得设置几个地方。例如,在log文件中打印中文,在event inspector中查看中文。首先,得在unix shell中设置LANG环境变量,为“zh_CN.gb18030”之类的,通过locale命令可查看是否成功。重启bserv当然是必须的。其次,得在$VITRIA/data/install/bservlet.
2005-07-13 18:04:00
905
原创 Oracle安装XA
1) To install the basic JServer in the Oracle database.. i.e. CompleteJava Runtime, you must run $ORACLE_HOME/javavm/install/initjvm.sql asSYS. This will give you base JServer which is required to in
2005-03-07 18:16:00
1427
原创 SQL*PLUS命令的使用大全(收藏)
Oracle的sql*plus是与oracle进行交互的客户端工具。在sql*plus中,可以运行sql*plus命令与sql*plus语句。 我们通常所说的DML、DDL、DCL语句都是sql*plus语句,它们执行完后,都可以保存在一个被称为sql buffer的内存区域中,并且只能保存一条最近执行的sql语句,我们可以对保存在sql buffer中的sql 语句进行修改
2005-02-25 09:45:00
640
原创 Oracle实用sql
监控正在使用的临时表空间的信息 : select se.username ,se.sid ,su.extents ,su.blocks * to_number(rtrim(p.value)) as Space ,tablespace ,segtype ,sql_textfrom v$sort_usag
2005-02-24 17:36:00
771
原创 vi中替换文本的命令格式及如何去除^M
:1,$ s/pattern/replacement/g$指最后一行,最后的g是指某一行讲所有出现的pattern全部替换,否则只替换第一个。去除^M :1,$ s/^M//g^M用ctrl-V,ctrl-M输入也可以在shell下用命令做到: cat filename |tr -d /015 >newfile或者sed -e s/.$// mydos.txt > myunix.txt
2005-02-17 17:07:00
5058
原创 JDBC连接各种数据库方式速查表
下面罗列了各种数据库使用JDBC连接的方式,可以作为一个手册使用。 1、Oracle8/8i/9i数据库(thin模式) Class.forName("oracle.jdbc.driver.OracleDriver").newInstance(); String url="jdbc:oracle:thin:@localhost:1521:orcl"; //orcl为数据库的SI
2005-02-03 14:12:00
726
原创 Informix性能问题
客户使用了Informix数据库,应用我们的产品的时候,总是报”Invalid Statement id”错误,是在对PreparedStatement执行close操作的时候发生的。百思不得其解,我们也不能重现。后来发觉原来是版本问题造成的,我们的产品只支持Informix9.3以上,而客户使用的是9.2,上网一查,Informix9.2已经不提供技术支持了,而且问题多多,建议客
2005-01-31 10:28:00
951
原创 c与java中取精确到毫秒的时间
我们在编程中经常会为了测试性能,要取一个操作前后的时间差。在java中很简单,用System.currentTimeMillis()函数,就能够得到当前时间,精度为毫秒。在c语言中,大多数的日期类函数都是精确到秒的,如time(),localtime()。精确到毫秒的函数有ftime(),gettimeofday(),都是返回一个结构。其中ftime()在time.h中定义,返回一个str
2004-12-07 00:59:00
2445
转载 WinSock编程宝典
相信各位读者现在对於 Winsock 的定义、系统环境,以及一些 Winsock Stack 及 Winsock 应用程式,都有基本的认识了。接下来笔者希望能分几期为各位读者介绍一下简单的 Winsock 网路应用程式设计。 我们将以 Winsock 1.1 规格所定义的 46 个应用程式介面(API)为基础,逐 步来建立一对 TCP socket 主从架构(Client / Serve
2004-11-08 15:14:00
2008
原创 在代码中生成一个EventBody
在代码中生成一个EventBody,通常使用com.vitria.jct.EventLib的createEventFromJavaObjects()方法,此方法原型为 static com.vitria.fc.flow.EventBody createEventFromJavaObjects(
2004-11-08 14:55:00
923
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人