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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kinetic123

    SA Portal Customization

    I have a requirement to customize the Siebel Analytics Portal. The look n feel is handled using the CSS. I want to add some functionality in the Portal. Which files on the SA server need to be modified?
  2. kinetic123

    DCOM error

    Hi, I have automated the processing of opening excel sheets and applying macros on them. I do this on a large number of files. At times i get an error - that the file cannot be opened. I notice that in the event log of the machine, an error is recorded with event id of 10010, that the DCOm...
  3. kinetic123

    keybd_event API

    Hi, I have a VB program which I want to execute as a scheduled task. The VB program should pass keystrokes to another application. Can the keybd_event API be used to achieve this? Would this API work (considering I use a scheduled task)if the machine is shutdown or the user has logged off...
  4. kinetic123

    error 61704

    Hi, I have a VB code that runs fine on my machine but the same throws up an error 61704 when run on another machine. The code that i have written uses the API calls of a tool COGNOS to interact with it. Any idea on this. Regards Kinetic 123
  5. kinetic123

    error TR0220

    Just a thought. Have you verified whether the temp variable created uses the user or system profile
  6. kinetic123

    Combining two reports

    Using Datasets might help kinetic123
  7. kinetic123

    Saving .mdl

    Hi, I need to save a model file (.mdl) without the categories. How can i achieve this?
  8. kinetic123

    Date format

    I have a 'datetime' column,that when used in a prompt displays the date in ascendind/ descending order. i.e the dates are arranged by year, then by month and then by date. Now when i display this 'datetime' column as a string in mm/dd/yyyy format in a prompt, the display order is different. i.e...
  9. kinetic123

    Event based Scheduling

    Hi, I need to start a cube building process, once the database tables have been loaded. The scheduling needs to be event based. Does Cognos scheduler Support this? Also, the database tables reside on UNIX while the transformation server is on NT. Are there any other standard schedulers in the...
  10. kinetic123

    Catalog Update

    Hi, In a catalog i pull in a database table and its alias. When a column is added in the database to this table, i update the catalog by pulling in the added column. But this adds the column only to the Catalog table that referes to the databse table and NOT to the alias. Also the added column...
  11. kinetic123

    Catalog Prompts and Filters

    griffindm, Thanks for your response. I have got MR1 and am fine now.
  12. kinetic123

    Catalog Prompts and Filters

    I have been trying to use a catalog prompt in Impromptu ,more than once in a catalog condition (filter) (e.g) start_date >=to_date( promptA,'mm/dd/yyyy') and end_date<=to_date(promptA,'mm/dd/yyyy) The prompt accepts a string and uses that in the filter after converting it to a date. In the...
  13. kinetic123

    WEB information to Impromptu Report

    Hi, Have you thought of using PowerPrompts for this? Definitely an easier option.
  14. kinetic123

    DTS

    I have a table in SQL 2000 with a primary key constraint. I have created a Transformation task to load the above table from a flat file. The problem is that the flat file has duplicate records and the load fails because the primary key constraint in the table is violated. Is there some method...
  15. kinetic123

    Quality Manager

    Any idea on how to use Quality manager within DataStage (other than the menu option provided).
  16. kinetic123

    DTS

    With SQL server 7 ,how can a DTS package be executed from Query Analyzer?
  17. kinetic123

    Calling ODBC administrator from VB

    1)What are the options available to open the ODBC administrator program from VB. 2) How can ODBC administrator program be opened as a 'modal' window in VB,assuming the ODBC administrator (.exe) is called from VB
  18. kinetic123

    Report Title and system date

    How can a title for a report be created and displayed in a Microstrategy report? How can the system date be displayed in a report?
  19. kinetic123

    Changing the database

    Hi, I have created a warehouse catalog that points to an Oracle database A with a set of tables. I have created all the schema objects based on this catalog. Now, i have an Oracle database B that has the same set of tables as Oracle database A. How do i make the schema objects refer table...
  20. kinetic123

    Using a Metric within a Metric

    I have the following table layout Store_employee_details (that indicates the assignment of employees to stores for days in a month) day_key store_key employee_key 1 S1 E1 1 S1 E2 1 S2 E3 2 S2 E1 2 S1...

Part and Inventory Search

Back
Top