Remote control center

Hello,
I've created remote control center on a sunOS application server for use in running sqlldr mappings. The service comes up properly when I run ./local_service_login.sh -startup $ORACLE_HOME
How do I define this remote control center as a control center in my design center?
Thanks
Steve

Hi Steve
You can add new control centers in the Connection Explorer in the design center you should go to the Control Centers node and create an instance here. This will be the credentials for your remote control center. Your configuration being used should point to this control center. In the Project Explorer, expand configurations node, edit the configuration (the current config is shown in the bar at the bottom of the design center) and point the configuration to the remote control center (Details panel Select Control Center).
Cheers
David

Similar Messages

  • 11gr2 Control Center Service run_service.sh Issues

    So after a few days of searching this forum (and many other online forums), I was unable to find anything related to this specific topic at all. Since I beat my head against a wall for a few days to figure this out, I figured if I can save even one other poor soul from hitting this issue then this post would be worth it.
    In short, we have a two tier'd setup for OWB 11gR2 that we're building out as part of a data center migration project. Our intent was to run the control center service on an application server (completely apart from the database server which according to Oracle support, isn't normal - and initially, they told us wasn't supported... until I forwarded them a copy of the install & admin guide and they realized it was a valid architecture in that document on page 1-5... what the bag??). We installed the OWB standalone client (important to note, on a Red Hat Linux 64 bit box) exactly as per the instructions.
    So onto the actual problem. When we tried to launch the control center service, it would start with the following output:
    2013/05/22-10:58:53-CDT [558385E3][] Platform Service for null
    2013/05/22-10:58:54-CDT [558385E3][] Connection Manager - OCI fix performed
    2013/05/22-10:59:09-CDT [558385E3][] Thin driver connection time - 14604 millisecond(s)
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - property user.timezone value is US/Central
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - connection.timezone not set. Defaulting to value SERVICE
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - using service timezone US/Central
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - defaultimg session timezone offset to -05:00
    2013/05/22-10:59:09-CDT [558385E3][] java.io.IOException: No such file or directory
    at java.io.UnixFileSystem.createFileExclusively(Native Method)
    at java.io.File.createNewFile(File.java:883)
    at oracle.wh.runtime.platform.service.util.TraceManager.createNewFile(TraceManager.java:579)
    at oracle.wh.runtime.platform.service.util.TraceManager.switchTraceFiles(TraceManager.java:735)
    at oracle.wh.runtime.platform.service.util.TraceManager.switchTraceFiles(TraceManager.java:702)
    at oracle.wh.runtime.platform.service.util.TraceManager.initialize(TraceManager.java:308)
    at oracle.wh.runtime.platform.service.ServiceObject.initializeTrace(ServiceObject.java:30)
    at oracle.wh.runtime.platform.service.Service.<init>(Service.java:137)
    at oracle.wh.runtime.platform.service.Service.main(Service.java:975)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Launcher.main(Launcher.java:175)
    2013/05/22-10:59:09-CDT [558385E3][] Free Memory(bytes)=218257400 Total Memory(bytes)=248578048 Used Memory(bytes)=30320648 Used Memory(percent)=13%
    2013/05/22-10:59:09-CDT [558385E3][] Control Center Service Version 11.2.0.3.0 starting
    2013/05/22-10:59:09-CDT [558385E3][] Startup due to manual request
    2013/05/22-10:59:09-CDT [558385E3][] Control Center Repository Name OWBSYS on Service w409d at Host wdprd00a0043
    2013/05/22-10:59:09-CDT [558385E3][] Explicit garbage collection - every 1 execution(s)
    2013/05/22-10:59:09-CDT [558385E3][] Initializing Platform
    2013/05/22-10:59:09-CDT [558385E3][] Recovery starting
    2013/05/22-10:59:09-CDT [558385E3][] Service startup complete
    This is the entry from Ref. Doc ID 402401.1 - How To Setup a Remote Control Center Service or Remote Runtime With OWB 10.2, and this is exactly how we called the process:
    cd <owb_home>/bin/unix
    nohup echo <unified_repos_password> | run_service.sh -manual 1 control_center_service_home unified_repository servername listenerport servicename &control_center_service_home --Oracle Home where OWB software is installed
    unified_repository --Schema name of the Unified Repository (owbsys)
    servername --Server where Unified Repository is installed
    listenerport --Listener port for the DB
    servicename --Service name of the DB
    This allows the service to run in the background, even if you log off of the terminal (which is ideal vs. using the local_service_login.sh script and xwindows to start it manually on a unix platform).
    At first, this error smacked of the control center service using the wrong oracle home. It was spitting that error above out to STDOUT, instead of to a file in the owb/log file directory as it should. To see what would happen, I updated the wb_rt_service_nodes table to use the application server home value instead of the server side home... and it actually "worked". Starting it back up made it look almost right, except any sqlldr maps were being deployed with a warning... so I knew that wasn't it.
    After much research and playing around, and a moment of sheer, blind luck (I created myself a unix alias to issue the run_service command, and accidentally added an additional dash in front of the node id parameter i.e. "-1"), the warning dissappeared and we also were able to deploy a sqlldr map without a warning as well (the other symptom of this was that any sqlldr map would deploy with a warning saying it couldn't find/create the .ctl file... but it was looking in the OWB home on the DB server, not the application server!!).
    To summarize, it would appear that in order to startup a standalone 11gr2 control center service on the Linux 64 bit distribution of the code correctly - you must add the extra dash in the nodeid parameter like so:
    <nohup stuff>run_service.sh -manual -1 <everything else>
    If you don't do this, the control center service won't run properly and all the symptoms look like it's runing with the wrong oracle home... which, given the apparent lack of documentation from Oracle on the subject of running remote control centers, you may go crazy with the reset_owbcc_home.sql and remote_owb_install.sql scripts. Hope that helps someone.

    Forget to mention that i did execute the service_doctor.sql and the result is the following
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is available
    There is a problem accessing the service startup script from the databaseserver
    Here is the detailed error message which contains the name of the startscript file:-
    Service startup file '/app/oracle/owb/bin/unix/run_service.sh' is notaccessible from the database server on instance number 1
    Please verify that the disk containing the file is visible to thedatabase server
    Please verify that the database server account has access rights on thefile
    Connection information stored within the repository is correct
    BR

  • SB Audigy 2 Platinum Remote Control Problem, Need THis Resolved quic

    Hi
    this is a Known issue to Symantec Support, I really really want to be able to use my Audigy 2 Remote Control with this Soundcard, but I can't, until Symantec or YOUR SLOW AS MOLASSES COMPANY UPDATES MEDIASOURCE SOFTWARE SO THESE 2 PROGRAMS DON"T CONFLICT, WITH REMOTE CENTER LOADING ON STARTUP, IT WILL NOT LOAD AUTOPROTECT FOR NORTON ANTIVIRUS 2005
    FIX THIS, and quickly, is all I have to say
    Or let use SB Audigy 2 Platinum Users download the newest versions of the software
    Message Edited by bikeman on 0-22-2004 03:34 AM

    Hi
    I don't have that file on startup--SBDrvdet, All I have is Creative DVD Audio Driver Detector, CTHelper, and RCman, which is disabled so Norton's Autoprotect will work ok.
    Thanks for the reply though
    Here is Symantecs workaround, I guess I can li've with these, but if Norton's Autoprotect winds up disabling by this workaround, and I happen to get a trojan or virus in..then I won't be very happy
    To stop Creative MediaSource Go! from running when the computer starts
    On the Windows taskbar, click <B>Start </B>><B>Programs </B>><B>Creative </B>><B>Creative MediaSource Go!</B>, and then click <B>Creative MediaSource Go!</B></LI>
    Right-click anywhere on Creative MediaSource Go!</LI>
    In the new window that appears, click <B>Close</B>. This prevents the program from loading when the computer starts.</LI>
    Do one of the following:
    If you also have Creative RemoteCenter, then go on to "To stop Creative RemoteCenter from running when the computer starts."</LI>
    If you do not have Creative RemoteCenter, then restart the computer and go to the next step.</LI>
    </LI>
    After the computer starts and Norton AntiVirus runs without a problem, then re-enable Creative MediaSource Go!</LI>
    <B>To stop Creative RemoteCenter from running when the computer starts</B>
    Do one of the following:
    In Windows XP, on the taskbar, click <B>Start </B>><B>Control Panel </B>><B>Remote Control Center</B>.</LI>
    In Windows 2000, on the taskbar, click <B>Start </B>><B>Settings </B>><B>Control Panel </B>><B>Remote Control Center</B>.</LI>
    </LI>
    Uncheck <B>Enable RemoteCenter</B>.</LI>
    Uncheck <B>Show RemoteCenter icon on taskbar</B>.</LI>
    Uncheck <B>Show RemoteCenter splash screen when RemoteCenter is started</B>.</LI>
    Restart the computer.</LI>
    After the computer starts and Norton AntiVirus runs without a problem, then re-enable RemoteCenter. To re-enable RemoteCenter, repeat steps through 5, this time checking each entry.You must repeat these steps whenever you start the computer.</LI>
    After Disabling Creative DVD Audio Detector, I reenabled the Remote Control and restarted, and so far so good last 2 days without a conflict With Norton Antivirus, if it really does solve the problem, I will email Symantec Support and let them know the solution, so they can inform other users with the same problem, since obviously creative doesn't want to assist them in finding the problem or provide help fixing it. So far Remote Control hasn't been an issue, but I'm gonna wait til end of month to send off an email to Symantec to make sure it's actually fixed. Since if it doesn't drop out of me by then, then I know it's fixed, since was only in 2 weeks before it got the internal program error before.
    Message Edited by bikeman on <SPAN class=date_text>0-25-2004<SPAN class=time_text>04:47 AM
    Message Edited by bikeman on <SPAN class=date_text>0-25-2004 <SPAN class=time_text>04:47 AM
    Message Edited by bikeman on 0-29-2004 04:08 AM

  • Qosmio G30 - Media center remote control doesn't work in windows

    Dear All,
    I have Qosmio G30-194,
    first i had a problem with the VGA , i send it for repair, when it comes back i noticed that the remote control is not working on windows Media Center, while in A/V mode it work perfectly.
    I tried to do full system restore from the recovery DVD, but nothing changed, even i installed Windows Vista with all of its drivers.
    Nothing changed also, I borrowed a USB IR received for another remote control it worked perfectly with my remote on windows.
    Please advise me what to do, do i send it back to the service center , or there is an easier solution.
    Mazen Habbal
    N.B, : My laptop info are:
    Model Number PQG32E-01P018AR
    Thank you in advance

    don't expect toshiba to fix problems like this.
    they replaced motherboard on my laptop and ever since the remote was not working.. it would turn the laptop on but was unresponsive thereafter. thing's we have tried:
    - install software and drivers for remote again
    - reinstall windows
    - replace reciever
    - change motherboard
    - change remote
    - terminate and restart relevant processes
    - downgrade bios
    - update bios
    - combinations of the above
    on several occassions Toshiba told me they were able to replicate and solve the problem but after trying it on my laptop they remembered that actually their one was slightly different.
    almost a year later, i still have a non-working remote
    my theory is the laptop leaves factory with certain software which Toshiba fail to include in recovery partition and\or bios that is available through them... so once you lose the factory components (i.e.the original motherboard) you also lose some necessary files with them.

  • Remote Control doesn't launch Media Center on Pavilion dv9535nr

    Hi, is not big deal, but it's kinda annoying, the remote control (image) doesn't launch Windows Media Center with the top right button (green with Windows logo), I don't know exactly when, but it stopped launching Windows Media Center, and my OS (Windows Vista Home Premium 32-bits) includes Windows Media Center (just in case, version 6.0.6001.18254). I can still launch it manually (shortcuts, etc).
    I'd rather use Windows Media Center instead of QuickPlay, because of the Xbox 360 connectivity.
    So, please, can somebody tell me how can I solve this problem ??
    Thanks
    PS. Please forgive my bad English, it's my second language.
    Message Edited by LuissRicardo on 09-12-2009 10:56 PM

    So when you hit "Play" it will start playing off your playlist, but no media player ever opens? All I can think is if you are using some super small skin and just not noticing it off in a corner or something, or if you used to have multiple monitors and drug it onto the secondary and now only use one...
    The only solution I found to make the hardware work right I don't think I'm supposed to post, because it includes "don't use any software coded by CL" lol. Also I don't think this would be the right solution for you, as it sounds like the remote is working fine with MediaSource for the most part (or I am horribly misunderstanding).

  • Sound blaster Audigy Remote Control / Remote Center in Windows 7

    @Hey Folks,
    I have an Audigy Platinum with a remote control and version .46 of the Remote Center software.
    Remote center has extremely limited functioning under windows 7 - I can eject the CD player, turn on/off clock
    display, everything else either displays N/A in the overlay or gets no response (hitting the remote 'start' button for instance).
    Is there a newer version of Remote Center that may have more functionality in Windows 7? I know of commercial software but I'd prefer a solution via creative labs or free and open source software if available. I have searched for newer versions of Remote Center but seem to be stuck with the version that came on my CD. Any suggestions?
    thanks,
    jd

    zac,You need to get the Vista apps for your X-fi. Either pull the ISO files off torrent or one of the other sites or pay the $7.00 shipping fee for the CD from Creative. Install the entertainment center off the CD and you'll have remote control functionality. Steve

  • Remote Control System Center 2012 Configuration Manager

    Hi all, first post on the forums.  Was wondering if anyone was having a similar issue.  We are slowly testing SCCM and I'm stuck on probably the most important feature, remote control.  Whenever I "Start Control" of a workstation,
    the remote control agent window shows "Connecting to Host Session" which brings up another prompt that alerts me that "The identity of the computer cannot be verified..." to which I reply "yes" to connect anyway.  However
    I never connect and in the remnote control agent window shows "Viewer DIconnected". 
    On the client itself, in the CmRcService.log file, even though it shows that "Session allowed full control" and that I'm an "authorized viewer", later on I see "Disconnecting the connection.  An existing connection was forcibly
    closed by the remote host.  (Error: 80072746: Source Windows".  One line below, the log reports "The connection has been terminated".   Note I do not have a Firewall Policy enabled and I do not have any stringent virus protection
    running.  Currently testing on Win7 x86 machine but also happens on WinXP, Server 2008 x64 and x86, etc.  Any have a resolution or idea why this is occuring?  Any help and/or guidance would be greatly appreciated.  Thanks all.

    Dear J Smith
    Please get your account verified by requesting here : Verify
    Your Account
    In the above link you will have to do the following steps the you need to wait for some hours till you are verified.
    Firstly:-
    Please reply in that thread and request them to verify your account. An example given below :-)
    BR
    S. Saurabh
    S Saurabh

  • Lenovo AIO C440 - not working infrared remote control

    Hello,
    is there any hint how to get infrared remote control working for a new C440 model? Tomorrow I will try to measure and/or replace batteries which could be bad. For now it is totally not working.
    Another question: the remote should work only within AverMedia TV app or in the whole Windows 8?
    Regards,
    Zdenek

    hi bohdik,
    Welcome to the Lenovo Forums.
    The IR Windows Media Center remote control is for use with C440 models with optional TV tuner. If you have this model,  make sure the TV Tuner driver and the ITE CIR Driver from the lenovo support site are installed under Device Manager (press Windows Key+R then type devmgmt.msc) then follow  the Set up a TV signal in Windows Media Center. guide.
    Note:
    You must have Windows 8 PRO to enable Windows Media Center
    See this articles in reference:
    How to add Windows Media Center to Windows 8 Pro
    How To Install And Set Up Media Center On Windows 8
    Hope this helps
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • The remote controls stopped working

    I bought with an official Apple dealer the new i Pod Shuffle (generation 3) to use during my bike rides. After the first ride the remote controls stopped working and the voice over feature spontaneously started repeating the songs title. As well the volume control stopped working altogether. I didn't have time to return the Shuffle after only a week so I disable the voice over feature and keep on using my Shuffle with no volume adjustment, fast forward etc ….
    After a visit to the Apple website I saw that several owners complained about this problem and assumed Apple would know about it and be ready to offer a fast solution. So picked an official Service Center as close as possible from my location.
    First shock the Service Center was dirty, the paint obviously several decades old and faded, the light kept to the minimum.
    Second shock not Tech on duty to check something as simple as a headsets. I realized there was no way to have a fast resolution to my problem. The Shuffle will be send to a regional repair center, I could have save the trip and just go to an Apple dealer. What the use to have Service Centers if they don't provide service?
    Now when a product is returned, after 25 days of ownership (can't say use), a product designed by a company with the reputation of Apple you expect some kind of sign that the company is sorry, stands behind it's product and will do all possible to solve the problem. WRONG.
    Third shock. The person who took my Shuffle obviously never saw a Shuffle generation 3 before or even knew it existed. She explained over and over that I may (but it sounded more like I will) be charge for the repair. Even asked me to pay upfront a basic fee to cover the time of a Tech checking on the product. And that the Tech will give me a quote if I am to be charged. Furthermore She found tons of reasons why eventually I would be charged to repair the product, however no technical person ever checked on the product. Well I guess only users read messages on Apple website not employees of Apple.
    So what now? I am suppose to receive an E-mail in 24 hours to 5 working days, in which I'll be explained the result of the Tech investigation.
    I guess most owners of Apple products have a better experience with the Customer Service or where the reputation of Apple being a “cool” company comes from? But based on my experience it looks like Apple's products and Apple's Customer Service may not meet Apple's reputation or customer's expectations. Or am I asking for too much?

    I seriously doubt you were at an Apple Store and you were not dealing with Apple employees. You were dealing with a 3rd party shop that does work on Apple products.
    Don't know where you are located but you could contact Customer Service at Apple and complain but they are somewhat limited it dealing with a 3rd party company. But they will at least have you complaint on file. Or you could attempt to find an actual Apple Store and take your Shuffle there. Or you could try one of the workarounds listed on the threads here.

  • EA6500 - USB Control center - Could not find router when hooked up wirelessly

    Not sure if this is the right place but I felt it should be posted somewhere on the internet.
    I recently purchased a Linksys EA6500. I decided to try to hookup my printer through the it. I installed the USB Control Center and had some issues with it. It wouldn't detect my router. All I would get is "A compatible router with USB port was not found on your network".
    When I hooked up my laptop to the ethernet port I was then able to get a connection to the router with the software. If I left my Wireless connection on while I did this I would unplug my computer ethernet the USB Control Center remained connected until I closed the software. When I reopened it could not see the router again. I tried on another laptop and it was working correctly.
    At this point I started my research into the software and noticed in the help menu 2 things.
    1) the software was made by belkin
    2) they had other thing hooked up including keyboard and mice
    http://i.imgur.com/6NAQ5Jv.png
    With this information I decided to try to make troubleshooting a bit easier by using a Lenovo Multimedia Remote with Keyboard N5902. I tried it on the second laptop that had no problems first and it kinda worked. The keyboard part worked and the mouse didn't. So I went to the computer that had issues connecting hooked it up via eithernet to test and I blue screened it. The dump file said the "AMD USB Filter Driver" crashed.
    This lead me to 3 areas I need to troubleshoot on this laptop.
    1) USB Control center
    2) My Wireless adaptor (Atheros AR9285)
    3) USB Drivers
    First thing I did was troubleshoot the AMD USB Filter since that did blue screen. The USB drivers on this computer are a mess. I have the standard A6 chipset drivers, the vmplayer virtualized usb drivers and then the virtual drivers for the USB Control Center. I updated what I could (Still crashed) and in the end used the Catalyst Install Manager to remove the AMD USB Filter driver and the Lenovo N5902 kinda started to work. On this computer the Mouse part worked and not the computer. Not worried because I did not have to run to the printer (wasting paper) and router all the time to keep troubleshooting.
    The next thing I did was update my wireless drivers since it was the wireless portion that was having issue and not the ethernet. This did not work.
    Finally I came back to the USB Control Center software. The Driver it is using is called "SXUPTP Driver" in the System Devices catagory. There were no downloads availible on the Linksys site for the software so I went to belkin and downloaded there latest version. I installed it and had the same issue. can detect the router wired but not wireless. I then look to the Driver manufacturer, Silex Technologies. They had no product called USB Control Center. Googled SXUPTP and a Microsoft page refed to "SX Virtual Link" made by Silex.
    http://silexamerica.com/campaign/sx-virtual-link-downloads/
    I extracted the drivers and installed them. USB Control center still has the same problem. Installed SX Virtual Link software and it works.
    http://i.imgur.com/7wSEq8i.png
    It works really well. I decided to hook up a USB Hub and put on different devices to see what I can do. The only Disapointment was the Microsoft Lifecam Cinema was not found. If did find a few other random things.
    http://i.imgur.com/aBI66jY.png
    The only downside is that With the USB hub the router can no longer find USB storage devices to act like a nas. I'm ok with that since I did not like the idea of router in control of internet data sharing. I am ok with the fact that I can still hook up a thumbdrive via SX Virtual Link. In fact thumb drive not reconized by the usb storage in the router can be used via the SX Virtual Link. What I'm looking at now is hooking up an external DVD drive to it for devices that do not have drives. SX Virtual Link DOes reconized when a device is in use by a computer running USB Control center. there is no compatibility uses.
    I am using Windows 7 64bit on an hp laptop with an A6 chipset connected wirelessly to an EA6500 router.
    In short if you are having issues with USB Control center and your other drivers are up to date then just try the SX Virtual Link.
    I felt this neede to go somewhere on the net.

    Great Advice and solution Rob, it is working with your advice.
    Thanks

  • Remote Control *OF* an iPad???

    Hi,
    The subject may be a little confusing -- I'm not looking for an app that can remote control a Mac or Windows desktop, nor one that can control a media center.
    I have an iPad and I just bought one for my mother (so glad I talked her out of buying a Windows netbook). Although the learning curve is very easy to use the iPad, I still want to help her when she needs it.
    Is there an app that can remotely connect to another iPad? If not, what about a Windows utility that can do it? I suppose if there is a VNC app for the iPad then I can use any freeware VNC client in Windows, like RealVNC or UltraVNC.
    I'll continue to do my own search but if anyone can assist, that would be great as well.
    Thanks,
    Roland Thomas

    Hi Thomas,
    The iPad dose about 80% of what a computer can do. I think this falls into the 20% the ipad currently can not do. But you could always send a suggestion to Apple. http://www.apple.com/feedback/ipad.html
    I work around might to have her send screen shots; and email them. or if you have a desktop or portable computer you could have her video chat with you, and have her set the camera to point a the ipad.

  • Elite Pro Remote Control and

    Hi there!
    First of all: I already searched the forums, but was not able to find what i was looking for.
    As I got back to my XP after using Vista I recognized that there is no "Creative Enterteinment Center" for XP, which was necessary for the usage of the remote control under Vista.
    So... what now?

    Honestly I can not believe that there is no way to solve this problem.
    I am sure that there is somebody out there that uses the Elite Pro with XP who's RC works fine.
    I already tried to install that MediaSource-Program, but I have not found any options to activate the RC.
    In the meantime I found out, that there has to be a RCMAN.EXE running, which is responsible for the RC.
    But now after I have installed everything I could, I ask myself where the heck that task is. Which program runs that task?

  • Questions about remote control and infrared port Qosmio F20

    Hi again,
    My Toshiba Qosmio F20 comes with a remote control funcioning through a infrared device on the front of the computer.
    Regarding this I have 2 questions:
    1. How do I configure additonal functionality through the remote control? (Like launching and controlling Winamp?)
    2. How do I connect other devices, like my cellular phone, pdas etc., to the infrared device on my computer?
    Kind regards,
    Vegard

    Hi,
    the Remote Control delivered with the Qosmio F20 is designed only for Windows XP Media Center Edition (all Remote Control's which are designed for Windows XP Media Center Edition work only with Media Center or Windows Media Player). Other program's like Winamp were not supported by these Remote Control's.
    I believe, the Remote Control's are made by Microsoft and for a wide palette of product's (the Infrared Transceiver is on nearly all Media Center PC's e.g. Siemens-Fujitsu, the same). So it's a little bit tricky to support more program's then Media Center or Windows Media Player.
    For other program's you need a second Remote Control like this one:
    http://www.logitech.com/index.cfm/products/detailsharmony/GB/EN,CRID=2084,CONTENTID=9193
    br, Ben

  • Remote Control and FQDN from admin console

    Hi everyone, I want to validate something with the community.
    I have an environment with two domain and there is no DNS Suffixes pushed.
    When looking at the properties of some computers on the second domain, I can validate that the full name of the computer is there.
    When trying the remote control form the console, the computer cannot be reach.
    When using the stand alone remote tool, and entering the complete computer name, the computer can be reach.
    Is it normal that ConfigMgr is not using the information he is retrieving from the inventory.
    I know that the simple answer is pushing more DSN suffixes but I was in the idea that the complete name was used and wanted to validate. I will probably ask for an addition for a next version or update.
    Thank you all!
    Mathieu

    Hi,
    As you write it would be an change request for the next release of Configuration Manager, I would reccomend that you file it on the Connect site.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Remote control and Sports????

    In the options menu from Nike+iPod of my Nano 3g there is an option for a remote control. Does anyone know what that is? It also says connect and disconnect - could it be wireless? That would be a great device! Anyone an idea?
    Thank you
    Tom

    I have the Nike Amp watch and it works great! It allows you to check your workout time (left button) and check the time of day (right button). You can also start your workout with the left button. The center is the usual iPod ring. Up/Down controls the volume, Left/Right skips to the previous or next track and the center button is the usual Pause/Play. If you press and hold the center button it will end your workout. The time display is a dot matrix red LED display which first shows the hour and then the minutes. I think it looks quite sleek, not at all weird.
    Timex now also has a similar watch with a more conventional time display, but it has it's own sensor and only controls the iPod, i.e., it does not record data like the Nike+ sensor.
    Message was edited by: TomDiego
    Message was edited by: TomDiego

Maybe you are looking for

  • Why is my iPad running slow since upgrading to 5.0.1?

    Since my iPad was upgraded to 5.0.1 it seems to run slower and now it's been crashing out of applications frequently.  Any ideas?  I reboot it all the time to get it to run at a decent speed.

  • I want IOS 7 until Apple figures out wifi in IOS 8

    Why can't I revert to IOS 7 until Apple figures out how to make wifi work in IOS 8?  All of my devices have created wifi nightmares, both at home and at work, since IOS 8.  At home, the router started freaking out the moment IOS 8 was installed.  At

  • Getting kicked out of the CS

    Hi there, Something started to happen today... when you login the content server... and you go to folders and click on the link of the folder... you're kicked out... that's right, back to the login screen just like that. Then you login again, go to t

  • Facetime camera not working

    When using facetime on my ipad3 I can see my friend's picture but he can no longer see mine (it used to work). Is there a setting to turn the camera on and off just for facetime? BTW - it works for Skype just fine.

  • Specific preferences are not saving

    Cookie Settings Are Not Being Saved. Since around the 22nd of August 2014 my cookie settings are not being saved; after a browser restart a 'do not accept cookies' setting is always changed to 'Accept cookies from sites' and 'Accept third-parties coo