Certification expired? @ HelloWorld-app.xml in tutorial pdf

Hi, everyone. Im just a student passed by and interesting in Flex app (however i dont have a good fundamental about web ^^")
I tries to follow the pdf file, devappsflex.
Using Notepad++ as texteditor and FlexSDK in Vista sp1 64bit.
HelloWorld.mxml is compiled to HelloWorld.swf without prob.
I create a certificate in the project directory
adt - certificate -cn SelfSigned 1024-RSA sampleCert.pfx samplePassword
then compiling and signing HelloWorld-app.xml as in tutorial
adt -package -storetype pkcs12 -keystore sampleCert.pfx HelloWorld.air HelloWorld-app.xml HelloWorld.swf
The Problem is the certification has expired even i have just create and pack in asap.
anyone get an idea, how to solve it?

Thank you for your answer erthy. Your response to my post really relief me that i can trust this community to help me studying Flex ^^.
I tried that Flex Builder. It's great but it cant solve my prob. However i get a new clue that may be the cause of this.
Time, date, and month are correct but the year of my comp is 2009. It cant be 1957.

Similar Messages

  • Convert XML file into PDF file

    <b>XML to PDF</b>i want to Convert XML file into PDF file pl. any one can suggests API's

    Hi,
    There are many ways to convert XML files to PDFs through java.
    One of the easiest way is by using iText.jar which have classes for conversion.
    The following are the required steps
    1. Create a document object for the XML file ( Using DOM or SAX parser).
    2. Parse the xml document and extract the content to write in PDF.
    3.Create a itext Document object.
    4.Get a PdfWriter instance for the PDF file.
    5.Write in the pdf the extracted text using the document object.
    Refer <a href="http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/HelloWorld.java">here</a> for a simple pdf writer example.
    Refer <a href="http://java.sun.com/developer/codesamples/xml.html">here</a> for examples of XML Parsers.
    Regards,
    Uma

  • How do I create an app from my Adobe pdf forms to use on any mobile device as well as windows and ios?

    How do I create an app from my Adobe pdf forms to use on any mobile device as well as windows and ios? I have all the apps in Creative Cloud by the way.

    If you already purchased it with the same Apple ID, then you will not be re-charged.

  • Load data in xml file into Pdf form created by LiveCycle Designer

    I want to load data in xml file into Pdf form when Pdf opened and Form field will be filled with data from xml file .I try to use $host.importdata("filename.xml"); But i could not find suitable place to run my code. Can anyone give me some advice? thank you.

    Hi,
    extract your xml and then you can use insert all clause.
    here's very small example on 10.2.0.1.0
    SQL> create table table1(id number,val varchar2(10));
    Table created.
    SQL> create table table2(id number,val varchar2(10));
    Table created.
    SQL> insert all
      2  into table1 values(id,val)
      3  into table2 values(id2,val2)
      4  select extractValue(x.col,'/a/id1') id
      5        ,extractValue(x.col,'/a/value') val
      6        ,extractValue(x.col,'/a/value2') val2
      7        ,extractValue(x.col,'/a/id2') id2
      8  from (select xmltype('<a><id1>1</id1><value>a</value><id2>2</id2><value2>b</value2></a>') col from dual) x;
    2 rows created.
    SQL> select * from table1;
            ID VAL                                                                 
             1 a                                                                   
    SQL> select * from table2;
            ID VAL                                                                 
             2 b                                                                    Ants

  • Attach an xml to a pdf using ADS

    Hi all,
    I have a scenario where we are sending a Base64 encoded PDF (a bill) and the corresponding xml data from SAP backend on level 4.6C to PI 7.1. In PI we should attach the xml data to the PDF. I have already succeeded to do this using iText but we have a requirement to do this with ADS instead. In Netweaver Developer Studio I created an example project where I am reading a PDF as a byte array, also reading an XML file and try to attach the XML to the PDF using the ADS api. The project successfully built in NWDS but when I am running the project it failes.
    I am using standard code to attach the xml stream to the pdf, the error message is thrown when the following line is executed:
    IWDPDFDocument document = context.execute();
    Exception in thread "main" java.lang.ExceptionInInitializerError
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.impl.PDFDocumentAccessibleContextWDImpl.execute(PDFDocumentAccessibleContextWDImpl.java:99)
         at com.eon.xi.dijnet.base64.PdfWithAttachment.addAttachmentWithSap(PdfWithAttachment.java:129)
         at com.eon.xi.dijnet.base64.PdfWithAttachment.main(PdfWithAttachment.java:218)
    Caused by: java.lang.NullPointerException
         at com.sap.tc.webdynpro.services.sal.deployment.core.DeployableObjectInternal.getSystemDeployableObjectName(DeployableObjectInternal.java:53)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.AdobeFormHelper.<clinit>(AdobeFormHelper.java:115)
         ... 3 more
    Is it the problem with the PDF that it is not an Interactive Form?
    Or the problem is simply that I am trying to run the project on my local machine where ADS is not available?
    Thanks for your help.
    Pal
    Edited by: Pal Somogyi on Oct 17, 2010 10:30 PM
    Edited by: Pal Somogyi on Oct 18, 2010 11:44 AM

    Hi Pal,
    There is a requirement to generate an Adobe Form using SAP Interactive forms, and then, send this PDF to a non-SAP system using Base-64 encoding. The receiving system will decode this file and re-generate a PDF.
    I have heard that this could be done in the PI layer, using the Conversion Agent.
    Another approach which I can think of is convert PDF to binary and then use the cl_http_utility=>encode_base64 to convert binary to base64.
    You have mentioned that you have had to send a base 64 encoded pdf. Could you pelase guide me through the process?
    Thanks,
    Preethi.

  • How to convert XML file to PDF

    Hi there,
    Does anyone know by any chance, how to covert XML file to PDF? Thanks

    Hello,
    You can convert most of the files in PDF by using the Print menu.
    Open the file you want to save in PDF and choose in the menu bar File > Print....
    You will see a will the Print window and at the left, click on the PDF button.
    Choose in the menu “Save as PDF...”
    Insert the name and you can also set security settings (like a password) and click on the “Save” button.
    Hope this will help.
    EDIT : (oups, dsimagry posted as the same time of me)

  • Set Adobe Reader iPad/iPhone app to just view pdf instead of downloading it?

    Hello,
    I work for a financial company and it seems that some of our user's were having trouble viewing a pdf document that contained editable text boxes.  The layout of the form itself would show, but none of the text within the text boxes would appear.  So I tested the pdf out on my phone as well and did the same exact thing (layout shows, but no text).   Since everyone was having trouble viewing the text within the document, I downloaded the Adobe Reader App and it worked perfectly.  The only issue that I have is that since we are a financial institution, we get audited quite often and having documents stored on your phone is a big 'no-no' to the auditors.  So I was wondering if it was possible to make the Adobe Reader App just view the pdf instead downloading the pdf to the application and storing it in the docs and the recent docs setting.  A little more info on our part:   We are running Exchange 2010, my iPhone is a 4S and it's running the ios7, and the iPad is running ios 6.1.03 (I think).  Also, I did a little bit of searching but I could find anything but is there some sort of list that will say what does/does not work in regards to pdf's on iPhones or iPads?  Any suggestions/help is very welcome and appreciated!
    Thanks,

    Hi Shradha and thank you for that information.  Now is that only in regards to the Adobe Reader app or does that copy expand to all current pdf viewer apps on iOS?  If it is only in regards to the Adobe Reader app, then do you know of an app that may have the functionality that I am looking for?  I have tried searching for one, but I have been unsuccessful in my searches.
    Thanks,

  • Regarding certification in oracle apps

    Hello,
    Please guide me the certification in oracle apps, which modules are available in oracle apps? and which previous certifications are required for oracle apps certi?
    Also tell me which apps modules are in demand ?
    Thanks in advance,
    Omkar

    In addition to the suggested 'View All Exams' page above, you can have a look at the View All Certifications page, to see what certifications are available. There are quite a few Apps certifications, as you'll see.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • HelloWorld page in the tutorial

    Hi,
    I am relatively newbie for the OAF (worked on it a bit....came back to it after a while).
    When I try to run the HelloWorld page from the tutorial, the page is coming up ok.  However, when I key in any text into the text field and click on the 'Go' button, it does not display Hello+<the text that I keyed in>.  I see the yello triangle with the exclamation mark in it with "Error on page".  I know I have seen this before but can't seem to resolve it.
    Source code behind the page shows:
    href="/OA_HTML/cabo/styles/cache/oracle-desktop-.css"><script>var _UixWindowOpenError='A popup window blocker has been detected in your browser. Popup blockers interfere with the operation of this application. Please disable your popup blocker or allow popups from this site.'
    I disabled the pop-up blocker and also included the url in the trusted sites.  However, still getting it.  Same on my custom search page.
    Additionally I unchecked the "Disable script Debugging" in the Internetoptions. Have not yet deleted the temporary internet files.
    On clicking the error icon, see the following:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.3)
    Timestamp: Thu, 31 Oct 2013 18:01:48 UTC
    Message: Object expected
    Line: 1
    Char: 1
    Code: 0
    Details:
    EBS: 11.5.10.2
    DB  :11g
    IE   : 8.0.7601.17514
    OA Framework: 11.5.10.7RUP
    Pls. help in resolving this.
    Thanks,
    Note:  After relaunching IE8, I notice that the "Disable script debugging (for IE) check box is back on. 

    Hi Reetesh,
    I'm facing a similar problem with jdev. We recently upgraded from 11.5.10 RUP6 to RUP7. I ve downloaded the right patch from metalink and tested the tutorials. its working fine. I ftp'ed all the required file to run the home page and iExpense pages. When i run the HomePG, it runs fine, when i clickon the iexpense responsibility, it takes me to the login page. I ve set the oc4j setting to default ip address. Can you throw some light on this?
    Thanks,
    Sreeram Kosaraju.

  • Any good tutorial/pdf on report painter tool ???

    Hello,
    Can someone reply me sum links having good tutorial/pdf on report painter tool ???
    Thanks...

    Hai
    Please go through the enclosed document. This will give you step-by-step approach for Report painter:
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    Check url
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    Check Report Painter Step-by-Step example under Tools->Report Painter / Report Writer->Report Painter->Creating a Report Painter Report.
    Just go through These Links to learn about report Painter.
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
    Thanks & regards
    Sreenivasulu P

  • When filling out a job application, how can you attach a reseme that stored in a app like ifiles or PDF expert?

    When filling out a job application, how can you attach a reseme that stored in a app like ifiles or PDF expert?

    From Safari on iOS (iPad or iPhone) you can't. Teh only files you can upload are image files.
    There are some other browser available, such as iCab Mobile, that include document storage and do permit this. No guarantee it would work on every site however (depends on how the upload field is set up).

  • Publish XML Form to PDF

    Hi all,
    Do you know a way of publishing XML forms to PDF ?
    Is it possible using XSL-FO transformation within the portal ? Has someone already done it ?
    I can not find any information regarding this.
    Thanks a lot
    Nicolas

    HI
    the basics involve using
    1>an XSLT filter already available
    2>using an  custom dev oped xsl which brings the transformation and configuring the xsl in XSLT filter
    3>keeping the xml doccuments in a repository in KM Content and configuring the xslt filter to point to the repository/doccument .
    4>restarting the server.
    u will find help if u navigate to KMconfiguration under system configuration and then
    <b>Configuration
    Content Management
      Repository Filters</b> 
    Please do give points if this helps you atleast gives u a guideline
    With Regards
    subrato kundu
    IBM
    SAP Enterprise Portal  technology Consultant

  • Creative suite 5 web premium fireworks tutorial PDF = out of date

    is there an updated fireworks tutorial PDF for the car share website for CS5 as the one provided in the adobe creative suite 5 web premium web design disk is for CS4!!
    Cheers
    Sam

    Try the Fireworks forum. This forum is for suite issues only.
    Bob

  • App.xml in Tomcat 5.0

    Hi,
    I am trying to auto extract the war file in Tomcat if war file is loaded other than webapps directory.
    I created app.xml in ${catalina.home}/conf . Here is my app.xml
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <webapps>
    <context>
    <path>"/VApp"</path>
    <docBase>="${catalina.home}/webapps/VApp"</docBase>
    <debug>"0"</debug>
    <reloadable>"true"</reloadable>
    <trused>"true"</trusted>
    </context>
    </webapps>
    My war file is under ${catalina.home}/webapps/VApp/ .
    When I start and stop my Tomcat, Tomcat is not automatically deploying my setup.war file . I am not sure what I am doing wrong.
    Thanks,
    BPradhan123

    I'm not 100% certain what you are trying to accomplish here. There is some confusion over whether you are using the webapps directory or not. First you say the war file is loaded in a location different to the webapps directory, but it then ends up in: ${catalina.home}/webapps/VApp/
    My opinion
    - if you want it out of the webapps directory, take it completely out. The webapps directory is the "appBase" for Tomcat, and anything in it is intended to be a web application. So WAR files directly in it are web apps, and folders underneath it are potentially exploded web apps.
    If you DO want to put the WAR in a custom location, my advice would be to put it in a completely independant place so as not to confuse the issue.
    The deployment of wars is because "webapps" is the default "appBase" for Tomcat. You can modify the host config, or create a new virtual host if you want to modify/add another "appBase" directory. Then that directory would behave like webapps does, and deploy any war files in it.
    I don't know of any way that a context definition can specify a WAR file to use as the web application.
    cheers,
    evnafets

  • How to Get XML from the PDF form generated using Designer that is stored in LC

    We have a Requirement of Generating reports on what a PDF form is comprised of? It is easy for us to scan / parse the XML format of the PDF form and get all the relavent Info we need. We are able to see the XML format of the PDF form when we open up the Form in Designer.
    But we are trying to run this report in a Batch Mode for many PDF files. I need to know how to get a XML format of the PDF file that is stored in LC that was developed using Designer. Once we are able to get the XML of the PDF form it is just a scan / parse to get the relavent data.
    Can some one tell me how to get the XML format of a PDF file stored in the LC?

    If I place the PDF form on the LC server - Can you let  me know of the tools you are referring to get XML design from the PDF form?
    Is it through a Process Orchestration I need to run the PDF through to get a XML design out of it?
    I am fine in storing the PDF in the LC server? How will I get the XML design (XML) from this PDF on the server?

Maybe you are looking for

  • Bridge CS4 won't output to pdf multiple images with same filename

    Hiya...my googling efforts have thus far failed! I've got CS4, and in Bridge, I created a New Smart Collection to find all filenames in a folder containing "." or ".jpg" - which in turn searched through all the subfolders like what you used to be abl

  • SSO for portal desktop for my applications

    Hi, how to impliment sso for applications that i developed. i created tabs and added the channels to container. now i wants to that maintain the session . i.e, once a user enters into portal desktop.and he clicks the tab and enters user name and pass

  • How PLM Document save on content server

    Hi All, Please tell me the concept about given below scenario: Normally PLM documents are either saved in the Content Server or in the database. What if we have neither configured a database nor a content server. Where are they being stored then. wha

  • Ios7 clearly not optimized for ipad2

    that I'm allowed to update my ipad2 to ios7 should mean that it will run properly. It takes literally 10 seconds for each letter, to type in a web address in Safari. I did a soft reset, same result. Apple clearly released this update without checking

  • Compressor 4 clusters

    I have a question guys, after messing around with Compressor all night I am F*&@$  off with Apple, why don't they fix this problem. After installing and uninstalling, deleting files, deleting clusters, wasting valuable time, wissing deadlines, what s