Hi All, The syntax for running the c executable for my application is myapplexe -D databasename inputfile myapplexe - my application executable -D = syntax to specify database(the exe can run against production or test database) databasename - name of the database live or test inputfile - input file to process Can you please help me on how to debug this using dbx as if it write dbx myapplexe -D databasename inputfile, i get the below error dbx: fatal error: extraneous argument posprd(databasename paramter) Thanks in Advance!!
Not sure, have you tried passing the arguments via the run command? As in: dbx myapp run -D dbname inputfile