Re: [Axapta-Knowledge-Village] Re: Master Scheduling: Error Messages

2005-08-10 Thread Harry \(Harshawardhan Deshpande



hi

yes, 
//progress.setTotal(sysQuery::countTotal(queryRun),2); 
has a bug it tries to join all records in inventtable with all the records in inventtxt table. We commented out this part and consistency check was fine. I am not happy with this though, if there is a bug in SysQuery then its going to affect somewhere else.

regards

harry
"Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote:

ok. How do you filter the records which ones have problemswhen you try to delete BOM lines and reload them. Anyway,Since its your system, you know it better :-)

Coming to the consistency check, it took sometimes 20 - 40 hours to get the consistency report.
We asked Microsoft what the heck its doing for 20 hours.

Microsoft asked me to comment out the line

in class SysConsistencyCheck/KernalCheckRecords

//progress.setTotal(sysQuery::countTotal(queryRun),2); 
run it, it will take less than 1 hour. There should be a solution for every question.
Morever, I advise you to use this tool. It saves you a lot of time. Just based on my exp, I am giving you hints.
best of luck. 


"Philip R. Freimann" [EMAIL PROTECTED] wrote:
We wanted to run a consistency check but it takes so long it's not practical. We are in the process of deleting all the BOM lines that do not match. They were mostly items that should have been deleted in the old system.--- In Axapta-Knowledge-Village@yahoogroups.com, "Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Hi Philip,  I suggest you to do following. As you are aware, since we also migrated huge volume of SAP to axapta, we too have these kind of problems due to bad data.  as per my experience , I suggest you to do the following.  1. As Jens mentioned you can write a simple job to get the info log of all the missing items.  However, at the same time you may need to check reqItemTable, InventItemlocation etc ect for that missing
 items.  2. I strongly suggest to run consistency check for the whole company on all the modules. Its very important to run consistency check after you migrated the data. Eventhough consistency check will not tell everything, but defintely catch these kind of problems.   Best of Luck.  Thanks, subbuJens Strandberg [EMAIL PROTECTED] wrote: Exactly. Just create a small job that runs through all BOM lines and lookup each itemid. The ones, that do not exist in InventTable, will create problems.  /Jens  -Oprindelig meddelelse- Fra: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] vegne af Philip R. Freimann Sendt: 5. august 2005 19:19 Til: Axapta-Knowledge-Village@yahoogroups.com
 Emne: [Axapta-Knowledge-Village] Re: Master Scheduling: Error Messages   That's a possibility. We just converted and went live last month. How could I identify this? just match the BOM lines against InventTable items?  --- In Axapta-Knowledge-Village@yahoogroups.com, "Jens Strandberg" [EMAIL PROTECTED] wrote:  Hello there,   Have faced similar problem after converting data into Axapta 3.0 from  another system. Our problem was that we had imported BOM lines pointing to  items, that were not created in InventTable.   This could be your situation too...   /Jens   -Oprindelig meddelelse-  Fra: Axapta-Knowledge-Village@yahoogroups.com  [mailto:[EMAIL PROTECTED] vegne af Philip R.
  Freimann  Sendt: 5. august 2005 16:42  Til: Axapta-Knowledge-Village@yahoogroups.com  Emne: [Axapta-Knowledge-Village] Master Scheduling: Error MessagesI have the following error messages at the end of the Master  scheduling run. There are no item specific error messages. These  are the only messages. Can someone tell me what they mean? Do they  mean the explosion did not complete? If so where did it stop or how  much did it complete?   "Master scheduling  Cannot edit a record in Item table (InventTable)  The record has never been selected.   Item levels are not updated.   Item coverage is updated."
   Thanks - we're new to Axapta Master scheduling. Sharing the knowledge on Axapta.  Yahoo! Groups Links  Sharing the knowledge on Axapta. Yahoo! Groups Links Sharing the knowledge on Axapta. - YAHOO! GROUPS LINKSVisit your group "Axapta-Knowledge-Village" on the web.  To unsubscribe from this group, send an email to: [EMAIL PROTECTED]  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.   
 -__ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around  http://mail.yahoo.com
__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 





Sharing the knowledge on Axapta.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To 

[Axapta-Knowledge-Village] Help please about tasks in Axapta

2005-08-10 Thread sdupontel1
Hi All,

I am a newbie in Axapta. Please help me for this.

I want to create an attachment control of a task to his parent task.

If we change the value parent of a task, we must verify that the new 
task selection isn't a finished task. If this is the case, we must 
cancel the update.

Thank you 

Samuel




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h5m52il/M=362131.6882500.7825259.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123666954/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Put more honey in your pocket. (money matters made easy) Welcome to the Sweet 
Life - brought to you by One Economy/a./font
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [Axapta-Knowledge-Village] Re: Questionnaire

2005-08-10 Thread Amit Jain



Hello Ananth,

For Which type of transaction you want to attach a questionaire because there can be inventory transactions, financial transactionsand different base tables are used for the same. I agree with the solution given by Girish (my mate, who worked with me for 2 years) but where to put the code to make the reference with the newly(or existing)created table for the questionaire has to be figured out depending on the transactions type in business.

Regards

Amit Jain

girish_axapta [EMAIL PROTECTED] wrote:
Hi Ananth, with the present functionality its not possible. you have to make changes to achieve this. i would advice not to touch the present functionality but create a new functionality to attach the questions to the transaction records. you can take the tableId and the recordId as the references to attach. Good luck,cheers,Girish --- In Axapta-Knowledge-Village@yahoogroups.com, anantha raman [EMAIL PROTECTED] wrote: Hi all  i want to attach a questionnaire to a transaction level. Can anyone help me in doing this. thanks in advance.   Regards Ananth 
- Sell on Yahoo! Auctions - No fees. Bid on great items.
		 Start your day with Yahoo! - make it your home page 





Sharing the knowledge on Axapta.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[Axapta-Knowledge-Village] Security Seetings for User Groups

2005-08-10 Thread Cenk Ince
Hi all;

Are security settings for user groups keeped in dat company, or in a file in 
application?

Thanks.



 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hc9scc6/M=362131.6882500.7825259.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123683619/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Put more honey in your pocket. (money matters made easy) Welcome to the Sweet 
Life - brought to you by One Economy/a./font
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 
winmail.dat

RE: [Axapta-Knowledge-Village] XPO import some properties missed out

2005-08-10 Thread Steve Wright
Title: Message





James

The same bug is in SP3. The only solution I 
have is to import the .xpo 2 or 3 times.
Steve


From: Axapta-Knowledge-Village@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of James 
FlavellSent: Wednesday, 10 August 2005 12:03 PMTo: 
Axapta-Knowledge-Village@yahoogroups.comSubject: 
[Axapta-Knowledge-Village] XPO import some properties missed 
out

Hi 
everyone, does anyone know or have experience of an XPO import not importing all 
the properties correctly?

I 
think I remember seeing a posting long ago but cannot find 
it...

It 
seems I have v3.0 SP2 and some XPO imported do not have all the properties set 
(such as alignment), this is of course a very serious problem if we cannot trust 
an XPO is imported 'fully' and so I need to get to the bottom of 
this.

I know 
there has been alot of posting aboutimport with and without ID, is this 
likely to have any effect?

Thanks
James

  





Sharing the knowledge on Axapta.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [Axapta-Knowledge-Village] Re: Questionnaire

2005-08-10 Thread Girish Bhatkal
I am not sure what is the actual requirement in
complete. But i assume that record to be attached can
be any table (not predefined), something like in
standard questionnaire we can select from a list of
tables. But along with this it is required to go a
step further and against the table also select the
record (from the table). 
   


--- Amit Jain [EMAIL PROTECTED] wrote:

 Hello Ananth,
  
 For Which type of transaction you want to attach a
 questionaire because there can be inventory
 transactions, financial transactions and different
 base tables are used for the same. I agree with the
 solution given by Girish (my mate, who worked with
 me for 2 years) but where to put the code to make
 the reference with the newly(or existing) created
 table for the questionaire has to be figured out
 depending on the transactions type in business.
  
 Regards
  
 Amit Jain
  
 
 
 girish_axapta [EMAIL PROTECTED] wrote:
 Hi Ananth,
 
with the present functionality its not possible.
 you have to make 
 changes to achieve this. i would advice not to touch
 the present 
 functionality but create a new functionality to
 attach the questions 
 to the transaction records. you can take the tableId
 and the recordId 
 as the references to attach. 
 Good luck,
 
 
 cheers,
 Girish
 
 --- In Axapta-Knowledge-Village@yahoogroups.com,
 anantha raman 
 [EMAIL PROTECTED] wrote:
  Hi all
   
 i want to attach a questionnaire to a
 transaction level. 
 Can anyone help me in doing this. thanks in advance.
 
   
  Regards
  Ananth
   
 
  
  
  
  
  -
   Sell on Yahoo! Auctions  - No fees. Bid on great
 items.
 
 
 
 
 Sharing the knowledge on Axapta. 
 
 
 
 SPONSORED LINKS 
 Business finance course Business to business finance
 Small business finance Business finance consultant
 Business finance magazine Business finance schools 
 
 -
 YAHOO! GROUPS LINKS 
 
 
 Visit your group Axapta-Knowledge-Village on
 the web.
   
 To unsubscribe from this group, send an email
 to:
 
 [EMAIL PROTECTED]
   
 Your use of Yahoo! Groups is subject to the
 Yahoo! Terms of Service. 
 
 
 -
 
 
 
   
 -
  Start your day with Yahoo! - make it your home page





___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hebd1v9/M=362343.6886682.7839641.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123688588/A=2894354/R=0/SIG=11qvf79s7/*http://http://www.globalgiving.com/cb/cidi/c_darfur.html;Help
 Sudanese refugees rebuild their lives through GlobalGiving/a./font
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[Axapta-Knowledge-Village] Re: Master Scheduling: Error Messages

2005-08-10 Thread Philip R. Freimann
Many thanks to you, Jens.  You were absolutely correct.  We had 1400 
BOM lines that did not have an InventTable record.  We removed them 
and now we have a good Forecast scheduling and Master scheduling run.

/Philip

--- In Axapta-Knowledge-Village@yahoogroups.com, Jens Strandberg 
[EMAIL PROTECTED] wrote:
 Hello there,
 
 Have faced similar problem after converting data into Axapta 3.0 
from
 another system. Our problem was that we had imported BOM lines 
pointing to
 items, that were not created in InventTable.
 
 This could be your situation too...
 
 /Jens
 
 -Oprindelig meddelelse-
 Fra: Axapta-Knowledge-Village@yahoogroups.com
 [mailto:[EMAIL PROTECTED] vegne af
Philip 
R.
 Freimann
 Sendt: 5. august 2005 16:42
 Til: Axapta-Knowledge-Village@yahoogroups.com
 Emne: [Axapta-Knowledge-Village] Master Scheduling: Error Messages
 
 
 I have the following error messages at the end of the Master
 scheduling run.  There are no item specific error messages.  These
 are the only messages.  Can someone tell me what they mean?  Do they
 mean the explosion did not complete? If so where did it stop or how
 much did it complete?
 
 Master scheduling
  Cannot edit a record in Item table (InventTable)
  The record has never been selected.
 
  Item levels are not updated.
 
  Item coverage is updated.
 
 Thanks - we're new to Axapta Master scheduling.
 
 
 
 
 
 
 
 Sharing the knowledge on Axapta.
 Yahoo! Groups Links




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h57gjvo/M=362343.6886682.7839641.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123691273/A=2894350/R=0/SIG=10tj5mr8v/*http://www.globalgiving.com;Make
 a difference. Find and fund world-changing projects at GlobalGiving/a./font
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [Axapta-Knowledge-Village] XPO import some properties missed out

2005-08-10 Thread Jens Strandberg
Title: Message





James,

I 
"normally" import at least twice - and then I restart Axapta ... 
:-(

If 
not, you cannot always be sure that everything is imported OK (Ax 3.0 
SP3).

/Jens

  -Oprindelig meddelelse-Fra: 
  Axapta-Knowledge-Village@yahoogroups.com 
  [mailto:[EMAIL PROTECTED]P vegne af James 
  FlavellSendt: 10. august 2005 06:03Til: 
  Axapta-Knowledge-Village@yahoogroups.comEmne: 
  [Axapta-Knowledge-Village] XPO import some properties missed 
  out
  Hi 
  everyone, does anyone know or have experience of an XPO import not importing 
  all the properties correctly?
  
  I 
  think I remember seeing a posting long ago but cannot find 
  it...
  
  It 
  seems I have v3.0 SP2 and some XPO imported do not have all the properties set 
  (such as alignment), this is of course a very serious problem if we cannot 
  trust an XPO is imported 'fully' and so I need to get to the bottom of 
  this.
  
  I 
  know there has been alot of posting aboutimport with and without ID, is 
  this likely to have any effect?
  
  Thanks
  James
  






Sharing the knowledge on Axapta.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[Axapta-Knowledge-Village] Multiple versions on a Single development server

2005-08-10 Thread tj_jayson
Hi All,

Is it possible to install AX2.5 SP4 with market pack on  a

Windows 2003 server having AX3.0 SP4 already installed.

The current Server has SQL 2000 database , application(SP4),AOS(Sp4) 
and Axapta client(Sp4)all in one server. 

This is for our development enviroment which needs to support 

Different Version Clients 

Thanks

TJJ







 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hvi9kd8/M=362343.6886682.7839641.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123705093/A=2894350/R=0/SIG=10tj5mr8v/*http://www.globalgiving.com;Make
 a difference. Find and fund world-changing projects at GlobalGiving/a./font
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [Axapta-Knowledge-Village] XPO import some properties missed out

2005-08-10 Thread James Flavell
Title: Message





Thanks 
Steve

This 
is rather worrying given the nature of the dev for one of our customers requires 
us to dev locally and raise to a dev server via XPO (of which there are quite a 
lot)

Maybe 
this is MBS's way to try to get partners to always take the layer approach to 
any raise ;)
Thanks 
again
James


  
  -Original Message-From: 
  Axapta-Knowledge-Village@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Steve 
  WrightSent: 10 August 2005 21:20To: 
  Axapta-Knowledge-Village@yahoogroups.comSubject: RE: 
  [Axapta-Knowledge-Village] XPO import some properties missed 
  out
  James
  
  The same bug is in SP3. The only solution I 
  have is to import the .xpo 2 or 3 times.
  Steve
  
  
  From: Axapta-Knowledge-Village@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of James 
  FlavellSent: Wednesday, 10 August 2005 12:03 PMTo: 
  Axapta-Knowledge-Village@yahoogroups.comSubject: 
  [Axapta-Knowledge-Village] XPO import some properties missed 
  out
  
  Hi 
  everyone, does anyone know or have experience of an XPO import not importing 
  all the properties correctly?
  
  I 
  think I remember seeing a posting long ago but cannot find 
  it...
  
  It 
  seems I have v3.0 SP2 and some XPO imported do not have all the properties set 
  (such as alignment), this is of course a very serious problem if we cannot 
  trust an XPO is imported 'fully' and so I need to get to the bottom of 
  this.
  
  I 
  know there has been alot of posting aboutimport with and without ID, is 
  this likely to have any effect?
  
  Thanks
  James
  






Sharing the knowledge on Axapta.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [Axapta-Knowledge-Village] XPO import some properties missed out

2005-08-10 Thread James Flavell
Title: Message





Seeing 
Subbu's reply that he has not had the problem can anyone say whether it is a 
particular OS or environment setup?

Just 
wondering as we do the imports on a Terminal Server (Win2003)I guess its 
probably not an OS problem but just trying to dig a little deeper to try to find 
any pattern to when it does or does not occur...

Anyone 
any insights?
Thanks
James


  
  -Original Message-From: 
  Axapta-Knowledge-Village@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of James 
  FlavellSent: 11 August 2005 08:55To: 
  Axapta-Knowledge-Village@yahoogroups.comSubject: RE: 
  [Axapta-Knowledge-Village] XPO import some properties missed 
  out
  Thanks Steve
  
  This 
  is rather worrying given the nature of the dev for one of our customers 
  requires us to dev locally and raise to a dev server via XPO (of which there 
  are quite a lot)
  
  Maybe this is MBS's way to try to get partners to always take the layer 
  approach to any raise ;)
  Thanks again
  James
  
  

-Original Message-From: 
Axapta-Knowledge-Village@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Steve 
WrightSent: 10 August 2005 21:20To: 
Axapta-Knowledge-Village@yahoogroups.comSubject: RE: 
[Axapta-Knowledge-Village] XPO import some properties missed 
out
James

The same bug is in SP3. The only solution I 
have is to import the .xpo 2 or 3 times.
Steve


From: 
Axapta-Knowledge-Village@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of James 
FlavellSent: Wednesday, 10 August 2005 12:03 PMTo: 
Axapta-Knowledge-Village@yahoogroups.comSubject: 
[Axapta-Knowledge-Village] XPO import some properties missed 
out

Hi 
everyone, does anyone know or have experience of an XPO import not importing 
all the properties correctly?

I 
think I remember seeing a posting long ago but cannot find 
it...

It 
seems I have v3.0 SP2 and some XPO imported do not have all the properties 
set (such as alignment), this is of course a very serious problem if we 
cannot trust an XPO is imported 'fully' and so I need to get to the bottom 
of this.

I 
know there has been alot of posting aboutimport with and without ID, 
is this likely to have any effect?

Thanks
James

  





Sharing the knowledge on Axapta.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[Axapta-Knowledge-Village] Variance in Workcenter

2005-08-10 Thread Koh Meng Chiat
Hi all,

May i know how to use the variance button in the
workcenter form?  Is that for me to create a different
date from what is stipulated for the workcenter? 

I tried to run the job scheduling and the system just
follows the workcenter's date instead of the variance
date.

Anything goes wrong?




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hh9pe0o/M=362131.6882500.7825259.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123732328/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Put more honey in your pocket. (money matters made easy) Welcome to the Sweet 
Life - brought to you by One Economy/a./font
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [Axapta-Knowledge-Village] XPO import some properties missed out

2005-08-10 Thread James Flavell
Title: Message





Thanks 
Steve,

I 
guess it is something will have to live with and just try to look out for 
anything that helps ease the pain...has anyone modified the import to do the 
import more than once???

Thanks
James


  
  -Original Message-From: 
  Axapta-Knowledge-Village@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Steve 
  WrightSent: 11 August 2005 11:32To: 
  Axapta-Knowledge-Village@yahoogroups.comSubject: RE: 
  [Axapta-Knowledge-Village] XPO import some properties missed 
  out
  Hi 
  James
  
  I am 
  not sure about a pattern.
  
  Just 
  the other day another partner sent me a .xpo. I imported into a clean 
  copy of Axapta SP4 - this had no other customisation. 
  Some columns on the table were excluded and therefore there were compile 
  errors (of course). I could see the 
  missing columns using Windows notepad but they did not import until I repeated 
  the .xpo import.
  
  This 
  was running axapta sp4 locally on my laptop - 2 tier.
  Steve.
  
  
  
  From: Axapta-Knowledge-Village@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of James 
  FlavellSent: Thursday, 11 August 2005 8:02 AMTo: 
  Axapta-Knowledge-Village@yahoogroups.comSubject: RE: 
  [Axapta-Knowledge-Village] XPO import some properties missed 
  out
  
  Seeing Subbu's reply that he has not had the problem can anyone say 
  whether it is a particular OS or environment setup?
  
  Just 
  wondering as we do the imports on a Terminal Server (Win2003)I guess its 
  probably not an OS problem but just trying to dig a little deeper to try to 
  find any pattern to when it does or does not occur...
  
  Anyone any insights?
  Thanks
  James
  
  

-Original Message-From: 
Axapta-Knowledge-Village@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of James 
FlavellSent: 11 August 2005 08:55To: 
Axapta-Knowledge-Village@yahoogroups.comSubject: RE: 
[Axapta-Knowledge-Village] XPO import some properties missed 
out
Thanks Steve

This is rather worrying given the nature of the dev for one of our 
customers requires us to dev locally and raise to a dev server via XPO (of 
which there are quite a lot)

Maybe this is MBS's way to try to get partners to always take the 
layer approach to any raise ;)
Thanks again
James


  
  -Original Message-From: 
  Axapta-Knowledge-Village@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  Steve WrightSent: 10 August 2005 21:20To: 
  Axapta-Knowledge-Village@yahoogroups.comSubject: RE: 
  [Axapta-Knowledge-Village] XPO import some properties missed 
  out
  James
  
  The same bug is in SP3. The only solution 
  I have is to import the .xpo 2 or 3 times.
  Steve
  
  
  From: 
  Axapta-Knowledge-Village@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  James FlavellSent: Wednesday, 10 August 2005 12:03 
  PMTo: 
  Axapta-Knowledge-Village@yahoogroups.comSubject: 
  [Axapta-Knowledge-Village] XPO import some properties missed 
  out
  
  Hi everyone, does anyone know or have experience of an XPO import 
  not importing all the properties correctly?
  
  I think I remember seeing a posting long ago but cannot find 
  it...
  
  It seems I have v3.0 SP2 and some XPO imported do not have all the 
  properties set (such as alignment), this is of course a very serious 
  problem if we cannot trust an XPO is imported 'fully' and so I need to get 
  to the bottom of this.
  
  I know there has been alot of posting aboutimport with and 
  without ID, is this likely to have any effect?
  
  Thanks
  James
  






Sharing the knowledge on Axapta.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.