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!

Recent content by Flloyd

  1. Flloyd

    Epicor / Citrix

    You may want to monitor the SQL memory usage at session logon - you may be experiencing the initial load of required table data and perhaps sql procedures into memory. If that is the case, you can either live with that or attempt to pre-load some of the common security and module master tables...
  2. Flloyd

    Link to ERP evaluation tools?

    You could try the Accounting Software Advisor site (http://www.accountingsoftwareadvisor.com/) Lloyd Freiday
  3. Flloyd

    Platinum 4.8a Queue

    Are there any related log entries in the server system or application logs when the queue crashes? Is there any indication of whether it's crashing due to system or pervasive error conditions/messages? Is the queue actually abending or does it just hang? Lloyd Freiday
  4. Flloyd

    WHO ARE SUPPLIER PLATINUM PFW NOW?

    One of a number of financial software review/news sites is http://www.accountingsoftwareadvisor.com Lloyd Freiday
  5. Flloyd

    Urgent Please - Data not showing

    Sounds like your close to a solution here. Is it safe to assume that you installed SQLBase on the other client systems that are experiencing the same issue? You could run SQL setup and choose to install the client tools again. This should either repair or replace the SEM on the client. It...
  6. Flloyd

    Urgent Please - Data not showing

    What application is being used here? Are the user's seeing the "bad" data in Query Analyzer or in an application window? Lloyd Freiday
  7. Flloyd

    Magic Definitions for PFW5.11

    The product CD used to contain the Magic table def's that could be imported into Magic. I'm afraid I don't have the export file myself :-( Lloyd Freiday
  8. Flloyd

    Error 3111 and 3006

    Are you still getting these errors or have you discovered the problem and resolved? Lloyd Freiday
  9. Flloyd

    Date conversion

    If your concern is eBackOffice julian (integer) date conversion, check the faq I posted here: faq633-3937 Lloyd Freiday
  10. Flloyd

    How to convert eBO julian dates

    With the eBackOffice financial apps, the dates are stored in SQL as julian dates. The application uses two sp's, appdtjul_sp and appjuldt_sp to convert between gregorian and julian dates. The essence of the conversion that you can paste into a SQL stored proc or trigger is this: [color...
  11. Flloyd

    Enterprise Manager

    I can't think of why that wouldn't work for you. I checked it on my SEM to confirm and it is saving the last position in the tree and displaying the taskpad view for that database ok. I guess you should make sure that visit the DB's you want to have the taskpad view on and select that view...
  12. Flloyd

    SQL Mail

    You might want to try and reset the logon account/password for the sqlserveragent service and restart on the SQL7 box. Then reset the service startup account via SEM for the 'SQL Server Agent' to the same account and password. Afterwards, set the Mail Session profile and test from the same...
  13. Flloyd

    Enterprise Manager

    There are a couple of things that may help you out. First, find the shortcut to Enterprise Manager and check the properties. The target should be something like C:\WINDOWS\system32\mmc.exe /s "C:\Program Files\Microsoft SQL Server\80\Tools\BINN\SQL Server Enterprise Manager.MSC&quot...
  14. Flloyd

    Accessing Platinum's data with Ms Access

    I would propose that you work from a workstation and not the server where the files exist. What version of Btrieve/Pervasive are you running? Do you have the server engine installed or are you just using local workstation engines to access the shared data files? Depending on the version of DB...
  15. Flloyd

    Accessing Platinum's data with Ms Access

    Your going to need an ODBC driver for Pervasive(Btrieve) to begin with. Once that is installed, you will need to have the .ddf file(s) for the version of PFW you are running. Then you can create your ODBC connection using the Pervasive driver, pointing to your data folder and also to the .ddf...

Part and Inventory Search

Back
Top