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

    AIX 4.3.3 reboot fails

    We reboot our server every weekend using shutdown -r. For the last 2 weekends, we have come in on Monday morning to find that the server shut down, but did not reboot successfully. The console has all kinds of blinking lights and gibberish on it. At this point, we reboot it manually and it works...
  2. Natalie

    Anyone had problems upgrading from 9.1C to 9.1D?

    Due to the fact that IBM is not going to support AIX 4.3.3 much longer, we are being forced to upgrade to AIX 5.1 or 5.2. This will require that we also upgrade to Progress 9.1D Enterprise database. Has anyone run into any problems doing this? Thanks! Natalie
  3. Natalie

    1/2 of crontab edit not working

    Hello. I edited our crontab using "crontab -e". I changed 2 lines. One works, and one doesn't. Does anyone know why? Thanks, Natalie
  4. Natalie

    HIPAA compliance in Progress??

    Has anyone had to deal with HIPAA? We just got word that we have to be able to accept 237's by Oct. 16th. (Don't ask.) I need to implement this quickly. Does anyone have a file layout or a create table statement for creating a HIPAA 237 table? Thanks! Natalie
  5. Natalie

    Replication of Progress to SQL Server using triggers??

    To date, we have been importing the entire Progress DB into SQL Server every night. This process is now taking over 12 hours. We are looking into replicating our Progress DB into our SQL Server data warehouse in real time. We are researching the following: SonicMQ (messaging) PeerDirect A warm...
  6. Natalie

    Developing frames using AppBuilder

    I'm developing a dialog that contains frames. Depending on a certain parameter, one will be shown and the other will be hidden. Only one will show at a time. I'm fine with the HIDE and SHOW syntax in the code. My problem is that I can't design both frames on one dialog!!! How do I design this...
  7. Natalie

    Need to save .xls as a .csv or .txt from within Progress app

    We will be receiving a file daily from a client that we need to import into Progress. Unfortunately, it's in Excel. I need to automate the process of saving the file as a csv so that this import can be run with as little input as possible from the user. From our Progress application, I would...
  8. Natalie

    help creating script to dd data from 3490 mag tape

    Hello, I'm very new to UNIX and have inherited the task of importing monthly data from a 3490 magnetic cartridge to an AIX 4.3.3 server. There are 4 files on each cartridge. The trick is that each file has a different block size. (I have contacted the client and they say that that's the only...
  9. Natalie

    How do I import a variable length sequential file?

    Hello. I'm fairly new to PROGRESS and have been given the task of importing a variable-length record sequential file. Essentially, it's a file of customers and their kids. The first part of the record is fixed width (Name, address, etc). The variable length part comes in when they start listing...
  10. Natalie

    Does SQL Server rollback if you stop a SELECT INTO?

    I have a SELECT INTO query running. If I stop it, does it have to rollback? I can't find anything about this online. Thanks!! Natalie
  11. Natalie

    importing text as datetime

    This may be a simple question. When importing a text file, is there a way to import the date fields as datetime in one step? I'm new to DTS, so I've only used the Import Wizard. Is this possible in the Wizard or do I need to create a DTS package? If so, what's the best way to convert the text...
  12. Natalie

    Select * from table where count(xyz)>1

    I'm trying to select only the rows where the count of a certain column is greater than 1. (See subject line). How can I do this? Do I need a nested query? Thanks!! Natalie
  13. Natalie

    Installation problems - Run-time error '430'

    I've created a simple VB app using ADO for another dept. The app allows the user to enter a zip code and the app tells them if that zip code is in a certain field. I created a setup file using the Package and Deployment Wizard. The trouble is that it doesn't work on everyone's computer in the...

Part and Inventory Search

Back
Top