Import/Export Log of workflows

Hi all,
I have one very simple doubt. When I import/export any workflow, a message
gets displayed that w/f is successfully imported/exported. Now say I want to
know the exact date/time of when a particular workflow is imported in the
studio.
Can I know that from any log file ? Is there any feature to know that?
thanks in advace.

Hi Olli,
For the multiple numeric limit test, you will need to individually specify which numeric limits you want to export. Lets suppose you have 3 sets of limits for your multiple numeric limit test. If you wanted to export the first set, you would use the syntax
Step.Result.Measurement[0].Limits.Low
Step.Result.Measurement[0].Limits.High
You will need to do this for each set of limits you have in your array. Simply replace the "?" with the index of the element in the array.
Hope this helps!
Best Regards,
Jonathan N.
National Instruments

Similar Messages

  • Regarding Workflow 2.6.2 backup/migration/import/export

    hi folks. i m quite amazed that this forum does not provide any answer to the question of taking backup of workflow 2.6.2 or import/export of owf_mgr schema. if one cannot take backup how this oracle workflow is stable. how this product is suitable for any organization. its a very basic requirement. ok its about processes and states.... but, even then i cant get the logic of not taking a backup. sometime we have to move data across servers
    the only answer that i have seen for this is way back jan-09-2003 that its not possible yet. its now 2006 any one who can guide may be i got something or many a things wrong.

    hi folks,
    thanks for reply
    Matt: considering ur statment para what i get for para 1
    Full backup is fine - although there are some objects which are owned by SYS, as long as youare going from one database with WF installed to another one, you should be OK.
    is
    what i understand that u are talking about taking backup of entire database and not of just owf_mgr from export utility. if this is the case then do i really need to have owf_mgr user/schema installed where i have to import that backup
    Secondly for Para 2
    Runtime data is a different thing altogether, although I can't really see why you would want to migrate the runtime data from one DB to another.
    what i get from ur description of Runtime data here, is about the data that represents different process states relavant data which is stored and maintained in different tables. Am I Right?
    if the answer is yes then the answer to ur question (asked in the last line of ur statment) is that i dont want only runtime data to be exported rather i wanna export full user and its schema. and the reason from moving it from one server to another server is simply to have backup for the time of system crash or failiure
    I am keenly anticipating ur reply

  • Export a table to memory ID and import it in the Workflow.

    Hi,
    For a particular requirement,
    We are triggering Workflow from the User Exit MV45AFZZ.
    Before triggering this WF, I am trying to export an internal table to a memory ID and trying to Import it back from the same memory ID into an internal table in the Workflow task. This is failing.
    Even the name of internal tables and memory IDs are similar.
    Can we do this like this? If yes please let me know how to do this.
    Thanks & Regards,
    Mallika Maktala

    Initially,
    I have populated the values of the internal table in to a Database table, immediately called Workflow, in a task tried to retrieve the data from the database table.
    But though there is some data in the table, it dint retrieve any data, as at that point the table may not be updated.
    So now I used this Import export concept.
    I think its in same session, but still not working,
    Any solution?
    Mallika Maktala

  • Application import/export failing, hopefully a simple one though

    hi all,
    i'm very new to oracle and am trying to get going with xe. i'm working between work and home and want to be able to transport wherever i'm at to work/home - so i thought the application import/export function would be the best way? first of all, is it?
    if so - i keep getting the
    failed to parse SQL query:
    ORA-00942: table or view does not exist
    error
    i'm running the same versions of oracle, on the same platforms (Application Express 2.1.0.00.39, winXPpro all service packed up). both my users have dba roles and the apps work fine on the machines i created them on. the import and install processes claim to be successful and the error only comes up when i try to log in to the application. any ideas?
    btw - the apps are just simple tests, dependences etc with a couple rows in each table]
    any help be much appreciated even if its "go read this!" as i've googled away & got not much....
    cheers!

    Your problem is likely that in your office you do not have the tables required by your program. The export does not include your tables. You have to create them yourselves

  • Error import / export in console standalone

    hai all,
    error import / export in console standalone
    iam logged in 9i console standalone pc not connected any other pc.
    unable to import or export or load any database
    because the error shows that
    only on OMS mode is possible
    how can import or export or load?
    any help?
    thanks in advance
    rcs
    ------

    I have no idea what you are asking or in what environment you are work.
    Lets start with the need for a version number ... 9i is not a version ... it is a marketing label. Do you mean 9.0.? or 9.2.0.1 or 9.2.0.8 no one knows.
    Second I have no idea what a you intend to convey with the statement "console standalone pc."
    Third "unable" means what? That the pc crashed and burned and is a smoldering cinder or you received some error message you thought too unimportant to post? Again ... you've given us no useful information.
    Finally what do you mean by OMS? Is this OMS as in the Java application running as part of the Grid Control or something else?
    Finally what are you trying to import? How? A clear explanation is required.
    If someone reading what you post can not understand or duplicate what you did because of lack of information you will not receive any help.

  • Import/Export code using Memory ID in BO Method

    Hi experts,
    I am having a approver name and other relevant data in my report. I don't want to write the entire code I want to bring it into my BO method by using import/export memory id. Pl. guide me what should I do ? Is it possible or not?
    Thank you,
    Saquib

    I am a bit confused that what you are trying to achieve. In any case I think you can forget any export/import memory ID related solutions - they will not work!
    The workflow (or its step/task) is executing your BO method, right? You want this method to have some data when it gets executed? Normally you would want to populate the data to the workflow (or task) container, for example with function SAP_WAPI_WRITE_CONTAINER (you just need the work item ID). Then when this data is in the container, you can use it in your method (binding required).
    Somehow I feel that you looking a difficult solution for a simple problem. If you need some relevant data in your workflow, let the workflow to find it (add a new step to the workflow, and copy/paste the relevant part of the code of your report to this step). (Or try to give the data to the workflow already when it gets started, if possible). Don't try to mix things with some separate report, unless it is completely necessary, and if it is, then writing into the container is most likely the best approach.
    Regards,
    Karri

  • IMPORT & EXPORT from/to compressed files directly...

    for newbies a tip to import(export) directly to(from) compressed files using pipes . Its for Unix based systems only, as I am not aware of any pipe type functionality in Windows. The biggest advantage is that you can save lots of space as uncompressing a file makes it almost 5 times or more. (Suppose you are uncompressing a file of 20 GB, it will make 100 GB) As a newbie I faced this problem, so thought about writing a post.
    Lets talk about export first. The method used is that create a pipe, write to a pipe(ie the file in exp command is the pipe we created), side by side read the contents of pipe, compress(in the background) and redirect to a file. Here is the script that achieves this:
    export ORACLE_SID=MYDB
    rm -f ?/myexport.pipe
    mkfifo ?/myexport.pipe
    cat ?/myexport.pipe |compress > ?/myexport.dmp.Z &
    sleep 5
    exp file=?/myexport.pipe full=Y log=myexport.logSame way for import, we create a pipe, zcat from the dmp.Z file, redirect it to the pipe and then read from pipe:
    export ORACLE_SID=MYDB
    rm -f ?/myimport.pipe
    mkfifo ?/myimport.pipe
    zcat ?/myexport.dmp.Z > ?/myimport.pipe &
    sleep 5
    imp file=myimport.pipe full=Y show=Y log=?/myimport.logIn case there is any issue with the script, do let me know :)
    Experts, please have a look...is it fine ? (Actually I dont have Oracle installed on my laptop(though have Fedora 6) so couldnt test the scripts)
    I posted the same on my blog too. just for bookmark ;)
    Sidhu
    http://amardeepsidhu.blogspot.com

    actually, only the compression thing runs in the background. rest proceeds like normal only. just instead of giving normal file we use pipe as a file.
    nice article about named pipes
    Sidhu

  • Java exception: Planning Data Form Import/Export Utility: FormDefUtil.sh

    Hi,
    We have the following in our environment
    Oracle 10gAS (10.1.3.1.0)
    Shared Services (9.3.1.0.11)
    Essbase Server (9.3.1.3.01)
    Essbase Admin Services (9.3.1.0.11)
    Provider Services (9.3.1.3.00)
    Planning (9.3.1.1.10)
    Financial Reporting + Analysis UI Services (9.3.1.2)
    I got the following error while using the Planning Data Form Import/Export Utility. Does anyone have any idea?
    hypuser@server01>$PLANNING_HOME/bin/FormDefUtil.sh import TEST.xml localhost admin password SamApp
    [May 6, 2009 6:25:11 PM]: Intializing System Caches...
    [May 6, 2009 6:25:11 PM]: Loading Application Properties...
    [May 6, 2009 6:25:11 PM]: Looking for applications for INSTANCE: []
    [May 6, 2009 6:25:13 PM]: The polling interval is set =10000
    Arbor path retrieved: /home/hypuser/Hyperion/common/EssbaseRTC/9.3.1
    [May 6, 2009 6:25:14 PM]: Setting ARBORPATH=/home/hypuser/Hyperion/common/EssbaseRTC/9.3.1
    Old PATH: /home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/AnalyticServices/bin:/home/hypuser/Hyperion/common/JRE-64/IBM/1.5.0/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/hypuser/bin:/usr/bin/X11:/sbin:.
    [May 6, 2009 6:25:14 PM]: Old PATH: /home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/common/JRE/IBM/1.5.0/bin:/home/hypuser/Hyperion/AnalyticServices/bin:/home/hypuser/Hyperion/common/JRE-64/IBM/1.5.0/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/hypuser/bin:/usr/bin/X11:/sbin:.
    java.lang.UnsupportedOperationException
    at com.hyperion.planning.olap.HspEssbaseEnv.addEssRTCtoPath(Native Method)
    at com.hyperion.planning.olap.HspEssbaseEnv.init(Unknown Source)
    at com.hyperion.planning.olap.HspEssbaseJniOlap.<clinit>(Unknown Source)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:187)
    at com.hyperion.planning.HspJSImpl.createOLAP(Unknown Source)
    at com.hyperion.planning.HspJSImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.createHspJS(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getHspJSByApp(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.utils.HspFormDefUtil.main(Unknown Source)
    Setting Arbor path to: /home/hypuser/Hyperion/common/EssbaseRTC/9.3.1
    [May 6, 2009 6:25:15 PM]: MAX_DETAIL_CACHE_SIZE = 20 MB.
    [May 6, 2009 6:25:15 PM]: bytesPerSubCache = 5654 bytes
    [May 6, 2009 6:25:15 PM]: MAX_NUM_DETAIL_CACHES = 3537
    Setting HBR Mode to: 2
    Unable to find 'HBRServer.properties' in the classpath
    HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    java.lang.Exception: HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    HBRServer.properties:HBR.embedded_timeout=10
    HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    java.lang.ExceptionInInitializerError
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:205)
    at com.hyperion.hbr.api.thin.HBR.<init>(Unknown Source)
    at com.hyperion.hbr.api.thin.HBR.<init>(Unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.initHBR(Unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.initializeDB(Unknown Source)
    at com.hyperion.planning.HspJSImpl.createDBs(Unknown Source)
    at com.hyperion.planning.HspJSImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.createHspJS(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getHspJSByApp(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.utils.HspFormDefUtil.main(Unknown Source)
    Caused by: Exception HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    ClassName: java.lang.Exception
    at com.hyperion.hbr.common.ConfigurationManager.getServerConfigProps(Unknown Source)
    at com.hyperion.hbr.cache.CacheManager.<clinit>(Unknown Source)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:187)
    ... 11 more
    [May 6, 2009 6:25:15 PM]: Regeneration of Member Fields Complete
    [May 6, 2009 6:25:16 PM]: Thread main acquired connection com.hyperion.planning.olap.HspEssConnection@5f0e5f0e
    [May 6, 2009 6:25:16 PM]: Thread main releasing connection com.hyperion.planning.olap.HspEssConnection@5f0e5f0e
    [May 6, 2009 6:25:16 PM]: Thread main released connection com.hyperion.planning.olap.HspEssConnection@5f0e5f0e
    [May 6, 2009 6:25:16 PM]: Need to create an Object. pool size = 0 creatredObjs = 1
    java.lang.RuntimeException: Unable to aquire activity lease on activity 1 as the activity is currently leased by another server.
    at com.hyperion.planning.sql.actions.HspAquireActivityLeaseCustomAction.custom(Unknown Source)
    at com.hyperion.planning.sql.actions.HspAction.custom(Unknown Source)
    at com.hyperion.planning.sql.actions.HspActionSet.doActions(Unknown Source)
    at com.hyperion.planning.sql.actions.HspActionSet.doActions(Unknown Source)
    at com.hyperion.planning.HspJSImpl.aquireActivityLease(Unknown Source)
    at com.hyperion.planning.HspJSImpl.reaquireActivityLease(Unknown Source)
    at com.hyperion.planning.utils.HspTaskListAlertNotifier.reaquireTaskListActivityLease(Unknown Source)
    at com.hyperion.planning.utils.HspTaskListAlertNotifier.processTaskListAlerts(Unknown Source)
    at com.hyperion.planning.utils.HspTaskListAlertNotifier.run(Unknown Source)
    [May 6, 2009 6:25:16 PM]: Fetching roles list for user took time: Total: 42
    [May 6, 2009 6:25:16 PM]: Entering method saveUserIntoPlanning
    [May 6, 2009 6:25:16 PM]: User role is:0
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HP:0005,ou=HP,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:1,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:9,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:3,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:7,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:14,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:15,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:10,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:12,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:13,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:1,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:9,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:3,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:7,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:14,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:15,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:10,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:12,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Skipping unused HUB role: native://DN=cn=HUB:13,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE
    [May 6, 2009 6:25:16 PM]: Hub Roles for user is:991
    [May 6, 2009 6:25:16 PM]: Exiting method saveUserIntoPlanning
    [May 6, 2009 6:25:16 PM]: Saved the user admin to Planning
    [May 6, 2009 6:25:16 PM]: Entering method persistUserChanges()
    [May 6, 2009 6:25:16 PM]: Exiting method persistUserChanges()
    [May 6, 2009 6:25:16 PM]: Before calling getGroupsList for user from CSS
    [May 6, 2009 6:25:16 PM]: After getGroupsList call returned from CAS with groupsList [Ljava.lang.String;@705c705c
    [May 6, 2009 6:25:16 PM]: Fetching groups list for user took time: Total: 4
    [May 6, 2009 6:25:16 PM]: Entering method persistGroupChanges()
    [May 6, 2009 6:25:16 PM]: Exiting method persistGroupChanges()
    [May 6, 2009 6:25:16 PM]: User synchronization of 1 user elapsed time: 81, Users: 72, Groups: 9.
    [May 6, 2009 6:25:16 PM]: Didnt add child Forms, couldnt find parent 1
    Add/Update form under form folder - Corporate
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspObject Object Type: -1 Primary Key: 1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspPDFPrintOptions Object Type: -1 Primary Key: 1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspForm Object Type: 7 Primary Key: 1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspPDFPrintOptions Object Type: -1 Primary Key: 1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspAnnotation Object Type: 14 Primary Key: 1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspAccessControl Object Type: 15 Primary Key: 50001,1454699 ]
    [May 6, 2009 6:25:21 PM]: Propegating external event[ FROM_ID: 7a7ebc1d Class: class com.hyperion.planning.sql.HspFormDef Object Type: -1 Primary Key: 1454699 ]
    Form imported complete.
    [May 6, 2009 6:25:21 PM]: Could not get HBR connection.

    Hi,
    When I run the Formdefutil command, forms were imported successfully. But I got the following message.
    Could not get HBR connection.
    What does it mean?
    Thanks & Regards,
    Sravan Kumar.

  • Automating the import / export process in 9.0.2

    In Portal 3.0.9.x the export and import were entirely command-line driven tools, so it was possible to automate the process to a certain degree.
    In 9.0.2 the import/export process is a combination of scripts and manual actions through the Portal UI to import and export the transport sets.
    Is there any way in 9.0.2 to automate this process ?

    You make me feel better. I am having THE problem. Logs say it was all a success but NOTHING is imported. I tried with portal 9.0.2.2.22 on Win2000 and now I'll try it on 9.0.2.2.14A on Sun. What did you use?

  • Unexpected Quits in multiple applications at Save or Import/Export window

    Hello,
    For several months I have Apple and Adobe applications as well as Firefox, randomly quit when bringing up the Save, or Import/Export window. (I have copies of the error logs.)
    I thought I had it fixed since I haven't had any issues for some time after running Disk Utility and Onyx. But, I posted the same issue a couple of months ago and the solution (at the time) was to keep the desktop clean (see "Crashing at Save" by katorama) . So, after I cleaned up my desktop and only had two aliases to my folders I needed, all went very well until now.
    However, what didn't help is that yesterday we had three power outages and my iMac did an auto-restart after each. Since then, the problem returned and nothing seems to fix it.
    I feel like this issue is haunting me! I was a tech for many years and normally can fix the issue. But, I can't seem to figure out the reason behind these crazy unexpected quits. Seems I've run out of tools in my toolbag.
    TROUBLESHOOTING ATTEMPTS:
    – I have run Disk Utility to verify and repair disk and Onyx to clean out caches. After this, it seems to run fine, then a different application will have the same problem.
    – When I create a new user account, there is no response when I double click the hard drive (it does not open) and when testing an application for the quit issue, it happens again.
    – Also, when I restart into Safe Boot the problem appears to stop initially, but can appear intermittently again.
    I suspect it may be a RAM or even a Quartz issue? But, honestly, I have no idea. 
    < h   e   l   p   ! >
    Any suggestions welcome!
    thanks!
    –kat
    10.6.8
    3.06 GHz Intel Core 2 Duo
    4GB 800 MHz DDR2 SDRAM
    Format: Mac OS Extended (Journaled)
    Capacity: 749.81 GB
    Available: 592.7 GB
    Used: 157.11 GB on disk (157,110,349,824 bytes)
    Here is a bit of the log:
    ================================
    Process:         Safari [508]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.1 (6534.51.22)
    Build Info:      WebBrowser-75345122~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [91]
    Date/Time:       2011-10-27 15:48:07.784 -0600
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          -470736 sec
    Crashes Since Last Report:           42
    Per-App Interval Since Last Report:  1761 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      0D81673F-96B5-47DD-B1D9-54E5137F2176
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    *** error for object 0x10aabe408: incorrect checksum for freed object - object was probably modified after being freed.
    ================================

    Hi.
    This is about a question you posted to the Firefox Support forum three months ago (I'm sorry you never got an answer).
    Did you ever fix the problem where Firefox freezes or hangs, when clicking a download link or using (File menu) "save as" or "open file"? Or when going to the Firefox (Tools) menu and clicking Options ? Or trying to Import or Export bookmarks?
    I found this thread searching for a solution for someone on MozillaZine's support forum who's having a similar issue. See this thread: (maybe something he's tried that didn't work for him will work for you?)
    http://forums.mozillazine.org/viewtopic.php?f=38&t=2382953&start=15
    <br>Cannot download or click tools -> options

  • How to Import/Export database tables from one server to other in oracle8i

    Hello friend,
    Please can any one tell me how to import/export groups of database tables from one server with oracle to another using VB.net. It would be nice if some one can provide some code of it.
    I am a software developer and I am in middle of a large project development, in which I need to export a large oracle database from one server to another efficiently.
    Its very urgent so please someone help me.

    At command prompt (source db)
    set ORACLE_SID=db_name
    exp system/password@db_name full=y buffer=104857600 file=(c:\file1.dmp, c:\file2.dmp....) log=c:\exp.log filesize=2000M
    Then ftp the export dump files (in binary) to the other server or copy to target server over the network.
    At command prompt (target db)
    set ORACLE_SID=db_name
    imp system/password@db_name full=y ignore=y buffer=104857600 file=(c:\file1.dmp, c:\file2.dmp....) log=c:\imp.log filesize=2000M
    If the path names of the datafiles are going to be different in the target server (as compared to the source), then precreate the tablespaces before import. Set buffer value accordingly.
    Message was edited by:
    FeNiCrC_Neil

  • Import/Export User

    Hi All!
    I am using Oracle Database 9i.
    I three PC's in my organization and they are in different cities. Each system has same db user "Waqas"
    but in those same users contains differenct type of record based on company_id and financial_year_id. but all tables & fields are same in each user. but my question is Can we import dump file and in head office but previous company's record must be exist and new company's records must be insertd? Is it possible?
    this user contains different company records like Comp_Id ='01', '02' etc...
    All transaction stored with company and financial_year reference.
    waqas,

    Export :
    exp userid=system/manager@sourcedb owner=<USER_HOLDS_TABLE> FILE=dba.dmp log=export.log
    Import :
    imp SYSTEM/password@targetdb FROMUSER=<USER_HOLDS_TABLE> TOUSER=<TARGET_USER> FILE=dba.dmp IGNORE=y
    You can limmit this to specific tables using :
    Export
    exp userid=system/manager@sourcedb owner=<USER_HOLDS_TABLE> tables=(<TAB1>,<TAB2>) FILE=dba.dmp log=export.log
    Import
    imp SYSTEM/password@targetdb FROMUSER=<USER_HOLDS_TABLE> TOUSER=<TARGET_USER> tables=(<TAB1>,<TAB2>) FILE=dba.dmp IGNORE=y

  • Import Export Utility

    Hi,
    I have used import/export utility to migrate users from dev to test. While importing only "Admin" user is imported successfully but no others. Here are the importexport properties file, trace and error log for your reference. This import utility is only processing the users who has been part of in both the dev and test servers.
    #import export operations
    importexport.username=admin
    importexport.password={CSS}MRcYv323uzxGr8rFdvQLcA==
    importexport.css=http://testpro:58080/interop/framework/getCSSConfigFile
    importexport.cmshost=testpro
    importexport.cmsport=58080
    importexport.locale=en
    #import operations
    import.file=Test_Export.csv
    import.operation=create/update
    import.fileformat=csv
    import.maxerrors=100
    importexport.trace.events.file=D:/Hyperion/common/utilities/CSSImportExportUtility/cssimportexport/importexport/trace.log
    importexport.errors.log.file=D:/Hyperion/common/utilities/CSSImportExportUtility/cssimportexport/importexport/errors.log
    #export operations
    export.fileformat=csv
    export.user.filter=*
    export.group.filter=*
    export.role.filter=*
    export.file=Test_Export.csv
    export.producttype =*
    export.projectnames=*
    export.applicationnames=*
    Trace...
         2009-09-08 11:53:44,162 Attempting a import operation
         2009-09-08 11:53:45,833 Import : Attempting to create user admin
         2009-09-08 11:53:45,943 Import : Create user admin failed. Attempting update.
         2009-09-08 11:53:45,943 Import : Attempting to update user admin
         2009-09-08 11:53:45,943 Import : User updated : admin
         2009-09-08 11:53:45,943 Import : Attempting to create user adminuser
         2009-09-08 11:53:45,958 Import : Create user adminuser failed. Attempting update.
         2009-09-08 11:53:45,958 Import : Attempting to update user adminuser
         2009-09-08 11:53:45,958 Import : Unable to locate user adminuser
         2009-09-08 11:53:45,958 Import : Attempting to create user hypadmin
         2009-09-08 11:53:45,958 Import : Create user hypadmin failed. Attempting update.
         2009-09-08 11:53:45,958 Import : Attempting to update user hypadmin
         2009-09-08 11:53:45,958 Import : Unable to locate user hypadmin
         2009-09-08 11:53:45,974 Import : Attempting to create user Testuser1
         2009-09-08 11:53:45,974 Import : Create user Testuser1 failed. Attempting update.
         2009-09-08 11:53:45,974 Import : Attempting to update user Testuser1
         2009-09-08 11:53:45,974 Import : User updated : Testuser1
         2009-09-08 11:53:45,974 Import : Attempting to create user Testuser2
         2009-09-08 11:53:45,974 Import : Create user Testuser2 failed. Attempting update.
         2009-09-08 11:53:45,974 Import : Attempting to update user Testuser2
         2009-09-08 11:53:45,990 Import : Unable to locate user Testuser2
         2009-09-08 11:53:45,990 Import : Attempting to create user Testuser3
         2009-09-08 11:53:45,990 Import : Create user Testuser3 failed. Attempting update.
         2009-09-08 11:53:45,990 Import : Attempting to update user Testuser3
         2009-09-08 11:53:45,990 Import : Unable to locate user Testuser3
         2009-09-08 11:53:45,990 Import : Attempting to create group Test_Group
         2009-09-08 11:53:45,990 Import : Create group Test_Group failed. Attempting update.
         2009-09-08 11:53:45,990 Import : Attempting to update group Test_Group
         2009-09-08 11:53:46,099 Import : Updated group Test_Group
         2009-09-08 11:53:46,099 Import : Attempting to create group WORLD
         2009-09-08 11:53:46,099 Import : Create group WORLD failed. Attempting update.
         2009-09-08 11:53:46,099 Import : Attempting to update group WORLD
         2009-09-08 11:53:46,130 Import : Updated group WORLD
         2009-09-08 11:53:46,130 Import : Attempting to replace group/user members for group Test_Group
         2009-09-08 11:53:46,146 Import : Unable to locate user Testuser2
         2009-09-08 11:53:46,146 Import : Attempting to replace group/user members for group WORLD
         2009-09-08 11:53:46,224 Import : Replaced group/user members for group : WORLD
    Summary :
         Processed successfully 2 user(s), unsuccessfully 4 user(s).
         Processed successfully 2 group(s), unsuccessfully 0 group(s).
         Processed successfully 1 group relationship(s), unsuccessfully 1 group relationship(s).
         Processed successfully 0 role(s), unsuccessfully 0 role(s).
         Processed successfully 0 role relationship(s), unsuccessfully 0 role relationship(s).
         Processed successfully 0 application(s), unsuccessfully 0 application(s).
         Processed successfully 0 delegated list(s), unsuccessfully 0 delegated list(s).
         The css.xml file used is http://172.27.95.99:58080/interop/framework/getCSSConfigFile
         The data file used is D:\Hyperion\common\utilities\CSSImportExportUtility\cssimportexport\importexport\Test_Export.csv
         The error log file used is D:\Hyperion\common\utilities\CSSImportExportUtility\cssimportexport\importexport\errors.log
         The trace log file used is D:\Hyperion\common\utilities\CSSImportExportUtility\cssimportexport\importexport\trace.log
    ERROR log:
    User hypadmin not found
    User Testuser3 not found
    User Testuser2 not found
    User adminuser not found
    User Testuser2 not found
    Please help.
    Thanks,
    Ader

    Hello there,
    Are you able to resolve this problem, I am also stuck with the same problem, any suggestions...
    Thanks
    Vince

  • Import/Export troubles

    Hi,
    I'm testing import/export scripts to export components
    and pagegroups from a 10g (9.0.4.0.99) Portal (upgraded from 3.0.9.8.5), and import them into a fresh installed 10g
    Portal instance.
    I have some troubles with privileges on the components after the import: every component which had specific privileges (not inherited from DB provider)in the origin portal, seems to be imported with no privilege at all (only 'export' link is displayed) in the the new one.
    Any idea?
    I also have troubles importing pagegroups, export works bu no Pagegroup is created during import.
    Any help would be great (before I log a Tar).
    Thanks.
    Christophe.

    i'm also new to export/import portal, so i can reply just with a question.....where are the transport sets saved ???
    I might also guess a solution at your problem:
    did you placed a tick on the "Export Access Control List" option ??
    bye

  • Import/Export Wizard is a bulk operation?

    If I use import/export wizard to load data from a file to a table will it do it as a bulk operation and will be minimally logged when using bulk logged recovery mode?
    http://technet.microsoft.com/en-us/library/ms191244(v=sql.105).aspx  

    Yes. The Import Export wizard creates a SSIS package on the backend which will have default transfer option as below
    This is same as BULK INSERT and so it would be minimally logged in case of BULK recovery mode.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

Maybe you are looking for

  • Camera Light Blink after update to os x 10.10 Yosemite

    Hi, I am having a 13" macBook Pro Early 2011 edition, I recently upgraded the OS 10.9 Mavericks to OS X 10.10 Yosemite. After the update the machine has slowdown drastically and the green light beside the camera of the macbook blinks every times the

  • Windows certificate problem - at least for a better description

    I'm not sure where this should be posted.  I believe it's actually a Windows problem, so i'll try here first. Okay, I was installing SQL 2012 express server and I ran into a problem during the installation.  It's been too long ago, and too many corre

  • I can't  sign in to my account on YouTube.

    I can't  sign in to my account on YouTube. When I try to sign in to my account I have these   " The username or password you entered incorrect ". but I can sign in to my account in  m.youtube.com ??

  • Resulting Formula in 'Numbers' is 1 digit short!

    It's kinda driving me insane so your help is greatly appreciated as I don't know what I'm doing wrong! Basically, the resulting 'SUM' i.e. 'the resulting answer to selected cells' is incorrect, it's 1 digit short and it's just a very basic formula of

  • PS CS 3 Crashes w/ Snow Leopard.

    I am no longer able to use Photoshop CS3 on my Mac using Snow Leopard OS X 10.6.8. Is this version of PS no longer compatible with this software. I'd like to find out if that is the problem before I invest money (that I can't really afford) on a new