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 Wanet Telecoms Ltd 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: stvalluri
  • Content: Threads
  • Order by date
  1. stvalluri

    Sorting with Union and to_char(date field)

    I am trying to sort 2 columns like : (SELECT w_id AS "work id" , TO_CHAR(w_date, 'ddMonYY') AS "Date I" FROM W WHERE w_id IN (181185, 181166) UNION SELECT w_id as "work id", TO_CHAR(w_date, 'ddMonYY') AS "Date I" FROM W WHERE w_id IN (182394,179945,207781 ) )ORDER BY "work id", "Date I" The...
  2. stvalluri

    Extractor process fails while creating Ent Data source (Search admin)

    The EDS creation fails during Enterprise Extractor process in a 9.1 sp3 solaris - clustered environment. ------------------------------ The error in UI : indexupdate -config /app/livelink/llprod/config/opentext.ini -writeipool file:///llindex/enterprise/data_flow -writearea %dd The invalid...
  3. stvalluri

    LAPI to get headline and story of Channel news

    Hi, Can anyone help me with the exact LAPI call to get the name, headline and story from the news items if the parent channel ObjId is provided. thanks
  4. stvalluri

    Integration with NNTP

    Has anyone worked with news server (NNTP) and integration with livelink discussion groups. I am looking for documentation for integration to get email-messages from a news server into LL discussion groups.

Part and Inventory Search

Back
Top