Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
33 views

DAX 2009 Enterprise Portal: Passing Different Contexts to Different Pages

I have a page that shows a grid of Customer Contracts (KeyField = ContractId), and when I click on the ContractID, it takes me to the Contract Detail page with the proper Contract details displayed. ...
2
votes
0answers
121 views

Integrating JBoss GateIn Portal with PicketLink-STS (SAML)

I'm trying to figure out (if it's possible) how to integrate the JBoss GateIn Portal app with PicketLink-STS to generate a security token (i.e. SAML Assertion) that can be used to implement "Single ...
2
votes
1answer
58 views

Ripping unnecessary/unused modules from Liferay portal

We are using only portal part of the liferay to show data from some of our applications. It is done thro liferay-ext. Is it possible to rip out the modules unused by us like communities, forums, blogs ...
2
votes
0answers
282 views

Use SAP Logon ticket with .Net Application using SSO22KerbMap or SAPSSOEXT

I am looking into option on using Single Sign On (SSO) from a SAP Portal to a Non-SAP ASP .Net application. Reading through the documents and online searches, I found there are couple of approaches 1. ...
2
votes
4answers
184 views

How to track and load a specific user's information?

I'm making a small portal in ASP.net (with C#.net4) where users can login and add, edit their personal information (PI). But I don't get how to load information (stored in a SQL server DB) in the page ...
1
vote
1answer
30 views

Enterprise Portal + SOA system - will future development and extensions be costy in time?

At work we are designing an enterprise system that will consist of a few sub-systems. The subsystems are quite large and independent modules themselves. We plan having 1) Accounts and Security ...
1
vote
2answers
896 views

Dynamics AX 2009 Rollup 7 Enterprise Portal AX_Core ERROR using Windows server 2008 r2 64 bits and sharepoint 2010 foundation

Arquitecture: AOS Server: Running windows server 2008 r2 std 64 bits spanish. Enterprise Portal Server: Running windows server 2008 r2 std 64 bits spanish, SharePoint 2010 Foundation 64 bits, IIS ...
1
vote
4answers
614 views

Enterprise Portal Web Parts not showing in Sharepoint for anonymous users

We have an enterprise portal site based on sharepoint, and we want to open it up for anonymous access. However, dynamics ax web parts do not display when logging in as anonymous user, even though the ...
1
vote
1answer
523 views

How to enable create / insert in a AxGridView in Enterprise Portal (Dynamics AX 2009)

There must be a way to enable creation and insertion of a record from a AxGridView without using the Tunnel and Wizard approach. From what I have found on the Internet so far, the only example is ...
0
votes
1answer
137 views

How to move or copy a Dynamics AX 2009 Enterprise Portal instance?

I can't think of a better way to word the question than the subject line, but I'll try my best. We're comfortable copying and handling the AX instances themselves, but how do I create a duplicate of ...
0
votes
0answers
209 views

AX2009 EP: How to pass context into lookup, based on a User Control in the AOT

In DAX exists example of lookup, based on User Control - tutorial_Customers. In this example, lookup created as User Control and it's based on custom dataset. It's work fine, but how to pass ...
0
votes
1answer
197 views

<%# Bind([ReqPo!ItemId])%> doesnt work

In Dynamics ax Enterprise Portal I have created a templatefield in AxGridView. Seems everything ok, but when i try to enter some value to this textbox (manually or through lookup), it doesnt bind to ...
0
votes
0answers
265 views

How to configure SAP Netweaver portal, document.domain value?

I have very little knowledge on SAP netweaver portal content development. However I assume netweaver portal comes out of box with standard configurations which ca be customised. Can someone tell me ...
0
votes
1answer
989 views

Microsoft AX and Business Connector / Enterprise Portal / Application Integration Framework

I've been working a while with a project aiming to integrate AX with the Web. The company who delivered AX has chosen to use Business Connector (BC.net) directly on my side of the backend. I've ...