RE: [Axapta-Knowledge-Village] Re: How to debug web forms?

2007-03-08 Thread Stefan Capiau
Hi Ronnie, Start / run Enter the following command : mstsc.exe /console Regards, Stefan From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ronnie Lu Sent: donderdag 8 maart 2007 6:32 To: Axapta-Knowledge-Village@yahoogroups.com Subject: RE

RE: [Axapta-Knowledge-Village] Re: How to debug web forms?

2007-03-06 Thread Stefan Capiau
Hi Mikael, I just received a hint. the microsoft procedure only works if you connect to the AOS using the console option and debug from the aos. Regards, Stefan _ From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mikael1_1976 Sent: dinsdag

[Axapta-Knowledge-Village] Re: Customer Master

2007-01-30 Thread Stefan Capiau
Hi Rajesh, I'm working on an implementatation with currently over 4 million customers (and over 10 million crm relations). we are working on 3.0 SP2 with KR2 on an SQL2005 environment. If all data belongs to one company, you should be considering removing the dataareaid as first keyfield in the in

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 sher

Re: [Axapta-Knowledge-Village] Copying a record

2006-01-08 Thread Stefan Osterburg
just write emp2.data(emp1); and afterwards change any fields in emp2 you need to change before inserting. Stefan pvraghavanmca schrieb: > Hi all, >I want to add a button called "copy from" in a form.By clicking > that button i want to copy the data from one re

Re: [Axapta-Knowledge-Village] order by

2006-01-06 Thread Stefan Osterburg
create a view in AOT that groups and sums up your data and then perform your select on the view. ccaannttoo schrieb: > Hi all, i've some question. below is my data 2 fields (type and qty) > type qty > typeA 1 > typeA 1 > typeB 2 > typeB 2 > typeC 3 > typeC 3 > > can i sum (qty) and group by typ

[Axapta-Knowledge-Village] Re: Performance

2006-01-06 Thread Stefan Capiau
tries. At this moment I'm still not sure if this is an Axapta or an SQL or a link Axapta-SQL issue. Regards, Stefan --- In Axapta-Knowledge-Village@yahoogroups.com, "Maverick" <[EMAIL PROTECTED]> wrote: > > Thanks Kumar, > > Since million of records to be upda

[Axapta-Knowledge-Village] Re: Performance

2005-12-21 Thread Stefan Capiau
So, I'm very curious ! Regards, Stefan --- In Axapta-Knowledge-Village@yahoogroups.com, "Harry Deshpande" <[EMAIL PROTECTED]> wrote: > > > > Hi > > From which tables are u getting the information from? Do you do any > updates on these tables like mark a r

[Axapta-Knowledge-Village] Re: Performance

2005-12-21 Thread Stefan Capiau
HI Barry, Are you talking about the sql transaction log, the commitment control in Axapta ? We have done tests with putting commitment round the entire process and doing a commit after each 500 records. No big change in performance. Regards, Stefan --- In Axapta-Knowledge-Village

[Axapta-Knowledge-Village] Re: Performance

2005-12-20 Thread Stefan Capiau
All extra hints are very much appreciated ! Regards, Stefan --- In Axapta-Knowledge-Village@yahoogroups.com, Varden Morris <[EMAIL PROTECTED]> wrote: > > Hi Stefan > > There are countless ways in which performance may be improved but it depends on your specific sit

[Axapta-Knowledge-Village] Re: Performance

2005-12-20 Thread Stefan Capiau
new period. During this process we do a lot of reading and updating/writing on the same table. Can this be a problem ? Regards, Stefan --- In Axapta-Knowledge-Village@yahoogroups.com, "James Flavell" <[EMAIL PROTECTED]> wrote: > > My first guess would be the SQL lockin

[Axapta-Knowledge-Village] Performance

2005-12-20 Thread Stefan Capiau
on 20 clients, the first clients takes a couple of minutes whereas the last takes over 2 hours. Is this sounding familiar to somebody ? Stefan Yahoo! Groups Sponsor ~--> Help the victims of the Pakistan/India earthquake rebuild their lives. h

RE: [Axapta-Knowledge-Village] Record Level Security Questions.

2005-09-22 Thread Stefan Capiau
tables.   Regards, Stefan From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nicholas Smith Sent: donderdag 22 september 2005 15:13 To: Axapta-Knowledge-Village@yahoogroups.com Cc: Fitzgerald Faulknor Subject: [Axapta-Knowledge-Village] Record Level

[Axapta-Knowledge-Village] Setting global page margins for all reports in Axapta

2005-08-22 Thread Stefan Osterburg
place were a user would have the possibility to set these fields in standard Axapta - for now I have added a new Tab with these fields on the SysUserinfo form myself. Stefan Osterburg schrieb: > Hi, > > Is there an easy way to set page margins globally for all reports in

[Axapta-Knowledge-Village] Setting global page margins for all reports in Axapta

2005-08-19 Thread Stefan Osterburg
Hi, Is there an easy way to set page margins globally for all reports in Axapta? Stefan Yahoo! Groups Sponsor ~--> http://us.ard.yahoo.com/SIG=12h0e9gof/M=362131.6882500.7825259.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1124490107/A=2889190/

[Axapta-Knowledge-Village] Re: Scan with NOLOCK

2005-06-24 Thread Stefan Heidkamp
Hi Amit, here the message in english: A record in the table InventTrans cannot be selected. The SQL database has reported an error. SQL error message:… Scan with NOLOCK could not be continued due to a data deferment. Stefan --- In Axapta-Knowledge-Village@yahoogroups.com, Amit Jain

[Axapta-Knowledge-Village] Scan with NOLOCK

2005-06-24 Thread Stefan Heidkamp
Datenverschiebung nicht fortgesetzt werden. Has anyone an idea whats the problem is? Many thanks in advance. Best regards Stefan Heidkamp Sharing the knowledge on Axapta. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Axapta-Knowledge-V

[Axapta-Knowledge-Village] Scan with NOLOCK

2005-06-24 Thread Stefan Heidkamp
Datenverschiebung nicht fortgesetzt werden. Could anyone tell us what's the problem is? Many thanks in advance. Best regards Stefan Heidkamp Sharing the knowledge on Axapta. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Axapta-Knowle

[Axapta-Knowledge-Village] upper limit of open cursors

2005-06-16 Thread Stefan Heidkamp
mer and want to save the customer. Does anyone know this error? How can we solve the problem? Many thanks in advance. Stefan Heidkamp Sharing the knowledge on Axapta. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Axapta-Knowl

AW: [Axapta-Knowledge-Village] Re: Business relations

2005-06-13 Thread Heidkamp Stefan
Hi JayKay   now we are using the standard Axapta CRM. We update from 2.5 to 3.0 and the reason for the problem was the assumed method “showname” from 2.5   Now we could saving the name.   Many thanks for your answer.   Stefan Heidkamp   -Ursprüngliche Nachricht- Von

[Axapta-Knowledge-Village] Business relations

2005-06-10 Thread Stefan Heidkamp
Hi all, we use Axapta 3.0 SP3. When we want to create a new business relation we cannot save a name for the business relation. Does anyone know this problem? Is it a bug maybe? Many thanks in advance for your answers! Stefan Heidkamp Yahoo! Groups Sponsor

[Axapta-Knowledge-Village] Transaction text

2005-04-28 Thread Stefan Heidkamp
Hi all we want to change %4, %5 and %6 - reserved for user adjustments - in the transaction text. Where can we make this change in the system? We have search also under classes without success. Can anybody give us a tip? Thanks in advance. Best regards Stefan Heidkamp

[Axapta-Knowledge-Village] I_1626ITEMIDX

2005-04-28 Thread Stefan Heidkamp
emIdx Enthält Duplikatdatensätze (nicht zulässig gemäß Index). How can we solve this problem? Many thanks in advance. Stefan Heidkamp Yahoo! Groups Sponsor ~--> Has someone you know been affected by illness or disease? Network for Good is T

AW: [Axapta-Knowledge-Village] French labels for the menus

2005-04-20 Thread Heidkamp Stefan
Hi Varden   many thanks for your answer.     Stefan Heidkamp   -Ursprüngliche Nachricht- Von: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Varden Morris Gesendet: Mittwoch, 20. April 2005 13:33 An: Axapta-Knowledge-Village

AW: [Axapta-Knowledge-Village] French labels for the menus

2005-04-20 Thread Heidkamp Stefan
Hi Ahmed,   many thanks for your answer.   Regards,   Stefan Heidkamp   -Ursprüngliche Nachricht- Von: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Ahmed Maghraby Gesendet: Mittwoch, 20. April 2005 13:04 An: Axapta-Knowledge-Village

[Axapta-Knowledge-Village] French labels for the menus

2005-04-20 Thread Stefan Heidkamp
Hi all, we want to use the French language for the menus. How could we additional import French labels for the menus? We have established that the translations are not present. Thanks a lot! Stefan Heidkamp Yahoo! Groups Sponsor ~-->

Re: [Axapta-Knowledge-Village] Starting & Stopping Axapta from command line

2005-04-09 Thread Stefan Osterburg
Hi, you can start the Axapta Object server on the command line using: net start "Axapta Object Server" and stop it using net stop "Axapta Object Server" Stefan Osterburg Mohammed Sadiq schrieb: > Hi Everyone. > > We are using Axapta 3.0 Object Server in 3-

AW: [Axapta-Knowledge-Village] Need some tutorial

2005-03-10 Thread Heidkamp Stefan
Hi all,   that’s a great thing. I’m very interested in these guides too if procurable.   Thanks Stefan Heidkamp   -Ursprüngliche Nachricht- Von: lokesh kant [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 10. März 2005 17:39 An: Axapta-Knowledge-Village@yahoogroups.com

[Axapta-Knowledge-Village] conflict of sorting to the equal to-Operation

2005-02-18 Thread Stefan Heidkamp
Hi all, lately we get different errors of conflict of sorting to the equal to- operation. We assume that is an result of the changes of tables. Is that true? But why changes the sortings? Many thanks in advance! Stefan Heidkamp Yahoo! Groups Sponsor

Re: [Axapta-Knowledge-Village] Strange Layer problem

2005-01-31 Thread Stefan Osterburg
have you compiled your application after installing the dis/dip-layers? Cenk Ince schrieb: > Hi all > > I have a problem on layers, Class LedgerVoucherObject is in dip layer and > when i post packingslip on salesorder, i get error because it can't run code > below. transDateTotals returns null

Re: [Axapta-Knowledge-Village] query question

2005-01-28 Thread Stefan Osterburg
realy an option if you want longer then or shorther then but nice > workaroud for = or != > > > /Gert D'Hollander/ > Transaction Management > *SPE*-*Citypower* nv/ / > /tel. 09 38 77 681/ > /fax. 09 38 77 689/ > > -Oorspronk

Re: [Axapta-Knowledge-Village] query question

2005-01-27 Thread Stefan Osterburg
try the following: select forupdate exu_delpoint where !(exu_delpoint.extnum like '???' Gert D'Hollander schrieb: > > > > > Hi, > > I have a problem with a x++ query > > I want to do somthing like > > select forupdate exu_delpoint where strlen(exu_delpoint.ex

[Axapta-Knowledge-Village] call order

2005-01-19 Thread Stefan Heidkamp
Hi all, we use Axapta 2.5 SP4 and we work with call orders. While all "Sales Create Release Orders" have status invoiced the status of the call order won't set automatically to invoiced. Is this a bug? Many thanks in advance Stefan Heidkamp ---

[Axapta-Knowledge-Village] SQL database error -> equal to-operation

2005-01-10 Thread Stefan Heidkamp
ks in advance, Stefan Yahoo! Groups Sponsor ~--> In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide! http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/k

[Axapta-Knowledge-Village] MBS CRM

2005-01-05 Thread Stefan Heidkamp
Hi to all! Does anybody use MBS CRM with Axapta 2.5? Is the application advisible? Many thanks in advance. Best regards Stefan Heidkamp Yahoo! Groups Sponsor ~--> Has someone you know been affected by illness or disease? Network for G

[Axapta-Knowledge-Village] MBS CRM

2005-01-04 Thread Stefan Heidkamp
Hi to all! Does anybody use MBS CRM with Axapta 2.5? Is the application advisible? Many thanks in advance. Best regards Stefan Heidkamp Sharing the knowledge on Axapta. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/

Re: [Axapta-Knowledge-Village] Data import error

2004-12-08 Thread Stefan Osterburg
- because "all" refers to all tables at the time of the creation of the group. Consequently, if you know what tables you are exporting or importing you can chose to ignore the warning in instruct Axapta not to warn you in the future for this definition group. Hope that helps Stefan Da

[Axapta-Knowledge-Village] annual stocktaking

2004-12-07 Thread Stefan Heidkamp
Hi to all, it's my first annual stocktaking in Axapta 2.5 SP4 as administrator. Must I anticipate with many surprises ;-)? I'm thankfull of any tip (application and development). Best regards, Stefan Heidkamp Yahoo! Grou

[Axapta-Knowledge-Village] Is there a possibility to work with Axapta and MySQL?

2004-10-28 Thread stefan
Someone can Help? Yahoo! Groups Sponsor ~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/kGEolB/TM ~-> Sharing the knowled

Re: [Axapta-Knowledge-Village] AOS SETUP

2004-09-29 Thread Stefan Osterburg
ighborhood, Properties. Then in the menu select Advanced, Advanced settings. In the resulting windows move the network adapter Axapta is supposed to use to the top. Stefan deepakbradoo wrote: > Hay Guys > > We are facing some problem with AOS setup.Our Client is located at > multiple loca

Re: [Axapta-Knowledge-Village] Axapta Crashing

2004-08-03 Thread Stefan Osterburg
always use the same version (Service pack) of client and application. I had a similar error when the client was older than the application. eGrabber Var wrote: > Hi Freinds, > > Axapta Crasahes when i try to luanch the "Business Relation' and the "Contacts" > Tab of the CRM module. The followi

[Axapta-Knowledge-Village] Managing rentals in Axapta

2004-07-22 Thread Stefan
items, but there are several difficulties with this. Any ideas? Stefan Osterburg Yahoo! Groups Sponsor ~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/kGEolB

RE: [Axapta-Knowledge-Village] Payroll Interface

2004-07-14 Thread Stefan Capiau
Hi,   Our company has made an interface with a major payroll company in Belgium. At this moment there is no standard payroll (from Microsoft) interface available. So you will have to look at partners who have developed their own solution. Please contact me if you need more info on thi