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 SkipVought 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. janhes

    Batch file execution

    Write the file in one map and use a second map to run it.
  2. janhes

    6.7 Event Server and Windows 2003 server

    There is a memory leak in the JMS adapter that causes strange problems on Windows 2000 servers and I did find a problem with the Oracle adapter that I had to get a patch for.
  3. janhes

    comparing files

    Depends what differences you are expecting. If it's just values then you could do it by comparing values in the output rules. Any more than this would probably be very difficult or impossible.
  4. janhes

    XML to Oracle DB

    I think this only applies to an Oracle XML DB.
  5. janhes

    thread842-1048266

    It's not disc space but computer memory it's complaining about.
  6. janhes

    reg filename validations

    This might be a better solution as it does not load the file. In Windows use the rule =GET("BAT","-cli -cmd 'dir c:\dirlist.txt' /B") /*how to run a batch command in a rule If it finds the file it returns the file name. If the file is missing it returns nothing. For generic use substitute the...
  7. janhes

    Map Blows Up

    Do you really want the last GETDIRECTORY? Also get file name returns the full path of the resource.
  8. janhes

    How to distinguish Executable & Functional maps within Map Export file

    As far as I know there is no way to distinguish them. We always have functional maps starting with f_. I suppose the only way to identify them is to see if the map name is referenced in a rule but not by the RUN function. Also, input card 1 doesn't have a <FilePath> tag - I believe this is the...
  9. janhes

    Missing a outbound mapping in mercator 6.5

    If you need to go directly to a database to get the date use the DBLOOKUP function. Read the documentation on this first and if you have further queries, post a response.
  10. janhes

    HTTP adapter

    i'm using get http adapter function to login the server. GET("HTTP", -url http://" + (userid) + "index.cfm?service=Loginscript") If you're logging in to a server, have any of the connection details changed? user name password and whatever else the script does.
  11. janhes

    Rejecting bad data files and emailing back to the partner

    Your trace shows WSAConnect: Connect refused. Looks like you can't connect to the localhost.
  12. janhes

    HTTP adapter

    We need more information about what the http request is doing. Could it be permissions to something?
  13. janhes

    Type Tree Padding 6.7 vs 8.1

    What was the answer?
  14. janhes

    Rejecting bad data files and emailing back to the partner

    Don't think this bit's right either. ,PACKAGE(Reject))
  15. janhes

    Rejecting bad data files and emailing back to the partner

    Your attachment won't work as the email processing usually takes place before the file from card 1 is created. You may need to do this in 2 maps or use PUT to create the reject file.
  16. janhes

    Rejecting bad data files and emailing back to the partner

    put a -T+ on your email to trace what is happening. I don't think you need this bit <mailto:vallabhanenidinesh@gmail.com> What does the map log say? You need to look at all the diagnostics.
  17. janhes

    Rejecting bad data files and emailing back to the partner

    I think you will need a -server in your email params though.
  18. janhes

    I am completed baffled

    So it looks like the problem is arising in f_Get997Original. You need to check what this is generating and why. Could the FIND be causing the problem?

Part and Inventory Search

Back
Top