Cognos problem summary, which will be summarized later

Source: Internet
Author: User

1. Where Are Cognos logs stored.
The default location of Cognos logs is .. cognoscer1; you can set the log location in transformer.

2. If the B/S mode is used, which of the following tools does the prawn use to customize some reports? How can I publish the reports to the Internet?
It is generally customized using impromptu and released using impromptu Web report.
Otherwise, just as a friend from another forum said, create a "powerplay Report" and use the powerplay Enterprise Server to publish the ppx file.

3. The installation sequence of Cognos is as follows:
1. To install directory server, you can use the default configuration parameters and remember these parameters.
2. Run the installation CD for enterprise server administration, run config the directory server on the installation interface to configure the Directory Server, and use the parameters in the previous step to configure the Directory Server.
3. Install enterprise server administration and use the above configurations (all use the default values). After the installation is complete, Open Access Manager and you will see the default directory server. If not, right-click to add it, after the test is successful, open the Ticket Server tab and use the default configuration. The test is successful. Open the runtime credentials tab and click "OK" after the test is successful.
4. Open ie after installation, enter http: // localhost/Cognos/CGI-BIN/ppdscgi. EXE, you can see the Cognos publish cube home page. If it cannot be opened, check whether the virtual directory is added to Cognos/cgi-bin.
5. Open upfront server administraton and join the server. Use the default local machine. The installation is complete. Open IE and enter http: // localhost/Cognos to view the home page of the Cognos upfront configuration. If it cannot be opened, check whether the upfront service is up.
6. Other installation methods are relatively simple. You only need to install the server when installing powerplay transformer. You do not need to install the user version. If you install the user version, the server may be washed away. Impromptu's server and user versions can be installed, but the server version is generally enough.
7. Cognos permission control is as follows: to join a user group can only be performed in Access Manager, while to join a user can be performed either in Access Manager or on the upfront web interface. Generally, users and user groups are processed in Access Manager, and resource control is performed on the upfront web interface.
8. Cognos DS only processes data, but can call the stored procedure. Program scheduling is still processed in scheduler. You can first write the DS job stream for data processing and the call to the cube for batch processing, and then schedule in scheduler.
9. Cognos6.61 can generate a dynamic custom report. ppx file and publish it on the web.
10. The Web interface of upfront can be modified, and JSP and XML technologies are required.

4. Does Cognos support eis?
Cognos's EIS product is visualizer

5. I wonder what the performance of Cognos for large-capacity application environments is? For example, the mobile business analysis system should be recommended by experts.
It doesn't matter if there is a large amount of data. The key is whether your model design is optimized, such as not having too many dimensions, and not having too many levels and cateogry. In addition, you can try to use transform to optimize the partition of the cube.

6. How can I install impromptu 6.0?

Error:

1) When I install impromptu 6.0 (Administrator edition) near the end of the installation, the system prompts "unable to locate the program entry point nlsstrqcmpn2 on the dynamic Connection Library comml. dll ".

2) view the following error logs in the temp directory:
Failed to self-register the file: C: cognoscer1binxxxautometadatacache. dll.
The installation will continue, but you will need to reboot your system in order for the self-registration to work.
Custom Action failed. Library:. setdsn. dll-function: adddsn-arguments: db_greatoutdoors

3) run under the Tools menu of my powerprompt cannot be used

Before installing this program, I have stopped all Cognos services. Who can help me answer these questions?

Cause:
1) all services starting with Cognos are not stopped.
2) All services starting with impromptu are not stopped.
3) the Netscape Administration Server 4.2 service is not stopped.
4) The Netscape Directory Server 4.1 Service is not stopped.
5) Cognos Common Logon is not exited.

7. In terms of WEB presentation, how does brio, Bo, and Cognos achieve this?
Cognos uses powerplay enterprise server to provide web-based Cube access.
Impromptu Web Report provides web access to impromptu reports
The upfront server is similar to an enterprise or individual portal and is used to integrate cubes and reports (just to integrate their access links, but the real cube processing or report processing must be switched to the corresponding Serer) to form a complete system.

All Web access is in CGI format.

8. Do you think schedule will occasionally fail during scheduled execution?
And also falsely claimed no errors
Regularly refresh cubes
Use the scheduled task that comes with windows.

9. Registration failed after Netscape was installed.
Cannot be installed through a network Hard Disk

Install the file locally and disable all anti-virus files.

It is recommended that the two passwords be consistent during installation.

I haven't figured out what the two passwords are for now.
Generally, do not install Netscape Directory and the operating system on a disk.
After Netscape is installed, everything is normal, that is, it cannot be logged on.
Then restart the Service (all the three services of Netscape are restarted) And you can log on to it. I don't know why? Think twice about it. I installed it on an Elastic Block Storage (edisk) and the partition is NTFS.
Later, the entire Netscape was reinstalled.
10. the following is the simplest Cognos Automatic Login implementation document. on a machine that has installed Cognos, if the initial user name and password have not changed, automatic login can be implemented. here, the technical support of Cognos is too weak, and users need to explore everything themselves. Why not open it up is conducive to their own development.
Currently, Cognos has been approved by the customer. It is estimated that the sales of Cognos will fluctuate greatly. Who makes it unavailable!

<HTML>
<Head>
<Title> untitled document </title>
<Meta http-equiv ="Content-Type"Content ="Text/html; charset = gb2312">
<ScriptLanguage ="JavaScript">
VaR requestsubmitted = false;
Function autosubmit ()
{
Document. Login. Submit ();
}
</Script>
</Head>

<Body bgcolor ="# Ffffff"TEXT ="#000000">
<! -- Fill in http: // your host name or IP address in the Action column/Cognos/cgi-bin/login. cgi?"Method = post -->
<Form name ="Login"Action ="Http: // localhost/Cognos/cgi-bin/login. cgi?"Method = post>
<Input type = hidden name = namespacetitleValue='>
<Input type = hidden name = pwdcasesensitiveValue='Yes'>
<! -- HereValueEnter http: // your host name or IP address/Cognos/cgi-bin/upfcgi.exe? Xmlcmd = <Gohome/>. More complex links are available in practice -->
<Input type = hidden name = return_urlValue='Http: // localhost/Cognos/cgi-bin/upfcgi.exe? Xmlcmd = <Gohome/>'>
<Input type = hidden name = cancel_urlValue='Http: // localhost/Cognos/cgi-bin/upfcgi.exe? Xmlcmd = <Gohome/>'>
<Input type = hidden name = namespaceValue='Default'>
<Input type = hidden name = actionValue='Login'>
<Input type = hidden name = loginfailedValue='1'>
<Input type = hidden name = databasedisplayValue='>
<Input type = hidden name = guest_urlValue="">
<! -- In the Cognos login script, the above several den codes are generated by login. cgi Based on the macro running on the server -->
<! -- HereValueUse the saved user login name -->
<Input type ="Hidden"Name ="Signon" Value="Administrator">
<! -- HereValueUse the saved user password -->
<Input type ="Hidden"Name ="Password" Value="">
<! -- In actual use, use cookies or other methods reasonably to obtain the user name and password entered by the user elsewhere, and send it to login. cgi for automatic login. -->
</Form>
<ScriptLanguage ="JavaScript"> Autosubmit () </Script>
</Body>
</Html>

11. Whether Enterprise Server can be installed without improtu

My improtu is broken. I am going to demonstrate it now. Can I install Enterprise Server and transform without improtu. I just want to browse in IE mode. What should I do?

Yes
Impromptu is generally not bad. You can delete cer1binimpromptu. ini and start impromptu.

12. Cognos external programming interface call method (VB, VC)

Steps to use the Type Library in Visual Basic
1. Open a project.
2. From the project menu, click references.
3. In the available references box, select the cognostransformer check box and click OK.
Note: If the entry isn'T in the list, Click Browse and select transaut. TLB from the bin folder
Where you installed transformer.
4. From the View menu, click Object Browser.
5. From the library list (in the top left corner), click Cognos transformer.
6. Find the object or collection you want, and select the corresponding methods and properties.
7. Use these methods and properties in your Macro.
Steps to use the Type Library in Visual C ++
1. Open developer'S studio.
2. Open a project.
3. From the View menu, click Class Wizard.
4. Click Add class and then click from a type library.
5. Select transaut. TLB.
6. In the confirm classes box, click the classes you want and click OK.
7. Click Class View, to view the selected classes and their objects in the workspace.
8. Click file viewer to view the object definitions in the transaut. h file.
You can now create objects in implementation files (. cpp ).

13. What does rollup mean?

Ask your predecessors
Regular Rollup
Time state Rollup
Duplicates Rollup
Meaning of the three,
Regular accumulation;
Accumulate on time;
Multiply;

14. Do you have any problems that transform installation is not allowed to continue?

Is it not allowed to continue the installation of Transform in half?
Generally not

Remember to stop your anti-virus firewall (especially Kingsoft drug overlord) during installation, and delete the related items in the Registry when you reinstall it. No problem.
15. It does not seem to be too realistic.

Data sources that can be used in Cognos are divided into internal and external data sources.
External Data source: excel, DBF, and text files can be used as data sources. For example, an Excel table including currency conversion can be used as a data source.
Internal Data source: a data source generated by using the Cognos tool. For example, you can use impromptu to save the IMR file as an IQD file and use it as a data source.

The cat file is only used to determine the information directory usage and cannot be counted as a data source.
For more information about how to add data sources, see my previously uploaded powerplay user manual.
16. About 'iwr' installation-Report Publishing

After 'iwr' is installed, the Service:
Impromptu web COM Service (cer1)
Impromptu Web Service Manager (cer1)
Startup error!
Tip:
Error 1053: the service did not respond to the start or control request in time!

Please kindly advise! Thank you !!
Check whether dependency services in impromptu web COM Service (cer1) and impromptu Web Service Manager (cer1) dependencies have started.

No exception is prompted during IWR installation on win200 server,
My installation sequence:
1. Install Netscape;
2. Install the setup of the IWR disc;
3. The above two services cannot be started after installation.
Is the above installation correct?

After installing Netscape, run configure Directory Server
Is your machine Ben 4 processor?
Have you reported any errors during installation?
When I first started to install IWR, I installed it in the default mode. An error should be reported;
However, people who are familiar with the installation will be notified of the need for custom installation, and only the first item will be installed. Other items will also be installed when other devices are installed. As a result, no error is reported, and the service starts normally.

17. Is the display of Chinese characters read in LDAP abnormal?

What character set does Cognos use?
Usually kaiti_gb2312 and simsun are both cp936 encoded.

18. Install Netscape

When Netscape is installed on P4, an error is reported.
Error execuiing installation program C: netscapeserver4binslapdadminbinindex.exe; An unknow error occured while creating the Directory Server. Check the server logs for details
Please help me

Netscape cannot be installed through the terminal manager.

19. impromptu web reports 6.0 installation help

OS: Win2k Server SP4
It has been installed successfully: powerplay, Netscape, powerplay Enterprise Server, impromtu administrator, etc. When IWR is installed, an error is reported. Why cannot I create iwr_db? Ladies and gentlemen, why?
Add DCOM access attribute for administrator

Step:
1. Run cmd> C: winntsystem32dcomcnfg.exe
2. Add DCOM access attribute for administrator

20. cognos7.1 configuration problems

I 'd like to try installing cognos7.1. Please refer to the following steps.
Because I only want to install servers.
(1) Netscape Directory Server 4.2
2. powerplay Enterprise Server
3. Why is an error in configuratrion manager?

Unable to determine error that occurred trying to run command upfunpack. Bat IX upfunpackerror. Log

Re-install. During installation, do not select the default language when selecting the language. Select the following one and install it all the way.
Go to Cognos-shared-locale and change the locale language to en-GB.

21. Failed activation of Data Store
Failed activation of server
Unable to determine error that occurred to Run Command upfunpack. Bat-x upfunpackerror. Log

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.