Sysjobs: originating_server_id is getting zero instead of server id

Hi 
I am getting zero value in column originating_server_id of SysJobs table instead of getting server id whenever i am firing command like below
use msdb
select job_id,originating_server_id,name,enabled,description,start_step_id,category_id,owner_sid,notify_level_eventlog,notify_level_email,notify_level_netsend,notify_level_page,notify_email_operator_id,notify_netsend_operator_id,notify_page_operator_id,delete_level,date_created,date_modified,version_number
from sysjobs
How to bind @@servername instead of that originating_server_id  

Use the below:
select job_id,originating_server_id,B.name,A.name,
enabled,description,start_step_id,category_id,owner_sid,notify_level_eventlog,
notify_level_email,notify_level_netsend,notify_level_page,notify_email_operator_id,
notify_netsend_operator_id,notify_page_operator_id,delete_level,date_created,date_modified,version_number
from msdb.dbo.sysjobs A
LEFT JOIN [msdb].[sys].[servers] AS B
ON A.[originating_server_id] = B.[server_id]
EDIT: Please refer the below link for more info related to SQL Job:
http://gallery.technet.microsoft.com/T-SQL-Script-Get-Job-231229b4

Similar Messages

  • Getting zero records while extracting data from R/3

    Hi friends,
    I have a cube to which data was getting loaded earlier in qulaity system. But i came acorss some issues with the loads. The issues were that everytime  a load was run it was extracted with Init with some selection, i was wondering why did they do Init instead of repair full . After doing some investigation i came to know that this data source is not supporting Init without data transfer, so i think thats why they have done Init.
    I have deleted the requests from the cube until the point where there were incorrect loads and started to do Init again from 10.01.2010 to 31.12.9999. When i run the RSA3 i can see about 65,000 records but when i run the Init or full Load i am getting zero records. Not able to load the data can anyone please tell me where am i going wrong?
    I am using data source 0UC_SALES_STATS_02 (IS-U datasource).
    Thanks in advance.
    Regards
    BN

    Hi prashant,
    Thanks a lot for your quick reply. But there is no Init flag available, becuase it was already deleted.
    If it was existing then the system would popup a message saying that there is a init already existing and proposing me to delete it ,and it will not allow me to run the Load without deleteing the flag.
    So, the issue is not with the Init flag.
    Regards
    BN

  • Get error message that server could not be found when sending email thru iPhoto

    I have established a icloud/mobile me account.  Trying to use iphoto to send photos with emails and always get error message that server coule not be found.

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • RV042 giving out router certificate instead of server certificate

    Just installed RV042 router. And it's giving out router certificate instead of server certificate so people who are trying to access our secured server are getting errors. I'm not talking about remote management. I'm talking about people trying to access our web site, which is secured, and getting an error because the RV042 is giving its own SSL certificate instead of the Server's certificate.
    How do we turn that off or keep it from happenning?
    The RV042 firm version is v4.0.0.07-tm (Aug 19 2010 19:19:50)
    Thank You,
    Elias

    Hi Angel,
    I want to have more details about the issue and the error message when you trying to connect or if you have any log in your server you can share with us because it looks a certificate error
    also, I want to have more details about the certificate on the server like :
    * common name ,Organisational unit,Company,City, State Country.
    Can you ensure the Common name on the server certificate configured with the full domaine name like portal.example.biz not only with example.biz or portal .
    and what is the configuration on RV042 regarding the server
    Thanks
    Mehdi

  • RV042 giving out certificate instead of server

    RV042 router is giving out the outer certificate  instead of server certificate. Outlook anywhere is failing and we are receiving certificate errors for any secure site behind this firewall.  I'm not talking  about remote  management. I'm talking about people trying to access our  web site,  which is secured, and getting an error because the RV042 is  giving its  own SSL certificate instead of the Server's certificate.  Firmware Version:  1.3.13.02-tm.  I don't see any updates for that  hardware.  I do have it working on an RV042 with the same firmware at a different location. 
    How do we turn that off or keep it from happenning? 
    Output from a test site
    Attempting to resolve the host name xxxx in DNS.
    The host name resolved successfully.
    Additional Details
    Testing TCP port 443 on host xxxx to ensure it's listening and open.
    The port was opened successfully.
    Testing the SSL certificate to make sure it's valid.
    The SSL certificate failed one or more certificate validation checks.
    Test Steps
    ExRCA is attempting to obtain the SSL certificate from remote server xxxx on port 443.
    ExRCA successfully obtained the remote SSL certificate.
    Additional Details
    Remote  Certificate Subject: SN=California, L=Irvine, C=US, O="Cisco-Linksys,  LLC", OU=RV042, CN=68:ef:bd:b8:0f:78, Issuer: SN=California, L=Irvine,  C=US, O="Cisco-Linksys, LLC", OU=RV042, CN=68:ef:bd:b8:0f:78.
    Validating the certificate name.
    Certificate name validation failed.
    Tell me more about this issue and how to resolve it
    Additional Details
    Host  name xxxx doesn't match any name found on the server  certificate SN=California, L=Irvine, C=US, O="Cisco-Linksys, LLC",  OU=RV042, CN=68:ef:bd:b8:0f:78.

    The fix that worked for me was to totally turn off https access to the router.  Remote access had not been emabled but internal was responding on 443.  Going to straight HTTP stopped it from responding to HTTPS requests. 

  • Transfer file to different server after it get created in DB server

    Hi All,
    I have a unix shell script that runs in a Linux server and connects to database (using sqlplus of course) and creates a file using UTl_FILE package and which gets created in DB server. We are not actually supposed to create file in DB server as per company rules and regulations. But as a workaround until we find a solution, we are being allowed to create file in DB server then my DBA scp the file to the Linux server. This manual process of transferring the file has to be automated or if possible, it would be best if we can create the file in the target Linux server itself instead of DB server.
    Is there any way of doing so or if this issue has been addressed in past, please provide me with the link. I tried to search in forum but couldn't fine one appropriate solution.
    Thanks,
    Samip

    I am trying to find a work around. Instead of file creation, I am going for a PL/SQL process that will directly load into the target table.
    I will try to explain my problem as much as possible.
    Lets say I have a table A. It's a hierarchy table. X is the parent column while Y is the child one. '1' is the TOPmost in the hierarchy so, value in X corresponding to '1' is NULL.
    Table A
    X--------Y
    ----1
    1-----     2
    1-----     3
    2-----     4
    2-----     5
    2-----     6
    3-----     7
    3-----     8
    4-----     9
    4-----     10
    5-----     11
    5-----     12
    7------     13
    7-----     14
    11----     15
    11----     16
    I need to transform table A to table B like below:
    Table B
    L1----     L2----     L3----     L4----     L5
    1----     1----     1----     1----     1
    1----     2----     2----     2----     2
    1----     3----     3----     3----     3
    1----     2----     4----     4----     4
    1----     2----     5----     5----     5
    1----     2----     6----     6----     6
    1----     3----     7----     7----     7
    1----     3----     8----     8----     8
    1----     2----     4----     9----     9
    1----     2----     4----     10----     10
    1----     2----     5----     11----     11
    1----     2----     5----     12----     12
    1----     3----     7----     13----     13
    1----     3----     7----     14----     14
    1----     2----     5----     11----     15
    1----     2----     5----     11----     16
    Here, each row (value in Y) in table A is processed and are put in correct Level. For example 1 has Level 1 So, it is under L1 and then rest of the columns are filled with 1. 2 has level 2, so it is put under L2 and the it parent is 1 so, 1 in L1 - obvious, then rest of the column filled with 2. Likewise 14 has level 4 so put under L4, then the hierarchy values upward are found and put under respective columns; L5 is entered 14. Basically the hierarchy up is calculated for each value in Y is calculated and put under respective level column in table B and then the rest of the columns are just filled with the column Y value that was processed.
    Thanks in advance. Please help me on this write a procedure or any process that will accomplish this task.
    Thanks,
    Samip
    Edited by: 908006 on Apr 15, 2013 1:11 PM
    Edited by: 908006 on Apr 15, 2013 1:11 PM
    Edited by: 908006 on Apr 15, 2013 1:12 PM
    Edited by: 908006 on Apr 15, 2013 1:12 PM
    Edited by: 908006 on Apr 15, 2013 1:12 PM
    Edited by: 908006 on Apr 15, 2013 1:15 PM
    Edited by: 908006 on Apr 15, 2013 1:15 PM
    Edited by: 908006 on Apr 15, 2013 1:16 PM

  • ADE - Error getting License. License Server Communication Problem: E_STEAM_ERROR:

    So far there have been two threads discussing the same issue:
    https://forums.adobe.com/thread/1626996
    https://forums.adobe.com/thread/1077350
    Up to now, no reply received from Adobe team.
    I have purchased an ebook from Kobo.com  & downloaded the .acsm file there.
    However, when I tried to open URLLink.acsm in ADE, it won't download the actual
    ebook. Instead, I get the pop up error message above.
    Error getting License. License Server Communication Problem: E_STEAM_ERROR
    How to fix this? I've already authorized my computer using my Adobe ID.
    Please help.

    If due to some reason, you are unable to deauthorize ADE, follow the below steps:
    Mac: Navigate to /Users//Library/Application Support/Adobe/Digital Editions and drag the activation.dat file to the trash.
    ADE will be deauthorized now.
    Now Authorize ADE again.
    Windows:
    Choose Start > Run.
    In the Open text box, type regedit and then press Enter. The Registry Editor opens.
    In the left pane of the Registry Editor, locate the following registry key:
    HKEY_CURRENT_USER\Software\Adobe\Adept
    Right-click the Adept key and choose Delete.
    In the Confirm Key Delete dialog, click OK.
    Your authorization will be deleted.
    ADE will be deauthorized now.
    Now Authorize ADE again.

  • Cannot get maile connection to server failed

    followed the instructions for icloud set up in apple support for ipad and iphone even deleted the account and then set the account up with the correct ID and password.  I do use a different ID  than my apple ID for my icloud account.  I use my me.com email address.  I can get into the cloud on my pc and I can send and recieve email when I log into my icloud account but this fails to work on my ipad and iphone.  Attempts to seen or get email on these devices when on a wifi network end up with the message "cannot get mail connection to server failed"
    lee

    Hi HLSdoc,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at this article:
    iCloud: Troubleshooting iCloud Mail
    http://support.apple.com/kb/ts4002
    Issues sending or receiving mail on iPhone, iPad, or iPod touch
    Best of luck,
    Mario

  • How to get file from FTP Server using File Control

    Hi,
    Any one did getting file from FTP Server?
    Please let me know any one help me.
    I would need to get file from FTP Server.
    Thanks,
    Madhu

    Yes I have done that. But In FTP Server I cannt read file, because no previliges. Only I need to copy file from FTP Server to local server then only I can read that file.
    I tried all options using FileConrol(getFiles(),read()).
    getFiles() - It wont copy the file, it give information about file.
    read() - I dont have previliges to read the file.
    Please tell me any other procedure would be there for getting file from FTPServer.
    Thanks,
    Madhu

  • If I'm already paying 149.99 to replace my water damaged Iphone 4 can I pay the Iphone 4s replacement price and get that instead? If No explain why please . Thank you

    I have a water damaged Iphone 4 I have had for only 8 months. Today I went to the apple store to see how much a replacement was and the girl told me 149.99 for my iphone. What I was wondering is can i pay the replacment cost of an Iphone 4s and get that instead . I dont see the problem since my phone is broken anyways . But I would like to hearf if any one has tried the same thing.
    Thanks

    The only exception would be if there were no like models available.  There was a short period when there were not sufficient supplies of the 3gs to effect warranty replacements.  In that case, they replaced the 3GS with a 4 at no additional charge.  But the warranty fine print specifies that they will repair or replace the device, at their discresion. 

  • Reports with wrong Server details (using ODBC name instead of server name)

    Post Author: jomuir
    CA Forum: Administration
    When I save a report either in Crystal Reports 11 (File save as, Enterprise u2013 Central Management Server) or Central Manager Console, Objects New Object I get an error.
    On looking at the database all reports I am adding or saving are automatically taking the wrong server details, and it is a greyed out field, so I cannot edit it. I presumed it is getting this information from my ODBC settings, but appears to be using the ODBC name/description as the server name (The Database and usernames are correct). This is happening on every report!
    Any ideas what I am doing wrong? How I can save or add new reports with the correct details?
    Not sure if this will help, but the error message is:- Failed to open the connection. D:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\wdcsql1.reportjobserver\~tmp117852b044ee296.rpt 

    Post Author: jomuir
    CA Forum: Administration
    No, Crystal Reports in not installed on the server, and the ODBC settings are not setup on the server. However I did add the correct ODBC settings on the server but this has made no difference.
    So do I need to setup all the ODBC settings in advance of anyone saving a report (I will need to try and find obtain them all)?
    Should the server also have a version of Crystal Reports on it?
    One report is working but it was added by the guy that installed it, and this report is using the same database as all the reports that I have added, and should be the same ODBC settings.
    The server (server username) does not have access to the original location of the reports, so it cannot run the reports - however when I save them to the server via enterprise or the import tool, does a version of the report get saved on the server? If so can you point me in the direction of them, so I can try and run them via the server?

  • When I open a book in Adobe Digital Editions, I get the following error: Error getting License. License Server Communication Problem: E_ADEPT_DOCUMENT_TYPE_UNKNOWN:

    Hi, I bought an e-book in PDF format that uses Adobe DRM.  I've created an account on adobe.com and tried downloading the book in Adobe Digital Editions on the Mac (as well as the bookstore's e-reader--logged into my Adobe account--on an Android device). 
    It tries to download the book but get's the following error:
    Error getting License. License Server Communication Problem:
    E_ADEPT_DOCUMENT_TYPE_UNKNOWN:
    Has anyone come across this?  Any guidance would be most appreciated!
    Thanks!
    Tony

    Please refer to the KB article, Public Knowledge Base

  • Getting "Error 500--Internal Server Error" for Enterprise Manager

    Hi,
    I'm getting "Error 500--Internal Server Error" while invoking EM of wls server ie http://<host>:7001/em/ It used to work fine before. Restored config.xml from domain_bak, but still error persists. I can see following error in AdminServer logs while invoking above URL:
    Caused By: java.lang.ClassNotFoundException: oracle.binding.DataControl
            at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    Copied adfm.jar to domain lib and bounced all wls servers, but error still persists.
    Please let me know what else can be tried.
    Thanks,
    Vikas

    Some more lines from stack trace:
    ####<Oct 10, 2013 9:52:36 PM PDT> <Notice> <Diagnostics> <slc04qvi> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f7fdeea2380fcf3a:-5d5bd989:141a5bc686c:-8000-000000000000005e> <1381467156262> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'AdminServer' has triggered at Oct 10, 2013 9:52:36 PM PDT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Oct 10, 2013 9:52:36 PM PDT SERVER = AdminServer MESSAGE = [ServletContext@2095354505[app:em module:/em path:/em spec-version:2.5]] Root cause of ServletException.
    java.lang.NoClassDefFoundError: oracle/binding/DataControl
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:792)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

  • I am unable to set up my iphone 5 after reset since am getting a error stating 'unable to reach server' . i tried restoring the same from my computer  but  i get a error stating server unavailable' .  please help me as my phone is stuck at the set up page

    i am unable to set up my iphone 5 after reset since am getting a error stating 'unable to reach server' . i tried restoring the same from my computer  but  i get a error stating server unavailable' .  please help me as my phone is stuck at the set up page. so i have already tried recovery mode as well.

    Contact Apple support for warranty service.

  • Tried the FAQ help still getting a runtime error, server error with a certain website

    I've tried repeatedly going to the forums at texags.com as I have in the past but keep getting the following message-
    Server Error in '/' Application.
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
    Details: To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
    <pre><nowiki><!-- Web.Config Configuration File -->
    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration></nowiki></pre>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's &lt;customErrors&gt; configuration tag to point to a custom error page URL.
    <pre><nowiki>
    <!-- Web.Config Configuration File -->
    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration></nowiki></pre>
    Other people on the forum use firefox without problems and I have done so in the past. I'm trying to switch back from Chrome but this is a huge block for me. I have checked for updates and cleared the history and cache as suggested in the FAQs. ANy advice?

    Is it possible that a setting or extension or external software is blocking some data that the site expects? You might check the cookie settings per this article:
    [[Websites say cookies are blocked - Unblock them]]

Maybe you are looking for

  • No.of stored members has come down in v11 outline....

    Hi Guys, I wanted migrate applicaton 6.5 to 11 version. I tried Migration wizard option but it has thrown Locale error(ESSLANG doesn't match on the both server) Then I tried option, I have saved 6.5 version outline on version 11. We have total 6 dims

  • Preferences Files Not Loading

    Hey fellas, I have a problem. Back in '06 I beta tested some features of Photoshop CS3 – at least that's my recollection four years later. The product was temporarily activated and then de-activated and still resides on my PC. I've been using CS2 sin

  • External USB encryption key (dm-crypt and luks) - help!

    Hi, I've been following the 'System Encryption with LUKS for dm-crypt' wiki during my new laptop install - but am stuck on one bit. On this line: echo 'KERNEL=="sd*", ATTRS{serial}=="$SERIAL", SYMLINK+="$SYMLINK%n"' > /etc/udev/rules.d/8-usbstick.rul

  • Service tax table

    hi Is there any table specific table which stores only service tax amount like WITH_ITEM for TDS amount. Thanks Amit

  • Project Cost forecast

    While executing transaction CJ9L, no cost to complete are calculated for my internal activity. I have completed the customizing so that : I have activity-assigned networks which are both appended and apportioned. The activity is assigned to a WBS ele