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: Pacifica
  • Content: Threads
  • Order by date
  1. Pacifica

    Error returning sequence of structures with Java CORBA

    HELP!!!! I have the following idl : module someModule { typedef sequence<octet> Data; struct SomeStructure { Data file; string info; }; typedef sequence<SomeStructure> results; interface someObject { get(in string infotoget, out results results_out, out...
  2. Pacifica

    LNK2001 trying to compile client and server for Visibroker with MVS

    trying to compile CORBA client server example, using Borland Enterprise Server visibroker edition. Used idl2cpp to compile the idl. Then extended the skeleton and stub and am trying to compile the client and server using Microsoft Visual c++ v.6, but get the following errors : Does anyone...
  3. Pacifica

    Notification Service Question

    Do clients that will generate notification events have to register with the notification service that they will generate the event, or is it sufficient that they will just contact the service when the event occurs?? Does the notification service need to know who they are before they generate...
  4. Pacifica

    Passing NULLS in structure fields via CORBA

    Heard it can't be done. What are the alternatives? Passing constant strings?
  5. Pacifica

    Unreleased memory

    I had a user run a c++ program on a machine with Solaris9. They allocated a lot of memory but didn't release the memory before the program stopped. Is there a way to find unreleased memory? And then once found, is there a way to release it?
  6. Pacifica

    Running user .profile when su user

    Solaris9 Is there a way to get a user's .profile file to run when you su to the user?
  7. Pacifica

    How do you log User commands??

    Is there a way to log the commands users enter? If so, can these commands be separated by user, so you know exactly which users ran which commands?
  8. Pacifica

    How do you view and change Kernel parameters?

    I'm trying to see and change the kernel parameters for Solaris 9. I issued the ipcs command. I get following : T ID KEY MODE OWNER GROUP Message Queues: Shared Memory: Semaphores: but no results. How do I actually get the values? I added entries in my /etc/system file : set...
  9. Pacifica

    Java error on Oracle9i install

    Installing Oracle9i on Solaris9 After 1st CD installs, message on console : Initializing Java Virtual Machine from /tmp/OraInstall/jre/bin/jre. Please wait . . . Error in checking existance of the link, errno:79:/opt/oracle/app/oracle/product/9.0.1/JRE: No such file or directory Error in...
  10. Pacifica

    Problems installing Oracle9i on Solaris9

    Installing Oracle9i from CDs. 3 CDs. Installed 1st CD, got error messages regarding mission jre components. Then 1st CD done, installer reqesting 2nd CD. But can't eject first CD. Get message that says CD is busy. How do I eject the CD? Can I continue with this installation or should I...

Part and Inventory Search

Back
Top