AW: [development-axapta] Debugger in Axapta 3.0 SP4

2005-11-23 Thread Gahr, Andreas
Hi Tom, breakpoints are stored in the registry on the machine, the client is running on. Greatings Andreas Von: development-axapta@yahoogroups.com im Auftrag von taulbert2000 Gesendet: Di 22.11.2005 16:15 An: development-axapta@yahoogroups.com Betreff:

AW: [development-axapta] AOS event log message

2005-04-04 Thread Gahr, Andreas
Hi Stefan, maybe it is not only a problem of the AOS. Have you checked the Server-Networkconfiguration for which protocolls are activated? Also check the protocol order in this dialog. Regards Andreas Gahr -Ursprüngliche Nachricht- Von: Stefan Osterburg [mailto:[EMAIL PROTECTED]

AW: [development-axapta] WinAPI Registry methods

2005-03-30 Thread Gahr, Andreas
Hi, there's a pice of standard code in \Classes\SysFileDeploymentDLL\register. Maybe this will help you Andreas Gahr -Ursprüngliche Nachricht- Von: Raal Goff [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 25. Februar 2005 08:48 An: development-axapta@yahoogroups.com Betreff:

AW: [development-axapta]

2005-02-28 Thread Gahr, Andreas
What is your OS? Windows 2003? I had the same problem, but had not the time to solve it yet. Regards Andreas Gahr -Ursprüngliche Nachricht- Von: Rocco Giumelli [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 27. Februar 2005 13:44 An: '[EMAIL PROTECTED] Com'; '[EMAIL PROTECTED] Com'

AW: [development-axapta]

2005-02-28 Thread Gahr, Andreas
ParseArgs is used to transfer the web environment parameters (current url, user, current web form, etc) to axapta. Axapta queries these parameters from the web server environment provided by an com interface. And this is the problem, i guess. Something in Windows 2003 has changed, so that

AW: [development-axapta] Re: Load form from a object and return values

2004-11-27 Thread Gahr, Andreas
You can create a Method in the caller like code void setStr(str value){} /code then call the form code Args parameters = new Args(); MenuFunction EmpForm; ; paramters.caller(this); EmpForm = new MenuFunction(menuitemdisplaystr(EmpForm),Menuitemtype::Display); EmpForm.run(parameters);

AW: [development-axapta] Virtual Company Accounts

2004-11-25 Thread Gahr, Andreas
Hi Jens, you could use record level security to filter the required custtable records and use a dimension therefore. But what would be the benefit of the shared table then? Regards Andreas Gahr -Ursprüngliche Nachricht- Von: Jens Strandberg [mailto:[EMAIL PROTECTED] Gesendet:

AW: [development-axapta] re-registering Buisnes COnnector

2004-11-24 Thread Gahr, Andreas
Don't forget to update the Configuration or ConfigurationFile field in the WebSiteTable and do an Update to refresh the asp files. Regards Andreas Gahr -Ursprüngliche Nachricht- Von: Rocco Giumelli [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 24. November 2004 09:01 An: [EMAIL

AW: [development-axapta] Axapta COM

2004-09-15 Thread Gahr, Andreas
Hi Steeve, i guess the com connector doen't allow network authetification. Try to switch the the aos server option allow unauthentificated/anonymous client connects Regards Andreas Gahr -Ursprüngliche Nachricht- Von: Steeve Gilbert [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14.

AW: [development-axapta] insert records SQL table outside axapta

2004-07-26 Thread Gahr, Andreas
Hi Girish, look at the axapta class statement (method executeUpdate). The help of the connection class can give you a hint how to use this class: { Connection Con = new Connection(); Statement Stmt = Con.createStatement(); ResultSet R = Stmt.executeQuery('SELECT VALUE FROM

AW: [development-axapta] Load balanced selection of AOS

2004-06-15 Thread Gahr, Andreas
You have to start each AOS with a command line option telling him which cluster it is belonging to. From the client you have to use the same cluster name option. In this constelation the client asks (via udp) every server for his session count and chooses the one with the lowest session count.

AW: [development-axapta] Load balanced selection of AOS

2004-06-15 Thread Gahr, Andreas
parameters I see that seem to deal with this functionality are the aos ones, and they all mention active directory. We do not use Active Directory at all.. Matt Benic Axapta Developer UTi Sun Couriers Division -Original Message- From: Gahr, Andreas [mailto:[EMAIL PROTECTED] Sent: 15 June

AW: [development-axapta] SP 2 and SP 3

2004-05-19 Thread Gahr, Andreas
I did not try it with sp3 and sp2, but with sp2 and sp1 and it worked well. Here is what you can try: Backup both, the client and application (and AOS if you have one) directory of SP2 (to a path named axsp2) and do an upgrade of your existing sp2 afterwards. Then you have the sp2 in your

AW: [development-axapta] web lookup button

2004-05-19 Thread Gahr, Andreas
As far as i know, the WebIntControl has only an implementation for preload-lookup. You could create a WebUserDefined-control which creates a html-textbox and a lookup-button equal to the one you'd like to have by overriding the layout method. You also have to override the setcontrolinfo

AW: [development-axapta] Axapta + BizTalk

2004-05-18 Thread Gahr, Andreas
Hi, I'm not very familiar with BizTak, but i guess i know some com connector issues. How did you register the com connector on pc2 and? You have three possible configurations: - COM: In process component, not reachable accross process boundaries and machines. In your case the com connector

[development-axapta] autostart axapta without domain login

2004-05-18 Thread Gahr, Andreas
Hi all, does anybody know how to start axapta in a way that the user is automatically logged in. The problem is, the target system aos/database is in an other domain as the client. Is it possible to do an automatic login without a domain account? Thanks in advance Andreas Gahr

AW: [development-axapta] COM User SQL Trace

2004-05-12 Thread Gahr, Andreas
Does normal tracing work properly under your COM Connector? Keep in mind that the web user is mapped against an normal axapta user. This user must be set up for tracing. I hope this helps Andreas Gahr -Ursprüngliche Nachricht- Von: West, Brent [mailto:[EMAIL PROTECTED] Gesendet:

AW: [development-axapta] COM User SQL Trace

2004-05-12 Thread Gahr, Andreas
queries for that user. It is only when the user is logged in through the COM Connector that the tracing does not work. Any other thoughts? Brent West -Original Message- From: Gahr, Andreas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 3:25 AM To: [EMAIL PROTECTED] Subject: AW

AW: [development-axapta] How can I find (Axapta) Tables, who's field(s) contain a given extendedDataType?

2004-05-07 Thread Gahr, Andreas
Maybe you can use the cross reference functionality. If you haven't build the cross reference data, do it by selecting Menubar: Tools - Development Tools - Cross Reference - Periodic - Update and be sure to check only the fields update data model and update type hierarchy. This may take a

AW: [development-axapta] Speed up loading of my form

2004-05-05 Thread Gahr, Andreas
Hi Steeve, the relations property defines whether you have to specify the relations manually (property relations: yes) by extending the datasource with the relations you want or if the system should look up the table and type defined relations (property relation: no) to associate the