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 IamaSherpa 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. annikan

    ApplyQuery - ObjectId

    Thanks guys, If you are talking about the search xml that is done by calling a url and returns xml, I did take a look at it and I was concerned about returning too much data via xml. Does anyone have any input on the relative speed of the 2 methods? I also choose to go the LAPI route because i...
  2. annikan

    Web Services Error (A procedure imported by 'LAPI_SSPIp' could not be)

    I googled around and tried then tried to set the copylocal property to false. Now it appears to work I get the asmx function page. However when i invoke my function i get: File or assembly name LAPI_NETp, or one of its dependencies, was not found. I also set my windows temp directory to...
  3. annikan

    Web Services Error (A procedure imported by 'LAPI_SSPIp' could not be)

    How did you resolve this? I'm getting the same error. Thanks.
  4. annikan

    ApplyQuery - ObjectId

    That's good to know. I found that I received an a get(name) error with the objectId being the folder id. However, if i put a negative sign in front of the objectId, i was able to call the search call. I'm posting the code, because there isn't enought code examples out here. Dim...
  5. annikan

    ApplyQuery - ObjectId

    I would like to search from a folder and downward. Just how a user would search. So i'm assuming that ObjectId is the folder i wish to search??? "objectID the ID of the searchable object to which the search will be applied; the object must be a valid searchable object type. Open Text recommends...
  6. annikan

    API Constants not found.

    Ok, I'm answering my own question: Dim search As LAPI_SEARCH search.applyQuery(,,,,search.SORTBYEXISTENCE, _,,) The documentation said "constant", not member varible of Lapi_search object.
  7. annikan

    API Constants not found.

    I need the constant for SORTBYRELEVANCY. It's used in the ApplyQuery call. "sortBy a constant that identifies the ranking (sorting) method that should be used. The default ranking method is SORTBYRELEVANCY. " I've Imports com.opentext.api, but the constant is still undefined. How can I get it...

Part and Inventory Search

Back
Top