Showing posts with label cognos. Show all posts
Showing posts with label cognos. Show all posts

Thursday, January 20, 2022

WinSCP and Task Scheduler Automation in Windows server; Scripts

 https://docs.google.com/document/d/1qpyuGJ5-VE-z4BJCVQZ73NOB3IEk7j6b/edit?usp=sharing&ouid=108428966501894711148&rtpof=true&sd=true



Move files from one server location to another with batch script. Windows PC.

Wednesday, December 8, 2021

Steps to run the Cognos SDK code; csharp .NET

 Steps to run the Cognos SDK code:

  1. Build the code; Make sure the references are in for all dlls (similar to jar files in java)
  2. Next go ahead to click on build.bat file to open up the window (screenshot1)
  3. Screenshot 2:
  4. Checkout the readme file.

Screenshot 1:



Screenshot 2:

Readme file:






Wednesday, November 20, 2019

Cognos download report option in URL; Updating the URL would change the report output

format=xlsxData => Use this format for Excel Data download option.
format=spreadsheetML => Use this format for Excel download option.
list of format options :
CSV,HTML,HTMLFragment,layoutDataXML,MHT,PDF,rawXML,spreadsheetML(Excel 2007 format),XHTML,xlsxData(Excel 2007 Data format), XLWA(Excel 2002 format),XML,singleXLS(deprecated), XLS(deprecated)