return-code
sqlldr return codes - ex_warn
I want to know if my file is loaded complete in the database. if you check the return codes here you can see that 1 and 3 is a fail.[详细]
2023-03-30 23:27 分类:问答Ant Script return code problem while using with shell script?
Hi i am currently working with mqfte. I use a shell script to invoke an ant script. In turn the ant invokes a transfer. In case of the transfer failure i need a return code 1 and 0 in case of success.[详细]
2023-03-25 19:24 分类:问答How to run ant script from a shell script?
I need to run an ant script from a shell script and if the ant script is executed successfully I must get the return code 0 or in case of fai开发者_C百科lure 1. Can anyone tell me how can this be achi[详细]
2023-03-21 02:25 分类:问答Return an exit code without closing shell
I\'d like to return an exit code from a BASH script that is called within another script, but could also be called directly. It roughly looks like this:[详细]
2023-03-08 13:00 分类:问答Visual Basic Application.GetSaveAsFilename dialogue response
This must be the daftest question. I have the following VB code that pop\'s up a dialogue to save a PDF file when a button is hit.[详细]
2023-03-07 14:12 分类:问答Killing a process with taskkill /F returning code 0
I need to kill a windows process (java.exe). I\'m currently using: taskkill.exe /F /IM java.exe I need to use the /F option since is a critical process,but in this way I get a return code 1 instead[详细]
2023-01-05 10:44 分类:问答Return code/ exit code for Oracle's DataPump API
I w开发者_运维知识库rapped oracle\'s IMPDP and EXPDP in a console and could not find a good place for the return codes that these two return. I want to be more specific in pointing out errors than jus[详细]
2022-12-30 05:59 分类:问答KSH shell script won't execute and returns 127 (not found)
Can anyone enlighten me why the following won\'t work? $ groups staff btgroup $ ls -l total 64 -rw-rw----1 sld248btgroup26840 Apr 02 13:3开发者_JAVA百科9 padaddwip.jks[详细]
2022-12-26 15:29 分类:问答Filter/parse/modify emails and hrefs from html content in PHP4
I\'m not validating emails. What I want to do is find (and then change) 3 separate types of \"email\" content in a (html) string:[详细]
2022-12-17 02:24 分类:问答