Clear History in Google Chrome

June 28th, 2009

1. Choose Customize and Control in Google Chrome.

2. Choose Clear Browing Data.

3. Choose Clear Browsing History.

4. It will clear the history of the browsing.

Sun Java System Access Manager 7.1- How Access ManagerWorks

June 27th, 2009

When AccessManager starts up, it initializes the AccessManager information tree with configuration data from various AccessManager service plug-ins including those for Authorization, Policy, Identity RepositoryManagement, and Service Configuration. When a browser sends an HTTP request for access to a protected resource, AccessManager immediately binds to the appropriate Identity Repository to obtain user information (which may include definitions for roles, realms, user IDs, and so forth). At the same time, a policy agent installed on the protected resource intercepts the request and examines it. If no session token is found, the policy agent contacts the AccessManager server which will then invoke the authentication and authorization processes. Figure 1–9 illustrates how policy agents protect the enterprise’s web servers by directing HTTP requests to a centralized AccessManager server for processing.

For more information visit the following link  http://dlc.sun.com/pdf/819-4669/819-4669.pdf

Configuring Cognos Planning Web Application

June 26th, 2009

Steps

1. In the Control Panel, open Administrative Tools, and open Internet Information Services

(Internet Services Manager for Windows 2000).

2. Expand the tree, and under the appropriate server, right-click Default Web Site.

3. Click New, and then click Virtual Directory.

4. In the Alias box, type

Cognos

5. Go to the location of the Webcontent directory, installed by default to

installation_location\cer4\webcontent.

6. Accept the default access permissions, click Next, and then click Finish.

7. Right-click the Cognos directory and click Properties.

8. Click the Directory Security tab.

9. Choose one of these options:

• If anonymous access is selected, clear Allow IIS to control password, and type your

operating system logon and password.

• If anonymous access is not selected, select the Integrated Windows authentication check

box.

10. Right-click the Cognos directory and select New, and then click Virtual Directory.

11. In the Alias box, type

help.

12. In the Web Site Content Directory, go to installation_location\cer4\documentation>.

13. Accept the default access permissions, click Next, and then click Finish.

14. Right-click the Cognos directory and select New, then click Virtual Directory.

15. In the Alias box, type

cgi-bin

16. Go to installation_location\cer4\cgi-bin.

17. In the Access Permissions box, clear the selected access permissions, and click Execute.

18. If you are using Windows 2003 Server, follow these steps

• In IIS, click Web services extensions.

• Click the Add a new Web service extension link.

• Give the extension group a suitable name, such as Cognos CGI.

• Click Add and add the executables from the cgi-bin sub-directory of the Cognos directory, such as accessadmin.exe.

• On the Web services Extension screen, set the following extensions to allowed: Server side includes, MSADC, Active Server Pages, Internet Data Connection, Cognos CGI.

If the MSADC extension does not exist, create one and add the file c:\program

files\common files\system\msadcs.dll.

• Save.

19. In the Internet Explorer address field, type

http://<server_name>/cognos/contributor/

20. In the Web site configuration screen, enter the Planning Administration Domain datastore connection information as shown in the following table.

Cognos Planning - What is it ?

June 23rd, 2009

Cognos Planning provides the ability to plan, budget, and forecast in a collaborative, secure manner. There are two major components:

 Cognos Planning - Analyst

Analyst is a flexible tool used by financial specialists to define their business models. These models include the drivers and content required for planning, budgeting, and forecasting. The models can then be distributed to managers using the Web-based architecture of Cognos Planning - Contributor.

Cognos Planning - Contributor

Contributor streamlines data collection and workflow management. It eliminates the problems of errors, version control, and timeliness that are characteristic of a planning system solely based on spreadsheets. Users have the option to submit information simultaneously through a simple Web or Excel interface. Using an Intranet or secure Internet connection, users review only what they need to review and enter data where they are authorized.

 

 

 

Adventureworks 2008 “The Windows Installer Service Could Not Be Accessed” error message when you install a program in Windows XP

May 26th, 2009

While installing the adventureworks 2008, if you have error like ‘The Windows Installer Service Could not be accessed then follow the steps.

 To resolve this issue, follow these steps:

  1. Log on to your computer as an administrator.
  2. Click Start, and then click Run.
  3. In the Open box, type cmd, and then click OK.
  4. At the command prompt, typemsiexec.exe /unregister, and then press ENTER.
  5. Type msiexec /regserver, and then press ENTER.
  6. Verify that the SYSTEM account has full control access permissions to the HKEY_CLASSES_ROOT hive in the Windows registry. In some cases, you may also have to add Administrator accounts.

 

HMC 4.5 (Hosted Messaging and Collaboration 4.5)

May 26th, 2009
HMC 4.5 brings together powerful Microsoft enterprise products such as Microsoft Exchange Server, Microsoft Windows SharePoint Services, and now gives you Microsoft Office Communications Server 2007, which manages all real-time communications such as instant messaging (IM) and audio and video conferencing.

Other new features and enhancements:
• Exchange Server 2007 SP1: Web-based OABs and resource mailboxes
• Windows SharePoint Services: multi-tenant People Picker functionality
• Provisioning capabilities have been expanded: Microsoft Provisioning System (MPS) cross data store integration procedures and Individual Information Worker (IIW) tenant model

Go o o gle Search

May 18th, 2009
only search Ask Rajaram Systems

Visual Studio 2005 - Microsoft Provisioning System Training.

May 12th, 2009

If you are planning to attend a training in MPS - please ensure the following contents are covered in the course.

 

Understand Microsoft Provisioning System.

Providers and Namespace

Provisioning Manager

Resource Manager

Security in Microsoft Provisioning Framework

Procedures and Requests

Deploy MPS SDK

Visual 2005 Tools

Develop Custom Provider

Develop Custom Namespace

Generate ASP.NET 2.0 Web Service

Sample Provisioning user interface framework

Active Directory Schema Extensions

Provisioning Schema

Plan Manager Types

Standard Providers and Namespaces

Solution Providers and Namespaces

Application Programming Interface

Monitoring and Reporting SDK.

 

MAC OS - Things I Should know

May 9th, 2009

Apple has placed specific code in the Mac operating system that looks for a special chip found only in Apple-built computers. When the Mac OS fails to find this chip in a PC, the Mac OS refuses to install.

 

DOJO and AJAX

April 2nd, 2009

Dojo has recently caught the attention as a popular AJAX toolkit. But it is much more than that. Quite simply put, it is an Open Source JavaScript UI toolkit. It makes writing JavaScript easier, building dynamic UIs very simple and interacting with server-side components a breeze. The foundation of Dojo is “Dojo Base”, a single tiny library which contains Ajax, event handling, effects, quick CSS queries, language utilities, and a lot more.

 On top of this Base, the rest of Dojo Core adds high-quality facilities for Drag and Drop, extended forms of Ajax and I/O, JSON-RPC, internationalization, back-button handling etc.

 Layered on Dojo Core is the widget system, Dijit, for building UI components easily. If you can write HTML and CSS, Dijit allows you to quickly build reusable client-side components (by using extended attributes on HTML). By upgrading standard HTML instead of inventing a new markup language, Dijit makes building powerful Web 2.0 UIs very easy to learn.

Download free Dojo ToolKit