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

  • Users: dstxaix
  • Content: Threads
  • Order by date
  1. dstxaix

    nhibernate error - The type initializer for 'NHibernate.Cfg.Configuration' threw an exception.

    I am trying my first vb.net + nhibernate + mysql project using vb 2010 express on windows 8 I am getting below error in my log file 2013-05-15 11:00:27,312 [8] INFO - [Log4NetAssembly1] Form1_Load() - Start 2013-05-15 11:00:27,402 [8] ERROR - [Log4NetAssembly1] Form1_Load() - The...
  2. dstxaix

    EXTERNAL tables Oracle 11G

    Hello All I have been asked to load data in oracle table using External Tables "approach" instead fof SQL Loader utility. I have been told External tables will be faster and I should not use SQL Loader for this work. Do the data file and the script loading the data into Oracle 11 G need to...
  3. dstxaix

    Awk, sed and grep unable to handle special character in a file

    Hi, I have a file with many records of the same length. One type of record contains some special characters. I get it from another system. When I try to remove some unwanted records from the file, I am facing a problem. The problem is, that AWK thinks the special character is teh end of teh...
  4. dstxaix

    AIX 5.3: need help removing zeroes using sed or any other method

    Hi I have a @ delimited file containing lines like @00{@00{@00000{@ @0{@000{@ I would like to strip off the zeroes if they are the only values between two @ symbols or if the 2 delimiters have a few zeroes and a "{" character. I tried below code and it seems to do this only for alernate...
  5. dstxaix

    Delete regex and 2 lines after that

    I know only a litte bit of scripting and sed and started using awk recently. I have a scenario where if the first 4 characters of a line are "PASS" I need to delete that line and the 2 lines below that from the file. I was looking at sed and awk one liners page and nothing really suited me for...
  6. dstxaix

    multi-threaded maps using runmaps

    I think I read in one of the mercator 6.5 documentation that You may call a run map from maps that are multi-threaded but the run map is not multi-threaded. So, if you have 40 threads for MAP in the event server and they all use the same RUNMAP, the speed/throughput is determined by how...
  7. dstxaix

    SQL Developer vs TOAD

    Oracle Project Raptor (SQL Developer) will be rolled out soon and free if we use it against licensed Oracle DB. We use TOAD freeware. Would there be a reason for us to switch to SQL Developer from TOAD? Any features like support for CLOB etc...? Any pointers/help will be appreciated
  8. dstxaix

    Run map and threading

    We are running DSTX 7.5 on AIX. In an event server, I have a map which calls a run map. Input file contains multiple records and the map calls the run map for each record. The map is slow slow it looks like it is not multithreading at all. I have checked the usual things like unique audit...
  9. dstxaix

    Invalid Data

    I am using DSTX 7.5 on AIX 5.2 I have a map which gives me the following error - does not match TERMINATOR '<LF>'. The error occurs only on the 11th occurrence of the data record. However, the error goes away when I fix the data for an unrelated component of the typetree (increase its size)...

Part and Inventory Search

Back
Top