Save method in ESS application

Hi all,
I have a requirement whereby I need to update a custom table after the user clicks the "Save" button in the standard ESS application. Does anyone know where I can insert the code ? I can't find the onEvent in the vc<>Review component controller
Thanks in advanced.

In the onEvent() method,      
// if event is save, and the marital status has been changed, update notification table
     String event = fpm.getEventData().getEventName();
     if (event.equals(IFPM.EVENT_SAVE)){
          if(wdContext.currentSelectedInfotypeElement().getFamsa().equals("1") || wdContext.currentSelectedInfotypeElement().getFamsa().equals("2")){
               if (wdContext.currentContextElement().getValTMBS()){
                    wdThis.wdGetFcPerFamilyHKInterface().updateNotificationTable();
     return true;

Similar Messages

  • How to rename 'Review' or 'Save' buttons in ESS/MSS applications?

    Hi,
    We are on EP7 SP9 and ESS 6.0
    How to rename the 'Review' or 'Save' buttons in ESS/MSS?
    I know these BPs are implementation of FPM.
    I would like to know in which DC I need to do changes ?
    Points will be awarded.
    regards,
    Raj.

    Hi,
    In each webdynpro application (irrespective of ESS or MSS) have Vc Components. All UI elements define here.
    If you want to change text of any UI element in any standard DC (addr, bank, fam, cat, lea... ), you have to go to particular Vc Component under DC, change the text of UI Element.
    FcEmployeeServicesComponent and FcNavigationComponent are commonly used DC's in all DC's.
    FcEmployeeServicesComponent is used to get Employee number, molga....
    FcNavigationComponent is used to navigate to AreaGroupPage, AreaPage, RestartService and Exit from current Application.
    Thanks & Regards
    Vasundhara

  • Project creation error for ess application

    Hi All
    I am trying to customize an ess application(skills profile ) for the first time . we are encountoring the following error when we try to Create Project (ess/skl) from inactive DC,s: (Build Failed)
    I tried to sync sources but was of no help.
    Kindly help.
    [System.err] [Invoked from  com.sap.ide.generationfwk.task.GenerationTaskJavaMethod.executePersistent(GenerationTaskJavaMethod.java:153)]
    [System.err] com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Generic Exception:
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:178)
    [System.err] Caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: Generic Exception:  -> java.lang.NullPointerException
    [System.err]      at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:155)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:166)
    [System.err]      ... 59 more
    [System.err] Caused by: java.lang.NullPointerException
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.setAttributeValue(RepositoryPersistence.java:185)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter$ParsingHandler.parseRepositoryModelClass(XMLConfigurationParserWriter.java:970)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter$ParsingHandler.startElement(XMLConfigurationParserWriter.java:716)
    [System.err]      at com.sap.engine.lib.xml.parser.handlers.SAXDocHandler.startElementEnd(SAXDocHandler.java:146)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1814)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2440)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1841)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2843)
    [[System.err]      at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    [System.err]      at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    [System.err]      at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    [System.err]      ... 60 more
    [System.err]
    [System.err] [Invoked from  com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:225)]
    [System.err] com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Generic Exception:
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:178)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLPersistence.doReadVMO(XMLPersistence.java:126)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.readVMO(RepositoryPersistence.java:356)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.doFindRepositoryObject(RepositoryPersistence.java:598)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.findRepositoryObject(RepositoryPersistence.java:170)
    [System.err]      at com.sap.tc.webdynpro.repository.model.Repository.findRepositoryObjectInternal(Repository.java:590)
    [System.err]      at com.sap.tc.webdynpro.repository.model.Repository.findRepositoryObject(Repository.java:555)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.findCorrespondingTargetObject(RuntimeRepositoryGenerator.java:333)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.findCorrespondingTargetObject(RuntimeRepositoryGenerator.java:305)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.findCorrespondingTargetObject(RuntimeRepositoryGenerator.java:305)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.findCorrespondingTargetObject(RuntimeRepositoryGenerator.java:305)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.fillAssociation(RuntimeRepositoryGenerator.java:242)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.copyAggregationTree(RuntimeRepositoryGenerator.java:144)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.copy(RuntimeRepositoryGenerator.java:67)
    [System.err]      at com.sap.tc.webdynpro.repository.generation.ProgmodelRepositoryGenerator.doGenerate(ProgmodelRepositoryGenerator.java:168)
    [System.err]      at com.sap.tc.webdynpro.repository.generation.ProgmodelRepositoryGenerator.generate(ProgmodelRepositoryGenerator.java:80)
    [System.err]      at com.sap.ide.webdynpro.generation.runtime.RRApplicationGenerator.generate(RRApplicationGenerator.java:21)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:585)
    [System.err]      at com.sap.ide.generationfwk.task.GenerationTaskJavaMethod.executePersistent(GenerationTaskJavaMethod.java:147)
    [System.err]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:219)
    [System.err]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:175)
    [System.err]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForApplicationRuntimeRepository(Generation.java:182)
    [System.err]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentArchive(Generation.java:1616)
    [System.err]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:215)
    .reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:585)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:347)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:99)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:73)
    [System.err]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1723)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5633)
    [System.err]      at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction.buildDCs(DcCreateProjectAction.java:1027)
    [System.err]      at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.execute(DcCreateProjectAction.java:299)
    [System.err]      at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71)
    [System.err]      at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
    [System.err]      at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
    [System.err]      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    [System.err] Caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: Generic Exception:  -> java.lang.NullPointerException
    [System.err]      at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:155)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:166)
    [System.err]      ... 59 more
    [System.err] Caused by: java.lang.NullPointerException
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.setAttributeValue(RepositoryPersistence.java:185)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter$ParsingHandler.parseRepositoryModelClass(XMLConfigurationParserWriter.java:970)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter$ParsingHandler.startElement(XMLConfigurationParserWriter.java:716)
    [System.err]      at com.sap.engine.lib.xml.parser.handlers.SAXDocHandler.startElementEnd(SAXDocHandler.java:146)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1814)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2440)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1841)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2843)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:229)
    [System.err]      at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    [System.err]      at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
    [System.err]      at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
    [System.err]      at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    [System.err]      at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    [System.err]      at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    [System.err]      ... 60 more
         [wdgen] ERROR: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Generic Exception: , F:/Template/.dtc/0/t/7B4ED0BE027871726CD7928188870BCC/gen_wdp/configuration/Applications/com.sap.xss.hr.skl.SkillsApplication/SkillsApplication.xml
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    com.sap.webdynpro.generation.ant.GenerationAntTaskError
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.printMessage(GenerationAnt.java:123)
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (77 seconds)
    Error: F:\Template\.dtc\0\DCs\sap.com\ess\skl\_comp\gen\default\logs\build.xml:102: [Error]   Generation failed!
         at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:254)
    Ant runtime 1 minute 49.937 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2009-03-30 10:17:08 GMT-05:00 (ACT)
    Total build plugin runtime: 2 minutes 23.609 seconds
    Build finished with ERROR
    Edited by: purav mehta on Mar 30, 2009 5:35 PM

    Hi
    Check whether all the required DC's are there in track or not. first create independent DC and then move to other.
    Best Regards
    Satish Kumar

  • FileReference.save() method is undefined in Adobe AIR ?

    Hi,
      I am developing  a desktop application using adobe AIR.I need to use FileReference.save() method.But an actionscript error occuring during run time which says save() method is undefined for FileReference and there is no default value.I am running the application in eclipse.Is it due to the version problem of my AIR ? Please reply.

    Hi,
       Thanks for your answer.But I am getting that type of exception while running the application from eclipse.So please suggest a solution for this.

  • Initiate Std ESS Application for Selected PERNR

    We have a requirement to call standard ESS address maintenance java webdynpro application in our custom abap webdynpro application for a PERNR which is different than the login user.
    We are able to launch this application using following code.
    Navigate to portal link with parameters
        CALL METHOD lo_portal_manager->navigate_absolute
          EXPORTING
             navigation_target   = <standard java application pcd link in portal>
             navigation_mode     = if_wd_portal_integration=>co_show_inplace
             post_parameters     = abap_true
             business_parameters = lt_portal_parameters
             launcher_parameters = lt_portal_parameters.
    But I am not able to find the parameter name through which we can pass the PERNR number to launch for particular employee(other than login employee).
    Has anyone used or worked on the similar application? Can you share the parameter name used to pass the PERNR.
    When we call any java webdynpro application through portal the first method it will execute will be windowsu2019 default () method. Can anybody give me list of all parameters that are used in this method also helpful to solve my problem?
    Our requirement is to have WD Abap page through which HR administrator can initiate standard services for employees under his/her control. He/She will specify the PERNR and try to invoke the Std ESS Application. We are able to launch the page for self but we want to launch it for a different employee by passing a PERNR

    Duplicate

  • About SaveAs method

    Hi, all.
    I want to convert a pdf file to eps through Illustrator in an MFC application.
    Can I do this with only by open the pdf file, and save as eps file, this is just same like when I do it by operation.
    The code is written below. But I'm facing a problem, even though the file name in SaveAs method set to ".eps", an .ai file was created not eps.
    Anybody knows why ? did I something wrong or insufficient setting in this code ?
    Illustrator::_EPSSaveOptionsPtr pEPS;
    pEPS.CreateInstance(L"Illustrator.EPSSaveOptions");
    pEPS->PutCompatibility(Illustrator::aiIllustrator12);
    pEPS->PutCMYKPostScript(true);
    Illustrator::_ApplicationPtr pXL = pEPS->GetApplication();
    pXL->Open("C:\\Sample.pdf");
    DocumentPtr pDoc = pXL->GetActiveDocument();
    pEPS.CreCreateInstance(L"Illustrator.EPSSaveOptions");
    pDoc->SaveAs("C:\\Sample.eps");

    what if you use the documentSuite -> write(<File>,<eps-handler>,false)?<br /><br />the handler could be obtained by:<br /><br />int i=0;<br />for(; i< number of handlers; i++)<br />{<br />   if(handlers.get(i) is the handler that creates eps files)<br />      break;<br />}<br />if(i<number of handlers)<br />{<br />   write file<br />}

  • SSO for portal ESS applications

    Hi all,
    We have implemented ESS in Portal.
    But we need to access the ESS modules outside the portal .. i.e,
    We need to access ESS applications from a .net portal..
    goal is to acheive SSO from a .net portal to SAP Portal..
    How to Acheive this. any approches/ best practices??
    Points for useful answers..
    Hari

    Hi,
    can you take a look at this thread: Re: SSO from SharePoint CMS to SAP EP that is connected to CUA
    The idea would be to "force" the users to log on to the portal (so that they have a SAPLogonTicket), redirect the users to your .Net application and from there they can access ESS scenarios (since they do have a SAPLogonTicket now).
    Regards,
    Holger.

  • Saving a PDF file, where it saves into a paint application

    Recently when I save a PDF it saves into a paint application. Does anybody know how to resolve this problem?

    I found the problem..
    "C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe"
    Second box down on this page, there is a  icon and to the right of that there is a box that asks you which application you want to open the program with. And mine was showing a paint icon. I have changed that to Adobe Reader and now it works great!
    Rick
    "Ask and it will be given to you; seek and you will find; knock and the door will be opened to you."
    Matthew 7:7
    Please be environmentally friendly - please don't print this email unless you really need to?

  • Issue in confirmation links for personal data ESS application (CA)

    Hi All,
    We have implemented EXIT button configuration for ESS applications and the Exit button along with 'Go to Home page' link is navigating to custom created page in portal.
    The configuration done earlier for ESS applications like Address Update, Family Member/Dependents works fine.
    We got a new service added (Personal data) & tried configuring the Exit button for this application also.
    Some how the exit button doesnt seem working for Canada besides it working for US.
    Please help in figuring out if there is any cause of the Exit button not working for personal data application for molga 07 specially. Adding to it, the links for confirmation screen are also not working for the same application
    Appreciate your help.
    Thanks

    Hi,
    As per your Req.....
    Its seems to be the Services exits that are county specific Services .........mease the Molga ( country  Code )  is set for this services is "US"
    That Y its working fine .....
    But as per your REq you want this Services working  for the Molga 07 ...
    I thikn for this you need to set the Molga 07 in the contry specific home pages......
    Then it will work fine

  • How to include the new fields added in R/3 into ESS application

    Hi Experts,
    I have used Standred ESS application.After Importing the ESS application via bapi(Import the model),they have added some more additional fields in R/3 Backend. How to call those customized fields in our ESS application? 
    Please help me on this..
    Thanks.

    There is no specific document/book for the steps i told you....but i can list them as:
    1) Goto the Models component in the Webdynpro ...right click -> create new model.
    2) Specify the name of the Model as you like ....the RFC destinations...next.
    3) Specify the userid and password with RFC authorization in ECC
    4) Specify the name of the Function Module you want to import....and Import.
    5) Goto the Fc component -> Used Models section and add the model created earlier here..
    6) Goto the Fc Component -> Context Tab -> create new model nodes and attributes ...and bind them to Structure fields of the Function Module...
    7) Goto the Fc Component -> Interface Controller -> create nodes and attributes ...and bind them to the attributes created earlier
    8) Goto the Vc Component-> Context Tab -> create new context nodes and attributes....and bind them to the attributes in the Interface controller....make sure the Fc componentis added as a Used component in Vc.
    9)Finally create UI Elements on the Detail or Review view and bind the text property of the element to the attributes created in the Vc component.
    Hope it helps.
    Shikhil

  • How to save CSV file in application server while making infospoke

    How to save CSV file in application server to be used as destination while making infospoke.
    Please give the steps.........

    Hi
    If you want to load your flatfile from Application server,then you need to trasfer your file from your desktop(Computer) to Application server by using FTP.
    Try using ARCHIVFILE_CLIENT_TO_SERVER Function module.
    You Just need to give thesource path and the target path
    goto SE37 t-code , which is Function module screen, give the function name ARCHIVFILE_CLIENT_TO_SERVER, on click F8 Execute button.
    for path variable give the file path where it resides like C:\users\xxx\desktop\test.csv
    for target path give the directory path on Application server: /data/bi_data
    remember the directory in Server starts with /.
    U have to where to place the file.
    Otherwise use 3rd party tools to connect to ur appl server like : Core FTP and Absolute FTP in google.
    Otherwise...
    Goto the T.code AL11. From there, you can find the directories available in the Application Server.
    For example, if you wanna save the file in the directory "DIR_HOME", then you can find the path of the directories in the nearby column. With the help of this, you can specify the target path. Specify the target path with directory name followed by the filename with .CSV extension.
    Hope this helps
    regards
    gaurav

  • Save Dialog in Office Application does not set the Content Type to the one selected on Document Creation.

    We have a Library that supports 4 Content Types  ("Content Type 1","Content Type 2","Content Type 3","Content Type 4")
    The user clicks new and selects "Content Type 3"
    Word is started
    The user edits the document
    Clicks Save
    "Choose Content Type" dialog is shown set to the Content Type "Content Type 1" because the Document content type is ordered as First (which also means Default)
    What is expected is the "Choose Content Type" dialog to show "Content Type 3" as selected
    Any ideas?

    Hi,
    According to your description, there is a library with four content types, you create a document with one of the content types, click save button in Office application,
    then a “Choose Content Type” dialog will show up for selecting a content type.
    I tried to reproduce as below:
    1. Create a library with four content types;
    2. In the ribbon of this library, “FILES”->”New Document”->”Content Type 1”, then the Office application with the predefined template will be opened for editing;
    3. Click the “Save” button, choose the save path as the current library, click “OK” to finish the process;
    4. Refresh the library in browser, the newly created document appears there.
    In my test, there is no “Choose Content Type” dialog showing up when save the document in Office application.
    I would suggest you provide more details about how to reproduce this issue(screenshot would be better) for further research.
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Patrick Liang
    TechNet Community Support

  • Save as pdf causes application to crash

    I have done a clean install of Lion OSX on several computers (imac & mbp).  Each of them has Adobe 9.x installed.  I have all updates for osx and Adobe but keep having the same problem on all systems.
    When I am in any application and choose "Print" then choose "Save As PDF" the application will crash before presenting the Save As dialog box.  Any suggestions would be helpful.
    Thanks
    Bill

    I am still having this problem and it's quite annoying.  Does anyone have any help they can offer?  Please?
    Thank you!
    Kristen

  • ESS application systems creation in Portal content area

    Hi ESS experts,
    I had struck up in the systems creation part of the ESS implementation in EP7, ECC6.
    I have the ESS set up guide by Siddhartha Jain which is just short of details on how to set up the systems for system alias SAP_Webdynpro_XSS, ITS, and back end R/3 system creation in the system and how to test the connections.
    Can any one give a detail guide on how to set up the various systems in the Portal content directory to that the Ess application can be launched in the portal?
    I had deployed the BP as described in the guide (and guided by the forum members) and all my Jco connections are Green in color. I need to complete the system creation and user creation in the portal and launch the ESS applicaiton in portal.
    (Set up the first system on the Portal J2EE server in which the business package has been implemented and assign the system the alias SAP_WebDynpro_XSS.) Here is the step I need help!!!
    Please help, and thanks in advance,
    Regards

    Hi Vinod,
    Thanks for the immediate response.
    Can you please guide me on the below statement?
    >>>Then you need to specify the details of that system and various other properties
    Assign the aliases and then test the connectivity. <<<
    I do not know which are the system details and other properties that need to be defined to get the connection test passed. I am very new to portal and I need your advise and guidance.
    Please help.
    Thanks and regards

  • SaveAs() method doesn't work for PDF file

    I used the script below to generate a PDF file. When I ran it, no error occurred but no PDF was generated either
    var pdf = new File("E:\\STWWEB1\\CDLG_ILL\\temp\\jpeg\\640\\1.pdf");
    docRef.saveAs(pdf);
    Does anybody know what's wrong?

    PDF needs to have a new instance of the PDFSaveOptions created. Look at the JS Reference
    PDFSaveOptions
    Options for saving a document as an Adobe PDF file, used with the saveAs method. All properties are optional.
    Saving to PDF format
    // Saves the current document as PDF to dest with specified options
    // dest contains the full path and file name to save to
    function saveFileToPDF (dest) {
    var doc = app.activeDocument;
    if ( app.documents.length > 0 ) {
    var saveName = new File ( dest );
    saveOpts = new PDFSaveOptions();
    saveOpts.compatibility = PDFCompatibility.ACROBAT5;
    saveOpts.generateThumbnails = true;
    saveOpts.preserveEditability = true;
    doc.saveAs( saveName, saveOpts );

Maybe you are looking for

  • How to handle Multiple Receiver at Runtime

    Hi All, My requirement is File to JDBC Sync to multiple Receivers (Ex: Three receiver JDBC, File System1 and File System2) depending upon the JDBC Response I have to decide which receiver system. This should happen at runtime depending upon the condi

  • DBCA hanging on 9i Rel 2 / Red Hat 8.0

    O/S: Red Hat 8.0 DBMS: 9i Release 2 Processor: AMD Athlon XP 2600 RAM: 1GB (Swap 2GB) Disk partition: 10GB As with many other correspondents of this forum, DBCA hangs at 51% progress. I have set all kernel parameters and ulimit sizes as documented, t

  • In function palette-instrument I/O i have lost library:INSTR LIB

    when i clik on instrument I/O in the function palette, inside i have this library:GPIB,SERIAL,VISA,I/O COMPATIBILIY but i lost library INSTR LIB. In directory c:\programmi\national instrument\labview6\instr lib there are all my driver instrument haw

  • Bring back click wheel games

    would like to start a petition for apple to bring back click wheel games, if I had of realised they no longer had the games then I wouldn't have brought the classic but classics rock lots of storage and long battery life, also the games were pretty c

  • When is sysdate evaluated ?

    This is primarily a curiosity question. If sysdate is referenced in a where clause, when / how frequently is it evaluated ? Documentation implies that sysdate is a function, so is it called every time sysdate is encountered or is it called once at th