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

    renaming mount points

    I have copied (using cp -rp) the contents of filesystem (/fs1) on vg1 to /fs2 on vg2. While cleaning up the disk containing /fs1, I want to temporarily make /fs2 as the main /fs1 by doing the following procedure: 1. umount /fs1 2. smitty chfs and change mount point of fs1 to fs1a 3. smitty chfs...
  2. zyrag

    installing mksysb backup to another disk

    The rootvg disk has been doing block relocation due to bad blocks. Currently, the system is still 100% up and running with the rootvg on same disk., However, I want to install/restore the latest mksysb on another disk so that the new disk will contain the root volume group. But, in case where...
  3. zyrag

    how to: mirror rootvg in AIX 4.2.0

    The mirrorvg command could not be found with this os level (4.2.0.0). Does anyone have procedure to successfully mirror rootvg? In the AIX 4.3 SysAd redbook, it says that mirrorvg command only applies to AIX 4.2.1 or later. Where can i get patch files (and the documentation) to update to this...
  4. zyrag

    Project is locked after copied from CD

    I have a project copied from my PC into a CD. When I tried to restore it on my laptop disk drive, I could not save changes to the project. I noticed that the forms have locked-look icons on each side. What causes this project being locked? How do I unlocked it?
  5. zyrag

    error on mirror of rootvg

    I tried to mirror rootvg on new pSeries 630-6e4 running on aix5.2L but got the message: * * * * * Please see the README file in...
  6. zyrag

    Exporting (fixed-width) to text file

    Hi, I been trying to export records to a text file. I have tried the techniques presented in the MSDN "Using Random Access File" - Using the combination user-defined type with fixed size fields, the Open statement for random access and the Put command to write the contents of the user-defined...
  7. zyrag

    placing delay before executing to the next line of code

    How can i place a delay for the execution of codes in the background? Something like a sleep (ms), if there exist a command. The purpose is to allow the completion of multiple data inserts to the server before the execution of the next line of codes. Please share your tricks.
  8. zyrag

    Changing DataEnvironment CommandText at runtime

    I have built a report template at design time with its datamember set to a DE command that is structured with a grouping on a specified field. For reference, the command name is "cmBalPerBranch_Grouping". At runtime, using different table but with the same structure with the orig table (field...
  9. zyrag

    Library for the String functions

    Hi, What are the libraries involved for the string functions (eg. format,ltrim,rtrim,mid,ucase,lcase,len,instr,etc.)? TIA,
  10. zyrag

    several ON clauses in a JOINT statement

    Hi, How do i create a construct for several ON clauses in a JOINT statement? I have tried to follow the sample presented in sqljet3 help file but could not make it run. Please see sample code below i been trying to work out. PARAMETERS iMonth INTEGER; SELECT...
  11. zyrag

    RS/6000 Product lifecycle status

    Hi, For the product lifecycle of an IBM machine, what does EOM (End-Of-Market)='TBD' and EOS (End-Of-Service)='TBD' means? Does TBD stands for 'To Be Discontinued'? Thanks,
  12. zyrag

    Informix roadmap

    Hi, We're currently using Informix SE 7.25 and i want to know where will we be going in the next 3-5 years. Where can i find informix roadmap documents. Thank you.
  13. zyrag

    Informix roadmap

    Hi, We're currently using Informix SE 7.25 and i want to know where will we be going in the next 3-5 years. Where can i find informix roadmap. Thank you.
  14. zyrag

    how to: determine idle processes from specific workstation/ ip address

    What is the command to determine idle processes from specific workstations/ip address? TIA
  15. zyrag

    Comma (,) is causing me trouble on table INSERT

    I have a [Customer Name] field from table1 and is included for my INSERT routine into table2. The error msg during the INSERT is "-2147217900 - No. of query values and destination are not the same." I have checked the no. of fields in the INSERT phrase against the no. of values in the VALUES...
  16. zyrag

    disk has 'REMOVED' state after installing tape drive

    HI, Machine Config: type: 7013, model: j40 oslevel: aix 4.2.0 A supplier technician is physically installing an IBM 4mm4gb tape drive to replace a defective one already installed. Upon booting, the system hangs at 556. After waiting a considerable amount of time, the technician decided to...
  17. zyrag

    how to: re-store JETSQL40.CHM

    Hi, My JETSQL40.CHM is damaged after installations of several applications. How do i restore it? Thanks,
  18. zyrag

    how to: create a form without minbutton,maxbutton and the exit button

    how to make a form without the minimize button, the maximize button and the exit button? - in short, no buttons at all. setting minbutton=false: maxbutton=false will do the first 2 requirements but, how about the exit buton?
  19. zyrag

    Making PARAMS in DataEnvironment OPTIONAL

    Is it possible to make parameters in DE optional? So, whether i would send an argument or not from the calling procedure the command would still be executed? How to make parameters optional? Any suggestion? Thank you.
  20. zyrag

    DataGrid Error: Required property for this field is set to True

    This happens when i'm trying to add new record in the datagrid but with some of the fields left unfilled then update or move to another row. This error comes from the fact that there are fields in the source table in which the 'Required' property is set to 'Yes'. When this error is raised, the...

Part and Inventory Search

Back
Top