Development to Production / Migration questions

I have a few questions that relate to migrations from a development instance to production, and keeping the environments in sync.
BACKGROUND INFO
As a "side" project at my place of employment I have created an APEX app that is being used and has been very well received. Since it went well, they have now asked for a 2nd larger application and have assigned a 2nd person to work with me on this. The other person is gung-ho that we need to develop in a development instance and then migrate to production when we are ready to go live so we have been working this way. At this point, we have 2 totally separate APEX workspaces, lets call them DEV and PROD for now. This sounds great on paper, but I have experienced a few challenges.
MY QUESTIONS
1. Lets say we log into DEV and make a few minor changes to a single page. There does not seem to be a way to migrate just the one single page or its changes into PROD. It seems the only way would be to migrate the entire app over again, which seems silly if we only made 1 or 2 small changes.
2. Assuming the answer to question #1 is NO (in other words every little change requires migrating the entire app), then how can I avoid the URL changing after each migration?
3. It seems when migrating over DB schema objects (tables, views, procedures, etc..) APEX generates a massive script for you broken into ndividual sub-scripts separated by a slash. However, it also seems that you can't simply run the entire massive script at once, but must run each individual sub-script one at a time. Is there a quicker way?
4. Is there an easy way to migrate over any scheduled jobs I created with DBMS_SCHEDULER?
5. At this point, DEV and PROD are rather out of sync, so I would like to essentially start over and erase DEV and then rebuild it by simply making a copy of PROD (if this is possible). In other words I'm looking for any info on how to create a refresh process. Mind you, I don't have actual DBA access (only access is via the APEX web interface) so is there an easy way to clone one APEX workspace into another without DBA privileges?
6. I assume the answer to #5 is NO. Assuming this, is there a quick way to basically erase everything in APEX workspace, and then I can manually start migrating objects from PROD in?
Any tips/suggestions/recommendations are appreciated.
Thank you,
Paul

Welcome to the forum.. I will try to answer your questions in order..
user720285 wrote:
I have a few questions that relate to migrations from a development instance to production, and keeping the environments in sync.
BACKGROUND INFO
As a "side" project at my place of employment I have created an APEX app that is being used and has been very well received. Since it went well, they have now asked for a 2nd larger application and have assigned a 2nd person to work with me on this. The other person is gung-ho that we need to develop in a development instance and then migrate to production when we are ready to go live so we have been working this way. At this point, we have 2 totally separate APEX workspaces, lets call them DEV and PROD for now. This sounds great on paper, but I have experienced a few challenges.
MY QUESTIONS
1. Lets say we log into DEV and make a few minor changes to a single page. There does not seem to be a way to migrate just the one single page or its changes into PROD. It seems the only way would be to migrate the entire app over again, which seems silly if we only made 1 or 2 small changes. If your apps BOTH have the same APP ID, you can export pages from development and import them into your production application, via the import/export mechanism in APEX. However, you MUST keep the app id's in sync.
>
2. Assuming the answer to question #1 is NO (in other words every little change requires migrating the entire app), then how can I avoid the URL changing after each migration?Refer to answer given in #1.. Also, you can use an application alias, so that if you DO change the app id, the url should NOT change, since you are using the alias as apposed to App id in url string.
>
3. It seems when migrating over DB schema objects (tables, views, procedures, etc..) APEX generates a massive script for you broken into ndividual sub-scripts separated by a slash. However, it also seems that you can't simply run the entire massive script at once, but must run each individual sub-script one at a time. Is there a quicker way?What I recommend, is to bundle the ddl code as part of the install script, under supporting objects in your application, thus the code can be run in it's entirety when you do an install of your application.
>
4. Is there an easy way to migrate over any scheduled jobs I created with DBMS_SCHEDULER?I would bundle this in the install code of your application, as noted above. Since it is just a pl/sql script to submit your dbms_scheduler job<s>, it makes sense to do it this way in a script with ddl objects building.
>
5. At this point, DEV and PROD are rather out of sync, so I would like to essentially start over and erase DEV and then rebuild it by simply making a copy of PROD (if this is possible). In other words I'm looking for any info on how to create a refresh process. Mind you, I don't have actual DBA access (only access is via the APEX web interface) so is there an easy way to clone one APEX workspace into another without DBA privileges? If you are serious about wanting to wipe development out, there are scripts about that will allow you to wipe ALL database objects from a schema, and then you would delete the applications in development. Then you could just export your application and database objects and data from production and import them in development.
For the database data I would use sql developer to build insert scripts and load them into the supporting objects section of application with the ddl to Build the objects..
>
6. I assume the answer to #5 is NO. Assuming this, is there a quick way to basically erase everything in APEX workspace, and then I can manually start migrating objects from PROD in?
Any tips/suggestions/recommendations are appreciated.
Thank you,
PaulThank you,
Tony Miller
Raleigh, NC

Similar Messages

  • ERROR WHILE MIGRATING SSIS PACKAGE FROM DEVELOPMENT TO PRODUCTION IN EXECUTION

    HI,
    I have a problem while executing the package after migrating from DEVELOPMENT to PRODUCTION.
    We have two SQL database connections DEVMIDDLEWARE and PRODMIDDLEWARE for dev and prod respectively. When we have created package in development we have used DEVMIDDLEWARE and we have credentials in CONFIG file of that package and executed sucessfully. When
    we migrated this same package to PRODUCTION when have given credentials of PRODMIDDLEWARE in CONFIG FILE of this package we are getting error as below
    "Description: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic
    error. Verify that the correct key is available.  End Error  Error: 2014-10-28 07:41:44.24     Code: 0xC0016016     Source:       Description: Failed to decrypt protected XML node
    "DTS:Password" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available. 
    End Error  Error: 2014-10-28 07:41:44.85     Code: 0xC0202009     Source: Package Connection manager "DEVBIZTALKDB01.RHUL_Staging.devmiddleware"     Description: SSIS Error Code DTS_E_OLEDBERROR. 
    An OLE DB error has occurred. Error code: 0x80040E4D.  An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80040E4D  Description: "Login failed for user 'devmiddleware'.". 
    End Error  Error: 2014-10-28 07:41:44.85     Code: 0xC020801C     Source: Package Log provider "SSIS log provider for SQL Server"     Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. 
    The AcquireConnection method call to the connection manager "DEVBIZTALKDB01.RHUL_Staging.devmiddleware" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method
    call failed.  COM error object information is available.  Source: "Package"  error code: 0xC0202009  Description: "SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E4D.  An OLE
    DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80040E4D  Description: "Login failed for user 'devmiddleware'.".  ".  End Error  Error: 2014-10-28 07:41:44.98    
    Code: 0xC0202009     Source: Package Connection manager "AGRDB01.abwr66"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E4D.  An OLE DB record
    is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80040E4D  Description: "Login failed for user 'CC\epsdbuser'.".  End Error  Error: 2014-10-28 07:41:44.98     Code:
    0xC020801C     Source: Data Flow Task OLE DB Source [1]     Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "AGRDB01.abwr66"
    failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.  End Error  Error: 2014-10-28 07:41:44.99     Code: 0xC0047017    
    Source: Data Flow Task SSIS.Pipeline     Description: component "OLE DB Source" (1) failed validation and returned error code 0xC020801C.  End Error  Error: 2014-10-28 07:41:44.99     Code: 0xC004700C    
    Source: Data Flow Task SSIS.Pipeline     Description: One or more component failed validation.  End Error  Error: 2014-10-28 07:41:45.00     Code: 0xC0024107     Source: Data Flow Task     
    Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  07:41:44  Finished: 07:41:45  Elapsed:  0.859 seconds.  The package execution failed. 
    The step failed."
    Can anyone help for this error.
    Many thanx in Advance

    Hi Babloo,
    According to the error message, the package may have failed are as follows:
    The user account that is used to run the package under SQL Server Agent in PRODUCTION server differs from the original package author.
    The user account does not have the required permissions to make connections or to access resources outside the SSIS package.
    The package may not run in the following scenarios:
    The current user cannot decrypt secrets from the package. This scenario can occur if the current account or the execution account differs from the original package author, and the package's ProtectionLevel property setting does not let the current user
    decrypt secrets in the package. In this scenario, we can change the SSIS Package ProtectionLevel property to EncryptSensitiveWithPassword, then modify the SQL Server Agent job step command line to include this password.
    File access fails because the current user does not have the required permissions to write to the file share that the connection manager accesses. In this scenario, we can create a SQL Server Agent proxy account. This proxy account must use a credential
    that lets SQL Server Agent run the job as the account that created the package or as an account that has the required permissions.
    References:
    SSIS package does not run when called from a SQL Server Agent job step
    Run an SSIS Package Under a Different Account
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Production migration from Development

    I would like to know how currently the migration work happens from development to production.
    Thanks
    Deb

    Export application and any supporting objects to a script, have dba load previously built script to production environment and run script. Need to make sure users are logged out of application and that the proper themes and such are loaded in production.
    Thank you,
    Tony Miller
    Webster, TX

  • Questions on Analyzer Upgrade and Moving Analyzer Reports from Development to Production

    Hi,We run Analyzer 5.0.3. We are planning to go to Analyzer 7.2. Did any body go thru this upgrade? If so, what is your opinion and tips that may help. Also, we never had Analyzer development environment. We are planning on having Analyzer development environment. In our installation, all of the Analyzer reports are centrally developed based on user requests. Once we have development and production at the same Analyzer version, if a report is developed in the development system, how can the report be mirateed/moved from development to production system?Thank you for your help,Prasant

    Balaji,
    Has this been done yet?
    Gary
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    We are working on a document using which one should be able to move a portal instance from one database to another. It is still in draft version, once it is finalized we will be putting it on otn.
    Thanks and Regards
    Balaji<HR></BLOCKQUOTE>
    null

  • Development and Production Requirements for a Forms/Report application

    Dear all,
    We have an application witch run in client/Server mode using Forms/Reports 6i For 300 users.We want to migrate it on Forms/Reports 9I using Oracle 9IAS and Oracle 9IDB.
    I would like to have advises about material requirements of both development and production environment((developer deskop, development appServer and databaseServer, end user desktop,production databaseServer and production AppServer).
    Thank u for giving more details about my request.

    I have my dev and production on 2 different databases/instances, and the workspaces have a different name aswell (think 'dev' and 'prod').
    I do reuse my application ids, which makes the whole process a lot more manageable: easier for me to identify and replacing a whole application.
    However, when i want to replace only 1 page, apex stumbles over the workspace. Bummer.
    So i took an export of a page on both workspaces, and opened the files.
    prompt  Set Credentials...
    begin
      -- Assumes you are running the script connected to SQL*Plus as the Oracle user APEX_040100 or as the owner (parsing schema) of the application.
      wwv_flow_api.set_security_group_id(p_security_group_id=>nvl(wwv_flow_application_install.get_workspace_id,1377027056414870));
    end;
    wwv_flow_application_install.get_workspace_id,1377027056414870));
    I took both workspace IDs and keep them in a simple txt in my installation-files folder. Each time i need to import a page from dev->prod i go in the exported file from dev and change the workspace id to the id of my production workspace id. Everything works magically after that.
    If your application ids also differ, you can try changing the id in the exported file aswell, but i can't tell if it works or not since i've not done that yet.
    prompt  Set Application ID...
    begin
       -- SET APPLICATION ID
       wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,130);
       wwv_flow_api.g_id_offset := nvl(wwv_flow_application_install.get_offset,0);
    null;
    end;where of course you'd change around nvl(wwv_flow_application_install.get_application_id,130);

  • OWB propagation from development to production environment

    Our department is in need to implement overall security around our production data warehouse.
    One issue that seems to bother our management is having only one OWB Designer where developers would have to be responsible enough to use snapshots and export mappings to mdl files. Management would like to have development and production OWB Designer Repository where production designer would always be in sync with what is deployed in prd database. Also prd OWB Designer Repository would be like a source safe so we have to always get a mapping from prd designer move it dev designer and when done propagate changes back to prd designer and then deploy to prd database.
    Would this be a good approach?
    Any input on how to handle propagation from development to production environment, and if you are aware of "best practices" when it comes to OWB environment is appreciated.
    Best Regards,
    Vlasta

    Hi,
    Copy whole catalog and rpd from dev to prob.
    If you want to copy specific report go to OracleBIData\web\catalog\samplesales\root\shared\sample+sales(group folder name)
    You can copy reports under folders and dashboards in _portal in Sample sales group folder...both file and .atr file.But you may miss security applied on those dashboards.
    http://www.rittmanmead.com/2008/04/28/migration-obiee-projects-between-dev-and-prod-environments/
    Best practice is to copy whole catalog and rpd (or) Copy shared and system folders and their .atr files from OracleBIData\web\catalog\samplesales\root so that you will not miss security and you will not over ride users folders which may contain some data created by them.
    Thanks,
    Srikanth

  • Crystal Develop and Production Guidelines in SQL Server (Crystal 9)

    We have development and production environment on 2 different machines.
    It seems when we want to migrate a report from dev to prod, we need to reset the DSN or connection and crystal then forces us to respecify all field names in a report.
    It is a big pain. Has anyone seen this?
    Thanks
    Ken Light
    DBA Interior Health

    Hi
    When you migrate a report, you need to
    - Create a DSN with same name on Production as it was on Test.
    - Do a set Datasource location.
    - Verify database to ensure all changes made in the database are reflected.
    - If you have used stored procedure with parameter in your report, then uncheck the above option and then refresh the report.
    Hope this helps!!!
    Regards
    Sourashree

  • XI Development , QA , Production Landscap

    Hi All,
    I need to design a document that shows the XI dev,QA & Production systems. Can anyone tell me where can i find such a image.
    Also do we create seperate SLD for development and production or only create one SLD and export that as a file and finally import in the production.
    And how do we transport objects from development from dev to QA or production.Is there any other way apart from exporting tbz file and then copy the tbz file and put it in the import directory in the QA server. I mean the way we do in R/3.
    Thanks
    Sumit

    Hi Sumit,
    >I actually want a pic wherein apart frm XI all the other business systems are also there.
    of course you have to create a picture of your individual system landscape for your own. Come on, take powerpoint.
    >And also want to know if more than XI servers are installed or only XI server is installed.
    Sometimes you should read again what you wrote before pressing the "post" button
    >My question is that what if the XI server fails? Do we have a switchover software in that case ?
    This is not a special XI theme. Read the guid "SAP Exchange Infrastructure in High Availability Environments" at service.sap.com/ha ->Media Library ->Documentation->Misc. Documentation
    or read
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/08/5741114ae611d1894f0000e829fbbd/frameset.htm">SAP High Availability</a>
    Regards,
    Udo

  • Cannot open Planning App in Production migrated via LCM

    I migrated from development to Production using LCM but I had issues with opening up the application in Production because the password from the development carried over to Production.
    How do I fix this?

    Hi,
    That's actually why you should run LCM selectively rather than for everything at one pass. Can you not reset your password in shared services? If you are having problems with database connection, then the solution is to reconfigure data source/edit data source.
    Cheers,
    Alp

  • Backup and Data Migration Questions????

    Sorry for the multiple post, posted to fast and placed in wrong post....
    But anyway... I am considering getting the Droid X (Android 2.1) and I will be changing over from a Imagio (WM 6.5) and since I am new to the whole Android OS, I was wondering what is the best way to transfer all my data from the Imagio to the Droid X once I recieve it?  I have looked at a application (Sprite Migration) that seems to make the migration process rather simple that can be found at http://www.spritesoftware.com/products/migrate/how -does-it-work- but I was wondering if anyone has used this application and how well did it work?
    Second I was also looking at the Sprite Backup application also for my system backups of device, I used the Windows Mobile version before ojn my Imagio and it worked well but I decided to stay with SPB Backup because I was already use to the program since I have used it for a number of years.... 
    Is Sprite Migration and Sprite Backup a quality product to use on a Android device because I want to backup the stock image into a file before I start modifing my device and learning the ins and outs of the unit.
    Any feedback would be appreciated

    Hi Wildman,
    Yes you are correct, Sprite Backup offers a much more complete backup.
    We backup everything that can be done without root access.
    We are also now on many handsets in ROM, with even more access.  We hope to see more manufacturers, (4 so far, but not Motorola yet) bundle us on their devices (approx 1.2 million devices with us in on Android).
    If you already have moved to your new Droid then it's probably too late.  However, Migration is a great solution for moving your data painlessly across to the android device.
    I appreciate you used SPB, a fine product on Windows Mobile.  I am sure you are aware of our 18 million Windows mobile sales of Sprite Backup (the other camp , the majority are actually bundled on devices there also)
    We have a strong support staff, so if you have any questions please fire them off to us.
    http://spritesoftware.crmdesk.com/
    To give you an idea of what Android Backup covers, please read this
    http://www.spritesoftware.com/getmedia/0e592ab4-61bb-4f6d-a218-b6df82669a18/Android-Backup-v2.0-User-Guide.aspx
    Migration is soon coming out as an OTA service, for a carrier or two
    As you have pointed out, contacts sync (like for winmo active sync) is great, but there is a lot more on a device.
    Many thanks
    Julian@Sprite

  • Forms 6i to 10g Migration Questions

    Hi,
    My company is thinking about migrating Forms 6i to 10g. I wonder if you can share some of your experience with us (and with thousands of others who will also face the same daunting task)
    1. How do you like/dislike Forms 10g after the migration?
    2. What are the pitfalls of Forms 10g? What are the strengths?
    3. Other than Oracle Migration tools, is there any other tools that can help us?
    4. How long is the migration process typically taken?
    5. What problems have been encountered in the upgrade process?
    Thank you very much!
    Sincerely,
    John Sun

    May I answer your question with some questions of my own? :)
    1. Are you migrating from Forms6i client-server or web?
    2. If Web, to a non-Windows middle tier (hopefully)?
    3. Do you plan to incorporate OID/SSO and/or Portal in the new environment?
    I just reached the end of a 6-month long prototyping project to migrate our Forms/Reports 6i application (80% client-server, 20% web) to 10g, using SSO and Portal for report destination. We migrated about a dozen forms of varying complexity and rewrote our main application/menu form. We originally thought the prototype would take 3-4 months. The purpose was to learn what we needed to develop the best migration approach and have an idea of what it would cost. The application has about 650 forms/reports modules. Costs and the learning curve prohibited a move to J2EE/ADF; oh I wished... Management is hoping we can complete the full migration in about a year, but I think... well, this is a public forum and I am using my real name. ;)
    We've only been using 10g release 2 since the end of January. Stay away from release 1 at all costs. Even release 2 is not what I would call entirely stable. I just opened a SR on MetaLink a few days ago for a problem I was able to recreate where the use of a button on a form-level toolbar that directly or indirectly call_forms a new form, and then navigation occurs back to the original form (say, when trying to minimize or rearrange widows) causes the session to crash with the infamous ORA-92101. We rely heavily on a hierarchical tree for our application menu, and keyboard navigation on the tree is somewhat broken (tree triggers not firing).
    However, many long-standing 6i bugs have been fixed, and I really, REALLY do appreciate being at PL/SQL version 10 in Forms.
    But we have some real challenges too, some self-inflicted. Some 400 of our application forms were converted from SQL*Forms 3.0 via Kumaran a while back. This is admittedly our greatest challenge. The V3 forms, being they were character-based with no mouse support, had lots of code in Key-navigation triggers that was never meant to be in navigation triggers (validation, etc) and would get bypassed if the user skipped the field using a mouse. Kumaran solved this problem using mouse triggers which are no longer supported on the web. We also are attempting to introduce some enhancements during the migration like become Section 508 compliant.
    I did not opt to use the migration tool; it doesn't really do that much for you anyway.
    One headache for us was Reports. We eliminated many temporary tables (permanent tables created temporarily) in user schemas for the use of global temporary tables. Granted, this feature showed up in Oracle9i. But in 10g, we found inadvertently that database sessions for reports are initiated by a java process and reused for performance, meaning different reports sometimes (and unpredictably) are sharing database sessions instead of getting their own. It would've been nice to know this beforehand because it was a challenge to find out the hard way.
    My biggest complaint is that Forms still lags behind in features that are part of the application server. For example, I would've loved to implement Enterprise Users and rid our database of the many thousands of user accounts. But Forms doesn't support it. And Oracle really should have provided a migration tool to create the OID resource that links the OID user account via SSO to the database account. Especially since Forms only works with database accounts. All we got was a 9i-based White Paper on the APIs to write our own. This is Oracle data, not application data for heavens sake!
    I've opened easily over a hundred SRs during this time, and am quite sure that my name is mud by now and that I have lost any chance of ever getting hired by Oracle. ;)
    If your DBAs are database-centric and not used to administering a middle tier-- or administer an old middle-tier like 9iAS 1.0.2.2.2, get them into instructor-led training on 10g administration BEFORE they have to install the 10g infrastructure and middle tiers. The architecture is radically changed and infinitely more complex. As far as the workload the developers will face; Forms is still pretty much Forms, but the state of your existing code will play into it.
    I was so tired of spending years on older versions of Oracle software. And I am proud to announce that I am now intimately familiar with what is known as The Bleeding Edge.

  • Error while importing the ODI Package from Development to Production Enviroment

    Hello Everybody,
    Currently I'm face the problem when import ODI models (from Development) to Production environment
    And the error show follwing error:
    ODI - 23040 Import file "C:/BIAPPS_Package/Models/XyZ.xml" error
    please help.

    Do the user performing the import have permissions to import models to the production environment? I'd also mention that you would have a better setup if your production environment only held executables such as scenarios, load plans etc. and not development objects. It leads to better change control management and simplifies the migration process from DEV --> PROD

  • Exchange 2013 Migration Questions

    Exchange 2013 SP1 to a new server. I just realized that I have been asking migration questions on the "general" forum. Here's the deal:
    We just want to move to a newer server and reuse the "old" server as a DAG member. We have a production exchange 2013 SP1 server and I found that the DB is not on a RAID'ed drive. So, we purchased a server. I installed 2012 R2 and all windows updates.
    Then installed exchange 2013 SP1. Then got our AS/AV software installed. When I boot the new server up and login to ECP, it sees all the exchange users, DB and info. So, I followed:
    http://technet.microsoft.com/en-us/library/dd876926(v=exchg.150).aspx
    to migrate users and current email to the new DB. However, when users logged in their current email was not there. I also tried to use the ECP migration option and this resulted in the same, users old email was not in their inbox. So I had to perform that
    same process on the old DB to get users old email back. I then tried to use the migration option in the ECP->same issue. So as of now, we are on the old DB and things are working fine.
    According to:
    http://technet.microsoft.com/en-us/library/aa997006(v=exchg.65).aspx
    When moving from server to server, the DB filename must be the same. The non-production server does not have the same DB filename. Could this be the problem? Could someone point me to documentation on migrating from server to server

    So I ran Get-Mailbox -Database “Source Database Name” " -ResultSize Unlimited | New-MoveRequest -TargetDatabase “Target Database Name” and moved all the user mailboxes. Then moved the system mailboxes, public folders and
    OAB. Adjusted send connector to reflect new server. Log in as a user, all email is there. Great! Dismount the old DB. Wait a few minutes and user email is still there. Woohoo! Shut down the old exchange server and a few minutes later, all email is gone. Boo!
    Boot the old server back up and mount the old DB, all email is back in user inbox. How do I use only the new DB in exchange 2013?
    So I just dismounted the old DB and all email stays in users inbox?! So it must be something with the old server that did not get moved over but for the life of me I cant figure out what

  • Development and product environment

    Dear all,
    I want to setup two databases in seperated server. One for development purpose and another for product environment.
    Which good method/tool in oracle can transfer data (like pl/sql,tables,fields) from
    development to product environment?
    Thanks you

    I would strongly suggest cloning the database from Development to Production, using RMAN. You get a proper copy that way - and it isn't hard to do. Howard Rogers has all the answers here: http://www.dizwell.com/prod/node/9

  • URL Link Difference in development and Production

    Hi all ,
    im seeing the URL for support desk BSP page different comaparing in development and production .see the below
    http://s01tdi135.intra.tm:8003/sap/bc/gui/sap/its/webgui?sap-language=E&sap-client=011Code=/08&pcmd=CRMVW&pnumb=45CB5F7BE4030746000000000A0135AD&pvariant=&
    in the above URL is available in Dev server. we are passing the GUI here , so in program we are concatenating the GUID with the URL.
    But in production , when you concatenate this , its not coming ...becuase when u see the URL for message,refer below
    http://s53kj173.intra.tm:8001/sap/bc/gui/sap/its/webgui?sap-language=E&sap-client&transaction=DSWP_SAPSHORTCUT&OkCode=/08&pcmd=CRMMR&pnumb=&pvariant=&paarg=X&
    Here im not able to see the GUID ... how to show the perticular message in e mail ...
    actualy how i can pass the parameter ..that means support no to this URL.
    pls explain ...

    Actualy problem with user authorization. solved.

Maybe you are looking for

  • How can i get a new backup email?

    I forgot my security questions and when i try to reset them it sends an email to my old account that has been hacked and is no longer accessible. Can i somehow send the email to a different account? 

  • Border Layout problem

    I have a JPanel set to BorderLayout. I have 2 JPanels inside it. One JPanel is set to the West and one to the East. They are both are set to GridBagLayout. The West Panel vertically centers and the East Panel is vertically aligned at the top. Why is

  • -ve stock in the pick storage bin

    Hi All, Here is the example that explains the problem we are having: If the outbound delivery has a quantity of 300, when processed using VL06P the TO is being created for 300 where as the actual available quantity in the pick bin is only 200. This i

  • Weblink issues for copying opportunity and lead records

    I am trying to create weblink fields for copying Opportunity and Lead records. I am basically successful for Opportunities except that I can not get picklist or link values (such as the associated account) to copy over. I am having no success at all

  • How do I sync podcast on my iPod Classic?

    Hello, Since I installed iTunes 11.1, the new episodes are not uploaded on my iPod Classic. It looks like podcasts are no more downloaded on my iMac, that I have to read them in streaming. Fine, but how do I do with my iPod Classic? Thanks in advance