Export/Import scripts not working

We're trying to move a portal from one server to another server (different hardware). We haven't been able to successfully complete this process--are there any updated scripts out there from Oracle that make this possible?

2 questions
1. Have you tried using the Portal export/import utilities ?
2. Have you installed Portal and Login server in the target database before attempting 1 above ?
3. Have you patched the Portal repository to the same patch level as that of the source database Portal Repository?

Similar Messages

  • FDMEE import script not working

    Hi,
    I had a simple import script in FDM Classic that was removing every lines of data from a source file for every amount lower than 0.50 and higher than-0.50.  The FDM Classic import script was:
    Function Remove_50(strField, strRecord)
    'Purpose: To skip lines of data  Between -0.50 AND
    0.50                
    If IsNumeric(strField) Then
       If Abs(strField) <= 0.50  Then
         RES.PblnSkip = True
       Else
         'Keep line:
         Remove_50 = strField
       End If
    End If
    End Function
    Now, I have to convert it to FDMEE Jython.  Here is my first try:
    def  PSA_Remove_50 ( strField, strRecord ):
    if abs(strField) <= 0.50:
    return 0
    else:
    return strField    
    Very simple import script but it is giving me a headache :Oo
    Thanks for your help!
    Dan

    I'd also say to stick with the BigDecimal data type unless you have a really good reason for using the float data type. If you start to multiply floats then you can end up with horrors like this if you're not careful where inaccuracies can start to creep in:
    >>> f = float(1.1)
    >>> f*1
    1.1
    >>> f*2
    2.2
    >>> f*3
    3.3000000000000003
    That's just something to be aware of if you decide to take the float route

  • Studio export/import button not working.

    To import existing lar file into studio do I need to configure anything ?
    I'm not able to use the export/import even when logged in as admin?

    There are two ways to get to the Manage Pages interface for any community, which is where LAR import/export functionality lives. You can access it by going to the Welcome Menu on the page, and clicking "Manage Pages." If you use this path, you will be unable to import a LAR file, as the application considers you to be "in" that community, and can't overwrite the pages with the LAR you're trying to import. Instead, you'll want to access this page by going to Control Panel -> Communities. For the desired community, click Actions -> Manage Pages. Now you should be able to go to the export/import section and import your LAR.

  • EXPORT IMPORT  STATEMENT NOT WORKING

    hI
       I AM USING THE FOLLOWING STATEMENT BUT THE VALUES ARE NOT COMING IN THE TABLE ACTOR_TAB1
    SUBMIT ZDISPLAY3 WITH P_MFRNR = P_MFRNR
                       WITH P_GFELD = P_GFELD AND RETURN
    IMPORT ACTOR_TAB1 = ACTOR_TAB1 FROM  MEMORY ID 'KAKAL_INS'.
    IN REPORT ZDISPLAY3 I AM USING THE FOLLOWING STATEMENT
      EXPORT ACTOR_TAB = ACTOR_TAB TO MEMORY ID 'KAKAL_INS'.
    IN INTERNAL TABLE ACTOR_TAB1 VALUE IS NOT COMING CAN ANY BODY TELLY WHY VALUE IS NOT GETTING POPULATED

    Hi kota,
    1. When u use memory id, make sure of the
    following points.
    a) The memory id is SAME as the variable name
    b) Memory id should be in CAPITAL
    c) When u want to import,
    the variable name should be same as original one,
    and should be declared in the same fashion only.
    regards,
    amit m.

  • OIM Export/Import fetaure not working

    When I try to click on export feature of OIM I revceive the following error:
    java.lang.NullPointerException
            at com.nexaweb.loader.xMethodInvoker.runInThread(xMethodInvoker.java:54)
            at com.nexaweb.server.api.admin.ServerAdminProxy.getMajorVersion(ServerAdminProxy.java:124)
            at com.nexaweb.loader.LauncherHelper.getMajorVersion(LauncherHelper.java:197)
            at jsp_servlet.__richclientlauncher._jspService(__richclientlauncher.java:449)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
            at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:409)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:318)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:176)
            at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:502)
            at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
            at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1086)
            at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
            at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:398)
            at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:319)
            at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:243)
            at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1198)
            at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:416)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:43)
            at com.tfs.oim.webapp.ForwardingLoginFilter.doFilter(ForwardingLoginFilter.java:54)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:43)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
            at weblogic.security.service.SecurityManager.runAs(Unknown Source)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.lang.NullPointerException
            at com.nexaweb.loader.xMethodInvoker.runInThread(xMethodInvoker.java:54)
            at com.nexaweb.server.api.admin.ServerAdminProxy.getMinorVersion(ServerAdminProxy.java:150)
            at com.nexaweb.loader.LauncherHelper.getMinorVersion(LauncherHelper.java:201)
            at jsp_servlet.__richclientlauncher._jspService(__richclientlauncher.java:449)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
            at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:409)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:318)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:176)
            at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:502)
            at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
            at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1086)
            at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
            at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:398)
            at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:319)
            at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:243)
            at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1198)
            at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:416)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:43)
            at com.tfs.oim.webapp.ForwardingLoginFilter.doFilter(ForwardingLoginFilter.java:54)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:43)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
            at weblogic.security.service.SecurityManager.runAs(Unknown Source)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.lang.NullPointerException
            at com.nexaweb.loader.xMethodInvoker.runInThread(xMethodInvoker.java:54)
            at com.nexaweb.server.api.admin.ServerAdminProxy.getBuildNumber(ServerAdminProxy.java:177)
            at com.nexaweb.loader.LauncherHelper.getBuildNumber(LauncherHelper.java:209)
            at jsp_servlet.__richclientlauncher._jspService(__richclientlauncher.java:449)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
            at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:409)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:318)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:176)
            at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:502)
            at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
            at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1086)
            at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
            at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:398)
            at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:319)
            at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:243)
            at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1198)
            at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:416)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:43)
            at com.tfs.oim.webapp.ForwardingLoginFilter.doFilter(ForwardingLoginFilter.java:54)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:43)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
            at weblogic.security.service.SecurityManager.runAs(Unknown Source)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    CAn you please help me to undetstand the missing to fix this.

    Hi kota,
    1. When u use memory id, make sure of the
    following points.
    a) The memory id is SAME as the variable name
    b) Memory id should be in CAPITAL
    c) When u want to import,
    the variable name should be same as original one,
    and should be declared in the same fashion only.
    regards,
    amit m.

  • Audio CD import is not working the cd is ejected before itunes can read it

    audio CD import is not working the cd is ejected before itunes can read it. Does anyone know how to fix this?
    Lainey

    Does this happen with all cd's or one in particular?
    Reset the SMC http://support.apple.com/kb/HT3964
    Reset the PRAM http://support.apple.com/kb/HT1379
    Try a cleaning disc. You can get them at places like Radio Shack.
    If nothing helps your optical drive has probably failed. You can replace it or purchase an inexpensive external drive. Don't buy the Apple SuperDrive as it won't work with macs that have a built in drive.

  • Export to Excel not Working

    Hi
    I'm using JDeveloper 11g TP4 and in Firefox 3.X export to excel not working
    Regards,
    JavaDeVeLoper

    Java developer,
    Firefox 3.x is not one of the documented supported browsers for 11g TP4 (FF 2.0.x and IE 7 are).
    I'm assuming by "export to excel," you are talking about an adf faces table?
    John

  • Export vCard is not working on Chrome; on Chrome Version 40.0.2214.93 m; function works on Mozilaa and IE.

    Export vCard is not working on Chrome; on Chrome Version 40.0.2214.93 m; function works on Mozilaa and IE; is anyone else seeing this same issue?

    Update; my OS is Windows 7 Pro 64-bit v1.08.00.AF B09 SP1.   Same issue reported (by 7 others) at => https://discussions.apple.com/thread/6779059

  • Why is exporting to PDF not working?

    Why is exporting to PDF not working?

    Dear Claudio,
    I know it wasn't much to go on but I got your attention!
    I work for a charity and use a program called "Donor Perfect".
    It has a feature that when you generate a report it gives you the option to export to MSWord, Excel, and PDF.
    Below is the step by step description of what happens.
     After log on ......
         1. Click on Reports
         2. Listings
         3. Report Category(any)
         4. Select Record type(any)
         5. Select report options (any selection filter that fits or Build a filter) and sort order(any)
         6. Enter title (accordingly)
         7. Click on Preview
         8. When next screen opens with report visible - in "Report Print preview" line above report choose PDF icon
         9. Export to PDF window opens
         10. click on Page range-ALL
         11. What to print-All pages in Range
         12. Save as C:\DPW32\dpsumm.pdf
         13. collate
         14. number of copies(1)
         15. Click on "Screen" 
         16. Click on "Display Conversion Status"
         17. Then "OK"
         18. After conversion status reaches "100%" nothing happens -screen does not change!
    Then I minimize DP screen and I go to Start menu 
         1. Click on Start
         2. Then "My Computer"
         3. Local Disk "C"
         4. Dpw32
         5. Look for "dpsumm" file with today's date
         6. Size of file says 0 KB and that's it!!!!
    In previous versions of DP (8 and 9)
    the PDF would open on the screen as soon as the Step 18 was finished, then I could save it with an identifying name to a different folder and use it as an attachment that a Donor could receive by e-mail.
    I hope I can get back to that because now I have to convert to "Word" (Which takes a long time)then from that I have to create PDF from Acrobat. too many steps ..... if I have 20-30 reports it's too cumbersome.
    Waiting for your suggestions,

  • VBA-script not working in InDesign

    Goal: To have text placed from Word formatted in the paragraph styles I like. I receive the text from other authors and they are formatted with standard Word paragraph style formatting.
    Two solutions:
    Format the text in Word (change paragraph styles) using VBA, place/import it and somehow make sure that InDesign uses the styles I already defined in InDesign, not the way that style is defined in Word. I can't figure out how to do this.
    Do the formatting in InDesign, using script. But the VBA-macro does not work in InDesign.
    How may I change the code in order to work in InDesign? The code should look for specific paragraph styles and change them or the style of the next paragraph.
    Sub stilSkifte()
    Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext, Name:="1"
    Dim para As Paragraph
    For Each para In ActiveDocument.Paragraphs 'søk gjennom hvert enkelt avsnitt i dokumentet
       On Error Resume Next
        'INGEN MELLOMROM og overskriftene
        If para.Range.Style = "Ingen mellomrom" Then
            para.Style = "Normal"
            GoTo SisteLinje 'Gå til linja i koden som heter SisteLinje, = gå til neste avsnitt
        End If
        If para.Range.Style = "Overskrift 1" Then
            para.Style = "Tittel-små"
            GoTo SisteLinje 'Gå til linja i koden som heter SisteLinje, = gå til neste avsnitt
        End If
        If para.Range.Style = "Overskrift 2" Then
            para.Style = "Ingress"
            GoTo SisteLinje 'Gå til linja i koden som heter SisteLinje, = gå til neste avsnitt
        End If
        If para.Range.Style = "Overskrift 3" Then
            para.Style = "mellomtittel"
            GoTo SisteLinje 'Gå til linja i koden som heter SisteLinje, = gå til neste avsnitt
        End If
        'NORMAL til BYLINE
        If para.Range.Style = "Ingress" Then
            If para.Next.Style = "Normal" Then
                para.Next.Style = "byline1"
            End If
               GoTo SisteLinje
        End If
        If para.Range.Style = "byline1" Then
            If para.Next.Style = "Normal" Then
                para.Next.Style = "byline2"
            End If
               GoTo SisteLinje
        End If
       'Hvis avsnittet er i NORMAL og det neste er...
        If para.Range.Style = "Normal" Then
            '...i NORMAL endres dette til NORMAL M INNRYKK
            If para.Next.Style = "Normal" Then
                para.Next.Style = "Normal med innrykk"
            End If
            GoTo SisteLinje
        End If
    SisteLinje: Next
    End Sub
    I apriciate any suggestions!

    Thank you Kasyan, but it doesn't work as I expected it to. The InDesign style are somtimes overridden, sometimes not. It seems to have something to do with wether the Word-style is based on another Word-style or not. In addition I have my InDesign styles grouped, and when InDesign upon placing a text doesn't find the style on the top level, it imports the Word-style.
    My solution:
    Change Word-styles so they are not based upon another style
    Running the VBA-code in Word
    Placing the text using "Use InDesign style definition" for paragraph and character styles conflicts.
    Editing the imported InDesign styles so that they are based upon and equals the original InDesign style in the respective group

  • Import Project not working... Help?

    I cannot for the life of me figure this out. Running two macs. I have an assistant now who rates/edits photos on one mac running Aperture. When she finished, I exported the project (without checking 'consolidate images') and then imported them on my computer. When I did this, I got the following:
    http://www.redtreedesign.com/other/aperture.png
    So I thought - maybe I should have checked the checkbox on the export. So I went back, checked the box and exported. Sure enough, on the import, I got the same. No files anywhere to be seen, but several folders.
    Any ideas? The files are stored in the aperture library (not referenced).
    Thanks,
    Josh

    I cannot for the life of me figure this out. Running
    two macs. I have an assistant now who rates/edits
    photos on one mac running Aperture. When she
    finished, I exported the project (without checking
    'consolidate images') and then imported them on my
    computer. When I did this, I got the following:
    http://www.redtreedesign.com/other/aperture.png
    How are you transferring the exported project between computers? If you are using the Windows drive sharing feature, that will not work and probably give you what you see. It could be something else as well.
    That would be my best guess as to what is happening. You could double-check the exported project contents when you receive it, use Finder to right-click on the project and select "Show Package Contents" - then you are looking at what files are inside that project. Compare what is in the original exported project on the computer it normally lives on with the copy, and see if there are any differences.

  • OIM Event handler resistered and Imported but not working

    hi,
    I am using OIM 11g in windows 32 bit envoirnment.
    I have registered a pre precess event handle and also imported it into oim but it's not working. pls find below details.
    DB Entry of MDS_PATHS Table
    1     LastNameEventHandlers.xml     197     196     /tiks/LastNameEventHandlers.xml          DOCUMENT     5          143     http://www.oracle.com/schema/oim/platform/kernel     eventhandlers     1          1          UTF-8     3558973303                    0     0
    DB Entry of plugins table
    2 com.holcim.hssa.eventhandler.LastNmPreProcessEventHandlers     oracle.iam.platform.kernel.spi.EventHandler     1.0     LastNamePreProcessEventHandlers     1
    need tio know where does the eventhandlers goes D:\ORCL_HOME\Oracle_IDM1\server\features this path or else,
    but it's not working

    The eventhandler
    <eventhandlers xmlns="http://www.oracle.com/schema/oim/platform/kernel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/schema/oim/platform/kernel orchestration-handlers.xsd">
    <action-handler class="com.holcim.hssa.eventhandler.LastNmPreProcessEventHandlers" entity-type="User" operation="CREATE" name="LastNmPreProcessEventHandlers" stage="preprocess" order="FIRST" sync="TRUE"/>
    </eventhandlers>
    The Plugin
    <oimplugins>
    <plugins pluginpoint="oracle.iam.platform.kernel.spi.EventHandler">
    <plugin pluginclass="com.holcim.hssa.eventhandler.LastNmPreProcessEventHandlers" version="1.0" name="LastNamePreProcessEventHandlers"/>
    </plugins>
    </oimplugins>
    The handler
    package com.holcim.hssa.eventhandler;
    import java.io.PrintStream;
    import java.util.HashMap;
    import oracle.iam.platform.context.ContextAware;
    import oracle.iam.platform.kernel.spi.PreProcessHandler;
    import oracle.iam.platform.kernel.vo.*;
    public class LastNmPreProcessEventHandlers
    implements PreProcessHandler
    public LastNmPreProcessEventHandlers()
    methodName = "";
    System.out.println("LastNmPreProcessEventHandlers called of NamePreProcessEventHandlers 16 ");
    public boolean cancel(long arg0, long arg1, AbstractGenericOrchestration arg2)
    System.out.println("cancel called");
    return false;
    public void compensate(long arg0, long arg1, AbstractGenericOrchestration arg2)
    System.out.println("getParamaterValue called");
    public EventResult execute(long processId, long eventId, Orchestration orchestration)
    System.out.println("EventResult execute called of LastNmPreProcessEventHandlers 16 ");
    methodName = "execute";
    HashMap parameters = orchestration.getParameters();
    System.out.println((new StringBuilder("Parameters ")).append(parameters).toString());
    String operation = orchestration.getOperation();
    System.out.println((new StringBuilder("Pre Process Operation ")).append(operation).toString());
    if(operation != null && operation.equalsIgnoreCase("create"))
    String firstName = getParamaterValue(parameters, "First Name");
    if(firstName != null && !firstName.trim().isEmpty() && !parameters.containsKey("Middle Name"))
    orchestration.addParameter("Middle Name", firstName.substring(0, 1));
    return new EventResult();
    public BulkEventResult execute(long arg0, long arg1, BulkOrchestration arg2)
    System.out.println("BulkEventResult called of LastNmPreProcessEventHandlers 16 ");
    return null;
    public void initialize(HashMap arg0)
    System.out.println("initialize");
    private String getParamaterValue(HashMap parameters, String key)
    System.out.println((new StringBuilder("getParamaterValue")).append(key).toString());
    String value = (parameters.get(key) instanceof ContextAware) ? (String)((ContextAware)parameters.get(key)).getObjectValue() : (String)parameters.get(key);
    return value;
    private String methodName;
    Also have a question where does it goes after export
    D:\ORCL_HOME\Oracle_IDM1\server\features or elsewhere?

  • Indesign cc 2014 export to spreads not working

    Hello
    I have a book on indesign 36 pages, when I export to pdf (not interactive) I click the option spreads, low quality because it is a proof.
    my problem is that some pages are exported as spreads but others are not being exported as spreads
    help please!!!
    thank you

    If there are multiple pages within any individual file in your book, those can be output as spreads, but you cannot print a spread made from the last page of file A and the first page of file B even though they are together in the finished book.
    If you need to have spreads, I'd export the entire book to PDF (as single pages), then place the PDF into a new .indd file using Scott Zanelli's script (InDesignSecrets » Blog Archive » Zanelli Releases MultiPageImporter for Importing both PDF and INDD Files) and print your spreads from that, but really, do you need spreads for a proof?

  • Script not worked in Photoshop

    Hi !
    My script is worked in  ExtendScript Toolkit, but doesn't worked in PS SC6 via export from Configurator 3. What is problem ?
    #target photoshop;
    var mainFolder = "~/testFolder";
    var PrinterFolder = mainFolder  + '/printer';
    var myFoldersArray  =[];
    var content = [];
    myFoldersArray = readFolder(this.PrinterFolder);
    alert(myFoldersArray );
    function readFolder(folderName){//----------------------------------------------------------------------------------------------------
    myFolder = new Folder(folderName);
    myFoldersArray  =[];
    myFoldersArray = myFolder.getFiles( function( file ) { return file instanceof  Folder} );
    return myFoldersArray  ;

    Not right, I'm used this markers in other parts of scripts- all worked. I'm thing what mistake (are marked):
    var myFoldersArray =[];
    myFoldersArray = readFolder(this.PrinterFolder);
    function readFolder(folderName, newName){//----------------------------
    myFoldersArray =[];
    I'm change name of the array myFoldersArray1 in the function and delete link "this" - script are worked.

  • Script not working anymore(SOLVED)

    I made a basic script and it was working fine for a few hours.I went to work,got back and it stopped working.
    I created a folder in  my ~/bin directory and used export PATH=$PATH:~/bin,also i gave the script execution privileges
    with chmod 755 pac so I'm not sure where i went wrong .The only thing that comes to mind is that i didn't use chmod u=x pac.
    Btw I used echo $PATH and my ~/bin directory was there.As soon as i use the export command again it works
    Last edited by unilx (2011-03-05 17:40:18)

    I'm still a noob at this but i think it's shell scripting,here is my script:
    I use pac to execute this one
    1 #!/bin/bash -
    2 #===============================================================================
    3 #
    4 # FILE: pow.sh
    5 #
    6 # USAGE: ./pow.sh
    7 #
    8 # DESCRIPTION: A script to execute powerpill and do a system,refresh,refresh,update.
    9 #
    10 # OPTIONS: ---
    11 # REQUIREMENTS: ---
    12 # BUGS: ---
    13 # NOTES: ---
    14 # AUTHOR:
    15 # COMPANY:
    16 # CREATED: 03/04/2011 04:20:50 AM AST
    17 # REVISION: 1.0
    18 #===============================================================================
    19
    20 set -o nounset # Treat unset variables as an error
    21
    22 clear
    23
    24 echo "Hello unilx"
    25
    26 date
    27
    28 sudo pacman-color -Syyu
    29
    30 echo "System update complete"
    31
    32 clear
    33
    34 exit
    and pow for this one
    1 #!/bin/bash -
    2 #===============================================================================
    3 #
    4 # FILE: pow.sh
    5 #
    6 # USAGE: ./pow.sh
    7 #
    8 # DESCRIPTION: A script to execute powerpill and do a system,refresh,refresh,update.
    9 #
    10 # OPTIONS: ---
    11 # REQUIREMENTS: ---
    12 # BUGS: ---
    13 # NOTES: ---
    14 # AUTHOR:
    15 # COMPANY:
    16 # CREATED: 03/04/2011 04:20:50 AM AST
    17 # REVISION: 1.0
    18 #===============================================================================
    19
    20 set -o nounset # Treat unset variables as an error
    21
    22 clear
    23
    24 echo "Hello unilx"
    25
    26 date
    27
    28 sudo powerpill -Syyu
    29
    30 echo "System update complete"
    31
    32 clear
    33
    34 exit
    and this was the error:
    bash: pac: command not found
    the same with pow
    I know both files say pow.sh.It was a mistake that i just noticed now.I used vim pow.sh to start the syntax and renamed it to pow with :w pow
    Last edited by unilx (2011-03-04 20:06:59)

Maybe you are looking for