Google 网上论坛不再支持新的 Usenet 帖子或订阅项。历史内容仍可供查看。

Batch Server - Startup

已查看 21 次
跳至第一个未读帖子

Andrew Bartley

未读,
2005年8月24日 04:15:052005/8/24
收件人
Hello,

We now have a dedicated Batch server, and are about to go live with Axapta
at the start of next week.

Ive been looking around and trying to figure out the best way to get the
server to work. I would like to have 4 shortcuts on the servers desktop so
that if any stop and need to be started again we hit the shortcuts and it
automatically logs in and auto starts the batch server in the correct group.
-startupcmd=batch however, it doesnt let me choose a particular batch group
to run. Is it possible to enter a batch group name with this command?

Any help you can give me would be appreciated,

thanks,

Andrew Bartley

I can get the user id put in, but cant find anywhere I can set the user
password so it automattically logs the account in. Is this possible?

Plus i can auto start a batch server using the

Vadim Goncharenko

未读,
2005年8月24日 08:02:102005/8/24
收件人
Andrew Bartley wrote:

I would like to have 4 shortcuts on the servers desktop so
> that if any stop and need to be started again we hit the shortcuts and it
> automatically logs in and auto starts the batch server in the correct group.
> -startupcmd=batch however, it doesnt let me choose a particular batch group
> to run. Is it possible to enter a batch group name with this command?

you can modify \Classes\SysStartupCmdBatchRun\infoRun method

like this:

void infoRun()
{
batchRun batchRun = new batchRun();
;

batchRun.parmUseForm(true);

// ->
batchRun.parmGroupId(parm);
// <-

batchRun.run();
}

> I can get the user id put in, but cant find anywhere I can set the user
> password so it automattically logs the account in. Is this possible?

use network account name (Settings \ Network account name) instead of
trying to save login and password anywhere

Andrew Bartley

未读,
2005年8月24日 08:51:022005/8/24
收件人
Thanks for the quick reply. I dont think i can connect via network name as I
am not doing that for the whole of the system. Unless it can be done for
specific users?

Andrew Bartley

未读,
2005年8月27日 07:06:012005/8/27
收件人
Well, these forums seem pretty dead. I would suggest people use:

http://www.axaptacentral.com/axapta.php

its pretty good. still no answer to my problems though :(

Andrew

Michael Costello [MSFT]

未读,
2005年8月27日 23:23:502005/8/27
收件人
Hello Andrew. Yes, you can enable network logins for specific users. I
also know that the instructions for network logins have been posted a few
times; however, here they are again.

In order to enable a network login; there are two steps:
Step 1:
1. Click on Administration and then users. This will open the users form
2. Select the particular user and then click on the General tab
3. Fill in the network account name
4. Close the User form

Step 2
1. Open the Axapta configuration utility
2. Remove the user from the User field
3. Click OK

/Michael

This posting is provided "AS IS" with no warranties, and confers no rights.
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
------------------------------------------------
"Andrew Bartley" <Andrew...@discussions.microsoft.com> wrote in message
news:4BD0F68A-4F14-4785...@microsoft.com...

0 个新帖子