Creating and organizing one large document from many small "forms"

I'm organizing a symposium and attendees submit abstracts.
I have set up a "form" using Word to distribute to people to fill out and named all the fields, example: "Title," "Firstauthor," "Body." Etc.
They are going to email me completed forms.
I was hoping that it'd be easy to make a drag/drop Script so that I can just drag and drop these files to create big document that would organize the abstracts & attendees into a program.
Word has the "catalog" creation option in the merge-manager. But it uses some sort of tab delimiting scheme for acquiring its data when it's going to be in the form of various fields and the field-names.
At my disposal, I also have File Maker Pro, but doesn't really seem to be able to do what I want to. I don't want to manually enter information (hundreds of attendees).
Could I make a script that would:
tell FileMaker to open a database and create a new entry
tell word to get from a field "FirstName" and copy to clipboard
tell filemaker to paste from clipboard to cell "firstname" of the new entry
....etc. with the other the fields .... and so on? to create the database in file maker. and then in Word, the merge-manager has a user-friendly interface to merge data from a FileMaker database and use the create a catolog feature. Is this too convoluted?
Any suggestions on the best route? any ideas? I don't think what I'm trying to do is all that unusual.
I've never written an applescript, but I have used them and I read about the language. I am generally a quick learner .... I just need to be pointed into the best plan of attack or know what the capabilities are.
Powerbook G4   Mac OS X (10.4.8)   OfficeX and File Maker Pro
Powerbook G4   Mac OS X (10.4.8)  

Hi Ettor,
Firstly, if the document is password protected, then I don't know if it could be done. Tatro's documents probably aren't. The first step is to unprotect the fill-in form document with ui scripting:
tell application "Microsoft Word" to activate
tell application "System Events"
tell process "Microsoft Word"
tell menu bar 1
tell menu "Tools"
delay 1
click menu item "Unprotect Document"
end tell
end tell
end tell
end tell
The document needs to be unprotected for macros to work. from there you can run a saved macro that sets the Save Preference, Save data only for forms. I named my recorded macro "ChangeFormPref". The macro could probably save the file also, but I wanted a simple macro. To run the macro, I found this on the Internet somewhere:
do Visual Basic "Application.Run \"ChangeFormPref\""
At this point, when you save the document, it's saved as text with AppleScript. Here's the entire script with no error checking:
set dp to (path to desktop as string)
set fs to (dp & "new.txt")
tell application "Microsoft Word" to activate
tell application "System Events"
tell process "Microsoft Word"
tell menu bar 1
tell menu "Tools"
delay 1
click menu item "Unprotect Document"
end tell
end tell
end tell
end tell
tell application "Microsoft Word"
activate
do Visual Basic "Application.Run \"ChangeFormPref\""
delay 1
save front document in fs
end tell
The delays may not be necessary, except for the one that waits for Word to activate. Here, I just placed the new.txt file on the desktop for testing.
Next, AppleScript could easily concatenate the files creating data for a database. I would probably use the new.txt file as a temporary file, read that file, concatenate to a main file, clear the temp file, rewrite to it with Word, etc.. It might be faster though to create all the files first with some naming convention.
I wasn't sure if Tatro was coming back, but am glad someone may use it.
Note that Tatro is using Word X.
Edited: I should give a warning that if you unprotect document and protect it again you lose the data. reprotecting seems to clear the form.
gl,

Similar Messages

  • Dividing One large Image to many smaller images

    Dear Java developers,
    I have 1 Large Image, and I want to divide it
    into many smaller images, But I don't see
    any Java API to make it...
    Anybody can help me ?
    Thanks in Advance,

    I'd guess using BufferedImage and subimages thereof is faster than filtering it. Although it depends much on the implementation of the original image source, and its caching strategies. But it's pretty certain that when you are creating a BufferedImage which is appropriate for you current color model, you avoid most conversions which may be needed when rendering directly from an image source.
    Having said that, the image source and filtering way may even use more memory and cpu than the buffered image way. At least temporary. But the image source is allowed to release almost all memory associated with the image, down to retaining only the original URL.
    In simpler words:
    - With BufferedImage you can be quite sure how much memory it will need. Add up the space needed for the Raster and auxiliary data and there you are. It won't change much over time. But it's not present in JDK 1.1.
    -- Simple, predictable and modern.
    - ImageSource is pretty much opaque in how much memory it will use. However, it's interface allows dropping most resources and re-creating them on demand. Of course, you'll know what it does when you're implementing it yourself. Which I tend to do from time to time.
    -- Complex (flow control), opaque but present in JDK 1.1.
    Your mileage may vary. There would be no challenge in programming if there were no tough decisions to be made ;-)
    /kre

  • Creating one large pdf from 2 smaller pdfs

    Is there a way to do this in Acrobat 7? I have several single pages which are 6" x 10.5" which I want to create reader spreads with.
    thanks

    The short answer is "No." To do this, you should place the two pages into InDesign, and make a new PDF.
    Or you should acquire a PDF imposition plug-in. To find them, you could do a Google search for "PDF imposition".

  • How to create and modify an XML file from an Oracle Form

    I would like to build an Oracle Form to maintain a small XML file in the file system (i.e. Not in Oracle database but in the operating system).
    I would like the Form to display existing values from the XML file and the user can update and save content back to the XML file.
    Can any one tell me how this can be done? Thanks.

    Does Forms 9i provide any XML Parser Functions?
    Can I insert the XML file into a table column by inserting XML using the XSU Front End rather than using TEXT_IO to maintain the XML file directly?
    Can I use XSU PL/SQL API in Forms to retrieve and modify XML values?
    Any help is appreciated.

  • IPad mail sending one page PDF documet as a picture. This picture is not viewing for other people who email open. this problem is from iBooks and from Pages.  (if I sending one page document from Pages from iPhone is ok - PDF)

    iPad mail sending one page PDF documet as a picture. This picture is not viewing for other people who email open. this problem is from iBooks and from Pages.
    (if I sending one page document from Pages from iPhone is ok - PDF. If I sending one page document from iPad is mistake. )

    Turn off rich text in your email signature. Delete images too, if any.

  • How do I Create and Manage one library for several computers

    As our family has grown over the years, we have 4 kids and 6 macs and duplicate images scattered thought all the separate computers in their own libraries. Is there a way to create and manage one central library that all computers access? That way we can reduce the headaches when we need an image and have to go to each computer and search it's library. Not to mention when we need to jump on a computer and it doesn't happen to be the one we have our library on and need to download our pictures and they end up forever lost on a different computer.

    You cannot share a library over the network, since a library needs to be on a locally mounted volume, but you can put a shared library onto a "sneaker drive" and plug it into each of your mad in turn, see Apple's support document:
    iPhoto: Sharing libraries among multiple users  http://support.apple.com/en-us/HT201517
    iPhoto does not support to merge libraries. But iPhoto Library Manager can.
    You can download it here:   http://www.fatcatsoftware.com/iplm/
    See : http://www.fatcatsoftware.com/iplm/Help/merging%20libraries.html
    Or, if you have Aperture, you can use it to merge libraries. Aperture 3.3: How to use Aperture to merge iPhoto libraries

  • Server0 process in yellow and in status "starting apps" from many times

    Hi to all,
    platform windows/SQL
    I have a problem , I just made a system copy of my BI-Java (NW 7.0 SR3 ) using database independent system copy method.
    I make the export : all OK.
    I make the import ( system copy tool sapinst ) : All ok without errors.
    Now I'm tryng to start the Java ap server ( ABAP IS UP AND WORKS ) but it doesn't start : in MMC I see the java server0 process in yellow and in status "starting apps" from many times.
    Please help , what can I do ?

    I Eric ,
    I waited , but still yellow :
    here is the dev_server0 , it is very very  long file so i post most important parts of the log
    trc file: "F:\usr\sap\JBX\JC00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID5856350
    pid         : 2460
    system name : JBX
    system nr.  : 00
    started at  : Mon Nov 15 18:32:02 2010
    arguments       :
           arg[00] : F:\usr\sap\JBX\JC00\exe\jlaunch.exe
           arg[01] : pf=F:\usr\sap\JBX\SYS\profile\JBX_JC00_sappino
           arg[02] : -DSAPINFO=JBX_00_server
           arg[03] : pf=F:\usr\sap\JBX\SYS\profile\JBX_JC00_sappino
    [Thr 1676] Mon Nov 15 18:32:02 2010
    [Thr 1676] *** WARNING => INFO: Unknown property [instance.box.number=JBXJC00sappino] [jstartxx.c   841]
    [Thr 1676] *** WARNING => INFO: Unknown property [instance.en.host=sappino] [jstartxx.c   841]
    [Thr 1676] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 1676] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\JBX\JC00\j2ee\cluster\instance.properties]
    -> ms host    : sappino
    -> ms port    : 3901
    -> OS libs    : F:\usr\sap\JBX\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\JBX\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sappino
    -> ms port    : 3901
    -> os libs    : F:\usr\sap\JBX\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\JBX\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID5856300  : F:\usr\sap\JBX\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID5856350  : F:\usr\sap\JBX\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID5856300            : F:\usr\sap\JBX\JC00\j2ee\cluster\instance.properties
    -> [01] ID5856350            : F:\usr\sap\JBX\JC00\j2ee\cluster\instance.properties
    [Thr 1676] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 1676] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 2796] JLaunchRequestFunc: Thread 2796 started as listener thread for np messages.
    [Thr 1116] WaitSyncSemThread: Thread 1116 started as semaphore monitor thread.
    [Thr 1676] Mon Nov 15 18:32:03 2010
    [Thr 1676] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 1676] CPIC (version=700.2006.09.13)
    [Thr 1676] [Node: server0] java home is set by profile parameter
         Java Home: C:\JAVA_SDK_64BIT
    [Thr 1676] JStartupICheckFrameworkPackage: can't find framework package F:\usr\sap\JBX\JC00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID5856350]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\JAVA_SDK_64BIT
    -> java parameters    : -Djco.jarm=1 -verbose:gc -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -XX:NewSize=341m -XX:MaxNewSize=341m -XX:MaxPermSize=192m -XX:PermSize=192m -XX:DisableExplicitGC -XX:PrintGCDetails -XX:+PrintGCTimeStamps -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc
    -> java vm version    : 1.4.2_26-b03
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : F:\usr\sap\JBX\JC00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : F:\usr\sap\JBX\JC00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : F:\usr\sap\JBX\JC00\exe\jstartup.jar;F:\usr\sap\JBX\JC00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 1676] JLaunchISetDebugMode: set debug mode [no]
    [Thr 2372] JLaunchIStartFunc: Thread 2372 started as Java VM thread.
    [Thr 2372] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -verbose:gc
    -> arg[  5]: -Djava.awt.headless=true
    -> arg[  6]: -Dsun.io.useCanonCaches=false
    -> arg[  7]: -Djava.security.policy=./java.policy
    -> arg[  8]: -Djava.security.egd=file:/dev/urandom
    -> arg[  9]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 10]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 11]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 12]: -XX:NewSize=341m
    -> arg[ 13]: -XX:MaxNewSize=341m
    -> arg[ 14]: -XX:MaxPermSize=192m
    -> arg[ 15]: -XX:PermSize=192m
    -> arg[ 16]: -XX:+DisableExplicitGC
    -> arg[ 17]: -XX:+PrintGCDetails
    -> arg[ 18]: -XX:+PrintGCTimeStamps
    -> arg[ 19]: -XX:SurvivorRatio=2
    -> arg[ 20]: -XX:TargetSurvivorRatio=90
    -> arg[ 21]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 22]: -verbose:gc
    -> arg[ 23]: -Dsys.global.dir=F:\usr\sap\JBX\SYS\global
    -> arg[ 24]: -Dapplication.home=F:\usr\sap\JBX\JC00\exe
    -> arg[ 25]: -Djava.class.path=F:\usr\sap\JBX\JC00\exe\jstartup.jar;F:\usr\sap\JBX\JC00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 26]: -Djava.library.path=C:\JAVA_SDK_64BIT\jre\bin\server;C:\JAVA_SDK_64BIT\jre\bin;C:\JAVA_SDK_64BIT\bin;F:\usr\sap\JBX\JC00\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;c:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;F:\usr\sap\JBX\SYS\exe\uc\NTAMD64
    -> arg[ 27]: -Dmemory.manager=2048M
    -> arg[ 28]: -Xmx2048M
    -> arg[ 29]: -Xms2048M
    -> arg[ 30]: -Xss2M
    -> arg[ 31]: -DLoadBalanceRestricted=no
    -> arg[ 32]: -Djstartup.mode=JCONTROL
    -> arg[ 33]: -Djstartup.ownProcessId=2460
    -> arg[ 34]: -Djstartup.ownHardwareId=M1883233260
    -> arg[ 35]: -Djstartup.whoami=server
    -> arg[ 36]: -Djstartup.debuggable=no
    -> arg[ 37]: -Xss2m
    -> arg[ 38]: -DSAPINFO=JBX_00_server
    -> arg[ 39]: -DSAPSTARTUP=1
    -> arg[ 40]: -DSAPSYSTEM=00
    -> arg[ 41]: -DSAPSYSTEMNAME=JBX
    -> arg[ 42]: -DSAPMYNAME=sappino_JBX_00
    -> arg[ 43]: -DSAPDBHOST=SAPPINO
    -> arg[ 44]: -Dj2ee.dbhost=SAPPINO
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 2372] Mon Nov 15 18:32:04 2010
    [Thr 2372] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3844] Mon Nov 15 18:32:07 2010
    [Thr 3844] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3844] Mon Nov 15 18:32:08 2010
    [Thr 3844] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3844] Mon Nov 15 18:32:09 2010
    [Thr 3844] JLaunchISetClusterId: set cluster id 5856350
    [Thr 3844] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3844] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Mon Nov 15 18:33:09 2010
    66.769: [GC 66.779: [DefNew
    Mon Nov 15 18:33:12 2010
    : 174592K->12719K(261888K), 2.4968787 secs] 174592K->12719K(2009856K), 2.5007114 secs]
    Mon Nov 15 18:33:28 2010
    85.012: [GC 85.019: [DefNew
    Mon Nov 15 18:33:31 2010
    : 187311K->15802K(261888K), 2.9950002 secs] 187311K->15802K(2009856K), 2.9962968 secs]
    Mon Nov 15 18:33:42 2010
    99.362: [GC 99.363: [DefNew
    Mon Nov 15 18:33:43 2010
    : 190394K->18114K(261888K), 1.3817075 secs] 190394K->18114K(2009856K), 1.3817727 secs]
    Mon Nov 15 18:34:04 2010
    121.270: [GC 121.270: [DefNew: 192706K->22709K(261888K), 0.4353252 secs] 192706K->22709K(2009856K), 0.4354424 secs]
    Mon Nov 15 18:34:14 2010
    131.077: [GC 131.079: [DefNew
    Mon Nov 15 18:34:15 2010
    : 197301K->29493K(261888K), 0.9813876 secs] 197301K->29493K(2009856K), 0.9823920 secs]
    [Thr 3344] Mon Nov 15 18:34:36 2010
    [Thr 3344] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    Mon Nov 15 18:34:44 2010
    160.965: [GC 160.966: [DefNew
    Mon Nov 15 18:34:47 2010
    : 204085K->40068K(261888K), 3.8189779 secs] 204085K->40068K(2009856K), 3.8194810 secs]
    [Thr 3532] Mon Nov 15 18:34:54 2010
    [Thr 3532] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 4932] Mon Nov 15 18:34:57 2010
    [Thr 4932] JHVM_RegisterNatives: registering methods in com.sap.i18n.cp.ConverterJNI
    Mon Nov 15 18:35:09 2010
    186.312: [GC 186.315: [DefNew: 214660K->44513K(261888K), 0.4742509 secs] 214660K->44513K(2009856K), 0.4773469 secs]
    [Thr 3844] Mon Nov 15 18:38:32 2010
    [Thr 3844] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    Mon Nov 15 18:39:18 2010
    435.575: [GC 435.576: [DefNew: 219105K->48184K(261888K), 0.2394759 secs] 219105K->48184K(2009856K), 0.2397480 secs]
    Mon Nov 15 18:39:20 2010
    Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.TypeMappingImpl::initializeRelations
    Mon Nov 15 18:39:23 2010
    440.506: [GC 440.506: [DefNew: 222776K->50686K(261888K), 0.1335379 secs] 222776K->50686K(2009856K), 0.1335965 secs]
    Mon Nov 15 19:42:07 2010
    [Unloading class sun.reflect.GeneratedMethodAccessor14]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor127]
    [Unloading class sun.reflect.GeneratedMethodAccessor13]
    [Unloading class sun.reflect.GeneratedMethodAccessor105]
    [Unloading class sun.reflect.GeneratedMethodAccessor99]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor135]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor4]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor96]
    [Unloading class sun.reflect.GeneratedMethodAccessor128]
    Mon Nov 15 19:42:08 2010
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor17]
    [Unloading class sun.reflect.GeneratedMethodAccessor119]
    [Unloading class sun.reflect.GeneratedMethodAccessor64]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor29]
    [Unloading class sun.reflect.GeneratedMethodAccessor47]
    [Unloading class sun.reflect.GeneratedMethodAccessor86]
    [Unloading class sun.reflect.GeneratedConstructorAccessor72]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor14]
    [Unloading class sun.reflect.GeneratedMethodAccessor109]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor82]
    [Unloading class sun.reflect.GeneratedMethodAccessor156]
    [Unloading class sun.reflect.GeneratedMethodAccessor147]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor94]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor65]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor93]
    Mon Nov 15 19:42:09 2010
    [Unloading class sun.reflect.GeneratedMethodAccessor107]
    [Unloading class sun.reflect.GeneratedMethodAccessor142]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor2]
    Mon Nov 15 20:19:06 2010
    : 1488916K->1046521K(1747968K), 3204.1629115 secs] 1749638K->1046521K(2009856K), 3204.1631834 secs]

  • I have a new laptop and I am trying to download CS3. The site on adobe gives an error message and the one I tried from this forum downloaded CS3 extended, so my serial number does not work. Does anyone have any suggestions. Regards Vicki

    Hi,
    I have a new laptop and I am trying to download CS3. The site on adobe gives an error message and the one I tried from this forum downloaded CS3 extended, so my serial number does not work. Does anyone have any suggestions. Regards Vicki

    The trial is always extended. The serial number you enter determines whether it runs as standard or extended.
    I'm getting through fine with that link, so it must be a browser issue or some such thing. Try another browser.

  • I want to create and then email holiday cards from my iMAC.  All I can find are IOS apps.  Are then any OS X apps to do this?

    I  want to create and then email holiday cards from my iMAC, preferably in spanish but english would be OK.  All I can find are IOS apps.  Are then any OS X apps to do this?  Thanks!

    Two apps that I have that do different types of greeting cards.
    The Print Shop Pro.
    Swift Publisher
    And, if I remember correctly,  the free image editor, Gimp, has templates for different greeting cards, also.

  • Create an XML document from a HTML form???

    Good morning, is it possible to create an XML document from a HTML form
    if yes, can someone tell me how to proceed exactely, I would be very thankful!

    Hi,
    A very simple intro at this link. Apologies for anything unclear.
    http://cswww.essex.ac.uk/TechnicalGroup/TechnicalHelp/xmlCreate.htm
    best
    kev

  • I have a MACBook and need to read documents from the govenment. Where do i get Pure edge viewer or something that will work?v

    I have a MACBook and need to read documents from the government. Where do I get Pure edge viewer or something that will work?  I have Adobe already.

    Try this page http://net4geeks.com/index.php?option=com_content&task=view&id=69&Itemid=13

  • Few large nodes or many small nodes

    Hi guys,
    In general, what option is better to implement a RAC system; few large nodes or many small nodes?
    Say we have a system with 4 nodes of 4 CPU and a system with 8 nodes of 2 CPU. Will there be a performance difference?
    I understand there won't be a clear cut answer for this. But I'd like to learn from your experiences.
    Regards,

    Hi,
    The worst case in terms of block transfer is 3-way, doesn't matter if you have 100 nodes a single block will be accessed at max in 3 hops. But there are other factors to consider
    example if you're using FC for SAN connectivity I'd assume trying to connect 4 servers could cost more than 2 servers.
    On the load let's say your load is 80 (whatever units) and equally distributed among 4 servers each servers will have 20 (units). If one goes down or shutdown to do a rolling patch then load of that will be distributed among other 3 so these will have 20 + 20/3 = 26.666. Imagine the same scenario if there was only two servers then each will have 40 and if one goes down one server has to carry the entire load. So you have to do some capacity planning interms of cpu to decide if 4 nodes better or 2 nodes better.

  • 1 large lun or many smaller luns

    Hi,
    I'm running Oracle 10g/11g. I'm NOT using ASM (that isn't an option right now). My storage is IBM DS3500 with IBM SVC in front of it.
    My question is, is it better to have 1 large lun or many smaller luns for the database (assuming its the same number of spindles in both cases)?
    Are there any limitations with queue depth..etc. I need to worry about with the 1 large lun?
    Any info would be greatly appreciated.
    Thanks!

    Hi,
    You opened this thread on ASM forum and you are not using ASM Filesystem (???????)....what gets dificult to answer your questions.
    Well...
    First you need to consult the manual/whitepapers/technotes of filesystem that you will use to check what are the recommendations for the database using this filesystem.
    eg. using JFS2 on AIX you can enable CIO...
    Another point:
    Create large luns can be useful and can be not. All depends on the characteristics of your env.
    e.g: I believe is not good placing 2 databases with different characteristcs of access/troughput in same filesystem. One database can cause performance issue on others database if theys share same Lun.
    I particularly dislike Large Luns to an environment that will store several database .... I usually use Large Luns for large databases, and yet without sharing the area with other databases.
    My thoughts {message:id=9676881} although it is valid for ASM.
    I recommend you read it:
    http://docs.oracle.com/cd/E11882_01/server.112/e16638/iodesign.htm#PFGRF015
    Regards,
    Levi Pereira

  • Query performance - A single large document VS multiple small documents

    Hi all,
    What are the performance trade offs when using a single large document VS multiple small documents ?
    I want to store xml snippets with similar structure in a container. Is there any benefit while querying, if I use a single large document to store all these snippets against adding each snippet as a different document. Would it degrade the performance when adding an xml snippet each time by modifying an existing document?
    How could we decide whether to use a single large document VS multiple small documents?
    Thanks,
    Anoop

    Hello Anoop,
    In case you wanted to get a comparison between the storage types for containers, wholedoc and node, let us know.
    What are the performance trade offs when using a
    single large document VS multiple small documents ?Depends on what is more important to you, performance when creating the container, and inserting the document(s) or performance when retrieving data.
    For querying the best option is to go with smaller documents, as node indexes would help in improving query performance.
    For inserting initial data, you can construct your large document composed of smaller xml snippets and insert the document as a whole.
    If you further want to modify this document changing its structure implies performance penalties; more indicated is to store the xml snippets as documents.
    Overall, I see no point in using a large document that will hold all of your xml snippets, so I strongly recommend going with multiple smaller documents.
    Regards,
    Andrei Costache
    Oracle Support Services

  • Create and Enable Find/Torch menu Button in Customized Form

    Hello Friends,
    I want to Create and Enable Find/Torch menu Button in Customized Form??? How can i do that? Please Help !!!
    Thanx in Advance
    Deepak Arora

    Hi,
    Please see the Application Developer guide.
    Applications Releases 11i and 12
    http://www.oracle.com/technetwork/documentation/applications-089559.html
    Thanks,
    Hussein

Maybe you are looking for

  • Desktop Manager Problem on Windows 7

    I have DM 5.0.1.28 running on Windows 7 and I just purchased a new Bold 9000.  I am able to send/receive files to the Bold using Blue Tooth with my computer software, but am unable to sync using Blue Tooth with the DM.  I connect to the DM fine but w

  • Webcenter  Integrating web2.0 Service

    use WebCenter Links Service in my ADFpage. when runing , that the error is as follows: [JpsAuth] Check Permission PolicyContext: TestApp#V2.0 Resource/Target: view.pageDefs.linkPagePageDef Action: view Permission Class: oracle.adf.share.security.auth

  • Info record price  BAPI_PO_CREATE1

    Hello all, I am creating new POs using the BAPI 'BAPI_PO_CREATE1'. My requirement is to update the price from info record. 1. Is it possible ? 2. If yes, please let me know with details. Thanks is adv. Regards, Amarjit

  • Display image color profile

    Can LR display the ICC color profile name of an image ? Had to turn to Photoshop to retreive that info I had forgotten to add in the file name ( "Picture_zzz_xxxPrinter_yyyPaper_profile_nnnDPI_WxH.tif" ) pretty basic, isn't it ? Moreover long filenam

  • BitmapData.draw() and displayobject with 3D transformations

    Hi all, I have a sprite with some objects in it which are transformed in 3D (positioned and rotated). The objects form a coneshape in such a way that the objects that make up the back are hidden. When I use that sprite as a source for the bitmapData.