Skip to content

Commit eede534

Browse files
Adam ShedivyAdam Shedivy
authored andcommitted
remove exec from start command
1 parent 0ddb1a8 commit eede534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connection/sqlJob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class SQLJob {
5757
const connection = instance.getConnection();
5858
return new Promise((resolve, reject) => {
5959
// Setting QIBM_JAVA_STDIO_CONVERT and QIBM_PASE_DESCRIPTOR_STDIO to make sure all PASE and Java converters are off
60-
const startingCommand = `QIBM_JAVA_STDIO_CONVERT=N QIBM_PASE_DESCRIPTOR_STDIO=B exec ` + ServerComponent.getInitCommand();
60+
const startingCommand = `QIBM_JAVA_STDIO_CONVERT=N QIBM_PASE_DESCRIPTOR_STDIO=B QIBM_USE_DESCRIPTOR_STDIO=Y QIBM_MULTI_THREADED=Y ` + ServerComponent.getInitCommand();
6161

6262
ServerComponent.writeOutput(startingCommand);
6363

0 commit comments

Comments
 (0)