User IP directly in SMP without PHP, ASP or other

Is that possible?
to get the IP directly in our SMP player?
If not, is possible to egt the URL Address information? (like http://www.myserver.com/myvideo.flv)
thanx a lot

Well, as I can see is not possible
I am searching but I think is not possbile.
Just if we use php, or other server site programm
thanx a lot

Similar Messages

  • Accessing data from SMP without User/Device Registration

    Hi Experts,
    As we all know that new release of SMP3.0 supports B2C application type. But is there any way that from the device user can access the application even without registration or even without sharing device related information or username related information to SMP?
    e.g. If you look at below image, we have "About Us" tab which doesn't require any kind of login to access the publicly available information which should be accessible to all users. This publicly available information has been exposed from the SMP server as an OData service.
    SAP for Mobile
    Rgrds,
    JK

    Mayur Dharukiya
    on behalf on my colleague Arun Santhanam
       Even if we go ahead and consumes the service directly from SMP server ignoring the benefits of (registration , notification, track n trace etc), What we would like to understand is that, Does SAP allows us work in that way? For time being let us assume the application & License pattern as B2C.
    Thanks
    -Arun

  • How we can print directly a report without preview to a local printer in web

    How we can print directly a report without preview to a local printer in web-environment, whith Oracle 9ias Report server release 6i patch 11.
    The user want to print ticket, built by Oracle Report, without previuw on PDF format, in a web three-tier environment.
    Please supply my documentation in detail and sample code if you can.

    Hello,
    Take a look to the example provided in the note :
    Note.253881.1 How to Create a Report With a Frame Only on the Last Page at a Fixed Position
    Regards

  • Allowing non-admin users to use certain programs without authenticating

    I would like to allow certain programs to be run by non-admin users without forcing them to authenticate as an admin. Here is my example: I'm running Parallels Desktop with a VM to Windows. I want to allow my children to use this VM to access Windows programs. But, when starting a VM, the Mac OS requires an administrator to authenticate. Needless to say, I don't want my children to be administrators on the machine. I've been assured that this is not an issue related to how Parallels works (from the support team at Parallels). Instead, this is an issue with the Mac. i'm not sure one way or the other, but it seams useful to be able to (in general) allow non-admin users to use certain programs without forcing them to authenicate as administrators.
    There is only one summary in the Mac help on allowing non-admin users to change the time zone settings by directly editing the /etc/authorization file. Does anybody know if this procedure would work for other programs?
    Thanks!

    If you know what the requested right is, that procedure can be applied to any right in an application with a graphic interface by duplicating and modifying entries. The contents of that file don't control usage of sudo in the Terminal.
    (25922)

  • 6PE without PHP

    Hi All,
    I need some info on the following 6PE scenario.
    The 6PE rfc states that second label must be used. Though I understand the above condition in a penultimate hop popping scenario, I am not clear about it when PHP is not involved.
    When PHP is not involved the 6PE router will be receiving packets with two labels (top label corresponding to IPv4 LSP and the bottom label corresponding to IPv6 prefix). How will the packet be processed by the 6PE router?
    Will the 6PE router do the following?
    1. pop the top label
    2. inspect the bottom label
    3. pop the bottom label
    4. forward the unlabeled packet to the
    destination?
    Are there any additional configuration involved in this?
    Thanks in advance.
    Cheers,
    Sriram K

    Hi Sriram,
    Your description is correct.
    Usually the top label points to the BGP next hop, which in 6PE usually is the IPv4 address of the Loopback of the egress PE. The default is to allocate implicit null for it resulting in PHP and the egress PE will forward the packet based on the bottom label.
    If you do not want to use PHP you can configure a PE to allocate an explicit null label to the directly connected networks including the BGP next hop address.
    Then the penultimate LSR will send bottom label plus explicit null. The egress PE will remove the explicit null label and forward the packet based on the bottom label.
    So with PHP there is one label lookup less than without PHP, but forwarding is not changed, because ultimately in both cases it is based on the bottom label (usually assigned to the IPv6 prefix).
    The only configuration required is to enforce the allocation of the explicit null label, which is done with the command:
    Router(config)#mpls ldp explicit-null
    A detailed description of the command with all the options can be found for example at
    http://www.cisco.com/en/US/docs/ios/12_3/switch/command/reference/swi_m2.html#wp1076838
    Hope this helps! Please use the rating system.
    Regards,
    Martin

  • Can I add a new phone user to my itunes account without overriding my phone data?, can I add a new phone user to my itunes account without overriding my phone data?

    Can I add a new phone user to my itunes account without overriding my phone data?

    Read this
    http://support.apple.com/kb/HT1495

  • Can I add a CD directly to iCloud without storing on my computer?

    I am a current iTunes Match and iCloud subscriber.  Match has successfully identified the music on my computer hard drive, however, I have several dozen additional CDs that I would like to add to iTunes Match / iCloud but I don't necessarily want all of them taking up space on my hard drive.
    Is it possible to use iTunes Match to scan my physical CDs so that they are matched and added directly to iCloud without my having to rip each one and save the ripped files to my hard drive?

    No.
    iTunes Match scans only your computer.

  • Is there a way to use EJBs directly inside WDJ without Model generation?

    Hello,
    Is there a way to use EJBs directly inside WDJ without Model generation, to avoid producing tonnes of code and reuse the JPA Entities?
    Thanks
    Sebastian
    Edited by: Sebastian Lenk on Nov 3, 2010 7:01 PM

    of course, you can.
    it's pure java programming.
    Context ctx = new InitialContext();
       Object o = ctx.lookup(
    "sap.com/HelloWorldEAR/REMOTE/HelloWorldBean/com.sap.sdn.ejb.HelloWorldRemote");
       HelloWorldRemote helloRef = (HelloWorldRemote) 
        PortableRemoteObject.narrow(o, HelloWorldRemote.class);

  • How can I keep the name of the user around for each JSP without asking user

    I have a number of JSP pages that I give the user access to once they login successfully. I want to be able to keep the name of the user present on every page without having to ask them for it each time.
    How can I do this? Currently I have a user object that is access through use of a request bean in my JSP's.
    Any suggestions???

    Thanks for the help. A few questions though...
    Can you just clarify how the 2 different SessionTest2.jsp's differ. I am right in thinking that the second one will instantiate a new bean object which if I do every time I go to the page, I will be getting the same name but in a different session each time. In the first SessionTest.jsp, I get the same name but from the same session object each time??
    Please clarify???
    SessionTest1.jsp
    <%@ page language="java" import="test.*" %>
    <jsp:useBean id="testBean" scope="session"
    class="test.TestBean" />
    <jsp:setProperty name="testBean" property="name"
    value="ZZZZZ" />
    <jsp:setProperty name="testBean" property="status"
    value="Married" />
    <%
         response.sendRedirect("SessionTest2.jsp");
         return;
    %>
    SessionTest2.jsp
    <%@ page import="test.*" %>
    <jsp:useBean id="testBean" scope="session"
    class="test.TestBean" />
    <%
    out.println("User Name is : "+testBean.getName());
    %>or SessionTest2.jsp
    <%@ page import="test.*" %>
    <jsp:useBean id="testBean" scope="session"
    class="test.TestBean" />
    <%
    TestBean testBean =
    (TestBean)session.getAttribute("testBean");
         out.println("Name is : "+testBean.getName());
    %>Hope this helps.
    Sudha

  • What is the best program language for mass email (PHP,  ASP, Coldfusion)?

    I want to be able to send mass email (from a SQL db) with
    stability and reliability.
    I've used Coldfusion for some time (CFmail tag) and have not
    been impressed.
    It seems, at times, it has a mind of it's own, and is a
    little unreliable, especially
    when sending hundreds of emails at one shot. I'm not dogg'n
    Codfusion,
    that's what I program in, I just am looking for a method that
    I can build on.
    My question is this: What is the best and most reliable
    coding when sending mass email?
    Is it PHP, ASP, XML, Coldfusion....what?
    You would think there has to be an optimum option out
    there...right?
    Thanks for the knowledge!

    Beezy wrote:
    > say ...500-5,000, maybe larger. Any ideas?
    >
    I've used CF to send out as many as 50,000+ emails in a
    single blast and
    haven't ever had any problems with it. Particularly with CF
    Enterprise,
    CF is an extremely high-performance mail generation engine.
    Remeber
    that CF itself doesn't send the mail so you're dependent upon
    the speed
    of your mail server as a large part of the equation as well.
    Matt
    Matt Woodward
    [email protected]
    Adobe Community Expert - ColdFusion

  • How to call session directly in bdc without using SM35

    how to call session directly in bdc without using SM35

    HI
    good
    you r using the sm35 to see the session for calling teh session in your report
    ATA:   messtab LIKE bdcmsgcoll OCCURS 0 WITH HEADER LINE ,
    c_session  LIKE   apqi-groupid VALUE 'Z3PL_CUST' ,
    c_job      LIKE   tbtcjob-jobname VALUE 'Z3PL_JOB_CUST' ,
    c_flag     TYPE    c VALUE 'X'  ,
    g_qid      TYPE apqi-qid      .
    thanks
    mrutyun

  • DW CC no _ServerBehaviorsPanel, ASP PHP jsp COLDFUSION other functions

    I come from China, I know where software piracy is very serious, but there is really a great market, there are a lot of people use genuine, and when I try DW CC after me sad, because there is no _ServerBehaviorsPanel, ASP PHP jsp COLDFUSION other functions, although now there are ways to recover, but you can see ADOBE no longer attached to these, it is difficult too many people may no longer to use this product, thank DW accompany me for so many years.

    Hello,
    At DMXzone we've already released (in Sept 2013) a full set of extension for connecting to your database(s) and managing your database content. A great replacement of the old server behaviors technology to create new dynamic web apps built the Ajax way!
    The Database Connector as well as the Database Updater feature a great Database Connection Wizard, fully visual Query Builder to make your work a breeze.
    They are available for PHP and ASP
    You can check the Database Connectivity Collections and learn more about the features of the extensions on our website:
    For PHP:  http://www.dmxzone.com/go/22151/dynamic-database-connectivity-collection-php
    For ASP:  http://www.dmxzone.com/go/22152/dynamic-database-connectivity-collection-asp

  • Users with direct access to tables

    I need to find out which users have direct access to tables, not through the roles.
    Is dba_tab_privs the right table to query or table_privileges is the correct one.
    Please let me know the difference between these two.
    I have gone through the documentation but I am still not clear about the difference between them.
    Let me know whatever your thoughts are on this.
    Thanks,
    Rushi

    Ah, an opportunity to illustrate the value of COMMENTs:
    SQL> select * from dict where table_name = 'TABLE_PRIVILEGES';
    TABLE_NAME
    COMMENTS
    TABLE_PRIVILEGES
    Grants on objects for which the user is the grantor, grantee, owner,
    or an enabled role or PUBLIC is the grantee
    SQL> select * from dict where table_name = 'DBA_TAB_PRIVS';
    TABLE_NAME
    COMMENTS
    DBA_TAB_PRIVS
    All grants on objects in the database
    SQL>So, TABLE_PRIVILEGES is a view relevant to the user who is currently connected and SELECTing from it.
    DBA_TAB_PRIVS is what you want to use to find users with direct access granted to tables.

  • Movie direct on DVD without leading theme

    i would like to burn a .mov-movie directly on DVD without a theme lead. I would like to perform the film endless  on a exibition. 
    Thanks rudolf

    Hi Rudolf
    If I guess right You want
    • a Self Starting DVD
    • Auto looping DVD
    Self Starting:
    Open a new iDVD project
    Change the view to out-line (small round button down under main window with three small boxes)
    Drop movie into the now visibly top left most box.
    This will now be an Auto-Starting DVD
    Looping:
    Top menu Row (Apple/iDVD/File/Edit etc ----> Advance
    Down to Loop
    Done
    That it still get to Menu when Halted !
    Hard to do anything about
    You can select a very simple theme and change background picture to a Black Photo
    Then it looks like nothing. But that's about the best one can do.
    Yours Bengt W

  • Can I uplaod CD's directly to iCloud without storing on a computer?

    Can I uplaod CD's directly to iCloud without storing on a computer? Can I upload tracks from an external hard drive directly to iCloud? I don't want to take up storage on my computer.

    Welcome to the Apple Community.
    Can I uplaod CD's directly to iCloud without storing on a computer?
    No
    Can I upload tracks from an external hard drive directly to iCloud?
    No
    You might find that iTunes Match does what you want.

Maybe you are looking for

  • Weighting Key in Vendor Evaluation

    Hi all, Is there any configuration by which the weighting key is defaulted? My client uses only one weighting key and whenever a vendor evaluation is run, they want the weighting key to be autopopulated. FYI No customization. Is this possible only th

  • I can't download a podcast

    Being sent the message that a podcast can't be delivered to my iPad when I have already downloaded several in the series.

  • Too many "duplicate" catalogs - how to clean them up

    I have PSE5 operating in Windows XP. For the reasons I will try to explain below, I am awash with numerous copys, versions, etc of catalogs. What I want to do is to safely get rid of those catalogs I don't need/want and end up with only one catalog,

  • Identify Scene number in comment bar

    When viewing the comments listed in the 'comments panel' it would simplify searching to see in each comments bar the actual scene number. This way, you could locate a particular scene quickly and open it. At the moment you have to double click each c

  • Adobe CS2 Concerns

    Hello guys I live in the Caribbean Islands I pay like $6.50c for $1US dollar,I would really like to do whats right and not have to use Illegal Software, However Someone told me that I can get Adobe Creative Suite Cs2 for free, I just want to confirm