How to Change OpenHub Destination

Hi All,
I would like to change OPEN HUB Destination name... and how to change DSO name... I couldn't find any option
in BI 7.0 NW2004s...
I search sdn someone said, change open hub table name... how to do that ?
please verify
Thank

Hi ,
See if this link helps you.
/thread/841331 [original link is broken]
Following are some useful tables for Open Hub Destination.
RSBOHSERVICETP       Open Hub: Service Types 
RSBREQUESTDELTA   Open Hub: Cross Reference Outbound/Inbound 
RSBREQUESTMESS     Hub: Log for a Request 
RSBREQUID                 Open Hub: Requests 
RSBREQUID3RD          Open Hub: Status of 3rd Party Requests 
RSBREQUIDRUN          Open Hub: Table with Status for a Request 
RSBSTRUCTURE         Open Hub: Generated Structures and Tables 
-Vikram

Similar Messages

  • BI 7.0 infospoke - how to change standard destination path on appl. server

    Hello,
    I have the following problem:
    I need to extract large amounts of data from infocubes to flatfiles. I have created an infospoke to do this. However, in this infospoke, the destination path, when I choose application server, is fixed.
    In BW 3.x, there is a document "BW 3.1 Open Hub Extraction Enhancement Using Literal Filename and Path.pdf" that describes how to change the destination path for the application server.
    This solution does not work for BI 7.0, I get short dumps, probably due to ABAP OO.
    I need to extract the data to flat files on the application server, not on my local machine, nor into a table in SAP itself, so I need to change the destination path, because the amount of free storage is limited in the standard destination path.
    Has anyone encountered this problem in BI 7.0 and solved it?
    best regards
    Ting
    Edited by: Ting Kung on Jun 30, 2008 9:19 AM
    Edited by: Ting Kung on Jun 30, 2008 9:19 AM
    Sorry, wrong subforum, will close this

    Hi Ting.
      I never had a simmilar problem but, if you go to your InfoSpoke, right click --> "Change" you can see (and change... ) the following values:
    Destination Type: FILE  (the one you have choosen)
    Application Server: Check Box (I think this is your setting)
    Server name: (BW server)      
    Type of File Name: (Here you can choose Between "File Name" or "Logical File Name")
    Appl.Server File N: "MY_FILE.CSV" (for example)
    Directory: (The directory you want - take a look at the end of this post )         
    Separator: (The field separator)
    Note : If you are working with Linux or Unix you have to look if the BW system user has the corresponding rigths to write in the FileSystem.
    .          In the beginning I advice you to use something like this /usr/sap/<SID>/DVEBMGS<XX>/work
    Hope it helps.
    Regards.

  • How to change archive destination folder

    Hi,
    Im using oracle 11g,
    when i run this cmnd, im seeing the following
    sql> archive log list
    archive log list
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination /home/oracle/archivelog
    Oldest online log sequence 2277
    Next log sequence to archive 2279
    Current log sequence 2279
    the disk space is low on this destination folder
    So I need to change the archive destination new folder /u03/arch
    Please let me know how to change the destination
    Thank you
    Edited by: praveenb on Nov 3, 2011 6:22 AM
    Edited by: praveenb on Nov 3, 2011 6:24 AM

    Hi TYL,
    I run the command
    SQL> show parameter log_archive_dest
    NAME TYPE VALUE
    log_archive_dest string
    log_archive_dest_1 string location=/home/oracle/archivel
    og
    log_archive_dest_10 string
    log_archive_dest_2 string
    log_archive_dest_3 string
    log_archive_dest_4 string
    log_archive_dest_5 string
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    NAME TYPE VALUE
    log_archive_dest_9 string
    log_archive_dest_state_1 string enable
    log_archive_dest_state_10 string enable
    log_archive_dest_state_2 string enable
    log_archive_dest_state_3 string enable
    log_archive_dest_state_4 string enable
    log_archive_dest_state_5 string enable
    log_archive_dest_state_6 string enable
    log_archive_dest_state_7 string enable
    log_archive_dest_state_8 string enable
    log_archive_dest_state_9 string enable
    SQL>
    Im seeing      ORA-00257: archiver error. Connect internal only, until freed. (DBD ERROR: OCISessionBegin)
    Please let me know how to solve this issue
    Thanks
    Edited by: praveenb on Nov 3, 2011 7:31 PM

  • How to change archive destination folder on oralce 11g

    Hi
    Im using oralce 11g, linux, 64 bit.
    I created new database and imported data.
    Im getting this error
    ORA-00257: archiver error. Connect internal only, until freed.
    I've to change the archive destination to a folder having relatively morespace .
    Please let me know how to do.
    Thanks
    Edited by: praveenb on Oct 17, 2011 9:56 AM

    ORA-10997: another startup/shutdown operation of this instance inprogress
    ORA-09968: unable to lock file Linux-x86_64 Error: 11: Resource temporarily unavailableIt looks like you have trying to start instance when it is already running. check for running instances on server.
    $ps -ef|grep pmonIf any prorcess related to your instance running, kill or clean them and then start again.
    ORA-09817: Write to audit file failed.
    Linux-x86_64 Error: 28: No space left on device
    ORA-09945: Unable to initialize the audit trail file
    Linux-x86_64 Error: 28: No space left on deviceCheck the audit file destination and cleanup all audit files from
    SQL> show parameter audit_file_destand use similar commands to change archive destination, to change archive destination no need to bounce .
    SQL> show parameter log_archive_dest_1
    NAME                                 TYPE        VALUE
    log_archive_dest_1                   string      Location=/u01/archvie VALID_FO
                                                     R=(ALL_LOGFILES,ALL_ROLES) DB_
                                                     UNIQUE_NAME=adg
    SQL> alter system set log_archive_dest_1='location=/u01' scope=both;
    System altered.
    SQL>  show parameter log_archive_dest_1
    NAME                                 TYPE        VALUE
    log_archive_dest_1                   string      location=/u01

  • How to change the Destination URI value of a item table at run time

    I'd like to change the Destination URI of item of a table region when a column X of my view is not NULL. Where should I set the new Destination URI value for the item table region for specific row? Is in the RowImpl for the view object or in the Controler of the page?
    I'd really appreciate any suggestion.
    Thanks in advance.

    Hi,
    Thanks for the help, but I still dont know where I should to use setAttributeValue(DESTINATION_ATTR,OADataBoundValueViewObject());
    All examples that I saw till now here, suggestes to change something in the page in Controller but based on something entered in the page. In my case is IN to OUT, I will render some item table with a specific value parameter based what is in the database. Being more specific, I have a html table and one column Col1 has a value and it will have a DESTINATION URL if another column Col2 is Null. I believe I would have to check somewhere if the Col2 is null or not and change the DESTINATION URL property.
    Thanks again..

  • How to change the destination folder on my computer ?

    Hi everybody,
    as a standard ADE uses the "My Digital Editions" folder under Documents and Settings\User.
    We are working with Win XP
    Is it possible to change this path ? And if so, how
    I am looking forward to your reply.
    Thanks in advance
    Janine

    Hi Frustrated ;-) --
    All I want to do is store my data files on a portable drive, like I do with my music library and my overdrive media audio books checked out from the library.  I have 3 computers that I use regularly. The software (iTunes/Overdrive Media Console) is installed on all three of them, and when I connect my portable drive I simply point the software to that location to work with my own files.
    I get that the software itself has to be installed on the actual computer rather than on a portable drive -- though certainly there's no reason it MUST be the C drive -- but the idea that you can't tell the software where you want it to maintain your data files is absurd.
    When I got my Sony Reader I tried out their software, found it couldn't specify a library location, and decided to try ADE, figuring Adobe surely wouldn't make that mistake. Alas. After discovering that Adobe did in fact make the same mistake and apparently has no plans to fix it, I uninstalled ADE & went back to the Sony software. I figure if I'm going to have my software dictating where I can & can't keep my files, I might as well use the product that came with my device. It's no worse than ADE.
    Since people have been complaining about this situation for 4 years and getting the same answer, I have to presume that Adobe is listening but doesn't care.  I would like to at least hear the rationalization for their decision.

  • How to change hyperlink destinations

    Hi, I would like to have a different setting for the
    hyperlink destination for two layouts. For one layout I want the
    links to open in a new window; for the other layout I want the
    links to open in the same window. Is there a way I can change the
    link destinations for the entire project; or is the only option
    change each link individually? Thanks, Becky

    From what I can work out you have two options - well three if
    you include amending the links individually. My favoured method
    would be to have two links and use build tags for each one and
    assign these to your layouts. The other method would be use a find
    and replace tool (e.g.
    FAR. You can go into the
    truecode to see the syntax required to be found and replaced. But
    before you do anything with a find and replace tool, take a backup
    of your project.

  • How to change the destination number of my online ...

    I want to change the number that my online number forwards to.  How do I do that?  I see instructions for those who are using Skype for Business, but I just have a single account with a single line.   How do I change the number that rings when someone dials my skype-to-go number?

    Hi,
    A user is not have the No. of processor but a work process can handle N No. of users. If a user hit any transaction v acn say from  a list of N worl proceesor which has been taken the work.
    Correct if I am wrong.
    Regards
    Syed.

  • How to change the destination folder when downloading Adobe Reader 9.0?

    I have an old version of Adobe Acrobat Elements 6.0, and I recently installed Acrobat Reader 9.0 and uninstalled all old Acrobat Readers on my computer (6.0, 7.0 and 8.0). After that, when I open AAElements and try to convert a document to pdf file, a msg shows: Unable to find Adobe PDF resource files. Do you want to run the installer in repair mode? I tried to say yes, but it didnt work. I tried to uninstall and install them back a couple of times (Reader before Elements) (Reader after Elements) without luck. PLEASE HELP! Thanks in advance! :)

    How do I stop post of
    Photoshop Elements   coming
    to my computer after I deleted it?

  • How do I change the destination of a the submit button on a form in Form Central?

    How do I change the destination of a the submit button on a form in Form Central?

    Sure. Because it is a scheduling form and I want the filled out form to be forwarded to our scheduling department email.
    Sincerely,
    John Biester
    Operations Manager

  • How do I change the destination folder for Icloud Itunes down loads?

    How do I change the destination folder when I download songs from the Icloud?...I want the songs to go to an external hard drive and not the hard drive on my pc

    You might want to ask that question over in the iTunes for Windows forum.  They should know if it's possible to change the location to and external drive.

  • How to change destination drive? From C to D?

    How to change destination drive? From C to D?
    Not enough disk space on drive C
    Solved!
    Go to Solution.

    Which device and destination for what ? Is it for the Nokia Store downloads ? If 'Yes'.. Go to Nokia Store in your phone and Log-in ..Then go to Options --> Account --> Settings --> Installation Preferences .. and select the appropriate destination..

  • How to change the "Current Destination Folder" to install iTunes

    How can I change the Destination Drive during the installation of iTunes?  The default is "C:" and it cannot be changed

    Hi,
    Check in OMSY Transaction that, Which current month and year is having your comapny code.
    and go to T.Code MMPV
    enter Next Month of that cureent period and Year
    and Execute. You find the message that your current period has changed.
    Do the same process month by month till reaches to current period and year.
    Let me know if you have further queries.
    Padma.

  • How to change my subscription Destination?

    Currently my subscription is unlimited calls to USA with a contract of one year.
    How can I change the destination now to Thailand?

    I have a question regarding this thread.
    If you can't change destinations can you cancel and get refunded the difference for the unused months of service.
    I just signed up for a year of calling I choose my destination as Canada and that was before I found out that the Country that I lived in which is the US is a destination as well. So that being true I can not use my calling plan to call the US is that right?
    If so then once again can I cancel my plan which I just started less than a month ago  and apply those funds to the US plan?
    Thank you for your response.
    Dean

  • How do I change the destination of photos from the phone to the computer? 5s and mini

    How do I change the destination of photos from the phone to the computer? 5s and mini
    They are currently using internal storage, but I want to transfer them to my computer.
    Thanks!

    Just while u plug ur iphone to computer there will be an option for import photos thats all u need to do.

Maybe you are looking for

  • How do i install numbers on multiple computers?

    Obsticles: 1-When I copy Numbers from computer A, to computer B, I get: "Numbers cannot be opened because of a problem." So dead there. My suspecion is that I'm going to have to install it from scratch on the other computer. I attempted to go to the

  • Trouble Connecting to Other computers in Network

    Hi. I have quite a few computers in our local home network, via an apple airport extreme. There's three G4's running Tiger, and a few G5's running Leopard. I'm able to connect to any of the 3 Tiger based G4's by opening the network, and selecting "sh

  • Sec Cess on Service in J2IUN

    Hi, We are updated Latest Service tax Notes regarding Sec CESS. Problem is When we want to post Monthly utilization Sec Cess on Service tax not displaying in Utilization for Sec CESS(Bottom,Purchase Side) 1)ECSTAXCR 2)SERTAXCR is there but SECTAXCR n

  • While deducting customers TDS , system giving error.

    Dear Friends, 1)We have made AR invoice .Its customer is TDS applicable. 2)While adding AR Invoice ,we have not added withholding tax. 3)Incomming payment of that invoice- for this entered TDS cut amount. But when we add it. system does not post TDS

  • Can I call a function? (indesign js)

    can I call a external function from a new program? not as executing script using doScript().