Search results

  1. C

    how to connect DB in multi user mode

    proserve is used to start a db in multi-user mode, not connect to the database. mpro will connect to the database for a multiuser connection. proserve <db> mpro <db> - you are now connected to the database.
  2. C

    Port was not release after proadsv -stop

    did you try using a -kill? $DLC/bin/asbman -name <APPBROKER> -port <PORT#> -kill
  3. C

    System hangs while loading scheme

    Is it hanging or is the index rebuilding? Sometimes when promoting schema changes involving indexes on large tables it takes a while to activate the larger unique indexes.
  4. C

    CC Processing

    Since NxTrend only supports Type III transactions with IcVerify we are going with that.
  5. C

    CC Processing

    This specific case relates to SX.e, but those using other ERP systems could help. We have a need for Credit Card Authorization, Check Verification, and Electronic Check Conversion functionality to be integrated with oeet in SXe 5.1.002. According to Infor, their ICVerify and Verisign...
  6. C

    Warning in DBanalysis

    This is informational only: You may be nearing the point of writing to your variable extent within the database. Look at promon <db>, R&D, 1, 1 -> look at RM blocks with free space. I am guessing it will be low. You may just need to add new fixed extents.
  7. C

    Unable to complete task

    Is the task a modification to schema or code? I have seen something similar with schema objects. run the Unapplied Objects Report and Unapplied Changes Report, see if anything seems out of the ordinary. For Future reference, if you want to undo the change of a second WIP, you can just delete...
  8. C

    OT - related to Optio Doc Mgmt

    Progress v. 10.0B05 AIX 5.3 Windows based Optio Applications – full package install – newest release with new inbound supplier (they moved to a new codebase for inbound processing) – all on WINDOWS 2003 Server (dev are standalone servers, and our test servers – 6 for each individual package are...
  9. C

    Database Change Template

    We have looked at it, well I have, we have RTB (and probably purchasing PCase already). We aren't limited to something in MCSFT Word, but that is what we have created all the document in. I was curious if anyone else has done this same thing using a poorly chosen app like WORD?
  10. C

    Database Change Template

    This is more along the lines of to create our functional (in this case) techinical or fechtional specs (fechtional is basically a App Dev request which non-technical users won't see) Our Dev Lifecycle is such: Job Requirements - usually meeting Functional Specs - Review - all application...
  11. C

    Database Change Template

    I am going through a process of effectively coming up with a word .dot file to allow developers send me database/table/field/trigger/ANYTHING change requests; adds, mods, removals of anything from the schema. This is a circumstance where I would find anything other than word easier, but if...
  12. C

    OpenEdge Replication Installation

    What service packs and OS's are involved? The OE Doc says -- OpenEdge/Fathom Management & B01 Service Pack incompatibilities: OpenEdge/Fathom Management users need to be aware that the installation of any of the following B01 based Service Packs will cause the functionality of remote...
  13. C

    Problem with database area

    If you intend to this online remember that all activity can be affected. It will work, but can be a nuisance. tablemove uses an EXCLUSIVE lock while moving, and if an application uses a NO-LOCK it could still read records - and give bad results. I generally use a selective binary D&L instead.
  14. C

    List of databases

    I was going to suggest that or the .st file. The .b1 may be better too.
  15. C

    string data, right truncated error in parameter 1

    What version progress are you on? Could you give a little more environment info?
  16. C

    Evaluating new ERP

    Here the requirements :)
  17. C

    Evaluating new ERP

    I should have probably posted for anyone who had actually made the move from SX.e to another database, what did they move to. With the issues most people I have talked to, I imagine many have.
  18. C

    Table-report quetsions about data types etc

    --- "M" isn't a supported format character, Progress supports: $ ' . 0 9 D G L ... http://www.psdn.com/library/servlet/KbServlet/download/1093-102-901/e89.pdf
  19. C

    Evaluating new ERP

    We are currently in the process of either building a new in-house, custom ERP package (since the mods we have done with SX.e makes it inrecognizable). We are into worldwide distribution with about 150 million in sales and deal mostly with distribution/warehousing. If we purchase a different ERP...
  20. C

    Table-report quetsions about data types etc

    Tom, wasn't there an issue with certain field sizes when they are converted to SQL. I can't remember the entire contents of the conversation, but I remember it had something to do with field length sizes when converting to SQL - it could be the opposite though, SQL - Progress. Magmag, have you...
Back
Top