Questions with no accepted solutions

How would you copy substring from CLOB field with SQL if substring from/to location are variables?

This exercise is OK (RPG free with embedded SQL):

exec sql choice substr(myclobfield, 25, 70)

                INTO :mystring

                FROM MYLIB/MYFILE;

[/pre]

Since this source is a failure of compilation

from = 25;

to = 70;

exec sql select substr(myclobfield, :from, :to)

                INTO :mystring

  • 1266 views
  • 1 answers
  • 1 votes

I need an output that will produce graphs using Excel data stored in a database in Lotus Notes. Once the graphics are composed in Excel, copied and pasted into a rich text field in Lotus Notes which is displayed to the user so that the user will not look everything in the Excel.

But if Excel is already loaded by the user when Lotus Script starts depending on the amount of data in the graph, there is not enough memory available to copy and paste the graphic into Lotus Notes. To address this, I wrote a code that is downloaded from Excel before executing the graphing process that works well.

  • 1014 views
  • 1 answers
  • 0 votes
  • 1079 views
  • 1 answers
  • 0 votes

I am creating a XenApp 6 environment and I need help on printing servers and Universal Print Driver (UPD). How can I make my Citrix Servers use UPD in the farm? If I will use UPD, do I need to make Citrix server as my print server? And also, is there an issue if my driver is 32-bit or 64-bit? Will it affect the UPD if I will be using x86 or x64? We are using two server for printing, we are currently using x64 PS Citrix Server and x86. Ani deas on how can I fix this? Thank you.

  • 1070 views
  • 1 answers
  • 0 votes

I recently downloaded add-on for my Outlook 2010. It’s an alert when I have a new message and it also arrange my mails in a more appropriate view. But after the installation, I started to receive error stating that the add-on could not be installed or loaded. And the problem may be resolved by using detect and repair on the help menu. The error has ISTORX32.DLL error. I really don’t have any idea what is it. So can someone please tell me how to fix this? I don’t know want to touch the registry editor because it may just worsen my problem. Please help.

  • 1047 views
  • 1 answers
  • 0 votes

I am having a problem supervising ESP traffic; my Cisco router is not producing NetFlow packets on the ESP traffic. How can I fix this? 

  • 830 views
  • 1 answers
  • 0 votes

I am running Windows 7 and I am having tons of issues with my printer because the point and print restrictions are enabled. Few months ago, I had the same problem but I happened to resolved the issue by disabling the restrictions on my Server 2008 R2. But I am currently under Server 2008 and the option to disable the feature are not available.  There are some settings for point and print but no option to disable and I could not even install printers on the client PC. How can I amputate the restrictions? Can someone help? Thank you.

  • 2318 views
  • 1 answers
  • 0 votes

I just want to know how does cluster computing works. Is it the same as when you submitted your work,, cluster computing will rip it by pieces and then distribute those pieces to various workstations that disperse through cluster? Or does cluster computing used only one workstation and run the entire task merely as the front work? I hope you can send me some ideas. Thanks.

  • 1203 views
  • 2 answers
  • 0 votes

I just bought 15 songs in Rhapsody store. After downloading all the songs, I instantly clicked it on my music list, but it says the file is invalid. I went back to the Zip file that I just downloaded and then right-clicked it to extract the file. After extracting, the songs are not there and the folder is empty. What can be the cause of this? What should I do next?

  • 1243 views
  • 1 answers
  • 0 votes

I am trying to execute High-Performance Computing (HPC) cluster on 5 PCs but I am running out of conclusion. I heard about Clustered High Availability Operating System (CHAOS), Red Hat, Slackwave and CentOS. What I want to know is what is the best Linux distribution that can run with my HPC cluster? Where can I find some articles or information that can compare Linux distributions? 

  • 2532 views
  • 1 answers
  • 0 votes