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. CodeLover55

    How to get Oracle table count ?

    I have a SQL Server database which I populate from various sources - all of which work fine. 4 of my processes run nightly at 2am without a problem. However, on Mondays, I can't run the jobs until the processes on the source system are completed, sometime between 6:30am and noon. What I'm having...
  2. CodeLover55

    How to page someone from within an application ?

    Is there a class that can be used to send out a page notification ( on someone's pager ) from within a Visual C++ application ? I am using Microsoft Visual Studio .NET. Thanks.
  3. CodeLover55

    How to retrieve Security Filter for a User using SDK ?

    I am using Microstrategy SDK 7.1.4 and want to retrieve the Security Filter Expression Text for a particular User ID. How can I do that ? I tried a lot of different things but can't find the right objects and the right APIs to do this !!! :(
  4. CodeLover55

    Java program using CE SDK

    Hi, Has anyone ever written a Java program using the CE8.5 SDK, say for example a program to connect to the APS and query the infostore for server metrics ? I have done this in CSP, VB but dunno how to do the same in Java. Am also not sure how I would import the various dlls in the Java code...
  5. CodeLover55

    How to set CLASSPATH in Tomcat ?

    I installed Tomcat4.0.6 and don't know how to set the classpath. I've the classpath set as an environment system variable but I dunno why Tomcat is able to find classes in that path. As a workaround, I had to copy the classes in the classes directory of tomcat. Also, I get a...
  6. CodeLover55

    Java Beginner help

    I am a beginner when it comes to Java programming. We have a Java application(non-web based) running on a production machine right now. This application has 15-20 different classes and basically monitors the status of some servers at regular intervals and then updates oracle tables in a...
  7. CodeLover55

    How to Run a Java or a JSP ?

    I am a C++ programmer but have been asked to test a small Java application. Since I don't know much about Java, I am looking for some help from the Java gurus. :o) 1) If I have a few *.java programs on my machine, what all do I need to compile and run it ? Is JRE sufficient ? All I know is that...
  8. CodeLover55

    CE plugin for MOM ( Microsoft Operations Mgr)

    Has anyone ever used the Microsoft Operations Manager (MOM) for monitoring the CE8.5 servers like the APS, Page Server, Job Server, WCS etc ? Are there CE plugins that can be used with MOM ?
  9. CodeLover55

    SQL Loader Problem

    I am trying to load data into a table which has a column name called "30_day_cycle". The sql loader fails with an error message "Illegal combination of non-alphanumeric characters". Is there a way I can have SQL loader successfully load the data into this column without...
  10. CodeLover55

    Monitoring CE Servers

    Hi, Has anyone written an application or knows how to write one which can monitor the Crystal Enterprise servers viz. WCS, Page Server, CacheServer, EventServer, JobServer etc. I want to monitor these servers and determine whether they are running or not. Please provide a sample code if...

Part and Inventory Search

Back
Top