Re: [Axapta-Knowledge-Village] AOS Error:100

2008-06-23 Thread Sumit Loya
Hi Ashish,

This error can be caused if the user running the AOS service (Dynamics
server $01) is not having proper permissions to the SQL server database used
in DAX 4.0. Generally the user running this service is NT AUTHORITY\NETWORK.
Try adding this user to the SQL server database and assigning appropriate
permissions to the user for accessing the DB.

Regards,
Sumit Loya



On Mon, Jun 23, 2008 at 10:38 PM, Srivastava Ashish <
[EMAIL PROTECTED]> wrote:

>Hi,
>
> Good Morning!!
> we are in process of upgrading Axapta 3.0 to Microsoft Dynamics Ax 4.0
> Following are the steps I followed during the Data Upgrade:
> 1) Installed Microsoft Dynamics Ax(cleared the checkbox "Start the AOS
> Windows Service as part of installation")
> 2) Run the Dynamics AX DB Upgrade Tool
> 3) copy the updated application files to Microsoft
> Dynamics\4.0\Application\Appl\Standard
> 4)Delete the index file(Axapd.aoi)
> 5) Start the AOS
>
>
> while starting the AOS it is throwing error:
>
> The Dynamics Server$01-Company1 service terminated with service-specific
> error 100 (0x64)
>
>
>
> any help will be appreciated
>
>
>
> Thanks
>
> Ashish
>
>
>
> 
>


[Axapta-Knowledge-Village] Insert a space between existing Voucher Numbers

2008-06-23 Thread Koh Meng Chiat
Hi all,
 
 Will appreciate your help on how to insert a space in between existing voucher 
numbers, e.g. from 'AP-OP001' to 'AP-OP 001'. My code is as follows but 
it doesn't work. Appreciate your valuable input. 
 
 static void remove_VoucherSpace (Args _args)
 {
 LedgerJournalTable  _ledgerJournalTable ;
 LedgerJournalTrans  _ledgerJournalTrans ;
 str  txt;
 //txt ='APOP '
 ;
 ttsbegin;
 while select forupdate _ledgerJournalTrans where _ledgerJournalTrans 
.Voucher == 'APOP*'
 {
 if (LedgerJournalTable ::find(_ledgerJo urnalTrans. JournalNum) 
.JournalName like 'AP-OP')
 {
 _ledgerJournalTrans .Voucher = 'APOP ';
 _ledgerJournalTrans .update() ;
 }
 }
 ttscommit;
 info(strfmt( "Update completed as of %1", systemdateget( )));
 }
   

[Axapta-Knowledge-Village] AOS Error:100

2008-06-23 Thread Srivastava Ashish
Hi,

Good Morning!!
we are in process of upgrading Axapta 3.0 to Microsoft Dynamics Ax 4.0
Following are the steps I followed during the Data Upgrade:
1) Installed Microsoft Dynamics Ax(cleared the checkbox "Start the AOS
Windows Service as part of installation")
2) Run the Dynamics AX DB Upgrade Tool
3) copy the updated application files to Microsoft
Dynamics\4.0\Application\Appl\Standard
4)Delete the index file(Axapd.aoi)
5) Start the AOS


while starting the AOS it is throwing error:

The Dynamics Server$01-Company1 service terminated with service-specific
error 100 (0x64)



any help will be appreciated



Thanks

Ashish


Re: [Axapta-Knowledge-Village] Re: Registration Access rights

2008-06-23 Thread Girish Bhatkal
we should never modify the temporary property of standard AX tables, by doing 
so you will lose the functionality (unless you go and modify the classes 
appropriately). Since these tables are created for a specific purpose it would 
be a BAD idea to change the temporary property to No.
 
      I think you must be missing rights on some other table (even though you 
cannot individually set rights on temporary table they must be enabled for some 
other user group). If nothing works then the last thing you could try is to 
take off the security key from that temporary table.
 
regards
Girish

--- On Mon, 23/6/08, L Kalaiarasi <[EMAIL PROTECTED]> wrote:

From: L Kalaiarasi <[EMAIL PROTECTED]>
Subject: [Axapta-Knowledge-Village] Re: Registration Access rights
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Monday, 23 June, 2008, 6:58 AM






Hi,

Anytable that starts with tmp is a temperary table that is mostly 
used in reports/processes to store the intermediate output. You can 
check the property of the table. Temperary is set to 'Yes' for all 
the tables start with 'tmp'. No temperary table is shown in the 
security map though the security key is set. 

Choice 1:
You can remove the security key of this table. So that it can be 
accessed freely in the reports/processes.

Choice 2:
Can set the temperary property to "No" and grant the security key. 
But it affects the way the table is handled in Ax. 

I think that the better choice is to remove the security key.

Regards
Kalaiarasi

--- In Axapta-Knowledge- [EMAIL PROTECTED] ups.com, "kardo_ax" 
<[EMAIL PROTECTED] .> wrote:
>
> Hi all,
> 
> Whenever a user is trying to access the registration form from PO 
line -
> ---> Inventory ---> registration, the following message is showing:
> 
> "Not enough rights to use table: Registration/ Picking 
> (TmpInventTramsWMS) "
> 
> This table doesnt appear under invent tables as its security key 
> property is set to.
> 
> What is the way to solve this issue?
> 
> Thanks
>

 














  __
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html

RE: [Axapta-Knowledge-Village] Batch

2008-06-23 Thread Craig Fidler
Any docs relating to this

 

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Nitesh
Sent: Monday, June 23, 2008 3:12 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: [Axapta-Knowledge-Village] Batch

 

Hi Craig, 

 

Yes,  you can use Ax Batch Server as a Service by using  the tool nssm.exe
or Srvany.exe . 

 

 

Regards

Nitesh

 

On Mon, Jun 23, 2008 at 5:08 PM, Craig Fidler <[EMAIL PROTECTED]> wrote:

Hi All,

 

Anyway of running a batch server as a service? Using Ax4 Sp2

 

 

Thanks

 

 

<><>

Re: [Axapta-Knowledge-Village] Batch

2008-06-23 Thread Nitesh
Hi Craig,

Yes,  you can use Ax Batch Server as a Service by using  the tool nssm.exe
or Srvany.exe .


Regards
Nitesh

On Mon, Jun 23, 2008 at 5:08 PM, Craig Fidler <[EMAIL PROTECTED]> wrote:

>Hi All,
>
>
>
> Anyway of running a batch server as a service? Using Ax4 Sp2
>
>
>
>
>
> Thanks
>
> 
>


[Axapta-Knowledge-Village] Batch

2008-06-23 Thread Craig Fidler
Hi All,

 

Anyway of running a batch server as a service? Using Ax4 Sp2

 

 

Thanks



[Axapta-Knowledge-Village] Know Your mobile.........INFORMATION IS WEALTH

2008-06-23 Thread Saravanan
There are a few things that can be done in times of grave emergencies. 
Your mobile phone can actually be a life saver or an emergency tool for 
survival. Check out the things that you can do with it: - 

   ((1)) 

EMERGENCY   
The Emergency Number worldwide for   **Mobile** is   112 
If you find   yourself out of coverage area of your mobile network and there is 
an emergency, 
dial 112 
and the mobile will search any existing network to establish the emergency 
number for you, 
and interestingly this number 112   can be dialled even if the keypad is 
locked. 
**Try it out.** 

  ((2))   
Have you locked your keys in the car? Does you car have remote keys? 

This may come in handy someday. Good reason to own a cell phone:   
If you lock your keys in the car and the spare keys are at home, call 
someone at home on their cell phone from your cell phone. 
Hold your cell phone about a foot from your car door and have the person at 
your home press the unlock button, holding it near the mobile phone on their 
end. Your car will unlock. 
Saves someone fro having to drive your keys to you. Distance is no object. You 
could be hundreds of miles away, 
and if you can reach someone who has the other "remote" for your car, you can 
unlock the doors (or the trunk).   

((3)) 
Hidden battery  power   
Imagine your cell battery is   very low  , you are expecting an important call 
and you don't have a charger. 
Nokia instrument comes with a reserve battery. 
To activate, press the keys   
*3370# 
Your cell will restart with   this reserve and the instrument will show a 50% 
increase in battery.   
This reserve will get charged when you charge your cell next time AND... 

((4)) 
How to disable a STOLEN mobile phone? 

To check your Mobile phone's serial number, key in the following digits on your 
phone: 
* # 0 6 #   
A 15 digit code will appear on the screen. This number is unique to your 
handset. Write it down and keep it somewhere safe. when your phone get stolen, 
you can phone your service provider and give them this code. They will then be 
able to block your handset so even if the thief changes the SIM card, your 
phone will be totally useless. 
You probably won't get your phone back, but at least you know that whoever 
stole it can't use/sell it either. 

((5))   

Be care while using your mobile phone 
When you try to call someone through mobile phone,don't put your mobile closer 
to your ears until the recipient answers. Because directly after dialling, the 
mobile phone would use it's maximum signalling power, which is: 2 watts = 
33dbi, Plz Be Careful, Message as received (Save your brain) Please use left 
ear while using cell (mobile), because if you use the right one it will affect 
brain directly. This is a true fact from Apollo medical team . 

Please spread this useful information around   
SAFETY BY ALL FOR ALL