Substitution of name IM

Part 1:

First of all, I try and click on a name IM (after your in the instant messaging session, you click on their name to add to a contact) and it gives me just a blank white screen.

Part 2:

Is it possible to replace by a name, so that it shows as something easy to read?

For example, instead of showing as "RedDragon6409" he would substitute it for "Jeremy?"

What this when I sync it with a contact that has a name?

You're right to go into contacts and change your IM friends name here. Due to the built-in feature, it will also change in the messaging application.

Tags: HP Tablets

Similar Questions

  • Name of substitution for roles

    Hi all

    After checking in the forum, that I understand the concept of the substitution of name and its functioning in the datamodeler, is perhaps not difficult to understand, but I'm not too much hustler.

    It's pretty good, almost great, you can select specific name of an object that you want to replace the name of another expression.

    but, I'm sorry that it's always a but,

    You can choose between "index, tablespaces, tables and users."

    I think that is missing the "roles" in this option,

    as part of the configuration, you can change in different environments, I think this is the main purpose of this function,

    a role is another object may be modified,

    I think might be an improvement for the next releases

    Thanks in advance

    Hello

    I logged a request for improvement.

    Philippe

  • to BIND the variable SUBSTITUTION

    I have a code where I find dates START and end range for the past 3 years, the beginning Date must start on a Sunday and the end Date is at the end on Saturday using the weird system they have here:-)

    the end usable VARIABLE must be in YYYYMMDD format as number, because that's how they set up Date here... can anything about...

    So I thought to all the Dates, performing a combination of Variables of SUBSTITUTION AND LINKING, why I do like that it is because

    I received an error when I used just the variables SUBSTITUTION (maximum 240 characters used on the START DATE of the year2, in)

    switching to this, the error has disappeared), well that's what I thought he'll fix it.

    But now, when I try to use and VARIABLE in SQL, I get an error that it cannot use BIND variables, so try to pass values to a SUBSTITUTION

    afin_que this error disappears) - unless there is a better way?

    If there is a better way to stay maybe everything inside SUBSTITUTION and don't imply any LINK, maybe it would be better, if you guys know a way around the 240 character error...

    :-)

    My variables are:

    -find YEAR 1

    SET LY_END_DATE_NUM = "TO_NUMBER (TO_CHAR (NEXT_DAY ((SYSDATE-7), 'SATURDAY'), 'YYYYMMDD'));

    variable BIND_LY_END_DATE_N number;

    run: BIND_LY_END_DATE_N: = & LY_END_DATE_NUM;

    PRINT BIND_LY_END_DATE_N;

    SET LY_START_DATE = ' TO_DATE (: BIND_LY_END_DATE_N, 'yyyy-mm-dd')-363;

    SET LY_START_DATE_NUM = "TO_NUMBER (TO_CHAR (& LY_START_DATE, 'YYYYMMDD'));

    variable BIND_LY_START_DATE_N number;

    run: BIND_LY_START_DATE_N: = & LY_START_DATE_NUM;

    PRINT BIND_LY_START_DATE_N;

    -find YEAR 2

    SET YRS2_END_DATE = ' TO_DATE (: BIND_LY_START_DATE_N, 'yyyy-mm-dd')-1;

    SET YRS2_END_DATE_NUM = "TO_NUMBER (TO_CHAR (& YRS2_END_DATE, 'YYYYMMDD'));

    variable BIND_YRS2_END_DATE_N number;

    run: BIND_YRS2_END_DATE_N: = & YRS2_END_DATE_NUM;

    PRINT BIND_YRS2_END_DATE_N;

    SET YRS2_START_DATE = ' TO_DATE (: BIND_YRS2_END_DATE_N, 'yyyy-mm-dd')-363;

    SET YRS2_START_DATE_NUM = "TO_NUMBER (TO_CHAR (& YRS2_START_DATE, 'YYYYMMDD'));

    variable BIND_YRS2_START_DATE_N number;

    run: BIND_YRS2_START_DATE_N: = & YRS2_START_DATE_NUM;

    PRINT BIND_YRS2_START_DATE_N;

    -find YEAR 3

    SET YRS3_END_DATE = ' TO_DATE (: BIND_YRS2_START_DATE_N, 'yyyy-mm-dd')-1;

    SET YRS3_END_DATE_NUM = "TO_NUMBER (TO_CHAR (& YRS3_END_DATE, 'YYYYMMDD'));

    variable BIND_YRS3_END_DATE_N number;

    run: BIND_YRS3_END_DATE_N: = & YRS3_END_DATE_NUM;

    PRINT BIND_YRS3_END_DATE_N;

    SET YRS3_START_DATE = ' TO_DATE (: BIND_YRS3_END_DATE_N, 'yyyy-mm-dd')-363;

    SET YRS3_START_DATE_NUM = "TO_NUMBER (TO_CHAR (& YRS3_START_DATE, 'YYYYMMDD'));

    variable BIND_YRS3_START_DATE_N number;

    run: BIND_YRS3_START_DATE_N: = & YRS3_START_DATE_NUM;

    PRINT BIND_YRS3_START_DATE_N;

    Hello

    Kodiak_Seattle wrote:

    I have a code where I find dates START and end range for the past 3 years, the beginning Date must start on a Sunday and the end Date is at the end on Saturday using the weird system they have here:-)

    the end usable VARIABLE must be in YYYYMMDD format as number, because that's how they set up Date here... can anything about...

    So I thought to all the Dates, performing a combination of Variables of SUBSTITUTION AND LINKING, why I do like that it is because

    I received an error when I used just the variables SUBSTITUTION (maximum 240 characters used on the START DATE of the year2, in)

    switching to this, the error has disappeared), well that's what I thought he'll fix it.

    But now, when I try to use & VARIABLE in SQL, I get an error that it cannot use BIND variables, so try to pass values to a SUBSTITUTION

    afin_que this error disappears) - unless there is a better way?

    If there is a better way to stay maybe everything inside SUBSTITUTION and don't imply any LINK, maybe it would be better, if you guys know a way around the 240 character error...

    :-)

    My variables are:

    -find YEAR 1

    SET LY_END_DATE_NUM = "TO_NUMBER (TO_CHAR (NEXT_DAY ((SYSDATE-7), 'SATURDAY'), 'YYYYMMDD'));

    variable BIND_LY_END_DATE_N number;

    run: BIND_LY_END_DATE_N: = & LY_END_DATE_NUM;

    PRINT BIND_LY_END_DATE_N;

    SET LY_START_DATE = ' TO_DATE (: BIND_LY_END_DATE_N, 'yyyy-mm-dd')-363;

    SET LY_START_DATE_NUM = "TO_NUMBER (TO_CHAR (& LY_START_DATE, 'YYYYMMDD'));

    variable BIND_LY_START_DATE_N number;

    run: BIND_LY_START_DATE_N: = & LY_START_DATE_NUM;

    PRINT BIND_LY_START_DATE_N;

    -find YEAR 2

    SET YRS2_END_DATE = ' TO_DATE (: BIND_LY_START_DATE_N, 'yyyy-mm-dd')-1;

    SET YRS2_END_DATE_NUM = "TO_NUMBER (TO_CHAR (& YRS2_END_DATE, 'YYYYMMDD'));

    variable BIND_YRS2_END_DATE_N number;

    run: BIND_YRS2_END_DATE_N: = & YRS2_END_DATE_NUM;

    PRINT BIND_YRS2_END_DATE_N;

    SET YRS2_START_DATE = ' TO_DATE (: BIND_YRS2_END_DATE_N, 'yyyy-mm-dd')-363;

    SET YRS2_START_DATE_NUM = "TO_NUMBER (TO_CHAR (& YRS2_START_DATE, 'YYYYMMDD'));

    variable BIND_YRS2_START_DATE_N number;

    run: BIND_YRS2_START_DATE_N: = & YRS2_START_DATE_NUM;

    PRINT BIND_YRS2_START_DATE_N;

    -find YEAR 3

    SET YRS3_END_DATE = ' TO_DATE (: BIND_YRS2_START_DATE_N, 'yyyy-mm-dd')-1;

    SET YRS3_END_DATE_NUM = "TO_NUMBER (TO_CHAR (& YRS3_END_DATE, 'YYYYMMDD'));

    variable BIND_YRS3_END_DATE_N number;

    run: BIND_YRS3_END_DATE_N: = & YRS3_END_DATE_NUM;

    PRINT BIND_YRS3_END_DATE_N;

    SET YRS3_START_DATE = ' TO_DATE (: BIND_YRS3_END_DATE_N, 'yyyy-mm-dd')-363;

    SET YRS3_START_DATE_NUM = "TO_NUMBER (TO_CHAR (& YRS3_START_DATE, 'YYYYMMDD'));

    variable BIND_YRS3_START_DATE_N number;

    run: BIND_YRS3_START_DATE_N: = & YRS3_START_DATE_NUM;

    PRINT BIND_YRS3_START_DATE_N;

    Let me make sure I understand the problem.

    One year, in this problem, is exactly 364 days.

    You want the year that ended on the most recent Saturday (otherwise said, the year ending Saturday between 6 days ago and today) and two years ago.

    You want the first date in each of those years and the last date each year, in the format YYYYMMDD.

    Is this fair?

    Here's a way to define variables of substitution (with names like year_1_start):

    COLUMN y1_start new_value by year_1_start

    COLUMN y1_end new_value by year_1_end

    COLUMN y2_start new_value by year_2_start

    COLUMN y2_end new_value by year_2_end

    COLUMN y3_start new_value by year_3_start

    COLUMN y3_end new_value by year_3_end

    WITH got_y1e AS

    (

    SELECT NEXT_DAY (SYSDATE - 7 'SATURDAY') AS y1e

    OF the double

    )

    SELECT TO_CHAR (y1e + 1 - (364 * 3), 'YYYYMMDD') AS y3_start

    , TO_CHAR (y1e - (364 * 2), 'YYYYMMDD') AS y3_end

    , TO_CHAR (y1e + 1 - (364 * 2), 'YYYYMMDD') AS y2_start

    , TO_CHAR (y1e - 364, 'YYYYMMDD') AS y2_end

    , TO_CHAR (y1e + 1-364, 'YYYYMMDD') AS y1_start

    , TO_CHAR (y1e, 'YYYYMMDD') AS y1_end

    OF got_y1e

    ;

    If you prefer that bind variable, write an anonymous PL/SQL block and use the same logic to 6 variables.

  • Admin Console - requires that the user Admin password and user name valid

    I am running FMIS4.5 on CentOS5.5

    FMIS runs and I can connect via Flash Media Encoder.

    Displays and Web administration console: 1111 gives the xml output, however

    During the use of the user and the password in my xml files to connect (tests with ping), I get the error "user Admin password and valid user name required.

    conf/FMS.ini:

    ###########################################################################

    # fms.ini contains alternative to Flash Media Server variables #.

    # the configuration files. Lines beginning with ' # ' are considered comments.  #

    # A variable substitution is in the form < name > = < value >. All the way to #.

    # the first '=' is considered the substitution variable name and #.

    # everything after the first '=' is considered the substitution value. If #.

    # you want a substitution variable to have beginning or trailing spaces.

    # include double quotes around the value. For example, foo ="bar" #"

    ###########################################################################

    ###############################################################

    # This section contains configurable settings in the Server.xml file #.

    ###############################################################

    # Username admin server

    # For example:

    # SERVER. ADMIN_USERNAME = foo

    #

    SERVER. ADMIN_USERNAME = Admin

    SERVER. $admin_password = str34m1ng

    # Port and Flash Media Admin Server IP address must listen to

    # For example:

    # SERVER. ADMINSERVER_HOSTPORT =: 1111

    #

    SERVER. ADMINSERVER_HOSTPORT =: 1111

    # User Id in which to run the process (Linux only)

    # For example:

    # SERVER. PROCESS_UID = 500

    #

    SERVER. PROCESS_UID = 500

    # GID in which to run the process (Linux only)

    # For example:

    # SERVER. PROCESS_GID = 500

    #

    SERVER. PROCESS_GID = 500

    # Key license for Flash Media Server

    # For example:

    # SERVER. LICENSEINFO = XXXX-XXXX-XXXX-XXXX-XXXX-XXXX

    #

    SERVER. LICENSEINFO = #SORRY YOU DON'T GET TO SEE THIS #.

    # LIVE_DIR is the full path of the sample application 'Live '.

    folder # to store any live streams recorded by the server.

    # For example:

    # LIVE_DIR = \applications\live < FMS_Installation_Dir >

    #

    LIVE_DIR = / opt/adobe/fms/applications/live

    # VOD_COMMON_DIR is the full path to the sample application "VOD".

    folder # to the storage on demand and progressive download of fichiers.flv/.mp3.

    # File stored in this folder can be listened to and are also available PD.

    # Note: If you use the installation default Apache as a Web server.

    # If you change VOD_COMMON_DIR and please change the document root

    # in the httpd.conf file accordingly.

    # For example:

    # VOD_COMMON_DIR = \webroot\vod < FMS_Installation_Dir >

    #

    VOD_COMMON_DIR = / opt/adobe/fms/webroot/vod

    # VOD_DIR is the full path to the sample application "VOD".

    folder # to store only the fichiers.flv/.mp3 on request. Files stored in

    # This file are not PD-able

    # For example:

    # VOD_DIR = \applications\vod\media < FMS_Installation_Dir >

    #

    VOD_DIR = / opt/adobe/fms/applications/vod/media

    # The maximum size of the FLV cache, in megabytes.

    # The default is 500 MB.

    #

    SERVER. FLVCACHE_MAXSIZE = 500

    # To start and stop the server HTTP included throughout

    # with FMS.

    #

    SERVER. HTTPD_ENABLED = true

    ################################################################

    # This section contains configurable settings in Adaptor.xml #.

    ################################################################

    # Application to the virtual host directory

    # For example:

    # VIRTUAL SERVER. APPSDIR = C:\myapps

    #

    VHOST. APPSDIR = / opt/adobe/fms/applications

    VHOST. ALLOW all =

    ####################################################################

    # This section contains configurable settings Application.xml #.

    ####################################################################

    # List of semicolon delimited paths of research for loading script

    # For example:

    # APP. JS_SCRIPTLIBPATH = C:\scripts; C:\Program Files\Foo\scripts

    #

    APP. JS_SCRIPTLIBPATH = / opt/adobe/fms/scriptlib

    ###############################################################

    # This section contains configurable settings in Logger.xml #.

    ###############################################################

    RECORDER. LOGDIR =

    ####################################################################

    # This section contains configurable settings in Users.xml #.

    ####################################################################

    # Enable or disable using HTTP requests to run admin commands.

    # The value "true" to enable, otherwise it will be disabled.  The

    actual orders # allowed for the server admin and admin of the virtual host

    # users can be defined in Users.xml.

    USERS. HTTPCOMMAND_ALLOW = true

    Users.XML:

    < root >

    < UserList >

    <!-this tag defines a server administrator. ->

    < username = ' ${SERVER.» ADMIN_USERNAME} ">"

    <!-salted Hash of the password for the administrator of the virtual server. ->

    < password encrypt = "false" >$ {SERVER. $admin_password} < / password >

    <!-this administration cannot connect to the server of the-> specified

    <!-hosts. This is specified as a comma-delimited list.

    <!-host names or domain names and/or (full or partial) IP->

    <!-addresses. For example,-->

    <!-"foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60" - >

    <>allow all < / allow >

    <!-this admin is unable to connect to the server from all the...

    <!-specified hosts. This is specified as a list by commas->

    <!-the name of host or domain names and/or IP (full or partial) - >

    <!-addresses. For example,-->

    <!-"foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60" - >

    < deny > < / nie >

    <!-specifies the order in which evaluate < Allow > and ->

    <!-< Deny > tags. This can be 'Allow, Deny' or 'Deny, Allow '. The - >

    <! - default is 'Deny, Allow', which means that access is allowed - >

    <!-unless specified in < Deny > < Allow > and not.     ->

    < order > allow, deny < / order >

    < / user >

    < user name "janedoe" = >

    < password encrypt = "false" > S4mpl3P4ss < / password >

    allow <>< / allow >

    < deny > < / nie >

    < order > allow, deny < / order >

    < / user >

    < / UserList >

    < AdminServer >

    < HTTPCommands >

    <!-turn on or off using HTTP requests to run admin commands.     ->

    <!-set "true" to enable, otherwise it will be disabled.  The - >

    <! - actual orders allowed for server admin and admin of the virtual host - >

    <!-users can be defined in allow it and deny elements.                                   $

    < activated >$ {USERS. HTTPCOMMAND_ALLOW} < / activate >

    <!-list orders admin server accessible through HTTP.         ->

    <!-add several commands separated by commas.  'All' indicates->

    <!-all orders (it is not recommended to allow orders).          ->

    <!-Separate multiple commands with commas.                              ->

    Ping < Allow > < / allow >

    <!-list of orders admin server refused access via HTTP.                ->

    <!-add several commands separated by commas.  'All' indicates->

    <!-all orders.                                                       ->

    < deny > all < / deny >

    <!-processing order for refuse and allow command lists.  'Deny, allow' - >

    <!--means that the command will be permitted if the order is allow-->

    <!-list or not in the deny list.   'Allow, Deny' means the--> command-line

    <!-will be allowed if it is in the allow list and not in the - >

    <!-list of deny.                                                           ->

    < order > deny, allow < / order >

    < / HTTPCommands >

    < / AdminServer >

    < / root >

    Exit the: admin/1111/ping? auser = Admin & apswd = str34m1ng:

    < result >

    errorof the < level > < / level >

    < code > NetConnection.Connect.Rejected < code >

    < description > Admin user requires valid user name and password. < / description >

    < timestamp > Thursday, May 17, 2012 11:33:43 AM EDT < / timestamp >

    < / result >

    Links do not work for localhost and external connections and the fms_adminConsole.htm (.swf) fails as well.

    Any help is appreciated!

    Hey Jon,

    Please take a look at this. Should help.

    http://forums.Adobe.com/message/4346847#4346847

    Thank you.

  • Proxy title

    Dear team,

    variable substitution is not displayed the title enter the value to be inserted.

    For example: if I insert the line as

    insert into t1 values ("and mm-jj-aa").

    -After the entrance, only show "enter the value of mm:" I need to fully display like "Enter the value of mm-jj-aa" when I enter the value. " Please help me how to show.

    Hello

    I suggest you use the ACCEPT command:

    ACCEPT effective_dt PROMPT 'enter the date of entry into force.  "For example, to March 18, 2015, enter 18/03/2015:

    INSERT INTO t1 (eff_dt) VALUES (TO_DATE ('& effective_dt', 'DD-MM-YYYY');)

    Substitution variables names cannot include special characters, such as hyphens.

    Remember, by storing information on the dates in the string columns is simply asking for trouble.  So use a chain where we expect a DATE.  So use 2 digit years.

  • FMS 4.5 Streaming HDS of no default location

    We have 4.5 FMS, installed in the usual location on the c: to a server.

    We want to store video content in E:\Videos vod with subfolders for different sets of content. our test uses a subfolder with videos and a file manifest.  The manifest looks like this:

    ------------------------------------------------------------------------------------------ ------

    "< manifest xmlns ="http://ns.adobe.com/f4m/2.0">."

    "< media href ="... / hds-vod/test/sample1_150kbps.f4v.f4m "bitrate ="150"/ >".

    "< media href ="... / hds-vod/test/sample1_500kbps.f4v.f4m "bitrate ="500"/ >".

    "< media href ="... / hds-vod/test/sample1_700kbps.f4v.f4m "bitrate ="700"/ >".

    "< media href ="... / hds-vod/test/sample1_1000kbps.f4v.f4m "bitrate ="1000"/ >".

    "< media href ="... / hds-vod/test/sample1_1500kbps.f4v.f4m "bitrate ="1500"/ >".

    < / manifesto >

    ------------------------------------------------------------------------------------------ ---------

    We have a site with videos by using the following syntax:

    ------------------------------------------------------------------------------------------ --

    Single bitrate

    "url =" + hostname + "/ hds-vod/test/Cars_Edited_Demo.mp4.f4m" + link + '& type = httpsingle' (that works)

    Flow binary multi

    "url =" + hostname + "/ vod/test/hds_sample1_manifest.f4m" + link + '& type = httpmbr' (who doesn't)

    --------------------------------------------------------------------------------------

    The Apache error_log shows this:

    ------------------------------------------------------------------------------------------ ----------------

    [Fri Mar 02 15:47:08 2012] [error] mod_f4fhttp [404]: E:/Videos/hds-vod/test/sample1_150kbps.f4v.f4m does not exist

    [Fri Mar 02 15:47:08 2012] [error] [client 172.31.0.105] File does not exist: C:/Program Files/Adobe/Flash Media Server 4.5/webroot/vod/hds-vod, referer: http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf

    [Fri Mar 02 15:47:08 2012] [error] mod_f4fhttp [404]: E:/Videos/hds-vod/test/sample1_500kbps.f4v.f4m does not exist

    [Fri Mar 02 15:47:08 2012] [error] [client 172.31.0.105] File does not exist: C:/Program Files/Adobe/Flash Media Server 4.5/webroot/vod/hds-vod, referer: http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf

    [Fri Mar 02 15:47:08 2012] [error] mod_f4fhttp [404]: E:/Videos/hds-vod/test/sample1_700kbps.f4v.f4m does not exist

    [Fri Mar 02 15:47:08 2012] [error] [client 172.31.0.105] File does not exist: C:/Program Files/Adobe/Flash Media Server 4.5/webroot/vod/hds-vod, referer: http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf

    [Fri Mar 02 15:47:08 2012] [error] mod_f4fhttp [404]: E:/Videos/hds-vod/test/sample1_1000kbps.f4v.f4m does not exist

    [Fri Mar 02 15:47:08 2012] [error] [client 172.31.0.105] File does not exist: C:/Program Files/Adobe/Flash Media Server 4.5/webroot/vod/hds-vod, referer: http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf

    [Fri Mar 02 15:47:08 2012] [error] mod_f4fhttp [404]: E:/Videos/hds-vod/test/sample1_1500kbps.f4v.f4m does not exist

    [Fri Mar 02 15:47:08 2012] [error] [client 172.31.0.105] File does not exist: C:/Program Files/Adobe/Flash Media Server 4.5/webroot/vod/hds-vod, referer: http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf

    ------------------------------------------------------------------------------------------ ---------------

    and the access_log shows this:

    ------------------------------------------------------------------------------------------ ----------------

    172.31.0.105--[02/Mar/2012:15:46:49 + 0000] "GET /hds-vod/test/Cars_Edited_Demo.mp4.f4m HTTP/1.1" 206 1857 "http://demo.atomwide.com/vc3test/index.html""Mozilla/5.0 (Windows NT 6.1; "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:46:50 + 0000] "GET crossdomain.xml HTTP/1.1" 200 188 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:46:50 + 0000] "GET /hds-vod/test/Cars_Edited_Demo.mp4.f4m HTTP/1.1" 200 1857 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf""Mozilla/5.0 (Windows NT 6.1; "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:46:51 + 0000] "GET /hds-vod/test/Cars_Edited_Demo.mp4Seg1-Frag1 HTTP/1.1" 200 3120800 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:46:52 + 0000] "GET /hds-vod/test/Cars_Edited_Demo.mp4Seg1-Frag2 HTTP/1.1" 200 2859182 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:46:55 + 0000] "GET /hds-vod/test/Cars_Edited_Demo.mp4Seg1-Frag3 HTTP/1.1" 200 2645168 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:46:58 + 0000] "GET /hds-vod/test/Cars_Edited_Demo.mp4Seg1-Frag4 HTTP/1.1" 200 2673502 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:47:03 + 0000] "GET /hds-vod/test/Cars_Edited_Demo.mp4Seg1-Frag5 HTTP/1.1" 200 2471283 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:47:07 + 0000] "GET /vod/test/hds_sample1_manifest.f4m HTTP/1.1" 200 434 "http://demo.atomwide.com/vc3test/index.html" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:47:07 + 0000] "GET /vod/test/hds_sample1_manifest.f4m HTTP/1.1" 304 - "http://demo.atomwide.com/vc3test/index.html" "Mozilla/5.0 (Windows NT 6.1. '; "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:47:08 + 0000] "GET /vod/test/hds_sample1_manifest.f4m HTTP/1.1" 200 434 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:47:08 + 0000] "GET /vod/hds-vod/test/sample1_150kbps.f4v.f4m HTTP/1.1" 404 322 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:47:08 + 0000] "GET /vod/hds-vod/test/sample1_500kbps.f4v.f4m HTTP/1.1" 404 322 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:47:08 + 0000] "GET /vod/hds-vod/test/sample1_700kbps.f4v.f4m HTTP/1.1" 404 322 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:47:08 + 0000] "GET /vod/hds-vod/test/sample1_1000kbps.f4v.f4m HTTP/1.1" 404 323 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    172.31.0.105--[02/Mar/2012:15:47:08 + 0000] "GET /vod/hds-vod/test/sample1_1500kbps.f4v.f4m HTTP/1.1" 404 323 "http://demo.atomwide.com/vc3test/swfs/adobedemoplayer_pc.swf" Mozilla/5.0 (Windows NT 6.1";" "WOW64) AppleWebKit/535,11 (KHTML, like Gecko) Safari/535,11 of Chrome/17.0.963.56"

    ---------------------------------------------------------------------------------------

    These seem to indicate that the maifest file is not to be found.  The fms.ini looks like this:

    -------------------------------------------------------------------------------------

    ###########################################################################
    # fms.ini contains alternative to Flash Media Server variables #.
    # the configuration files. Lines beginning with ' # ' are considered comments.  #
    # A variable substitution is in the form < name > = < value >. All the way to #.
    # the first '=' is considered the substitution variable name and #.
    # everything after the first '=' is considered the substitution value. If #.
    # you want a substitution variable to have beginning or trailing spaces.
    # include double quotes around the value. For example, foo ="bar" #"
    ###########################################################################

    ###############################################################
    # This section contains configurable settings in the Server.xml file #.
    ###############################################################

    # Username admin server
    # For example:
    # SERVER. ADMIN_USERNAME = foo
    #
    SERVER. ADMIN_USERNAME = vc_lgfl

    # Port and Flash Media Admin Server IP address must listen to
    # For example:
    # SERVER. ADMINSERVER_HOSTPORT =: 1111
    #
    SERVER. ADMINSERVER_HOSTPORT =: 1111

    # User Id in which to run the process (Linux only)
    # For example:
    # SERVER. PROCESS_UID = 500
    #
    SERVER. PROCESS_UID =

    # GID in which to run the process (Linux only)
    # For example:
    # SERVER. PROCESS_GID = 500
    #
    SERVER. PROCESS_GID =

    # Key license for Flash Media Server
    # For example:
    # SERVER. LICENSEINFO = XXXX-XXXX-XXXX-XXXX-XXXX-XXXX
    #
    SERVER. LICENSEINFO =

    # LIVE_DIR is the full path of the sample application 'Live '.
    folder # to store any live streams recorded by the server.
    # For example:
    # LIVE_DIR = \applications\live < FMS_Installation_Dir >
    #
    LIVE_DIR = C:\Program Files\Adobe\Flash Media Server 4.5\applications\live

    # VOD_COMMON_DIR is the full path to the sample application "VOD".
    folder # to the storage on demand and progressive download of fichiers.flv/.mp3.
    # File stored in this folder can be listened to and are also available PD.
    # Note: If you use the installation default Apache as a Web server.
    # If you change VOD_COMMON_DIR and please change the document root
    # in the httpd.conf file accordingly.
    # For example:
    # VOD_COMMON_DIR = \webroot\vod < FMS_Installation_Dir >
    #
    #VOD_COMMON_DIR = C:\Program Files\Adobe\Flash Media Server 4.5\webroot\vod
    VOD_COMMON_DIR = E:\Videos

    # VOD_DIR is the full path to the sample application "VOD".
    folder # to store only the fichiers.flv/.mp3 on request. Files stored in
    # This file are not PD-able
    # For example:
    # VOD_DIR = \applications\vod\media < FMS_Installation_Dir >
    #
    #VOD_DIR = C:\Program Files\Adobe\Flash Media Server 4.5\applications\vod\media
    VOD_DIR = E:\Videos

    # The maximum size of the FLV cache, in megabytes.
    # The default is 500 MB.
    #
    SERVER. FLVCACHE_MAXSIZE = 500

    # To start and stop the server HTTP included throughout
    # with FMS.
    #
    SERVER. HTTPD_ENABLED = true

    ################################################################
    # This section contains configurable settings in Adaptor.xml #.
    ################################################################

    # Port (s) and Flash Media Server IP address must listen to
    # For example:
    # ADAPTER. HOSTPORT =: 1935,80
    #
    ADAPTER. HOSTPORT =: 1935

    # IP (address and) that Flash Media Server should proxy port
    # unknown HTTP queries to. Leave blank to disable the transmission by proxy.
    # With no address, specifies a port to localhost.
    # For example:
    # HTTPPROXY. HOST = webfarm.example.com:80
    #
    HTTPPROXY. HOST =: 8134

    ##############################################################
    # This section contains configurable settings in Vhost.xml #.
    ##############################################################

    # Application to the virtual host directory
    # For example:
    # VIRTUAL SERVER. APPSDIR = C:\myapps
    #
    #VHOST. APPSDIR = C:\Program Files\Adobe\Flash Media Server 4.5\applications
    VHOST. APPSDIR = E:\Videos

    ####################################################################
    # This section contains configurable settings Application.xml #.
    ####################################################################

    # List of semicolon delimited paths of research for loading script
    # For example:
    # APP. JS_SCRIPTLIBPATH = C:\scripts; C:\Program Files\Foo\scripts
    #
    APP. JS_SCRIPTLIBPATH = C:\Program Files\Adobe\Flash Media Server 4.5\scriptlib

    ###############################################################
    # This section contains configurable settings in Logger.xml #.
    ###############################################################

    RECORDER. LOGDIR =

    ####################################################################
    # This section contains configurable settings in Users.xml #.
    ####################################################################

    # Enable or disable using HTTP requests to run admin commands.
    # The value "true" to enable, otherwise it will be disabled.  The
    actual orders # allowed for the server admin and admin of the virtual host
    # users can be defined in Users.xml.

    USERS. HTTPCOMMAND_ALLOW = true

    ------------------------------------------------------------------------------------------ --

    and the httpd.cong looks like this:

    ------------------------------------------------------------------------------------------ -

    #
    # This is the main Apache server configuration file.  It contains the
    configuration directives # that give the server its instructions.
    # See <URL: http://httpd.apache.org/docs/2.2/> for detailed information.
    # See especially
    # <URL: http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for an analysis of each configuration directive.
    #
    # Please see httpd.conf.orig for the configuration of a default
    # (non - FMS) installation of apache.

    Listen 80

    # If you plan to run FMS as root under linux, you _must_ specify a
    valid user #, to join the sense of mounting FMS, or
    Apache # does not work.
    #
    # If you used the default installation program, person doesn't (or any other
    # user name that you have given to the Installer) will not work.
    #
    # If you are running a developer version in your own home directory,
    # You must use your own username.

    AccessFileName .htaccess
    ServerSignature on
    UseCanonicalName Off
    HostnameLookups Off

    Timeout 120
    KeepAlive on
    MaxKeepAliveRequests 100
    KeepAliveTimeout 15

    ErrorLog logs/error_log
    LogLevel info
    "LogFormat '%%u %t \"%r\ hour' % > s \"%{Referer}i\ %b" \"%{User-Agent}i\" "handset"
    CustomLog logs/access_log combined

    DocumentRoot "... / webroot.

    DirectoryIndex index.html index.html.var index.php index.php3 index.php4 index.php5 index.py index.pl index.rb

    < directory / >
    Options FollowSymLinks
    AllowOverride None
    Order allow, deny
    Allow all the
    Meet all
    < / Book >

    < directory "... / webroot" > ".
    Options - Indexes FollowSymLinks
    AllowOverride None
    Order allow, deny
    Allow all the
    < / Book >

    /Documentation alias... ICID
    < directory... ICID >
    Options FollowSymLinks
    AllowOverride None
    Order allow, deny
    Allow all the
    < / Book >


    Alias /icons/ "icons".
    < directory "icons" >
    Options FollowSymLinks MultiViews
    AllowOverride None
    Order allow, deny
    Allow all the
    < / Book >

    /Error/ alias "error."

    ScriptAlias/cgi-bin / "cgi - bin /".
    < directory "cgi - bin" >
    AllowOverride None
    None of the options
    Order allow, deny
    Allow all the
    < / Book >

    </server-status location >
    SetHandler server-status
    Order deny, allow
    Refuse to all the
    Allow from 10.0.0.0/8
    Allow 172.16.0.0/12
    Allow 192.168.0.0/16
    Allow to 127.
    < / location >
    ExtendedStatus on
    </server-info location >
    SetHandler server-info
    Order deny, allow
    Refuse to all the
    Allow from 10.0.0.0/8
    Allow 172.16.0.0/12
    Allow 192.168.0.0/16
    Allow to 127.
    < / location >


    < FilesMatch "^ \.ht" > "".
    Order allow, deny
    Refuse to all the
    < / FilesMatch >

    < IfModule mpm_winnt_module >
    ThreadsPerChild 250
    MaxRequestsPerChild 0
    < / IfModule >
    < IfModule worker_module >
    StartServers 2
    MaxClients 150
    MinSpareThreads 25
    MaxSpareThreads 75
    ThreadsPerChild 25
    MaxRequestsPerChild 0
    < / IfModule >

    LoadModule modules/mod_actions.so actions_module
    LoadModule alias_module modules/mod_alias.so
    LoadModule modules/mod_asis.so asis_module
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule modules/mod_authn_anon.so authn_anon_module
    #LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule modules/mod_authn_default.so authn_default_module
    LoadModule authn_file_module modules/mod_authn_file.so
    #LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule modules/mod_authz_default.so authz_default_module
    LoadModule modules/mod_authz_groupfile.so authz_groupfile_module
    LoadModule modules/mod_authz_host.so authz_host_module
    LoadModule modules/mod_authz_user.so authz_user_module
    LoadModule autoindex_module modules/mod_autoindex.so
    #LoadModule cern_meta_module modules/mod_cern_meta.so
    < IfModule mpm_winnt_module >
    LoadModule modules/mod_cgi.so cgi_module
    < / IfModule >
    < IfModule worker_module >
    LoadModule modules/mod_cgid.so cgid_module
    < / IfModule >
    LoadModule dav_module modules/mod_dav.so
    LoadModule modules/mod_dav_fs.so dav_fs_module
    LoadModule deflate_module modules/mod_deflate.so
    LoadModule modules/mod_dir.so dir_module
    LoadModule env_module modules/mod_env.so
    #LoadModule modules/mod_expires.so expires_module
    #LoadModule file_cache_module modules/mod_file_cache.so
    #LoadModule modules/mod_headers.so headers_module
    LoadModule modules/mod_imagemap.so imagemap_module
    LoadModule modules/mod_include.so include_module
    LoadModule modules/mod_info.so info_module
    < IfModule mpm_winnt_module >
    LoadModule modules/mod_isapi.so isapi_module
    < / IfModule >
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule modules/mod_mime_magic.so mime_magic_module
    #LoadModule modules/mod_proxy.so proxy_module
    #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    Proxy_balancer_module modules/mod_proxy_balancer.so #LoadModule
    Modules/mod_proxy_connect.so proxy_connect_module #LoadModule
    Modules/mod_proxy_http.so proxy_http_module #LoadModule
    Proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule setenvif_module modules/mod_setenvif.so
    Modules/mod_speling.so speling_module #LoadModule
    LoadModule status_module modules/mod_status.so
    LoadModule modules/mod_unique_id.so unique_id_module
    LoadModule modules/mod_userdir.so userdir_module
    #LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule vhost_alias_module modules/mod_vhost_alias.so
    Modules/mod_ssl.so ssl_module #LoadModule
    LoadModule modules/mod_f4fhttp.so f4fhttp_module
    LoadModule modules/mod_hlshttp.so hlshttp_module
    LoadModule modules/mod_jithttp.so jithttp_module

    ##############################################################################
    # The next section allows caching of Just-In-Time packed # content
    # Use htcacheclean tool to manage the amount of data that are cached on disk. #
    # See Apache documentation for its use.                                    #
    # http://httpd.apache.org/docs/2.2/programs/htcacheclean.html #.
    # Make sure that the directory specified by the CacheRoot directive exists. The #.
    # default is a directory named cacheroot who reports directly to the Apache #.
    Installation directory of #.                                                    #
    # For more information on implementing caching of content, see the Apache documentation.
    # http://httpd.apache.org/docs/2.2/caching.html #.
    ##############################################################################

    # Uncomment this option to activate the cache
    #LoadModule cache_module modules/mod_cache.so
    < IfModule mod_cache.c >
    LoadModule modules/mod_disk_cache.so disk_cache_module
    < IfModule mod_disk_cache.c >
    CacheEnable disk hds - vod
    CacheEnable disk hls - vod
    CacheRoot cacheroot
    CacheMaxFileSize 10000000
    CacheLock on
    < / IfModule >
    < / IfModule >


    < IfModule f4fhttp_module >
    < /vod location >
    True HttpStreamingEnabled
    # HttpStreamingContentPath "... / webroot/vod.
    HttpStreamingContentPath "E:\Videos".
    Options - Indexes FollowSymLinks
    < / location >

    # old card style url again (from FMS 4.5), more compact url
    Redirect 301/live/events/livepkgr/events/hds-live/livepkgr

    < location/hds-live >
    True HttpStreamingEnabled
    HttpStreamingLiveEventPath '... / applications.
    HttpStreamingContentPath '... / applications.
    HttpStreamingF4MMaxAge 2
    HttpStreamingBootstrapMaxAge 2
    HttpStreamingFragMaxAge - 1
    Options - Indexes FollowSymLinks
    < / location >
    < / IfModule >

    < IfModule hlshttp_module >
    < location/hls-live >
    True HLSHttpStreamingEnabled
    HttpStreamingLiveEventPath '... / applications.
    HttpStreamingContentPath '... / applications.
    HLSMediaFileDuration 8000
    HLSSlidingWindowLength 6
    HLSFmsDirPath "..".
    HLSM3U8MaxAge 2
    HLSTSSegmentMaxAge - 1

    # Uncomment the following to activate the encryption
    # to this place.
    # Server HLSEncryptionScope
    # HLSEncryptCipherKeyFile "... / phls/liveeventkey.bin.
    # HLSEncryptKeyURI "https:// < ServerName > /hls-key/liveeventkey.bin.

    Options - Indexes FollowSymLinks
    < / location >

    < hls - vod location >
    True HLSHttpStreamingEnabled
    HLSMediaFileDuration 8000
    # HttpStreamingContentPath "... / webroot/vod.
    HttpStreamingContentPath "E:\Videos".
    HLSFmsDirPath "..".

    # Uncomment the following to activate the encryption
    # to this place.
    # Server HLSEncryptionScope
    # HLSEncryptCipherKeyFile "... / phls/vodkey.bin.
    # HLSEncryptKeyURI "https:// < ServerName > /hls-key/vodkey.bin.

    Options - Indexes FollowSymLinks
    < / location >

    < / IfModule >


    < IfModule jithttp_module >
    < hds - vod location >
    True HttpStreamingJITPEnabled
    # HttpStreamingContentPath "... / webroot/vod.
    HttpStreamingContentPath "E:\Videos".
    JitFmsDirPath "..".
    Options - Indexes FollowSymLinks

    # Uncomment the following to activate the encryption
    # to this place.
    # Server EncryptionScope
    # Doctors ProtectionScheme
    < / location >
    < / IfModule >


    TypesConfig conf/mime.types
    MIMEMagicFile conf/magic
    DefaultType text/plain

    AddType video/x-flv-.flv
    AddType video/MP2T .ts

    AddType application/x-compress. Z
    AddType application/x-gzip .gz .tgz
    AddType application/x-mpegurl *.m3u8


    AddHandler send-as-is Davis
    AddHandler type-map of the var
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml

    < IfModule ssl_module >
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    < / IfModule >

    < IfModule userdir_module >
    UserDir disable
    < / IfModule >

    < IfModule dav_fs_module >
    DAVLockDB tmp/dav/lockdb
    < / IfModule >

    IndexOptions FancyIndexing VersionSort NameWidth = * HTMLTable
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
    Should text (TXT,/icons/text.gif) / *.
    Should (IMG,/icons/image2.gif) image / *.
    Should (SND,/icons/sound2.gif) audio / *.
    Should (VID,/icons/movie.gif) video / *.
    Should (VID,/icons/movie.gif) application/x-shockwave-flash
    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl. WRL.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif. Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ai .eps .ps
    AddIcon /icons/layout.gif .html .shtml, .htm, .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .DVI
    AddIcon /icons/bomb.gif core
    AddIcon/icons/back.gif...
    /Icons/hand.right.gif AddIcon README
    AddIcon /icons/folder.gif ^ ^ DIRECTORY ^ ^
    AddIcon /icons/blank.gif ^ ^ BLANKICON ^ ^
    DefaultIcon /icons/unknown.gif
    ReadmeName README.html
    HeaderName HEADER.html
    IndexIgnore. ?? * ~ * # Header README RCS CVS *, v *, t

    AddLanguage ca .ca
    AddLanguage cs .cz .cs
    AddLanguage da .dk
    AddLanguage .de
    AddLanguage el Holy
    AddLanguage fr .fr
    AddLanguage eo .eo
    AddLanguage're .es
    AddLanguage and .and
    AddLanguage fr .fr
    AddLanguage he .He
    AddLanguage hr .hr
    AddLanguage it .it
    AddLanguage ja Armsake
    AddLanguage ko .ko
    AddLanguage ltz .ltz
    AddLanguage nl .nl
    . AddLanguage nn nn
    AddLanguage No .no
    AddLanguage pl .po
    AddLanguage pt .pt
    AddLanguage PT - BR .pt - br
    AddLanguage ru .ru
    AddLanguage sv .sv
    Zh - CN .zh - cn AddLanguage
    Zh - TW .zh - tw AddLanguage
    LanguagePriority en ca cs da el eo're and fr he hr it ja no ko ltz nl nn no pl pt pt - BR ru sv zh - CN zh - TW
    ForceLanguagePriority prefer Fallback
    AddDefaultCharset UTF-8

    < IfModule mod_negotiation.c >
    < IfModule mod_include.c >
    < directory "error" >
    AllowOverride None
    Options IncludesNoExec
    AddOutputFilter includes html
    AddHandler type-map of the var
    Order allow, deny
    Allow all the
    LanguagePriority en of are en
    ForceLanguagePriority prefer Fallback
    < / Book >
    < / IfModule >
    < / IfModule >

    BrowserMatch "Mozilla/2" nokeepalive
    BrowserMatch "MSIE 4\.0 b 2;" nokeepalive downgrade - 1.0 force-response - 1.0
    BrowserMatch "RealPlayer 4\.0" force-response - 1.0
    BrowserMatch "Java/1\.0" force-response - 1.0
    BrowserMatch "JDK / 1\.0" force-response - 1.0
    BrowserMatch "Data Microsoft Access Internet Publishing Provider" redirect-carefully
    BrowserMatch "MS FrontPage" redirect-carefully
    BrowserMatch "^ WebDrive" redirect-carefully
    BrowserMatch "^ WebDAVFS/1.» [0123]"redirect-carefully
    BrowserMatch "^ gnome-vfs/1.0" redirect-carefully
    BrowserMatch "^ XML Spy" redirect-carefully
    BrowserMatch "^ Dreamweaver-WebDAV-SCM1 (English)" redirect-carefully

    #Uncomment following to activate https based key service
    #for HLS.
    #Include conf/httpd-hls - secure.conf

    ------------------------------------------------------------------------------------------ -----

    I guess that the problem is an incorrect configuration setting that I simply do not see.  Tips or tricks would be greatly appreciated.

    Hi Peter,.

    All of your settings seem to be fine except for the manifet file. Your directory structure should be E:/videos/test /, your manifest file urls must be:... /.. / HDS-VOD/test/sample1_500kbps. F4V. F4M

    This is because the URLS in the manifest are taken from the url of the manifest file. Thus, when you... / HDS-VOD/test/sample1_500kbps. F4V. F4M, demand will be like hostname+"/vod/hds-vod/test/sample1_500kbps.f4v.f4m but you need individual applications to be hostname+"/hds-vod/test/sample1_500kbps.f4v.f4m

    Please try with your manifest as:

    http://ns.Adobe.com/F4M/2.0">

    Let me know if it helps.

    Thank you

    Apurva

  • Use the members on the data form

    Hi all

    "I have a form with attached a few business rules with option 'Use members on data form' business rules 'Year' is guest Runtime ' and the form 'Year' is in the Page with CurrYr & NextYr. When I run the BR of the shape, it's taking the protected member 'Year' for "CurrYr" instead of "FY10" and error due to there is no "CurrYr" Member in the Dimension 'year '. If run the same BR of EAS with options select correctly it is works well but not Web form as it is treatment 'Year' as 'CurrYr '. I restarted all services but no use.


    The same forms and the same rules in another proceeding properly. Event this instance also worked very well before a couple days back. Why all of a sudden he behaves like that.

    I use the system of Hyperion 9.3.1


    Thank you and best regards,

    Looks like it could be the problem

    6753394 when you start a business of a form of planning rule and of the business rule contains a value of substitution variable is filled at run time and assigned to a dimension of planning, the substitution variable name is filled in the window run time fast (RTP) instead of the value of the variable substitution.

    It's while he was supposed to be fixed in patch 9.3. 1.1.6

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • and removes the following replacement variable ".»

    Assume the following SQLplus script:

    accept tabname invite 'tab input ='
    SELECT & tabname.*, 'A head' FROM & tabname...

    .. .will cause the following replacement:

    Enter tab = karl.table123
    Karl.table123*, 'Some SELECT header' FROM...

    Pay attention to the missing point "." between table123 and *.

    How can I keep the '. '?

    Peter

    Hi, Peter

    user559463 wrote:
    Assume the following SQLplus script:

    accept tabname invite 'tab input ='
    SELECT & tabname. *, 'A head' FROM & tabname...

    .. .will cause the following replacement:

    Enter tab = karl.table123
    Karl.table123*, 'Some SELECT header' FROM...

    Pay attention to the missing point "." between table123 and *.

    How can I keep the '. '?

    Use two. s:

    SELECT &tabname..*,'Some header'  FROM &tabname ........
    

    Why?
    Imagine that you had names of tables, baracuda, cedusa aardvark, and that they had columns named x_id, where x is the name of the table (e.g., aardvark table has a column called aardvark_id).
    You might want to say

    SELECT  &tabname_id
    FROM    &tabname;
    

    But & tabname_id is a perfectly valid name for a substitution variable. You need a way to say that the name of the variable is just tabname and characters that come themselves then (_id) are to be taken literally.
    SQL * Plus has a CONCAT character to one end. The default value is be a period, so when a period comes immediately after a valid substitution variable name, SQL * more the interpreter as marking the end of the variable name. Periods that do not come after the variable names are taken literally (and the 2nd of 2 periods that do not, by definition, comes immediately after a variable name).

    You can change the CONCAT character to something else through SQL * Plus SET CONCAT command.
    For example:

    SET   CONCAT  ~
    

    Published by: Frank Kulash, February 23, 2010 14:11
    Added explanation.

  • Data Modeler how Question

    I'm curious to know is it possible to have the DDL file editor to generate the table/view/etc. SQL in fashion Long name: relational model name: table-name. The reason for this is when we give our SQL DBA, it is easier to run all the user creates and table creates sysdba user. It would be ncie maker data could do this without having to change the SQL code and adds the name of the relational model SQL.

    Published by: user1577386 on August 11, 2009 07:09

    Hello

    I'm not sure that understand the reason. But you can set the user in the physical model and can simply change the name before substitution of name during the generation or the generation of DDL DDL allows to change the user name.

    Philippe

  • What is the difference between the variable and set

    WHAT IS THE DIFFERENCE BETWEEN

    These different versions when it is done using the keyword "variable" and "set."
    and these two are performed outside 'DECLARE '.


    VARIABLE g_monthly_sal NUMBER
    SET p_annual_sal = 5000

    -I understand that p_annual_sal will be considered to be a TANK.
    -ALSO if DEFINE the variable serves as a macro variable, THEN it is necessary to give it a certain value whenever we define.
    If this is not the case, what value would it replace?

    OR does that mean when we want to specify the data type for a variable binding, we should use VARIABLE and
    When we do not want to specify type we use SET?

    Thank you

    Published by: user6287828 on February 24, 2009 11:03

    Published by: user6287828 on February 24, 2009 11:04

    Both are SQL * most orders. In a real programming environment you will use these constructions (except in a few rare cases of scripts).

    The difference is the way in which the building will be used later. DEFINE looks more like a string copy & paste. Wherever this substitution variable name is found, it will be pasted into the sql * plus the term.
    VARIABLE creates a real variable. You can change the value and if follwos the usual principles of variables (including the link).

    Example can be found in the docs:

    documentation
    Where and how to use the Substitution Variables

    You can use anywhere substitution variables in the SQL and SQL * more orders, except that the first word entered. When SQL * Plus meets a variable substitution not defined in a SQL command * more will prompt you for the value.

    You can enter any string, at the prompt, even a container of spaces and punctuation. If the SQL command that contains the reference must have quotes around the variable and you include here, the user must include the quotation marks when you are prompted.

    SQL * Plus reads your answer from the keyboard, even if you have redirected the terminals input or output to a file. If a terminal is not available (if, for example, you run the script in batch mode), SQL * Plus uses the redirection file.

    After you have entered a value in the prompt, SQL * Plus lists the line containing the variable substitution twice: once before replacing it with the value that you enter and once after substitution. You can delete this list by setting the variable to VERIFY OFF command.

    The use of Bind Variables
    Bind variables are variables that you create in SQL * Plus and then the reference in PL/SQL or SQL. If you create a variable binding in SQL * Plus, you can use the variable as you would for a variable declared in your PL/SQL subprogram and access the variable from SQL * more. You can use bind variables for things such as the storage of return codes or debug your PL/SQL subprograms.

    Because bind variables are recognized by SQL * Plus, you can display their values in SQL * more or reference them in PL/SQL subprograms that you run in SQL * more.

    Creating Bind Variables
    You create variable bind in SQL * Plus with the command VARIABLE. For example

    Ret_val VARIABLE NUMBER
    This command creates a variable binding named ret_val with a NUMBER data type. See the command VARIABLE for more information. (To list all the bind variable created in a session VARIABLE type without arguments).

    Referencing Bind Variables
    You reference bind variables in PL/SQL by typing a colon (:)) immediately followed by the name of the variable. For example

    : ret_val: = 1;
    To change this variable binding in SQL * Plus, you must enter a PL/SQL block. For example:

    BEGIN
    : ret_val: = 4;
    END;
    /

  • Oracle SOUL Substitution rule outcome: the approver names LOV do not show any value


    Dear Experts,

    My requirement is that if the approval of the Bill goes to the CEO and then change the approver of CFO.

    I found that this can be achieved using the rule of Substitution of the SOUL.

    While I created this rule, I have to provide the name of the approver who is a LOV, however the LOV shows not all values, I missed an important step.

    Please notify.

    Thank you

    Neeraj.

    Hi all

    I solved this problem. I had to create a condition for changing the list and add the "any approver' and 'Final approver' names.

    It is available in a separate tab as 'List change' when we create the conditions.

    Once then create the Substitution rule, you will see the name of the next approver

    Kind regards

    Neeraj.

  • Database name Substitution string?

    Hello

    I was wondering if there is any way to query the name of the database being connected to, or if there were any built-in substitution string-APEX/Oracle-who would return this value?

    Thank you
    Justin

    I always use

    sys_context('userenv', 'db_name')
    

    This gives you the SID

  • Substitution of PLSQL table name

    I want to create a PLSQL process that removes rows from a table, that I've identified by an element.

    This does not work... get the error:
    ORA-06550: line 4, column 29: PL/SQL: ORA-00903: invalid table ORA-06550 name: line 4, column 1: PL/SQL: statement ignored

    declare
    Start
    removal of the staging. : P110_TABLE_NAME;
    end;

    What I do wrong here in the substitution of P110_TABLE_NAME?

    Published by: user581839 on December 23, 2008 16:32

    Try this way

    declare
    begin
    Execute immediate 'delete from staging.' || trim( :P110_TABLE_NAME);
    end;
    

    CITY

  • the name of substitution in photoshop?

    When you use PS CC and I select one of the Indian languages (Kannada, for example) a replacement (in English) font is used instead. I would like to know the name of the font. I do not find among the English options in Photoshop or typekit.

    Any ideas?

    Screen Shot 2015-11-13 at 2.03.21 PM.png

    Thank you

    Matthew

    It's MN Bangla. A Mac font.

  • Business rule - unable to name the text data using substitution variables

    Hello

    I can't assign a value of text stored in a variable substitution. I read the posts that you can't assign string values I just want to check if it was possible using substitution variables.

    For example.,.

    Trouble (scenario, Version and year)

    "Test year".
    (
    "Test year" = &;
    );

    EndFix

    & those is a substitution variable whose value is "FY13.

    Please advice.

    Thanks, Cz

    The same rules apply, you must apply a numerical value, because this is what is stored in essbase data compared to the intersection.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for