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

  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

    Passing NULLS in structure fields via CORBA

    So I have to set the value of every field in a structure. I would need to define some type of constant I guess and have both the client and server agree to this value to mean NULL or value unchanged.
  4. Pacifica

    CORBA Services

    You need to use the CORBA Naming Service to locate CORBA objects. So you need to use the Naming Service for almost any CORBA based system, to communicate and transfer information between applications. So almost any application that needs to make requests to another application via CORBA would...
  5. 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...
  6. Pacifica

    Passing NULLS in structure fields via CORBA

    Heard it can't be done. What are the alternatives? Passing constant strings?
  7. 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?
  8. Pacifica

    Running user .profile when su user

    I looked at the previous post and a suggestion is to use : su - user name but I couldn't get this to work on Solaris maybe I'm not understanding the syntax
  9. 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?
  10. 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?
  11. 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...
  12. 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...
  13. 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