LMDB - SLD "Source and target system have the same object server name"

Hi,
the system is a SM7.1 SP1
For some reason (Object-Server-Name changed), the job that syncs the sld and lmdb cancels...
I set the LMDB-Object-Server-Name to its original Name...
Now i've deleted the sync-config in the solman_setup and try to start a new sync, but i get the following error, when i try to configure the source-system:
'Source and target system have the same object server name: CISM318'
But the names are different: 'SM3' (LMDB) and 'CISM318' (SLD)
Any suggestions ?
best regards
Christoph
Edited by: Christoph Bastian on Aug 26, 2011 9:37 AM
Edited by: Christoph Bastian on Aug 26, 2011 11:18 AM

problem solved...
Apparently the sync needs some hours to finish a object-server-name-change...
best regards
Christoph

Similar Messages

  • Is it possible to have source and target schema in the same DB instance ?

    Hi All,
    I'm using Oracle 11gR1.
    I have switched source locations from other server to the one with OWB.
    During deploy I get VLD-3064 and I can't deploy mapping because of many 'table or view does not exist' warnings.
    Is it possible to have source and target schemas in the same instance ??
    How to do it ?
    Regards,
    Martin

    Hi Jörg,
    Thanks for your help and quick answer.
    I'd like to clarify a little your answer :
    1. Are the any special privilages I need to set ? Currently I have only 'RESOURCE' and 'CONNECT' (I think I didn't have to add any other privs when that schema was located on other instance...)
    2. Also VLD-3064 states that : 'Owning and referenced location of this connector are on the same database instance. Unless explicitly referenced in configuration settings no generated code will use the dataabase link resulting from deployment of this connector'. Does it mean I have to put something in configuration ?
    Thanks,
    Martin

  • Can source and target tables be the same

    Hi there,
    I need to restate profit center column in the delivery fact table. Historical Profit Centers need to be populated since today is the first time we brought in Profit Center field from LIPS table. The source for the delivery fact table is SAP LIPS table. so what I did is:
    joined the LIPS and delivery fact table on (LIPS.delivery number = deliveryfacttable.delivery number & LIPS.delivery line item number = deliveryfacttable.delivery line item number) to get the profit center.
    So the source and the target delivery fact table are the same. Is this a good practice becuase Data services warns me that the source and target tables are the same.
    Please let me know a better alternative approach to this OR a better approach to restate fields for historical data. Thanks in advance.
    Regards,
    samqiue

    Arun,
    actually the LIPS resides on another server and in order to fetch data I have to write an R3 ABAP data flow, so I cant use it directly in a lookup.
    Except what Im thinking based on your reply to use a lookup table is: that I will extract 3 colums (delivery number, delivery line item number and profit center) to a table and then use the lookup.
    Thanks.
    Regards,
    samique

  • Source and Target Table in the Same schema........will that work in ODI

    Hi ,
    Is it possible to have my source and target tables in the Same achema.......will it have any performance issues or some other issues in our ODI.......
    I would like to know whether it works well or not .........
    ( To my understanding it wont have any issues ......But I am not 100 % sure on my judgement)
    Thanks
    AK

    Yes, you're correct.
    Just be sure about you load strategy, it means, if you need only to insert use the KM Control Append, but if need update too, try the IKM Oracle Incremental Update... I believe that will work better for millions of lines.
    Anyway be sure that your database has the necessary tablespaces to manage huge data volume.

  • How to find the source and target systems of an imported Transport Request?

    Hello,
    How to find the source and target systems of an imported Transport Request?
    chinna.

    Hi Chinna,
    In your landscape the TMS must have configured.Let assume that you have four six systems in the land scape.
    DEV->DEV1->QUA->PRD and other two systems (TR1 ,TR2)are at different domain amd both are connected to QUA and the requests are forwarded from there.Here normally the flow willl be from DEV to DEV1, then DEV1 to QUA and QUA to PRD.For other two systems (TR1 ,TR2 )the source system will always be QUA.
    Regards
    Ashok

  • The source and target structure have a different number of fields

    Hi,
    I am new to workflow and I am trying to create an attachment in Workflow (SAP ECC 6.0) and pass it through to a User Decision (User Decision works fine) however the workflow is failing on the attachment step with u2018The source and target structure have a different number of fieldsu2019. The bindings check ok. Please see details below.
    I have used document u2018Creating Attachments to Work Items or to User Decisions in Workflowsu2019 by Ramakanth Reddy for guidance. Thanks in advance.
    1) Workflow containers (SWDD)
    WORKITEMID (import)
    ZSWR_ATT_ID (export)
    SOFM (export)
    2) Task Container (PFTC)
    1 Import parameter defined u2013 WORKITEMID (swr_struct-workitemid)
    2 Export parameters defined
    - SOFM (Ref. obj. type SOFM)
    - ZSWR_ATT_ID  (swr_att_id-doc_id)
    Binding task -> Method
    Binding for 1 parameter (import) defined
    Task <- Method
    Binding for 2 parameters (export) defined
    3) Z  BOR object created with a Method, Method Parameters and Event (SWO1)
    1 import parameter defined
    2 export parameters defined
    Method calls FM SSF_FUNCTION_MODULE_NAME, CONVERT_OTF, SCMS_XSTRING_TO_BINARY and SAP_WAPI_ATTACHMENT_ADD
    Workflow is triggered by FM SAP_WAPI_CREATE_EVENT, Return_code = 0
    Event_id = 00000000000000000001
    Test results
    A) Triggered by ABAP/ FM SAP_WAPI_CREATE_EVENT - SWI2_DIAG results
    Work item  14791: object <z bor object name> method <method name> cannot be executed. The source and target structure have a different number of fields (this message is repeated 3 times). Error handling for work item 14791. No errors occurred -> details in long text (message is repeated 3 times).
    Message no. WL821, OL383, WL050 in long text
    B) Z BOR Test method <execute>
    Enter workitem id.
    Runtime error - Data objects in Unicode programs cannot be converted. The statement "MOVE src TO dst" requires that the operands "dst" and "src" are convertible. Since this statement is in a Unicode program, the special conversion rules for Unicode programs apply.                                        
    In this case, these rules were violated.   
    Program                             SAPLSWCD                
    Include                                LSWCDF00                
    Row                                    475                     
    Module type                        (FORM)                  
    Module Name                      MOVE_CONTAINER_TO_VALUE           
    C) Z BOR Test method <debugging>
    Enter workitem id.
    SAP_WAPI_ATTACHMENT_ADD, return_code = 0, message_lines  = Attachment created            
    both  swc_set_element container work ok
    Runtime error occurs after end_method executed. Data objects in Unicode programs cannot be converted.
    D) Workflow test
    Enter workitem id <execute>
    Task started> Workflow log> Status = Error
    Workflow errors in Attachment step (however Office document can be viewed in details for step).

    Problem has now been resolved. Problem was related to use of swr_att_id structure and swc_set_element statement in BOR program - problem resolved by only setting w/f container to swr_att_id-doc_id.

  • Secondary hard drive and dvd drive have the same location id's.

    Product Name: HP Pavilion dv7 Notebook PC (DV7t-7000)
    PRODUCT NUMBER: A5F92AV
    SERIAL NUMBER: [removed for privacy]
    My Secondary hard drive and dvd drive have the same location id's. The dvd drive can not write to any disk because of it. Had the dvd drive replaced and that did not help. Tried 3 different HDD and all the same outcome.
    Secondary hard drive and dvd drive have the same location id's. The dvd drive can not write to any disk because of it. Had the dvd drive replaced and that did not help. Tried 3 different HDD and all the same outcome.
    Please help,
    Thank you
    -Rick

    This is what chat support said... Its like talking to yourself sometimes!!
    [Wednesday, October 24, 2012 10:33 PM] -- Automatically generated message:
    Your support request has been submitted and is in queue. Please wait momentarily while the system connects you with the next available support specialist.
    [Wednesday, October 24, 2012 10:46 PM] -- Automatically generated message:
    You are now chatting with support specialist JOLLY R.
    [Wednesday, October 24, 2012 10:46 PM] -- JOLLY R says:
    Welcome to HP Total Care for Notebook and Desktop support. My name is Jolly. I will be your technical support specialist today. Please give me a few moments to review your issue description details.
    NOTE: For security reasons, PLEASE DO NOT send credit card information via chat.
    [Wednesday, October 24, 2012 10:46 PM] -- JOLLY R says:
    How are you doing today ?
    [Wednesday, October 24, 2012 10:46 PM] -- Rick Friedman says:
    Hi Jolly, I tried 3 different HDD's all of them were reformated and reimaged with the HP image from this laptop. When I try to populate the drive, it just closes the window. Same with the dvd drive. Other then no able to write to the dvd/cd drive, everything else is perfect. But that is not good enough...
    [Wednesday, October 24, 2012 10:46 PM] -- Rick Friedman says:
    Great, you?
    [Wednesday, October 24, 2012 10:46 PM] -- JOLLY R says:
    I am fine. Thank you for asking.
    [Wednesday, October 24, 2012 10:48 PM] -- JOLLY R says:
    Please let me know if the following details are correct for the notebook in question.
    PRODUCT NUMBER: A5F92AV
    SERIAL NUMBER: {Private Information Removed}
    EMAIL ADDRESS: {Private Information Removed}
    Am I correct?
    [Wednesday, October 24, 2012 10:48 PM] -- Rick Friedman says:
    Yes
    [Wednesday, October 24, 2012 10:48 PM] -- JOLLY R says:
    Thank You for confirming the details.
    [Wednesday, October 24, 2012 10:49 PM] -- JOLLY R says:
    Are you using the same notebook to chat with me which is in question?
    [Wednesday, October 24, 2012 10:49 PM] -- Rick Friedman says:
    Yes
    [Wednesday, October 24, 2012 10:51 PM] -- JOLLY R says:
    May I know since when you are facing the issue?
    [Wednesday, October 24, 2012 10:51 PM] -- Rick Friedman says:
    I few weeks ago now
    [Wednesday, October 24, 2012 10:52 PM] -- Rick Friedman says:
    HP swapped out the DVD drive and I swapped out the HDD's
    [Wednesday, October 24, 2012 10:53 PM] -- JOLLY R says:
    Please click on the start button and click on computer.
    [Wednesday, October 24, 2012 10:53 PM] -- Rick Friedman says:
    Reimaged, renamed, removed, rotated them to different bays.
    [Wednesday, October 24, 2012 10:53 PM] -- Rick Friedman says:
    ok
    [Wednesday, October 24, 2012 10:53 PM] -- Rick Friedman says:
    Open\
    [Wednesday, October 24, 2012 10:53 PM] -- JOLLY R says:
    Is the CD/DVD drive getting detected ?
    [Wednesday, October 24, 2012 10:54 PM] -- Rick Friedman says:
    Yes
    [Wednesday, October 24, 2012 10:54 PM] -- Rick Friedman says:
    Yes
    [Wednesday, October 24, 2012 10:55 PM] -- JOLLY R says:
    So you need te reseat the CD/DVD drive and the hard drive .
    [Wednesday, October 24, 2012 10:55 PM] -- Rick Friedman says:
    I did, over and over and over
    [Wednesday, October 24, 2012 10:55 PM] -- JOLLY R says:
    Okay
    [Wednesday, October 24, 2012 10:56 PM] -- Rick Friedman says:
    I have swapped out the dvd drive and hard drives
    [Wednesday, October 24, 2012 10:57 PM] -- JOLLY R says:
    Since you have already reseated the hard drive and CD/DVD drive, you need to send the notebook in for a bench repair.
    [Wednesday, October 24, 2012 10:57 PM] -- JOLLY R says:
    It will be a mail in repair service. I will send you a box along with packaging materials and a prepaid shipping label. Once you pack your notebook in the box you can drop it off at you nearest fedex drop box or you can schedule a pickup.
    [Wednesday, October 24, 2012 10:57 PM] -- JOLLY R says:
    Box would contain- packaging material, shipping instructions &amp; pre-paid shipping label.
    • Once you receive the box you need to put the notebook inside the box (without any accessories), call fed-ex- (1800-463-3339).
    • Fed-ex would come at your place pick it up and send it back to hp.
    • This service will cost you $0.00
    • Standard turn around time for service is 7-9 business days.
    You can check the status of your order by going to: www.hp.com/go/csostatus or by calling HP Customer Care at 1-800-hpinvent (1-800-474-6836).
    Your repair service has an estimated turn around time of 7 to 9 business days from when we receive your product at our repair center.
    [Wednesday, October 24, 2012 10:57 PM] -- JOLLY R says:
    In order to set up a service request please provide the following information:
    * Full Name:
    * Mailing Address (No P.O. Boxes):
    * Apartment/Building/Mailstop:
    * City:
    * State:
    * Zip/Postal Code:
    * E-Mail address
    * Phone Number (including area code):
    * Best time to call
    * Time zone of your region
    [Wednesday, October 24, 2012 10:57 PM] -- Rick Friedman says:
    Dont I have on-site?
    [Wednesday, October 24, 2012 10:58 PM] -- JOLLY R says:
    Let me check.
    [Wednesday, October 24, 2012 10:59 PM] -- Rick Friedman says:
    This laptop is my life, my livelyhood.
    [Wednesday, October 24, 2012 10:59 PM] -- Rick Friedman says:
    I can not be without iot...
    [Wednesday, October 24, 2012 11:00 PM] -- JOLLY R says:
    I do understand that .
    [Wednesday, October 24, 2012 11:02 PM] -- JOLLY R says:
    Yes, you do have onsite , but a technician can be sent to your place only if any part needs to be replaced .
    [Wednesday, October 24, 2012 11:02 PM] -- JOLLY R says:
    As the notebook needs to be repaired , you have to send it to the HP service center.
    [Wednesday, October 24, 2012 11:02 PM] -- Rick Friedman says:
    It is the motherboard
    [Wednesday, October 24, 2012 11:03 PM] -- Rick Friedman says:
    What is the difference between repair and replaced?
    [Wednesday, October 24, 2012 11:03 PM] -- JOLLY R says:
    It will be repaired and returned back to you .
    [Wednesday, October 24, 2012 11:04 PM] -- Rick Friedman says:
    But what is there to be repaired if your not replacing anything?
    [Wednesday, October 24, 2012 11:04 PM] -- JOLLY R says:
    If any hardware part needs to be replaced , a technician can be sent to your place .
    [Wednesday, October 24, 2012 11:04 PM] -- JOLLY R says:
    But since the notebook needs to be repaired ,you have to send it .
    [Wednesday, October 24, 2012 11:05 PM] -- Rick Friedman says:
    What is the difference between repaired and replacing something... So you mean that nothing will be repaired on my laptop?
    [Wednesday, October 24, 2012 11:06 PM] -- Rick Friedman says:
    This is NOT right
    [Wednesday, October 24, 2012 11:06 PM] -- JOLLY R says:
    I mentioned earlier that you need to send the notebook for repair.
    [Wednesday, October 24, 2012 11:06 PM] -- Rick Friedman says:
    I would like to talk to someone about this.
    [Wednesday, October 24, 2012 11:06 PM] -- JOLLY R says:
    It will be repaired and returned back to you .
    [Wednesday, October 24, 2012 11:07 PM] -- Rick Friedman says:
    What is the turn around time on this?
    [Wednesday, October 24, 2012 11:07 PM] -- JOLLY R says:
    It is 7 to 9 business days.
    [Wednesday, October 24, 2012 11:08 PM] -- Rick Friedman says:
    NO WAYYYY!
    [Wednesday, October 24, 2012 11:08 PM] -- JOLLY R says:
    If you want to talk to someone , you need to call our voice support in the direct number 1-800-474-68386 and refer to serviceticket number - {Private Information Removed}.
    [Wednesday, October 24, 2012 11:08 PM] -- Rick Friedman says:
    OK, thx
    [Wednesday, October 24, 2012 11:08 PM] -- JOLLY R says:
    We also have an expedite shipment, where the turn around time is 4 to 6 business days .
    [Wednesday, October 24, 2012 11:09 PM] -- JOLLY R says:
    Please take down the service ticket number {Private Information Removed} and SR ID {Private Information Removed} for future reference.
    [Wednesday, October 24, 2012 11:09 PM] -- JOLLY R says:
    You are welcome.
    [Wednesday, October 24, 2012 11:09 PM] -- JOLLY R says:
    Is there anything else apart from this I can help you with now ?
    [Wednesday, October 24, 2012 11:09 PM] -- Rick Friedman says:
    No
    [Wednesday, October 24, 2012 11:09 PM] -- JOLLY R says:
    Thank you

  • I have a serious (and bizarre!) issue with my novation impulse (Although i've tried it with two other keyboards and i still have the same problem) and its compatibility with mainstage 3

    i have a serious (and bizarre!) issue with my novation impulse (Although i've tried it with two other keyboards and i still have the same problem) and its compatibility with mainstage 3.
    the problem is best explained on the following one - page thread: 
    https://discussions.apple.com/thread/3951518?start=0&tstart=0
    (Clearly i'm not alone in this problem, although i think i figured out what's going wrong a little more than he did...read on!)
    his solution, to put mainstage in jump mode, is very unsatisfactory to me, as it bounces all of a sudden to drastically different settings.
    basically, my analysis is that my controller is NOT receiving MIDI date from mainstage.  in other words, mainstage knows what my controller is doing, but my controller doens't know what mainstage is doing.
     let's say i turn the knob all the way to the right ... 127...and the virtual fader goes to the right like it's supposed to. 
    now...next...let's say i change to a different patch, where that same VIRTUAL fader is not at the max clockwise position..maybe it's only at 1pm.  now when i turn the physical knob to the RIGHT, the midi data is still at 127 on the controller!  it didn't "reset" to sync up with the new level (say 80 or so) setting on the new patch.  so i can't increase that new setting of 80 by continuing to turn the knob to the right.  i have to turn it all the way to zero,...and then continue PAST zero until the controller thinks that IT is at 0...at that point the controller and mainstage are in agreement, and things work fine....so bascially, the keyboard thinks the level is at max...but mainstage thinks the level is at 1pm.
    i am using Logic 9, and i have a macbook pro 2.9 Ghz I7 with 8 gigs of memory and OS X 10.8.4

    Hi Josh,
    Thanks for taking the time to contact us here a Novation for technical support. Lets continue to correspond via email so we can get your issue resolved.
    Thanks.
    Mike Towns

  • TS2755 My wife and I both have iPhone 5s, I can't send text messages to non iPhone people that I use to but iPhone people I can, My wife can send text to non iPhone numbers.  I have checked and we both have the same settings.

    My wife and I both have iPhone 5s, I can't send text messages to non iPhone people that I use to but iPhone people I can, My wife can send text to non iPhone numbers.  I have checked and we both have the same settings.  Both of our phones are up to date 7.0.4.

    The ability to see and send calendar invites is a function of the calendar you are subscribing to and who owns it. We need more information, like what calendar are you subscribing to? MS Exchange? Google? Mobile Me?

  • I used my apple ID for my daughters new iPod and now we have the same number! Please help

    I just started up my daughters new iPod and use my apple id and now we have the same number! How do I change this on my daughters iPod? I want her to be able to use my apple ID but I'd like her to have her own number... Is this possible?

    Create a new ID for her:
    On the iPod go to
    - Settings>Messages>Send and receive and sign out your ID and sign into hers. Make sure that only her ID email address is listed.
    - Settings>FaceTime sign out of your ID and sign into hers. Make sure that under You can be reached at only her ID email address is listed
    - Settings>iCloud and sign out and sign in with hers
    Continue to use the common ID for Settings>iTunes and App stores.

  • I have family plan of 5 iphones and all them have the same apple id, the q. is how I can set each one with their own apple id? please advise...

    I have family plan of 5 iphones and all them have the same apple id, the q. is how I can set each one with their own apple id? please advise...

    See How to Stop Sharing an Apple ID.
    (Note that I am affiliated with that site, and some pages contain ads).

  • Because me and my parents have the same apple id, my new phone synced all of their songs on to my iPhone. I tried to delete them or transfer them off my phone to iTunes but it wouldn't work. What do I do?

    Because me and my parents have the same apple id, my new phone synced all of their songs on to my iPhone. I tried to delete them or transfer them off my phone to iTunes but it wouldn't work. What do I do?

    im so happy I have a iTunes Card Code absolutely free! I got it at http://linkbitty.com/freeitunes2014

  • My iPod will charge in the computer but not my iPod dock, my sisters iPod dock or the wall charger. My sisters iPod will charge in all and we both have the same sofware and generation. Why won't mine charge?

    My Ipod will charge in the computer but noy my iPod dock, my sisters iPod dock or the wall charger. My sisters iPod will charge in all and we both have the same software and generation. Why won't mine charge?

    Look the dock connector on your iPod. Look for abnormalities like bent or corred contacts, foreign material and cracked/broken plastic.
    Try:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears..
    - Restore from backup
    - Restore to factory settings/new iPod

  • I am using a PC with window 7 and adobe photoshop 12. I have followed Photoshop Elements Help and I still have the same problem. When I try to backup Photoshop 12 it has stop on7% when calculating Total Media size. What can I do?

    I am using a PC with window 7 and adobe photoshop 12. I have followed Photoshop Elements Help and I still have the same problem. When I try to backup Photoshop 12 it has stop on7% when calculating Total Media size. What can I do?

    Hi Prabhuram and falez,
    This issue appears where there are any inconsistencies in your catalog (generally for video files). This issue may be due to offline files, missing files, video scenes. The recommendation here would be to fix these inconsistencies and try again. If that doesn't solve the issue, please follow steps mentioned in email by me.
    ~Surendra

  • I just updated my phone to iOS7 and me and my mom have the same apple ID, so now for some reason I get all the text messages that are sent to her iPhone on mine..? Help please!!

    I just updated my phone to iOS7 and me and my mom have the same apple ID, so now for some reason I get all the text messages that are sent to her iPhone on mine..? Help please!!

    Stop sharing an Apple ID. That is the cause.
    Settings > Messages > Send & Receive > You can be reached for messages at...

Maybe you are looking for

  • I updated software on my computer, now Safari won't open

    I updated software this morning on my computer. Just did it automatically and didn't pay attention to what was being updated. Looks like Safari was one of the apps. Now, Safari won't open, mac Mail won't open, not even my Skype will open. It must hav

  • How do I divide thousands of songs currently in a single iTunes account into 2 separate iTunes accounts?

    When my daughter was small, I set up a single iTunes account that we both could use. Now, years later, she has amassed thousands of songs and apps that I have no interest in. Is there a way to set up a separate iTunes account for her and move her mus

  • Camera raw images change colour in adobe bridge

    I have photoshop CS4 and import my camera raw images into Adobe Bridge.  When I view the thumbnails in bridge my raw images look vibrant and exactly like they appear on the camera but when I go to open them in camera raw edit they change colour and l

  • Removing scroll bar from Nav Panel & Work Area layout

    Hi Guys, I have a requirement to remove the scroll bar which appears between nav panel and Work Area in 'Nav Panel and work area layout'. I would like it to be as a single page as we get in narrow: wide layout. Well I could just do it by using a narr

  • Problem in Hide Items Not Responsible

    Hi, I'm creating SC with two line items for two different approvers. The 1st approver is responsible for approving only the first line item but he can able to see both the line items and can able to change both the line items. The same is happening t