Re: [development-axapta] Enterprise Portal Installation - CLR Object Error

2007-12-06 Thread Ashish Singh
Hi Werner,

This is a statement this is written into the installation doc just verify
that you are done with this part :-

If you have already installed a Microsoft Dynamics AX client on this
computer, verify

that the Ax32.exe.config file exists in this location on your server:
%System

Drive%\Program Files\Microsoft Dynamics AX\40\Client\Bin. If the file does
not exist,

locate it on your Microsoft Dynamics AX DVD (in the \Retail\Bin directory)
and copy

it to the specified location
If you still have some issues please let me know .

have a nice day.


On 12/6/07, Werner Briedl [EMAIL PROTECTED] wrote:

   To install the Enterprise Portal i followed the White Paper Installing
 and
 Configuring Microsoft Dynamics AX Enterprise Portal of June 2007. On the
 Computer was already Sharpoint Services 2.0 installed, so i first
 uninstalled them and the IIS. After then i followed the instruction until
 Configuring and Deploy Enterprise Portal.
 When finishing the Configuration Wizard i got an Error Message CLR Object
 is not initialized. Object ,CLRObject' could not be created.
 I verified all settings, but couldn't find a mistake.

 Any Ideas?

 Regards,
 Werner.

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

 



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



Re: [development-axapta] Enterprise Portal

2006-04-24 Thread Paulius



put the code on the corresponding table:

edit Str 5 setValue_1( boolean set, Str 5 _value)
{
 ;
 if (set)
 switch( _value)
 {
 case A : this.secondField = A1; break;
 case B : this.secondField = B1; break;
 default : break;
 }
 else
 _value = this.FirstField;

 return _timeTo;
}
and drag this it on the web grid


--- hany_abodoma [EMAIL PROTECTED] wrote:

 Dear All 
 i need to make loockup form this form 
 
 contain two string edit 
 
 the first field is has value A ,B and if the user
 chose A then the 
 result in the second field is A1,A2 and if the user
 chose B then the 
 second field must fill by B1,B2 
 
 please give me idea or any simmilar form in
 Enterprise Portal
 
 thaks and best regards 
 Hany Abodoma
 



Paulius Cerniauskas
ICQ: 280959446

__
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.



  









RE: [development-axapta] Enterprise Portal...

2006-03-19 Thread Peter Sloth




Have you included a WebTarget on your page? If not, then the second form
will not appear!

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Andre Klopper
Sent: 2. marts 2006 13:40
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Enterprise Portal...

Hi,

I feel very stupid at this stage but here goes... 

I've created my a a duplicate of SimpleWebApp, that is fine that is
working
and I can get logged in.

The problem. Created 2 webForms. 1 - With webButton with properties
MenuItemName and WebTarget set to menuItem for webForm2 on it. This is
suppose to open webForm2. But that just does not happen. No this must be
very easy right. LOL but I just can't get it to work... Tried the
following
aswell.

 WebLink webLink;

 ;

 super(); 

 webLink = new WebLink();

 webLink.Webpage(myWebPage); 

 WebSession().redirect(webLink);


Regards
Andre Klopper





 
Yahoo! Groups Links



 










  
  
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] Enterprise Portal Problem

2005-12-07 Thread Peter Sloth




Open the asp file in notepad. How does it look? Sometimes all the
new-line characters are lost (everything is shown on the same line!).
Notice that you can set the session timeout on the web site in IIS
instead of in the server file.

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Savage
Sent: 06 December 2005 12:48
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Enterprise Portal Problem

I made a change to the axdefault server file, in the AOT, to set the
default timeout value (kindly provided for me yesterday).
 
This worked fine when I was setting the value manually in the deault.asp
file itself, but following my change to the Axapta file, followed by an
update of the EP site, I get the following error:
 
 

Server object error 'ASP 0177 : 800401f3' 

Server.CreateObject Failed 

/SGL/i_axaptafunctions.asp, line 15 

Invalid class string 

 

This looks to me as if the COM Connector class is not registered, but I
have tried doing that many, many times now and still now joy.

 

Does anyone know what is wrong please?

 

Regards

 

 
Mike Savage
 





 
Yahoo! Groups Links



 











  
  
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] Enterprise Portal Problem

2005-12-07 Thread Peter Sloth




Open the asp file in notepad. How does it look? Sometimes all the
new-line characters are lost (everything is shown on the same line!).
Notice that you can set the session timeout on the web site in IIS
instead of in the server file. 

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Savage
Sent: 06 December 2005 12:48
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Enterprise Portal Problem

I made a change to the axdefault server file, in the AOT, to set the
default timeout value (kindly provided for me yesterday).
 
This worked fine when I was setting the value manually in the deault.asp
file itself, but following my change to the Axapta file, followed by an
update of the EP site, I get the following error:
 
 

Server object error 'ASP 0177 : 800401f3' 

Server.CreateObject Failed 

/SGL/i_axaptafunctions.asp, line 15 

Invalid class string 

 

This looks to me as if the COM Connector class is not registered, but I
have tried doing that many, many times now and still now joy.

 

Does anyone know what is wrong please?

 

Regards

 

 
Mike Savage
 





 
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.



  









RE: [development-axapta] Enterprise Portal

2005-07-20 Thread Malcolm Burtt




Hi
 
I have the web site settings entered like this.
 
 Server Name: myportal.mycompany.co.uk
 Web URL: http://myportal.mycompany.co.uk
 Server library: D:\Axapta\Enterprise Portals\Axapta Portal
 Directory: \\GLOBAL2\\D$\Axapta\Enterprise Portals\Axapta
Portal
 
The server library and directory are pointing at the root folder of my
web site.
 
Anyone got any more suggestions? This is driving me nuts. :-)
 
Regards
 
Malcolm.

 _ 

From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Meyyappan
Meenakshi Sundaram
Sent: 19 July 2005 19:52
To: development-axapta@yahoogroups.com
Subject: RE: [development-axapta] Enterprise Portal


In the web site tab , make sure the server library and directory is
pointing 
to the root folder of the web site.

Thanks
Mey



From: Malcolm Burtt [EMAIL PROTECTED]
Reply-To: development-axapta@yahoogroups.com
To: Axapta Yahoo Group development-axapta@yahoogroups.com
Subject: [development-axapta] Enterprise Portal
Date: Tue, 19 Jul 2005 09:17:13 +0100

Hi all

I'm trying to set up Enterprise Portal as a standalone site on IIS
(i.e.
not as a sub-directory of the default site). When EP is configured to
run as a virtual directory on the default site it all works fine, but
if
I run it as a standalone site then I get a blank web page with the
following HTML source...

 SCRIPT Language=_javascript_
 function URLEncode(Tx)
 {
 return escape(Tx);
 }
 /SCRIPT
 HTML
 link REL=stylesheet TYPE=text/css
HREF="">
 link REL=stylesheet TYPE=text/css
HREF="">
 /HTML

Has anyone got any thoughts on what I might be doing wrong?

Thanks in advance...

Malcolm Burtt
Global IT Group
Business Solutions designed for YOUR business processes
Global IT Group is the trading name of Touchstone Global Business
Solutions Ltd. and is part of the Touchstone Group PLC.




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










 _ 

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
  
  
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] Enterprise Portal and printing

2005-06-14 Thread hany abodoma




do u mean from portal website out of axapta or portal inside axapte
 
[EMAIL PROTECTED]
 
we can chat to got the easy way

Geissmann Isabelle [EMAIL PROTECTED] wrote:
What is the easiest way to print a list in the pdf format from an
enterprise portal site. For example invoice or order.

Isabelle Geissmann


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





-
Yahoo! Groups Links

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


  
-
Discover Yahoo!
 Find restaurants, movies, travel  more fun for the weekend. Check it out!

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












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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] Enterprise Portal error. Please HELP!

2005-02-16 Thread wb





Hi Ariadna
 
 I´m using Windows Server 2003 and IIS 6.0, I heard that there is a
 hotfix or someting for this specific issue. Anyone knows how to fix
 it?

http://support.microsoft.com/defaul...kb;en-us;839003
http://www.microsoft.com/BusinessSo...erver_2003.aspx

best regards,
Valeriy









Yahoo! Groups Sponsor


ADVERTISEMENT













Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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] Enterprise Portal Debugging

2004-10-22 Thread Morten Aasheim





A few things:

- Start the Business Connector with the interactive user logged on.
- Log on to the BC with a configuration (not a configuration file).
- Set the breakpoint with the same Axapta user that is logged on the web.

Hope this helps!

Morten

-Original Message-
From: tavocol2002 [mailto:[EMAIL PROTECTED] 
Sent: 21. oktober 2004 19:50
To: [EMAIL PROTECTED]
Subject: [development-axapta] Enterprise Portal Debugging




English :

Hi fellows!!!

I'm trying to debug one method that is located in a webForm, i 
allready marked the checkbox in the Business Connector Tab in the 
Configuration utility.

But it doesn't work.


Can anyone help me


Thanks.


Spanish:

Hola Amigos!!!

Estoy tratando de realizar un debug en un metodo ubicado en un 
webForm, ya he marcado el checkbox de permitir el debug de odigo x++ 
en la pestaña del business Connector en el Configuration Utility.

Pero a pesar de todo esto, no funciona.

Existe alguna medida extrema para realizar el debug??

Alguien me puede ayudar???

Gracias.









 
Yahoo! Groups Links



 

















Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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] Enterprise Portal Debugging

2004-10-22 Thread Steen Rabøl





In case of AOS, did you restart the service?
Restart the COM connector ?

 - Original Message - 
 From: tavocol2002 
 To: [EMAIL PROTECTED] 
 Sent: Thursday, October 21, 2004 8:50 PM
 Subject: [development-axapta] Enterprise Portal Debugging




 English :

 Hi fellows!!!

 I'm trying to debug one method that is located in a webForm, i 
 allready marked the checkbox in the Business Connector Tab in the 
 Configuration utility.

 But it doesn't work.


 Can anyone help me


 Thanks.


 Spanish:

 Hola Amigos!!!

 Estoy tratando de realizar un debug en un metodo ubicado en un 
 webForm, ya he marcado el checkbox de permitir el debug de odigo x++ 
 en la pestaña del business Connector en el Configuration Utility.

 Pero a pesar de todo esto, no funciona.

 Existe alguna medida extrema para realizar el debug??

 Alguien me puede ayudar???

 Gracias.







 Yahoo! Groups Sponsor 
 ADVERTISEMENT
 
 
 


--
 Yahoo! Groups Links

 a.. To visit your group on the web, go to:
 http://groups.yahoo.com/group/development-axapta/
 
 b.. To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 




--


 Incoming mail is certified Virus Free.
 Checked by AVG Anti-Virus (http://www.grisoft.com).
 Version: 7.0.280 / Virus Database: 264.12.0 - Release Date: 19-10-2004


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













Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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] Enterprise Portal Debugging

2004-10-22 Thread Melega Árpád





Hi!

 

To try the EP debugging first use an axapta user who member of the Admin group.

 

1. Delete the COM+
2. Set the user settings to this user.
3. Set the Allow debugging of X++ code running in the Axapta Bussines Connector settings.
4. Register the COM+
5. Make a new EP with the wizard and select the configuration that you built before.
6. Make a new webuser and select the axapta user which is in the configuration.
7. Login to Axapta with the same user.

 

The EP debugging works only if all the users are the same!

 

I hope this helps you,

Best regards,

MRP

 

 

 



From: Steen Rabøl [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 22, 2004 12:16 AM
To: [EMAIL PROTECTED]
Subject: Re: [development-axapta] Enterprise Portal Debugging

 


In case of AOS, did you restart the service?
Restart the COM connector ?

 - Original Message - 
 From: tavocol2002 
 To: [EMAIL PROTECTED] 
 Sent: Thursday, October 21, 2004 8:50 PM
 Subject: [development-axapta] Enterprise Portal Debugging




 English :

 Hi fellows!!!

 I'm trying to debug one method that is located in a webForm, i 
 allready marked the checkbox in the Business Connector Tab in the 
 Configuration utility.

 But it doesn't work.


 Can anyone help me


 Thanks.


 Spanish:

 Hola Amigos!!!

 Estoy tratando de realizar un debug en un metodo ubicado en un 
 webForm, ya he marcado el checkbox de permitir el debug de odigo x++ 
 en la pestaña del business Connector en el Configuration Utility.

 Pero a pesar de todo esto, no funciona.

 Existe alguna medida extrema para realizar el debug??

 Alguien me puede ayudar???

 Gracias.







 Yahoo! Groups Sponsor 
 ADVERTISEMENT
 
 
 


--
 Yahoo! Groups Links

 a.. To visit your group on the web, go to:
 http://groups.yahoo.com/group/development-axapta/
 
 b.. To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 




--


 Incoming mail is certified Virus Free.
 Checked by AVG Anti-Virus (http://www.grisoft.com).
 Version: 7.0.280 / Virus Database: 264.12.0 - Release Date: 19-10-2004


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








Yahoo! Groups Sponsor

ADVERTISEMENT
click here http://us.ard.yahoo.com/SIG=129566etr/M=315388.5500238.6578046.3001176/D=groups/S=1705006764:HM/EXP=1098513205/A=2372354/R=0/SIG=12id813k2/*https:/www.orchardbank.com/hcs/hcsapplication?pf=PLApplymedia=EMYHNL40F21004SS 

 http://us.adserver.yahoo.com/l?M=315388.5500238.6578046.3001176/D=groups/S=:HM/A=2372354/rand=835862982 

 



Yahoo! Groups Links

* To visit your group on the web, go to:
 http://groups.yahoo.com/group/development-axapta/
  
* 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/ . 



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













Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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] Enterprise Portal Debugging

2004-10-22 Thread Niels Helgogaard





Did you remember to set the 'Debug mode' to 'When break point' in the Option form for the default Axapta user or the Axapta user connected to the web user?

 

Regards

Niels




 From: tavocol2002 [mailto:[EMAIL PROTECTED] 
 Sent: 21. oktober 2004 19:50
 To: [EMAIL PROTECTED]
 Subject: [development-axapta] Enterprise Portal Debugging
 
 
 
 
 English :
 
 Hi fellows!!!
 
 I'm trying to debug one method that is located in a webForm, i 
 allready marked the checkbox in the Business Connector Tab in the 
 Configuration utility.
 
 But it doesn't work.
 
 
 Can anyone help me
 
 
 Thanks.
 
 
 Spanish:
 
 Hola Amigos!!!
 
 Estoy tratando de realizar un debug en un metodo ubicado en un 
 webForm, ya he marcado el checkbox de permitir el debug de odigo x++ 
 en la pestaña del business Connector en el Configuration Utility.
 
 Pero a pesar de todo esto, no funciona.
 
 Existe alguna medida extrema para realizar el debug??
 
 Alguien me puede ayudar???
 
 Gracias.
 
 
 
 
 
 
 
 
Yahoo! Groups Sponsor 
ADVERTISEMENT
click here http://us.ard.yahoo.com/SIG=1293jnpov/M=295196.4901138.6071305.3001176/D=groups/S=1705006764:HM/EXP=1098476960/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com  
 http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S=:HM/A=2128215/rand=952442313  

 


 Yahoo! Groups Links
 

 * To visit your group on the web, go to:
  http://groups.yahoo.com/group/development-axapta/
   
 * 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/ . 




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













Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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] enterprise portal setup error

2004-08-16 Thread Harry Deshpande




Hi Andrew

 

While creating enterprise portal, did u create a virtual directory? If
not then create a virtual directory and try again.

 

Regards

 

harry

 

 _ 

From: andrew_vranjes [mailto:[EMAIL PROTECTED] 
Sent: Friday, 13 August 2004 2:29 p.m.
To: [EMAIL PROTECTED]
Subject: [development-axapta] enterprise portal setup error

 

hello, 

i am setting up the enterprise portal [ax 3 sp1]. i have followed the 
setup guide on technet

http://technet.navision.com/usered/Axapta30/Documentation/UpdatedGuide
s/TI/AX-300-TIP-042-v01.00-ENUS.doc

now i get this error! 

AxaptaCOMConnector.Axapta.1 error '80004005' 

SQL error : SQL has reported the following error: [Microsoft][ODBC 
Driver Manager] Connection in use. Connect information was: Userid = 
[bmssa], Database = [040803], Server = [192.168.10.2], DSN = 
[040803], Other = [] You may refer to the error log file for further 
details. Retry the operation? Please restart the Navision Axapta 
Business Connector before logging on. 

/EnterprisePortal1/i_axaptafunctions.asp, line 16 


any ideas??? i have tried a new DSN. my config axcv file is 040803.






Yahoo! Groups Sponsor

ADVERTISEMENT
click here
http://us.ard.yahoo.com/SIG=129pqapc7/M=298184.5285298.6392945.3001176/
D=groups/S=1705006764:HM/EXP=1092465489/A=2164330/R=0/SIG=11eamf8g4/*htt
p:/www.netflix.com/Default?mqso=60183350 

 
http://us.adserver.yahoo.com/l?M=298184.5285298.6392945.3001176/D=group
s/S=:HM/A=2164330/rand=643880306 

 

 _ 

Yahoo! Groups Links

* To visit your group on the web, go to:
 http://groups.yahoo.com/group/development-axapta/
  
* 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]











Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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] Enterprise Portal

2004-08-09 Thread eGrabber Var

MohandraZee,

 

I am detailing the basic steps involved in setting up the Portal. You need to just 
read the 

below given steps and then open up the document attached and BLINDLY goes through 

The instruction given in the same.

 

Steps for Setting Up Enterprise Portal.

 

   Set up Internet Information Services (IIS). Contact your Network Admn and get the CD
   Set up the Businesss Connector. It’s helps you connect the Axapta from anywhere

In the internet to the Axapta Server. Make the necessary field level selection here.

   Create a website in Axapta. Go to the Administration Menu=Internet= Website

The Easy to use Wizard will help you here 

   Set up the Users for the Website.  These are the users who can access the portal 
from

Anywhere in the Internet to the Axapta using a user name and password…. Much like 

You access the hotmail. The Easy to use Wizard will help you here

   Now set up the Enterprise Portal. This will help you give the properties of the 
portal to the 

Website given. The Easy to use Wizard will help you here.

   The portal is set up and now tests it using the IP from a remote (another 
computer). Make changes in the fields published in the Portal view and see if those 
changes are getting reflected in the Axapta Server. No do the reverse. Make changes in 
the Axapta Server and see if they are getting reflected in web page. If the fields are 
getting successful
then you are on the right path 

 

PS; There might be some glitches and you should be able to handle it . Again

Please go through the Microsoft web cast on the EnterprisePortal

 

PS: The document was initially given to me by an Ax Village Member. Mr. Serioga



 

 

Regards
Peter 

xorphx [EMAIL PROTECTED] wrote: hi,
  Could somebody give me the step by step guide to deploying the 
Axapta 3.0 enterprise portal?
p/s:i'm trying to deploy the portal on my workstation for testing 
purposes. can i do that?


Yahoo! Groups SponsorADVERTISEMENT


-
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
  
   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 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/saFolB/TM
~- 

 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/

* 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: [development-axapta] Enterprise Portal

2004-05-11 Thread Horlacher, Carsten \(SSB\)




EP does not run with Windows Server 2003. You have to wait until the release of Windows Server 2003 SP1. With that combination MBS will run the certification tests for Axapta and EP.

Regards/Carsten

-Original Message-
From: hanfra2000 [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 11, 2004 9:13 AM
To: [EMAIL PROTECTED]
Subject: [development-axapta] Enterprise Portal

I have set up an Enterprise Portal on a 2003 Server.
The log on window appears normally, but when username and password 
are typed and the log on button is clicked this error appears: 

AxaptaCOMConnector.Axapta.1 error '80042041' 

Feil under kjøring av kode: tom klasse objekt er ikke 
initialisert. Stakksporing: (C) \Classes\unknown\itemTxt (C) 
\Classes\WebSession\ParseArgs - line 109 

/EnterprisePortal/i_axapta.asp, line 4.

What is wrong and where do I go from here?

Fredrik






 
Yahoo! Groups Links



 













Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

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