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!

Search results for query: *

  1. dennysthemenace

    Using JMS with WTX

    Hi I am trying to connect to a JMS queue from WTX 8.3. Is any JMS client installation needed or WTX has the cleint in built?
  2. dennysthemenace

    WTX crashing while editing type tree

    Hi I am using version WTX Version: 8.3.0.0 Build id: 195. When I try to delete any element from the type tree, WTX crashes and says java.exe has encountered a problem. Is this something to do with the jvm I am using on my desktop? Thanks Dennys
  3. dennysthemenace

    Not enough memory error

    Hi I am using Version: 8.3.0.0, Build id: 195 design studio on a 3.1 ghz and 2 gb ram desktop. I have to map a 1 gb binary file (image, pdf) to an EDI file. I am getting "Not enough memory to execute the map" error once the input file size exceeds 100MB. Will this problem be resolved if WTX is...
  4. dennysthemenace

    Using if and extract to compare two fields from two files

    In the below rule, I want to extract the records that are not in the DB. I am comparing the partner ID with Agency ID and extracting the records. If they are equal, I get the correct result. =IF(PartnerId:.:DB =TRIMLEFT(TRIMRIGHT(DB_AGENCY_ID Field:.:test)),f_make_Agent_config(RECORD:test))...
  5. dennysthemenace

    Date time stamp in DSTX

    Hi Is there a way to find out datetime stamp of a particular file using DSTX, probably using get function? I am not that good with batch files and would like to use maps where ever possible. Thanks
  6. dennysthemenace

    importing PGP public key and decryption

    Hi I am trying to encrypt and decrypt files from my develoment server. I created two sets of keys, one for my desktop and one for my dev server. I exported the server key to desktop and I tried to decrypt a file encrypted on the server, but I keep getting the error [GNUPG:] ENC_TO...
  7. dennysthemenace

    FTP batch file

    Hi Can any one please let me know how to pass a file from DSTX to a FTP batch script? I used batch adapter to call a simple batch file to write and delete stuff, but I am not sure how to use it with FTP since it calls a script and gets the data from there. Below is the batch file and the...
  8. dennysthemenace

    MDQ not creating typte tree from tables

    Hi I know this is elementary and I have done this before but it is not working with SQL2005. I have a SQL2005 local server running on my PC and I created a user DSN pointing to the server and tested it successfully. I named the database I wanted to use in DFD and used the DSN, but when I am...
  9. dennysthemenace

    Multiple FTP commands in command line

    Hi I am trying to pass multiple aruguments in the FTP site command and TX is taking only the first command, 'pri=25' and ignores the rest. In the DOS prompt, I can use literal or quote to pass multiple commands, but that doesn't work in TX. Is there a way to pass multiple arguments for a...

Part and Inventory Search

Back
Top