我正在使用我的开发环境设置的以下结构,我想这就是你正在寻找的。
以下是示例。
服务器名称:SRV01
在该服务器上为ex创建文件夹。 AX5并共享该文件夹。
文件夹结构:
AX5
--Application
----Appl
------Application_1
------Application_2
--AXC
------Application_1
-------- usr.axc configuration file
-------- cus.axc configuration file
------Application_2
-------- *.axc configuration file
--Client
--Server
--StartUp
------Application_1
-------- usr.bat with one line. In this case this would be \SRV01AX5ClientBinAx32.exe \SRV01AX5AXCApplication_1usr.axc
-------- cus.bat with one line. In this case this would be \SRV01AX5ClientBinAx32.exe \SRV01AX5AXCApplication_1cus.axc
------Application_2
-------- *.bat with one line. In this case this would be \SRV01AX5ClientBinAx32.exe \SRV01AX5AXCApplication_1*.axc
这是* .axc文件的示例
Configuration export file for Dynamics
Formatversion: 1
Configuration: usr.axc
logdir,Text,C:UsersPublicMicrosoftDynamics AxLog
company,Text,
startupcmd,Text,
extracmdline,Text,
startupmsg,Text,
aos2,Text,AOS_Instance_Name@SRV01:2712
aosencryption,Text,1
xppdebug,Text,1
globalbreakpoints,Int,1
aol,Text,usr
aolcode,Text,
traceeventsenabled,Text,1
tracestart,Int,0
tracexppmethodcalldepth,Text,3
client,Text,thin
_clientmode,Int,0
sql,Int,1
native,Int,0
hassqlpwd,Int,0
localappldoc,Int,0
localsysdoc,Int,0
applshare,Int,1
applexclusive,Int,0
hascompwd,Int,0
hasserveridletimeout,Int,0
allowunauth,Int,0
windowsauth,Text,1
sqloraclefirstrowsfix,Text,0
hasocipwd,Int,0
dbunicodeenabled,Text,1
cachesynctime,Text,
caslevel,Text,enable
language,Text,
_clientadname,Text,
aos,Text,
application,Text,
bindir,Text,\SRV01AX5ClientBin
broadcast,Text,
compwd,Text,
connectionidletimeout,Text,
createdsn,Text,
database,Text,AXDB
datadir,Text,\SRV01AX5ClientData
dbcli,Text,odbc
dbserver,Text,SRV01
directory,Text,\SRV01AX5Client
dsn,Text,
exposeserverprinters,Int,0
fetchahead,Text,
haswarnings,Int,0
hint,Text,
ignoredatasourceindex,Text,0
installationlanguage,Text,EN-US
internet,Text,SRV01
log,Text,
newconnectionretrycount,Text,
newconnectionretrydelayms,Text,
ociconnectservice,Text,1
ocidbid,Text,
ocihost,Text,
ociservice,Text,
ocitcpipport,Text,1521
opencursors,Text,
port,Text,
preloadthresholdmsec,Text,
preloadthresholdrecords,Text,
querytimelimit,Text,
retry,Text,
serveridletimeout,Text,
servermask,Text,2712
sqlbuffer,Text,
sqlcomplexliterals,Text,1
sqlformliterals,Text,1
sqlpwd,Text,
sqltrace,Text,0
sqluser,Text,
user,Text,
warnings,Text,
tracemaxfilesize,Text,10000
tracebuffersize,Text,1024
tracemaxbuffers,Text,120
traceminbuffers,Text,30
traceallowclient,Int,0
重要说明:在每台客户端PC上安装AX 2009客户端。在安装时,您将被要求说明AOS - 声明任何值。这个本地安装的AX 2009客户端需要使用几个不在GAC中的附加程序集。
最后 - 如何启动AX?只需运行* .bat文件即可。
希望我足够清楚,希望我明白你在寻找什么))