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!

Return code '53' - can't create log file....

Status
Not open for further replies.

eyetry

Programmer
Joined
Oct 2, 2002
Messages
560
Location
US
map1 executes map2 but does not override map2 log file settings. Just i/o names and locations.

If I run map2 by itself it runs fine. If I run map2 from map1 I get the bad return code.

Map1 runs about 20 other map2's just fine. This particular map2 is new and to debug this issue I hardcoded the path and map name for map2.

any ideas?
 
Have you hard coded the full path or just relative to where map 2 runs? You may find that the path doesn't exist under the folder that map1 runs in.
 
I figured it out.....

someone (who shall remain nameless) deployed a version of map1 to our test area in error. It wasn't ready yet.

I just updated the test version of map1 so it worked the way intended and tada!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top