Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CosmicNerd

  1. CosmicNerd

    Cognos Data Manager network config issue

    I am trying to set up Data Manager networking across two servers in Cognos 10.2.1 . When I try to run a Data Movement task I get the error "UDA-SQL-0107 A general exception has occurred during the operation "columns". ORA-00942: table or view does not exist UDA-SQL-0196 The table or view...
  2. CosmicNerd

    Hide a Calculation Field in a Chart

    What product/version are you using? Acestar Solutions Limited Cognos development and on-site training http://www.acestar.co.uk/
  3. CosmicNerd

    Quick question on content manager/content store

    You've probably solved it by now, but I wonder if you've got enough RAM on the server where the dispatcher is installed. I had that one once on my pc. Acestar Solutions Limited Cognos development and on-site training http://www.acestar.co.uk/
  4. CosmicNerd

    Update Query Subjects in Framework Manager

    You can update query subjects and this will bring in new columns if the query subject is written that way (maybe using select *). Right-click the individual query subject and select Update Query Subject. Regards Clive Acestar Solutions Limited Cognos development and on-site training...
  5. CosmicNerd

    Update New added tables in Framework Manager

    Try right-clicking on the Namespace and selecting 'Import Metadata'. You need to tell FM about these tables. Acestar Solutions Limited Cognos development and on-site training http://www.acestar.co.uk/
  6. CosmicNerd

    Reports Performance in ReportNet

    Have you checked the SQL generated for the query? That would be the first thing to do. I am trying to find out more myself about how Cognos handles report generation. I have also heard that the Content store can get pretty busy in some environments. You also should look at what environment you...
  7. CosmicNerd

    Impromptu Prompts & Report Headers

    Prompts in Imprompts are quite inflexible. I suggest you try either: write a script (CognosScript) to handle the prompt using Message Box or similar, or you might get somewhere defining a report or catalog item that has the format you want (text), using that as the prompt, and linking the data...
  8. CosmicNerd

    Oracle ref cursor problems in ReportNet

    We are using Oracle ref cursors returned from a pl/sql package to return the record set to cognos. The problem that we are experiencing is that on some cases Cognos return data from the ref cursor and in other cases we receive the error message listed at the end. From an Oracle perspective the...
  9. CosmicNerd

    Macro passing date prompt to Impromptu

    Have you tried separating them with a comma? Acestar Solutions Limited Cognos development and on-site training http://www.acestar.co.uk/
  10. CosmicNerd

    Searching BLOB fields

    Hi, Does anyone know if you can search BLOB fields in Impromptu or Powerplay? Acestar Solutions Limited Cognos development and on-site training http://www.acestar.co.uk/
  11. CosmicNerd

    how do you limit category generation in Transformer?

    What version of Powerplay have you got? In later versions you can generate a small test cube in the Run/Test build menu. This might help. If you don't have this option, you could try using the Clean House option to get rid of some categories, if you can see them - may or may not be appropriate...
  12. CosmicNerd

    Calculate Years and Months

    Presumably you've tried just subtracting the dates, can't remember if this works (probably doesn't). What about using date-to-days-from-1900 to convert the two dates to numbers, then subtract one from the other, then convert the result back to a date using days-from-1900-to-date? There are...
  13. CosmicNerd

    Calculate Years and Months

    What product/version are you using? Could you give more details of what you are trying to do? Thanks
  14. CosmicNerd

    Closing Cognos Catalogs

    Oh, I thought your script was a Cognos script, ie written in VBA (Visual Basic). That's what I was suggesting, ie using CognosScript to control your reports.
  15. CosmicNerd

    Unsorted ranking in Impromptu

    Maybe it's a new feature! I don't have the ranking item selected for sorting, but it has affected the sort order of my report.

Part and Inventory Search

Back
Top