hp

Any way to change linking to avoid the LD_PRELOAD on HPUX?

I think I understand why I need LD_PRELOAD set when loading a multithreaded applicatoin that loads a single threaded library that loads libcl.2 but I was wondering if I could use some linker setting to avoid this. Any help appreciated. Update: Perl loads dynamic /usr/lib/libc.2 Perl loads DB2.sl DB2 Attempts to loa...

HP PCL via TCP/IP

Where can I find an example program in C to print to a network attached HP printer. ...

HP LoadRunner and PerformanceCenter differences

Hi, Can someone point out the major differences between Loadrunner and Performance center ? My little research shows that both can be used for load testing and performance monitoring. What additional features are provided by Performance center? Is VUGen a part of Performance center? Please share your thoughts. ...

How to make a library depending statically to link dynamic on HP?

I built few open source binary/libraries and found that the binary/library is dependent on other libraries statically.I want it to link dynamically. This would allow my binaries be moved to any location and will be path independent. I mean if i export the Library path the binary should be able to locate the library and run successfully. ...

Can HP OpenView read app status data stored in SQL Table?

I need to know if HP Operation Manger (formerly OpenView) can read application staus information from a table in SQL server database. Like I am storing the log data from SSIS (SQL Server Integration Services) package in a SQL table and I want this to be read by the Operations Management tool. My client is using HP OpenView/Operations Man...

detect RGS protocol

Do any body knows what control messages does RGS Client sends to server for establishing connection? I want there messages to know weather RGS Server is running on some machine or not? If you know the documentation link of RGS Protocol then please mention it. ...

how to integrate bugzilla and HP quality center?

I'm working on integrating bugzilla with Hp Qc .. i'm performing this by using perl script by directly manipulating database using sql commands.. I want to use the webservices of bugzilla. I have gone thru the bugzilla webservice Api but tat wasnt enough to get started. I'm a beginner and this is first project of my career . please guide...

when communication is happening with b/n c# code on win and java code on unix, some junk characters come into the stram. the problem happens intermittently.any solutions/workarounds?

here is the code on unix box(client): else if (strIn.startsWith("GET")) { PrintLog("GET command received..."); //COMPRESSION String filename = parameter; File getfile = new File(filename); if (getfile.exists()) { PrintLog("Compre...

How to read the user email address in HP QC Script Editor?

Inside the HP Quality Center Scripting Editor, I can access current user info (like user name or full name) with the "user" object. How do I access the current user E-Mail address property? ...