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 TouchToneTommy 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. yeewaitu

    Informatica and SAS EAP

    Hi, Does anyone know if Informatica can connect directly to SAS EAP? If so, what are the components that are needed to do it? Please advise. Thanks!
  2. yeewaitu

    Using Count() function? [STUMPED]

    thanks for your help. =)
  3. yeewaitu

    Using Count() function? [STUMPED]

    PID as shown below... Source Table ============ PID ID DATE === === ======= 1 123 01/01/05 2 123 01/01/05 3 123 01/01/04 4 123 01/01/03 5 124 01/01/05 Result Table ============ PID ID DATE Count === === ======= ====== 1 123 01/01/05 2 2 123 01/01/05 2 3 123...
  4. yeewaitu

    Using Count() function? [STUMPED]

    Yes. I wld have duplicate IDs... sadly. =( Source Table ============ ID DATE === ======= 123 01/01/05 123 01/01/05 123 01/01/04 123 01/01/03 124 01/01/05 Result Table ============ ID DATE Count === ======= ====== 123 01/01/05 2 123 01/01/05 2 123 01/01/04 1 123 01/01/03 0 124 01/01/05 0
  5. yeewaitu

    Using Count() function? [STUMPED]

    But what if there are duplicate dates per ID? How can you use temp table then?
  6. yeewaitu

    Using Count() function? [STUMPED]

    can you show me how to do this in SQL 2000?
  7. yeewaitu

    Using Count() function? [STUMPED]

    Hi, Got a SQL question for you experts out here. I would like to generate a count field based on the table below. Basically the count would reflect the number of records with the dates lesser than it and of the same ID. Source Table ============ ID DATE === ======= 123 01/01/05 123 01/01/04...
  8. yeewaitu

    IIS Server Application

    Any steps or documentation that one can find online for this?
  9. yeewaitu

    IIS Server Application

    Hi, I have an IIS 6.0 server that I have set up. In it, there is an application that can be accessed via http://localhost/xxx. However, I would like to configure my IIS such that I am able to access this web application using http://anyname.com/xxx from a huge group of computers. Please...
  10. yeewaitu

    Active Directory Namespace configuration - Reportnet 1.1MR2

    Yes. I have gone through this. It does not seem to work and I don't know why. Please advise.
  11. yeewaitu

    Active Directory Namespace configuration - Reportnet 1.1MR2

    Yes, I did that. But I still cannot get it to connect properly. Any advice?
  12. yeewaitu

    Active Directory Namespace configuration - Reportnet 1.1MR2

    Hi, Hmmm .. but there are only 3 components in the Reportnet CD. THe gateway, report server and CM server component. There isn't an access manager component which I can check. I need to connect to AD server .. do I need Access Manager? If so, how can I install it? Please help. =)
  13. yeewaitu

    Active Directory Namespace configuration - Reportnet 1.1MR2

    Hi All, Need your advice regarding this issue. I have 2 servers (win 2003 server) with reportnet and 1 database server hosting oracle 10g. One of them is hosting the reportnet gateway component and the web server (IIS), the other is hosting the reportnet report server and CM server components...
  14. yeewaitu

    Major differences between Cognos Impromptu 7 and 8

    I would like some technical advice on the major differences between Cognos Impromptu 7 and 8. Please advise. Thanks!
  15. yeewaitu

    QE-DEF-0285 Logon failure

    I have found the answer. Just add the following environment variables under (System Properties > Advanced > Environment Variables) - ORACLE_HOME (path of oracle client holding the 'bin' folder) - CRN_ROOT (path of crn root directory eg: c:\program files\cognos\crn)
  16. yeewaitu

    QE-DEF-0285 Logon failure

    hi All, I am trying to install COgnos Reportnet 1.1 MR2. There are 3 servers: - BI Server (Report server and content manager components) - web Server (Gateway components) - Database server (Oracle 10g) The content store has been created in oracle and I am seeing the Cognos Connection page...
  17. yeewaitu

    Problem extracting data from Oracle > MSSQL

    That oracle one worked fine and solved all my problems. thx. :)
  18. yeewaitu

    TR1901 - Error

    The problem was with the virus scan. Just prevent it from scanning MDC, PYI, MDL files and it would work. Hope this helps. :)
  19. yeewaitu

    TR1901 - Error

    thx for the quick reply, stewm. Disk space is not an issue as I have lots of diskspace. 129GB of it. Any other thoughts anyone?
  20. yeewaitu

    TR1901 - Error

    Hi All, I have got the following error as mentioned below when I try to build a powercube. (TR1901) PowerPlay Data Server can't read the PowerCube. (Close PowerCube) It only has this error for this particular cube but not for other cubes. Does anyone know what is wrong? Please help...

Part and Inventory Search

Back
Top