How to resolve static IP problem

Hi,
I have been using flex since long time. Cuurently I am
working on one product in which flex chart is going to be used as
component.This application will work like server based application.
For that I am using PHP to connect the database and AMFPHP
for more dynamism.
In that I have to maintain SERVICE-CONFIG.XML in which I need
to give full path to the funtions I am calling for database
connection.
But once the flex charts have been compiled and bin is
generated, it's not possible to change the IP or URL.
Is there any functionality or way by which I can change IP
runtime ort can make the URL/IP dynamic so my application will work
on any computer.
Thanks.

hi frank,
use this following code
<af:selectInputDate>
your code here
<af:convertDateTime pattern="yyyy/M/d"
secondaryPattern="d/M/yyyy" />
</af:selectInputDate>
the database date formet it different from what u have selected using selectInputDate.
just add about bolded tag.
Thanks & Regards,
Arun

Similar Messages

  • HT1338 My mail will not delete. When I move it to trash and then delete it within a few minutes it has all bounced back in again.  Checked my preference settings and all seems to be in order. Any ideas how to resolve this frustrating problem?

    My mail will not delete. When I move it to trash and then delete it, within a few minutes it has all bounced back in again.  Checked my preference settings and all seems to be in order. Any ideas how to resolve this frustrating problem?

    That sounds like a compatibility issue with an add-on that you have installed, as reported by a number of users in both Firefox 22 and Firefox 23 over the last couple of months. If you would provide a listing of your installed extensions ''(as you were prompted to do when creating this thread)'' maybe one of us can advise you which extension is the mot likely culprit. You will need to re-install Firefox 23 to do further diagnostic testing.
    As far as the compatibility of Firefox 23 and Win XP SP3, Mozilla has verified they are compatible and not one user ''(including me on two separate PC's)'' has reported a problem with compatibility.

  • How to resolve AVCHD package problem in mountain lion

    how to resolve AVCHD package problem in mountain lion

    Thanks, David. I know this workaround. And one more with creating right-click Service. That's why I've used "uncomfortable" instead of "impossible". In my opinion, Apple should leave ability to choose OS's behavior, and I hoped somebody knew where to find it .

  • How to resolve this Search Problem????

    Hi Every one
    I have a search module..I've never worked on... the problem is when i run that search module and after selecting date from date picker and clicking the search button i got following error:
    Error
    JBO-27122: SQL error during statement preparation. Statement: SELECT CtLine1.COST_TRAN_LN, CtLine1.COST_TRAN_ID, CtLine1.COST_TRAN_DATE, CtLine1.LINE_DESC, CtLine1.ACCOUNT_ID, CtLine1.OPERATING_UNIT, CtLine1.FUND_CODE, CtLine1.DEPT_ID, CtLine1.PROGRAM_CODE, CtLine1.CLASS AS CLASS11, CtLine1.PRODUCT, CtLine1.ACTIVITY_ID, CtLine1.STATUS_ID, CtLine1.TRANSACTION_AMOUNT, CtLine1.PROJECT_ID, CtLine1.CONTRACT_ID, CtLine1.ADJUST_AMNT, CtLine1.ADJUST_PRCNT FROM CT_LINE CtLine1 WHERE ( ( (CtLine1.COST_TRAN_DATE = TO_DATE('Mar 13, 2008', 'yyyy-mm-dd')) ) )
    ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    Actually I'm Getting Date from date picker in Mar 13, 2008 format and my database format is yyyy-mm-dd...
    so please help what to do now...and how to resolve this problem..

    hi frank,
    use this following code
    <af:selectInputDate>
    your code here
    <af:convertDateTime pattern="yyyy/M/d"
    secondaryPattern="d/M/yyyy" />
    </af:selectInputDate>
    the database date formet it different from what u have selected using selectInputDate.
    just add about bolded tag.
    Thanks & Regards,
    Arun

  • When mousing over text, the cursor flickers constantly (with each letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word and Pages.  Any idea of how to resolve this annoying problem is appreciated.  System: 10.10.1

    When mousing over text, the cursor flickers constantly (with every letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word 2011 and Pages.  Any idea of how to solve this annoying problem will be much appreciated.  System 10.10.1 on a MacPro (Late 2013)

    The mouse is controlled by the OS so don't guess any app other than a mouse driver or OS X itself would be able to cause this sort of flicker issue.
    Have you seen the following and is it what you are seeing? Maybe you could make a movie (Quicktime is great for this this to make a screen recording) - but not sure how to attach a movie to these discussions as mine is grayed out and can't be selected (to the right of the insert image). Here is the what I found for a search of "mouse cursor flickers os x yosemite"
         https://www.youtube.com/watch?v=ZNQ0D84DdF4
    What kind of mouse are you using? Is the mouse driver up to date if it's a third party mouse?

  • Today my screen went all fuzzy and everything is a different shade of red, blue, etc and the images are distored.  Please tell me how to resolve this major problem????

    My screen is fuzzy and images are distorted.  How can I resolve this problem?

    If the Reset/Reboot doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    Finally, if the Restore doesn't work, let the battery drain completely.  Then recharge for at least an hour and Restore again.

  • How to resolve the encoding problem while migration from informix9.4

    When I migrate the informix9.4 database, there occur a error while migrate the data from informix to oracle.
    Because the source tables has a column which type is "vchar", the some row's data length more the 4000, so migration workbench convert this column type from "vchar" to "clob" automaticly. But when the worbench has created the oracle model, and then migrate the data, there occured this error:
    java.io.UnsupportedEncodingException: ISO2022CN_GB
    java.sql.SQLException: index miss IN or OUT param:: 9
    +     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)+
    +     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)+
    +     at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1536)+
    +     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2900)+
    +     at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:2996)+
    +     at oracle.mtg.migrationServer.LoadTableData._migrateTableData(LoadTableData.java:1473)+
    +     at oracle.mtg.migrationServer.LoadTableData.run(LoadTableData.java:326)+
    +     at oracle.mtg.migration.WorkerThread.run(Worker.java:268)+
    The encode in the source informix database is "zh_CN.gbk", and the encode in the destination database is "zh_CN.gbk", why this prompt the convert error?
    Another information is that excluding this table, other tables can migrated success.
    So, I guess this problem must has association with the type conversation which from "vchar" to "clob", can anyone help me with this, Thanks.

    Hello,
    well, the limit of 4000 is clear. From the Oracle® Migration Workbench Reference Guide for Informix Dynamic Server Migrations:
    VARCHAR(m,r)
    The Informix Dynamic Server VARCHAR data type stores varying length single-byte and multibyte character strings of letters, numbers. and symbols. The maximum size of this column is m, that can range from 1 to 255. The minimum reserved space is r. This is optional and defaults to 0 if not specified. The minimum reserved space can range from 0 to 255.
    The comparable Oracle data type is VARCHAR2(n) that also stores variable-length character strings. An Oracle VARCHAR2(n), however, can have a maximum string length of between 1 and 4000 specified for n.
    Specifying a minimum reserved space is useful if the data in a row is initially small but is expected to grow at a later date. If this is the case then, when migrating Informix Dynamic Server tables that contain VARCHAR columns consider increasing the PCTFREE value in the storage clause for these tables in the Oracle database. If this column is used in an index, then the PCTFREE values for the corresponding index storage should also be considered. For indexes based on VARCHAR columns, Informix Dynamic Server allocates the maximum storage.
    So it is not surprising that the workbench is converting a VARCHAR with a length of more than 4000 to a CLOB.
    But that does not explain the encoding exception. This might be a problem of the Informix JDBC driver.
    Is the Informix JDBC Driver Programmer's Guide helpful for you: http://publibfi.boulder.ibm.com/epubs/pdf/6435.pdf
    Can you reproduce the problem with a Java program against your Informix database using your Informix JDBC driver?
    Which version of Informix JDBC driver are you using?
    Best regards
    Wolfgang

  • How to resolve corrupt JPG problem (and plist errors) in Aperture

    After restoring from a Time Machine backup, I have been unable to create a new backup, and I suspect that the problem is down to some of the JPG files on the original backup being corrupted. As a result the restore over-wrote the good versions inside my Aperture library. Aperture's own rebuild option does not help.
    I ran TechTool's file structures test and it reveals that some of the PLISTs in my Aperture Library do ´not contain valid content'.
    The individual JPG files are all there within the packet, but some of them refuse to open in preview or copy to another drive.
    What tools could I use for attempting to recover these image files?

    A combo updater is different from a version update - the combo updater contains all the patches of all the previous updates of the major version. 10.6.8v1.1 combo updater will update any version from 10.6.0 through 10.6.7 - which you would use if having to reinstall from DVD.
    Corruption is a possibilty in any network connection when pushed to the edge of its achievable speed. If can happen over wifi or wired connections. It does not result from packet loss, because packets are guaranteed by the network stack. Corruption of data within a packet can occur. Thats where the checksums SHA1 and md5 can be used to guarantee with a very high probabilty that a file is intact.
    So certainly the fix for corruption involves getting a more reliable network connection - in general wired is better than wireless and strong signal is better and slower is better than faster.
    For those without options to connect to a more reiable network, repeated attempts at download will usually result in a good copy eventually.

  • Help! how to resolve the charset problem in Java developping

    I write a JDBC servlet to access oracle 7.2.3 database,
    and I use jdbc-thin driver,but when I insert a chinese record or
    query a record including chinese through a web form It looks like
    "???" and don't find the record.,I don't know if the driver
    doesn't support unicode.please help me!!
    null

    Fred Hou (guest) wrote:
    : I write a JDBC servlet to access oracle 7.2.3 database,
    : and I use jdbc-thin driver,but when I insert a chinese record
    or
    : query a record including chinese through a web form It looks
    like
    : "???" and don't find the record.,I don't know if the driver
    : doesn't support unicode.please help me!!
    We are dealing with the similar type of issues. Haven't figured
    it all out yet, but check and see if your database is set up to
    store asian characters. ??? mean that the database didn't know
    how to store the characters. My guess is that your database's
    character set is US7ASCII, and it needs to be a multi-byte
    character set.
    null

  • How to resolve a printhead problem on a HP Officejet Pro 6835 printer

    I replaced the black printer cartridge and now I am getting a message saying there is a printhead problem.  Went on line and followed all the suggested fixes, ran the Print and Scan Doctor, still not working.  Any suggestions?

    scarlattid3,
    The cancel button should be located in the bottom right corner of the screen. The only thing is it's not going to show up until you start the print job or copy and then it should appear for you.
    Let us know if you are able to find this.
    If I helped you at all it would be great if you clicked the blue kudos star!
    If I solved your post please mark it as solved to help others.
    I'm a printer tech with HP.

  • How to resolve some install problems for 7.02 on Windows 7 64 bit

    This is a short re-cap of some of the issues I came across when installing NSP 7.02 on Win 7 system. I'm posting it here rather than writing a blog - there are numerous excellent guides already out there, but the particular issues below meant I had to collect info from several other posts, search other forums, and also do a bit of research on my own. Therefore, I hope that this post can be useful for those who - like me - had to resort to searching the forums... sometimes in vain.
    Installing the 7.02 Sneak Preview on a 64-bit system is not that straightforward, but "doable". I've just spent the weekend successfully installing on two systems; an HP Touchsmart laptop (i3 processor) and my trusty Dell desktop (Core 2). Both machines have 4Gb RAM, barely sufficient, but the thing is up and running. At last.
    Compared to earlier Sneak Previews, or the 32-bit varieties, this is no walk in the park. Definitely not like the first 2004s, which ran as smoothly as a knife through butter (at least on XP).
    Here are my own tips, based on the issues I experienced:
    Phase 5: Failure to start MAXDB instance - installer reports no MAXDB software installed. Curiously, this happened on one of the machines, not the other. Even weirder, it happened on the machine that had previously had a MAXDB installation (which was wiped clear before installing).
    I got around this one by manually installing MAXDB. The steps were:
    Launch the 64-bit MAXDB installer - sdbinst.exe - from the 64-bit MAXDB directory (NOT the 32 bit, which won't run on your 64 bit system anyway). It's in one of the sub-directories - search for it. Use it to start a manual install of MAXDB, and select the "tutorial" database. This will install a sample (256Mb) database on your system. Now, re-start the miniSAP installer, and you should pass phase 5 without issues. (See info below on the STATISTIC file!)
    ABAP import issues: If the ABAP import step fails, with at least one of the 37 import jobs failing, this could help:
    Break off the installation. Go to the sapinst_dir\...\ADA\CENTRAL directory, and delete all .TSK files and their related .TXT counterparts. These are (to my knowledge) created during the ABAP import, based on the DB schema files that are used for the ABAP import. If you remove these (or at least the ones that caused the import to fail), it will re-apply them when you re-start the installation and select the option to use existing installation.
    Also remember to delete the "statistic" file in the same directory - it will generate an error if you do not get rid of it before re-starting the installation.
    Usually, this is enough to ensure the ABAP import works.
    Install license and developer key:
    The system calls itself "SAP-INTERNAL", not "DEMOSYSTEM". This is somewhat confusing, as the NSP license key you request from SAP will not load due to different installation names. The workaround is to DELETE all temporary (pre-installed) licenses. Mark them, right-click, then delete. Make sure there's NOTHING left in SLICENSE, then upload the file you got from the license request page (NSP, 2004s Service pack 9 or higher). This should work.
    Only now can you use the developer access key of BCUSER.
    Remember, every time you re-start the installation and select the "use old" option, you have to remove the mentioned "statistics" file from the ADA\CENTRAL directory, since it keeps track of what has been done so far.
    This version seem to suck resources like no other sneak preview has done before. I'm looking forward to installing it on a new, powerful machine - just have to get around to ordering it first...
    Regards,
    Trond

    Hi Trond,
    Extremely helpful observations here. Am sure quite some folks will hit this thread!
    Regards,
    Srikishan

  • How i resolved my problems with FP 8.0.24

    Hi guys,
    (first, sorry for my awful english, i'm french <g>
    I'm lurking in this forum for few days now and i see there is
    always problems with 8.0.24 for many of you. I'll describe
    how i resolved my two problems with FP 8.0.24 on 2 computers
    (XP Pro SP2 Full retail and XP Home SP2 OEM) :
    First problem (appeared on 2 computers) :
    On limited account, no flash.
    Solution : easy, just follow :
    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=624850b5
    Second problem (just on XP Pro, certainly because i tried to
    uninstall + re-install
    the product while trying to resolve the first problem) :
    Few days later, i noticed that some Flash don't work on
    some website (i.e. : youtube : no video), but works on some
    others ???
    (and also that install page on macromedia website was looping
    endless)
    After hours, i noticed that during 8.0.24 re-install, some
    errors (mainly
    "access denied") occurs (thanks to regmon utility) and i
    found the problem :
    On the 4 keys (and sub-keys + values), some permissions was
    denied to
    "everyone" group :
    http://cjoint.com/?eqdmhPGYwN
    -red circles added-
    (it's important to remember, in the following explication,
    that "DENY" have
    always priority on "ALLOW"...)
    And what's the problem with "everyone" ?
    Oh, nothing really important <g>...
    "Everyone", is just... everyone !
    If you set :
    1) DENIED write to EVERYONE
    and
    2) ALLOW write to ADMINISTRATORS
    then administrators write permission is... DENIED
    Then, how do i corrected this ?
    (works for first and second problem)
    Simple, for each of the 4 keys in
    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=624850b5
    (don't use [advanced] authorization stuff) :
    1) i deleted "everyone" line (to clear rights)
    2) i added "everyone"
    3) i allowed "read" for "everyone" (don't touch to deny, nor
    allow write)
    the result (in french) :
    http://cjoint.com/?etsyFBJyxd
    And now i registered flash8b.ocx (or flash8a.ocx) like this :
    regsvr32 %windir%\system32\Macromed\Flash\Flash8b.ocx
    reminder : if you reinstall FP, check this rights again.
    Cheers
    ~Jean-Marc~
    http://docxp.mvps.org
    http://msmvps.com/blogs/docxp/

    Spoke too soon. It didn't work, it just works for longer
    periods before it crashes.
    I was able to insert images into a number of pages after
    recreating the cache but got to some library files that it crashes
    on every time still. But other library files and other site
    profiles work fine when inserting images.
    Also, the other solution suggested above to disable visual
    themes did nothing to resolve my crashes.
    Also, I heard from someone else in another thread they
    thought it was due to using the cache in the first place. Although
    I use the cache on all my site profiles.
    After turn off the cache and restarting DW, it still crashes
    while inserting graphics. The crash isn't exactly at the same time
    every time. Sometimes its immediatly upon clicking the okay button
    on the image browse dialog box, sometimes it inserts the image into
    the page then terminates, sometimes it terminates a few seconds
    after the image is inserted. But it's always related to using the
    insert image dialog.
    It's back to using XP now.

  • To Resolve Screen Resolution Problem

    Hi
    How to resolve screen resolution problem in BDC Session Method. can't we use ctu_params?
    Thanx & Regards
    venkat

    Hi Venkat,
    Yes, you can use ctu_params.
    This is for Default screen size for CALL TRANSACTION. It signifies the screen size will be constant irrespective of the screen resolution(which can vary for different user). The importance of this lies in programs(module pool) that contain table controls. With default screen size we can control the no of rows in the table control which otherwise may vary depending on the screen resolution.
    DEFSIZE is the Selection as to whether the screens of the called transaction are displayed in the standard screen size. Values "X" (standard size), " " (current size).
    sample.
    data : x_ctu_params type ctu_params.
    To have default screen size, mode and update
      x_ctu_params-defsize = 'X'.
      x_ctu_params-dismode = 'X'.
      x_ctu_params-updmode = 'X'.
    call transaction tscode using  bdcdata
                              options from x_ctu_params
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • TS1702 Does anyone know how to resolve the problem of apps not being able to download in the App Store? After the IOS 6 update I haven't been able to download any apps.

    Does anyone know how to resolve the problem of apps not being able to download in the App Store? After the IOS 6 update I haven't been able to download any apps.

    Maybe here:
    IOS 6 App store crash: Apple Support Communities

  • I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    Can you open the Preview program without loading a file, like by itself?
    If it doesn't load then I suspect a corrupt Preview preference file.
    Deleting the System Preference or other .plist file
    Can you open other files with Preview, like jpg's and images?
    How about other PDFs? or is it just that one you have downloaded?
    Run through this list of fixes
    Step by Step to fix your Mac

Maybe you are looking for

  • Warning message in ITS MOBILE

    Hello, In ITS Mobile after entering user name and password it takes me to LM00 transaction. But before LM00 transaction is displayed I get 4 warning messages. I need to press OK/Close for each message. The same warning message appears when I move bet

  • Missing Business Attributes in Org Model

    Hi, I am working on CRM 5.0 system...In the process of creating Master data... I have created an Org model under that created some Org units..... In any Org unit of any Org model > under the business attributes tab..... I am not able to see the entri

  • How to Block Planning for PIR related Dependend Requirements of a BOM Comp?

    Hi All, We have a scenario which has a FERT Material "XY" has a BOM with ROH Materials "C1", "C2" & "C3". Material "XY" has a PIR for 100 pc and on MRP Run it generates Dep Reqmnt for C1, C2 & C3. When MRP Runs, we want to BLOCK generation of Purchas

  • Specify an access point.

    Hi all, I have a wireless network in my house, with a wireless extender from Dlink to reach those out of the way places. I'm wondering if there is a way to specify which access point you connect to. One things to keep in mind: The extender has the sa

  • Privileges to EXECUTE IMMEDIATE

    Hi all, In PL/SQL code, I am getting error msg : " ORA-01031 Insufficient privileges " for EXECUTE IMMEDIATE 'CREATE TABLE ...' . which grants I have to provide for the same ? FYI that I can create a same table from same schema name using SQL prompt.