Running, MS conn ok, Dia Queue time: 0.00 sec, J2EE status info unavailable

hi all,
I have installed solution manager and was running fine but now when i start it then getting below issue in sapmmc
Running, Message Server connection ok, Dialog Queue time: 0.00 sec, J2EE status info unavailable
while log of disp+work and dev_jcontrol having issue...
DpMsgAdmin: Set patchno for this platform to 254
Release check o.K.
Fri Oct 29 12:46:57 2010
J2EE server info
  start = TRUE
  state = STARTED
  pid = 4372
  argv[0] = F:\usr\sap\SOL\SYS\exe\uc\NTAMD64\jcontrol.exe
  argv[1] = F:\usr\sap\SOL\SYS\exe\uc\NTAMD64\jcontrol.exe
  argv[2] = pf=F:\usr\sap\SOL\SYS\profile\SOL_DVEBMGS00_solman4
  argv[3] = -DSAPSTART=1
  argv[4] = -DCONNECT_PORT=64995
  argv[5] = -DSAPSYSTEM=00
  argv[6] = -DSAPSYSTEMNAME=SOL
  argv[7] = -DSAPMYNAME=solman4_SOL_00
  argv[8] = -DSAPPROFILE=F:\usr\sap\SOL\SYS\profile\SOL_DVEBMGS00_solman4
  argv[9] = -DFRFC_FALLBACK=ON
  argv[10] = -DFRFC_FALLBACK_HOST=localhost
  start_lazy = 0
  start_control = SAP J2EE startup framework
DpJ2eeStart: j2ee state = STARTED
DpJ2eeLogin: j2ee state = CONNECTED
Fri Oct 29 12:47:00 2010
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
*** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 568
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2480) [nixxi.cpp    4424]
*** ERROR => DpJ2eeMsgProcess: NiRead failed (NIECONN_BROKEN) [dpxxj2ee.c   1212]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
Fri Oct 29 12:47:17 2010
DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN
Fri Oct 29 12:47:37 2010
DpEnvCheckJ2ee: switch off j2ee start flag
DpEnvCheckJ2ee: switch off j2ee start flag
dev_jcontrol
trc file: "F:\usr\sap\SOL\DVEBMGS00\work\dev_jcontrol", trc level: 1, release: "700"
node name   : jcontrol
pid         : 4372
system name : SOL
system nr.  : 00
started at  : Fri Oct 29 12:46:57 2010
arguments       :
       arg[00] : F:\usr\sap\SOL\SYS\exe\uc\NTAMD64\jcontrol.exe
       arg[01] : pf=F:\usr\sap\SOL\SYS\profile\SOL_DVEBMGS00_solman4
       arg[02] : -DSAPSTART=1
       arg[03] : -DCONNECT_PORT=64995
       arg[04] : -DSAPSYSTEM=00
       arg[05] : -DSAPSYSTEMNAME=SOL
       arg[06] : -DSAPMYNAME=solman4_SOL_00
       arg[07] : -DSAPPROFILE=F:\usr\sap\SOL\SYS\profile\SOL_DVEBMGS00_solman4
       arg[08] : -DFRFC_FALLBACK=ON
       arg[09] : -DFRFC_FALLBACK_HOST=localhost
[Thr 2864] Fri Oct 29 12:46:57 2010
[Thr 2864] *** WARNING => INFO: Unknown property [instance.box.number=SOLDVEBMGS00solman4] [jstartxx.c   841]
[Thr 2864] *** WARNING => INFO: Unknown property [instance.en.host=solman4] [jstartxx.c   841]
[Thr 2864] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
[Thr 2864] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
thanks in advance
Diya Chopra

Dear all,
Even i am also facing same problem.
We are setting up Diaster recover  (DR ) where we are doing the mirror copy of the Source System to Target System.
After mounting all the files in Target DR System, i made the following changes in Target System.
OS: AIX
Dual stack System(ABAP +JAVA)
Instance number used :
00--ASCS00
02-- DVEBMGS02
01--SCS01
03--D03 -------------------------------------------------------------------------->  It is maintained in another DR Server
Database Used: Oracle
a)renamed the Profiles (/usr/sap/KBP/SYS/profile).
b)Changed the dbenv files (/home/kbpadm)  and (/home/orakbp)
c)set right permissions in all files and folders in /usr/sap.
d)Oracle is running and DB is also up
e)Started the profiles using sapcpe
e)After switching user (sidadm), Started the SAP Applications and SAP applications are up.
When i checked the GetProcess list according to instance wise, i am getting below output.
kbpadm>  sapcontrol -nr 02 -function GetProcessList
31.07.2013 13:16:55
GetProcessList
OK
name, description, dispstatus, textstatus, starttime, elapsedtime, pid
disp+work, Dispatcher, YELLOW, Running, Message Server connection ok, Dialog Queue time: 0.00 sec, J2EE status info unavailable, 2013 07 31 11:26:41, 1:50:14, 14549078
rslgcoll, Central Syslog Collector, GREEN, Running, 2013 07 31 11:26:41, 1:50:14, 11141296
rslgsend, Central Syslog Sender, GREEN, Running, 2013 07 31 11:26:41, 1:50:14, 11862158
igswd_mt, IGS Watchdog, GRAY, Stopped, , , 13631708.
kbpadm> sapcontrol -nr 01 -function GetProcessList
31.07.2013 14:41:22
GetProcessList
OK
name, description, dispstatus, textstatus, starttime, elapsedtime, pid
msg_server, MessageServer, GREEN, Running, 2013 07 31 11:25:53, 3:15:29, 14614568
enserver, EnqueueServer, GRAY, Stopped, , , 14483586
kbpadm> sapcontrol -nr 00  -function GetProcessList
31.07.2013 14:41:55
GetProcessList
OK
name, description, dispstatus, textstatus, starttime, elapsedtime, pid
msg_server, MessageServer, GREEN, Running, 2013 07 31 11:26:17, 3:15:38, 10879188
enserver, EnqueueServer, GRAY, Stopped, , , 13041698
J2EE is not coming up. ALSO plz tel where to update 'system/type'  .
There is a warning msg :
J2ee Startup: profile parameter 'system/type' not correctly set to start J2EE; use 'J2EE' for Java only and 'DS' for double stack instance
Server0 is not running.
Kindly Assist.
Regards.
Gayathri.K

Similar Messages

  • Running but dialog queue info unavailable,j2ee status info unavailable

    HI ,
    We have a solution manager instance.It has both java and abap.  The problem now is     The dispatcher in the processlist    is displaying the error  "  the instance is running but dialog queue info unavailable,j2ee status info unavailable "    and the instance status is staying in yellow color.
    Guys anyone can suggest me regarding this issue..
    Thanks in advance,
    Chandana.

    Hi,
    Please check whether user id SAPJSF is locked or not. If it is not locked the please check below trace files  dev_dispatcher,std_server#.out,dev_jcontrol,std_dispatcher.out.
    Also refer SAP note 723909 - Java VM settings for J2EE 6.40/7.0
    Below thread may help you.
    J2EE status info unavailable
    Thanks,
    Sushil

  • Upgrade Prep CHECKSYSSTATS - "Dialog Queue info unavailable"

    During the prep for migration I'm getting an error stating that the system seems to be in an unsound state.
    This can be tested for by running sapcontrol as follows:
    sapcontrol -nr 03 -function GetProcessList
    28.04.2015 00:38:10
    GetProcessList
    OK
    name, description, dispstatus, textstatus, starttime, elapsedtime, pid
    disp+work, Dispatcher, YELLOW, Running but Dialog Queue info unavailable, 2015 04 27 16:05:38, 8:32:32, 1273
    igswd_mt, IGS Watchdog, GREEN, Running, 2015 04 27 16:05:38, 8:32:32, 1274
    I have not seen any system issues, yet the sapcontrol program clearly is having issues.
    I have tested this with both the source kernel (721_REL patch 400) and the target kernel from the SUM directory (742 kernel).
    Both give the same error.
    (NB I've tried the EXT version on the source level too - 721_REL_EXT)
    There is some advise that you can just skip this warning (see 1957443 - Check for system status at upgrade preparation (phase CHECKSYSSTATUS)) - however I would prefer to know what is going on here.
    I've also found a note suggesting that this could be something that happens when you remove a Java stack from a system (we just have); however it refers to J2EE status as opposed to Dialog queue info.. 1855360 - *ERROR:* Your system appears to be in an unsound state. Correct the following issues before you continue: ...J2EE status info unavailable
    I'd be very keen to see if anyone else has seen similar issues with SUM during an upgrade.

    Additionally all.
    Please note I've seen for some people this can be a problem when sapstartsrv isn't up to date with the rest of the kernel (easily possible esp. if you didn't manually kill all SAP processes during kernel updates).
    However I did kill these processes and the binaries all look aligned:
    sapcontrol -nr 03 -function GetVersionInfo
    28.04.2015 09:48:31
    GetVersionInfo
    OK
    Filename, VersionInfo, Time
    /usr/sap/<SID>/DVEBMGS03/exe/sapstartsrv, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 04:14:47), linuxx86_64, 2014 12 11 18:36:31
    /usr/sap/<SID>/DVEBMGS03/exe/disp+work, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 00:03:44), linuxx86_64, 2014 12 11 18:26:54
    /usr/sap/<SID>/DVEBMGS03/exe/gwrd, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 00:03:44), linuxx86_64, 2014 12 06 04:00:56
    /usr/sap/<SID>/DVEBMGS03/exe/msg_server, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 04:14:47), linuxx86_64, 2014 12 06 05:08:17
    /usr/sap/<SID>/DVEBMGS03/exe/dboraslib.so, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 00:03:44), linuxx86_64, 2014 12 05 23:32:49
    /usr/sap/<SID>/DVEBMGS03/exe/dbmssslib.so, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 00:03:44), linuxx86_64, 2014 12 05 23:55:44
    /usr/sap/<SID>/DVEBMGS03/exe/dbdb2slib.so, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 00:03:44), linuxx86_64, 2014 12 05 23:29:38
    /usr/sap/<SID>/DVEBMGS03/exe/dbdb4slib.so, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 00:03:44), linuxx86_64, 2014 12 05 23:31:50
    /usr/sap/<SID>/DVEBMGS03/exe/dbdb6slib.so, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 00:03:44), linuxx86_64, 2014 12 11 18:08:43
    /usr/sap/<SID>/DVEBMGS03/exe/enserver, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 04:14:47), linuxx86_64, 2014 12 06 05:11:52
    /usr/sap/<SID>/DVEBMGS03/exe/icman, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 04:14:47), linuxx86_64, 2014 12 06 05:05:12
    /usr/sap/<SID>/DVEBMGS03/exe/sapwebdisp, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 04:14:47), linuxx86_64, 2014 12 06 05:05:52
    /usr/sap/<SID>/DVEBMGS03/exe/jcontrol, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 04:14:47), linuxx86_64, 2014 12 06 05:27:04
    /usr/sap/<SID>/DVEBMGS03/exe/jlaunch, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 04:14:47), linuxx86_64, 2014 12 06 05:27:13
    /usr/sap/<SID>/DVEBMGS03/exe/jstart, 721, patch 400, changelist 1542873, opt (Dec  6 2014, 04:14:47), linuxx86_64, 2014 12 06 05:25:50

  • Problem starting SAP: disp+work.EXE Running but bad dialog queue time

    Hello,
    I have been trying to start my SAP test instance on a local computer, but it does not work. I can see "Running but bad dialog queue time: 12.00 sec". This was working a few weeks ago, but  now it doesn't anymore. My initial assumption was the database was filled, but I checked that and it seems ok, there  is still space for data and logs...
    I have checked the dev_disp log and I can see these:
    *** ERROR => DpHdlDeadWp: W0 (pid 7540) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W1 (pid 6008) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W2 (pid 2412) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W3 (pid 7284) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W4 (pid 1340) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W5 (pid 4088) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W6 (pid 304) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W8 (pid 2120) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W9 (pid 5392) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W10 (pid 6140) died (severity=0, status=0) [dpxxwp.c    1531]
    *** ERROR => DpHdlDeadWp: W11 (pid 2996) died (severity=0, status=0) [dpxxwp.c    1531]
    Then I checked the log for W0 and I think this is the problem:
    M  ***LOG Q0I=> NiPConnect2: 127.0.0.1:65000: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3286]
    M  *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 1/sock 1276
        (SI_ECONN_REFUSE/10061; I4; ST; 127.0.0.1:65000) [nixxi.cpp    3286]
    M  *** ERROR => IcmConnect: NiConnect to localhost:65000,-1 (rc=-10) [icxxext.c    182]
    M  *** ERROR => ThPlgConnectToIcm: IcmConnect failed (-10) [thxxplg.c    5137]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThStart: connect to icman (step 1, th_errno 2, action 3, level 1) [thxxhead.c  11313]
    The connections are refused for some reason, I don't know why. Can anyone help? I am attaching the log files...

    Hi
    As per your work process trace (dev_w0), it is not able to reach icm port 65000
    M Mon Aug 11 10:27:39 2014
    M  ***LOG Q0I=> NiPConnect2: 127.0.0.1:65000: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3286]
    M  *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 1/sock 1260
        (SI_ECONN_REFUSE/10061; I4; ST; 127.0.0.1:65000) [nixxi.cpp    3286]
    M  *** ERROR => IcmConnect: NiConnect to localhost:65000,-1 (rc=-10) [icxxext.c    182]
    M  *** ERROR => ThPlgConnectToIcm: IcmConnect failed (-10) [thxxplg.c    5137]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThStart: connect to icman (step 1, th_errno 2, action 3, level 1) [thxxhead.c   11313]
    to fix this error, follow below 2  SAP KBAs ;
    1934023 - Application server startup fail with an ICM connection error
    1900647 - Parameter icm/admin_port
    regards
    Swami

  • Re: Running the same (Forte) application multiple times -for different

    Hi
    We had the same problem - how to deploy a number of identical applications, using each their own db.
    (for training).
    The solution we used is to wrap the entire application into different applications by using a very small
    module called KURSUS01, KURSUS02 etc, that did nothing but call the start procedure of the main app.
    Then in the dbsession connect, we made a call appname to get the application name, and appended the
    first 8 chars to the dbname. Thus our dbnames now points to logicals name: rdbdataKURSUS01, rdbdataKURSUS02 etc.
    All this allows us to deploy the identical apps in the same env, or change one version, and run both the old
    and new program on the same pc and server at the same time (eg. KURSUS01 and KURSUS02).
    I also think this is a kludge - but it works nicely!
    Jens Chr
    KAD/Denmark
    -----Original Message-----
    From: Haben, Dirk <[email protected]>
    To: 'Soapbox Forte Users' <[email protected]>
    Date: 15. januar 1999 09:41
    Subject: Running the same (Forte) application multiple times - for different business clients.
    Hi All
    We have a number of different business clients all willing to use our
    application.
    The (forte) application is to run on our machines etc for these (business)
    clients.
    All (business) clients will have their data kept in separate Oracle DBs
    (instance).
    The problem now is that the entire (forte) application is written using
    DBSessions.
    Now, depending on what business client needs to be serviced (so to speak) we
    need to attach to the right DB - or use the "right" SO.
    The two options we can think of are:
    Option1:
    Programatic change to somehow "know" what (business) client (DB) I'm talking
    about and then use the right DB.
    Pro:
    Only one forte environment to maintain
    Can run multiple (business) clients on same PC at the same time
    Con:
    Requires many program changes
    bending O-O rules(?)
    can't dynamically name SOs so can it be done at all? (ResourceMGRs maybe?)
    Option2:
    Use separate environments! One for each business client.
    Pro:
    More defined separation of app and data,
    SLA-easy
    Con:
    Maintain "n" number of environments
    Can only run the application for one environment (business client) at a time
    on one PC - Big Negative here!
    Not knowing any feasible solution to option 1 (without much code changes and
    developer moaning) I would go for option two; as I have already worked on
    multi-environment setups on VMS back at the Hydro (hi guys).
    I would appreciate any comments from anyone who has solved this problem.
    How, Why Pro Con etc.
    TIA,
    Dirk Haben
    Perth, WA
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi
    We had the same problem - how to deploy a number of identical applications, using each their own db.
    (for training).
    The solution we used is to wrap the entire application into different applications by using a very small
    module called KURSUS01, KURSUS02 etc, that did nothing but call the start procedure of the main app.
    Then in the dbsession connect, we made a call appname to get the application name, and appended the
    first 8 chars to the dbname. Thus our dbnames now points to logicals name: rdbdataKURSUS01, rdbdataKURSUS02 etc.
    All this allows us to deploy the identical apps in the same env, or change one version, and run both the old
    and new program on the same pc and server at the same time (eg. KURSUS01 and KURSUS02).
    I also think this is a kludge - but it works nicely!
    Jens Chr
    KAD/Denmark
    -----Original Message-----
    From: Haben, Dirk <[email protected]>
    To: 'Soapbox Forte Users' <[email protected]>
    Date: 15. januar 1999 09:41
    Subject: Running the same (Forte) application multiple times - for different business clients.
    Hi All
    We have a number of different business clients all willing to use our
    application.
    The (forte) application is to run on our machines etc for these (business)
    clients.
    All (business) clients will have their data kept in separate Oracle DBs
    (instance).
    The problem now is that the entire (forte) application is written using
    DBSessions.
    Now, depending on what business client needs to be serviced (so to speak) we
    need to attach to the right DB - or use the "right" SO.
    The two options we can think of are:
    Option1:
    Programatic change to somehow "know" what (business) client (DB) I'm talking
    about and then use the right DB.
    Pro:
    Only one forte environment to maintain
    Can run multiple (business) clients on same PC at the same time
    Con:
    Requires many program changes
    bending O-O rules(?)
    can't dynamically name SOs so can it be done at all? (ResourceMGRs maybe?)
    Option2:
    Use separate environments! One for each business client.
    Pro:
    More defined separation of app and data,
    SLA-easy
    Con:
    Maintain "n" number of environments
    Can only run the application for one environment (business client) at a time
    on one PC - Big Negative here!
    Not knowing any feasible solution to option 1 (without much code changes and
    developer moaning) I would go for option two; as I have already worked on
    multi-environment setups on VMS back at the Hydro (hi guys).
    I would appreciate any comments from anyone who has solved this problem.
    How, Why Pro Con etc.
    TIA,
    Dirk Haben
    Perth, WA
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Dispatcher  status: Running but dialog queue info unavailable ... yellow co

    Hi there,
    I just upgraded a SAP Kernel from:
    Old Kernel:  disp+work information
    kernel release                640
    kernel make variant           640_REL
    compiled on                   NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00
    compiled for                  64 BIT
    compilation mode              Non-Unicode
    compile time                  Aug 16 2007 21:11:21
    update level                  0
    patch number                  196
    source id                     0.196
    New Kernel:    disp+work information
    kernel release                640
    kernel make variant           640_REL
    compiled on                   NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00 for "
    NTAMD64"
    compiled for                  64 BIT
    compilation mode              Non-Unicode
    compile time                  Oct 10 2010 21:35:45
    update level                  0
    patch number                  350
    source id                     0.350
    I downloaded the files:
    SAPEXE_347-20001176.SAR
    SAPEXEDB_347-20001172.SAR
    And I extracted them and copied all files to  ...usr\sap\SID\SYS\exe\run and to ...usr\sap\SID\SYS
    exe\nuc\NTAMD64
    But the Dispatcher has the yellow status with the message: Running but dialog queue info unavailable.
    Any Idea?
    Thanks in advance.
    HanseAtik

    Hi,
    I just found out that it works fine now and want to share this with you:
    The solution is:
    I downloaded and extracted the file: dw_350-20001176.sar and copied everything to exe\run and ..exe\nuc\NTADM64.
    I am happy now and evey thing is green and the business must go on. I hope this will help other too...
    Best regards
    Hanseatik

  • Is there a way to have an iPad run only 1 app at a time?

    I am a tech support person and teachers are asking me if we can have a students iPad run only one app at a time. For instance, a group of students in biology would be allowed to run only the app for their biology book.
    Students have gotten so distracted during classtime with iMessage, web browsing, videos and games that it becomes virtually impossible to keep them on task in the classroom.
    I am aware of adding profiles to the devices, but this profile would only be for the biology class. It would then have to be removed or deactivated upon leaving the class.

    You can restrict iPads running iOS 6 to a single app via Guided Access:
    http://support.apple.com/kb/HT5509
    but that requires reconfiguration of the iPads whenever you want to set it up or deactivate or change it. There may be a mobile device management (MDM) system that would allow you to push out such changes "on the fly" but I can't say with certainty. Someone else here or in the iPad in the Enterprise forum may know.
    Otherwise it may be necessary to implement an administrative solution such as banning use of iPads in class or enforcing consequences should a student be using the iPad for inappropriate functions.
    Regards.

  • How to identify all jobs that were running at a particular point in time?

    TES 6.1.0.391
    From time to time, we have a need to identify all jobs that were running at a particular moment in time on a particular agent (we have about 800 agents)...eg "what was running ("Active") at 09:03:42 a.m. two days ago on agent XYZ?"
    I've used other job schedulers, and have written queries to extract that info, but I thought before I work on one for Tidal that I would ask the community....how are you getting this info?
    Any help is greatly appreciated, thanks.

    I had some time over the weekend and was able to come up with something of use.
    Please note that our repository is MSSQL
    select jobmst_prntname as ParentJobName,
    a.jobmst_prntid as ParentJobId,
    a.jobmst_id as JobId,
    a.jobdtl_id as JobDetailID,
    jobmst_name as JobName,
    b.owner_name as JobOwnerName,
    c.jobdtl_cmd as JobCommand,
    c.jobdtl_params as JobParameters,
    jobmst_lstchgtm as LastUpdateDate,
    d.nodlstmst_name as AgentListName
    ,[jobrun_status]
    ,[jobrun_duration]
    ,[jobrun_time] as starttime
    ,DATEADD(ss,jobrun_duration, jobrun_time) as endtime
    ,f.nodmst_name as AgentName
    ,[jobrun_owner]
    ,[jobrun_cmd]
    ,[jobrun_rundt]
    ,[jobrun_batch]
    ,[jobrun_params]
    ,[jobrun_launchtm]
    ,[jobrun_fullpath]
    from Admiral..jobmst a,
    Admiral.dbo.[owner] b,
    Admiral.dbo.jobdtl c,
    Admiral.dbo.nodlstms d,
    Admiral.dbo.jobrun e,
    [Admiral].[dbo].[nodmst] f
    where a.jobmst_owner=b.owner_id
    and a.jobdtl_id=c.jobdtl_id
    and c.nodlstmst_id=d.nodlstmst_id
    and e.jobmst_id=a.jobmst_id
    and e.nodmst_id=f.nodmst_id
    and jobmst_active='Y' --This condition shows only the active jobs
    and jobrun_rundt ='2014-01-26' --This is the job run date. If the job finishes the next day, that is what is going to be used.
    and f.nodmst_name = 'abc' --This is where you input your agent name
    Hope this helps!

  • How to run an "Automator" application at regular time intervals

    I would like to find out how to run an "Automator" application at regular time intervals, say at every 5 minutes.
    Is there any program, AppleScript or any method to do this?
    I would very much appreciate a help.
    Suwan

    save your workflow as an ical plugin, this will automatically insert the workflow into ical,and create a workflow category for it, then just set to repeat every 5 minutes, or save as an APP and use a program called CRONIX (freeware) to run the schedule.

  • Need to run 2 diffrent payrolls at a time

    Hi,
    We have an interesting scenario in which we need to run 2 different payrolls at a time, As this project is  for an Government organization we were till now running only one payroll which was 4th pay commission, but now the client wants the payroll  as per the 5th pay commission, but still we will need to run the 4 and 5 pay commission together as some of the employees have not accepted the 5th pay commission, so the clients wants the 5th pay to be run for all the employees who have accepted it, and wants to run the  4th pay commission for those  employees who have not accepted the same.
    Now we have decided to do the same through ABAP development as we did the same  for the 4th pay commission before , we created one ZTABLE and one background  Z program to support this table, now in this same  program we are planning to do the 5th pay enhancement by using the same wage types (we will just need to create 1 more wage type for 5th Pay) , in short we will be using this same wage types for both 4th and 5th pay but this wage types calculation will be different for 4 and 5th pay which will be done through this table and the background program supporting this table, I would like to know that what precautions should be taken to do this, is this going to affect any other sub modules of HCM, and where all the effects will be there.

    Hi,
    This you can do via off cycle payroll and you have to change the payroll areas to a new one so that for the employees who have accepted can be shifted to new payroll area and thaey can be paid differential amt via offcycle payroll
    Regards,
    Kapil

  • HT1926 My iTunes installer was interrupted & now it's telling me "Your system has not been modified.  To complete these operations at a later time, please run the installer again". The only problem is, I've tried to run it about six or seven times.  Can s

    My iTunes installer was interrupted &amp; now it's telling me "Your system has not been modified.  To complete these operations at a later time, please run the installer again". The only problem is, I've tried to run it about six or seven times.

    I'm not sure anyone here knows more about the Java plugin than you do...
    Were you starting the control panel from disk as administrator because it didn't work starting it through the Start menu (if you have Control Panel set to View by Category, the Java control panel is under "Programs").

  • HT201263 my ipad give me the apple sign without running up it appears all the time in the screen , i tries to reset my ipad , but still in this problem , can you please help me?

    my ipad give me the apple sign without running up it appears all the time in the screen , i tries to reset my ipad , but still in this problem , can you please help me?

    You may want to look at this about using recovery mode to restore your iPad.
    http://support.apple.com/kb/ht4097

  • Have installed and uninstalled Adobe Acrobat XI Pro on my Dell desktop running Windows 7 Professional. Each time I try to open a PDF file, I receive ERROR: 16 message. Would appreciate any suggestions. Thanks.

    Have installed and uninstalled Adobe Acrobat XI Pro on my Dell desktop running Windows 7 Professional. Each time I try to open a PDF file, I receive ERROR: 16 message. Would appreciate any suggestions. Thanks.

    Hi Doug Talbott,
    Please refer to the page associated with this link (Configuration error 16 | CC, CS) and follow the procedure detailed for Windows 7 and let me know if your issue gets resolved.
    Regards,
    Rahul Tyagi

  • I have a new Macbook Air and for the last few days the fan had run continuously, this is the first time it has ever run, and now it won't stop, the fan starts up as soon as I turn it on. The computer is not hot.Any ideas on how I can fix this please ?

    I have a new Macbook Air, 6 months old, and for the last few days the fan had run continuously, this is the first time it has ever run, and now it won't stop, the fan starts up as soon as I turn it on and the computer seems to running more slowy.The computer is not hot but I am worried it may burn out,.Any ideas on how I can fix this please ?

    Hello dwb,
    Here is the screen shot, just the top half, there are another 10 pages, but I guess this should enough for you to have an idea of waht is going on, bit small I am afraid. No, I don't have any apps setup to run when I open my computer, the kernel, varies between 290 and 305 per cent ish.
    Would that PRAM thing help ? I think it may be the computer itself, well something inside, as this the first time that the fan has ever started running since I have this computer, even when I have 3 or 4 apps running.
    Thank you again for your advice,
    Regard,
    Beauty of Bath

  • I have macbook pro running on 10.9.2 every time i download music files and transfare the it duplicates the file is there any way off switching it off please help

    i have macbook pro running on 10.9.2 every time i download music files and transfare the it duplicates the file is there any way off switching it off please help

    Open Automator
    Choose Folder Action for type of document
    At the top, for Folder action receives files and folders added to, select Other...
    in the window that opens, select your Downloads folder, and then Choose
    from the Actions on the left, drag Filter Finder Items over to the column on the right
    Where it says Any Content, select Kind
    Where it says Any, select music
    Drag Move Finder Items over to the rightfor To: select other, and navigate to your user folder > Music > iTunes > iTunes Media > Automatically Add to iTunes
    it should look like this:
    close the window and give the folder action a name.

Maybe you are looking for