Re: [Axapta-Knowledge-Village] Need to modify the Existing Label

2005-03-03 Thread Shruti
email-body was scanned and no virus found email-body was scanned and no virus found

[Axapta-Knowledge-Village] Need to modify the Existing Label

2005-03-03 Thread Padmaja Iyingar
Hi,   We have need to modify the lable of one of the fields on the InventTable. The lable starts with @SYS**. Is there anyway to change the label?.   Appreciate any help.   Thanks,   Padmaja Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web Sharing the kn

Re: [Axapta-Knowledge-Village] how to minimize blocking on axapta ?

2005-03-03 Thread SAS
Dear Verden, my Hadrware configuration , Database server , 4 Proccessor 3.0 Ghz , 8 GB RAM , Quorum : 2 Disk raid 1,  Tempdb 2 Disk raid 1 , database 7 Disk Raid 5 , all disk are Fibre channel  2 Gb disk 15K rpm . For application server 2 Proccessor 3.0 Ghz , 2 GB RAM .Concurent user 70 u

RE: [Axapta-Knowledge-Village] Advice needed to delete USR layer

2005-03-03 Thread Tony Depalo
Title: Message Makes no difference - , The index file will be created automatically next time you start Axapta Tony -Original Message-From: Padmaja Iyingar [mailto:[EMAIL PROTECTED] Sent: Friday, 4 March 2005 12:11 PMTo: Axapta-Knowledge-Village@yahoogroups.comSubject:

RE: [Axapta-Knowledge-Village] Advice needed to delete USR layer

2005-03-03 Thread Padmaja Iyingar
Hi Tony,   Thank you for your quick help. Yeah. I removed USR layer with ur suggestion. But there also I find some *usr*.aoi..Do I need to delete them also?.   Thank you very much for your help. -PadmaTony Depalo <[EMAIL PROTECTED]> wrote: go to your appl directory and rename the axusr.aod fi

RE: [Axapta-Knowledge-Village] Warehouse transfer in master planning

2005-03-03 Thread James Flavell
Title: Message Thanks Anil, Harry and Hemant,   Okay so 'Include invent trans' will factor in unposted journal lines, excellent :)   Hemant I am not sure about your answer to Q2, supposedly yes a PO will be created but to which warehouse.  Also I was thinking both WH-A and WH-B had zero

RE: Re: RE: [Axapta-Knowledge-Village] How can I find what RecId will be the next to be used?

2005-03-03 Thread Bayliss, Barry
  Raul,   Are you able to post the code you use to call the COM object, as well as the code behind the object being called.     Barry.     From: Raul Llorente Peña/OPENSOLUTIONS [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 March 2005 11:07 PM To: Axapta-Knowledge-Villag

RE: [Axapta-Knowledge-Village] Advice needed to delete USR layer

2005-03-03 Thread Tony Depalo
Title: Message go to your appl directory and rename the axusr.aod file eg axusr.aod.old, or you could just delete it Good luck Tony -Original Message-From: Padmaja Iyingar [mailto:[EMAIL PROTECTED] Sent: Friday, 4 March 2005 11:27 AMTo: Axapta-Knowledge-Village@yahoogr

[Axapta-Knowledge-Village] Advice needed to delete USR layer

2005-03-03 Thread Padmaja Iyingar
Hi,   Can anyone help me in one urgent Issu?.   Our admin is on Leave. Our users made some funny customization in the USR layer. I would like to wipe out the USR layer to make sure nothing exists in USR layer.   What should I do exactly to remove USR layer changes?.   Appreciate any help.   Tha

Re: [Axapta-Knowledge-Village] Warehouse transfer in master planning

2005-03-03 Thread Hemant Kumthekar
Hi,   The answer to your Q1 is "YES" the demand is recognized and MRP will try to fullfill it by looking at the uposted Transafer journal.   In your Q2 the assumption I am making is that to start with WH-A had 1 pc not zeros (No Negative Inventory)  to start with, and then there is a Transfer j

RE: [Axapta-Knowledge-Village] how to minimize blocking on axapta ?

2005-03-03 Thread Varden Morris
Hi Rocco   If disk queue and swapping are acceptable for the object server during peak periods this should be an indication that the object server(s) is ok. We had 1G of memory and two Pentium III processors in two object servers. The disk queue was high as a result of the processors not being

RE: RE: [Axapta-Knowledge-Village] How can I find what RecId will be the next to be used?

2005-03-03 Thread Preston A. Larimer
Try Administration\Periodic\SQL Administration\Check Record Id’s(Button)   -Preston         Preston A. Larimer Professional Solutions Group, LLC [EMAIL PROTECTED] www.psgroupllc.com - Building a st

Re: Re: RE: [Axapta-Knowledge-Village] How can I find what RecId will be the next to be used?

2005-03-03 Thread Raul Llorente Peña/OPENSOLUTIONS
We've tested this point until exhaustment. The problem doesn't come when selecting or updating records. The problem comes when we insert records concurrently from COM in ANY table. We made the test of inserting records in a test table that had not indexes. Axapta created an hidden index that i

Re: RE: [Axapta-Knowledge-Village] How can I find what RecId will be the next to be used?

2005-03-03 Thread Karsten Krabbes
Why don't you use the tablemethod exist() prior to creating the record ? Our problem seems not to be the recid. It seems the record is already inserted into the table and needs to be updated br karsten --- In Axapta-Knowledge-Village@yahoogroups.com, Raul Llorente Peña/OPENSOLUTIONS <[EMAIL

[Axapta-Knowledge-Village] Re: Warehouse transfer in master planning

2005-03-03 Thread anilsinha1968
Hi James, First question: It all depends on the setting you made on Master Plan form. If you check on "Include Inv. transactions" on General Tab of Master Plan then even only created Transfer Journal will be considered by Master Planning. Second question: You may have to use Re-filling war

[Axapta-Knowledge-Village] Document Icon

2005-03-03 Thread ehklee
Hi everyone, wonder if anyone could help me on the above mentioned object. In standard axapta item master file, if I do attach any document for the items, the document icon will be different vs those items that don't have document. However, probably due to setting problem, the icon doesn't

[Axapta-Knowledge-Village] UPDATING FIXED ASSETS ACQUISITION DATE

2005-03-03 Thread jesse
Dear All, I am migrating the Fixed Assets transactions for my company that is going live. I migrated the following the the below sequence: Step 1. AssetTable - to capture asset number and information Step 2. AssetBook - to capture value model, acquisition date, depreciation, etc Step 3. Ledge

Re: RE: RE: [Axapta-Knowledge-Village] How can I find what RecId will be the next to be used?

2005-03-03 Thread Raul Llorente Peña/OPENSOLUTIONS
Well, when I deactivate indexes the error still appears. Axapta defines for all tables an 'hidden' index, that includes recid and dataareaid. Note that error doesn't appear in determinate tables, but in apparently alleatory ones... (they're standard). Raúl Llorente Peña Análisis, Desarrollo e