Hi Bill
there is one built in tool in AXAPTA known as Benchmark tool. It can be accessible from tools  --> Developers Tools ---> Benchmark tool
 
I am also doing R & D in Benchmark Tool but I found following issues with Benchmark:
 
1.   It does not show expected timing mean in result report.
2.   I couldn't see the computers available (in cock pit form) in my network.
You can explore this tool and if found any solutions of above issue, please let us know also.
 
I have created a yahoo group Axapta-Test for specifically QA/Test people dealing in AXAPTA  solutions. Please join that. I want to bring all QA/Test people on one plateform, where we can discuss and share the knowledge.
Regards,
Anil Kumar Gupta

[EMAIL PROTECTED] wrote:

------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/kGEolB/TM
--------------------------------------------------------------------~->

There are 18 messages in this issue.

Topics in this digest:

1. Sample code for IAxaptaBufferData
From: "alpgiraysimsek" <[EMAIL PROTECTED]>
2. Load/stress testing Axapta 3.0
From: Bill Curtis <[EMAIL PROTECTED]>
3. RE: Radio buttons
From: Sonny Wibawa Adi <[EMAIL PROTECTED]>
4. annual stocktaking
From: "Stefan Heidkamp" <[EMAIL PROTECTED]>
5. RE: annual stocktaking
From: "Rocco Giumelli" <[EMAIL PROTECTED]>
6. RE: annual stocktaking
From: "Yifat Halili" <[EMAIL PROTECTED]>
7. XMLFileDataExport with infopath
From: "mat_bin" <[EMAIL PROTECTED]>
8. AXAPTA Performance Test using Form Open Tool
From: "axapta_guru" <[EMAIL PROTECTED]>
9. Mail Delivery (failure [EMAIL PROTECTED])
From: [EMAIL PROTECTED]
10. data import/export error
From: "Danny Gaethofs" <[EMAIL PROTECTED]>
11. Re: Data import error
From: "Agus Riyadi" <[EMAIL PROTECTED]>
12. Re: Data import error
From: "Danny Gaethofs" <[EMAIL PROTECTED]>
13. Re: Data import error
From: Stefan Osterburg <[EMAIL PROTECTED]>
14. Re: Sample code for IAxaptaBufferData
From: Varden Morris <[EMAIL PROTECTED]>
15. Instructions
From: "userm1837" <[EMAIL PROTECTED]>
16. Re: Instructions
From: Girish B <[EMAIL PROTECTED]>
17. credit and debit is not equal for journal and voucher
From: "Cenk Ince" <[EMAIL PROTECTED]>
18. Re: Instructions
From: UserM1837 <[EMAIL PROTECTED]>


________________________________________________________________________
________________________________________________________________________

Message: 1
Date: Tue, 07 Dec 2004 19:15:09 -0000
From: "alpgiraysimsek" <[EMAIL PROTECTED]>
Subject: Sample code for IAxaptaBufferData




Can anyone share with me sample code that uses this interface? I
could not find anywhere else.

Thanks,
Giray








________________________________________________________________________
________________________________________________________________________

Message: 2
Date: Tue, 7 Dec 2004 15:38:32 -0600
From: Bill Curtis <[EMAIL PROTECTED]>
Subject: Load/stress testing Axapta 3.0

Does anyone have experience with load/stress testing Axapta 3.0 including
developing standard user profiles? The feedback that I've been given to date
is that apps like Mercury LoadRunner do not work well, if at all, with
Axapta.
Another part of this is baselining the standard user profile and associated
load against a standard Axapta build and our highly customized build. Any help
and/or pointers will be greatly appreciated!

Thanks,
Bill Curtis




________________________________________________________________________
________________________________________________________________________

Message: 3
Date: Tue, 7 Dec 2004 19:41:39 -0800 (PST)
From: Sonny Wibawa Adi <[EMAIL PROTECTED]>
Subject: RE: Radio buttons

Hi, Morris Mendoza,


I don't know what form you exactly want to made. But, try this:
1. create a new form
2. override init method.
public void init()
{
FormRadioControl fc;
;
super();
fc = element.design().addControl(FormControlType::RadioButton,"MyRadio");
fc.add('asd');
fc.add('adassd');
}
3. create a button and override clicked method.
void clicked()
{
FormRadioControl fc;
;
super();
fc = element.design().controlName("MyRadio");
info (strFmt("%1",fc.selection()));
}

Hope this helps.

Regards,

Sonny Wibawa Adi


Peng Qing Hua <[EMAIL PROTECTED]>wrote:

Hi,
As far as I know, developer cannot directly use radio buttons. We have to
create a enum data , and then specify your radio button to this emun. The
radio button's label is the emun item's label.

Best Regard!
Andy. Peng Qing hua
-----Original Message-----
From: Morris Mendoza [mailto:[EMAIL PROTECTED]
Sent: 2004��12��6�� 11:25
To: [EMAIL PROTECTED]
Subject: [Axapta-Knowledge-Village] Radio buttons



How can i use radio buttons in axapta. More specifically, how can i
add labels for each item during design time? Thanks!






Sharing the knowledge on Axapta.
Yahoo! Groups Links











Sharing the knowledge on Axapta.


Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
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 the Yahoo! Terms of Service.



---------------------------------
Do you Yahoo!?
The all-new My Yahoo! � What will yours do?

[This message contained attachments]



________________________________________________________________________
________________________________________________________________________

Message: 4
Date: Wed, 08 Dec 2004 07:08:50 -0000
From: "Stefan Heidkamp" <[EMAIL PROTECTED]>
Subject: annual stocktaking



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










________________________________________________________________________
________________________________________________________________________

Message: 5
Date: Wed, 8 Dec 2004 15:35:03 +0800
From: "Rocco Giumelli" <[EMAIL PROTECTED]>
Subject: RE: annual stocktaking

Hi Stefan

My first experience with Annual Stocktaking was quite miserable. Firstly I
had created my counting journals too early and the Stock on hand was taken
as at the date of printing the journals, Do not print your journals too
early for processing, Duplicate your system and than print them out so you
can get everyone ready. Creating the Counting jounral on the day of the
stock take. In my circumstances , we operate about 15 Warehouses national,
and each Item Number must have a cross reference in the item form, under
setup called warehouse items. Each Item number needs to have the associated
warehouse loaded into here so. otherwise axapta locks the item number
against the first warehouse that is processed. I thought this
cross-reference would have been created by the actual transactions for that
item in the warehouse where it has been used. (Otherwise when Stocktake is
processed it keep saying that the item was locked, and it stops the flow)

Now I am on Axapta 3.00 sp1 , so I not sure whether this affects you, but I
hope they have solved this problem in the next release. I am Sure there is
other things that I Missed completly, GOOD Luck!

Rocco

_____

From: Stefan Heidkamp [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 8 December 2004 3:09 PM
To: [EMAIL PROTECTED]
Subject: [Axapta-Knowledge-Village] annual stocktaking




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










Sharing the knowledge on Axapta.



Yahoo! Groups Sponsor

oups/S=1705001380:HM/EXP=1102576324/A=2343726/R=0/SIG=12icg7jk6/*http://clk.
atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=1102489924824364>
oups/S=1705001380:HM/EXP=1102576324/A=2343726/R=1/SIG=12icg7jk6/*http://clk.
atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=1102489924824364>


Get unlimited calls to

U.S./Canada


24824364>

:HM/A=2343726/rand=438028151>

_____

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]
ribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.




[This message contained attachments]



________________________________________________________________________
________________________________________________________________________

Message: 6
Date: Wed, 8 Dec 2004 11:08:45 +0200
From: "Yifat Halili" <[EMAIL PROTECTED]>
Subject: RE: annual stocktaking

Hi there,



Rocco is correct, when Axapta creates a stock sheet it is snap shot of
the way the items are at that point in time. Hence, one should not do
any transactions once the stock sheet has been created, a good idea is
to lock the items in the stock count. Axapta cannot handle movement of
stock during the stock count.



Another thing to keep in mind is the unit of measure, make sure that the
people are counting in the correct unit of measure. i.e. the inventory
unit of measure. For ease of use, we display the unit of measure on the
counting sheet.



Also one needs to consider if you are using standard costing or average
costing. If you are using ave costing, when you count up, the system
takes that stock at a zero cost unless otherwise specified - i.e. fill
in the cost field in the stock counting journal. If you are using std
costing there is no problem.



Hope this helps.



______________________________________

Yifat Halili

Financial Systems Consultant

Exordia - a division of PricewaterhouseCoopers SA

Website: www.exordia.co.za

________________________________

From: Rocco Giumelli [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 08, 2004 9:35 AM
To: [EMAIL PROTECTED]
Subject: RE: [Axapta-Knowledge-Village] annual stocktaking



Hi Stefan



My first experience with Annual Stocktaking was quite miserable. Firstly
I had created my counting journals too early and the Stock on hand was
taken as at the date of printing the journals, Do not print your
journals too early for processing, Duplicate your system and than print
them out so you can get everyone ready. Creating the Counting jounral on
the day of the stock take. In my circumstances , we operate about 15
Warehouses national, and each Item Number must have a cross reference in
the item form, under setup called warehouse items. Each Item number
needs to have the associated warehouse loaded into here so. otherwise
axapta locks the item number against the first warehouse that is
processed. I thought this cross-reference would have been created by the
actual transactions for that item in the warehouse where it has been
used. (Otherwise when Stocktake is processed it keep saying that the
item was locked, and it stops the flow)



Now I am on Axapta 3.00 sp1 , so I not sure whether this affects you,
but I hope they have solved this problem in the next release. I am Sure
there is other things that I Missed completly, GOOD Luck!



Rocco



________________________________

From: Stefan Heidkamp [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 8 December 2004 3:09 PM
To: [EMAIL PROTECTED]
Subject: [Axapta-Knowledge-Village] annual stocktaking



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










Sharing the knowledge on Axapta.




Sharing the knowledge on Axapta.





Yahoo! Groups Sponsor


D=groups/S=1705001380:HM/EXP=1102577855/A=2343726/R=0/SIG=12i9b2dlg/*htt
p:/clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=110249145524
4722>
D=groups/S=1705001380:HM/EXP=1102577855/A=2343726/R=1/SIG=12i9b2dlg/*htt
p:/clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=110249145524
4722>

Get unlimited calls to
D=groups/S=1705001380:HM/EXP=1102577855/A=2343726/R=1/SIG=12i9b2dlg/*htt
p:/clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=110249145524
4722>

U.S./Canada
D=groups/S=1705001380:HM/EXP=1102577855/A=2343726/R=1/SIG=12i9b2dlg/*htt
p:/clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=110249145524
4722>


491455244722>


s/S=:HM/A=2343726/rand=885064903>



________________________________

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]
ubscribe>

* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service .



[This message contained attachments]



________________________________________________________________________
________________________________________________________________________

Message: 7
Date: Wed, 08 Dec 2004 09:17:50 -0000
From: "mat_bin" <[EMAIL PROTECTED]>
Subject: XMLFileDataExport with infopath


I try to export a query via XMLFileDataExport and reuse in MS
infopath but he don't integrate the file.
Why ? and have you a solution

Best regards

Mathieu






________________________________________________________________________
________________________________________________________________________

Message: 8
Date: Wed, 08 Dec 2004 10:45:22 -0000
From: "axapta_guru" <[EMAIL PROTECTED]>
Subject: AXAPTA Performance Test using Form Open Tool



Hi
Can anybody suggest me about the following:
In AXAPTA Form Open Tool have many options such as : Lookup Test,
Sort Test, Filter Test, Go To Main Test, Tab Page Test, Unfreed
Object Test, Save Timing Data Test, etc., I run test for all of
above types but I couldn't find the results for each test. Only sum
of time for all tests is given in results/reports.
Can anybody help me how to see the performance results for each of
above tests. If anybody can tell me what is the Unfreed Object Test.

I have gone through the doc available for form open tool but there is
no info about it.
Anil Kumar Gupta
Sqaguru at gmail dot com









________________________________________________________________________
________________________________________________________________________

Message: 9
Date: Wed, 8 Dec 2004 16:26:45 +0530
From: [EMAIL PROTECTED]
Subject: Mail Delivery (failure [EMAIL PROTECTED])



[This message is not in displayable format]



________________________________________________________________________
________________________________________________________________________

Message: 10
Date: Wed, 08 Dec 2004 11:29:20 -0000
From: "Danny Gaethofs" <[EMAIL PROTECTED]>
Subject: data import/export error


Dear all,

Has anyone experienced problems with loading data using import after
upgrading to Axapta 3.0 SP3? I seem no longer able to perform an
upload. I am getting the message new tables have been added to
axapta and your group has not been updated. What GROUP is axapta
talking about?

Can someone help me out here?

Regards,
Danny





________________________________________________________________________
________________________________________________________________________

Message: 11
Date: Wed, 08 Dec 2004 12:14:12 -0000
From: "Agus Riyadi" <[EMAIL PROTECTED]>
Subject: Re: Data import error


Probably it is a problem with your SysDataImport class. Have you
update it ? I have it if you need.

Agus

--- In [EMAIL PROTECTED], "Danny Gaethofs"
<[EMAIL PROTECTED]>wrote:
>
> Dear all,
>
> I have exported data import/export definitions from my development
> database.
>
> When importing my data import/export definition groups into a test
> database I get an error message. The message says "not enough
rights
> to insert the data or the imported file only contains shared
tables".
>
> When importing the dat/def-file using the import wizard it works
> fine.
>
> The problem I have is that it seems impossible now to import other
> data using the definition groups. I get the message New table are
> available which have not been included in your group XXX.
>
> I seem not be able to solve this. Whatever I try, created new
> company, use the admin login, ... It certainly will be a small
thing
> that I am overlooking.
>
> Anyone aware of this problem and knows how to solve it?
>
> regards,
> Danny





________________________________________________________________________
________________________________________________________________________

Message: 12
Date: Wed, 08 Dec 2004 12:31:11 -0000
From: "Danny Gaethofs" <[EMAIL PROTECTED]>
Subject: Re: Data import error


Dear Agus,

I have been going through the whole SysDataImport class yesterday
evening to find the problem but I did not succeed. I was already
thinking there would be no problem with that one. So I skipped that
path but if there is a problem in that area can you please provide
me with the updated class.

Where did you find out that this class gives errors. I have been
looking in the knowledge base but can not find any problem reported.

Anyway I would appreciate it when you provide an .xpo with this
sysdataimport class.

regards,
Danny Gaethofs

--- In [EMAIL PROTECTED], "Agus Riyadi"
<[EMAIL PROTECTED]>wrote:
>
> Probably it is a problem with your SysDataImport class. Have you
> update it ? I have it if you need.
>
> Agus
>
> --- In [EMAIL PROTECTED], "Danny Gaethofs"
> <[EMAIL PROTECTED]>wrote:
> >
> > Dear all,
> >
> > I have exported data import/export definitions from my
development
> > database.
> >
> > When importing my data import/export definition groups into a
test
> > database I get an error message. The message says "not enough
> rights
> > to insert the data or the imported file only contains shared
> tables".
> >
> > When importing the dat/def-file using the import wizard it works
> > fine.
> >
> > The problem I have is that it seems impossible now to import
other
> > data using the definition groups. I get the message New table
are
> > available which have not been included in your group XXX.
> >
> > I seem not be able to solve this. Whatever I try, created new
> > company, use the admin login, ... It certainly will be a small
> thing
> > that I am overlooking.
> >
> > Anyone aware of this problem and knows how to solve it?
> >
> > regards,
> > Danny





________________________________________________________________________
________________________________________________________________________

Message: 13
Date: Wed, 08 Dec 2004 13:54:44 +0100
From: Stefan Osterburg <[EMAIL PROTECTED]>
Subject: Re: Data import error

Danny,

when you create a definition group for importing or exporting data
in Axapta, Axapta automatically stores the current number of tables
in the AOT into the definition group.

When you use this definition group to import or export data Axapta
checks the stored number against the current number of tables in the
AOT and warns you if they do not match.

The idea behind this is, that there might be some of the new

=== message truncated ===


Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.

Sharing the knowledge on Axapta.


Yahoo! Groups Sponsor

Get unlimited calls to

U.S./Canada



Yahoo! Groups Links

Reply via email to