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 Chris 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: *

  1. dianne001

    CICS - is there a Broadcast facility?

    Don't know what type of system you have. We have ellipse on unix system. what we do as part of the process to bring down cics is to first run a custom batch job on ellipse that only runs a script that has a statement mailx -s "Ellipse is coming down in 5 minutes please log off"...
  2. dianne001

    Contract Administration Module

    Hello Tim, We currently put contractor costs/hours on an ellipse work order for tracking. We have ellipse 5.2.3.6. Hope this helps. Dianne
  3. dianne001

    Compiling ECP in windows

    Have you tried using the Ellipse Admin Console?
  4. dianne001

    How do you maintain Reference Code Defaults on MSQ620?

    I hope this answers your question. You can go to the mso074 and put in the entity WKO and see the existing values. you can then go to the mso070 to add items to the WKO. if you need more definitions in the WKO entity. Let me know if this helps.
  5. dianne001

    How to inicialize MSOScriptAccess

    You might want to look at thread725-516294. I had to access mso screens through a vb application. hope it will help you. Thanks, Dianne001
  6. dianne001

    RSS TAble File

    Are you referring to the cycle count process within ellipse?
  7. dianne001

    Pass Windows path as argument to script called by EXEC

    Hello, We have ellipse 5.2.1 and are upgrading to 5.2.3. I hope the following will help. For example: I created a file called "post-xxx290" that contains the script in /opt/mincom/tools/bin directory on the unix box. look like this: #!/bin/sh # Script name: post_xxx290 # Description...
  8. dianne001

    New client install Ellipse 5.2.3 possible Citrix errors

    We had the same problem with the fat client. We were pointing to the wrong instance for the application. This was resolved by changing the instance on the Ellipse configuration on the Control panel. Hope this helps. Thanks, Dianne001
  9. dianne001

    Ellipse Script, Excel File and Security Issue

    Our accountants currently use an excel spreadsheet to upload manual journal transactions to ellipse. With the Sarbanes Oxley stuff, for us it was acceptable to have the excel spreadsheet exist in a secure lan folder that only the accountants had access to. Policies and procedures were written...
  10. dianne001

    Need help on web architecture

    I am new to the web development world. Our company purchased visual studio.net and sent me to training. Have not developed anything yet. Now the company want's to create a web based application using the apache as the web server on a linux box with novell. From what I have read it appears...
  11. dianne001

    MSQ620 WO Prefix Std Job??

    On the Ellipse MSO810 - Maintain Employee Details there is a field for work order prefix to assign to the employee. That way whenever they create a work order the prefix will automatically default to this value on MSO810. Also when creating a new work order on the MSQ620 in Ellipse you have...
  12. dianne001

    MSQ020 - view hierarchy from work request (msq541)

    Hello again Petbul, I thought about this again. I remember having a similiar issue. The users deleted and re-added the work request, and work orders. The end result was the database table msfx51 (work request cross reference table) got corrupted. The table said it was connected to a work...
  13. dianne001

    Reading data from a file

    I had to write a sript that read in a file that contained the results of a directory listing to check if the file name existed in a different directory and if it did, did it have the correct permissions, owner and group. When you do a read each column group of data becomes a field Here's a...
  14. dianne001

    MSQ020 - view hierarchy from work request (msq541)

    Hello Petbul, The only thing that I can think of off the top of my head is does this user have access to the MSQ541 - work request screen? If they don't that could be why they are getting the message. Hope this helps. If I think of anything else I'll let you know. Thanks, Dianne001
  15. dianne001

    Ellipse Payroll Module for Zimbabwe

    Hello zimson123, We have Ellipse 5.2.1 and are going to upgrade to 5.2.3 soon. The payroll module is integrated with the human resources module, benefits module, general ledger module and work management modules. We have had problems in the past and had to work them out with the vendor...
  16. dianne001

    Technical Training

    Hello mimsaholic, You can go to Mincom's web site, They list a bunch of training course materials. Here's a link. http://www.mincom.com/services/training_certification/course_catalog.asp Hope this helps. dianne001
  17. dianne001

    Work Orders (MSB740) not printing

    We have ellipse 521. When the users complain that their work orders are not printing I look at the msq740 and see the scheduled work date. Some times the users run the MSB740 job and bump the schedule soo far into the future that nothing is there to print. Every time the MSB740 runs it bumps...
  18. dianne001

    MS SQL Connection Error

    Hello, I noticed that your connection string is different than what I have for vb.net and sql2000. I'm also new to vb.net. Here's what my connection string looks like. Hope this helps. gblstrConnection = "Data Source=Local174" gblstrConnection &= ";Initial Catalog=NorthWind" gblstrConnection...
  19. dianne001

    need Help with BOC and Citrix Server

    Hello Waxman, Do you have Ellipse and the mincom commector installed on the Citrix Server? If not, they will have to be installed. I found that the Mincom connector will take up as much resources as it can. In my case I had four users using the vb app and the cpu was max'd out at 100 percent...
  20. dianne001

    Prevent users from manually key in requisition no

    Hello, You might want to play with the district control setting's on the mso00b screen and see if that will work. We have ellipse and there are fields, "Req.NoEntry: On-line" "Req. no. Entry: Manual" and "Req.No.Entry:Preq". Thanks

Part and Inventory Search

Back
Top