Promoting code to different environment

Hi All,
    I have a java project which basically notifies error messages from mediator components of various SOA composites to different support groups. However, the support groups are different for each environment (dev, test and prod). So, I would like the ant build and deploy script to replace the email id prior to deployment. What is the best practice to do it? I know things within SOA can be replaced by SOA Config Plan.
Please suggest.
Thanks

What you want are CSS Media Queries.  They can be incorporated into your main CSS file like so.  Feel free to adjust breakpoint values as required.
/* Special Styles for Mobiles. */
@media only screen and (max-width: 480px) {
    body { font-size: 75% }
/* Special Styles for Tablets */
@media only screen and (min-width: 481px) {
     body { font-size: 100%; }
/* Special Styles for Desktops */
@media only screen and (min-width: 1025px) {
     body { font-size: 135%; }
Nancy O.

Similar Messages

  • How to move the code and deploy the code from Dev environment to SIT.

    Hi,
    I have a requirement.
    I want to move the components and deploy the code from dev Environment to SIT environment using Ant Script for AIA.
    Before doing this is any pre-requisites required?
    Can you please help on this,how to do?
    Thanks in advance.

    Further to add to Anish Statement follow the steps to easily migrate the code to different environment.
    Steps:
    First log on to the EM Console and export the Composite Flow as a SAR file to a location.
    In Jdeveloper create a project using the same name of a SAR file like - ProcessSalesorderFlow
    import the project using the option import the composite using a SAR File.
    After import , then click on the composite and then generate the config plan.
    In config plan add all the url changes using the search and replace Tags.
    And in case if you have a JCA Adapters the same has to be taken care in SIT environment why because during deployment a lookup happens and deployment fails if it dont find the JNDI Name.
    Take the SAR file adn config plan seperately from JDeveloper.
    Now open em console again and then deploy it using the config file and SAR file.
    Thanks,
    Venugopal SSS RAJA

  • IPhone 6 Trade-In Promotion Code That Works

    Okay, loads of posts about not getting the promotional amount and so on. I am in the same boat EXCEPT I haven't shipped my old iPhone back yet. I have been on the phone with Verizon three times trying to figure out how to get the trade-in page on their site to get the credit correctly stated so the shipping materials can be sent.
    I received this promo code from a Verizon Customer Service rep this morning who actually called me back. It was accepted by the vzw site and prints a receipt with the appraisal amount as well as the difference between that value and $200 so it totals up to what was advertised in the promotion. It is working as of today, November 5th, and I don't know for how much longer it will continue to do so.
    The website to use is: www.trade-in.vzw.com
    The promo code you enter that is currently working is: CAREIPHONE6200-Z3PG-8DV4
    IF you're planning on getting the trade-in promo amount of $200 they (Verizon-VZW) tells me I have until December 15th to send my old iPhone to them. Problem was NO promotional code. The old one didn't work after the promotion's end date. Of the posts I've read, most seem to be having trouble getting the full $200 pop for at least these common reasons/excuses from VZW (a contractor they have handling trade-ins). The list (likely not complete):
    1) Cracked screen
    2) Won't power on
    3) Case cracked
    4) Bad, missing or non-functional buttons
    5) Lock code still active (prevents access--yes, it does)
    6) Still connected to iCloud
    7)Find My iPhone still active
    Without documentation of the phone's condition the whole thing becomes a finger-pointing game. I've decided to do the following and recommend you do something similar if and before you send your old iPhone back:
    1) On the old phone, go to Settings/General
    2) In the right column of the General options at the very bottom is a Reset option
    3) Use this option and select Reset Phone And Erase All Data (wording may different but it's close enough)
    4) If you have an access code on the iPhone you'll have to enter it to do the process
    5) Two, "Are you sure?," style prompts must be pressed to verify you REALLY want to do this.
    6) After the second Are You Sure prompt is answered, the Apple shows up on the screen and following a complete reset and erase you're greeted with the Hello screen where you'd begin setup. At this point, the phone should no longer have an access code and should have been logged out of iCloud.
    7) Go through the setup screens and skip the ones that ask you to create a lock code, skip setting up an Apple ID and password, skip connecting to WiFi, DO SKIP turning on Find My iPhone. When you successfully reach what will now be an original Home screen, RUN THE RESET AND ERASE AGAIN. This verifies for you that there is no iCloud connection, and no access code.
    8) Take close up pics of the screen, the back, the sides, the buttons, the data/power port, everything. Even better, record a video and go from inspecting the iPhone's condition to and through a setup as described above to show there is no connection to iCloud or any access code. Then go begin the Reset and Erase process (still while recording video).
    9) Lots of users here write of the poor quality of packaging provided for shipping the trade-in, so if you still have the original box put the phone in that. Otherwise use some bubble wrap or another small sturdy box so the screen doesn't get broken or buttons stop working from poor handling by USPS or other shippers.
    Why pics and/or video? If you have to take the matter to arbitration or seek remedy from the BBB or other consumer resource there is nothing more convincing than good documentation.

        I can absolutely see the confusion regarding your trade in promotion, chimera09. But no worries! The iPhone trade in offer has a unique detail that will allow you to wait until you've received your iPhone 6. You can disregard the 30 days from submission that applies to the usual trade in program. The original portion you listed "return your old device to Verizon Wireless within 7 days after receiving your new iPhone 6 or iPhone 6 Plus, but no later than 12/01/14" is correct.
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • How to automate the build of CompositeApplication for different environment

    Hi,
    I have a scenerio where i have to automate the build process of composite application.
    For Example :
    I have a Composite application currently configured for my DEV Environment. I have two more environments UAT, and IST on which the same Composite Application should be deployed. The environment details such as 1) Host Name , 2) Port Number , for UAT and IST are different.
    I need to create an automation script which takes in the different environment details and builds the CompositeApplication Project.
    Please help, if you have any solution or Please provide pointers.
    Thanks
    yuvaraj

    Hi yuvarag,
    I take it that you're working in a 5.1.3 environment. I was in a similar situation, and although I wasn't able to automate the process as I would have liked, I was able to make some modifications to the build process that made it acceptable.
    For one thing, our QA dept would not allow us to build separate ear files, using different environments, for QA and production. They were willing to sign off on the QA file that they had tested, but as far as they were concerned (and I fully agreed) they had not tested a new aer file build for the production environment. I was able to convince them (and myself) that using the iConfigure tool to modify the settings of the ear file was a safe way to create the production file from the QA file. This also removed any possibility of including new code into a build with the production environment.
    Although it didn't get automated, I did set up a "build" user on the box that housed our repository. All builds for deployment to QA were performed by logging in as the build user to perform the build. I also made a few modifications to the build scripts that come with the commandlinecodegen tool to simplify the process. I could probably have automated the build by adding a cron entry to kick off the build script. Automating the iConfigure step would be much more difficult. But if you are free to build fresh ears for production, then you should be able to automate the process with cron, and a few tweaks to the commandlindgodegen tool.

  • Not received promotional code when registered for "Microsoft Power BI for Office 365 preview!"

    Hi,
    I have registered for "Microsoft Power BI for Office 365 preview!" and received the welcome mail from Microsoft Office 365 <[email protected]>
    But their is nowhere mention of any promotional code
    Further as per the steps given in the welcome mail I created the unique tenant for Power BI and now provisioning Power BI for office 365. Here as per the snapshot provided in the provisioning document I am not able to see the specific license 
    i.e "Microsoft Power BI for Office 365" which I have to assign to my tenant. Instead I see the License "Microsoft Office 365 Plan E3". Is this acceptible?
    Further i have assigned this license (Microsoft Office 365 Plan E3) and added Power Bi app to the Site Contents
    Now when I try to open Power Bi app to open the reports I have uploaded to office 365, I get the following error
    *********Error************** 
    No Power BI for Office 365 License
     Looks like you do not have a user subscription license for Power BI for Office 365.
     Want to find out what you're missing?
     Learn more about Power BI for Office 365.
     Here are a few ideas:
     Please ask your Office 365 admin to assign you a user subscription license for Power BI for Office 365.
     If you have a different account, try signing in with that account.
    It will be great help if anyone can help me resolve this issue?
    Thanks in Advance!
    Rajendra 
    InfoCepts (Specialists in Onsite and Offshore BI)

    Hi Yair / Rajendra,
    I am Raghav. I am also trying to explore Power BI. I have registered for Office 365 pro plus trail. But I am not able to see Power BI option.
    My userID is : [email protected]
    After I registered, I got a welcome email with a url to login from office 365. Url is - https://portal.microsoftonline.com/admin/default.aspx.
    I am able to login successfully. But I am not able to see the Power BI option anywhere after I login.
    Please suggest me If I miss something. Your help is really appreciated.
    Thanks,
    Raghav.

  • Cancelled promotional code, ridiculous hassle

    On December 11th I got a $25 promotional code for a cancelled order. I felt that was a really generous offer and when an item I had been looking at went on sale, I decided to use it.On 12/21 I price matched the item through a rep by phone and asked if I could use the promotional code, they applied it and everything seemed fine. However they got my address entered incorrectly somehow and my order auto-cancelled seconds after they placed it due to address verification issues. They told me the promotional code would still be valid.
    Go forward about a week, another item is available on BB.com and I decide to use my promo code to order it. It doesn't work, I call in and after nearly an hour on the phone finally get told that I need to call 1-866-308-6166 to get it addressed. I've now called that number probably...6 times? I've had anything from no one answering at all(I've called before 7 pm in any time zone since no one has ever been able to tell me which time zone the 7 pm close time applies to), to being told it is being reissued, to speaking to a supposed manager who just hung up after explaining my issue.
    Today I finally got ahold of someone who says that they have addressed my issue. I have no way of knowing if this is the case or not but good lord this is ridiculously bad customer service. I belong to a forum that Best Buy gets a lot of press on and was told to come here and post a thread and just maybe I could get some resolution.
    Can you do something to help me? I've spent close to 3 hours on the phone and ridiculous CS like this is what makes me want to move my purchases(personal and business) to Amazon when they would have had this fixed in minutes, not weeks. I'm Elite Plus and all that fun stuff.

    Hello reaperztoll-
    I apologize for the lateness of this response and I certainly can understand your frustrations with the time you’ve put in trying to resolve the issue with your $25 digital promotion code.  I’d be happy to look into this further for you.
    I was unable to determine if this was a digital promotion code or if it was an e-gift card that you were given, so I can’t really speak as to whether or not it would have been still active after your order was cancelled.  If it was a digital coupon code, it would not have been active and it would have needed to be re-issued by us when the order was cancelled.  If it was an e-gift card, the funds should have been returned to the card when the order was cancelled, making it available for use again on another order. 
    Based on the notes that I can see from your previous communications, it appears that we are sending you out a physical gift card for $25 to replace this amount.  Generally, those gift cards take about 10-14 business days to be mailed out to you.  They do not have an expiration date and can be used both in our stores and online at BestBuy.com. 
    I hope that this helps clear things up, but if you have any further questions, please let me know.
    Sincerely,
    Bill|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • [rant] Order cancelled and promotion code no longer works despite being told I can reuse it

    I need to get this off my chest, as I see 2 similar posts regarding this same problem.  If bestbuy.com proceeds to take in an order and cancel it, you should also be able to reissue a promotion code.  Particularly because bestbuy.com customer service admits that the order was cancelled because something in your system flagged the credit card, but could not explain why, and said that it looks like all the credit card information was correct.
    I tried to purchase an item with a mover's coupon.  Order went through with the promo code.  Great!  Then I get an email saying that it was cancelled.  I immediately called and spoke with someone for 19 minutes who told me that she couldn't tell why the order was cancelled, but that it looks like all the credit card information was correct despite the system saying credit card could not be verified.  I explicitly asked her about the promo code I applied, and she stated that I could reuse it since the order was cancelled.  She even told me that I could go into a physical store and place the order with a salesperson there to redo the order and use the same credit card if I wanted.  So somehow that credit card won't work online, but it would work in a store.
    I then proceeded to try to reorder online with another credit card.  To my surprise, the promo code was rejected.  My blood started boiling because I had asked about this exact thing.  Cue second phone call to customer support.  This time I was on the phone for 49 minutes, only to get hung up on.  Now, I am livid.
    So, everytime an agent comes on the phone, they ask for my phone number and email address.  How convenient for you to take all that information down, hang up on me, and not call me back.  I'll give you the benefit of the doubt -- maybe you accidently hit the wrong button or had a bad connection, but you should have at least called me back since you were actively working on my case.  After another call to customer service, and being on hold for 5 minutes, I gave up.
    As far as I'm concerned, you are worst than Comcast.

    Good morning apathykillz, 
    Ordering on BestBuy.com with a Movers Coupon is a great way to save time and money while shopping for your latest device! It is discouraging to hear we may have been unable to verify some of your information, leading to your order's cancelation. It is also unfortunate to hear that you may have been provided some misinformation in regards to the Movers Coupon. Sadly, the Movers Coupon is a one-time use coupon, and cannot be refunded or reissued. I apologize for any hassle that this issue may have caused you.
    With that said, I was unable to locate your order using the email address you registered with the forum, and I would like to look further into this with you. Please be aware that I am sending you a private message to gather further information. You may check your private messages by signing into the forum and clicking the envelope icon in the top right corner of the page. 
    Sincerely, 
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • The same code behaving different in two files.

    The same code behaving different in two files.
    in pro*c file it is returning rows
    in sql file it is not returning any rows.
    please suggest me.
    regards,
    prasad.

    please find the code.
    sql_stmt := 'SELECT rNum, dpcCode, sID, hDate, fBlock, '||
    'lBlock, recQty, fID, fName, ' ||
    'tSeqNo, sType, tDate, fStatCode, pDate, recCount, r ' ||
    'FROM (SELECT rownum rNum, DPC_CODE_ORIG dpcCode, ' ||
    'SENSOR_ID sID, ' ||
    'to_char(HEADER_DATE, ''YYYYMMDDHH24MISS'') hDate, ' ||
    'FIRST_BLOCK_NUMBER fBlock, ' ||
    'LAST_BLOCK_NUMBER lBlock, ' ||
    'RECORD_QUANTITY recQty, ' ||
    'FILE_ID fID, ' ||
    'substr(FILE_NAME,1,30) fName, ' ||
    'TRACE_SEQUENCE_NO tSeqNo, ' ||
    'SENSOR_TYPE sType, ' ||
    'to_char(TRAILER_DATE, ''YYYYMMDDHH24MISS'') tdate, ' ||
    'NVL(FILE_STATUS_CODE, ''NL'') fStatCode, ' ||
    'to_char(PROCESSED_DATE, ''YYYYMMDDHH24MISS'') pDate, '||
    'NVL(RECIRCULATE_COUNT,0) recCount, ' ||
    'ROW_NUMBER() ' ||
    'OVER(ORDER BY TRAILER_DATE DESC, LAST_BLOCK_NUMBER DESC) r ' ||
    'FROM logfc10t ' ||
    'WHERE DPC_CODE_ORIG = :IN_DPC_CODE ' ||
    'AND SENSOR_ID = :IN_SENSOR_ID ' ||
    'AND (((TRAILER_DATE <= TO_DATE(:IN_TRAILER_DATE, ''YYYYMMDDHH24MISS''))' ||
    ' AND (LAST_BLOCK_NUMBER < :IN_BLOCK_NUMBER)) ' ||
    ' OR (TRAILER_DATE < TO_DATE(:IN_TRAILER_DATE, ''YYYYMMDDHH24MISS'')))) ' ||
    'WHERE r = 1 ';

  • Custom Table Entry not in Sync between Different Environment

    Hi All,
    we have different environment like Dev System, Quality system, performance testing system etc... these are all environment customs table entry not in syn .. Table entry should be syn. How to make it syn all the entry between all environment without do any manual work. Kindly help on this.
    Thanks

    Hello Mohammed,
    It depends on what type of tables you are referring to. If you have a table of type 'Customizing', you have to transport your table entries across different environments and they will be in Sync.
    If you are referring to tables of type 'Master Data', they have to be maintained in all environments.
    Table of type 'Transaction Data' by default have different records based on your day to day transactions.
    You cannot have all custom tables with same data in all environments. Hope this helps.
    Rgds,
    Vijay.

  • Same float code compiled differently on different machines

    Hi,
    Scenario:   same project build on different machines. and then both the  application executed on
    same machine .. giving  slightly different results..(like 23.07499   to 23.07500)
    project involves many float operations.  project build on vs2013. c++
    there is difference oberved in the final value of float calculations..  like 23.07499   to 23.07500
    seems , Same float code compiled differently on different machines,  any input
    Regards,
    james

    >Scenario:   same project build on different machines. and then both the  application executed on same machine ..
    giving  slightly different results..(like 23.07499   to 23.07500)
    Do you get consistent results with the same executable each time you
    run it?
    Assuming you do, and the only difference is the EXEs, what's the
    difference between them - there must be something. Have a look at "How
    to compare binary images of the same project builds"
    https://support.microsoft.com/en-us/kb/164151/ and see if that sheds
    any light onto the issue.
    Dave

  • Vendor Master - Can Postal Codes be different?

    Hi.
    A vendor has his office in Country X  and the PO Box in Country Y.
    So, the Postal Codes will be in different format.
    We have two fields in the vendor master (xk02) :
    City Postal Code :  ADDR1_DATA-POST_CODE1
    PO Box Postal code : ADDR1_DATA-POST_CODE2
    However, the PO box postal code doesnot accept anything other than the format of the City Postal Code. 
    Is there a possibility to accomodate both postal codes (in different format eg. NNNN AA   and  NNNNN)

    Hi,
    Good morning and greetings,
    Please go through the following SAP OSS Note
    Note 384462 - Master data and addresses
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • SQL2012 System Databases Restore on a different environment

    So While I was playing around I wondered if it was possible for me to setup a similar version of SQL 2012 on a different environment and restore it quickly.  
    Master Env
    SQL 2012  - 3 databases , 2 SSIS packages , 2 Sql Agent jobs and 1 report.
    The idea would be to copy this on another Server altogether.
    Slave Env
    So the first thing I thought was the system database should go across before all else.  Now it states that both versions have to be the same which I confirmed using;
    Use Master
    Go
    SELECT
    SERVERPROPERTY
    ('ProductVersion
    ')ASProductVersion,
    SERVERPROPERTY
    ('ProductLevel')ASProductLevel,
    SERVERPROPERTY
    ('ResourceVersion')ASResourceVersion,
    SERVERPROPERTY
    ('ResourceLastUpdateDateTime')ASResourceLastUpdateDateTime,
    SERVERPROPERTY
    ('Collation')ASCollation;
    Both showing the same.    Having backed up both system databases on both sides the restoring of the model and msdb databases where straight forward.
    The master was a different ball game and is one I still cant get past
    1. Stopped the SQL SERVER on the Slave Env
    2. Open Command shell
    3. Net Start MSSQLServer /m”SQLCMD”
    4. sqlcmd -S. -E
    5. RESTORE DATABASE master FROM DISK = 'D:\SQL\Backups\master.bak' WITH REPLACE
    Go
    what this will do is restore the master database from the live to the slave and this is where the problems begin because once you do that restart the SQL server and get out of single user mode you cant logon .
    Question
    Assuming the Master has different windows logons to the Slave is there any way once this restore has been done to negate this or do you  create a user straight after the restore?
    Also with ReportingServices and Integrated Services are they straight forward Db restores ?
    Any Help one this would be great!!
    As I really want to know how quickly I can jump from one environment to another.

    So While I was playing around I wondered if it was possible for me to setup a similar version of SQL 2012 on a different environment and restore it quickly.  
    Master Env
    SQL 2012  - 3 databases , 2 SSIS packages , 2 Sql Agent jobs and 1 report.
    The idea would be to copy this on another Server altogether.
    Not very simple. Requires DBA skills.
    The standby (secondary) server usually refreshed through database mirroring or log shipping.
    BOL: " About Log Shipping (SQL Server)
    SQL Server Log shipping allows you to automatically send transaction log backups from a primary database on a primary server instance to one or more secondary databases on separate secondary server instances. The transaction log backups are
    applied to each of the secondary databases individually. An optional third server instance, known as the monitor server, records the history and status of backup and restore operations and, optionally, raises alerts if these operations fail to occur as scheduled.
    Benefits
    •Provides a disaster-recovery solution for a single primary database and one or more secondary databases, each on a separate instance of SQL Server.
    •Supports limited read-only access to secondary databases (during the interval between restore jobs).
    •Allows a user-specified delay between when the primary server backs up the log of the primary database and when the secondary servers must restore (apply) the log backup. A longer delay can be useful, for example, if data is accidentally changed on the
    primary database. If the accidental change is noticed quickly, a delay can let you retrieve still unchanged data from a secondary database before the change is reflected there. "
    LINK: http://msdn.microsoft.com/en-us/library/ms187103.aspx
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Consolidated balance sheet for 3 company codes having different fiscal year

    Hi,
    In our current organisation, we have 3 company codes assigned to the company.
    All the three company codes use the same chart of accounts.
    Among the 3, 2 company code are having the same fiscal year variant, controlling area and tha same local currency.
    One company code has different fiscal year variant , controlling area and local currency.
    Now is it possible to see the balance sheet in f.01 for all the 3 company codes.
    If no, could  anyone let me  know if I have to use the multiple ledger concept to do thid.
    I am aware that multiple ledger concept appears when the same company code has different fiscal year variants , we can  see tha same posting in different fiscal year variants.
    I am not sure if I have to use the multiple ledgers to see the consolidate balance sheet for the three companies.
    Please provide me with a clarity on the same.
    Thanks,
    Shilpa.
    Edited by: ashilpa54 on Jan 12, 2011 5:24 AM

    Hi,
    Thanks for the extended help.
    But Group Chart of accouts should be maintained for all the comany codes if they have different Chart of accounts at the company code level.
    It is not mandatory have it when all the three company code have tha same COA.
    Thanks,
    Shilpa.

  • Company codes with different fiscal year variants in a controlling area

    Hi all,
    When I try to assign a company code with different fiscal year variant than controlling area I get error. It is ok so far.
    However, after assigning company with same fsv to controlling area the system lets me to change company code's fsv in company code global settings and I can even save it.
    So I wonder how it would be possible ? Why do I get just a warning instead of an error and save ?
    Thanks and regards.
    M.Yusuf Dogan

    Hi Bulut,
    There are 12 normal and 3 special periods in the fsv of the company code which i'm trying to assign. However, controlling area's fsv has 12 normal and 4 special periods.  I get an error message "KT297".
    Actually, my point is that if the company code's fsv is same with co's I can assign but the system lets me change cc's fsv after assignment.
    M. Yusuf Dogan

  • I had a suscription that is over .Now I have a promotional code (for new suscription) but I don not know where introduce it ( I use PC)

    I had a suscription that is over .Now I have a promotional code (for new suscription) but I don not know where introduce it ( I use PC)

    Moving this discussion to the Adobe Creative Cloud forum.

Maybe you are looking for