Import Default Bin Location Using OITW - ItemWarehouseInfo.xlt

I am trying to import default bin locations in SAP B1 v9.00.058 PL.06.
I created a new OITW template using the Data Transfer Workbench, and then insert my data. I am only using two collumns from this template since I just want to specify the Default BIN for every item code. See attached for the original template as well as a test import file.
I followed the following steps for importing this data in the DTW
1. Master Data
2. Update Existing
3. Inventory - Item Master Data
4. Choose update file (See attached Test.txt), next to "ItemWarehouseInfo"
5. Run Update
When running the import I get an error message Update Failed "1470000335 Bin location not enabled for warehouse "Warehouse name"
The strange thing for me is that this error is probably quite logical, since my update file only specifies the Item Code and the Default Bin Location, how will SAP know which warehouse this Bin Location is to be configured for.
I would assume that it should be possible to specify a combination of the ItemCode and WarehouseCode when importing a default Bin Location, but the default OITW template, only uses the ItemCode as it's ParentKey.
Any suggestions? We have about several thousands of bin locations to be updated so the DTW is probably our only alternative?

Hi,
I have tried the above solution and it is not working. The DTW tries to set the Default BIN Locations for the first warehouse in the OWHS table. In our case this specific warehouse does not have Bin Locations enabled. We have several warehouses in the OWHS table and we want to import bin locations for specific warehouses. In our case it is the warehouse in Line 5 in the OWHS table.
We have tried to set the linenum field to 5 in the OITW import template but DTW still tries to import the bin locations to the same (first) warehouse.
Mias

Similar Messages

  • Why did the default save location use the users appdata location and not create an Adobe Premiere Folder in documents.

    I have a user that started working on a premiere pro project 2 weeks ago.  She then received an update from adobe which she ran and the next day the premiere pro project she was working on was gone.  After I looked at found that the save location was in the users AppData\Adobe\Premiere\6.0 folder (which was empty).  I would first like to know why by default did it store the saves in the AppData folder?  Why was the folder over written after the update?

    I have a user that started working on a premiere pro project 2 weeks ago.  She then received an update from adobe which she ran and the next day the premiere pro project she was working on was gone.  After I looked at found that the save location was in the users AppData\Adobe\Premiere\6.0 folder (which was empty).  I would first like to know why by default did it store the saves in the AppData folder?  Why was the folder over written after the update?

  • Item Default Bin Details in Sales Order - Print

    Hello Experts,
    I have a Optical Business group, am using SAP Business One. In my business i have order lens and stock lens, each stock lens item code have default bin location in same warehouse.
    Following is my business process:
    Am using EyeCare Add-On to process my optical sales.
    1. Create order in EyeCare against customer order. ( Frame & Lens [Item Code, Qty, MRP, TaxCode, Whse, Etc.,)
    2. Changing status into Create Sales Order (That time system automatically creating Standard SAP sales order)
    3. Changing status into Send for Fitting. (This time the order details going fitting screen)  same time physically sending job cover to fitting lab (Frame, Prescription & Sales order print document) Lens are physically stored at fitting lab in each separate bin same as defined in SAP.
    In this scenario, i have a requirement. I wand to print the Default Bin Details (Selected Item Code in Sales Order)  in Sales order print document.
    How it is possible, anyone can help me...?
    I was created a user defined field in marketing document Row ( Default Bin Location) Is it possible to get the bin details in this field by linking formatted search query.
    See the attachments.
    Thanks & Regards.

    Hi Abdul,
    Try this:
    SELECT T1.BinCode FROM OITW T0  INNER JOIN OBIN T1 ON T0.DftBinAbs = T1.AbsEntry WHERE T0.ItemCode =$[$38.1.0]
    Regards
    JP

  • DTW: error "Duplicate bin locations have been removed - error id 1470000307"

    Hi,
    When attempting to import inventory data, using the DTW business object "Inventory Transfer" and using the templates "Transfer", "TransferLines", "StockTransferLinesBinAllocations",  "BatcheNumbers" and "SerialNumbers", the following error message appears:
    "Duplicate bin locations have been removed - error id 1470000307"
    Prior to attempting this import, I had successfully imported the Bin Locations and the Warehouse Sub Level Codes through DTW.
    This task relates to the replacement of the Inventory Pro Addon by the Bin Location functionality of SAP B1 version 9 PL10.
    Any advice would be greatly appreciated.
    Kind Regards,
    Erik

    Hi,
    Please refer SAP note, It may be related to your issue:
    1906789 - Unable to import bin location allocation information in
    stock transfers
    1964346 - DTW_Templates for Inventory Transfer with Bin Allocation
    do not exist
    Thanks & Regards,
    Nagarajan

  • Bin Location Setup

    Hello All
    Currently our clients do not use the bin location function in SAP. They have a UDF called bin location on the batch details screen.
    We would like to setup bin locations using the SAP Bin Location functionality. However the client is not happy with how the bin locations work in SAP.
    e.g. of their existing bin locations :

    Hello All
    Currently our clients do not use the bin location function in SAP. They have a UDF called bin location on the batch details screen.
    We would like to setup bin locations using the SAP Bin Location functionality. However the client is not happy with how the bin locations work in SAP.
    e.g. of their existing bin locations :
    1A1  2A1 3A1
    1A2  2A2 3A2
    1A3  2A3  3A3
    e.g. Location 3A1 is not specific to a warehouse. It is a bin location that can be in any warehouse. e.g. A01, J01, etc.
    So in essence bin location 2A1 can contain items that was receipted into warehouse A01 and warehouse J01. The bin location is not specific to a warehouse.
    Is there a way to setup the bin location without specifying it for a specific warehouse. They do not want the bin location to be created as
    "A01-1A1"
    "J01-1A1"
    Any ideas would be appreciated,
    Thanks
    Janice

  • Can Item Import handle default subinventory/locator

    Hi,
    I have developed Item Conversion in my project, now there is one additional requirement to add default sub inventory/locator with the item during item migration. I have doubt that Item import will linked default sub inventory/locator with the item.
    I have studied and found that we need to go to Setup->Transactions->Item Transaction Defaults, and when item is linked to default sub inventory/locator with the help of this screen, it updates tables MTL_ITEM_SUB_DEFAULTS, and MTL_ITEM_LOC_DEFAULTS for that item.
    Now my question is that, if I get these two fields in Item data template and need to insert these two during item migration, how is this possible?
    I know there will be many suggestions, Please share ur views with me.
    Thanks and Regards,
    Nidhi

    Nidhi,
    Item import cannot handle this. Also there are no public APIs available for this. For subinventory defaults you can use NV_ITEM_SUB_DEFAULT_PKG (we used and found no issues). You can write a simple wrapper to validate information passed to this.
    For locator defaults there no database package found at all. Entire insert happens from the form itself. It is just another simple insert like the above into MTL_ITEM_LOC_DEFAULTS table. So you can explore your options.
    Thanks
    Nagamohan

  • Very simple question, how do you configure windows 8.1 to use a SF card as the default install location for software applications?

    Very simple question, how do you configure windows 8.1 to use a SD card / external drive as the default install location for software applications? Primarily interested in apps installed from the windows store. This should be available in the settings
    charm within the windows store. This must have been overlooked in the development of windows 8.1 or is a bug.
    Regards, Bill
    * update
    I've tried modifying this key and the path:
    “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx”
    http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_store/how-do-you-install-apps-in-windows-8-from-the/c4fbe2a8-fd3d-41c1-b9a6-6f881eed374f
    Also tried using symlinks as detailed here:
    http://social.technet.microsoft.com/Forums/windows/en-US/8eee52c2-db0f-4032-8c72-7cd999e8b41a/windows-8-apps-installing-to-secondary-drive?forum=w8itprogeneral

    Here's some links I've used to try to figure this out:
    http://social.technet.microsoft.com/Forums/windows/en-US/2dfc0cd9-7d1b-41de-abce-e03fb6a5a383/metro-apps-not-working-in-windows-8-pro-x64-after-moving-users-and-programdata-folders?forum=w8itproinstall
    http://social.technet.microsoft.com/Forums/windows/en-US/8eee52c2-db0f-4032-8c72-7cd999e8b41a/windows-8-apps-installing-to-secondary-drive?forum=w8itprogeneral
    http://social.technet.microsoft.com/Forums/windows/de-DE/f5e33ac9-beab-4b99-b3ca-7cb5e6f415e4/how-do-you-change-metro-apps-default-install-location?forum=w8itprogeneral
    Regards, Bill
    The registry method does not work with 8.1.  I found this out the hard way.  Doing it on 8.1 will leave you reinstalling the OS if you didn't do a SRP beforehand.

  • 11.2.0.3 ORA-28353 using default wallet location

    Oracle 11g R2 11.2.0.3
    Windows Server 2008 R2 Ent SP1 64bit
    I receive ORA-28353: failed to open wallet when attempting to create a new wallet in the default location (no ENCRYPTION_WALLET_LOCATION defined in the sqlnet) using alter system set encryption key identified by "password1!";. I have confirmed my ORACLE_BASE as c:\oracle and have manually created the wallet directory c:\oracle\admin\<SID>\wallet.
    I have two databases referencing the same ORACLE_HOME. I want two separate wallets for these databases. I do not want to manage multiple sqlnet files and would prefer to let Oracle manage the wallets from the default location.
    I have seen older posts referencing a 64bit OS bug that was supposedly fixed in 11g R1 (I believe). Is it possible that I am running into the same issues? It works fine for one database if I specify the default location in the ENCRYPTION_WALLET_LOCATION in the sqlnet.
    Any advice in getting Oracle to use the default wallet location to manage wallets from would be appreciated. Thanks in advance.

    Hi,
    Thanks for this.
    This solves java permission error.
    However, now get another message when trying to run the repository_upgrade
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception:
    java.lang.NumberFormatException: For input string: "nul"
    ORA-06512: at "OWBSYS.WB_RTI_UTIL", line 287
    ORA-06512: at "OWBSYS.WB_RT_SCRIPT_UTIL", line 885
    ORA-06512: at line 4
    Any ideas how to solve this one?
    Thanks

  • Using OneDrive as default save location for project

    I installed VS on 2 different computers and want to develop from both of them at times. Either my desktop of laptop. Therefore I want to store the project files on the Onedrive folders that are mapped on my local machine.
    I have changed the default save location for Projects and also the other Registry Settings in HKCU... to onedrive/projects folder. But once I create the project from on PC and try to open it from another I am getting the following error.
    the file xxxx.csproj : error : The project file could not be loaded. The filed cannot be accessed by the system.

    Hello waddat,
    I haven't test this issue about onedrive mapped folder. But may I ask this question: Does the location exist in your PC or is it just a mapped virtual drive?
    In my point of view, when you tried to open a project from your folder, it is possible that the file is being used by onedrive synchronous process. Or Visual Studio cannot find the specific file because the file has not been uploaded/downloaded to the path
    you want to search?
    I don't recommend you set the default location to OneDrive folder, it is not reliable for you to do this because the synchronous process of OneDrive is not certain by us.
    If you want to store your projects online, the recommend way is to use Visual Studio Online
    http://www.visualstudio.com/en-us/products/what-is-visual-studio-online-vs.aspx
    If you want to store projects using OneDrive, please try create your projects on local drive and upload your file to OneDrive and then download it from some other sides to us. I think this is the best practise for you.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Will using "Import at current location" disable "Ignor suspected duplicates?

    Hi,
    I was wondering if anyone would know if using the "Import at current location" LR2 selection would still allow LR2 to use the "Ignor suspected dupelicates on Import" function if it's turned on??
    Does this function work on the EXIF data in the file?

    No. It is one reason it is there. Looks at whole file. AFAIK.
    Don

  • Default File Location for Word using GPO

    I have just launched Office 2013 for my users.   Those users access Word and Excel via Terminal Servers.   So, I need ways to set the defaults for these products so I don't have to touch each users login/machine.   I have been
    able to use Group Policy for everything I need except in Word and the default file location.   I have tried the GPO administrative template for Office 2013 and went to Microsoft Word 2013 > Word Options > Advanced > File Locations and set
    the path to N:\
    Did the gpupdate /force and nothing changed.                               However, Group Policy will set
    it in Excel.
    So then I tried using the registry template in GPO.     Here I used HKEY_CURRENT_USER with path to
    Software\Microsoft\Office\15.0\Word\Options and the value name is DefaultPath
    Value data is N:\
    That doesn't work either.
    HOW are we suppose to set defaults to our network in Word.
    I have also did the entry in GPO to "block signing into Office"                     None Allowed
    We don't and won't be using SkyDrive in our type of business

    Hi,
    Based on my tested in my environment, I went to set the Default File Location via group policy.
    Word: Microsoft Word 2013/Word Options/Advanced/File Location/ and change the Default File Location
    Excel: Microsoft Excel 2013/Excel Options/Save and change Default file location
    Both of them works fine. As you said " However, Group Policy will set it in Excel." Does it mean that you set Word and Excel via two group policies at the same time, but it only works in Excel?
    If it is, please try to re-download and change the
    Word ADMX to test.
    If the issue still exist, please try to use Gpresult command Or RSOP to check group policy result on client.
    When troubleshooting group policy issues, we use the gpresult command to confirm whether GPOs are really applied to the client (computer/user). You can run the following command in a command prompt:
    gpresult /z > c:\policy.txt
    For more details about the usage of command Gpresult, please refer to the following link:
    http://technet.microsoft.com/en-us/library/bb490915.aspx
    When you read the output, the c:\policy.txt file in this sample, please
    examine the results of the report to find the answers to these questions.
    Does the report list the particular GPO as applied?
    Is the setting listed in the report?
    Is the GPO listed in the Denied List
    More reference:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/382c97e8-93c8-4022-b8fe-22401037d14c/forum-faq-common-steps-to-start-troubleshooting-group-policy-application-issues?forum=winserverGP
    Regards,
    George Zhao
    TechNet Community Support

  • Use Batch Number for bin location

    Hi:
    if I not use WM module, can I use batch number for bin location instead.
    I will set naming convention for batch number to represent bin location.

    Hi,
       You can use it, but I wont suggest it. The batch specifies a group of materials produced with same recipe or with same characteristics.
       If you use BIN location as batch name, suppose you transfer post from one storage location to another storage location where the bin location change and the batch number remains the same. It will simply create confusion.
    Regards,
    AKPT

  • UDF for Bin Location

    Hello,
    I have created a UDF in Item Master to store a bin location called Bin(EMPR_BinCode), we use multiple warehouses so for whse 01 the bin maybe AAA100 and for warehouse 02 the bin maybe ZZZ100.
    I have created a UDF in marketing documents and also called it Bin(EMPR_MDBinCode) and defined a query for the search, which is.
    SELECT T0.U_EMPR_BinCode FROM OITW T0 WHERE T0.ItemCode = $[$38.1.0] AND T0.WhsCode= $[$38.24.0]
    This is Auto refreshed in the UDF when Exiting the WhsCode(Whse) field.
    My problem is that the default warehouse is usually 01 so when inserting the first item it defaults to warehouse 01 and returns no Bin as this has not been altered. If I change this to 02 and then back to 01 the Bin appears.
    Is there any way that I can have the 01 Bin show as default without have to perform the above?
    Appreciate any help, thank you in advance...
    Ben

    Hi Ben,
    I understand your situation.  The option to make this work would be.
    To create another Formatted Seach  - SELECT '01'    and assign this to WhsCode field on document line.  Set it to Auto Refresh when Item Name changes and Select Display Saved Values.
    This I am suggesting only because you mentioned the default WH for your Items is '01'
    The above Formatted Search result in the WHCOde to change (infact set it to '01' again) and this triggers your Formatted Seach on the Bin to fire automatically and show the Bin number for the Item.
    Best wishes
    Suda

  • Setting project default file locations and a few random interface questions

    I apologize for the randomness of this post, but it seemed better than spamming a bunch of different posts in a short period of time.  I've been using Premiere Elements 9 for about 6 months now and there are a few little things that I'd like to tweak.
    I'd like to change the default file save location for a project.  I've got different projects in different folders and it seems like I should be able to set a default save location for each project.  All I've ever been able to find in the help is how to set the scratch folder, which is different.
    I'd like to change the default encoding preset for a project.  For example, I have a custom preset for mp4 under the mobile phone category.  It would be nice to have that be the default whenever I pick the mobile phone category.
    With birthdays and concerts and plays and all that stuff I have about 50 videos and a couple hundred large photos already.  Every time Premiere loads, it takes a few extra seconds to load up all of the thumbnails.  I hide all the videos and pictures on the Organize tab and save the project, but it never sticks.  Is this just impossible?
    Finally, every so often, the end-of-clip marker acts funny.  I don't know what the proper name for it is, but it is the thing under the mouse cursor in the picture below.  It used to automatically move on the time line as I added or deleted clips.  Somehow I clicked a button and it no longer does that.  After a week or so of not working, it goes back to automatically adjusting as I add and delete clips from the timeline and then it will break again.  Ideas?
    Also in the timeline, I now have this huge gap of nothingness on top of video 1, see picture.  My ocd says that Video1 and Audio 1 should be at the very top and the gap should be on the bottom.  Ideas?
    Thanks,
    Bob

    I kind of wish you'd have spread these questions out over a couple of posts so that we could answer each thoroughly. If I answer all of them in depth in a single post, this answer would be the size of one of my books! (which, by the way, contain many of the answers to these questions.)
    1. The default save location for your videos should be the last place you've saved your video to. So that should happen automatically. Although in my books I recommend that, whenever you start a new project, you create a new folder for it. This is good housekeeping and a good way to keep your tmp and render files in the same place on your drive, which has a number of advantages.
    2. You can't create a custom project preset. The only presets available are the ones Adobe provides. And, although they are pretty extensive, some non-traditional formats (like video from some mobile phones) are not well supported. You may be able to get it to work -- but it's usually a hybrid solution and, personally, if you plan to use your phone's video as your main video source, I'd recommend you look at another video editing program. Premiere Elements doesn't do the hybrid stuff well. It's ideally suited for video from traditional camcorders.
    3. The thumbnails you see when the program loads are not in your current project. At least not until you import them into your Project panel. That Media panel is merely a preview to what's in your Organizer catalog. As I explain in my book, it's usually best to ignore this panel until you really learn your way around the basics of this program. It's very confusing. Fortunately, it adds very little load time to the program itself -- regardless of how much time it seems to add.
    4. The thing in the illustration is the Work Area Bar. It's used to isolate a segment of your timeline for rendering, etc. Usually, it will shrink and grow as you add and remove video from your timeline. Unfortunately, there's a bug in version 9 and, if you manually change it once during a project, you'll have to manually change it for the rest of the time you work on the project. But, if you drag each end of the Work Area Bar to cover your entire timeline of videos, your project shouldn't misbehave.
    5. The "gap of nothingness" on your timeline is just room for you to add more audio and video tracks if you'd like to. It's a good thing to have! BTW, as I'm sure you know (and my books, once again, explain) you can toggle the tracks on your timeline so that they display as either compressed (as in your illustration) or wide open, which allows you to see your clips and control audio and video levels. Once again, this is a very good thing!
    Happy moviemaking.

  • Register and unregister locations using ombplus script

    hi
    how to register and unregister the locations using ombplus scripts.
    any help would be appreciated.
    thanks,
    Keka

    The deployment script I have posted previously to copy a project mdl over to a new repository for local deployment includes creating a control center, making it the default for your project, creating the locations, assigning them to the control center, and registering them.
    Re: importing mappings using OMBPLUS
    To unregister a location, first you want to undeploy anything deployed from it to avoid dangling references int he repository, and then unregister the location.
    I do that in the following drop_project script that we use to delete an old copy of the project before importing the new version.
    #get db connection info
    source c:\\omb\\owb_config.tcl
    #get standard library
    source c:\\omb\\omb_library.tcl
    # PVCS Version Information
    #/* $Workfile:   ers_owb_drop_project.tcl  $ $Revision:   2.1  $ */
    #/* $Author:   michael.broughton  $
    #/* $Date:   03 Apr 2008 13:43:02  $ */
    #  Connect to repos
    # Commit anything from previous work, otherwise OMBDISCONNECT will fail out.
    exec_omb OMBCOMMIT
    # If already connected, disconnect first.
    set print [exec_omb OMBDISCONNECT]
      # Test if message is "OMB01001: Not connected to repository." or "Disconnected."
      # any other message is a showstopper!
    if [string match Disconn* $print ]  {
       log_msg LOG "Success Disconnecting from previous repository...."
    } else {
       # We expect an OMB01001 error for trying to disconnect when not connected
       if [string match OMB01001* $print ] {
          log_msg LOG "Disconnect unneccessary. Not currently connected...."
       } else {
          log_msg ERROR "Error Disconnecting from previous repository....Exiting process."
          log_msg ERROR "$print"
          #exit
    set print [exec_omb OMBCONNECT $OWB_DEG_USER/$OWB_DEG_PASS@$OWB_DEG_HOST:$OWB_DEG_PORT:$OWB_DEG_SRVC USE REPOSITORY '$OWB_DEG_REPOS']
    if [omb_error $print] {
        log_msg ERROR "Unable to connect to repository."
        log_msg ERROR "$print" "1"
        log_msg ERROR "Exiting Script.............."
        return
    } else {
        log_msg LOG "Connected to Repository"   
    return
    # Connect to project
    set print [exec_omb OMBCC '$PROJECT_TO_DROP_NAME']
    if [omb_error $print] {
       log_msg LOG "Project $PROJECT_TO_DROP_NAME does not exist. No Cleanup Required...."
       exec_omb OMBDISCONNECT CONTROL_CENTER
       exec_omb OMBDISCONNECT
       return
    } else {
       log_msg LOG "Verified project $PROJECT_TO_DROP_NAME exists"
       exec_omb OMBCC '..'
    # Exporting MDL Backup of Project
    set print [exec_omb OMBEXPORT TO MDL_FILE '$EXPORT_FILE_PATH/$EXPORT_FILE_NAME' FROM PROJECT NAMES '$PROJECT_TO_DROP_NAME' OUTPUT LOG TO '$EXPORT_LOG_PATH/$EXPORT_LOG_NAME' ]
    if [omb_error $print] {
       #We expect to get warnings due to differences in Control center names etc,
       if {[string match OMB05105* $print]} {
          log_msg LOG "MDL File $EXPORT_FILE_NAME exported with warnings"
       } else {
           log_msg ERROR "Unable to import $EXPORT_FILE_PATH/$EXPORT_FILE_NAME. "
           log_msg ERROR "$print"
           log_msg ERROR "Exiting Script.............."
           exec_omb OMBROLLBACK
           return
    } else {
       log_msg LOG "MDL File $EXPORT_FILE_NAME exported with no warnings.............."
    exec_omb OMBCOMMIT
    # Validate to Control Center
    set lst [OMBLIST CONTROL_CENTERS]
    if [string match *$CONTROL_CENTER_NAME* lst] {
       log_msg LOG "Verify Control Center $CONTROL_CENTER_NAME Exists."
       log_msg LOG "Setting Passwords to enable de-registration"
       log_msg LOG "Connecting to Control Center $CONTROL_CENTER_NAME"
       set print [exec_omb OMBCONNECT CONTROL_CENTER USE '$DATA_LOCATION_PASS' ]
       if [omb_error $print] {
          log_msg ERROR "Unable to connect to Control Center $CONTROL_CENTER_NAME"
          log_msg ERROR "$print"
          log_msg ERROR "Exiting Script.............."
          exec_omb OMBROLLBACK
          return
       exec_omb OMBCOMMIT
       log_msg LOG "Deleting Existing Mappings."
       set print [exec_omb OMBALTER LOCATION '$DATA_LOCATION_NAME' SET PROPERTIES (PASSWORD) VALUES ('$DATA_LOCATION_PASS')]
       exec_omb OMBCOMMIT
       exec_omb OMBCC '$ORA_MODULE_NAME'
       set mapList [ OMBLIST MAPPINGS ]
       foreach mapName $mapList {
          log_msg LOG "Un-Deploying: $mapName"
          set print [ exec_omb OMBCREATE TRANSIENT DEPLOYMENT_ACTION_PLAN 'DEPLOY_PLAN' ADD ACTION 'MAPPING_DEPLOY' SET PROPERTIES (OPERATION) VALUES ('DROP') SET REFERENCE MAPPING '$mapName' ]
          if [omb_error $print] {
             exit_failure "Unable to create Deployment plan for '$mapName'"
          set print [ exec_omb OMBDEPLOY DEPLOYMENT_ACTION_PLAN 'DEPLOY_PLAN' ]
          if [omb_error $print] {
             exit_failure "Error on execute of Deployment plan for '$mapName'"
          exec_omb OMBDROP DEPLOYMENT_ACTION_PLAN 'DEPLOY_PLAN'
          exec_omb OMBCOMMIT
      exec_omb OMBCC '..'
      exec_omb OMBCC '..'
       log_msg LOG "Un-Registering Code Location."
       set print [exec_omb OMBUNREGISTER LOCATION '$DATA_LOCATION_NAME']
       if [omb_error $print] {
          log_msg ERROR "Unable to register Location $DATA_LOCATION_NAME"
          log_msg ERROR "$print"
          log_msg ERROR "Exiting Script.............."
          exec_omb OMBROLLBACK
          return
       exec_omb OMBCOMMIT
    } else {
       log_msg LOG "Control Center $CONTROL_CENTER_NAME does not exist - unable to de-register locations."
    # Dropping project
    exec_omb OMBDISCONNECT CONTROL_CENTER
    log_msg LOG "Renaming project $PROJECT_TO_DROP_NAME to $PROJECT_TO_DROP_NEWNAME ...."
    set print [exec_omb OMBALTER PROJECT '$PROJECT_TO_DROP_NAME' RENAME TO '$PROJECT_TO_DROP_NEWNAME']
    if [omb_error $print] {
       log_msg LOG "Failed to drop project $PROJECT_TO_DROP_NAME...."
       log_msg ERROR "$print"
       log_msg ERROR "Exiting Script.............."
    exec_omb OMBDISCONNECTThis script uses the same config and library file given in the other post that I pointed you towards. That is where you will find the definition for exec_omb, for example which is simply a wrapper for OMB+ calls
    Now, note that I don't un-deploy any tables, views, sequences etc. We use Designer as our location of record for the data model metadata so our OWB project never deploys any object metadata except for mappings. Your setup may be different, still this should point you in the right direction.
    Cheers,
    Mike

Maybe you are looking for

  • Error while adding the secondary node in shared APPL_TOP.

    Hi, We are getting the below error , when trying to add the secondary node in shared APPL_TOP . We ran the commnad. perl -I <AU_TOP>/perl txkSOHM.pl AutoConfig is configuring the Applications environment... AutoConfig will consider the custom templat

  • How to edit the dropdown emails list created as you start to fill in the To: field?

    When compose a new message, via iCloud (safari browser and win 7 os), and start to fill in the To: field, a dropdown list of Email addresses appears.  Some are old email addresses that have been deleted from the iCloud Contacts.  How do I clean this

  • No zoom level controls on second monitor!

    I use a second monitor to display a loupe view of the photo I have selected in the grid view, which is on the first monitor.  I have always had the zoom-level controls (Fit, Fill, etc.) at the bottom of the loupe display on the second moitor, until I

  • No Sound from Words With Friends

    This app used to emit a lovely cascading series of chimes to let you know that your opponent had taken his turn. Now it has gone silent even though the Volume on the iPhone (as set by the + and- buttons) is on 6 bars. How can I restore the sound of t

  • XI or ABAP- HR

    Hi Experts, I am a Computer Science engineering Graduate with approx 2 years of SAP experience. My experience includes: OOPS-ABAP programming (8+ months) ABAP-HR (7+ months) SAP-NW –XI (4+ months) I am getting option to choose ABAP-HR or XI for my ne