ODBC, QCMDEXC and RUNUBE

February 19, 2008 by Stewart Schatz · 2 Comments
Filed under: EnterpriseOne - SQLs 

I have been working on an command that I would like to call from an ASP.Net application.  It will be used to submit UBEs to a held job queue.  Then each night at a specified time the job queue will be released and the jobs will run.  This is to try and offset the miserable job scheduler.

Anyway, here is what the looks like:

CALL QCMDEXC ('RUNUBE USER(*****) PASSWORD(******)
ENVIRON(JPD811) REPORT(R0010P) (ZJDE0001)
JOBQ(********) IORB(B)',0000000107.00000)

The QCMDEXC is quite the little beast. If you plug the above code into on the , you will need to count the spaces at the end of each line and add that to the 107 length.

The bad part is that I can get this to work on the , but not from the ASP.Net page.  I have looked through all kinds of web sites and haven’t found a solution.

So, if you have a solution for me, I would really appreciate it.

Related Posts with Thumbnails Tags: , , , , , , , , , , ,

Related posts

Comments

2 Responses to “ODBC, QCMDEXC and RUNUBE”
  1. We actually have a special interface for E1 with Robot/SCHEDULE that launches the runubexml. This adds greater security and event driven scheduling. Check out the above web site.

  2. J.Ileto says:

    We used the Advanced Job Scheduler. It does event driven scheduling, and you can define different calendars to handle statutory holidays, financial periods, etc.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!