[Axapta-Knowledge-Village] Retrieve Admin Password

2006-02-08 Thread sherin francis
Hi All, Just a quick question... Is there any way to retrieve the Admin password. Say, I have created 5 users but none of them have access to the Administration tab and can access the Users form...neither can they access the AOT... only the Admin.. whose password i have forgotten...

Re: [Axapta-Knowledge-Village] Retrieve Admin Password

2006-02-08 Thread Stefan Osterburg
Hi, go to the SQL Enterprise Manager find the table UserInfo in your respective database browse the table for the Admin user and empty the PASSWORD field for that record. After that you can log in to Axapta without password for the Admin user (and set a new password.) Stefan sherin francis

[Axapta-Knowledge-Village] Re: Retrieve Admin Password

2006-02-08 Thread Sherin
Hi Stefan, Thanks... I was expecting it wud encrypt the password if i changed it blank... But it didn't Thanks again --- In Axapta-Knowledge-Village@yahoogroups.com, Stefan Osterburg [EMAIL PROTECTED] wrote: Hi, go to the SQL Enterprise Manager find the table UserInfo in your respective

RE: [Axapta-Knowledge-Village] Re: Retrieve Admin Password

2006-02-08 Thread Kim Truelsen
Hi It is only on Admin you can do that trick. This option will not be available in version 4.0 Best regards Kim Truelsen Escalation Engineer II Microsoft Dynamics Ax EMEA Global Technical Support Center Microsoft Dynamics Direct / mobile_: +45 4489 0786 / +45 29499958

[Axapta-Knowledge-Village] Storing printer settings

2006-02-08 Thread Askeryd Thomas
I want to trigger the SysPrintForm from a button on a parm form and store the settings so that they can be used later for certain Reports. I get the idea but am not all to shure of how to actually get it all together. Am I correct assuming I need to create a new class extending the FormLetter

Re: [Axapta-Knowledge-Village] PO help...

2006-02-08 Thread raj verma
HI, just overwrite the lookUp method of the item and add range to it. Hope it will work For any other query just mail me with ur complete query Thanks manojkumar_asp [EMAIL PROTECTED] wrote: Hi, I need to add a new indicator to identify PO is Consignment PO in the

[Axapta-Knowledge-Village] AOS Server siezing........

2006-02-08 Thread sunil padhy
Hi All, I need some help on AOS server siezing? I am giving the proposal to our client for AOS server siezing. I need to know about the server requirement of AOS. Thanks Sunil __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

[Axapta-Knowledge-Village] Temporary table

2006-02-08 Thread Setiaji
Hi,all How can i see records in temporary table while im debugging ? I tried open 2 axapta application in the same time.But still cant see. - setiaji - Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. Yahoo! Groups Links * To visit your group on the web, go

Re: [Axapta-Knowledge-Village] Temporary table

2006-02-08 Thread kumar gaurav
hi setiaji, The scope of temporary table is completly local. It is intialized the moment you add one record to it and it remains only upto the current procedure is in progress. So there only you can catch the data. Hope it will help, Bye Kumar Setiaji [EMAIL PROTECTED]

Re: [Axapta-Knowledge-Village] Temporary table

2006-02-08 Thread Setiaji
Thx for your immediate answer. How can i catch the data? - setiaji - kumar gaurav wrote: hi setiaji, The scope of temporary table is completly local. It is intialized the moment you add one record to it and it remains only upto the current procedure is in progress. So there only you

Re: [Axapta-Knowledge-Village] Temporary table

2006-02-08 Thread Paulius
Temporary table is alive only where you declared it and on runtime. It means that no data will be seen if you open another instance of anbject( e.g.class that does some calculation) or axapta even more. That's why static methods like Find() on temp tables will not work. The only way is to traverse

RE: [Axapta-Knowledge-Village] Re: Retrieve Admin Password

2006-02-08 Thread sunil padhy
Hi, If you want to reterive the admin password then go to the SQL enterprise manager and there is userinfo table is there select all the records and delete all the records after that log on to axapta and it will not ask u the password then u set your password at the same. before doing this