PROBLEM JOB

I HAVE A PROBLEM WITH THE JOB, IN MY PROGRAM THAT THERE IS A LOOP CALLED SEVERAL TIMES A SUBMIT 'VIA JOB'. ALL WORK ON AN ACCOUNT AND TRANSITIONAL JOB FOR SOME THAT ARE HAPPENING IN THIS ACCOUNT TRANSIENT ERROR WHY ARE STUCK ON THAT BEFORE. THERE IS A WAY TO STARTING THE JOB AFTER THE CLOSURE OF THE PREVIOUS?
There any feature you say when the job is CLOSED?
CODE REPORT :
LOOP TAB.
CALL FUNCTION 'JOB_OPEN'
    EXPORTING
      jobname          = va_job_name
    IMPORTING
      jobcount         = va_job_count
    EXCEPTIONS
      cant_create_job  = 1
      invalid_job_data = 2
      jobname_missing  = 3
      OTHERS           = 4.
submit del programma
  SUBMIT sapf124
     WITH bukrx    IN so_bukrx
     WITH gjahx    IN so_gjahx
     WITH docnr    IN so_docnr
     WITH so_zuonr IN so_zuon
     WITH x_saknr  = d_saknr
     WITH konts    IN so_konts
    WITH xaugdt   = d_xaugdt
     WITH xtol     = d_xtol
     WITH x_testl  = cb_test
     WITH augdt    = p_datum
     VIA JOB va_job_name NUMBER va_job_count
  AND RETURN.
CALL FUNCTION 'JOB_CLOSE'
    EXPORTING
      jobcount             = va_job_count
      jobname              = va_job_name
      strtimmed            = 'X'
    EXCEPTIONS
      cant_start_immediate = 1
      invalid_startdate    = 2
      jobname_missing      = 3
      job_close_failed     = 4
      job_nosteps          = 5
      job_notex            = 6
      lock_failed          = 7
      OTHERS               = 8.
ENDLOOP TAB.
Edited by: francesco aiello on Nov 13, 2009 12:23 PM

Quick fix would be to check the status of previous  Job within Loop after JOB_CLOSE using fm SHOW_JOBSTATE and wait until the previous job is completed.
However, I would have used events (with parameter) to start the job which will be triggered by previous job just before it ends the execution.
Problem here is you have sapstandard program in job which you can not modify to trigger a event, to overcome that you need to have another program which will can your sap standard program and once it is complete, trigger the event with correct parameter which will then start the next jon in queue. (this is just an idea, which I think should work)

Similar Messages

  • Epson Color 740 problem: "Jobs Stopped". Can u help?

    Hi folks.
    Over the last few days, when I send a file to print, my printer window simply says "jobs stopped". I called Epson and a rep talked me through a) deleting and b) adding my printer as an option, in my Printer set-up Utility.
    When that didn't work, he suggested that I needed a driver-update from Apple. That led me to the Apple site, with no luck.
    I searched Discussions, and saw that others are having similar problems and that some of the more experienced in this community recommended going to the console and checking out the cups/error_log.
    So, even though it's long, I'm going to paste my cups/error_log here in the hopes that someone can translate it for me and maybe give me some assistance.
    For whatever's it's worth, a few weeks ago I made a big mistake and accidentally put my Applications folder in the trash and hit "Empty Trash". Uggh. I stopped the Emptying before it had finished, but spent quite a few restless days restoring all of my software to my computer. I don't think it's related to this but, just fyi...
    Thanks to anyone who can help get me printing again!
    Here's the log (sorry it's so long, I don't know which are the relevant bits.?.):
    I [16/Feb/2007:14:04:08 -0500] Listening to 7f000001:631
    I [16/Feb/2007:14:04:08 -0500] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [16/Feb/2007:14:04:08 -0500] Configured for up to 100 clients.
    I [16/Feb/2007:14:04:08 -0500] Allowing up to 100 client connections per host.
    I [16/Feb/2007:14:04:08 -0500] Full reload is required.
    I [16/Feb/2007:14:04:09 -0500] LoadPPDs: Wrote "/private/etc/cups/ppds.dat", 12 PPDs...
    I [16/Feb/2007:14:04:09 -0500] Full reload complete.
    E [16/Feb/2007:14:42:02 -0500] Full reload complete.
    I [16/Feb/2007:14:45:16 -0500] Listening to 7f000001:631
    I [16/Feb/2007:14:45:17 -0500] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [16/Feb/2007:14:45:17 -0500] Configured for up to 100 clients.
    I [16/Feb/2007:14:45:17 -0500] Allowing up to 100 client connections per host.
    I [16/Feb/2007:14:45:17 -0500] Full reload is required.
    I [16/Feb/2007:14:45:18 -0500] LoadPPDs: Read "/private/etc/cups/ppds.dat", 12 PPDs...
    I [16/Feb/2007:14:45:19 -0500] LoadPPDs: Wrote "/private/etc/cups/ppds.dat", 211 PPDs...
    I [16/Feb/2007:14:45:19 -0500] Full reload complete.
    I [16/Feb/2007:14:45:25 -0500] Setting StylusCOLOR740 device-uri to "usb://EPSON/Stylus%20COLOR%20740?serial=0" (was "file:/dev/null".)
    I [16/Feb/2007:14:45:25 -0500] Setting StylusCOLOR740 printer-is-accepting-jobs to 1 (was 0.)
    I [16/Feb/2007:14:45:25 -0500] Setting StylusCOLOR740 printer-state to 3 (was 5.)
    I [16/Feb/2007:14:45:25 -0500] Saving printers.conf...
    I [16/Feb/2007:14:45:25 -0500] New printer 'StylusCOLOR740' added by ''.
    I [22/Feb/2007:20:40:20 -0500] Adding start banner page "none" to job 1.
    I [22/Feb/2007:20:40:20 -0500] Adding end banner page "none" to job 1.
    I [22/Feb/2007:20:40:20 -0500] Job 1 queued on 'StylusCOLOR740' by 'jkarsten'.
    I [22/Feb/2007:20:40:20 -0500] Started filter /usr/libexec/cups/filter/cgpdftoraster (PID 1875) for job 1.
    I [22/Feb/2007:20:40:20 -0500] Started filter /usr/libexec/cups/filter/rastertoprinter (PID 1876) for job 1.
    I [22/Feb/2007:20:40:20 -0500] Started backend /usr/libexec/cups/backend/usb (PID 1877) for job 1.
    I [22/Feb/2007:20:41:05 -0500] Adding start banner page "none" to job 2.
    I [22/Feb/2007:20:41:05 -0500] Adding end banner page "none" to job 2.
    I [22/Feb/2007:20:41:05 -0500] Job 2 queued on 'StylusCOLOR740' by 'jkarsten'.
    I [22/Feb/2007:20:41:05 -0500] Started filter /usr/libexec/cups/filter/cgpdftoraster (PID 1879) for job 2.
    I [22/Feb/2007:20:41:05 -0500] Started filter /usr/libexec/cups/filter/rastertoprinter (PID 1880) for job 2.
    I [22/Feb/2007:20:41:05 -0500] Started backend /usr/libexec/cups/backend/usb (PID 1881) for job 2.
    I [22/Feb/2007:20:41:26 -0500] Saving printers.conf...
    I [22/Feb/2007:20:41:26 -0500] Printer 'StylusCOLOR740' stopped by ''.
    I [22/Feb/2007:20:41:28 -0500] Saving printers.conf...
    I [22/Feb/2007:20:41:28 -0500] Printer 'StylusCOLOR740' started by ''.
    I [22/Feb/2007:20:43:04 -0500] Adding start banner page "none" to job 3.
    I [22/Feb/2007:20:43:04 -0500] Adding end banner page "none" to job 3.
    I [22/Feb/2007:20:43:04 -0500] Job 3 queued on 'StylusCOLOR740' by 'jkarsten'.
    I [22/Feb/2007:20:43:04 -0500] Started filter /usr/libexec/cups/filter/cgpdftoraster (PID 1887) for job 3.
    I [22/Feb/2007:20:43:04 -0500] Started filter /usr/libexec/cups/filter/rastertoprinter (PID 1888) for job 3.
    I [22/Feb/2007:20:43:04 -0500] Started backend /usr/libexec/cups/backend/usb (PID 1889) for job 3.
    I [22/Feb/2007:20:43:38 -0500] Saving printers.conf...
    I [22/Feb/2007:20:43:38 -0500] Printer 'StylusCOLOR740' stopped by ''.
    I [22/Feb/2007:20:43:39 -0500] Saving printers.conf...
    I [22/Feb/2007:20:43:39 -0500] Printer 'StylusCOLOR740' started by ''.
    I [22/Feb/2007:20:44:29 -0500] Adding start banner page "none" to job 4.
    I [22/Feb/2007:20:44:29 -0500] Adding end banner page "none" to job 4.
    I [22/Feb/2007:20:44:29 -0500] Job 4 queued on 'StylusCOLOR740' by 'jkarsten'.
    I [22/Feb/2007:20:44:29 -0500] Started filter /usr/libexec/cups/filter/cgpdftoraster (PID 1892) for job 4.
    I [22/Feb/2007:20:44:29 -0500] Started filter /usr/libexec/cups/filter/rastertoprinter (PID 1893) for job 4.
    I [22/Feb/2007:20:44:29 -0500] Started backend /usr/libexec/cups/backend/usb (PID 1894) for job 4.
    E [24/Feb/2007:16:25:17 -0500] Started backend /usr/libexec/cups/backend/usb (PID 1894) for job 4.
    I [24/Feb/2007:17:53:20 -0500] Listening to 7f000001:631
    I [24/Feb/2007:17:53:20 -0500] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [24/Feb/2007:17:53:21 -0500] Configured for up to 100 clients.
    I [24/Feb/2007:17:53:21 -0500] Allowing up to 100 client connections per host.
    I [24/Feb/2007:17:53:21 -0500] Full reload is required.
    I [24/Feb/2007:17:53:36 -0500] LoadPPDs: Read "/private/etc/cups/ppds.dat", 211 PPDs...
    I [24/Feb/2007:17:53:37 -0500] LoadPPDs: Wrote "/private/etc/cups/ppds.dat", 211 PPDs...
    I [24/Feb/2007:17:53:38 -0500] Full reload complete.
    E [28/Feb/2007:23:14:56 -0500] Full reload complete.
    I [28/Feb/2007:23:16:01 -0500] Listening to 7f000001:631
    I [28/Feb/2007:23:16:01 -0500] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [28/Feb/2007:23:16:01 -0500] Configured for up to 100 clients.
    I [28/Feb/2007:23:16:01 -0500] Allowing up to 100 client connections per host.
    I [28/Feb/2007:23:16:01 -0500] Full reload is required.
    I [28/Feb/2007:23:16:08 -0500] LoadPPDs: Read "/private/etc/cups/ppds.dat", 211 PPDs...
    I [28/Feb/2007:23:16:09 -0500] LoadPPDs: No new or changed PPDs...
    I [28/Feb/2007:23:16:09 -0500] Full reload complete.
    E [28/Feb/2007:23:19:30 -0500] Full reload complete.
    I [01/Mar/2007:00:36:43 -0500] Listening to 7f000001:631
    I [01/Mar/2007:00:36:43 -0500] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [01/Mar/2007:00:36:43 -0500] Configured for up to 100 clients.
    I [01/Mar/2007:00:36:43 -0500] Allowing up to 100 client connections per host.
    I [01/Mar/2007:00:36:43 -0500] Full reload is required.
    I [01/Mar/2007:00:36:45 -0500] Full reload complete.
    W [01/Mar/2007:00:37:10 -0500] emptyReceivePort: mach_msg send returns: (ipc/send) invalid destination port
    I [01/Mar/2007:01:59:59 -0500] System going to sleep
    I [01/Mar/2007:06:14:50 -0500] System woke from sleep
    I [01/Mar/2007:07:08:43 -0500] Listening to 7f000001:631
    I [01/Mar/2007:07:08:43 -0500] Listening to 300a80:0
    I [01/Mar/2007:07:08:43 -0500] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [01/Mar/2007:07:08:43 -0500] Configured for up to 100 clients.
    I [01/Mar/2007:07:08:43 -0500] Allowing up to 100 client connections per host.
    I [01/Mar/2007:07:08:43 -0500] Full reload is required.
    I [01/Mar/2007:07:08:45 -0500] Full reload complete.
    I [04/Mar/2007:09:10:37 -0500] Scheduler shutting down normally.
    I [04/Mar/2007:09:14:20 -0500] Listening to 7f000001:631
    I [04/Mar/2007:09:14:20 -0500] Listening to 300a80:0
    I [04/Mar/2007:09:14:20 -0500] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [04/Mar/2007:09:14:20 -0500] Configured for up to 100 clients.
    I [04/Mar/2007:09:14:20 -0500] Allowing up to 100 client connections per host.
    I [04/Mar/2007:09:14:20 -0500] Full reload is required.
    I [04/Mar/2007:09:14:20 -0500] Full reload complete.
    E [07/Mar/2007:09:36:39 -0500] getprinterattrs: resource name '/printers/ ' no good!
    E [07/Mar/2007:09:36:39 -0500] getprinterattrs: resource name '/printers/ ' no good!
    I [09/Mar/2007:07:30:35 -0500] Listening to 7f000001:631
    I [09/Mar/2007:07:30:35 -0500] Listening to 300a80:0
    I [09/Mar/2007:07:30:35 -0500] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [09/Mar/2007:07:30:35 -0500] Configured for up to 100 clients.
    I [09/Mar/2007:07:30:35 -0500] Allowing up to 100 client connections per host.
    I [09/Mar/2007:07:30:35 -0500] Full reload is required.
    I [09/Mar/2007:07:30:36 -0500] Full reload complete.
    I [09/Mar/2007:08:55:59 -0500] Scheduler shutting down normally.
    I [09/Mar/2007:17:29:44 -0500] Listening to 7f000001:631
    I [09/Mar/2007:17:29:44 -0500] Listening to 300a80:0
    I [09/Mar/2007:17:29:44 -0500] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [09/Mar/2007:17:29:44 -0500] Configured for up to 100 clients.
    I [09/Mar/2007:17:29:44 -0500] Allowing up to 100 client connections per host.
    I [09/Mar/2007:17:29:44 -0500] Full reload is required.
    I [09/Mar/2007:17:29:44 -0500] Full reload complete.
    I [12/Mar/2007:17:16:30 -0400] Adding start banner page "none" to job 5.
    I [12/Mar/2007:17:16:30 -0400] Adding end banner page "none" to job 5.
    I [12/Mar/2007:17:16:30 -0400] Job 5 queued on 'StylusCOLOR740' by 'jkarsten'.
    I [12/Mar/2007:17:16:30 -0400] Started filter /usr/libexec/cups/filter/cgpdftoraster (PID 2522) for job 5.
    I [12/Mar/2007:17:16:30 -0400] Started filter /usr/libexec/cups/filter/rastertoprinter (PID 2523) for job 5.
    I [12/Mar/2007:17:16:30 -0400] Started backend /usr/libexec/cups/backend/usb (PID 2524) for job 5.
    E [12/Mar/2007:17:16:31 -0400] PID 2523 stopped with status 2!
    I [12/Mar/2007:17:16:31 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
    I [12/Mar/2007:17:16:48 -0400] Saving printers.conf...
    I [12/Mar/2007:17:16:48 -0400] Printer 'StylusCOLOR740' stopped by ''.
    I [12/Mar/2007:17:28:02 -0400] Printer 'StylusCOLOR740' deleted by ''.
    I [12/Mar/2007:17:28:02 -0400] Saving printers.conf...
    E [12/Mar/2007:17:28:03 -0400] getprinterattrs: resource name '/printers/StylusCOLOR740' no good!
    I [12/Mar/2007:17:28:56 -0400] Setting StylusCOLOR740 device-uri to "file:///dev/null" (was "file:/dev/null".)
    I [12/Mar/2007:17:28:56 -0400] Setting StylusCOLOR740 printer-is-accepting-jobs to 1 (was 0.)
    I [12/Mar/2007:17:28:56 -0400] Setting StylusCOLOR740 printer-state to 3 (was 5.)
    I [12/Mar/2007:17:28:56 -0400] Saving printers.conf...
    I [12/Mar/2007:17:28:56 -0400] New printer 'StylusCOLOR740' added by ''.
    I [12/Mar/2007:17:29:31 -0400] Adding start banner page "none" to job 6.
    I [12/Mar/2007:17:29:31 -0400] Adding end banner page "none" to job 6.
    I [12/Mar/2007:17:29:31 -0400] Job 6 queued on 'StylusCOLOR740' by 'jkarsten'.
    I [12/Mar/2007:17:29:31 -0400] Started filter /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr (PID 2554) for job 6.
    E [12/Mar/2007:17:29:33 -0400] [Job 6] fatal: Communication error with the printer. Please reset (or turn on) the printer and try printing again.
    E [12/Mar/2007:17:29:33 -0400] PID 2554 stopped with status 255!
    I [12/Mar/2007:17:29:33 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
    I [12/Mar/2007:17:29:33 -0400] Saving printers.conf...
    I [12/Mar/2007:17:29:55 -0400] Saving printers.conf...
    I [12/Mar/2007:17:29:55 -0400] Printer 'StylusCOLOR740' started by ''.
    I [12/Mar/2007:17:29:55 -0400] Started filter /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr (PID 2556) for job 6.
    E [12/Mar/2007:17:29:56 -0400] [Job 6] fatal: Communication error with the printer. Please reset (or turn on) the printer and try printing again.
    E [12/Mar/2007:17:29:56 -0400] PID 2556 stopped with status 255!
    I [12/Mar/2007:17:29:56 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
    I [12/Mar/2007:17:29:56 -0400] Saving printers.conf...
    E [12/Mar/2007:17:30:34 -0400] getprinterattrs: resource name '/printers/ ' no good!
    E [12/Mar/2007:17:30:34 -0400] getprinterattrs: resource name '/printers/ ' no good!
    I [12/Mar/2007:17:30:48 -0400] Job 6 was cancelled by 'jkarsten'.
    I [12/Mar/2007:17:31:04 -0400] Saving printers.conf...
    I [12/Mar/2007:17:31:04 -0400] Printer 'StylusCOLOR740' started by ''.
    I [12/Mar/2007:17:31:05 -0400] Adding start banner page "none" to job 7.
    I [12/Mar/2007:17:31:05 -0400] Adding end banner page "none" to job 7.
    I [12/Mar/2007:17:31:05 -0400] Job 7 queued on 'StylusCOLOR740' by 'jkarsten'.
    I [12/Mar/2007:17:31:05 -0400] Started filter /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr (PID 2558) for job 7.
    E [12/Mar/2007:17:31:05 -0400] [Job 7] fatal: Communication error with the printer. Please reset (or turn on) the printer and try printing again.
    E [12/Mar/2007:17:31:05 -0400] PID 2558 stopped with status 255!
    I [12/Mar/2007:17:31:05 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
    I [12/Mar/2007:17:31:05 -0400] Saving printers.conf...
    I [12/Mar/2007:17:31:16 -0400] Saving printers.conf...
    I [12/Mar/2007:17:31:16 -0400] Printer 'StylusCOLOR740' started by ''.
    I [12/Mar/2007:17:31:16 -0400] Started filter /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr (PID 2559) for job 7.
    E [12/Mar/2007:17:31:16 -0400] [Job 7] fatal: Communication error with the printer. Please reset (or turn on) the printer and try printing again.
    E [12/Mar/2007:17:31:16 -0400] PID 2559 stopped with status 255!
    I [12/Mar/2007:17:31:16 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
    I [12/Mar/2007:17:31:16 -0400] Saving printers.conf...
    I [12/Mar/2007:17:39:51 -0400] Printer 'StylusCOLOR740' deleted by ''.
    I [12/Mar/2007:17:39:51 -0400] Saving printers.conf...
    E [12/Mar/2007:17:39:52 -0400] getprinterattrs: resource name '/printers/StylusCOLOR740' no good!
    I [12/Mar/2007:17:40:52 -0400] Setting StylusCOLOR740 device-uri to "file:///dev/null" (was "file:/dev/null".)
    I [12/Mar/2007:17:40:52 -0400] Setting StylusCOLOR740 printer-is-accepting-jobs to 1 (was 0.)
    I [12/Mar/2007:17:40:52 -0400] Setting StylusCOLOR740 printer-state to 3 (was 5.)
    I [12/Mar/2007:17:40:52 -0400] Saving printers.conf...
    I [12/Mar/2007:17:40:52 -0400] New printer 'StylusCOLOR740' added by ''.
    I [12/Mar/2007:17:41:51 -0400] Adding start banner page "none" to job 8.
    I [12/Mar/2007:17:41:51 -0400] Adding end banner page "none" to job 8.
    I [12/Mar/2007:17:41:51 -0400] Job 8 queued on 'StylusCOLOR740' by 'jkarsten'.
    I [12/Mar/2007:17:41:51 -0400] Started filter /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr (PID 2578) for job 8.
    E [12/Mar/2007:17:41:53 -0400] [Job 8] fatal: Communication error with the printer. Please reset (or turn on) the printer and try printing again.
    E [12/Mar/2007:17:41:53 -0400] PID 2578 stopped with status 255!
    I [12/Mar/2007:17:41:53 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
    I [12/Mar/2007:17:41:53 -0400] Saving printers.conf...

    Hi Jen,
    Looking through the error log it seems that the print driver started giving you trouble on the 12th March and this is when you deleted the printer (probably when you were talking to Epson)
    I [12/Mar/2007:17:16:30 -0400] Job 5 queued on 'StylusCOLOR740' by 'jkarsten'.
    I [12/Mar/2007:17:16:30 -0400] Started filter /usr/libexec/cups/filter/cgpdftoraster (PID 2522) for job 5.
    I [12/Mar/2007:17:16:30 -0400] Started filter /usr/libexec/cups/filter/rastertoprinter (PID 2523) for job 5.
    I [12/Mar/2007:17:16:30 -0400] Started backend /usr/libexec/cups/backend/usb (PID 2524) for job 5.
    E [12/Mar/2007:17:16:31 -0400] PID 2523 stopped with status 2!
    I [12/Mar/2007:17:16:31 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
    I [12/Mar/2007:17:16:48 -0400] Saving printers.conf...
    I [12/Mar/2007:17:16:48 -0400] Printer 'StylusCOLOR740' stopped by ''.
    I [12/Mar/2007:17:28:02 -0400] Printer 'StylusCOLOR740' deleted by ''.
    After this date, the entries show there is a communication error with the printer and the suggestion to restart the printer.
    I [12/Mar/2007:17:29:31 -0400] Job 6 queued on 'StylusCOLOR740' by 'jkarsten'.
    I [12/Mar/2007:17:29:31 -0400] Started filter /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr (PID 2554) for job 6.
    E [12/Mar/2007:17:29:33 -0400] [Job 6] fatal: Communication error with the printer. Please reset (or turn on) the printer and try printing again.
    E [12/Mar/2007:17:29:33 -0400] PID 2554 stopped with status 255!
    However, it is interesting that the Print Job Manager is referenced in this section as it wasn't used by the driver when you were printing, as shown below...
    I [22/Feb/2007:20:40:20 -0500] Job 1 queued on 'StylusCOLOR740' by 'jkarsten'.
    I [22/Feb/2007:20:40:20 -0500] Started filter /usr/libexec/cups/filter/cgpdftoraster (PID 1875) for job 1.
    I [22/Feb/2007:20:40:20 -0500] Started filter /usr/libexec/cups/filter/rastertoprinter (PID 1876) for job 1.
    I [22/Feb/2007:20:40:20 -0500] Started backend /usr/libexec/cups/backend/usb (PID 1877) for job 1.
    So I believe your current printing problem has something to do with the way in which you have the printer configured. By looking back up the log to the 16th Feb, there is an entry for the creation of the printer.
    I [16/Feb/2007:14:45:25 -0500] Setting StylusCOLOR740 device-uri to "usb://EPSON/Stylus%20COLOR%20740?serial=0" (was "file:/dev/null".)
    I [16/Feb/2007:14:45:25 -0500] Setting StylusCOLOR740 printer-is-accepting-jobs to 1 (was 0.)
    I [16/Feb/2007:14:45:25 -0500] Setting StylusCOLOR740 printer-state to 3 (was 5.)
    I [16/Feb/2007:14:45:25 -0500] Saving printers.conf...
    I [16/Feb/2007:14:45:25 -0500] New printer 'StylusCOLOR740' added by ''.
    This shows that the printer was configured to use the Epson USB rather than the default USB and it looks like it worked for four print jobs. But then when the printer was added again the Epson USB wasn't used...
    I [12/Mar/2007:17:28:56 -0400] Setting StylusCOLOR740 device-uri to "file:///dev/null" (was "file:/dev/null".)
    I [12/Mar/2007:17:28:56 -0400] Setting StylusCOLOR740 printer-is-accepting-jobs to 1 (was 0.)
    I [12/Mar/2007:17:28:56 -0400] Setting StylusCOLOR740 printer-state to 3 (was 5.)
    So, I would suggest that you open the Printer Setup Utility, click on Printer Setup Utility and select Reset Printing System. This will delete the current printer from the list. Then restart your Mac and the printer (unplug the printers power cord). Once the Mac is running again, open the Printer Setup Utility and click Add. Make sure you can see the printer in the Default Browser view but don't select it. Click More Printers and from the top menu select Epson USB. The new window should show the printer. Select it and click Add. Now try printing again with this new printer...
    If this doesn't work then please copy the last 10 entries from the cups error log back here so I can see if there is a change with the error.
    Paul
    (Sorry for the long answer but it may be of help to others in the same predicament)

  • Problem job/submit a FM

    Hi!
    I have this code:
    SELECT SINGLE PROCPROG JOBNAME
      INTO (lv_procprog, lv_jobname)
      FROM ZGL_MPF_CONFIG
      WHERE interfacename = INTERFACENAME.
      CALL FUNCTION 'JOB_OPEN'
        EXPORTING
          jobname                = lv_jobname
        IMPORTING
          JOBCOUNT               = lv_jobcount.
    SUBMIT (lv_procprog)
      USER SY-UNAME
      VIA JOB lv_jobname
      NUMBER lv_jobcount
      WITH PATH EQ 'C:\DOWNLOAD2.TXT'
      AND RETURN.
    CALL FUNCTION 'JOB_CLOSE'
      EXPORTING
        jobcount                          = lv_jobcount
        jobname                           = lv_jobname
        STRTIMMED                         = 'X'
    The program dump in SUBMIT (lv_procprog) line. SAP tells z_interface (procprog value) doesn't exist but it is a FM that exists and is actived. Do you see any mistake? z_interface receive a path where write a file.
    Thx

    Hi,
            1. What u can do list.
    Get all the variant of the standard report and
    data: variant(14).
    variant = 'VARIANT1'. " Based on ur condition change the value to the variable
    SUBMIT REPORT01
           VIA SELECTION-SCREEN
           USING SELECTION-SET VARIANT  "Check here
           USING SELECTION-SETS OF PROGRAM 'REPORT00'
           AND RETURN.
    2 .Use the fm: RS_VARIANT_CONTENTS to get the values of the different values in the screen.
    move those values to screen fields in the INITIALIZATION event
    <b>Reward points</b>
    Regards

  • APEX_PLSQL_JOB problem  - jobs ignored

    After successful creation of before header process it looks like the job gets ignored.
    This is the process code:
    declare
    l_job integer;
    begin
    l_job:=APEX_PLSQL_JOB.SUBMIT_PROCESS
    ('insert into t values (5);',sysdate,'nocomment');
    end;
    APEX_PLSQL_JOBS view has no entry of this job while "wwv_flow_jobs" table shows submitted job with system status "COMPLETE".
    Table T stays empty, and after the page load I get "success" message that I set up before on the process definition page.
    I am working on APEX 2.2 with job_queue_processes set to 10.
    No error messages in database alert log.
    What could go wrong ?
    Is there a way to purge wwv_flow_jobs table ( or APEX_PLSQL_JOBS view if entries exist) ?
    Regards, Matjaz

    See if the discussion at Background jobs helps

  • Problem -Job is getting automatically reset  to 12AM midnight

    Hi guys,
    I was setting a job to run at 4pm,and set the interval as one day.
    First time it was running the job at 4pm that day.Then onwards it is running at 12am everyday.
    Why is the job getting reset to run at 12 am in the night.my database version is 9.0.1.3
    I was setting the job using tool TOAD.
    please give info to run a job at 4pm everyday.
    Thank you all in advance
    -Gopal

    I recommend you to create manually. The parameters
    that you have to control are theses:
    declare
    num_new_job_no number;
    begin
    sys.dbms_job.submit(job => num_new_job_no,
    what => 'begin dbms_output.put_line(''test''); end;',
    next_date => sysdate + (1/1000),
    interval => 'sysdate+1/24');
    commit;
    exception
    when others then
    dbms_output.put_line(sqlcode||sqlerrm);
    end;
    Joel P�rez
    Joel P�rez

  • Acrobat 9 printing problem

    Here's the scenario:
    Created a 1-age document in InDesign CS4, text with one jpeg. Created PDF. Tried to print from Acrobat 9.1.0 (Mac 10.5.6) but get error "Could not Print Document" then "No Pages were Selected."
    Other jobs, created in InDesign CS4 (same day as previous job created). Saved to PDF using same settings, etc. Opened in Acrobat and printed fine.
    PRoblem job would print fine from InDesign, and would print fine from Acrobat if Advanced Print option was set to "Print as Image". What could be going on with the Acrobat in the first job? Image in the document was a clean JPG (I also tried it with an EPS image with and without clipping paths). Same error every time.

    All the text in the problem style is used elsewhere in the document on pages that will print fine on their own. In fact, I, myself, have no problems printing the PDF and no errors happened while making the PDF. A large amount (although not all people) had difficulty printing when they received an error simply saying the document could not be printed. Going page by page revealed the element that was causing the problem. Once the nested style was removed, the file worked fine.

  • GN_GENERATE_CHECK and SM_SERVICE_CONTENT_UPDATE background jobs are failing

    We recently upgraded our Solution Manager to 7 ehp1.  A couple of the background jobs are not able to complete.
    Both jobs have the following entry in the job logs
    Step 001 started (program RAGS_DSWP_SERV_CONTENT_UPDATE, variant , user ID SOLMAN_ADMIN
    No authorization
    I'm not sure where to look for the authorization issue.  Any advice would be appreciated.
    Thanks
    Laurie McGinley

    we are on SM 7.01 (EHP1)  - and we have the same problem:
    Jobs GN_GENERATE_CHECK and GN_WORKLIST_GENERATE
    both jobs end abnormal with joblog:
    Object requested is currently locked by user SOLMAN_BTC
    Job cancelled after system exception ERROR_MESSAGE
    but the job-start is not corresponding to the entries in table SMCONFIGJOBS
    both jobs are startet at 00:01:44 (both !!!) 
    in table SMCONFIGJOBS the entry are
    REPORTNAME         GN_GENERATE_CHECK
    REPVARIANT
    JOBNAME            GN_GENERATE_CHECK
    PRIORITY           50
    PERIOD TYPE        DAY
    PERIOD INTERVAL    1
    START TIME         00:15:00
    ISIMMEDIATE
    INACTIVE
    WORKLOAD           M
    COMM2SAP
    REPORTNAME         GN_WORKLIST_GENERATE
    REPVARIANT
    JOBNAME            GN_WORKLIST_GENERATE
    PRIORITY           50
    PERIOD TYPE        DAY
    PERIOD INTERVAL    1
    START TIME         00:01:00
    ISIMMEDIATE
    INACTIVE
    WORKLOAD           L
    COMM2SAP
    any suggestions why the jobstart is not corresponding to the starttime in table SMCONFIGJOBS
    what job is scheduling these 2 Jobs GN_GENERATE_CHECK and GN_WORKLIST_GENERATE
    which other job maybe responsible for the object lock???

  • Please Help - DB13 All Jobs Are Failed

    Hello Gurus,
    My Qurey Was
    In T-Code DB-13, I created some Jobs example like checkdb, update stats, etc etc
    while running this jobs giving me this error can anybody tell me what is the rectification or what is a needful to solve this problem
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000099, user ID CSCADMIN)
    Execute logical command BRCONNECT On host bascop26
    Parameters: -u / -jid CHECK20070608095728 -c -f check
    BR0801I BRCONNECT 7.00 (11)
    BR0477I Oracle pfile /oracle/QBW/102_64/dbs/initQBW.ora created from spfile /oracle/QBW/102_64/dbs/spfileQBW.ora
    BR0280I BRCONNECT time stamp: 2007-06-08 09.57.33
    BR0301E SQL error -942 at location BrLicCheck-32
    ORA-00942: table or view does not exist
    BR0806I End of BRCONNECT processing: cdvlajpr.log2007-06-08 09.57.33
    BR0280I BRCONNECT time stamp: 2007-06-08 09.57.33
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    As Per SAP Note - Note 134592 - Importing the SAPDBA role ( sapdba_role.sql)
    I have uncar the file - sapdba_role_ora9.SAR (9i is my database)
    but in which way i am going to to execute this script in my database
    Please help ASAP

    Check the note again, it´s listed there:
    Download the SQL script for creating the SAPDBA role from the attachment to this note (for Oracle 8.1: sapdba_role_ora8, for Oracle 9.2: sapdba_role_ora9, for Oracle 10g: sapdba_role_ora10). Execute this script as follows (sapdba_role.sql in the current directory).
    Oracle 9.2:   sqlplus /nolog @sapdba_role DB
    What´s your problem?
    Markus

  • Restarting Suspended Xgrid Jobs

    Hello,
    I had some problems with Podcast producer on 10.7  My Xgrid had a problem which caused jobs 16 to 28 to be in a suspended status.  Since I've corrected the problem jobs 29 to 32 have processed.
    My question: How do I get Xgrid to do jobs 16 to 28?  I see that they are suspended.  I tried the terminal mehtod of xgrid -run -id 16  but got no results.
    How can I rerun jobs 16 to 28?
    Thanks a lot!

    Looks like Xgrid tried but failed after I restarted Xgrid in Server Admin.  Here is the log:
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "16" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58303" started for user "nobody" executable "/var/xgrid/agent/tasks/ehDex9km/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "16:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58303" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "16:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "17" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58305" started for user "nobody" executable "/var/xgrid/agent/tasks/OzzTUUUX/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "17:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58305" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "17:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "18" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58307" started for user "nobody" executable "/var/xgrid/agent/tasks/ZUu4UZKg/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "18:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58307" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "18:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "19" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58309" started for user "nobody" executable "/var/xgrid/agent/tasks/RdSrgPLD/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "19:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58309" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "19:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "20" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58311" started for user "nobody" executable "/var/xgrid/agent/tasks/Fg2hVAjp/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "20:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58311" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "20:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "21" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58313" started for user "nobody" executable "/var/xgrid/agent/tasks/rnHxAg38/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "21:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58313" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "21:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "22" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58315" started for user "nobody" executable "/var/xgrid/agent/tasks/XwrNy4XK/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "22:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58315" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "22:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "23" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58317" started for user "nobody" executable "/var/xgrid/agent/tasks/3NTZZikT/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "23:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58317" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "23:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "24" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58319" started for user "nobody" executable "/var/xgrid/agent/tasks/SdsLhbw1/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "24:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58319" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "24:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "25" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58321" started for user "nobody" executable "/var/xgrid/agent/tasks/xm0y5PQ0/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "25:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58321" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "25:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "26" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58323" started for user "nobody" executable "/var/xgrid/agent/tasks/cwRgSjXS/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "26:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58323" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "26:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "27" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58325" started for user "nobody" executable "/var/xgrid/agent/tasks/urlPD69C/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "27:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58325" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "27:0" state changed to "Finished"
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller grid "0" submitted art "0" for job "28" to agent "Podcaster"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58327" started for user "nobody" executable "/var/xgrid/agent/tasks/gSSrpTqU/working/__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "28:0" state changed to "Running"
    Sep 28 14:39:00 podcaster xgridagentd[58259]: Notice: agent task "58327" finished for user "nobody" executable "__art" arguments (
    Sep 28 14:39:00 podcaster xgridcontrollerd[58252]: Notice: controller job "28:0" state changed to "Finished"

  • Programm RCPMAU03 - Performance problem

    Hi,
    SAP release 4.6c.
    We are using program RCPMAU03 as job to update machine time, setup time.....in Material master data.
    But there is lot of performance problem, job running around 10 hours and sometimes Cancelled too, so I searched regarding this in SAP notes and found a note which I thought could solve problem, SAP Note:318752.
    But, did not.
    Do any one know solution to it?
    thank you,
    regards,
    Jagadish

    Hi,
    SAP release 4.6c.
    We are using program RCPMAU03 as job to update machine time, setup time.....in Material master data.
    But there is lot of performance problem, job running around 10 hours and sometimes Cancelled too, so I searched regarding this in SAP notes and found a note which I thought could solve problem, SAP Note:318752.
    But, did not.
    Do any one know solution to it?
    thank you,
    regards,
    Jagadish

  • Skipped Job during Blackout period

    We have been playing around with the scheduling of job thru OEM and have a question. During the periods we designate as "Blackout", we are getting EMails telling us that any job that would have run during the blackout period was SKIPPED. This isn't really a problem as this is what we would expect to see. But how do we keep from getting those "skipped" EMails from appearing in our inbox. I'm hoping there is a global parameter that can be set as oppsed to setting up special notification windows thru OEM.
    Thanks!

    We asked for the SKIPPED to be removed from the PROBLEM jobs and Oracle said they're working on it for 10.2.0.6. We must not have been the only ones who wanted this "feature" fixed :-)
    QUESTION
    ========
    In Grid Control, I want to receive emails for jobs that had PROBLEMS, not SKIPPED. We have a requirement to backup our archivelogs every 7 minutes so we can recover with 10 minutes of any outage. Sometimes the jobs runs longer than normal so the next job is skipped. This isn't a problem, it's just a skip. if the job fails or
    errors then that is a problem. How do we seperate SKIPPED from PROBLEMS under the "E-Mail Notification for Owner" owners on a job creation. We need more
    granularity in these emails.
    ANSWER
    ======
    There is an ER (Enhancement Request) with Oracle development on which they are working on. We expect this to be implimented in future release.
    Please refer below ER BUG 5645870 - JOB ACTIVITY: ABILITY TO SELECT MULTIPLE VALUES IN "STATUS" FIELD
    This is to be marked to release with 10.2.0.6 GC

  • HP Connect vs Eprint can't delete print job causing log jam

    I have used eprint for years and recently been transfered to HP Connected.
    In Eprint if a job failed to print following jobs would not print until the problem job was deleted.
    In HP Connected I can tick the box for the job causing the problem but the delete (and other options) at the top remain unshaded so it does not allow that job to be deleted.  This means I cannot clear the log jam.
    Do I need to resort to making a new email for the printer and starting again ?
    Any help much appreciated, I tried HP customer help but haven't had any luck so far.
    Joel

    Hi Joel. To enable full use of the Collections tab, you should have received an email to 'confirm your email'. Have you received this email from HP Connected and clicked the big orange button?
    The other factor, is that the jobs in the queue that are 'stuck' will most likely have to fail before they can be deleted. You will not have to get a new email, but you will have to figure out why they are stuck.
    The hpconnected site will show you your printer status on the devices tab. Does it say you are online and ready?
    You can turn off your printer (unplug it). Pull the plug on your router for 10 seconds or so and then plug it back in. When the router returns to life, power on the printer. When the printer comes back online you need to print an 'info page' or web services report. This can fix this sort of behavior. The process can vary from printer to printer (depending if it has an Eprint button, or Web Services Icon on the front of the printer). What is the model number of printer?
    Here is a document helping you find your model number: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&dlc=en&docname=bud09626
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Upgrade or refund - Unsatisfied customer

    Hi
    Really very very poor and not a valid service you guys are providing to a premium customer
    even i sent mails i not got a simple mail replay
    and you guys are playing with customer, and in the customer care center ( person name :subin) not at all a person to know who to talk to customer , and he not able to answer any questions
    let me explain my case again, let see atleast now  any from Sony head will contact me
    I register a case on Jan12 th, regarding facing multiple issue on my Sony Xperia ZR, i request for Upgrade model, by request been taken
    and still it been not solved ,its suppose to be solved on Feb month, after i had multiple followup call to Subin, Salem service center and the customer care
    last monday i got the call saying that my request is been approved and i will need to pay around 5k DD amount, since the salem service center also subin not assure about the address,the told the will confirm be at last tuesday
    but the not call me or attend my call on tuedays, after multiple times tried when the pick the call on yest ,the telling all suddenly my request is reject, what is this, who can i beleive the talking diff. on diff times this is what a service to providing
    one more point, i already service one time same mobile ,after assuring 100% no pbm will come to my mobile, within few weeks after the service provided i am facing same list of problem ,that the reason why i am asking for the upgrade model if you guys not providing the upgrade model atleast refund by amount
    i am ready to legal, i have all record saying the request is approved, also you guys wasted around 2 months of time
    i also called multiple times to Head customer care throught toll frree number to the Senior managar Name: Jiten,deepak
    guys help me out to sort my issue, subin and other ppls telling not a clear answer also the not a person giving valid answer, the only assured the approved request and now the playing
    On Wed, Feb 18, 2015 at 9:49 AM, Syed Abuthahir O.M <> wrote:
    #Remainder Three
    As you guys promised will replay yesterday ,no replay i got
    what a poor and worst service you guys providing, i spoke to customer care head executive Jiten ,today is the last day dead line you guys are giving let see
    Still there is no replay from service head when i connect the religion customer care center
    Wake up guys,.
    On Mon, Feb 16, 2015 at 4:00 PM, Syed Abuthahir O.M <> wrote:
    #Remainder Two
    Still there is no replay from service head when i connect the religion customer care center
    Wake up guys,.
    On Sat, Feb 14, 2015 at 7:55 PM, Syed Abuthahir O.M <> wrote:
    #Remainder One 
    Still there is no replay from service head when i connect the religion customer care center
    On Fri, Feb 13, 2015 at 10:31 AM, Syed Abuthahir O.M <> wrote:
    Hi All,
    Sorry to say really ya worst very poor service from the sony, dont even tell you guys are lead in market and also have having very good customer service, you guys really very poor in it
    really very very worst service you guys are providing ,for a processing a request of the you guys are taking a month around, it been covered a amount of warranty period itself
    what a poor service you guys are providing, when i call customer service first level guys dont know  how to answer the providing to manager and even manager dont know who to answer and give proper replay,i have made multiple call regarding enquiry regarding the JOB ID, if you guys want i will forward all the customer call ,i have recorded all the poor conversion your customer service guys did
    even for the mails no replay , that too even a service head too not replaying ,  check with the email id ,list of mails i sent and no replay you are did for that
    also some heads in customer care the too giving false dates the problem will be retified and the not at all replaying to my call, i called multiple times for the head customer care HE IS TELLING TMRW WILL BE SOLVED WILL ISSUE THE UPGRADE MODEL,BUT I CALL HE NOT PICKING AND NO REPLAY CALL TOO,  and if he pick he is telling sry need 1 or 2 days, after if i call 1 or 2 days back again he is asking 1 more week this is service you guys are providing
    VERY VERY POOR AND WORST SERVICE FROM SONY
    I BEEN A PREMIUM A CUSTOMER , INVEST MORE THAN 3.5 LAKHS ON SONY PRT, EVEN 2 WEEKS BACK I BOUGHT A SECOND SONY TV AROUND COST 40K
    TOTALLY I BEEN USING 5 SONY MOBILE
    BASED ON MY POOR EXPERIENCE WITH SONY I COMPLETELY LOST THE FAITH ON YOUR PRODUCT,THINKING NOT TO BUY ANY MORE PRODUCT ,IF YOU GUYS NOT SOLVED MY PROBLEM
    GO AND CHECK IN MARKET ,HOW OTHER COMPANIES ARE GIVING SERVICE TO CUSTOMER
    I HAVE COMPLETE RECORD OF CASE, ALL THE CALL,EMAILS, VISIT TO CUSTOMER CARE ETC
    I CANT WAIT ANY MORE IT BEEN MORE THAN 1 MONTH, I NEED A UPGRADE MODEL PROCESSED WITHIN TODAY
    On Mon, Jan 12, 2015 at 2:29 PM, Syed Abuthahir O.M <> wrote:
    Hi
    I bought three mobile phone of same model Sony Xperia ZR
    regarding the mobile problem Job ID :  W115011201805, Date of Purchase  15/6/2014
    From the day one facing following huge list of problem,facing same problem in all three handset.it's really very bad quality you guys been build for this model.as I been a privileged customer it's really creating very bad impression
    Problems are:
    > Even when volume of phone is very high,Mobile speaker volume is very very less( Ear Speaker audio very very low) ,when I receive the call or dial a call , volume of recipient is really very less.I can't hear properly basic feature of mobile phone itself not working due to this problem I even can't able to speak in the mobile.
    > NFC is not working at any time
    > Bluetooth is not work at many time
    > Battery Performance bad
    > And mobile too hanging intermediately at so many instance
    I even checked in Sony official site and also in the market regarding xperia ZR same list of problem is reported
    It's better you peoples give me the amount back or else get me a upgrade model I am ready to difference amount too. i dont want again this piece of the mobile to be serviced. Few months back i even  given for service of the first mobile xperia ZR which i purchase ,there too after the service still the same list of problem is repeating ( NFC is not working at any time,Bluetooth is not working)  ,regarding the previous service Job ID : W114090201359, date of purchase of first mobile : 3/8/2014 ,IMEI :, and IMEI of third mobile : )
    So company like iPhone if a model had problem the giving upgraded model to Customer
    As a top companies this want you guys creating problem to customer. And you guys are bringing product without doing even a proper quality check very shame to say this, even a basic phone requirement is not working
    If you guys are not replaced my mobile. I try almost all my affect to recall this model itself from market by legally and through all social networking site with full valid problems which all of three mobile handset facing
     Try to get me a upgrade model .facing huge problem I can't bare this model anymore
    May this request processed I don't want to go any legal formalities
    Kindly consider this Job ID: W115011201805 and request to replace the Xperia ZR and get me a Upgrade model

    I'm sorry to hear that but Contact your local Xperia care
    http://www.sonymobile.com/global-en/support/contact-us/
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • An error occured in the source system

    My process chain has been doing FULL load for COPA data in a ODS. It failed today saying
    Diagnosis
    An error occurred in the source system.
    System response
    Caller 09 contains an error message.
    Further analysis:
    The error occurred in Extractor .
    Refer to the error message.
    When I click on indiv. Message tab I get "Job in source system terminated - Requests is set to red"
    What should I do to resolve the problem.

    For Source system R3 :
    This particular problem "Job terminated in the source System" occurs when there are long running jobs in the backend.
    In the monitor tab,
    Environment --> Job Overview --> In the source system.
    After logging into the source system, click execute
    Check the status of the job i.e. active or failed.
    Check the job log for the same.
    If its " DBIF_SQL_..... " sort of error, then in this case, delete the request from the data target and reload again.
    The load would be successful
    Caller 09 error normally occurs when the source from which the datasource is picking up data may be in use on the R3 side.
    Hope this helps!!!!!!!

  • [SOLVED]Wfii-Menu cannot connect to WEP &WICD

    (Using the sudo wifi-menu works perfectly on WPA but WEP has a problem)Job for netctl@wlp3s0\x2dMYNETWORK.service failed. See 'systemctl status netctl@wlp3s0\x2dMYNETWORK.service' and 'journalctl -xn' for details.
    NO I will not switch to WPA
    YES I have googled this
    Answer to solve the error. Please do not say anything like "Switch to WPA" "Why dont you use the WPA network"?
    Wicd Error
    YES I have googled this
    Yes I have Reinstalled it.
    When I connect it says "Done Connecting" but isnt really connected to anything at all.
    File "/usr/share/wicd/gtk/wicd-client.py", line 1066, in <module>
        main(sys.argv)
      File "/usr/share/wicd/gtk/wicd-client.py", line 91, in wrapper
        return func(*args, **kwargs)
      File "/usr/share/wicd/gtk/wicd-client.py", line 1062, in main
        mainloop.run()
    Last edited by Jean3799 (2013-06-21 16:34:36)

    cris9288 wrote:
    1. Make sure that only one network manager is enabled.
    2. if you are using netctl and a hex key, a WEP profile requires you to prepend some characters to the key. Can't remember what they are at the moment, but it's definitely in the manpage.
    OMG! <33333
    used "sudo systemctl stop netctl netcfg dhcpcd networkmanger"
    restart up wicd
    Connected to my network
    [SOLVED!]
    Thanks So much <33
    Last edited by Jean3799 (2013-06-21 16:34:53)

Maybe you are looking for

  • How to troubleshoot issues that Spell Check is not working in Outlook 2013

    When composing a new message in Outlook 2013, we may notice that Spell Checker does not recognize misspelled words. When we enter a completely garbage word in Outlook, it won’t be marked as misspelled with a red wave underline. When encountering such

  • Searching for strings in a txt file

    I am writing a program based on the six degrees of seperation theory. Basically I have been given a (very large) txt file from the imdb with a list of all the films written in it. The text in the document is written like this: 'Tis Autumn: The Search

  • Defining/Creating a JMS Queue in XI

    Scenario: Third party system would post messages in XI Jms queue, the messages would ultimately be sent to SAP. Need to create this JMS queue in XI which receives Jms messages from third party. Steps done: 1) Defined Sender Communication Channel 'CC_

  • How to properly use H-T-D Dynamic Time Series Function

    Hello all. Our Period Dimension goes like default Period -Year Total --Qtr1 ---Jan etc.. Now when I set up HTD (lack of any explanation on the Documentation) I put the generation to Level 2. The function pretty much does what YTD does, sums up the to

  • What is the image resolution in the PDF file for an "Add Image"?

    I am using Acrobat Pro XI.  I added a 600 dpi image to my PDF file.  When I click on it and copy a chunk of it, then paste it into paint, the image resolution is 96 dpi.  How can I tell the resolution is of images in my PDF file?  I am trying to keep