虽然dos已退出了历史舞台渐渐被人遗忘,但对于一些硬件底层的驱动开发还是必要的。DOS对外设采取模块化管理,设计了设备驱动程序表,可以获取一些在 windows下被控制的硬件资源,所以现在又不得不回归经典,不过还是学到了很多没有接触过或深入了解的东西,而且对于学习linux还有点帮助。在此先介绍dos下的网络连接。
随着计算机和网络的普及,计算机之间的联网操作(如文件的传输,聊天等)以及Internet网络显得越来越重要了。既然DOS有这么多的用户,那么如何 用它来实现联网呢?DR-DOS 7.xx和ROM-DOS 7.xx中自带联网(包括局域网和TCP/IP协议等)的功能,可是我们大家常用的MS-DOS却没有。但是,并不是没有办法,只是需要一些附加的软件。 比较好的有Netware Lite 1.x和Microsoft Network Client 3.0等(均可在本站的“网络工具”中下载),下面以Microsoft Network Client 3.0为例,讲述一下局域网的实现方法。关于DOS下Internet的连接方法,请看下文。
首先在需要联网的计算机中安装Microsoft Network Client 3.0(后文简称MSCLIENT),安装中输入各自的工作组,计算机名和IP地址,以及用户名和密码,并在列表中选择安装的网卡的型号。如果列表中没有 您的网卡的话,则需要网卡自带的驱动程序,通常在一张软盘中,也有可能在光盘中。当它提示输入OEM盘的时候,您就插入网卡的驱动程序磁盘,然后输入合适 的路径。由于各网络系统所需的网卡驱动程序并不一样,而对于MSCLIENT一般则选择驱动盘中的NDIS2或MSCLIENT文件夹,如A:/ MSCLIENT。只要正确的话,它就会进行自动安装了。至于网络协议,一般只要有NetBEUI和TCP/IP协议就够了,装太多会减慢网络的速度。安 装完成后,MSCLIENT会自动将网络启动命令放入AUTOEXEC.BAT中,重新启动计算机后就会发现网络自动启动了。当系统提示输入用户名和密码 时,输入刚才设置的就可以了。这时,网络就开始运转了,比如您想查看当前工作组下的所有计算机,可输入NET VIEW命令。
不过,这时候大家都还是客户机,还没有服务器,必须安装服务器才可以共享文件。安装后可用NETSHARE命令设置共享路径,如将D盘设为共享,如果必要 的话,还可以设置密码,以免非法访问。一旦设好服务器和共享,客户机就可以访问该计算机上的资源了。比如:NET USE E: //PC/C命令就会将名称为PC的计算机上的共享名为C的驱动器(或文件夹)重定向到E盘,此时远程计算机上的内容就可以像本地计算机那样访问了。不过 还有一点很重要,那就是要将MSCLIENT的文件和打印机的共享功能的设置打开,方法是用EDIT等文本编辑器打开MSCLIENT文件夹中的 SYSTEM.INI,将[network]项中的filesharing和printsharing的值全部改为yes,保存并退出后就可以使用文件和 打印机的共享功能了。
如果想将使用DOS和使用Windows的计算机相联,也是完全可以的。由于Windows 3.11 for Workgroups,Windows 9x以及Windows NT/2K/XP中采用的是一种叫做“Microsoft Windows Network”的网络,和DOS下的Microsoft Network Client 3.0是兼容的,所以它们之间可以实现非常完好的互相访问,就像DOS与DOS之间,或Windows与Windows之间的网络一样。不过要注意的是, 若想要使用DOS的计算机访问使用Windows NT/2K/XP的计算机,则一定要在Windows NT/2K/XP中设置DOS计算机的用户帐户,否则无法访问。
Microsoft Network Client 3.0中有许多非常实用的命令,如PING等,如果您想知道这些命令及其用法,请见“DOS文章”栏目。
除了使用MSCLIENT以外,还可以使用Netware等工具联网。以Netware Lite为例,安装完后直接执行STARTNET.BAT即可自动调入对等网(包括服务器)。这时可用它自带的NET命令进行全屏幕的网络管理,也可以用 命令行方式,比如NET MAP命令可重定向到对方的计算机(当然需先设置共享)。更简单的方法是,在加载了IPX协议(IPXODI.COM)后,直接利用 IPXCOPY.EXE命令(可在“DOS软件”中下载)进行文件传输,而不用启动服务器。方法是在一台计算机中用IPXCOPY命令启动接收器,在另一 台计算机上用“IPXCOPY 文件名”命令进行传输,其中文件名可为通配符,也可用/S选项以指定包括子文件夹中的文件。当然还有其它的方法,这儿就不再介绍了。
以上谈的是局域网的联接方法,下面谈谈上Internet的方法。通常上网有两种方式,一种是拨号上网,即通过调制解调器,另一种是通过网卡。对于 ISDN,ADSL等,方法类似于用普通的网卡上网。因此,上网的方法也分为两类。先说用网卡上网,通常网卡驱动程序盘中带有个叫Packet driver的驱动程序,通常在驱动磁盘的PKTDRV文件夹中,它就是DOS下连接Internet的最关键的网络接口驱动程序,大多数DOS下的 Internet程序都需要有它就可以实现上网的功能了(如果在网卡驱动程序盘中没有找到Packet驱动程序的话,可以在http: //www.crynwr.com/上查找)。例如,如果您的网卡是NE2000的,就可用驱动磁盘的PKTDRV文件夹中的NE2000.COM来驱动 网卡,只需在命令行上输入NE2000就可以了。不过,有些网卡的Packet驱动程序需要输入安装的IO地址,通常为0x60(即十进制的98),即执 行NE2000 0x60命令进行驱动程序的安装。如果不输入地址的话,一般网卡就按照默认值安装在0x60或0x62上。若您使用的是拨号上网的话,有两种方法,一种是 使用调制解调器的Packet驱动程序,另一种是使用浏览器时使用其自带的拨号器。对于前者,可以使用一个叫作LSPPP的程序(可以在本站的“驱动程 序”中下载),它的功能十分强大,命令行参数也比较多,可以用LSPPP /?命令查看。通常需要指定的参数有:调制解调器所在的端口号、要拨的电话号码、用户名以及密码等,比如假定调制解调器在COM4上,要拨的号码是 163,则可在DOS命令行下输入LSPPP /n:4 /d:163 /U:user /P:pwd来实现上网(一定要注意大小写和各参数之间的空格)。一旦网卡的Packet驱动程序或LSPPP运行成功,DOS系统实际上就已经连在了 Internet上,这时,各种DOS下的Internet软件就可以直接访问网络了(当然,要真正完成Internet的功能,还需网络程序自带的 TCP/IP协议)。 如果您在加载了网卡或调制解调器的Packet驱动程序后想断开Internet的连接的话,既可以用反安装Packet驱动程序的方法,如执行NE2000 -U命令,也可使用通用的Packet驱动终止程序TERMIN(可在本站的“网络工具”中下载),比如如果Packet驱动程序的安装地址是0x60,使用TERMIN 0x60就可以了。 如果您想使用浏览器自带的拨号器而不是调制解调器的Packet驱动程序进行上网的话,可以看下面Arachne的使用。
大家知道,要浏览网页时需要一个网络浏览器。DOS下最好的图形方式的浏览器是Arachne,功能十分强大,可在本站中下载。使用它进行拨号上网需要一 个支持DOS的调制解调器(包括硬件的调制解制解调器或带有DOS驱动程序的软件调制解调器,也可以在Win9x的DOS窗口中使用),选择设置屏幕中的 “使用Modem上网”后,Arachne会对调制解调器每个可能所在的端口进行检测,只要成功检测到一个就可以使用了。然后输入正确的电话号码,用户名 及密码,就可以进行拨号了。当然,如果已经使用了上面介绍的LSPPP实现调制解调器的Packet驱动程序的加载后,就不必再进行Arachne的拨号 了。这时,设置Arachne的方法就和设置Arachne使用网卡的Packet上网的方法一样了。如果是通过网卡上网的话则需要先运行上面提到的此网 卡的Packet驱动程序,注意必须安装在地址0x60上,否则Arachne无法识别。在Arachne中的设置屏幕中选择“使用网卡上网”,并选择 DHCP自动配置,只要网络正常的话,就可以查看网页了。为了加快速度,可在运行Arachne浏览器之前加载DOS下的磁盘缓冲程序 SMARTDRV.EXE。关于Arachne浏览器的具体使用方法,可见“DOS文章”栏目。
当然,DOS下真正使用Internet还有许多种方法,如使用调制解调器或网卡的Packet驱动程序后,用WATTCP程序(如WGET,Lynx) 等都可以实现网上资料的读取,比如在DOS命令行下用WGET www.yahoo.com命令就可以将Yahoo网站的首页下载下来,WGET甚至还支持断点续传功能。要想使用电子邮件,用Barebones E-mail等程序就可以轻易实现收发电子邮件(需知道邮箱的POP3及SMTP服务器地址)。对于FTP和Telnet等等操作,也可以使用相应的程序 来达到,如Wattcp FTP等,具体可在本站的“网络工具”中看到。DOS下有关网络的程序很多,这里就不再详述了。
相关的软件可以从google 或 用mail向我索取。
2008年8月5日星期二
Record of Oracle implement (2008-08-041)
Josef, what do you think.
I presume IBM/HP are comparable.
Arthur, we do not run IBM, just HP kit
Vladimir
Předmět
Fw: ERP Server hardware spec
IBM_AIX_560.xls, HP_rx6600.xls
Hi Vladimir
The attachment is the structure of the server.
We have two choice IBM & HP.
Which do you think we should choice?
( I think IBM should be better.)
Thanks
Best regards
----- Forwarded by Hongyi Wang/mis/tjn/avxasia on 2008-08-04 10:58 AM -----
2008-08-03 10:08 PM
To
cc
Subject
ERP Server hardware spec
Dear hongyi:
FYI
Best Regards!
**********************************************************************
范晓珏 Sunny Fan
前进国际集团
全进信息技术(上海)有限公司
AdvancedTEK Technology Inc.
Eastern China e-Business Management ERPDepartment
www.advtekgroup.com.cn
add:上海市肇家浜路777号青松城906室(P.C 200032)
tel:+86-021-64439352 13817605360
fax:+86-021-64438709
Email:sunny_fan@advtek.com.cn
MSN:sunnyfxj@hotmail.com
I presume IBM/HP are comparable.
Arthur, we do not run IBM, just HP kit
Vladimir
Předmět
Fw: ERP Server hardware spec
IBM_AIX_560.xls, HP_rx6600.xls
Hi Vladimir
The attachment is the structure of the server.
We have two choice IBM & HP.
Which do you think we should choice?
( I think IBM should be better.)
Thanks
Best regards
----- Forwarded by Hongyi Wang/mis/tjn/avxasia on 2008-08-04 10:58 AM -----
2008-08-03 10:08 PM
To
cc
Subject
ERP Server hardware spec
Dear hongyi:
FYI
Best Regards!
**********************************************************************
范晓珏 Sunny Fan
前进国际集团
全进信息技术(上海)有限公司
AdvancedTEK Technology Inc.
Eastern China e-Business Management ERPDepartment
www.advtekgroup.com.cn
add:上海市肇家浜路777号青松城906室(P.C 200032)
tel:+86-021-64439352 13817605360
fax:+86-021-64438709
Email:sunny_fan@advtek.com.cn
MSN:sunnyfxj@hotmail.com
Record of Oracle implement (2008-08-04)
Tony,
do you recommend to follow this structure to get our scope/costs?
Vladimir
Implement schedule of Oracle.
Hi Vladimir
The following is the preliminary schedule of Oracle.
Do you agree the schedule?
I will give you more details later.
8/04-8/08
(1天) Discuss with end users
1. 配销作业(2Hr)
2. Store management(2Hr)
3. Warehouse management(2Hr)
4. Finance management(2Hr)
5. G/L(2Hr)
6. Costing(2Hr)
8/12-8/15 Proposal
8/12-8/15 Preliminary quote of the project
8/18-8/22
(4Hr) Solution Presentation
8/18-8/22 Quote of the project
8/25-8/29 Evaluate
9/1-9/5 Sign contract
9/1-9/12 Preparing of Kick Off
9/15 Kick Off
Thanks
do you recommend to follow this structure to get our scope/costs?
Vladimir
Implement schedule of Oracle.
Hi Vladimir
The following is the preliminary schedule of Oracle.
Do you agree the schedule?
I will give you more details later.
8/04-8/08
(1天) Discuss with end users
1. 配销作业(2Hr)
2. Store management(2Hr)
3. Warehouse management(2Hr)
4. Finance management(2Hr)
5. G/L(2Hr)
6. Costing(2Hr)
8/12-8/15 Proposal
8/12-8/15 Preliminary quote of the project
8/18-8/22
(4Hr) Solution Presentation
8/18-8/22 Quote of the project
8/25-8/29 Evaluate
9/1-9/5 Sign contract
9/1-9/12 Preparing of Kick Off
9/15 Kick Off
Thanks
Record of Oracle implement (2008-07-30)
The Oracle team has given the consultant list just now, but they don't assign the role of PM.
They still discuss the topic about PM.
I think I can get the feedback about PM tomorrow.
The following is the consultant list
Rui Zhou Consultant rui_zhou@advtek.com.cn
Alex Tao Consultant alex_tao@advtek.com.cn
Lisa Lee Consultant lisa_lee@advtek.com.cn
They still discuss the topic about PM.
I think I can get the feedback about PM tomorrow.
The following is the consultant list
Rui Zhou Consultant rui_zhou@advtek.com.cn
Alex Tao Consultant alex_tao@advtek.com.cn
Lisa Lee Consultant lisa_lee@advtek.com.cn
Record of Oracle implement (2008-07-28)
Thnak you,
give me conntacts and tell him, we need to somehow prepare a 1st kick
to look at you/me/him before it gets any further.
Hope he has enough information from me now to give a preliminary plan
Vladimir
Hongyi Wang/
28.07.2008 13:28
Předmět
Re: FW: Re: Oracle Financials
Hi Vladimir
I think we should implement Oracle Finanical asap. My UF support service will be expired on 30/04/2009.
We can saving the support fee for 2009 if we can finished Fi warehouse & buyer model of Oracle before 30/04/2009.
I have contacted Oracle guys again today.
They will give me the newest message ASAP.
I think we can get the message tomorrow.
But i'm not sure.
Thanks
Best regards
Vladimir Krivka/mis/lkn/avxeur
2008-07-28 04:48 PM
Subject
FW: Re: Oracle Financials
hi,
any news, progress? where do you think things stand today?
Vladimir
----- Postoupil Vladimir Krivka/mis/lkn/avxeur dne 28.07.2008 10:46 -----
Vladimir Krivka/
25.07.2008 15:30
Komu
Kopie
Předmět
Re: Oracle Financials
Hi,
we have been talking since 18.6. on this topic.
When can we have a 1st preliminary cut of Oracle Financials Implementation in TianJin plant costs to discuss?
Can you advice the contacts in Oracle you deal with, so that we can get them together with Oracle UK to get this completed.
We need to come out with a 1st preliminary costs to implement you for discussion at corporate level
We will discuss licenses in paralel, leave it for now.
I need something in a week time, please advice the Oracle contact (mail/phone) and we'll talk to them together what they need from us to issue a proposal
Thanks
Vladimir
Hongyi Wang/
25.07.2008 07:40
Komu
Předmět
Re: Oracle Financials
Hi Vladimir
I think we need about 28 license for Tianjin
8 licenses are for finance & Mis.
20 licenses are for logistic, (Warehouse & buyer).
I have contacted Oracle China again today.
They told me we need to pay twice of the license fee for implementing Oracle 12i.
Could you tell me how much we have paied for the licenses?
Thank you very much
Vladimir Krivka/mis/lkn/avxeur
2008-07-22 07:08 PM
To
Hongyi Wang/mis/tjn/avxasia@AVX
cc
Shangpei Yang/gm/tjn/avxasia@AVX, Zhuying Wang/fin/tjn/avxasia@AVX
Subject
Re: Oracle Financials
Hi Arthur, thank you for update
Please, lets treat this as a working material, ask them to ask any questions they need to know from us on strategic directions.
Goal is to get a preliminary understanding of scope and costs
One central instance, version 12i, servers located in Lanskroun, Europe.
Current US implementation (1o plants) will define one Corporate Chart of Accounts. You would also sit on this central 12i instance
Lanskroun will initiate a paralel program to understand, how to get us to 12i (awaiting corporate chart of accounts)
We pay Oracle silver support. We would give you Oracle support contact to log your issues directly with support
Licenses are already covered centrally, I can share that with you
We would follow AIM (Aplication Implementation Method)
After go live based on TJN acceptance, we use Oracle's central support, metalink. You would have an account to log issues and get solution/workarounds
Lanskroun team would be maintaining accounts, patching and releasing updates to PRODuction instance
We presume the project be managed by TianJin in cooperation with us.
CapM will need to be considered here and yours. At the moment we do not know the best way forward, because we know little about 12i
My team however will adjust CapM so that it works with 12i, but we will need to work out together a switch over method, yet unknown
Timewise, we need now put together a preliminary scope and costs of implementation, so work on the basis of Financials + Manufacturing.
Vladimir
Hongyi Wang/
22.07.2008 11:56
Hi Vladimir
I have contacted Oracle China today.
We have discussed some details. But we have to wait the implement consultant for the quote.
I think we can get the quote on next week.
I think we should make sure some issue.
1) Do we put a Oracle server on China?
2) Who will submit the system bug or error to Oracle company.
3) How can we get the Oracle support?
4) Should we carry out the Oracle 12i Or we carry out Oracle 11i and then we update Oracle from 11i to 12i?
5) Should we update CAPM to 12i during carrying out Financial model or we still hold the CAPM on 10g?
Thank you very much
Best regards
Arthur Wang
Vladimir Krivka
2008-07-21 07:15 PM
Subject
Re: Oracle Financials
Hi, any update? Any news with your Oracle?
Do you need some from me, or is it moving at yours?
Vladimir
Hongyi Wang/
18.06.2008 09:39
Kopie
Předmět
Re: Oracle Financials
Hi Vladimir
What should i do on China now?
Could you give me some details about Oracle of Fi model?
Thank you very much
Vladimir Krivka
2008-06-18 02:52 PM
Judy,
I spoke to Peter Collis, suggesting we should get moving some scoping study for your plant.
Hoping we could possibly implement along US project in the pipeline.
He told me, he adviced you to go ahead and scope it.
If you need anything, advice and I will help you if I can
Vladimir
give me conntacts and tell him, we need to somehow prepare a 1st kick
to look at you/me/him before it gets any further.
Hope he has enough information from me now to give a preliminary plan
Vladimir
Hongyi Wang/
28.07.2008 13:28
Předmět
Re: FW: Re: Oracle Financials
Hi Vladimir
I think we should implement Oracle Finanical asap. My UF support service will be expired on 30/04/2009.
We can saving the support fee for 2009 if we can finished Fi warehouse & buyer model of Oracle before 30/04/2009.
I have contacted Oracle guys again today.
They will give me the newest message ASAP.
I think we can get the message tomorrow.
But i'm not sure.
Thanks
Best regards
Vladimir Krivka/mis/lkn/avxeur
2008-07-28 04:48 PM
Subject
FW: Re: Oracle Financials
hi,
any news, progress? where do you think things stand today?
Vladimir
----- Postoupil Vladimir Krivka/mis/lkn/avxeur dne 28.07.2008 10:46 -----
Vladimir Krivka/
25.07.2008 15:30
Komu
Kopie
Předmět
Re: Oracle Financials
Hi,
we have been talking since 18.6. on this topic.
When can we have a 1st preliminary cut of Oracle Financials Implementation in TianJin plant costs to discuss?
Can you advice the contacts in Oracle you deal with, so that we can get them together with Oracle UK to get this completed.
We need to come out with a 1st preliminary costs to implement you for discussion at corporate level
We will discuss licenses in paralel, leave it for now.
I need something in a week time, please advice the Oracle contact (mail/phone) and we'll talk to them together what they need from us to issue a proposal
Thanks
Vladimir
Hongyi Wang/
25.07.2008 07:40
Komu
Předmět
Re: Oracle Financials
Hi Vladimir
I think we need about 28 license for Tianjin
8 licenses are for finance & Mis.
20 licenses are for logistic, (Warehouse & buyer).
I have contacted Oracle China again today.
They told me we need to pay twice of the license fee for implementing Oracle 12i.
Could you tell me how much we have paied for the licenses?
Thank you very much
Vladimir Krivka/mis/lkn/avxeur
2008-07-22 07:08 PM
To
Hongyi Wang/mis/tjn/avxasia@AVX
cc
Shangpei Yang/gm/tjn/avxasia@AVX, Zhuying Wang/fin/tjn/avxasia@AVX
Subject
Re: Oracle Financials
Hi Arthur, thank you for update
Please, lets treat this as a working material, ask them to ask any questions they need to know from us on strategic directions.
Goal is to get a preliminary understanding of scope and costs
One central instance, version 12i, servers located in Lanskroun, Europe.
Current US implementation (1o plants) will define one Corporate Chart of Accounts. You would also sit on this central 12i instance
Lanskroun will initiate a paralel program to understand, how to get us to 12i (awaiting corporate chart of accounts)
We pay Oracle silver support. We would give you Oracle support contact to log your issues directly with support
Licenses are already covered centrally, I can share that with you
We would follow AIM (Aplication Implementation Method)
After go live based on TJN acceptance, we use Oracle's central support, metalink. You would have an account to log issues and get solution/workarounds
Lanskroun team would be maintaining accounts, patching and releasing updates to PRODuction instance
We presume the project be managed by TianJin in cooperation with us.
CapM will need to be considered here and yours. At the moment we do not know the best way forward, because we know little about 12i
My team however will adjust CapM so that it works with 12i, but we will need to work out together a switch over method, yet unknown
Timewise, we need now put together a preliminary scope and costs of implementation, so work on the basis of Financials + Manufacturing.
Vladimir
Hongyi Wang/
22.07.2008 11:56
Hi Vladimir
I have contacted Oracle China today.
We have discussed some details. But we have to wait the implement consultant for the quote.
I think we can get the quote on next week.
I think we should make sure some issue.
1) Do we put a Oracle server on China?
2) Who will submit the system bug or error to Oracle company.
3) How can we get the Oracle support?
4) Should we carry out the Oracle 12i Or we carry out Oracle 11i and then we update Oracle from 11i to 12i?
5) Should we update CAPM to 12i during carrying out Financial model or we still hold the CAPM on 10g?
Thank you very much
Best regards
Arthur Wang
Vladimir Krivka
2008-07-21 07:15 PM
Subject
Re: Oracle Financials
Hi, any update? Any news with your Oracle?
Do you need some from me, or is it moving at yours?
Vladimir
Hongyi Wang/
18.06.2008 09:39
Kopie
Předmět
Re: Oracle Financials
Hi Vladimir
What should i do on China now?
Could you give me some details about Oracle of Fi model?
Thank you very much
Vladimir Krivka
2008-06-18 02:52 PM
Judy,
I spoke to Peter Collis, suggesting we should get moving some scoping study for your plant.
Hoping we could possibly implement along US project in the pipeline.
He told me, he adviced you to go ahead and scope it.
If you need anything, advice and I will help you if I can
Vladimir
Record of Oracle implement (2008-07-25)
Hi,
we have been talking since 18.6. on this topic.
When can we have a 1st preliminary cut of Oracle Financials Implementation in TianJin plant costs to discuss?
Can you advice the contacts in Oracle you deal with, so that we can get them together with Oracle UK to get this completed.
We need to come out with a 1st preliminary costs to implement you for discussion at corporate level
We will discuss licenses in paralel, leave it for now.
I need something in a week time, please advice the Oracle contact (mail/phone) and we'll talk to them together what they need from us to issue a proposal
Thanks
Vladimir
25.07.2008 07:40
Re: Oracle Financials
Hi Vladimir
I think we need about 28 license for Tianjin
8 licenses are for finance & Mis.
20 licenses are for logistic, (Warehouse & buyer).
I have contacted Oracle China again today.
They told me we need to pay twice of the license fee for implementing Oracle 12i.
Could you tell me how much we have paied for the licenses?
Thank you very much
Vladimir Krivka/
2008-07-22 07:08 PM
Hi Arthur, thank you for update
Please, lets treat this as a working material, ask them to ask any questions they need to know from us on strategic directions.
Goal is to get a preliminary understanding of scope and costs
One central instance, version 12i, servers located in Lanskroun, Europe.
Current US implementation (1o plants) will define one Corporate Chart of Accounts. You would also sit on this central 12i instance
Lanskroun will initiate a paralel program to understand, how to get us to 12i (awaiting corporate chart of accounts)
We pay Oracle silver support. We would give you Oracle support contact to log your issues directly with support
Licenses are already covered centrally, I can share that with you
We would follow AIM (Aplication Implementation Method)
After go live based on TJN acceptance, we use Oracle's central support, metalink. You would have an account to log issues and get solution/workarounds
Lanskroun team would be maintaining accounts, patching and releasing updates to PRODuction instance
We presume the project be managed by TianJin in cooperation with us.
CapM will need to be considered here and yours. At the moment we do not know the best way forward, because we know little about 12i
My team however will adjust CapM so that it works with 12i, but we will need to work out together a switch over method, yet unknown
Timewise, we need now put together a preliminary scope and costs of implementation, so work on the basis of Financials + Manufacturing.
Vladimir
Hongyi Wang/
22.07.2008 11:56
Předmět
Re: Oracle Financials
Hi Vladimir
I have contacted Oracle China today.
We have discussed some details. But we have to wait the implement consultant for the quote.
I think we can get the quote on next week.
I think we should make sure some issue.
1) Do we put a Oracle server on China?
2) Who will submit the system bug or error to Oracle company.
3) How can we get the Oracle support?
4) Should we carry out the Oracle 12i Or we carry out Oracle 11i and then we update Oracle from 11i to 12i?
5) Should we update CAPM to 12i during carrying out Financial model or we still hold the CAPM on 10g?
Thank you very much
Vladimir Krivka/
2008-07-21 07:15 PM
To
Hongyi Wang/
cc
Subject
Re: Oracle Financials
Hi, any update? Any news with your Oracle?
Do you need some from me, or is it moving at yours?
Vladimir
Hongyi Wang/
18.06.2008 09:39
Komu
Kopie
Předmět
Re: Oracle Financials
Hi Vladimir
What should i do on China now?
Could you give me some details about Oracle of Fi model?
Thank you very much
Best regards
Vladimir Krivka/
2008-06-18 02:52 PM
Subject
Oracle Financials
Judy,
I spoke to Peter Collis, suggesting we should get moving some scoping study for your plant.
Hoping we could possibly implement along US project in the pipeline.
He told me, he adviced you to go ahead and scope it.
If you need anything, advice and I will help you if I can
Vladimir
we have been talking since 18.6. on this topic.
When can we have a 1st preliminary cut of Oracle Financials Implementation in TianJin plant costs to discuss?
Can you advice the contacts in Oracle you deal with, so that we can get them together with Oracle UK to get this completed.
We need to come out with a 1st preliminary costs to implement you for discussion at corporate level
We will discuss licenses in paralel, leave it for now.
I need something in a week time, please advice the Oracle contact (mail/phone) and we'll talk to them together what they need from us to issue a proposal
Thanks
Vladimir
25.07.2008 07:40
Re: Oracle Financials
Hi Vladimir
I think we need about 28 license for Tianjin
8 licenses are for finance & Mis.
20 licenses are for logistic, (Warehouse & buyer).
I have contacted Oracle China again today.
They told me we need to pay twice of the license fee for implementing Oracle 12i.
Could you tell me how much we have paied for the licenses?
Thank you very much
Vladimir Krivka/
2008-07-22 07:08 PM
Hi Arthur, thank you for update
Please, lets treat this as a working material, ask them to ask any questions they need to know from us on strategic directions.
Goal is to get a preliminary understanding of scope and costs
One central instance, version 12i, servers located in Lanskroun, Europe.
Current US implementation (1o plants) will define one Corporate Chart of Accounts. You would also sit on this central 12i instance
Lanskroun will initiate a paralel program to understand, how to get us to 12i (awaiting corporate chart of accounts)
We pay Oracle silver support. We would give you Oracle support contact to log your issues directly with support
Licenses are already covered centrally, I can share that with you
We would follow AIM (Aplication Implementation Method)
After go live based on TJN acceptance, we use Oracle's central support, metalink. You would have an account to log issues and get solution/workarounds
Lanskroun team would be maintaining accounts, patching and releasing updates to PRODuction instance
We presume the project be managed by TianJin in cooperation with us.
CapM will need to be considered here and yours. At the moment we do not know the best way forward, because we know little about 12i
My team however will adjust CapM so that it works with 12i, but we will need to work out together a switch over method, yet unknown
Timewise, we need now put together a preliminary scope and costs of implementation, so work on the basis of Financials + Manufacturing.
Vladimir
Hongyi Wang/
22.07.2008 11:56
Předmět
Re: Oracle Financials
Hi Vladimir
I have contacted Oracle China today.
We have discussed some details. But we have to wait the implement consultant for the quote.
I think we can get the quote on next week.
I think we should make sure some issue.
1) Do we put a Oracle server on China?
2) Who will submit the system bug or error to Oracle company.
3) How can we get the Oracle support?
4) Should we carry out the Oracle 12i Or we carry out Oracle 11i and then we update Oracle from 11i to 12i?
5) Should we update CAPM to 12i during carrying out Financial model or we still hold the CAPM on 10g?
Thank you very much
Vladimir Krivka/
2008-07-21 07:15 PM
To
Hongyi Wang/
cc
Subject
Re: Oracle Financials
Hi, any update? Any news with your Oracle?
Do you need some from me, or is it moving at yours?
Vladimir
Hongyi Wang/
18.06.2008 09:39
Komu
Kopie
Předmět
Re: Oracle Financials
Hi Vladimir
What should i do on China now?
Could you give me some details about Oracle of Fi model?
Thank you very much
Best regards
Vladimir Krivka/
2008-06-18 02:52 PM
Subject
Oracle Financials
Judy,
I spoke to Peter Collis, suggesting we should get moving some scoping study for your plant.
Hoping we could possibly implement along US project in the pipeline.
He told me, he adviced you to go ahead and scope it.
If you need anything, advice and I will help you if I can
Vladimir
Record of Oracle implement (2008-07-22)
Hi Arthur, thank you for update
Please, lets treat this as a working material, ask them to ask any questions they need to know from us on strategic directions.
Goal is to get a preliminary understanding of scope and costs
One central instance, version 12i, servers located in Lanskroun, Europe.
Current US implementation (1o plants) will define one Corporate Chart of Accounts. You would also sit on this central 12i instance
Lanskroun will initiate a paralel program to understand, how to get us to 12i (awaiting corporate chart of accounts)
We pay Oracle silver support. We would give you Oracle support contact to log your issues directly with support
Licenses are already covered centrally, I can share that with you
We would follow AIM (Aplication Implementation Method)
After go live based on TJN acceptance, we use Oracle's central support, metalink. You would have an account to log issues and get solution/workarounds
Lanskroun team would be maintaining accounts, patching and releasing updates to PRODuction instance
We presume the project be managed by TianJin in cooperation with us.
CapM will need to be considered here and yours. At the moment we do not know the best way forward, because we know little about 12i
My team however will adjust CapM so that it works with 12i, but we will need to work out together a switch over method, yet unknown
Timewise, we need now put together a preliminary scope and costs of implementation, so work on the basis of Financials + Manufacturing.
Vladimir
Re: Oracle Financials
Hi Vladimir
I have contacted Oracle China today.
We have discussed some details. But we have to wait the implement consultant for the quote.
I think we can get the quote on next week.
I think we should make sure some issue.
1) Do we put a Oracle server on China?
2) Who will submit the system bug or error to Oracle company.
3) How can we get the Oracle support?
4) Should we carry out the Oracle 12i Or we carry out Oracle 11i and then we update Oracle from 11i to 12i?
5) Should we update CAPM to 12i during carrying out Financial model or we still hold the CAPM on 10g?
Thank you very much
Subject
Re: Oracle Financials
Hi, any update? Any news with your Oracle?
Do you need some from me, or is it moving at yours?
Vladimir
Hi Vladimir
What should i do on China now?
Could you give me some details about Oracle of Fi model?
Thank you very much
Best
Judy,
I spoke to Peter Collis, suggesting we should get moving some scoping study for your plant.
Hoping we could possibly implement along US project in the pipeline.
He told me, he adviced you to go ahead and scope it.
If you need anything, advice and I will help you if I can
Vladimir
Please, lets treat this as a working material, ask them to ask any questions they need to know from us on strategic directions.
Goal is to get a preliminary understanding of scope and costs
One central instance, version 12i, servers located in Lanskroun, Europe.
Current US implementation (1o plants) will define one Corporate Chart of Accounts. You would also sit on this central 12i instance
Lanskroun will initiate a paralel program to understand, how to get us to 12i (awaiting corporate chart of accounts)
We pay Oracle silver support. We would give you Oracle support contact to log your issues directly with support
Licenses are already covered centrally, I can share that with you
We would follow AIM (Aplication Implementation Method)
After go live based on TJN acceptance, we use Oracle's central support, metalink. You would have an account to log issues and get solution/workarounds
Lanskroun team would be maintaining accounts, patching and releasing updates to PRODuction instance
We presume the project be managed by TianJin in cooperation with us.
CapM will need to be considered here and yours. At the moment we do not know the best way forward, because we know little about 12i
My team however will adjust CapM so that it works with 12i, but we will need to work out together a switch over method, yet unknown
Timewise, we need now put together a preliminary scope and costs of implementation, so work on the basis of Financials + Manufacturing.
Vladimir
Re: Oracle Financials
Hi Vladimir
I have contacted Oracle China today.
We have discussed some details. But we have to wait the implement consultant for the quote.
I think we can get the quote on next week.
I think we should make sure some issue.
1) Do we put a Oracle server on China?
2) Who will submit the system bug or error to Oracle company.
3) How can we get the Oracle support?
4) Should we carry out the Oracle 12i Or we carry out Oracle 11i and then we update Oracle from 11i to 12i?
5) Should we update CAPM to 12i during carrying out Financial model or we still hold the CAPM on 10g?
Thank you very much
Subject
Re: Oracle Financials
Hi, any update? Any news with your Oracle?
Do you need some from me, or is it moving at yours?
Vladimir
Hi Vladimir
What should i do on China now?
Could you give me some details about Oracle of Fi model?
Thank you very much
Best
Judy,
I spoke to Peter Collis, suggesting we should get moving some scoping study for your plant.
Hoping we could possibly implement along US project in the pipeline.
He told me, he adviced you to go ahead and scope it.
If you need anything, advice and I will help you if I can
Vladimir
订阅:
博文 (Atom)