Recent content by Cecil Snodgrass

  1. C

    How to show Record Data in .NET UI and CHUI ?

    You need to provide more information. Are you running QAD 2009 EE or SE? What type of computer are you running your .netUI client on? What type of computer are you running your CHUI on? What type of computer is your database running on? Is your adminserver running? Is your webspeed broker...
  2. C

    db blocksize bigger than filesystem blocksize - any issues?

    The conservitive approach is db blocksize = filesystem blocksize (see kb# 26191), I have always used 4k on linux but know of others that have used 8k.
  3. C

    OpenEdge Progress Database - Front End

    If you have a client that is disconnect due to a network error such as a Citrix server going down, but is not disconnected by the database server, this is due to tcp keep-alive being set at a high value (7,200,000 milliseconds or 2 hours by default on Windows server). If you set the...
  4. C

    cannot load qad_wkfl

    Re: Please help: cannot load qad_wkfl Your .bi is reaching 2GB and is 8.3B. you can bulkload qad_wkfl, or you can load with -i option so it does'nt write to the bi.
  5. C

    identifying the user in mfg/pro

    There is a mfg/pro screen and report that will give you that info, you didn't say what ver of mfg/pro.
  6. C

    progress 10.1C / Linux issue

    The hostname should have been defined prior to installing Progress/OpenEdge, if you are going to be using appserver or anything using java you will have problems as all the environment scripts are pointing to localhost. So shutdown the servers and reinstall Progress.
  7. C

    progress 10.1C / Linux issue

    You do not have your hostname in /etc/hosts
  8. C

    Progress Openedge 10 connection to SQL Server 2008, how ?

    Re: fish recipes It's normally on the same CD, just requires the license codes
  9. C

    Releasing a GUI program with ADM2 Objects

    You need to provide the release level (version and service pack) of both the development client and the client you deployed to.
  10. C

    Progress Openedge 10 connection to SQL Server 2008, how ?

    I'm assuming that you've registered sql server as an odbc datasource and get a good test connection in windows. Also you need to know there are 2 types of dataservers, local and remote. A local dataserver is what I believe you are trying to configure, so if you get a good test connection in...
  11. C

    probkup online problem

    Did you run out of disk space? What is " < /disk2/backup/list-holdimage3-sl.bck"? You don't specify a volumn size (-vs) so you don't need a backup file list. If it's where you want the -verbose messages displayed in /disk2/backup/list-holdimage3-sl.bck the < should be > .
  12. C

    Progress Openedge 10 connection to SQL Server 2008, how ?

    I don't think MSS came with 10.0B, go to Data Administration > Utilities > Information and see if MSS is listed on the Dataservers Line. If it is, you should be able to create a schema holder database.
  13. C

    Read last value from csv file

    Try IMPORT CLOSE before you display it.
  14. C

    Calling Crystal reports - error 5893

    Is the Progress client on the same machine as CR XI, if not has CR runtime be installed on the client? The 5893 error means it is not installed or registered in registry.
  15. C

    Code 128 barcode in GUI

    I have seen this when you cut and past or dump/load the printer codes from Unix to Windows, try deleting the control codes and type in manually.
Top