HiI am a Java developer.I recently assigned to a proj. which requires expertise on Cognos SDK. I didn't work on this earlier.Can any one provide valuable suggestions on getting start Cognos SDK? ...
I’m new to Cognos SDK area. We’re starting to use SDK for one of the projects. I have some questions on SDK.1. We have Cognos v8.4 server installed and configured. Do I need to install full SDK software on Cognos 8 server? Or, is copying jar files on Cognos 8 server sufficient to make SDK workin ...
Below is the error i am getting when Cognos SDK writes in AsynResponse object. Please help. Code while (!rsr.getStatus().equals(AsynchReplyStatusEnum.complete)&&!rsr.getStatus().equals(AsynchReplyStatusEnum.conversationComplete)){//before calling wait, double check that it is okayif (!hasSec ...
I am not able to find the IBM Cognos SDK 8 Trial Version link.Can anyone provide me the link?I am having the Cognos 8 reporting softwares full version.Also, can you provide me the information that can i use the SDK trial version with the reporting full version? ...
Sreedhar Tatavarthi said: I am new to Cognos SDK and I would appreciate any information or resources around SDK download (license if necessary), install & documentation.I scouted for an SDK download but in vain. ...
I'm trying to find the Cognos SDK Developer Guide. Can someone point me to it? ...
Koti Raghavendra said: Hi,Is it possible to access the data set reurned by Framework Manager to the various Cognos Studios using Cognos SDK ?Basically we are exploring the feasibility of the possibility :Collect the dataset returned by Framework Manager and use this data to build reports in Flex. Ge ...
I have been working on the Cognos SDK for some time now and was able to get some things out of the Cognos Content Store.I have encountered a block when i am dealing with a requirement which wants me to retrieve the parameter values for a parameter defined on a report.I am able to retrieve the list o ...
everyone - Does anyone know where I can download the Cognos SDK? ...
I am trying to generate XLS report in 2007 format using cognos sdkI am providing the following runoptionRunOptionStringArray outputFormat = new RunOptionStringArray();outputFormat.setName(RunOptionEnum.outputFormat);outputFormat.setValue(new String[] { "XLS" });runOptions[1] = outputFormat;but the r ...
I am not able to find the IBM Cognos SDK 8 Trial Version link.Can anyone provide me the link?I am having the Cognos 8 reporting softwares full version.Also, can you provide me the information that can i use the SDK trial version with the reporting full version? ...
I am new to Cognos and Cognos SDK for Java. Hence have a very limited knowledge. Any help is much appreciated.My requirement - We have to develop Java wrapper for Cognos 10 reports. I am able to invoke individual reports using Cognos SDK (for Java) API. However in the mean time, the requirement has ...
I have been trying to download Cognos SDK from IBM Partner World and not able to find the exact download link.Can someone help me?I want know the Keyword or the part number. I want to use it for Cognos 8.4.1, windows version. ...
Any one worked on Cognos SDK in Java..please help me..i not able to fetch drill down report..because i dont know which xsl to be used to transformation..Please if any one worked on it..please help me.. ...
Ih Have one question on cognos SDK. I need to read the report contents and save as a html file. OR need to export the report as a pdf file / htm file to a local driveHow to achieve this using cognos sdk ? please share your ideas. and i am able to connect to the content store and able to list the ava ...
Good Morning. This is more of a SQL Server/.NET issue but since my assembly utilizes the Cognos SDK, I figured I'd give IBM DevWorks a shot. Essentially, the issue is related to my procedure finding the cognosdotnetassemblt_2_0.dll at run-time. I guess I'm looking to see if anyone has had experience ...
Have installed and configured Cognos into a WAS (Application Server) using Servelet Gateway approach. Basically this is to handled the SSO. Further to this, i am trying to figure out the way to retrieve the current user's details using Cognos SDK and also the possibilities to pass the data from exte ...
HiI have a requirement to pass parameters from aJava screen to Cognos Report Prompt pages.For example take a Java screen with a text boxEmp ID.In the Cognos report I have a prompt page withEmp ID as Text box prompt.Users will be entering the values inJava screen for EMP ID.Whatever the values the us ...
I want to import some zip files to cognos connection using SDK, SDK demo has provided some sample code, but i met a problem about how to specify the deployment path with deployment options, i tried it in cognos administration, it works, we can specify the path in the cognos connections for the conte ...
experts - Wondering if you would have any pointers/information/scripts on exporting a Cognos report (build in Report studio) as xml using SDK? The idea is to get a dump of say, x number of reports as xmls and check into a source code system. Want to ensure a regulated environment for users to access ...
Patrick Vachon said: Hi, I needs to do the following :1) Retrieve a report using the SDK2) Drill this report.3) Somehow being able to get the specification of the report at is drill state.I was able to do the first two steps but I really don't know how to do the third step. I retrieved the Specifica ...
Please help me out...i am trying to fetch drill down report but not succeded, PLease help me.I am able to fetch drill through report using sdk example by applying V5HTML_SDK. xsl, but unable to do the same for drill down.Is there any specific thing we have to do for drill down.?I tried with example ...
Is it possible to kick off a report via p2pd servlet (looking to do this in an application using basic HTTP) and email the finished report? ...
We are developing custom UI for reports application using cognos SDK interface and have custom authentication but using cognos viewer to view the outputs. when user log into the custom application we also authenticated the same user to cognos , Now when user want to view the generated report through ...
I am using cognos native sql for my reports. I have different data source name for different environment Dev,QA,Prod. How i can change the data source name used in native sqlwhen i deploy my reports to respective environment through cognos SDK. Similarly i have different package names & i want t ...
HiI have posted the same query in SDK Forum but did not get any reply.Can someone help me?I am planning to install and work in Cognos SDK.I have already Cognos version 8.4.1 Reporting(Report Studio & Query Studio, FM) in a windows machine. Can i install Cognos Web Services SDK/CPS version 7.5.0 ...
Siarhei Mazgavoi said: Is there any way to send SDK call to web service that will not identified by Cognos SDK call?For example : user has no SDK capability will use this type of call and receive answer from server?ny idea? ...
I want to use the cognos sdk to determine the impact of model changes (frame work manager model) to reports that use the model.Can I query the contentstore to evaluate the reports that are implemented on a given package model.Thanks in advance for your help.Bernd ...
HiI am planning to install and work in Cognos SDK.I have already Cognos version 8.4.1 Reporting(Report Studio & Query Studio, FM) in a windows machine. Can i install Cognos Web Services SDK/CPS version 7.5.0 with Cognos 8.4.1 Version in the same machine? ...
said: Hi,I was wonder if there is a way to auto login to cognos portal without setting the cam_passport to the http cookies?Currently, we use cognos sdk to logon and retrieve the cam passport. We add the cam_passport to the http cookies using setCookie.jsp on the cognos server. Then we redirect a ur ...
Olga Gedroit said: I'm pretty sure a lot of us have portals (ideally, a single portal) out there for our Business: where users enter a single place to access various applications (integrated). Just out of curiousity, has anyone attempted to integrate Cognos BI reports into their portal? If so, pleas ...
Hi, I am new to Cognos SDK. I would like to learn SDK.Could anyone suggest me. ...
Koti Raghavendra said: Hi,I have been able to successfully implement package deployment through Command line arguments using Cognos SDK. But i am facing an issue when i am trying to move some selected reports instead of the complete package. I am putting the selected reports inside a new folder in t ...
David Tremain said: Oh, it gets better. I'm not a java user either. Goal: Using 8.1 MR2, save one individual report that is run on the scheduler to a shared directory on the server's hard drive. (Our sales force finds it too complex to open an e-mail attachment. ;-) I found an example that writes a ...
I am new to Cognos. I need to check if my goal can be achived using Cognos SDK, using another approach or if it is just impossible.Goal: From a third party Java application, access Cognos cube structures and data. Using an API or a languaque (MXD?), get access to the list of cubes, dimensions, level ...
I want to show some descriptions related to the value on the report and to the whole report using data from external database. Does Cognos SDK 8.4 allow to do this? Basically I want to implement similar functionality as Cognos has with IBM Business Glossary. ...
We have a report ( Report Studio 8.3 Fix Pack 2) that has a prompt page with a small javascript code to select the first element of value prompt and automatically submit the prompt page. The thing is that there is an application created with Cognos SDK that schedules and runs this report, but when t ...
Roshan Banga said: I have a requirement where i need to display the cognos reports in web browser through .Net using cognos SDK. I am able to get the HTML of the report and display it on the browser, But i am unable to get the styles and any images on the browser. can any one provide any solution fo ...
I have a huge report which takes arround an hour to run, i don't want to wait for the report output..As we run the report we should get some identifier so that we can use it fetch the report output from the runhistory.These identifiers can be either Request Time or Start Time of the report run.Need ...
I am currently building an external web application which will also be used by the users of Cognos. There are 2 roles for this application, administrator and normal user, and the administrator can control who can access this application. So, it's quite a common application. However, it's required th ...
Presently my Cognos BI has been configured to run on Apache http server. and i usehttp://localhost/ibmcognos/cgi-bin/cognos.cgi this link to access my congos on net.I am thinking to migrate from Apache server to WAS or WPS for my Cognos BI.But which is the best server for cognos work? is it Webspher ...
Please apply at www.rti.orgAny Cognos experience will be considered... •Under the guidance of the BI and Data Architects, designs and develops BI solutions, including but not limited to, cubes, reports, dashboards, metrics and queries, leveraging customer information demand with back-end data ware ...
Andrei Istomine said: As stated below Cognos has dropped support for OLE Automation (Cognos Script)Now they are suggesting to use MDL scripts to update Transformer models.With Transformer 7 it was pretty easy to do almost anything with the Model. We have an Organizational structure in the HR Databas ...
Rashid Muhammad said: We have Cognos 8.3 envirnmoent and I am trying to automate cube using PcSwap ....which is looking for a number of jar file. But default Java 1.5.0 home does not contains these files. Do I need to install JDK? which version? or Cognos SDK. Please help !!!file it is looking for a ...
HelloI have a report with parameters which needs to be run in the background. While scheduling this report the main problem is we cannot schedule the report with the parameters being changed and everytime the report is scheduled it takes the date which we set for the first time.Would someone be able ...
experts - Do we know of a Cognos SDK application/tool that would look at various reports (SQL for instance) and determine that Report A, B, C for example are all asking for the same information or a Report A is collecting a superset of the information that Reports B, C contains. ...
I am using Cognos 8.1. Is it possible to save the PDF report output to a file system with date timestamp attached. I have a requirement that different business user group runs the same report and they want to save the report output in a windows file system folder, with the business user name and tim ...
I am using Cognos 8.1. Is it possible to save the PDF report output to a file system. I have a requirement that different business user group runs the same report and they want to save the report output in a windows file system folder.Please let me know, if it possible without Cognos SDK license or ...
Please look into the image file which has been attached.The Error which is displaying is in the Framework Manager.I am getting the runtime error when I am creating the framework manager model. "Microsoft Visual C++ runtime library runtime error! Its giving C:\Cognos\model\bin\BMT.exe" Abnormal progr ...
Andrei Istomine said: As stated below Cognos has dropped support for OLE Automation (Cognos Script)Now they are suggesting to use MDL scripts to update Transformer models.With Transformer 7 it was pretty easy to do almost anything with the Model. We have an Organizational structure in the HR Databas ...