Cannot see runbooks in SCSM after creating Orc connector

I have created a orchestrator connector which is using the domain admin account (this is running in a lab). When I create the connector I can see my folders inside the connector and it tests ok. When I run sync I get no start time/finish time status or percentage.
No errors in the event log and no runbooks appear.
I am running Server 2012 R2 and SCSM 2012 R2.
Any ideas?

Hi,
Using the Syncronize Now task will queue up a syncronization. If the queue is long it might take a couple of minutes before it starts. If it still doesn't start, you might try to recycle your services and empty the SCSM cache.
Regards
//Anders
Anders Asp | Lumagate | www.lumagate.com | Sweden | My blog: www.scsm.se

Similar Messages

  • Cannot see fields in datasource after creating user exit

    Hi,
    I have created a view from table and then created a generic datasource from this view. aftre that i appended the extract structure with my key figures (3 fileds) and then populated it by user exit. Now i can see that data is being extracted by user exit( in debug mode), but i dont see the fields in the datasource.
    What am i doing wrong,
    Please help.
    Thanks

    Hi Raj,
    In case the previous post did not work check whether you have the entries for the fields (newly added) in the table ROOSFIELD for your datasource.
    You may need to write a small ABAP program to resolve your issue:
    To resolve your poblem you would need to write a small ABAP program:
    tables ROOSFIELD.
    Update ROOSFIELD set SELECTION = 'X' where
    OLTPSOURCE = '<your datasource name>' and
    FIELD = '<field which is hidden/missing>'.
    Execute the program for each of the field and check the entries in RSO2.
    Bye
    Dinesh

  • How to see the table entries after creating the tansaction XD01

    I creat customer initial screen through Transaction XD01.
    After creating customer initial screen how can i see the yable entries.

    Hi,
    The customer entries are stored in table KNA1.
    Regards,
    Himanshu

  • TS3989 cannot see photos in PC after enabled photo stream

    Hi, I have a question regarding photo stream and I am wondering if anyone can offer any help. I already set up an account in iCloud and I have wifi at home, on my iphone I went to the Settings>iCloud>Photos> I turned "My Photo Stream" on, then on my computer I went to iCloud and signed in, I enabled the box next to Photos so the box is blue color instead of white color, then I clicked the "Options" button on the right hand side of Photos and I placed the checkmark besides "My Photo Stream", I can see the iCloud Photos Location is listed as C:\Users\Admin\Pictures\iCloud Photos, but when i went to C:\Users\Admin\Pictures\iCloud Photos, I did not see any pics, I only saw 3 folders named My Photo Stream, Shared, Uploads but when I opened any of those 3 folders, I cannot see any photos, may I ask why? When I open each of those 3 folders, I can only see the file named desktop.ini. I signed in iCloud on my computer the entire time and I have not signed out. Is it because I need to sign in the iCloud app on my phone in order for the photos to download to my computer? Many thanks in advance!

    iphoneuser678679 wrote:
    Many thanks for the great help, I have one more question. I have photos in "Photos" app on my iphone, will iphone automatically create the My Photostream Album o the phone
    When Photos is enable in Settings>iCloud the iPhone will automatically create an album called "My Photostream".
    and automatically upload the photos currently on my iphone to iCloud?
    Please read previous post.

  • Cannot start ODI Designer & Topology after creating Master repository

    Hi all,
    After creating the master repository in ODI, i cannot open all ODI tools such as Designer, Topology Manager, Security Manager e.t.c. The real problem is the fact that no error message is appeared after giving user name and password.
    Could someone help me?
    regards,
    George V.

    Hi,
    After creating the repositories are you directly logging into the Designer or
    Topology.......
    You need to create a work repository connection for ur Designer and topology.......i think u might have missed this.......
    Is it helpful........
    Thanks
    AK

  • Can't see the 'Buy' icon after creating a ringtone

    When creating a rington on my laptop, which is where I have my primary library, I cannot see or click on the 'Buy' icon. I am unable to drag anything on the screen to move that box so that I can buy the ringtone. When I do this on a different pc I do not have this problem, but I need to use my laptop since one cannot evidently load a ringtone from one pc without clearing everything else on your iPhone. Help!

    Change your laptop's display settings to 1024x768 in the Control Panel.

  • SSRS 2013 Native Mode - Cannot See Report Builder Button after Installing on my Desktop Computer - SQL Server Express

    I have installed SQL Server Express 2013 on my home PC, which runs Windows 7.  I used the advanced installation, which includes Reporting Services.  The install seemed to go okay but when I open SSRS, I cannot see the Report Builder button on the
    screen.  I have spent a lot of time trying to figure this out, including installing and reinstalling the program.  I am not sure what I am doing wrong.  Also, I cannot connect to the report server through SQL Server Management Studio.
    If anyone has any straightforward assistance, it would be greatly appreciated.  I have spent a lot of time looking for answers.  In the meanwhile I'll continue seeing if I can get this to work.

    Hello,
    See
    Features Supported by Reporting Services in SQL Server Express => Unsupported Features:
    Ad hoc reporting through semantic models and Report Builder is not supported.
    But you can try to install & use the Report Builder as stand-alone Installation; you can get it here:
    Microsoft® SQL Server® 2012 Report Builder
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • HT1430 cannot see Ipad in itunes after restore?

    I restored the ipad mini, my computer now asks for drivers and cannot see ipad in itunes.
    ipad shows an itunes symbol with cable on screen
    any ideas how to sort ?
    cheers

    reinstall itunes
    https://discussions.apple.com/message/21995151#21995151
    and then restore your ipad after

  • BI Publisher: not able to see the xml data after creating a data model

    I am learning BI publisher and trying to create a report data model
    I created a new data model from the report tab, use query builder, able to see the results. Then i save it and try to launch XML view from clicking View .
    I am getting unexpected exception, not able to see the XML view .
    in the server console i got servlet exception, here is one of the line
    com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303
    Edited by: joysaha123 on Mar 17, 2010 6:07 PM

    Hi karthik
    Thanks for your response
    Actually iam a beginner in java coding hence struggling to come up with the things
    I tried putting your code and onserver side i see it is returning 09:12:17,234 INFO [STDOUT] [root: null]
    actually the same program i wrote in java
    and the same method i was calling from the main
    and it is working fine and the xml document is getting displayed one important thing to be noted here is that the factory.newDocumentBuilder().parse(new File(filename));is returing XmlDocument
    and the printing takes place
    but the in same method public static Document parseXMLFile(String filename, boolean b) in servlet
    the line factory.newDocumentBuilder().parse(new File(filename)); is returning DeferredDocumentImpl
    and this creating problem , had it returned XmlDocument
    i would have printed the elements one one
    but as it is returning deferredimpl
    iam unable to print the elements
    could you please tell me why factory.newDocumentBuilder().parse(new File(filename)); is returning DeferredDocumentImpl
    in servlets but in plain java pogram it is returing XmlDocument
    Thanks
    Bhanu

  • Unable to see my project template after creating the same

    Hi All,
    I Created one (Multi Org)Organization and enable all the required secutiry profiles (HR: Business Group, HR:Security Profile, HR:User Type,MO:Security Profile),When i am creating the Project Template unable to see the same template its moving to some other Org its showing.
    what i have to check in setups. could you please any one.
    Thanks

    Hi Murali,
    Can you check whether you have setup the following profile options for that responsibility to see the created templates.
    PA: Cross Project User -- Update
    This option allow you to update the project with out assignment on the project.
    PA: Cross Project User -- View
    This option allow you to view the project templates by using that responsibility.
    Best Regards,
    Sreenath

  • Brother MFC 7440N - cannot see printer on network after software update!

    Hi I have done a software update to OSX 10.8.3 on my macbook pro. But now I can't see my Brother MFC 7440N printer on the network. I have been on the Brother website and have downloaded all of the software / drivers for MAC, but there doesn't seem to be one for OSX 10.8.4. Can anyone suggest what I should do next.
    By the way, I have already tried to reset the printers etc, but that didn't work as the printer cannot be found on the network.

    From the printer (check your manual)
    In case you can't find the manual here is the relevant section.
    You're not going to change it so stop at section 4 (IP Address) don't proceed to 5 (Change)

  • URGENT: I can't see the Invoice commitment after creating the Invoice/PO

    Dears,
    I have created PO related project and i checked the PO commitments and it's reflected in the PSI. After that i have created invoice matched to PO it was supposed that the Commitment in the PSI changed from PO to supplier invoice but this wasn't the action, the commitment remain PO, please advice what should i do?!!!!
    Thanks in advance

    Hi,
    In your first case where the issue is there, while running PRC: Interface Supplier cost what was the value of two parameters ? Interface Supplier Invoices ? and Interface Reciept Acrruals.
    Please go through the details of parameters while doing ISC.
    PRC: Interface Supplier cost The available parameters are:
    Interface Supplier Invoices: Yes / No / Accrued Cost Only
    Interface Receipt Accruals: Yes / No
    Set A: you run that process with the following parameters' combination:
    Invoices =Yes, Receipts = No,
    The system will not interface receipt accrual transactions from PO to Projects. It will only interface the supplier
    invoice distributions at the full invoiced amount.
    Set B: you run that process with the following parameters' combination:
    Invoices = Yes, Receipts = Yes,
    The system will interface the receipt accrual transactions from PO to Projects, only if the supplier invoice full
    amount was not yet interfaced. On the other end, when looking at the supplier invoices distribution the process will
    interface the variances amounts if it finds that the receipt accrual transactions were already interfaced. Otherwise,
    the process interfaces the entire invoice distribution amount.
    Thanks

  • HT1589 I don't see my old account after creating an alternate account -where'd the old one go?

    I created an alternate iTunes library on my HP laptop. When I hold Shift at start up I don't see my old iTunes libary in the selections. Any ideas how to retrieve it?

    Did you convert your MobileMe (@me.com) account to an iCloud account back in Spring 2012 when MobileMe was discontinued?  If not, then that e-mail account is gone.  Apple sent over a dozen e-mails to each MobileMe subscriber urging them to convert, with subjects like "MobileMe ends soon.  Act now to keep your email working."
    If followed the instructions in that mail and converted over to iCloud, then your @me.com address still works.  If not, then it's gone for good.

  • New Portege Z10T cannot see Sierra/4G card after Win 8.1 Upgrade

    Hi All,
    I purchased a brand new Toshiba Z10T Core i5 00M001 model from Telstra last night. When I got it, it had a connection "Telstra" which linked to the internal 4g card. This was tested and working on the standard Windows 8 install as provided from the get go.
    I proceeded to run Windows update on the stock Win8 install, which installed some 900MB of updates. Following this I installed the recommended Windows 8.1 update. Once this had completed, the laptop rebooted a few times, and as one of the final steps it wanted to connect to the internet to complete it's configuration (I presume download my profile from Microsoft) AT THIS STAGE I had the "Telstra" connection available to me and I used that connection to download the profile (it even smsed me a confirmation code).
    Following this however, the "Telstra" connection disappeared, and the Sierra Wireless card is now nowhere to be found on the unit. I've tried connecting to a wireless network and running Windows Update (I'm up to date) and your support website does not have a specific driver available for the wireless card on Windows 8.1
    Can you please suggest how I might go about getting the 4g connection on the unit working again. It's one of the pivotal reasons I invested in this tablet and I do not wish to roll back to Windows 8.
    Cheers,
    Josh

    Hi,
    I ended up solving this by running the firmware upgrade recommended for Windows 8 (not 8.1).
    After I ran the firmware upgrade, the 4g card appeared again.
    Cheers,
    Josh

  • Cannot see data in infotype when creating new Crystal Report

    Dear Experts,
    I have installed SAP Crystal Report 2011 trial version. After many weeks of trying to install CR2011 and making it work, i finally able to connect to SAP R/3 (ECC5.0).
    The problem is after choosing the table (eg. PA0002) and selecting field "employee number", "name", "start date", "end date" and other fields and selecting preview, the report only show "employee number", "start date" and "end date".
    The rest of the fields in PA0002 is showing BLANKS. I check in backend R/3 and the data is there.
    I also tried choosing "Mandt", the field is also showing blank in report preview.
    My basis team has done the following:
    1. Performing ABAP imports
    2. Grant authorisation for crystal report connection
    But still the fields above is not showing.
    Any clue?
    Thank in advance,
    Zul

    HI Zul,
    Its clearly the problem with the version of crystal you are using
    you have mentioned that you are using crystal 2011 and the ECC is SAP R/3 5.0
    Because crystal 2011 is only compatible with latest ECC client like 6.0 and above ...
    Solution are :-
    1.) you can upgrade the connectivity driver with the ECC
    or
    2.) you can use 2008 crystal report tool to connect the table , so can find the missing feilds
    Please try this and let me know you are able to fix this
    Thank you
    R.Arun

Maybe you are looking for

  • Can no longer connect to home Wi Fi

    My wife and I both have i phones. There was a time when we frist got our phones we could connect automatically to our Netgear router. Enjoyed face time etc. Recently we discovered that our phones see the Wi Fi but wont connect. Our home laptops have

  • HT1349 Has anyone had issues with the iphone 4s and facebook.

    Has anyone had issues with the iphone 4s and facebook. I have downloaded the app and sometimes it will let me log in and then it will log me out and not let me back in. I have deleted and downloaded it several times and nothing is working. HELP!

  • PDF file Conversion

    Hello Friends, In SAP, SOST Transaction, we can see the pdf document of delivery, but when send to the customers by email, the pdf file doesn't open at customer end.SOST sends this It gives the file conversion error. What we can do from developer's p

  • Determining exact version of Flash Builder on Mac OS X

    What is the definitive means of determining the installed application version of Flash Builder on Mac OS X? I ask this because I see a version in the application info window (Finder) that doesn't match the version displayed in the Features pane of th

  • Why one group of files takes so long to copy

    Hi...  I have two different folders full of files that I occasionally backup to another location.  Both sets contain approximately 3000 files each.  However, what I will call set 1's 3000 files represent about 700 MBytes of data while the 3000 files