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 strongm 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. sctxms

    Ellipse Access Reporting Tools

    Addons is one of the best when you need to accomplish something outside of base ellipse functionality
  2. sctxms

    Create Issue Requisition using Mincom Connector

    Wow that is a lot of coding since you will need to check for errors at several different places. We ended up using onbase system for something like you are trying to do.
  3. sctxms

    Performance Issues

    No but have you done a cicsget -c rd -r <region name> to check your cics settings? Have u checked your front end time out settings? How many concurrent users are us supprting using sqlserver?
  4. sctxms

    Import SQL 2005 Database to SQL 2000 database

    Another way is to use the gui to create all the objects in the 2005 db and then execute the script in the 2000 sql server DB. You will still have to pull the data over. U could also restore from a backup I think but I have yet to test this method
  5. sctxms

    Import SQL 2005 Database to SQL 2000 database

    You can import the table and views by creating the new datbase in 2000 then importing the tables and views into that database from 2005 express edition. Also be sure to create all the users before importing the tables and views.
  6. sctxms

    CICS AZI4 Error

    Check your CICS setup and make sure your timeout variables are set correctly. If you need more email me mspencer@nespower.com
  7. sctxms

    LDAP Authentication

    We have used it here since going tro version 5.2.3.7 by allowing cics to validate the user. Downside is your password is limited to 8 characters. what version of eac are you running?
  8. sctxms

    DBMS used for Eclipse

    We use Oracle 9.2.0.6 for ellipse
  9. sctxms

    Security Issues with Mincom Connector

    About time Jon37211 J/K
  10. sctxms

    Moving DBF from one disk to a another disk

    Thanks I will use the script method because I am lazy too. So I guess the master db will be updated when I reattach my other db
  11. sctxms

    Moving DBF from one disk to a another disk

    I just started as a sql dba my backround is Oracle and DB2 so please excuse my question I just added new disks to my server and would like to move some of the database files from the E and F drives to the G and H drives. My question is how is the best way to do this plus do I just write a update...
  12. sctxms

    Xml Compile

    I tried doing a newcopy but it did not work if you know of way to make newcopy work i would love to know.my OS is Windows 2000 server service pack 4 cics 5.0 ellipse 5.2.3
  13. sctxms

    CICS NEWCOPY need help

    No the changes are picked up once I recycle CICS regions but this is not an option I will have in production. I am looking for a way to perform a NEWCOPY in the server environment like they do on the mainframe
  14. sctxms

    CICS NEWCOPY need help

    WE are running CICS on windows 2000 server. The problem is ever time I apply a change delivered from Mincom to source code I have to recycle the CICS region. how can I do a newcopy to force cics to pick up the changes made once I compile the source code? when using CEMT PROG(MSO010) and onceI...
  15. sctxms

    Xml Compile

    Did that the response from Mincom is this is how the application works. Oh well is just a few more steps to get the name to show in the field
  16. sctxms

    Xml Compile

    Hi all How does one compile individual xml components when applying a patch delivered from Mincom? I have applied the patch but the cobol module that was compiled does not seem to be picking up the new xml
  17. sctxms

    FTP multiple files from Unix to NT

    Thanks you all for the info
  18. sctxms

    FTP multiple files from Unix to NT

    Thanks but I am still a bit confused when it comes to grabbing multiple file with different names with the put command how do I incorporate a search for the files since the names will be constantly changing?
  19. sctxms

    FTP multiple files from Unix to NT

    I have some code that will transfer a file from Unix to my NT server the problem I am have I need to transfer multiple Archive log files automatically ever 15 minutes here the piece of code I have currently working manually ftp -n -v 555.55.555.55 <<EOF user Domain/xxxxxx password put...

Part and Inventory Search

Back
Top