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: *

  • Users: MacLeod72
  • Content: Threads
  • Order by date
  1. MacLeod72

    TM_6281 error on Sorted Aggregator

    Good morning- I have created a session in which I have added an aggregator. When I select the "Sorted Input" property, I get the following error: When I de-select the "Sorted Input" property, it runs fine but it spends needless time caching my entire table to file. Does anyone know why...
  2. MacLeod72

    Question regarding Nesting ReportNet Tabular models

    Hello All- I am new to Cognos ReportNet and am having an issue with creating a tabular model. Essentially, I need to create 2 sub-queries and join the results. In SQL, I would create a query like: SELECT T1.KEY_VAL, T1.F1, T2.F2 FROM ( SELECT KEY_VAL, SUM...
  3. MacLeod72

    DTS package not copying full set of data

    Hello- We have a DTS package that truncates the destination table and copies data into the destination from a source database on the same server. When we schedule the package or run it through Enterprise manager on the local machine, it succeeds. When it is run through Enterprise Manager from...
  4. MacLeod72

    Informatica and ActiveX

    Pardon my ignorance, but I am passing this question on for a friend... She wants to use an ActiveX component within her ETL mapping using PowerMart. I've done this in DTS, but am unsure how this would be performed in the Informatica world. Any help would be greatly appreciated. Thanks! --Rob
  5. MacLeod72

    Latest wininet.h and wininet.lib

    Does anyone know where I might get the latest version of wininet for VC++ 6.0? Specifically, I am looking for the library and header that implements InternetGetConnectedStateEx Thanks! --Rob
  6. MacLeod72

    Trouble saving JPGs using Intel Library

    Hello All- I am trying to save an image of the screen as a JPEG. Through testing I know that my code will grab a device-dependent bitmap of the screen and convert it into a device-independent bitmap. However, when I attempt to save the DIB as a JPG using the Intel JPEG library, I get a...
  7. MacLeod72

    GetLogicalDriveStrings doesn't seem to work on Windows 2000

    I am using GetLogicalDriveStrings to retrieve a list of the drives on my computer in VC++ 6.0. I have a floppy (A:), a hard drive (C:), a CD drive (D:), a removable drive (E:), and a network drive (W:). The problem is that I seem to only be getting back "A:\\\0C:\\\0D:\\\0\0&quot...

Part and Inventory Search

Back
Top