Using IPTV Manager With IIS??

Has any one tried configuring the IPTV Manager to work with IIS?

OK, Just being curious.
The documentation has some examples for creating web pages using embedded plugins, including program directories (in a drop-down menu).
I have a standing demo at work that uses the web page / embedded plug-ins that's pretty much just the demos in the book edited to match our system.
That'll cover the user-side; I'm not sure if the Content Manager functions can be re-mapped to another system. Most of the actual functions are handled in perl, so I suppose it's just a matter of linking up the perl scripts to a different page.
Another approach may be to use the Windows Media Streaming system to control the addition of content, and use the web page w/ plug-ins to stream it to the end users. IPTV and WIndows Media system will work cooperatively. Basically, they just share a single content directory.
If I get a chance, I'll play with it and see what I can come up with. We have at least one of each Cisco IPTV units in the Lab, along with some MS W2K servers.
Good Luck
Scott

Similar Messages

  • Using the servlets with IIS

    hi,
    In a portal project using ASP and IIS server, i need to develop an application which connect to the web and retrieve documents from it.
    I choose a servlet technology to do this.
    I have two question :
    1) If the portal uses IIS can i use Servlets within ASP pages?
    is it necessary to use the package server.jar with IIS, or we can only use IIS ?
    2)Can we connect to an URL page and retrieve it with servlets
    like we do with this portion of code :
    target = new URL(requete);
    HttpURLConnection fetch = (HttpURLConnection)target.openConnection( );
    BufferedReader in = new BufferedReader(new InputStreamReader(fetch.getInputStream( )));
    If yes how ?
    thank you

    Umm, IIS runs ASP pages, which can be written either in VBScript or JScript. Servlets cannot be embedded in or called from within ASP pages. I guess they could be invoked via an HTTP redirect or by creating under-the-hood HTTP connection to the servlet, but that's nasty and circuitous. I'd really recommend finding a way to do what you want in ASP.
    Servlets/JSP's require a Java-based container to run in. There are Servlet containers that work with IIS - check out Tomcat @ jakarta.apache.org
    As for the second question, any Java code can be run from within a Servlet - what's stopping you from using that exact code snippet to do what you want to do?

  • Various problems using extension manager with command line

    Hello all,
    We are installing our plugins  to CS4/5/5.1 version of Adobe Photoshop as part of our installer and  allow the users to select specific versions of Photoshop to install the  panel for. There are a few old problems that I wanted to rant about for  quite some while and now with a whole bunch of problems that the 5.1  update introduced I feel I just have to voice them. I will limit it to  PC only as it seems to be the most troubled platform
    #1 As we cannot install our plugin only by using the  Extension Manager (simply because it cannot handle all we've to do upon  the installation) we have to run commands from within the our installer,  non-interactively, of course.
    The interface to command line installation is xmancommand.exe (or "Extension manager (Version). exe" - not sure whether it makes any difference. ). Now the first question is how to find this executable on   the target machine, from an installer. Users may specify different  locations to install the Creative Suite and it certainly does NOT have  to  be  C:\Program Files\...(or %PRGRAMFILES% in general). ATM we are using an odd place in the registry  to to find the path to the most recent Extension Manager but first its  sometimes overwritten by another installation and in any case it  only shows ONE version of the extension manager which of course cannot  handle other versions (see #2)
    #2 Why the most recent version of  Adobe Extension Manager (5.5) cannot install the extension for 5.0?  Well, install it actually does, however its disabled for CS5 and it  seems that the only way to enable it on this platform is to find  previous (CS5) extension manager and to enable it. Oh, actually no - it  doesn't work! The only way that I found here working is to find CS5  extension manager first, install the extension there and then use CS5.5  extension manager to enable it. Why do I need both utilities to manage  my extensions?!
    #3 The program is severely lacking in  documentation AND it doesn't produce reasonable output messages, so  determining what it can actually support is a puzzle. For example, why  "Dreamweaver CS5" is a correct product name and "Photoshop CS5" is not (don't different teams talk to each other)? Ok, lets forget the consistency, but how do I make the utility output the list of all products it supports, in their  magic token form that it will actually be understood if passed in in the  command line? By trial and error? This menthod btw is also extremely painful: nany times when  specifying wrong parameters the program doesn't provide any output and just shrugs "whatever, go figure it yourself"...
    #4 Why the only way to enable/disable an extension in Photoshop  seems to be using magic "productfamily" keyword that is not even listed  on Adobe's help page for command line options (here:  http://help.adobe.com/en_US/extensionmanager/cs/using/WSB4845EDD-14E5-476a-B749-FF328830D1 4F.html).?  E.g. "xmancommand.exe" -suppress -remove  product=Photoshop  extension=OurExtension" will ALWAYS fail with a lovely "'Photoshop is  not supported by Extension Manager CS5.5." error; I've tried "PhotoshopCS5", "Photoshop CS5", "PhotoshopCS5.1"  "Photoshop CS5.1", "Photoshop-12" (mentioned in examples section in  http://help.adobe.com/en_US/extensionmanager/cs/using/packaging_extension.pdf )  and a whole bunch of other permutations - none  seem to work (see #3). Magic "productfamily=Photoshop" does work. But  then it only aims the current version ("CS5.1") and I need it to work  for CS5 (I'm not even mentioning CS4...."). Would there be any suggestions?
    Really, the question is, how do we, third-party developers, are  supposed to interact with the command-line utility without knowing where  it is, what product names is capable to work with and without being  able to target specific platforms (i86 vs x64 anyone  (http://forums.adobe.com/thread/672537)? CS5 vs CS5.1 (above)?). I don't  know what your test cases are for the command line tool (if any!), but this is simply insane, folks, simply  insane.

    I am sorry for the poor documentation of Extension Manager which causes you so much trouble.
    1. You can use BridgeTalk API to ask specific version of Extension Manager to do something. There is sample in packaging_extension.pdf about this. You don't need to know the installation path of Extension Manager. One thing to note is that the value of bt.target is version specific, i.e. "exman-5.0", "exman-5.5" send this message to different version of Extension Manager, so you can change this value to install/enable/disable/remove extensions using different version of Extension Manager. More detailed documentation of BridgeTalk can be found by clicking "Help" menu then clicking "Javascript Tools Guide CS5" in "Adobe ExtendScript Toolkit CS5".
    2. Specific version of Extension Manager only manage extensions for corresponding version of product. You should use Extension Manager CS5 to install extensions for Photoshop CS5. The reason that the extension you installed for Photoshop CS5.1 using Extension Manager CS5.5 is displayed for Photoshop CS5 in Extension Manager CS5 is that two versions of Photoshop specified the same directory for Extension Manager to manage extensions. This is a defect and will cause some problems if multiple versions of Photoshop co-existed in one machine. But "to find  previous (CS5) extension manager and to enable it" should work for you, I guess you use command line to enable it and specify wrong product name (see #3) so that it doesn't work.
    3. When using command line, you should specify "product" attribute with the name displayed at the left panel of Extension Manager. So "Photoshop CS5 32" is correct. Remember to enclose it with double quote because of existence of space character.
    4. As above mentioned, use display name of Photoshop, and call proper version of Extension Manager by BridgeTalk.

  • Using 9iAS Portal with IIS

    Hi!
    First, is it possible to use 9iAS with IIS as http - listener, and not Apache?
    If so:
    Has anyone found any documentation / howto's on IIS and 9iAS?
    Will everything work transparent of the IIS webserver, ex. Oracle Reports integration, PDK (iFrame Portlet ++), Single Sign on?
    Has anyone done this?
    Ketill

    Umm, IIS runs ASP pages, which can be written either in VBScript or JScript. Servlets cannot be embedded in or called from within ASP pages. I guess they could be invoked via an HTTP redirect or by creating under-the-hood HTTP connection to the servlet, but that's nasty and circuitous. I'd really recommend finding a way to do what you want in ASP.
    Servlets/JSP's require a Java-based container to run in. There are Servlet containers that work with IIS - check out Tomcat @ jakarta.apache.org
    As for the second question, any Java code can be run from within a Servlet - what's stopping you from using that exact code snippet to do what you want to do?

  • Simple guide for using SQLite Manager with Mac Firefox browsing history

    Is there a basic beginner step-by-step guide (rather then a detailed user manual) on using SQLite Manager to work with Mac Firefox browsing history? Thank you!

    Firefox doesn't have many option to mange the History.
    You can only delete items or copy and paste them to bookmarks.
    Using the SQLite Manager extension to make changes to the History is not really recommended because a lot of tables are involved.<br />
    The extension is suited to inspect or export specific entries occasionally, but not for doing more complicated operations.

  • Using Import manager with XI

    Hi,
    I am working with Import manager without any connection with XI. So, I have created by myself a XML file and a its corresponding XSD file, and I have put the XSD file into the console using XML Schemas Table.
    Finally, I choose into the MDM Import manager the next options:
                         - Type: XML Schema.
                         - Client System: MDM.
                         - XML Schema: the XML Schema declared.
                         - File name: the XML file created.
    The import manager imports the XML file correctly. But, my question is:
    It's the same using XI? I mean, How works MDM Import manager using XI?
    For instance, If I want to work with a CRM client system:
                            1. XI works with CRM and tranforms its IDocs to XML.
                            2. XI puts its XML file into any folder (than doesn't correspond with the ports declared into the MDM Console).
                            3. Finally, XML takes the XML file in to that folder (exactly in the same way that I did before)
                            4. MDM Import manager then imports the XML file into the repository.
    Is that correct or the process is absolutely different using XI?
    Thanks in advance,
    Marta.

    Each time you create a <b>Port</b> in the MDM Console directories are created on the server to hold data being exported and imported via the Import Server and the Syndication Server.  If you log into your server you can find these directories in a heirarchy similar to this:
    /opt/MDM/Distributions/ServerName/Repository/
    So for example, a directory for one of your <b>Ports</b> may be:
    /opt/MDM/Distributions/MDM_ORA/Material/Inbound/ECC(clientsystem)/In_ECC(portname)/
    In that directory you will find several folders.  One of which is the <b>Ready</b> folder. That is where the import server looks to find files to import.  You can change the settings for the Import Server in its .ini file.  This file is probably located in either your /opt/MDM folder or /opt/MDM/bin depending on how the installation was set up.  There you can set how frequently you want the import server to check that port directory.  If you are on unix you start the import server by navigating to the /opt/MDM/bin directory and running the command:
    ./mdis
    Then check that it's running via command:
    ps -ef | grep mdis
    If you are on a Windows server you simply have to right click -> start the service in <b>Services</b> panel.  Also make sure to check the /Exceptions folder in the port directory (same location as the Ready folder), because if the import fails, a file will show up there and lock the port from further use until that file is removed from the Exceptions folder. 
    Good luck
    Message was edited by:
            Harrison Holland

  • Error Using Connection Manager with InfoSwing

    Hi,
    Im trying to connect to an Oracle 8.0.5 DB through the
    Connection Manager. I succeed in connecting with tools like SQL+
    and Toad but not with my applet.
    The dosbox says:
    oracle.jbo.rt.cs.CSException
    oracle.jbo.rt.GenericDataException: JBO-100: A generic exception
    occurred during Data access
    Exception: java.sql.SqlException:Refused:
    at oracle.jbo.rt.cs.local.JBOSessionFactoryImpl.create<Compiled
    Code>
    at oracle.jbo.rt.cs.local.JBOSessionFactoryImpl.create<Compiled
    Code>
    at oracle.jbo.rt.cs.local.JBOSessionFactoryImpl.create<Compiled
    Code>
    at oracle.jbo.rt.cs.JBOSessionFactory.create<Compiled Code>
    at oracle.jbo.rt.cs.JBOSessionFactory.create<Compiled Code>
    at oracle.dafc.dataset.SessionInfo.connect<Compiled Code>
    at oracle.dafc.dataset.SessionInfo.open<Compiled Code>
    at oracle.dafc.dataset.SessionInfo.publishSession<Compiled Code>
    at package4.Applet1.jbInit<Compiled Code>
    at package4.Applet1.init<Compiled Code>
    at sun.applet.Appletpanel.run<Compiled Code>
    at java.lang.Thread.run<Compiled Code>
    ...and my java-source look like
    theConnectString = "@(DESCRIPTION =(ADDRESS_LIST ="+
    "(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.122)(PORT =
    1610))"+
    "(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.122)(PORT =
    1521)))"+
    "(CONNECT_DATA = (SID = ORCL))(SOURCE_ROUTE = YES))";
    sessionInfo1.setConnection(new SessInfoDescriptor
    ("scott","tiger",SessionInfo.THIN,theConnectString));
    Anyone a suggestion to make it work. My goal is to bypass the
    applet-security.
    Thanks in advance!
    null

    Hans,
    There are two issues here:
    1. Connecting to the db from JDeveloper (the correct driver?)
    2. Connecting to the db from an Applet
    In order to narrow down the problem domain, try connecting from
    the InfoBus Wizard using the correct dirver (for driver info see
    posting on March 22 titled "JDeveloper can't connect to Oracle")
    Hope this helps.
    Regards,
    Hans Duijn (guest) wrote:
    : Hi,
    : Im trying to connect to an Oracle 8.0.5 DB through the
    : Connection Manager. I succeed in connecting with tools like
    SQL+
    : and Toad but not with my applet.
    : The dosbox says:
    : oracle.jbo.rt.cs.CSException
    : oracle.jbo.rt.GenericDataException: JBO-100: A generic
    exception
    : occurred during Data access
    : Exception: java.sql.SqlException:Refused:
    : at oracle.jbo.rt.cs.local.JBOSessionFactoryImpl.create<Compiled
    : Code>
    : at oracle.jbo.rt.cs.local.JBOSessionFactoryImpl.create<Compiled
    : Code>
    : at oracle.jbo.rt.cs.local.JBOSessionFactoryImpl.create<Compiled
    : Code>
    : at oracle.jbo.rt.cs.JBOSessionFactory.create<Compiled Code>
    : at oracle.jbo.rt.cs.JBOSessionFactory.create<Compiled Code>
    : at oracle.dafc.dataset.SessionInfo.connect<Compiled Code>
    : at oracle.dafc.dataset.SessionInfo.open<Compiled Code>
    : at oracle.dafc.dataset.SessionInfo.publishSession<Compiled
    Code>
    : at package4.Applet1.jbInit<Compiled Code>
    : at package4.Applet1.init<Compiled Code>
    : at sun.applet.Appletpanel.run<Compiled Code>
    : at java.lang.Thread.run<Compiled Code>
    : ...and my java-source look like
    : theConnectString = "@(DESCRIPTION =(ADDRESS_LIST ="+
    : "(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.122)(PORT =
    : 1610))"+
    : "(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.122)(PORT =
    : 1521)))"+
    : "(CONNECT_DATA = (SID = ORCL))(SOURCE_ROUTE = YES))";
    : sessionInfo1.setConnection(new SessInfoDescriptor
    : ("scott","tiger",SessionInfo.THIN,theConnectString));
    : Anyone a suggestion to make it work. My goal is to bypass the
    : applet-security.
    : Thanks in advance!
    null

  • Use Sync Manager with Vista Search Fold

    Hi,
    I've setup a custom search in Vista based on MP3 tags and I'm trying to setup the Creative Sync Manager to sync with files that are indexed by this search, Sync manager lets me select the search folder as a sync option but then doesnt find any files to sync with.
    Anyone tried or have any success with this, or know of any software that might do the trick?
    Thanks in advance,
    Nick

    If the sync process hangs on a PIM category, it usually means there is data corruption.
    There may be database corruption causing the issue. Click on the following link for the program called DbFixiT. This program has a trial version that you can download and install on your Palm OS device. The trial version will scan for database corruption and then report the corruption. You can then find the records causing the problem and fix them yourself or you can purchase the program and have it automatically fix the records.
    http://www.pimlicosoftware.com/dbfixit.htm
    Click on the following link to the kb.palm.com webpage for the article regarding sync'ing to multiple computers.
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=29452
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://kb.palm.com/SRVS/NUA/launchTab.asp?t=home&fn=tungsten&mn=e2&cn=unlocked
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.
    To avoid any problems with Palm desktop, make sure you are using the same version of Palm desktop on both PC's.
    Post relates to: Palm i705

  • Using Content Manager with OLS - Oracle Label Security

    There are two entries in this forum with OLS - the last one in 2005.
    Has any one successfully deployed UCM with OLS?
    Thanks,
    Paul

    Yes I have with 10gr3
    It can be made to work but perhaps not in the way you want (per user?). Your label security will need to have policies based on something.
    I did a proof of concept using Security Group column as the 'label'. Then applied VPD policies based on which network the request came from (1 DB rac node in each network).
    In my case I wanted to show ALL content to a secure network but a subset of content to the lower security network. For this use case it is ideal.
    It worked flawlessly...not supported though
    Apparently OLS is on roadmap or UCM (WCC) so ask Oracle and see if you can find out if it is slated for any particular release yet.
    Tim

  • 'Not enough memory' error using Music Manager with...

    When I connect my brand new 6300 to my PC, and try to copy an mp3 onto the phone (either C: phone or E: memory card (128Mb)) the software says 'There is not enough memory in the phone.' This is a lie as the phone is brand new and I have put nothing on it!
    I have tried reformatting the 128Mb SD card that came with the phone but to no avail.
    The only way I can get music onto the phone is in Data transfer mode, upon which the music files seem to work fine - hence not a problem with the memory card.
    Any suggestions?
    Nokia PC Suite 6.83.14.1
    Windows XP with Service Pack 2
    Nokia 6300 Phone
    microSD card 128Mb

    In Music Manager go to the menu -> Options -> Settings
    and at the last tab "Nokia 6300" (This tab will appear only if you connect your nokia 6300 with the PC)
    Set the path to the music file which is pointed to your memory card. Ex. "E:\Musics"
    BTW "C:\..." Means the phone memory itself.Message Edited by meji1000 on 19-Jul-200710:18 AM

  • Can I use Workgroup Manager with a 10.4 server and a 10.6 admin station?

    I just upgraded my admin station from 10.5.x to 10.6.8.  Now my Workgroup Manager won't work.  I'm assuming it's because of the new operating system.  I keep getting an error message about ememory allocation.  My server is still running 10.4.11.  What can I do besides getting a new server to make this situation work?  I really need to control what programs that my students can access and I'm very frustrated right now.  Thanks for any help you can give me.

    Hello, I think it always been version specific, & is no longer even included...
    http://support.apple.com/kb/HT5308
    But as mentioned there, some older versions are available, but I think you'll have to figure a way to run your version on the older OS.

  • Blackberry help! Can I access media manager with a mac?

    I just bought my pretty new blackberry yesterday and I already hate it Is it possible to use Media Manager with a mac? I'm using PocketMac but it doesn't give me the option of Media Manager. I'd like to be able to add music and pictures to my Blackberry. Let me know if this is possible!
    TIA for any help!

    You may want to look at the Missing Sync for Blackberry rather than Pocket Blackberry
    http://www.markspace.com/missingsync_blackberry.php

  • Engagement Management  with CRM Projects

    Hi
       I am trying to use Engagement Management with Project Controlling. CRM Project is configured to replicate to an R/3 project. All the roles, resource assignments are transferred to R/3 project.
       However, in the process of engagement management, I could not plan my costs and revenues on the CRM Project. The planned costs and revenues are calculated only when the project data is transferred to R/3. I was wondering if there is any config, that I am missing, because I want to be able to plan my costs and revenue for the resources with in the CRM Project(in proposal phase) before the approval phase of project. I want to replicate CRM Project to R/3 only when the project is approved.
       Please drop in your ideas and suggestions.
    Thanks,
    Rajesh.

    Hi,
    We have a PSCD system, as well as grants management handled by CRM.
    However, I'm not sure exactly what your question is?
    We use the PSCD system as the source of truth for BPs, contract accounts etc. So you can keep things the way they are. You just have to set up middleware (BDocs) to replicate these objects to CRM.
    All payments are also handled in PSCD.
    Does this answer your question?
    cheers
    Paul Bakker

  • Order Management with OPM

    Hi Friends
    i'm using order management with Process execution ...when i create a sales order and try to access the Reservation details from Tools menu to reserve the SO against Batch i got an error
    APP-GMI-83900: OPM Manual Allocation is not avaialable
    i'm using : 11.5.10.2
    Regards
    Amr Hussien

    Hi Amr,
    You would have attached the "Allocation class" for that item right. Please check the Parameter for the particular "Allocation Class" where you would have mentioned "TYPE = AUTOMATIC". Upto my knowledge thats the issue in your case.
    Razzy.
    One request to you Amr.
    Can you share Setup and Flow of "Oracle Purchasing and OPM Quality" integration with me. Beacuse i am facing problem from the scratch and i am thinking to setup "Oracle Quality" for the Receiving inspection in Oracle Purchasing. Is it right?
    Please advice me with your experience in this Regard.
    Razzy

  • Flow management with portals

    Hi all,
    I work with flow control in the WLPS and have some problem.
    I am able to invoke unportalized JSP from a pipelet but cann't manage to
    return back to the portal home page.
    To invoke an unportalized JSP I use the following sequense in the
    webflow.properties:
    agentsMgr.jsp.link(agentNew)=portals/myPortal/agentNew.jsp
    where agentsMgr.jsp is a portlet and agentNew.jsp is a particular JSP.
    Now I would like to return back to the portal home page.
    I tried to use the following code:
    in JSP:
    WebflowJSPHelper.createWebflowURL(pageContext,"agentsNew.jsp","link(portalHome)",true)
    in webflow.properties: *
    .jsp.link(portalHome)=portals/myPortal/portal.jsp
    and got an exception.
    I changed approach and used
    in JSP:
    WebflowJSPHelper.createWebflowURL(pageContext,"agentsNew.jsp","link(portalHome)","&portalized=true&dest="+getHomePage(request),
    true)
    in webflow.properties: nothing
    and the result was the same.
    I noticed that getHomePage(request) always retrives null although I have
    used <%@ page extends="com.beasys.commerce.portal.admin.PortalJspBase"%>
    Any pointers about using flow management with portals would be greatly
    appreciated.
    Alex

    Are you trying to build an interaction system within OBIEE? If that is the case, then OBI might not be an ideal tool as it is a Business Intelligence reporting tool.

Maybe you are looking for