SWCONT and SWR_CONT, different structure causing issue!

Hi experts,
I am having a issue with my design, while trying to trigger a workflow from a program. I am calling the workflow directly using 'SAP_WAPI_START_WORKFLOW' in a FM.
The problem is that few tables need to be passed for the SO header and item data. The container table type created using FM 'SWC_ELEMENT_SET' is 'SWCONT' and the WF WAPI expects it to be 'SWR_CONT'. Structures are different and even passing the table data in itab type from SWCONT to SWR_CONT using MOVE_CORRESPONDING does not help.
I do not think that creating classes and events would help as the data structure to be passed to WF remains the same.
regards
VJ

Hi SNJY,
Thanks for your response.
Now, imagine hard-coding for all the SO data record won't tht be fun... lol
i am using 'SWC_ELEMENT_SET'
    PERFORM set_container
                          TABLES
                                t_event_container
                          USING 'Header_Info'
                                wa_order_header_in.
to take in a itab and populate the container table with data, as shown below:
       ELEMENT TAB_INDEX ELEMLENGTH TYPE VALUE
     HEADER_INFO     000000     116     u     BAPISDHD1
     HEADER_INFO     000001     010     C
     HEADER_INFO     000002     070     C
     HEADER_INFO     000003     010     C
     HEADER_INFO     000004     004     C     OR
     HEADER_INFO     000005     010     C
     HEADER_INFO     000006     004     C     0001
     HEADER_INFO     000007     002     C     00
     HEADER_INFO     000008     002     C     01
     HEADER_INFO     000009     003     C     001
     HEADER_INFO     000010     004     C
     HEADER_INFO     000011     008     D     00000000
     HEADER_INFO     000012     001     C
     HEADER_INFO     000013     008     D     00000000
     HEADER_INFO     000014     004     C
     HEADER_INFO     000015     004     C
where as the 'SAP_WAPI_START_WORKFLOW' expects the input_container to have
'ELEMENT' 'VALUE' structure...
Now, if we look at the output from SWC_ELEMENT_SET it has 'HEADER_INFO' for ELEMENT not the actual field names of the structures. so the move-corresponding also doesnot help.
i hope this puts the situation more clearly.
rgds
VJ

Similar Messages

  • I have a 2012 Macbook Pro and the GPU is causing issues with Yosemite. How can I resolve this issue?

    I have a 2012 Macbook Pro and the GPU is causing issues with Yosemite. There are a number of issues I have run across:
    If I have four tabs open on Safari then I start to get a flickering on the screen from the GPU refreshing
    When I leave the computer alone for more than 20 mins the screen saver should start -- what happens is that the screen goes to black. When I move the cursor I do not get the login screen. I have to reboot
    FireFox Web browser will not run
    I get issues with the computer running very slowly
    I have already turned off the transparency option in settings. Any ideas??
    Cheers
    Matt
    MacBook Pro, OS X Yosemite (10.10), GPU / Video Card with Yosemite

    Do you have more than one OS on the Mac?
    You may want to look at something like http://bjango.com/mac/istatmenus/. This has a Free Trial window, but it is a commercial application. If there are any heat/sensor issues, this may help.
    A SMC Reset or PRAM/NVRAM reset may also help.
    Intel-based Macs: Resetting the System Management Controller (SMC) - Apple Support
    Startup key combinations for Intel-based Macs - Apple Support

  • Does moving sites using Content and Structure cause issues in SQL content db's?

    I would like to be able to use "manage content and structure" to move sub-sites within a site collection (SharePoint 2010). For example I have a site that is right under my top level site and I would like to move it to be the child site of one of
    its' current peers.
    There is some concern from admins that this creates a mess in the content DB, therefore all moves should be done using powershell export/import.
    Can anyone tell me, technically, what happens when we use the move command in "content and structure" within a site collection and if there are known issues with it?

    It doesnot hamper Content DB, all changes are made within the Site Collection Content Database.
    using Manage content and structure has benefits, like UI based content restructuring, no support required from Farm Admin. However if you feel to use PowerShell you could still go for it.
    Enable developer dashboard, to see what happens in the backgroud while using Manage Content and Structure.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Custom Page layout and related tmp files causing issues

    Hello,
    I am trying to create custom page layouts using Design Manager and then editing the html file using a text editor.
    I have created a content type (inherited from Page content type) and used this content type for my page layout. I used the snippet manager to add relevant webpart zones and snippets I needed and published the page layout. Under status it shows conversion
    successful but I can see another file with similar name to my page laout but with ~RF119c862.TMP being created. 
    Even if I publish my page layout my webparts (via snippets I added) doesn't reflect in the page. I checked the preview of my page layouts and webparts appear when it is in draft mode but the moment I publish it loses all snippets (webparts). 
    I checked the html even after the page layout is published and I can see all webpart zones, my divs and snippet code there, somehow once I publish it the corresponding aspx page doesn't get updated.
    Has anybody come across this before, I'm trying this on Office 365 tenant site.
    Regards,
    Manoj
    -- The opinions expressed here represent my own and not those of anybody else -- http://manojvnair.blogspot.com

    I have seen a similar problem on-prem when a client had distributed cache misconfigured, but as your problem is with SPO, I doubt that is the problem.
    Try creating another page layout but keep its associated content type untouched. Try adding snippets and such, publish and see what happens. If that works, then there must be something wrong with your custom content type.
    Also, when you save a change to your .html page layout, open its associated aspx page layout in SPD and see if your changes were reflected there as well. As soon as your edit a html page layout and save your changes, SharePoint should automatically update
    your aspx page layout right away.
    Eric Overfield - PixelMill -
    blog.pixelmill.com/ericoverfield -
    @EricOverfield

  • Declarative rule and capture table condition causing issue

    Hi
    I have one table which is replicating all the commands except delete and truncate. Also I do have declarative rule which rename the schema from source to target.
    When I perform insert operation, it replicates. When i perform delete operation it also captures. but it shouldn't do because we have capture rule not to replicate the delete command.
    When I perform truncate, which is not capturing since the condition fulfilled.
    I used step_number=0 for declarative rule to rename the schema from source to target while capturing the changes.
    Is there any way to override the rules or change the order while capturing the changes?
    please do share your thoughts and help me to resolve the situation.
    Thanks
    Bala

    let me explain about my situation.
    Table rule defined as below
    BEGIN
    DBMS_STREAMS_ADM.ADD_TABLE_RULES(
    table_name => 'HR.ACCOUNT',
    streams_type => 'CAPTURE',
    streams_name => 'CAPTURE_TO_&destsid',
    queue_name => '&source_strmadmin_user..&sourcesid._TO_&destsid',
    include_dml => true,
    include_ddl => false,
    and_condition => ':lcr.get_command_type() != ''DELETE''',
    include_tagged_lcr => false,
    source_database => '&source_tns',
    inclusion_rule => true);
    END;
    DML rule for rename schema as below
    SET SERVEROUTPUT ON
    DECLARE
    v_dml_rule VARCHAR2(80);
    v_ddl_rule VARCHAR2(80);
    BEGIN
    DBMS_STREAMS_ADM.ADD_TABLE_RULES(
    table_name => 'HR.ACCOUNT',
    streams_type => 'CAPTURE',
    streams_name => 'CAPTURE_TO_&destsid',
    queue_name => '&source_strmadmin_user..&sourcesid._TO_&destsid',
    include_dml => true,
    include_ddl => false,
    include_tagged_lcr => false,
    source_database => 'HRDEMO.TESTDOMAIN.COM',
    dml_rule_name => v_dml_rule,
    ddl_rule_name => v_ddl_rule,
    inclusion_rule => true);
    DBMS_OUTPUT.PUT_LINE('Capture DML Rule for HR.ACCOUNT => ' || v_dml_rule);
    DBMS_STREAMS_ADM.RENAME_SCHEMA(
    rule_name => v_dml_rule,
    from_schema_name => 'HR',
    to_schema_name => 'HR_REPORT',
    step_number => 0,
    operation => 'ADD');
    END;
    Whenever insert/update happens in HR.ACCOUNT table, it captures and replicate the changes. It shoudln't capture the delete changes and but it does capture. How to modify or override the delete capture situation.
    Is there any way to change the transaformation number, i tried with step_number 0 to 5, it still captures delete changes? How do we avoid delete capture in source database?
    Please help.
    Thanks
    Bala

  • I cannot control the sensor on my Mac, it moves by itself, and opens different pages. What can cause this problem? please help me.

    I cannot control the sensor on my Mac, it moves by itself, and opens different pages. What can cause this problem? please help me.

    There are several possible causes for this issue. Take each of the following steps until it's resolved.
    1. Follow the instructions in this support article.
    2. Reset the System Management Controller.
    3. If you're using a Bluetooth trackpad, investigate potential sources of interference, including USB 3 devices.
    4. A swollen battery in a MacBook Pro or Air can impinge on the trackpad from below and cause erratic behavior. If you have trouble clicking the trackpad, this is likely the reason. The battery must be replaced.
    5. There's a report that a (possibly defective) Thunderbolt Ethernet adapter can cause the built in trackpad of a MacBook to  behave erratically. If you're using such an adapter, disconnect it and test.
    6. There's also a report of erratic cursor movements caused by an external display that was connected but not turned on.
    7. If none of the above applies, or if you have good reason to think your computer is being controlled remotely, remove it from the network by turning off Wi-Fi, disconnecting from a Bluetooth network link, and unplugging the Ethernet cable or USB modem, whichever is applicable. If the cursor movements stop immediately, you should suspect an intrusion.

  • My 3GS will not charge. I have tried it from my computer and from a wall socket. I also have tried another computer and a different cable with no luck. My computer doesnt see the device either. I havent had any issues until now. Any ideas?

    My 3GS will not charge. I have tried it from my computer and from a wall socket. I also have tried another computer and a different cable with no luck. My computer doesnt see the device either. I havent had any issues until now. Any ideas?

    bring it to Apple for battery diagnostics.

  • Can too large a folder cause issues and effect performace of my Mac Pro

    Hi, I have a 180 gb folder filled with important data within my Home folder. This folder has a many subfolders as well. The folder is on my startup drive and where I have Snow Leopard installed. Can too large a folder cause issues with my mac and effect performance? Thanks

    another way to ask, would you make better use of, and improve I/O and performance, if you used your other drive bays? yes.
    Boot drives with even less than 50% free is probably not a good idea. All depends on whether 200GB is on 1TB or on 500GB drive. And how fragmented free space even.
    Lifting, loading and writing or copying 4GB files of course does have an impact, so if you work with 2GB files in CS5....
    Having a dedicated type boot drive, media drive (and isolate media and library files) as well as scratch drive is normally done with Mac Pro.
    The biggest bang in performance: lean mean SSD boot drive.

  • I had to do a complete system restore on my computer and now I am having issues getting all my music back. It's telling me that my account is in use with a different user but I'm the only user on my computer. When I go to sync it, it wants to delete all.

    I had to do a complete system restore on my computer and now I am having issues getting all my music back. It's telling me that my account is in use with a different user but I'm the only user on my computer. When I go to sync it, it wants to delete all my music and ringtones. What should I do? I don't want to loose all my items.

    When in recovery mode you can't backup the iPod.
    You will have to restore via iTunes. See:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • How to check which RFCs causing issues in the system and RFC response times

    Hi,
    We have an issue with the RFC response times in CRM and need investigstion. We need to know which Which RFCs causing issues and how we can solve the problems.
    Regards

    Hi,
    chek the below code
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_EXIST
    EXPORTING
    FILE = W_FILENAME
    RECEIVING
    RESULT = W_RESULT
    EXCEPTIONS
    CNTL_ERROR = 1
    ERROR_NO_GUI = 2
    WRONG_PARAMETER = 3
    NOT_SUPPORTED_BY_GUI = 4
    others = 5.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-* MSGNO WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    IF W_RESULT IS INITIAL.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>DIRECTORY_EXIST
    EXPORTING
    DIRECTORY = W_FILENAME
    RECEIVING
    RESULT = W_RESULT
    EXCEPTIONS
    CNTL_ERROR = 1
    ERROR_NO_GUI = 2
    WRONG_PARAMETER = 3
    NOT_SUPPORTED_BY_GUI = 4
    OTHERS = 5.
    IF SY-SUBRC <> 0.
    ENDIF.
    ENDIF.
    IF W_RESULT = 'X'.
    RC = '1'.
    ELSE.
    RC = '0'.
    ENDIF.
    reward if helpful.
    Regards,
    nagaraj

  • Different results between DD03L and the same structure in transaction SE11

    Hi Experts,
    I created a 'Z' structure and when I see this structure using trx se11 are displayed 10 fields but when I see this same structure through the table DD03L are displayed 15 fields.
    I created again 2 of 5 fields that were missing and the register was duplicated for that field in the table DD03L .
    Someone already see anything like this??
    Best regards and thanks in advance.
    Caíque Escaler

    hi check this...
    dd03l is for the tables and i didnt think for the structures..and give  the structure name  in the DATA TYPE it will show the structure you had created ..see the header text for the dd03l and u will get  what it is exactly
    se11->data type  zstructure->f7(display)..
    regards,
    venkat

  • Mac upgrade to 10.8.3 causes issues in mail and google chrome

    After upgrading my computer to 10.8.3 th other day, I have been having quite a few issues.
    I have a 2011 Macbook Pro.
    The first thing I noticed was that after closing the lid (and the computer sleeps), mail will disconnect, and show the triangle icon with the exclamation mark in the middle. WHen I click on it, it says 'Unable to connect. There may be a problem with the mail server or network. Verify the settings for account “Gmail” or try again. The server returned the error: The server “imap.gmail.com” cannot be contacted on port 993.'
    When I open connection doctor, it looks like this:
    But most of the time, the top light is green and the 2 underneath are red.
    I have checked the settings an it allows SSL.
    THe only thing that seems to fix it is to quit mail every time after sleep, which is getting very tiresome. Please help!
    THe other issue I have is that when I open google chrom (after sleep), the wifi is connected and working but web pages will not load for a couple of minutes after I have opened the computer. And, the first page that I load shows up like this:
    Then, the internet seems to come on and I can open a new tab and access any other website. But, for the first page that I load, it will not connect to the page for at least another couple of minutes. Even when other tabs/sites are working, the first site chosen just shows up with this screen, over and over when refreshed, even though the internet is working.
    This happens when I close the lod for even a couple of seconds or when I try to turn the wifi on/off.
    The same thing happens when I tried using safari.
    Please help! This is so frustrating!

    In my experience, it may take a few seconds to reconnect, but that's the maximum.
    I use iCloud and Comcast, so I'm not familiar with how Gmail performs, but it's related to how quickly their respective mail servers reconnect.
    It could also be related to the performance of your wifi router. Is its firmware up to date?
    I'm using an Airport Extreme and don't have the issues that you are reporting.

  • Sender File adapter complex structure FCC issue - flat structure RFC-stuck

    Hi,
    Please help.
    I have a the below file structres-
    Option 1-
    H,100890,P100,A02,S101,AUD#
    I,P,NULL,TH,Test PO TH,1,EA,100,10160000,A002,0001,720090,E.1.4.3,,,,VT#
    I,P,NULL,TH,Test PO TH1 2,2,EA,100,10160000,A002,0001,720090,E.1.4.3,,,,VT#
    H,100899,P100,A02,S101,GBP#
    I,P,NULL,AS,Test PO AS1,1,EA,100,10160000,A002,0001,720090,E.1.4.2,,,,VT#
    I,P,NULL,AS,Test PO AS12,2,EA,100,10160000,A002,0001,720090,E.1.4.2,,,,VT#
    I need to map this into a Z RFC which is expecting all the data in one row - of course multiple rows
    Option 2-
    Same structure as above but all in same row-
    H,100890,P100,A02,S101,AUD,P,NULL,TH,Test PO TH,1,EA,100,10160000,A002,0001,720090,E.1.4.3,,,,VT#
    I,100890,P100,A02,S101,AUD,P,NULL,TH,Test PO TH,1,EA,100,10160000,A002,0001,720090,E.1.4.3,,,,VT#
    I,100890,P100,A02,S101,AUD,P,NULL,TH,Test PO TH1 2,2,EA,100,10160000,A002,0001,720090,E.1.4.3,,,,VT#
    H,100899,P100,A02,S101,GBP,P,NULL,AS,Test PO AS1,1,EA,100,10160000,A002,0001,720090,E.1.4.2,,,,VT#
    I,100899,P100,A02,S101,GBP,P,NULL,AS,Test PO AS1,1,EA,100,10160000,A002,0001,720090,E.1.4.2,,,,VT#
    I,100899,P100,A02,S101,GBP,P,NULL,AS,Test PO AS12,2,EA,100,10160000,A002,0001,720090,E.1.4.2,,,,VT
    This also needs to be mapped into a Z RFC which is expecting all the data in one row - of course multiple rows
    I am getting issues in getting the file data across to Receiver adapter.
    I have tried various combinations but the message is failing in SXMB_MONI.
    How do i do it as i need to get the finalised option for incoming file structure?
    Option 1 is being stressed but how do i map it if i cannot get the receiver structure in RFC.
    Please help as I am stuck now.
    Regards,
    Archana

    Hi,
    The problem is basically in message mapping from file to RFC external message.
    The option 2 is working now and I get correct converted file strcuture after FCC and into RFC and also a correct RFC payload.
    However, business is stressing that can send the file in the format as given in Option 1 where u have different structure - Header and Items. This is not coming out correct in RFC payload as the header has 5 fields as compared to more in item but the header and item are still being mapped to the flat RFC structure and this is creating a mismatch. The item line is missing the 5 fields from Header.
    How do i do the FCC in this situation to get the correct structure in RFC?
    This means that in RFC payload, the first line should be the one as below-
    H,100890,P100,A02,S101,AUD#
    The 2 records after this as received in RFC internal table should be as 2 given below-
    I,P,NULL,TH,Test PO TH,1,EA,100,10160000,A002,0001,720090,E.1.4.3,,,,VT#
    I,P,NULL,TH,Test PO TH1 2,2,EA,100,10160000,A002,0001,720090,E.1.4.3,,,,VT#
    However, the 2 structures contain variable field columns.
    Please help.
    Regards,
    Archana

  • Setting up a physical standby on a server with a different structure

    I am having a few issues trying to set up a physical standby database.
    The primary database has a different naming structure than the standby and they are at different sites.
    Physical is /var/hpsrp/ctrorp03/oradata/u0x/<DB_NAME>/<DB_UNIQUE_NAME> and standby is /var/hpsrp/drforp03/oradata/u0x/<DB_NAME>/<DB_UNIQUE_NAME>.
    I have set db_file_name_convert to '<PRIMARY PATH>', '<STANDBY PATH>' times the number of paths as pairs.
    I have created a blank database for standby and having taken a full backup of primary with control file and standby control file.
    Now I hit the issues:
    The DB incarnation numbers are different.
    When I try and do a normal restore e.g. set dbid, restore controlfile; mount; it fails as it is trying to find files in the primary structure and not standby structure.
    When I try renaming via set newname or auxname it can't find files to restore I guess due to the incarnation id's.
    If I set the incarnation id and try to restore backup it fails as the incarnation id's don't match.
    I have tried looking through various forums and the documentation but can't find a solution, probably can't see the wood for the trees though as there is so much.
    Has anyone done this type of setup before and can give me some advice?

    Thanks for you replies I will try and give more information on both.
    srsatya :- Version is 11.2 the controlfile I tried to restore was the one created by the backup not the standby should I be putting the standby in place then before I do the restore? If so just a replacement for the current controlfile by carefully replace at an OS level or by mimicing the controlfile to be restored from autobackup?
    CKPT:- Think I tried that but I have been going around in so many circles may have mucked something up.
    RMAN> set dbid=2261148474 (The PRIMARY Incarnation number)
    executing command: SET DBID
    RMAN> alter database mount;
    using target database control file instead of recovery catalog
    database mounted
    RMAN> run
    2> { 
    3> allocate channel c1 device type disk;
    4> SET NEWNAME FOR DATAFILE 1 TO '/var/hpsrp/drforp03/oradata/u01/SAPDS/DRFSAPDS/system01.dbf';
    5> SET NEWNAME FOR DATAFILE 2 TO '/var/hpsrp/drforp03/oradata/u04/SAPDS/DRFSAPDS/sysaux01.dbf';
    6> SET NEWNAME FOR DATAFILE 3 TO '/var/hpsrp/drforp03/oradata/u01/SAPDS/DRFSAPDS/undotbs01.dbf';
    7> SET NEWNAME FOR DATAFILE 4 TO '/var/hpsrp/drforp03/oradata/u01/SAPDS/DRFSAPDS/users01.dbf';
    8> SET NEWNAME FOR DATAFILE 5 TO '/var/hpsrp/drforp03/oradata/u04/SAPDS/DRFSAPDS/IPSCMS01.dbf';
    9> SET NEWNAME FOR DATAFILE 6 TO '/var/hpsrp/drforp03/oradata/u04/SAPDS/DRFSAPDS/IPSA01.dbf';
    10> SET NEWNAME FOR DATAFILE 7 TO '/var/hpsrp/drforp03/oradata/u02/SAPDS/DRFSAPDS/DSCR01.dbf';
    11> SET NEWNAME FOR DATAFILE 8 TO '/var/hpsrp/drforp03/oradata/u03/SAPDS/DRFSAPDS/ISCR01.dbf';
    12> SET NEWNAME FOR DATAFILE 9 TO '/var/hpsrp/ctrorp03/oradata/u05/SAPDS/CTRSAPDS/DSLR_DEV01.dbf';
    13> SET NEWNAME FOR DATAFILE 10 TO '/var/hpsrp/ctrorp03/oradata/u05/SAPDS/CTRSAPDS/undotbs02.dbf';
    14>
    15> RESTORE DATABASE;
    16> SWITCH DATAFILE ALL;
    17> RECOVER DATABASE;
    18> }
    allocated channel: c1
    channel c1: SID=165 device type=DISK
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 28-JUN-12
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 06/28/2012 10:21:13
    RMAN-06189: current DBID 2261148474 does not match target mounted database (2261834728)
    RMAN> exit
    Recovery Manager complete.
    drfora04 ora_srp3 $ rman
    Recovery Manager: Release 11.2.0.1.0 - Production on Thu Jun 28 10:22:16 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN> connect target /
    connected to target database: SAPDS (DBID=2261834728, not open)
    RMAN> run
    2> { 
    3> allocate channel c1 device type disk;
    4> SET NEWNAME FOR DATAFILE 1 TO '/var/hpsrp/drforp03/oradata/u01/SAPDS/DRFSAPDS/system01.dbf';
    5> SET NEWNAME FOR DATAFILE 2 TO '/var/hpsrp/drforp03/oradata/u04/SAPDS/DRFSAPDS/sysaux01.dbf';
    6> SET NEWNAME FOR DATAFILE 3 TO '/var/hpsrp/drforp03/oradata/u01/SAPDS/DRFSAPDS/undotbs01.dbf';
    7> SET NEWNAME FOR DATAFILE 4 TO '/var/hpsrp/drforp03/oradata/u01/SAPDS/DRFSAPDS/users01.dbf';
    8> SET NEWNAME FOR DATAFILE 5 TO '/var/hpsrp/drforp03/oradata/u04/SAPDS/DRFSAPDS/IPSCMS01.dbf';
    9> SET NEWNAME FOR DATAFILE 6 TO '/var/hpsrp/drforp03/oradata/u04/SAPDS/DRFSAPDS/IPSA01.dbf';
    10> SET NEWNAME FOR DATAFILE 7 TO '/var/hpsrp/drforp03/oradata/u02/SAPDS/DRFSAPDS/DSCR01.dbf';
    11> SET NEWNAME FOR DATAFILE 8 TO '/var/hpsrp/drforp03/oradata/u03/SAPDS/DRFSAPDS/ISCR01.dbf';
    12> SET NEWNAME FOR DATAFILE 9 TO '/var/hpsrp/ctrorp03/oradata/u05/SAPDS/CTRSAPDS/DSLR_DEV01.dbf';
    13> SET NEWNAME FOR DATAFILE 10 TO '/var/hpsrp/ctrorp03/oradata/u05/SAPDS/CTRSAPDS/undotbs02.dbf';
    14>
    15> RESTORE DATABASE;
    16> SWITCH DATAFILE ALL;
    17> RECOVER DATABASE;
    18> }
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: SID=165 device type=DISK
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 28-JUN-12
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 06/28/2012 10:22:26
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    RMAN>
    Edited by: gzmzpz on 28-Jun-2012 04:56

  • Reader causing issues with dropped underscores in courier new font

    When converting a microsoft word document in 2013 or 2007 to a PDF is causing issues with dropped underscores.  It only seems to happen in courier new.  For instance if I have _someCode, when converting this over to a PDF file I will sometimes see _someCode and sometimes I will see someCode.  If I open this file in a different pdf reader then it looks correct 100% of the time.  If I copy and paste into another application then the underscore shows.  This is a major issue for people putting code into a PDF document as underscores are important and courier new is what we often use.

    I love how quick you are to throw Microsoft under the bus.  Often it is their fault.  In this case I believe you are 100% wrong and absolutely short sighted to ignore this.  As I said in my original email, which you apparently missed, I have tried this in multiple PDF viewers and Adobe Reader is the ONLY reader that misses the underscores.  Foxit, PDF Exchange and Sumatra all render it perfectly.  Adobe reader missed 6 underscores in my document that has 18 underscores.  30% of the time in this document Adobe Reader makes the underscore invisible.  And if I switch the zoom to 100% instead of 148% (which is the default for me for some reason) then Adobe Reader misses 7 of them.  This doesnt occur in the other readers.  Blame Microsoft all you want but the simple fact is that Adobe Reader has issues reading courier new's underscores.  It needs to be fixed.

Maybe you are looking for

  • HT201077 The new IOS 7 update has assigned a non-existing icloud account to my iPad!

    About a year ago I updated my email address associated with my itunes account.  When I did that the apps that were purchased before the update had the old itunes email address attached to them.  Well today I updated my Ipad 2 with the new IOS 7 and i

  • Ipod 5G video- Fails to charge- please offer advice

    Hi, I have an iPod video 5G which was working perfectly until recently, when i didn't use it for a week; when i went to charge it again it simply showed "Please wait very low battery" against a dark background- i.e. not back-lit- for four whole days.

  • Which carrier is the best for me?

    My zip code is 42642. I am currently looking for a prepaid GSM carrier that offers unlimited talk, text, and at least 1GB of data for under $50 a month. I am having a hard time finding a specific carrier as I keep seeing different people say contradi

  • Axis resource allocation and the MID-7654

    Hello All, I am currently transferring my application over to use the MID-7654 instead of third party drives.  Below is the start up process I am using to allocate the axis resources:   //kill and disable all axes   flex_stop_motion(boardID,0,NIMC_KI

  • SAP Retail - Flow-through vs putaway quantities

    Hi! My customer receives in his DC and ships same day 80% of his units, using a "flow-through merch driven" type process (for which we need a lean WM warehouse).  The other 20% goes in putaway stock (for which we need a full WM warehouse) for future