B1if can't create translation

Dear all,
I have a problem with creating Item's translation.
I'm using B1 SQL Server V9.0 PL8 and the associated integration framework.
I've no probleme updating translation.
When i try to create translation i generate the following structure. It sems to be ok, but i get the following error :
Exception : DI Error: (-5002) The field cannot be translated. [OMLT.FieldAlias]
<BOM>
        <BO>
          <AdmInfo>
            <Object>224</Object>
            <Version>2</Version>
          </AdmInfo>
          <MultiLanguageTranslations>
            <row>
              <TableName>0ITM</TableName>
              <FieldAlias>ItemName</FieldAlias>
              <PrimaryKeyofobject>1GNE_5728</PrimaryKeyofobject>
            </row>
          </MultiLanguageTranslations>
          <TranslationsInUserLanguages>
            <row>
              <LanguageCodeOfUserLanguage>3</LanguageCodeOfUserLanguage>
              <Translationscontent>Registration of a domain name in .marrant for 1 year</Translationscontent>
            </row>
          </TranslationsInUserLanguages>
        </BO>
      </BOM>
We have done a test in a C# sdk program to test translation creation and everything is fine.
It's that it is a DiProxy problem. Is there any workaround ?

Bonjour Pierre,
It looks like a typo:
When I copy the TableName I find that you entered "0ITM" instead of "OITM"...
HTH,
Frank

Similar Messages

  • How can I create unique partnerships to deal with like EDI messages?

    I have an EDI to Application partnership setup currently that deals with translating MEDRUC type EDIFACT messages to a mainframe format. The setup is
    Sender = PARTNERA,
    Receiver = PARTNERB
    DocType = MEDRUC.
    In the Input EDI tab the
    Sender Qualifier ID = ZZ:PARTNERA
    Receiver Qualifier ID = ZZ:PARTNERB
    Standard = EDIFACT
    Version = D
    Release Number = 97B.
    Use UNG to locate partnerships = No
    EDIFACT messages contain all this information in their UNB and UNH segments which is where SunONE IS B2B looks to then match against the relevant partnership. My problem is this does not go to enough granularity for me to distinguish uniqueness for the second partnership I need to create.
    The problem is the "Association assigned code" field in the UNH for EDIFACT messages is not catered for anywhere in the partnership details area. This means then that whilst my existing partnership deals with Simplified Billing Claim MEDRUC's which is Association assigned code = SBC20, I can't create an EDI to Application partnership for PARTNERA and PARTNER B to cater for Two Way Gap Claiming MEDRUC's which are Association assigned code = TWC10, ie the two messages are D97B MEDRUC type messages only distinguished from each other by this Association assigned code.
    Any ideas how can I then create a unique EDI to Application partnership for this TWC10 MEDRUC message?
    What I am thinking I will have to do is make this second partnership Application to Application and create a custom service to wrap the MEDRUC message with a HREC/TREC and use the parameters in the HREC to dictate the DocType rather than use the UNB/UNH segments in the MEDRUC?

    Hmmm. It looks like way back when the decision was made on how specific the keys had to be, they didn't get quite specific enough for your case. I'm not super experienced with EDIFACT but I'll throw out some suggestions based on my HREC and X12 knowledge.
    A. Could you handle both instnaces through the same partnership, but alter the map to create unique outputs based on the two different types? At least of the cards would need to be handled through Route, but you could have that picked up by a simple Outprep / Gateway Service list that put the data where you wanted it.
    B. Before Parse, run a custom service that is capable of inspecting for which type of data it is, then modify one of the key fields in place to find the Second partnership. Really getting adventurous, maybe you could alter keys in the UNG to make the distinction. This assumes that you don't have both types of documents in the same interchange.
    C. Your idea may be workable. Can you give some more detail on the make-up of the Service list and the destination/processing of the two differnt types of MEDRUC?
    Thanks.

  • Can't create a function into database

    The function is :
    create or replace function Xgyh
    (pvc2Czy in varchar2,
    pnumYhid in number,
    pvc2Lfid in varchar2,
    pvc2Grzid in varchar2,
    pvc2Zbmid in varchar2,
    pvc2Bmid in varchar2)
    return number is
    intZxbz integer:=1;--返回值(1:正确,0:错误);
    numDxlb number;
    numGx number;
    begin
    --判断指定用户是否合法
    if pvc2Czy is null then
    intZxbz:=0;
    end if;
    if pnumYhid is not null then
    if pvc2Lfid+pvc2Grzid+pvc2Zbmid+pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Lfid is not null then
    if pvc2Grzid+pvc2Zbmid+pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Grzid is not null then
    if pvc2Zbmid+pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Zbmid is not null then
    if pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Bmid is null then
    intZxbz:=0;
    end if;
    --取当前登陆操作员在数据权限表中权限并判断是否允许更新当前用户
    if intZxbz=1 then
    select t.更新,
    decode(t.对象类别,'用户',0,'楼房',1,'供热站',2,'子部门',3,'部门',4,'集团',5)
    into numGx,numDxlb
    from 系统_数据权限_表 t
    where t.用户=pvc2Czy
    and (t.对象类别,t.对象识别码) in
    (('集团',0),('部门',pvc2Bmid),('子部门',pvc2Zbmid),('供热站',pvc2Grzid),('楼房',pvc2Lfid),('用户',pnumYhid))
    and rownum=1
    order by 2,1;
    end if;
    --返回信息
    return(numGx);
    end Xgyh;
    If get rid of the where condition
    'and (t.对象类别,t.对象识别码) in
    (('集团',0),('部门',pvc2Bmid),('子部门',pvc2Zbmid),('供热站',pvc2Grzid),('楼房',pvc2Lfid),('用户',pnumYhid))',
    this function can be created immediately.
    Thanks for you help!

    I read ITPUB, and understand detailed situation a little.
    The problem is not that any error occur on compiling,
    but that compiling slows down with some conditional clause(*1).
    It takes half a day or more(*2) to compile.
    I think that must hung up.
    Really? Is it really happen?
    If that is true, You had better contact Oracle Support.
    (*1)
    The additional condition is like as follows.
    and (t.MB_named_column1,t.MB_named_column2) in
    (('MB_data1',0),('MB_data2',pvc2Bmid),('MB_data3',pvc2Zbmid),('MB_data4',pvc2Grzid),('MB_data5',pvc2Lfid),('MB_data6',pnumYhid))
    Here, MB means MultiBytes.
    (*2)
    'half a day or more' is my literal translation.
    It may mean only 'very long time'.
    Message was edited by:
    ushitaki
    Added the more detailed explanation.

  • Can't create a function in database

    The function is :
    create or replace function Xgyh
    (pvc2Czy in varchar2,
    pnumYhid in number,
    pvc2Lfid in varchar2,
    pvc2Grzid in varchar2,
    pvc2Zbmid in varchar2,
    pvc2Bmid in varchar2)
    return number is
    intZxbz integer:=1;--返回值(1:正确,0:错误);
    numDxlb number;
    numGx number;
    begin
    --判断指定用户是否合法
    if pvc2Czy is null then
    intZxbz:=0;
    end if;
    if pnumYhid is not null then
    if pvc2Lfid+pvc2Grzid+pvc2Zbmid+pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Lfid is not null then
    if pvc2Grzid+pvc2Zbmid+pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Grzid is not null then
    if pvc2Zbmid+pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Zbmid is not null then
    if pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Bmid is null then
    intZxbz:=0;
    end if;
    --取当前登陆操作员在数据权限表中权限并判断是否允许更新当前用户
    if intZxbz=1 then
    select t.更新,
    decode(t.对象类别,'用户',0,'楼房',1,'供热站',2,'子部门',3,'部门',4,'集团',5)
    into numGx,numDxlb
    from 系统_数据权限_表 t
    where t.用户=pvc2Czy
    and (t.对象类别,t.对象识别码) in
    (('集团',0),('部门',pvc2Bmid),('子部门',pvc2Zbmid),('供热站',pvc2Grzid),('楼房',pvc2Lfid),('用户',pnumYhid))
    and rownum=1
    order by 2,1;
    end if;
    --返回信息
    return(numGx);
    end Xgyh;
    If get rid of the where condition
    'and (t.对象类别,t.对象识别码) in
    (('集团',0),('部门',pvc2Bmid),('子部门',pvc2Zbmid),('供热站',pvc2Grzid),('楼房',pvc2Lfid),('用户',pnumYhid))',
    this function can be created immediately.
    Thanks for you help!

    I try translating from Chinese to English words including column name and data.
    But, I can't understand the Chinese word Gongrezhan, so this is Pinyin.
    And, I have not analyzed your function, yet.
    Because, I just now must go to Chinese conversation class.
    By the way, it should be that tables and columns named by multibytes is enclosed by double quotation.
    For example,
    select t.更新, -> select t."更新"
    from 系统_数据权限_表 t -> from "系统_数据权限_表" t
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements008.htm#i27561
    create or replace function Xgyh
    (pvc2Czy in varchar2,
      pnumYhid in number,
      pvc2Lfid in varchar2,
      pvc2Grzid in varchar2,
      pvc2Zbmid in varchar2,
      pvc2Bmid in varchar2)
      return number is
      intZxbz integer:=1;-- return value (1:Success, 0:Error)
      numDxlb number;
      numGx number;
    begin
      -- Check whether the assigned user is correct or not
      if pvc2Czy is null then
        intZxbz:=0;
      end if;
      if pnumYhid is not null then
        if pvc2Lfid+pvc2Grzid+pvc2Zbmid+pvc2Bmid is null then
          intZxbz:=0;
        end if;
      elsif pvc2Lfid is not null then
        if pvc2Grzid+pvc2Zbmid+pvc2Bmid is null then
          intZxbz:=0;
        end if;
      elsif pvc2Grzid is not null then
        if pvc2Zbmid+pvc2Bmid is null then
          intZxbz:=0;
        end if;
      elsif pvc2Zbmid is not null then
        if pvc2Bmid is null then
          intZxbz:=0;
        end if;
      elsif pvc2Bmid is null then
        intZxbz:=0;
      end if;
      --Check whether current database entry operator  has priviledge of updating current user. 
      if intZxbz=1 then
        select t."Update",
          decode(t."TargetClass",'User',0,'Bilding',1,'Gongrezhan',2,'Department',3,'Division',4,'Group',5)
          into numGx,numDxlb
          from "System_DatabasePriviledge_Table" t
        where t."User"=pvc2Czy
          and (t."TargetClass",t."TargetID") in
          (('Group',0),('Division',pvc2Bmid),('Department',pvc2Zbmid),('Gongrezhan',pvc2Grzid),('Bilding',pvc2Lfid),('User',pnumYhid))
          and rownum=1
        order by 2,1;
    end if;
      --Return Informations
      return(numGx);
    end Xgyh;

  • Can't create Exchange users in a new child domain

    Hi,
    i have an Exchange 2010 SP3 ( 1 CAS/Hub + 1 mailbox) server running in a parent domain. Few days ago i've created a new child domain, but i can't create mailbox for users coming from this new child domain.
    The error message says that i don't have enough rights to do this operation (can't copy the error, translation from frecnh will be a disaster :p )
    That's what i get :
    Réponse d'Active Directory : 00002098: SecErr: DSID-03150BB9, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
    I'm doing this with my parent domain administrator.
    I've read that the exchange infra had to be prepared for all domains with command
    setup.com /PrepareAllDomains
    is it possible with an existing exchange?
    Thanks for your replies

    Yes, you need to prepare any domain that will have mail-enabled accounts in it.
    You can run this for a specific domain:
    setup /PrepareDomain:<FQDN of domain you want to prepare> to prepare a specific domain.
    Its safe to run this in an existing Exchange org.
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • SAP Script : Can"t create / Display / Copy Elements in EN language... Urgen

    Dear All,
    I am working in a Script, I copied a standard Script and tried to Create a new Window but it is not allowing me.
    I realised that, I can"t create a new window in English Version, I can do that only in German version.
    I feel it is cubersome that every time I have to log into German to do any editing. So Can you guys kidly let me know how can I do editing in English version.
    I have tried to Change Original Language into English from utilities -> Convert original language but that Field is Grey (Blanked out. So could not do that.
    I even tried to create new window in DE language, but when I tried to logon to English, it say form in English Language is Locked.
    Plese advice me .. this is urgent, without this information, I cann"t even start ... Should I contact with my Basis Consultant.
    Thanking you.
    Regards
    Venkat
    Thanking you.
    Regards
    Venkat.

    Hi there,
    the alst answer you got in your previous thread
    SAP Script : Editing in EN Version / DE version : Urgent pls
    was correct. But you really have to login in language DE first. If you do that, the translation option is enabled. After that follow the instructions again.
    try...it wil work
    chrs
    Hayo

  • Can't create playlist folders on ipod classic 120gb

    Hi Everyone!
    I have an ipod 120gb classic since Jan. and have synced music on it and have it organized with folders and then playlists in them. Now I am trying to add more music and can't create new folders. I highlight my ipod, click on File>New Playlist Folder and it creates one in the itunes playlist area instead. I can click on File>New Playlist and it will create one on the ipod (not in the itunes area like the folder one does.) I can drag playlists from itunes and drop them on the ipod. But when I try to drag an itunes playlist folder with playlists in it, just a playlist is created with the folder's name. On the ipod it will not have the songs in playlists, just in abc order. I honestly don't remember how I did create the folders I do have, but I don't know of any other way than what I'm doing now.
    I called Apple support and the guy spent over 30 minutes with me (after I searched high and low through the discussion forum.) He tried on his end and was getting the same results. I even tried reinstalling itunes and did a reinstall of an earlier version of itunes and all that entailed with negative results.
    If there's anyone out there than can help me I would greatly appreciate it because I do not like to have my music in lists but organized in folders on my ipod such as Pop, Country, Romantic, etc. I know this ipod can organize into folders since I did it earlier
    Thanks!!

    Hi Everyone!
    First thanks to you Jeff for your help also. I have now resynced (is that a word? LOL) my ipod with folders that way I want. From the replies I got I was able to figure out what I was doing wrong which wasn't the way itunes worked and the way I thought it should Part of my problem was that I had too big of a time span between syncings of my ipod, I had changed my itunes playlist, and I must have used my desktop computer to first load some of the songs rather than my laptop. So when the message came up when I had to change my settings I paniced when it said it was going to erase everything. Your comments sure did help jog my memory since I am a fairly new classic ipod owner!
    So for those of you who would like your music sorted into folders and then your separate playlists in them, this is what I'm now doing (translation--what I learned to do!) 1. In itunes make your playlist folder, and then copy each of the playlists you want in it. Ex. folder-Christmas; playlists in it--The Chipmunks Christmas, Mannheim Steamroller Christmas Eve, etc. Do that for each kind of folder you want. (I ended up with 17 different folders!) 2. Connect your ipod and select to sync selected playlists, not manual. Go to the music tab and check sync music, selected playlists, making sure everything is checked that you want to sync including the folders themselves. 3. Disconnect your ipod when it says its completed. 4. When you want to sync additional music or folders put them in the itunes playlist. connect your ipod, make sure your setting is still on sync selected music. 5. When you click on the music tab make sure everything is checked that you added new and also the music that is already on your ipod. When itunes syncs it, only the new music will be added so the time will be only for the new stuff.
    Lesson learned--Keep your itunes playlist area exactly the same as you want it on your ipod and keep the setting at sync selected playlists making sure everything is always checked that should be on the ipod.
    Again, thanks for listening and I hope this helps others as well.
    Have a Great Summer!

  • Fetch error message: Can't create directory

    Hi again--Help!!
    I have my whole site fixed of "errant" characters and ??? and it is ready to upload to a GoDaddy host.. And after turning off "Translate ISO characters" in the Fetch preferences, I now get this message:
    "Server response: Can't create directory: File exists."
    Woe is me, what can be done? Can be so kind as to help me again?? Thanks so much...

    Just a note to say that I figured out the problem myself. It was a "space" in front of the named web pages in the iWeb list. You have to make sure there are no spaces like that or it will not publish properly! Everything is up and running now...Whew.

  • How can I create a new iCloud account for a familiy member having a new iDevice and reuse one of my aliases for it

    Hi there,
    I moved into iCloud from the very beginning and started with one iCloud account for me and my family, making use of email aliases for family members. Now the number of personal iDevices grows and I want to create a new and separate iCloud Account for my son. The pity is, that I reserved his full name already as alias address on my initial iCloud account. If I now delete this alias, can I create a new account with the former alias as new primary email address?
    Or is there at least any transfer procedure supported for aliases between different accounts?
    Thanks for your help, lauterbachj

    Couldn't agree more... the folks who are getting penalized for this are the early adopters of .Mac/iCloud dating from the days when the only way to implement a "family" account was to use aliases. Now all my kids' / my wife's name aliases sit in my account, unable to move. I guess the good news is that if I delete them nobody else will get them, but this seems a pretty poor consolation.
    Would it really be so difficult to implement a "move this alias to another iCloud account" option that requires the "sender" and "receiver" to exchange some sort of code to implement the transation in order to prevent fraud?

  • How can I create JScrollPane in my swing application with scroll bars movin

    Hi,
    How can we create scrollpanes moving with scrollbars.I tried many times with custom layout.but it does not work if i set custom layout.I hope that I will get my problem solved.
    Thanks and Regards,
    Rameh RK

    This means it is not possible to create a pure unicode file without the byte order mark?
    You wouldn't happen to know how a file with byte order mark should read on a Linux system?
    Or if this possible or not?
    Regards
    Christian

  • I have multiple apple phones on one account  can i create a new iTunes account for other iphone

    I have multiple iphones on one billing account as well as itunes.  Can I create a separate itunes account for other iphone?

    You don't need to create two separate libraries.
    If you want to sync different content onto each device, select the device in iTunes, select the tabs across the top and sync what you want.
    To make it easier, create different playlists for each device and sync only those playlists.

  • TS2756 How can i create a new usb connection (service)  on my iMac for sharing internet from my iPhone5 ( i seem have to deleted it )

    How can i create a new usb connection (service)  on my iMac for sharing internet from my iPhone5 ( i seem have to deleted it )
    i know its not a problem whit my carrier o data plan or sharing preferences on the ipone because when i use it un my laptop it works perfectly through
    the usb and even works on the Imac through wifi and bluethood tethering but NOT through usb!!.
    the problem is that trying to make it work i deleted the "profile" usb iphone on the network prefereces panel. Now i only have 3 options: ethernet / wifi / bluetooth
    but not the usb iPhone i used to have.
    And when i try to add a new one i dont get a USB option.
    can some one help me please??
    this is how it looks (after the bluetooth PAN i used to have USB iPhone option)

    The question would be more appropriate in the Mac forums as it is not really related to the iPhone.

  • IPad2 and a new MacBook running Lion, Both Devices use the same Apple ID which is a Hotmail eMail id. Can I create a new iCloud eMail Id and use iCloud eMail and continue to use my Hotmail Id for my Apple Id and use it for iTunes, iCloud

    I have an iPad2 and a new MacBook running Mountain Lion. Both Devices use the same Apple ID which is a Hotmail eMail id. Can I create a new iCloud eMail Id and use iCloud eMail and continue to use my current Hotmail Id for my Apple Id for iTunes, iCloud.
    Note, I will use both Hotmail and iCloud eMail.

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")

  • How can I create a new ring tone for my iPhone 4?

    How can I create a new ring tone for my iPhone 4? I followed the Garage Band process and ended up with the ring tone I want as a AAC audio file. It got stored in my iTunes a a song rather than a ring tone. How do I make it a ring tone vs. a song? I tried dragging it t the Ring Tone category at the bottom of the ITunes list, but it won't alloow me to move it?

    There's also an easy to use Applescript over at Doug's Applescripts for iTunes. It automates the whole thing. All you do is set the start and stop time on a file in iTuens and run the script. It will do everything else.
    Make Ringable v1.1
    http://dougscripts.com/475

  • Can I create an email address for a family member using my apple ID?

    I converted to iCloud from Mobile Me in October before I created email addresses for my kids.  Can I create accounts for them in iCloud?

    Just go to http://appleid.apple.com and create a new Apple ID for each kid - note that you will need a different associated email address for each ID, and different from your own, but you can use free addresses such as Yahoo.
    Then start a new iCloud account for each using the IDs. You will need to have a separate user account on your Mac for each kid (you should be doing this anyway, and they should be non-admin accounts) and then you can enter the ID in System Preferences>iCloud and create a new @me.com address in each case.
    Alternatively you could create up to three email aliases on your own account - these are addresses, not accounts, and deliver into your main inbox alonside your mail, so everyone will be able to see everyone else's mail, which may well not be what you want.

Maybe you are looking for

  • Handling multiple XML message types in a webservice

    My below scenario is I have a webservice that receives XML messages from third party. The webservice populates 3 database tables through Mediator and DBAdapter from these XML files. Data for each table comes in a single XML file. How will I design th

  • Cftextarea rich editor not displaying with non-english browsers.

    Hello people, a client of mine is experiencing the following problem: When she needs to modify text that is in a rich editor (using cftextarea), the administrator returns an error only if the browser is a Non-English browser. She is in Quebec and spe

  • Latest sapehpi - startehpi won't run - misses parameters???

    Just started with EHP4 on ECC 6.0 and could only download patch-38 of sapehpi which is quite new. Problem turns up during first time STARTEHPI and this won't run while complaining about parameters not matching. Log for command doesn't really show a l

  • Transferring large files between win and osx

    I have a file larger than 5 gigs, and I am trying to just move it from OSX to Windows XP(bootcamp). Since I had my bootcamp partition formatted at FAT32, I couldn't drag and drop it in to the bootcamp drive since my file too big! I have an external d

  • Why CHAR DATA ELMNT LENGTH allowed is different in SAP and BI?

    Hi All   Why the Character Data Element Length of Text is  different in SAP R3 and BI though the product belong to SAP?? Any ideas to solve this issue to get long text or any workaround in Query?? how do I find the table to fetch using FM READ_TEXT?