URGENT...Help on User Level export and import

User level export and import -
In my db there are more than 20 users, i would like export only 2 users and they have constraints to other user tables in db.
what are the precautions I need to take before exporting ???
1. Disabling all constraints etc, .
2. Synonymns, Procedures , Triggers etc.
3. what are the parameters setting I should use for the export.
For Importing back into DB (same users) - What are the sequences/steps to follow..
1. what are the parameters setting I should use for the Import.
2. Precautions like Disabling Constraints...
3. Special actions for Synonyms/ Procedures.
Using Oracle 8.1.7 on Solaris.. Total DB Size is 13.3 GB
Any help will be appreciated....

See to it that u have the DBA PRIVS to exp/imp.
1.Grant export full database /import full database privileges to the user doing this.
2.If this is the first time u are doing this u have to run the scripts CATEXP.SQL and CATPROC.SQL to create the necessary views,datadictionaries as user SYS/INTERNAL.These instructions are also mentioned in the scripts comments at the beginning .
3.Also create the necessary tablespaces where u need to direct u'r imp.
4.select the interactive option where u can interact with
imp/exp process and u can do this selectively for users/tables/partitions and other preferences.
5.look out for the version compatibility of your .DMP files

Similar Messages

  • OIM User Groups - Export and Import

    Hi,
    I am looking for ideas for OIM User's groups to be exported from one environment to another environment.
    I am using the following logic, but it is too slow. Any suggestions are welcome.
    1. Export the User's groups from Source Environment - Add it to the CSV file with the following format:
    User,Group_Name
    2. Import the User's group by reading the CSV file - one user and one group at a time.
    I think this approach is slow. Is it possible to read all the users from Groups - then add users into groups?
    Will it be faster?
    Regards
    Vijay Chinnasamy

    Hi Suren,
    Thanks for the note. I tested this (Evaluating rules using updateUser()).... It looks like it is working in my case.
    Actually, I am already using updateUser() to update the password using below code piece. It looks like it added groups at that time.
    String[] filteredColumnsSet ={"Users.Key","Users.Row Version"};
    Hashtable mhSearchCriteria = new Hashtable();
    mhSearchCriteria.put("Users.User ID", Users_User_ID);
    tcResultSet moResultSet = uo.findUsersFiltered(mhSearchCriteria, filteredColumnsSet);
    HashMap userAttributeSet = new HashMap();
    userAttributeSet.put("Users.Password", Users_Password);
    uo.updateUser(moResultSet, userAttributeSet);
    I will few more checks and let you know.
    Thanks for the note once again.
    Regards
    Vijay Chinnasamy

  • User scema export and import.

    Hi,
    Please guide me on the following.
    I have existing 100 users ( Oracle10g 10.2.0.1 ). And I want to export that users with their tables, grants, roles etc. On new server I will create the new database and want to import that to new server
    Please explain me the steps in details how should I proceeds.
    Thanks,
    Amol

    Actually I don’t want to export the hole database ( 400GB )due to shortage of downtime.
    So that is why we have decided to export some particular users and their schema, objects
    I don’t have any Idea how to do this.
    Can you please guide me how to achieve this .
    Thanks,
    Amol

  • Export and import of 3 Gb table

    Dear ,
    I have table with more than 3 million records, i need to export this table and import into a different database . can you please help me with the export and import options options so that i can speed up the process...
    for you information
    this table hase 3 Fk, 2 Indexs
    i would appreciate your help in this regard
    thanks

    One way to speed up the exp/imp process is to use DIRECT=Y option. Also increase the size of BUFFER parameter.
    While importing large amount of data it is better to drop relational constraints and indexes and recreate them after import.

  • Export and Import of Portal Users (UME database only)

    Hi
    What is the most efficient way to export all Portal user that are stored in Portal UME database so that it can be imported to another Portal installation and be used..
    Thanks in Advance
    Ananda

    Hi,
    SAP User Administration is the standard way to export and import users in the portal. Using the export functionality, all the user information will get exported, including the roles and groups assigned:
    [User]
    uid=userid
    last_name=Lastname
    first_name=Tobias
    language=en
    accessibility=0
    role=pcd:portal_content/com.sap.portal.xxx;
    group=Administrators;
    If you only want to export the user data without the roles and groups, you'll have to delete these lines.
    SAP Help: http://help.sap.com/saphelp_nw04/helpdata/en/70/9be23d44d48e5be10000000a114084/frameset.htm
    Export Format: http://help.sap.com/saphelp_nw04/helpdata/en/ae/7cdf3dffadd95ee10000000a114084/frameset.htm
    SDN Article: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f02e3e37-5ee3-2910-129d-967aef3fa386
    br,
    Tobias

  • Is it possible to export and import the roles and users tables?

    Hi,
    is there any possibility to export and import the role and user definitions?
    We have a SAP MDM repository with a lot of roles and users and also with a lot of changes.
    And now I'm searching for a fast and efficient way of managing the roles and users.
    Thanks and Regards, Melanie

    Hi Melanie,
    There is no export/import functionality for roles and users.  The only way to manage these in an automated way would be to write a program that uses the Java or ABAP APIs.  Both APIs expose functionality to create, update and delete roles and users.
    Hope this helps,
    Richard

  • Require help in understanding exporting and importing statistics.

    Hi all,
    I am bit new to this statistics.
    Can anyone please explain me in detail about these commands.
    1) exec DBMS_STATS.GATHER_TABLE_STATS (ownname => 'MRP' , tabname => 'MRP_ATP_DETAILS_TEMP', estimate_percent => 100 ,cascade => TRUE);
    2) exec DBMS_STATS.CREATE_STAT_TABLE ( ownname => 'MRP', stattab => 'MRP_ATP_3');
    3) exec DBMS_STATS.EXPORT_TABLE_STATS ( ownname => 'MRP', stattab => 'MRP_ATP_3', tabname => 'MRP_ATP_DETAILS_TEMP',statid => 'MRP27jan14');
    4) exec DBMS_STATS.IMPORT_TABLE_STATS ( ownname => 'MRP', stattab => 'MRP_ATP_3', tabname => 'MRP_ATP_DETAILS_TEMP');
    I understand that these commands are used to export and import table statistics.
    But please anyone help me in understanding this indetail.
    Thanks in advance.
    Regards,
    Shiva.

    Shiva,
    Please post the details of the application release, database version and OS.
    Please see (FAQ: Statistics Gathering Frequently Asked Questions (Doc ID 1501712.1) -- What is the difference between DBMS_STATS and FND_STATS).
    For exporting/importing statistics summary of FND_STATS Subprograms can be found in (Doc ID 122371.1)
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_details?c_name=FND_STATS&c_owner=APPS&c_type=PACKAGE&c_detail_type=source
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_details?c_name=FND_STATS&c_owner=APPS&c_type=PACKAGE%20BODY&c_detail_type=source
    Thanks,
    Hussein

  • Export and import user master records

    Hi,
    We are planning for system refresh activity. So I am planning Production server data to copy in Quality server. I want retain Quality server users like that only.  Is there any way I can export user master records and import it later?
    Please advice us.
    Our environment is 4.6 C, Oracle 10g, windows 2003 server.
    Regards
    Satya

    Hello Satyanarayana,
    please be aware, that with SAP_USER standard change logs are not copied. So if you have such in your QAS, they will be propably overwritten by the PRD content. You will loose then change logs for role changes, which are kept in the standard change documents (cdpos,cdhdr).
    User change docs are copied together with the users with provfile SAP_USER.
    That is just for your information. In general there will not be change documents for roles in QAS.....
    b.rgds, Bernhard

  • Export and Import of Portal Database - Help Required

    Hi,
      We have a NW04 production portal running on AIX clustered environment (HACMP). We are building another landscape for which i need to export the current portal and import onto new portal which is already clustered (HACMP). Can someone point document to use sapinst (Jload) for export and import for this high availability systems.
    Thanks
    Murali.

    Hi ,
    Check with below pdfs.
    check whther they are helpful or not
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/303af93a-0811-2a10-0687-f3514f0103c8
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/508e36c5-5914-2b10-a795-d25997cf3270
    EP6 system copy
    Koti Reddy

  • Export and import change document for user master data

    Dear Gurus,
    I have two queries on change document for user master data:
    1. Are there any approaches to export and import change document for user master data?
    We often do system copy from PRD to QAS for UAT and troubleshooting. Before system copy we export the user master data from QAS and then import after the copy process. We would like to keep the change document for user master data on QAS from being refreshed from PRD for security reason.
    2. Change document for Role change in QAS
    When the role is created or modified in DEV and then transported to QAS, the role change document doen't include this change log. The role change document in QAS only records those role changes directly made in QAS.
    Could you advise this is by SAP design or are there any approaches to record this transported role change  in the role change document in QAS?
    Thanks
    YBY

    1. Perhaps you want to consider a system copy to a "virtual system" for UAT?
    2. Changes in QAS (as with PROD as well) will give you the delta. They should ideally be clean... You need to check the source system.
    Another option is to generate the profiles in the target system. But for that your config has to be sqeaky clean and in sync, including very well maintained and sync'ed Su24 data.
    Cheers,
    Julius

  • Export and Import are not supported on 10g databases for users logged

    Hi
    I having the below written error, when i want to export or import my database. I having Standalone system using windows xp.
    Role Error - Export and Import are not supported on 10g databases for users logged in with the SYSDBA role. Logout and login using a different role before trying again.

    Actually i ma new to EM...
    When I want to Import any thing He is asking abt the HOST CREDENTIALS
    I can't undrstatnd wht he is asking????
    Host Credentials
    * Username          
    * Password          
              Save as Preferred Credential
    It Genrate the below error
    Error - ERROR: Wrong password for user

  • Help:Canadian Export and Import with GTS

    Hi all,
    Could you please explain as to how GTS is used in Canadian exports and imports. Is AES also used in Canada for export filing and how GTS is used in import process ie for import declarations in canada?
    Any help would greatly be appreciated.
    Thanks,
    Shruthi

    Since customs has not been certified for Canada can GTS be used for Compliance Management for Canada? If yes what legal regulations are to be used?
    Thanks,
    Shruthi
    Edited by: shruthi on May 19, 2009 9:24 PM

  • View and Edit properties pages are not woriking after export and import in sharepoint2013

    Hi,
    After performing Export and Import in SharePoint 2013 for a subsite, metadata is missing in document library. 404 error triggers on  clicking both View-properties of an item and /Forms/DisplayDocument.aspx.
    Please help me in this.
    Regards,
    Gurudatta

    While uploading, after browsing the document clicking on OK button giving below error.
    Nothing is generated in Event logs. Below are sharepoint logs.
    07/16/2014 17:32:08.44  w3wp.exe (0x5234)                        0x499C SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Name=Request (GET:http://siteurl/frmFile4/Forms/CreateDocument.aspx?Mode=Upload&CheckInComment=&ID=963&RootFolder=/QAPortal/PackingMaterial/frmFile4&Source=http://siteurl/frmFile4/Forms/AllItems.aspx?InitialTabId=Ribbon%252EDocument&VisibilityContext=WSSTabPersistence&RootFolder=%252FQAPortal%252FPackingMaterial%252FfrmFile4&IsDlg=1) 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.44  w3wp.exe (0x5234)                        0x499C SharePoint Foundation        
     Request Management             adc7u Medium   Mapping URI from 'http://siteurl/frmFile4/Forms/CreateDocument.aspx?Mode=Upload&CheckInComment=&ID=963&RootFolder=%2FQAPortal%2FPackingMaterial%2FfrmFile4&Source=http%3A%2F%2Fuslsp13%3A1111%2FQAPortal%2FPackingMaterial%2FfrmFile4%2FForms%2FAllItems%2Easpx%3FInitialTabId%3DRibbon%252EDocument%26VisibilityContext%3DWSSTabPersistence%26RootFolder%3D%252FQAPortal%252FPackingMaterial%252FfrmFile4&IsDlg=1'
    to 'http://siteurl/frmFile4/Forms/CreateDocument.aspx?Mode=Upload&CheckInComment=&ID=963&RootFolder=%2FQAPortal%2FPackingMaterial%2FfrmFile4&Source=http%3A%2F%2Fuslsp13%3A1111%2FQAPortal%2FPackingMaterial%2FfrmFile4%2FForms%2FAllItems%2Easpx%3FInitialTabId%3DRibbon%252EDocument%26VisibilityContext%3DWSSTabPersistence%26RootFolder%3D%2... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.44* w3wp.exe (0x5234)                        0x499C SharePoint Foundation        
     Request Management             adc7u Medium   ...52FQAPortal%252FPackingMaterial%252FfrmFile4&IsDlg=1' 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.44  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Monitoring                     nasq Medium   Entering monitored scope (Request (GET:http://siteurl/frmFile4/Forms/CreateDocument.aspx?Mode=Upload&CheckInComment=&ID=963&RootFolder=%2FQAPortal%2FPackingMaterial%2FfrmFile4&Source=http%3A%2F%2Fuslsp13%3A1111%2FQAPortal%2FPackingMaterial%2FfrmFile4%2FForms%2FAllItems%2Easpx%3FInitialTabId%3DRibbon%252EDocument%26VisibilityContext%3DWSSTabPersistence%26RootFolder%3D%252FQAPortal%252FPackingMaterial%252FfrmFile4&IsDlg=1)).
    Parent No
    07/16/2014 17:32:08.44  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Name=Request (GET:http://siteurl/frmFile4/Forms/CreateDocument.aspx?Mode=Upload&CheckInComment=&ID=963&RootFolder=%2FQAPortal%2FPackingMaterial%2FfrmFile4&Source=http%3A%2F%2Fuslsp13%3A1111%2FQAPortal%2FPackingMaterial%2FfrmFile4%2FForms%2FAllItems%2Easpx%3FInitialTabId%3DRibbon%252EDocument%26VisibilityContext%3DWSSTabPersistence%26RootFolder%3D%252FQAPortal%252FPackingMaterial%252FfrmFile4&IsDlg=1) 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.46  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Authentication Authorization   agb9s Medium   Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|usl\hclspp, ClaimsCount=23 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Information Rights Management  5202 Information Information Rights Management (IRM): Requesting user email address is empty. 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     UserAgent not available, file operations may not be optimized.   
    at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb)     at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo&
    fileInfo, SqlSession session, PrefetchResult prefetchResult)     at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid databaseId, SqlSession session, SPFileStreamManager spfstm,
    Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)     at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd, Object ospFileStmMgr, SPDocumentBindRequest&
    dbreq, SPDocumentBindResults& dbres... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String
    bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
    pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object&
    pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel,
    UInt64& ppermMask, ... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies,
    Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte
    bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument,
    Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object&
    pvarMultipleMeetingDoclibRootFolders, String& pbst... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...rRedirectUrl, Boolean& pbObjectIsList, Guid&
    pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies,
    String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String
    bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean&
    pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion,... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ... String& pbstrTimeLastModified, String& pbstrContent,
    UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied,
    Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)    
    at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage,
    String& siteRoot, Guid& siteId, Int64& bytes, ... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...Guid& docId, UInt32& docVersion, String&
    timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object& oMultipleMeetingDoclibRootFolders, String& redirectUrl, Boolean&
    ObjectIsList, Guid& listId)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest, String path, Boolean impersonate, Boolean&
    isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl, String& webUrl, String& siteUrl, Guid& siteId, Object&
    buildDependencySetData, SPWebPartCollectionInitialState& initialState, ... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...String& siteRoot, String& redirectUrl, Object&
    oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64& bytes)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetFileForRequest(HttpContext context, SPWeb web, Boolean exclusion, String
    virtualPath)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.InitContextWeb(HttpContext context, SPWeb web)     at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context)    
    at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextWeb(HttpContext context)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object oSender, EventArgs ea)    
    at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IEx... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...ecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep
    step, Boolean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback
    cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr
    nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)    
    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompl... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...etion(IntPtr pHandler, RequestNotificationStatus&
    notificationStatus)     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr
    rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) 
     9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          aiv4w Medium   Spent 0 ms to bind 13297 byte file stream 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.52  mssearch.exe (0x1B6C)                    0x3F24 SharePoint Server Search       Crawler:Content
    Plugin         ajjig Medium   CSSFeeder::ReportPingSession: the session 86ba63af-ce5a-4c7c-a836-c70ee9961b91 has been pinged by PollCallbacks 
    07/16/2014 17:32:08.52  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Information Rights Management  ai4ko Medium   Information Rights Management (IRM): The IRM status of the document [] is: untried (-1), the return values is: 0x0. 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.52  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ahjkm Medium   Spent 0 ms to send 13297 byte file stream 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.52  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Site=/ 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.52  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Monitoring                     b4ly High     Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=66.9455 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.57  w3wp.exe (0x2CE0)                        0x45CC SharePoint Server            
     Logging Correlation Data       xmnv Medium   Name=Task: SessionManager.PerformOngoingRequestDepartures 6b6b4445-2b72-0002-9138-988147c881a0
    07/16/2014 17:32:08.58  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     General                        g3ql High     [Forced due to logging gap, cached @ 07/16/2014 17:32:08.55, Original
    Level: Verbose] GetUriScheme(/QAPortal/PackingMaterial/frmFile4) 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.58  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Database                       8acb High     [Forced due to logging gap, Original Level: VerboseEx] Reverting to process
    identity 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.64  OWSTIMER.EXE (0x1ED4)                    0x5B18 SharePoint Foundation          Monitoring                   
     nasq Medium   Entering monitored scope

  • EUL export and import

    Scenario:
    Installation #1: Infrastructure Repository Database installed along with Oracle App Server etc. The EUL resides on the Repository Database (let's say under schema eul1). The Application Data (let's say in schema - app1) for reporting also resides in the Repository database under a different schema. Business areas and worksheets reside in the eul1 schema.
    Installation #2: This was done to separate the application data from the repository data. So now, the application data for reporting resides on another server. A new install of infrastructure/repository/App Server was done. In this installation, the eul1 EUL from installation #1 was exported (using the Oracle exp/imp utility) and imported into the new schema called eul2. The two scripts that the manual suggests were also run. The views that were used to access data in app1 are now pointing appropriately to the new server (where the application data for reporting has been installed).
    The issue:
    Using the Discoverer Administrator, I can point to the new installation and view the Business area which seems to have been migrated over correctly. However, using the Discoverer Desktop, I do not see any worksheets.
    Please tell me if there's anything else I need to do to make the worksheets available. These worksheets are working great in Installation #1 and are meant for end users to use. At this point, only one EUL is being used.
    If there's specific info you would like to have in trying to help me resolve this, please let me know. This is urgent.
    Thanks.

    Hi
    Have you exported and imported the worksheets?
    Do you see them in the Admin (folder dependencies)?
    Ott Karesz
    http://www.trendo-kft.hu

  • Language Problem while exporting and importing data

    hi,
    I have Oracle version 8.1.7.0.0 installed on one server and 9.2.0.1.0 installed on new server.
    I'm copying and pasting my version info from SQL*Plus:
    SQL*Plus: Release 8.1.7.0.0 - Production on Mon Aug 22 10:46:31 2005
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    SQL>
    SQL*Plus: Release 9.2.0.1.0 - Production on Mon Aug 22 12:30:06 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    SQL>
    I created new user on my new server from enterprise manager.
    Exported user from the old server and imported in the new server.
    i.e: from Oracle8i Enterprise Edition Release 8.1.7.0.0, I did
    c:\>exp system/manager file=abc.dmp owner=abc
    Then on the new server Release 9.2.0.1.0, I did
    c:\>imp system/manager file=abc.dmp fromuser=abc touser=abc
    I'm using Arabic Language on my both servers. NLS_LANG parameter on both the servers is AMERICAN_AMERICA.WE8MSWIN1252.
    On both the servers I'm able to insert and select data in arabic.
    However, after I export the data from old server to the new server, the arabic data comes in question marks.
    If I create new table and insert arabic data on new server's user abc it is displaying well. Only the data which I exported and imported is not showing arabic.
    On both old and new servers operating system is Windows XP.
    I'm stuck with this problem. Anybody having any idea about how to solve this problem please help.
    Thank you all in advance.
    Regards

    Let me be clear here. Storing Arabic data in a WE8MSWIN1252 database is not supported by Oracle and will lead to problems. You are incorrectly using the NLS_LANG to prevent proper conversion and your data appears to be okay when you use utilties like SQL*PLUS to view your data. When you write applications that don't rely on the NLS_LANG like JDBC thin driver for instance you will realize your data is in fact invalid. To learn more about the NLS_LANG you can take a look at this FAQ: http://www.oracle.com/technology/tech/globalization/htdocs/nls_lang%20faq.htm
    To migrate your database to a proper character set you can refer to this paper:
    http://www.oracle.com/technology/tech/globalization/pdf/mwp.pdf
    But please do not ask for help in supporting your current configuration in this forum.

Maybe you are looking for

  • How to multiplex the block change tracking file?

    Hi, I have a question to change block tracking feture. The normal way to enable block change tracking would be: ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE 'mydir/change_track.f' REUSE; What if my harddrive is gone? Is there anyway to defi

  • Storing XML attribute

    I'm trying to store an XML attribute into a variable but the value of the variable is always null. I'm using the SAX parser and displaying the attribute is no problem. Here is the content of my xml file: <config>   <param name="saTerminalId" value="6

  • JRadioButton centered align in a JTable cell

    Hi, How could we centered the JRadioButton inside a cell of a JTable? Thank you for you help. Kind regards, Daniel

  • Cameras and Camcorders FAQ

    There are many questions that people have when it comes to digital cameras and camcorders, but thankfully there is also an abundant amount of useful information to be had. These are the most frequently asked questions, and hopefully this information

  • MBBE-"Quality. inspection" stock shows Inspection lot as "Unrestricted"

    Dear All, In MMBE, a material is available in "Quality Inspection" stock. We checked in "QA32". There we can see, it is in "Unrestricted use". How to move the stock from "Quality Inspection" to "Unrestricted use". Any suggestions. Regards, Mullairaja