[development-axapta] Win2000 + SP4 + (Axapta 3.0 SP3)

2005-08-24 Thread Roberto Pineda




Hello to all...

We just applied MS win2000 server service pack 4 in
our server  started to experiment a lot of problems
related to Axapta's response time and the system
hangs up with some options (for example when trying to
eliminate transactions from a consolidation entity).

Has someone applied this service pack? 
Is there a hotfix or patch to solve this?

Any advice will be helpful.
Thanks

Roberto

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 








  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "development-axapta" 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: [development-axapta] From Axapta 2.5 to 4.0

2005-08-24 Thread James Flavell




mmm I am confused what is SP2.5???!!
 
Anyway if you are going from version 2.5 to version 3.0 from what I can
recall you need to install the last 2.5 SP and then upgrade to v3.0 SP0
after which you can then install the latest v.30 SP (i.e SP4) because
service pack are accumualtive (i.e. SP4 contains all the things in SP1,2 and
3).
 
If you upgrade say a 2.5 SP1 straight to v3.0 SP0 then I think you will have
problems if my memory serves me correct.
 
All the best 
James
 
 

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of hilda cabrejos
Sent: 23 August 2005 21:47
To: development-axapta@yahoogroups.com
Subject: RE: [development-axapta] From Axapta 2.5 to 4.0


Hello

Sorry if there was a misunderstanding de upgrade was from version 3 SP2.5 to
version 3 SP4, as you say version 4 is not out yet. I do not recommend
going from V3 SP2.5 to V3 SP3 and then V3 SP4...we did it and lost about 1
month on the try, it all failed.

Hilda

mudit mittal [EMAIL PROTECTED] wrote:
Hi 

First i dont think so 4.0 is out in market , and other thing is if you have
to do a upgrade from 2.5 to 4.0 , best way is to do in steps , do it from
2.5 to 3.0 and then from 3.0 to 4.0.

Regards
Mudit

yuvika sharma [EMAIL PROTECTED] wrote:
Hi,
I need to know about the requirements to upgrade from version 2.5 to version
4.0.For that do we need to install SP4 client on every client ?
Regards








Tom Kim [EMAIL PROTECTED] wrote:
Do you mean you just upgraded from 2.5 to 2.5 with SP4, or to version 4.0?
Thanks --Tom

Tom Kim
Microsoft Business Solutions Certified Professional
Advanced Systems Integration, Inc.
26449 Rancho Parkway South
Lake Forest, CA 92630
949-597-2170
949-597-0720 (Fax)
[EMAIL PROTECTED]
www.advancedsystemsintegration.com

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of hilda cabrejos
Sent: Friday, August 19, 2005 6:11 AM
To: development-axapta@yahoogroups.com
Subject: Re: [development-axapta] From Axapta 2.5 to 4.0




Hello
We just upgraded from 2.5 to 4.0, what I recommend is to make a good backup
checking that the owner is bmssa, backup of axaptaapplication 2.5 directory,
and backup of axaptaclient 2.5 directory if you have to go back (we had to),
do the upgrade in another server different from the one you have axapta 2.5
first, if everything works ok do it on the real one, the process depending
on the size of your DB (150M took about 6 hours), if you work with
SALESLINETABLE check for lines that have no unit, after the upgrade these
will appear with a unit called AX. Do this process on a weekend. You must
install SP4 client on every client so rename the actual AOT so there is no
chance on somebody entering with another version of SP. Can´t think of
anything else.

yuvika sharma [EMAIL PROTECTED] wrote:
Hi all,
can any one list the requirements and precautions needed to upgrade the code
from version 2.5 to 4.0 ???
Thanks

__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Non-text portions of this message have been removed]





-
YAHOO! GROUPS LINKS 


 Visit your group development-axapta 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 

[Non-text portions of this message have been removed]







Yahoo! Groups Links












-
YAHOO! GROUPS LINKS 


 Visit your group development-axapta 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 

[Non-text portions of this message have been removed]





SPONSORED LINKS 
Computer part Programming languages Microsoft axapta Support exchange 

-
YAHOO! GROUPS LINKS 


 Visit your group development-axapta 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 

[Non-text portions of this message have been removed]





SPONSORED LINKS 
Computer part Programming languages Microsoft axapta Support exchange 

-
YAHOO! GROUPS LINKS 


 Visit your group development-axapta on the web.
 
 To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is 

RE: [development-axapta] reading sysdatabase log outside axapta

2005-08-24 Thread Lars Mikkelsen




Yes. It is a serialized container of containers. You can see how it is
serialized in method SysDataBaseLog.SetData and deserialized in method
SysDataBaseLog.GetDataAsList.

 

It is probably difficult to figure out the format of a serialized container,
so it will be difficult to create an external algorithm for doing this,
unless someone else has done this and is willing to publish the code.

 

You have a couple of other options.

 

Make a call through the COM connector and let a method in Axapta return the
information in a format you can use.

 

Overwrite Insert/update methods of SysDataBaseLog and store the information
in a format that is easy for you to read and interpret.

This could be in another table or in a new field in SysDataBaseLog in
whatever format you may choose.

 

 

 

 

 _ 

From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Andres Janno
Sent: Tuesday, August 23, 2005 2:49 AM
To: development-axapta@yahoogroups.com
Subject: Re: [development-axapta] reading sysdatabase log outside axapta

 

No, I mean that sysdatabaselog data field is somehow crypted or 
something. It is container type of field.
Is there any outside algorithm to decode this data field?

Regards,
Andres

Erik Hansen wrote:

 You might need to install a ODBC driver on the computer, but otherwise
 use the ODBCConnection in Axapta.



 Best regard

 Erik



 

 From: development-axapta@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On Behalf Of Andres Janno
 Sent: 23. august 2005 10:30
 To: development-axapta@yahoogroups.com
 Subject: [development-axapta] reading sysdatabase log outside axapta



 Hello!

 Is there any possibilities to read sysdatabaselog data container outside

 axapta?
 From sql query analyzer directly for example?

 Regards,
 Andres





 

 YAHOO! GROUPS LINKS



 * Visit your group development-axapta
 http://groups.yahoo.com/group/development-axapta  on the web.
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 be
 
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/ .



 



 [Non-text portions of this message have been removed]





 SPONSORED LINKS
 Computer part 
 http://groups.yahoo.com/gads?t=ms
http://groups.yahoo.com/gads?t=msk=Computer+partw1=Computer+partw2=Progr
amming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=yLpvc
LTIDJ5FTkRJGsO11w
k=Computer+partw1=Computer+partw2=Programming+languagesw3=Microsoft+axap
taw4=Support+exchangec=4s=90.sig=yLpvcLTIDJ5FTkRJGsO11w 
 Programming languages 
 http://groups.yahoo.com/gads?t=ms
http://groups.yahoo.com/gads?t=msk=Programming+languagesw1=Computer+part
w2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.s
ig=cuhEClK4dU4wapXFmKisbQ
k=Programming+languagesw1=Computer+partw2=Programming+languagesw3=Micros
oft+axaptaw4=Support+exchangec=4s=90.sig=cuhEClK4dU4wapXFmKisbQ 
 Microsoft axapta 
 http://groups.yahoo.com/gads?t=ms
http://groups.yahoo.com/gads?t=msk=Microsoft+axaptaw1=Computer+partw2=Pr
ogramming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=yf
eG_U6QaLfPOZZIud02Fg
k=Microsoft+axaptaw1=Computer+partw2=Programming+languagesw3=Microsoft+a
xaptaw4=Support+exchangec=4s=90.sig=yfeG_U6QaLfPOZZIud02Fg 

 Support exchange 
 http://groups.yahoo.com/gads?t=ms
http://groups.yahoo.com/gads?t=msk=Support+exchangew1=Computer+partw2=Pr
ogramming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=hy
8yRGMzrmxdphyITTUeqA
k=Support+exchangew1=Computer+partw2=Programming+languagesw3=Microsoft+a
xaptaw4=Support+exchangec=4s=90.sig=hy8yRGMzrmxdphyITTUeqA 



 
 YAHOO! GROUPS LINKS

 * Visit your group development-axapta
 http://groups.yahoo.com/group/development-axapta on the web.
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]

mailto:[EMAIL PROTECTED]
 
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.


 







SPONSORED LINKS 


Computer
http://groups.yahoo.com/gads?t=msk=Computer+partw1=Computer+partw2=Progr
amming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=yLpvc
LTIDJ5FTkRJGsO11w part 

Programming
http://groups.yahoo.com/gads?t=msk=Programming+languagesw1=Computer+part
w2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.s
ig=cuhEClK4dU4wapXFmKisbQ languages 

Microsoft
http://groups.yahoo.com/gads?t=msk=Microsoft+axaptaw1=Computer+partw2=Pr
ogramming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=yf
eG_U6QaLfPOZZIud02Fg axapta 


Support
http://groups.yahoo.com/gads?t=msk=Support+exchangew1=Computer+partw2=Pr
ogramming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=hy
8yRGMzrmxdphyITTUeqA 

[development-axapta] Re: where and when generate the RecId in Axapta

2005-08-24 Thread martin_weicn




Thank you all for your help. 

I find most of system function are driven by kernel.
But, how to understand the difference of by kernel and by 
application? As we know application includes all the system programs.

Develop guide: Because most of the methods are called from the 
kernel, and because standard functionality is provided which is 
implemented closely together with the kernel functions, you will 
rarely need to use the Application class.

So, i am confused for that.


--- In development-axapta@yahoogroups.com, mbsaxapta 
[EMAIL PROTECTED] wrote:
 Hi
 As I know - Axapta gets the next RecId from SystemSequences 
table, column
 is NextVal.
 RecId is unique per company.
 
 tomas
 
 -Original Message-
 From: development-axapta@yahoogroups.com
 [mailto:[EMAIL PROTECTED] Behalf Of Nitesh
 Sent: Tuesday, August 23, 2005 11:55 AM
 To: development-axapta@yahoogroups.com
 Subject: Re: [development-axapta] where and when generate the RecId 
in
 Axapta
 
 
 Hi martin ,
 The Recid is generated by kernel,when a record is
 inserted into atable.The refrence of the previous recid is stored 
in 
 Dataarea table..
 
 Nitesh
 
 
 On 8/23/05, martin_weicn [EMAIL PROTECTED] wrote:
  Hi All,
 
  I am wonder where and when the system generate the RecId in Axapta
  by kernel or by application or in Database, and in client or 
server
  application? Thanks a lot.
 
  Martin Wei
 
 
 
 
 
 
 
 
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 __ Informace od NOD32 1.1199 (20050822) __
 
 Tato zprava byla proverena antivirovym systemem NOD32.
 http://www.nod32.cz










  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "development-axapta" 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: [development-axapta] Join datasource with 2 fields

2005-08-24 Thread Paulius Cerniauskas




Join datasources with OR operator Directly is
impossible, but see ProjTable'e method
lookupProj_Web()for example. I am not sure it what you
need, but there query conditions are formed in a bit
different way.

--- kamchung322 [EMAIL PROTECTED] wrote:

 Hi All, 
 
 I want to join 2 datasources with 2 fields. 
 Following is the code : 
 
 QueryBuildDataSource qb;
 qb = this.query().dataSourceNo(2;
 qb.addLink(FieldNum(Table1, Field1),
 FieldNum(Table2, Field1));
 qb.addLink(FieldNum(Table1, Field2),
 FieldNUm(Table2, Field2));
 
 the above code will join the datasources with Field1
 AND Field2 but I
 want to join it with Field1 OR Field2. Is it
 possible to do it ? 
 
 Regards.
 
 Kenneth. 
 
 
 
 
 
 
 


Paulius Cerniauskas
Phone: +37062049339
ICQ: 280959446


  

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









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "development-axapta" 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: [development-axapta] where and when generate the RecId in Axapta

2005-08-24 Thread Aji Sarosa




Hi all,

It is true that recId is managed in SystemSequences
table. But please also note that the next value of
RecId is not retrieved from that table all the time,
but it is cached in memory. The default cache size is
25. For example, look at this scheme:

NextVal Action NextVal
in table in cache
 - --
1 user A log in, cache for A updated 1 (A)
 +25 reserve 25 recIds for A
10025 A creates new rec (recId = 1) 10001 (A)
10025 A creates new rec (recId = 10001) 10002 (A)
.
.
10025 A creates new rec (recId = 10022) 10023 (A)
10025 user B log in, cache for B updated 10025 (B)
 +25 reserve 25 recIds for B
10050 B creates new rec (recId = 10025) 10026 (B)
10050 B creates new rec (recId = 10026) 10027 (B)
10050 A creates new rec (recId = 10023) 10024 (A)
10050 A creates new rec (recId = 10024) max (A)
 +25 update nextVal in table
10075 read and cache for A 10075 (A)
10075 A creates new rec (recId = 10075) 10076 (A)
10075 B creates new rec (recId = 10027) 10028 (B)
 and so on

To control recId, we can use CLASS SystemSequence.
This is a system class and the documentation can be
found in AOT - System Documentation - Classes. By
using this class we can also control the cache size,
by using method setCacheSize(int _newSize). To get
next RecId from the cache, use method nextVal(...),
but please becareful when calling nextVal(...) the
value in cache will be automatically incremented!
Refer to the system documentation for more
descriptions on other methods.

The following code shows how to retrieve cache size:

SystemSequence seq = new SystemSequence();
;
info(strfmt('Cache size %1', seq.getCacheSize));

Regards,

- Aji Sarosa -


--- mbsaxapta [EMAIL PROTECTED] wrote:

 Hi
 As I know - Axapta gets the next RecId from
 SystemSequences table, column
 is NextVal.
 RecId is unique per company.
 
 tomas
 
 -Original Message-
 From: development-axapta@yahoogroups.com
 [mailto:[EMAIL PROTECTED] Behalf
 Of Nitesh
 Sent: Tuesday, August 23, 2005 11:55 AM
 To: development-axapta@yahoogroups.com
 Subject: Re: [development-axapta] where and when
 generate the RecId in
 Axapta
 
 
 Hi martin ,
 The Recid is generated by
 kernel,when a record is
 inserted into atable.The refrence of the previous
 recid is stored in 
 Dataarea table..
 
 Nitesh
 
 
 On 8/23/05, martin_weicn [EMAIL PROTECTED]
 wrote:
  Hi All,
 
  I am wonder where and when the system generate the
 RecId in Axapta
  by kernel or by application or in Database, and in
 client or server
  application? Thanks a lot.
 
  Martin Wei
 
 
 
 
 
 
 
 
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 __ Informace od NOD32 1.1199 (20050822)
 __
 
 Tato zprava byla proverena antivirovym systemem
 NOD32.
 http://www.nod32.cz
 
 
 
 
 


__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "development-axapta" 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.



  









[development-axapta] Error transferring information to axapta

2005-08-24 Thread Melih Demir




Hi all,
 
When i run a c# program that transfers information from somewhere to axapta, everything goes fine and i can see in axapta what i have transferred. The program firstly logs on to system, then transfers the information into a field of a table and then logs out from the system. Second transferring is done with the same way (logon - transfer - logout). 
 
Problem is that when i run the same program in another computer with a different account (that's my customer's system), system transfers the first information but when i try to transfer second information, my c# program is terminated immediately without giving any errors or exceptions. Program is terminated while trying to do second logon.
 
I don't think the problem can be because of user's permissions, business connector registration or the code itself. Business connector security key is enabled for that user. The code works successfully in my own system.
 
When i trace the c# code while watching exceptions from event viewer in computer management, i see some warnings and information while trying to do the second logon. I have attached them in a word document.
 
I use axapta 3.0 sp3.
 
How can i solve this problem?
 
 


[Non-text portions of this message have been removed]






  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "development-axapta" 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.