Author Topic: Configuring ReportNet  (Read 4692 times)

Offline vin_j

  • Full Member
  • ***
  • Posts: 8
  • Forum Citizenship: +0/-0
Configuring ReportNet
« on: 24 Jul 2005 12:30:56 am »
Hi Guys,

I never worked on Cognos ReportNet before, help me out in configuring the ReportNet into WebSphere AppServer.

Offline cognosfreelancer

  • Global Moderator
  • Community Leader
  • *****
  • Posts: 218
  • Forum Citizenship: +19/-0
Re: Configuring ReportNet
« Reply #1 on: 26 Jul 2005 05:31:17 am »
I have configured ReportNet with BEA Weblogic 8.1 SP4 and let me tell you this was one of the most difficult tasks I ever carried out support from Cognos consultants not withstanding.

Essentially you create a p2pd.war file which is the jar file of a web application and you then deploy it the Websphere server.

One hard earned lesson: Do not ever install ReportNet in a folder path that has names with spaces in it for e.g. 'Program Files'. BEA Weblogic did not recognize the existence of Cognos CRN  under such circumstances.

For specific info. on the steps for integration you will need to refer to www.cognos.com

Regards
NKT

Offline vin_j

  • Full Member
  • ***
  • Posts: 8
  • Forum Citizenship: +0/-0
Re: Configuring ReportNet
« Reply #2 on: 27 Jul 2005 08:20:02 am »
Hi,

Here is my situation: I've got to have ReportNet Server on one node and Content Manager on another node. First i configured the ReportNet server node, generated the war file and deployed the war file into WebSphere. Later on configured the Content Manager node, generated the war file and deployed into WebSphere. But i dont see any tables being created in the database. Can you please send me the exact procedure to do this. I appreciate your help.

Thanks,
vinod

Offline cognosfreelancer

  • Global Moderator
  • Community Leader
  • *****
  • Posts: 218
  • Forum Citizenship: +19/-0
Re: Configuring ReportNet
« Reply #3 on: 27 Jul 2005 06:48:15 pm »
Hmm!

Your configuration is a bit different from mine.

Is it possible for you to host the content manager servlet on the same computer as the ReportNet server. The actual content store can be put on any box.

A few points to note.

1) you only need to generate one .war file called P2PD.war. You should not deploy two .war files to the J2EE server

2) Make sure you deploy the .war file to the managed server and not the admin server

3) Tables in the content store get created after you re start the managed server and not when you simply deploy.

4) The procedure I follow is applicable to BEA Weblogic and may not be suited to IBM Websphere. Let me know if you still need it.

Can I attach files to this post
Regards
NKT

Offline vin_j

  • Full Member
  • ***
  • Posts: 8
  • Forum Citizenship: +0/-0
Re: Configuring ReportNet
« Reply #4 on: 27 Jul 2005 09:26:33 pm »
Thanks for your prompt reply.

1. No, i can't put the Content Manager in the same node as that of Report Server node as the design is so. So, i just need to deploy only one jar file, the one generated from ReportServer node.

2.Could you send me the docs, which u used for whole process.

I appreciate you help.

Thanks,
vinod

Offline cognosfreelancer

  • Global Moderator
  • Community Leader
  • *****
  • Posts: 218
  • Forum Citizenship: +19/-0
Re: Configuring ReportNet
« Reply #5 on: 28 Jul 2005 12:02:59 am »
Hi Vinod

Unfortunately my attachment exceeds the size limit of 128 KB

NKT

Offline vin_j

  • Full Member
  • ***
  • Posts: 8
  • Forum Citizenship: +0/-0
Re: Configuring ReportNet
« Reply #6 on: 28 Jul 2005 12:32:24 am »
Here is my mail ID: *email address removed* you can mail me to this ID.

Thanks,
vinod

*sorry guys - email addresses are not a good idea because of the spam factor. We've already had a few nasty bots go through our site (and it's only been Live for 2 weeks!). I'll bump up the attachment size limit however feel free to email me with the attachment and I will pass it on.

Cheers
Jon
COGNOiSe administrator
email@cognoise.com
« Last Edit: 28 Jul 2005 04:04:20 am by COGNOiSe administrator »

Offline COGNOiSe administrator

  • Administrator
  • Statesman
  • ******
  • Posts: 677
  • Forum Citizenship: +31/-8
    • BrightStar Partners, Inc
Re: Configuring ReportNet
« Reply #7 on: 28 Jul 2005 04:11:24 am »
I've upped the attachment limit to 5Mb - let me know if you have any probs.

Offline cognosfreelancer

  • Global Moderator
  • Community Leader
  • *****
  • Posts: 218
  • Forum Citizenship: +19/-0
Re: Configuring ReportNet
« Reply #8 on: 28 Jul 2005 06:48:55 pm »
We have a people friendly administrator  ;D

The new limit is more than enough.

Here comes the attachment.

Regards
NKT

Offline vin_j

  • Full Member
  • ***
  • Posts: 8
  • Forum Citizenship: +0/-0
Re: Configuring ReportNet
« Reply #9 on: 04 Aug 2005 08:54:11 pm »
Hi,

I configued the Cognos ReportNet, build the war file and deployed it into webSphere. When I stop and start the AppServer,  I found follwoing errors under AppServer logs:

java.lang.NoClassDefFoundError: com/cognos/accman/jcam/crypto/misc/JNISystemProperties

[8/3/05 15:13:31:591 CDT] 70541535 ServletInstan E SRVE0100E: Did not realize  init() exception thrown by servlet dispatch: javax.servlet.ServletException: com/cognos/accman/jcam/crypto/misc/JNISystemProperties at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:99)

And I don't find any tables created in the Content store. Could you figure out what exactly had gone wrong.

Thanks,
Vinod

Darek

  • Guest
Re: Configuring ReportNet
« Reply #10 on: 04 Aug 2005 09:48:05 pm »
Make sure you are using JCE 1.2.2 in your WebSphere JRE. I assume you did copy everything from CRN lib\ext to WebSphere lib\ext (don't overwrite though, except when copying JCE 1.2.2)?

Offline vin_j

  • Full Member
  • ***
  • Posts: 8
  • Forum Citizenship: +0/-0
Re: Configuring ReportNet
« Reply #11 on: 04 Aug 2005 10:13:14 pm »
I did copy the JCE 1.2.2 jar file and also copied all the jar files from cognos\crn\bin\jre\1.3.1\lib\ext to WebSphere/AppServer/Java/Jre/1.3.1/lib/ext folder. Let me know how did u generate the CSK, encrypt and signkeypair keys. I deleted the initial keys as it was using Tomcat by default. And generated the new keys. Later generated the war file and deployed it. I guess there is some problem in cryptographic encryption.

ERROR CCL-CFG-0007 Failed to initialize the cryptographic encryption. The cryptographic configuration could be incorrect or missing some security components.

Please give me some idea yaar...

Thanks,
Vinod

Darek

  • Guest
Re: Configuring ReportNet
« Reply #12 on: 04 Aug 2005 10:14:39 pm »
JCE 1.2.2 should have been copied last. Is this how you've executed?

Offline vin_j

  • Full Member
  • ***
  • Posts: 8
  • Forum Citizenship: +0/-0
Re: Configuring ReportNet
« Reply #13 on: 04 Aug 2005 10:18:47 pm »
I copied the JCE 1.2.2 file first and do you think that's going to affect the whole process.

Darek

  • Guest
Re: Configuring ReportNet
« Reply #14 on: 04 Aug 2005 11:03:47 pm »
Yes. First you need to copy lib\ext from CRN's jre1.3.1. Than JCE 1.2.2 which you can obtain from Cognos or Sun.