ARFC2 Migration

Hello experts
I am trying to migrate my ARFC models (origin 6.40) to ARFC2 models (7.20) but I get the message:
Unable to reimport new model. Reimport failed.
Migration to Adaptive RFC 2 model for ...Model failed
Any ideas?
Thanks
Hans

Hello together
I think I know the problem now, when I create a new ARFC2 model I get an error message in the workspace log:
java.lang.IllegalArgumentException: Name may only contain A..Z, a..z, 0..9 or '_' but is /DORMAPP1/BAMODNO
After searching a bit I found an SAP note 1438679 explaining that '/' is an invalid character and has to be replaced.
I would say the '/' is fairly common in ABAP as it is used for customer/partner namespaces.
Does anybody know how to cope with this problem (apart from using the deprecated ARFC model)?
Regards
Hans

Similar Messages

  • Migration to ARFC2 in NW7.30

    Hi colleagues,
    I excecuted the steps to migrate a JAVA WD application from ARFC1 to ARFC2.. Aftre building and deploying the application. I get the following exception:
    com.sap.tc.webdynpro.progmodel.model.api.WDModelException: The type of model represented by class 'com.sap.fre.sui.bapi.model.BapiModel' is not compatible for creation by WDModelFactory!
        at com.sap.tc.webdynpro.progmodel.model.core.ModelFactory.getNewModelInstance(ModelFactory.java:340)
        at com.sap.tc.webdynpro.progmodel.model.core.ModelFactory.getOrCreateModelInstanceFromScopeMaintainer(ModelFactory.java:263)
        at com.sap.tc.webdynpro.progmodel.model.core.ModelFactory.getModelInstance(ModelFactory.java:70)
        at com.sap.tc.webdynpro.progmodel.model.api.WDModelFactory.getModelInstance(WDModelFactory.java:94)
        at com.sap.tc.webdynpro.progmodel.model.api.WDModelFactory.getModelInstance(WDModelFactory.java:35)
        ... 56 more
    2eca19123b5211dfb8860000303c8bee. The causing exception is nested. RID=2eca19103b5211dfcad40000303c8bee
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:661)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:347)
      at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:325)
      at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
      at com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:76)
      at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:55)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
      at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
      at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)
      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:453)
      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:439)
      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:428)
      at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:272)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
      at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
      at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:462)
      at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:270)
      at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
      at com.sap.engine.core.thread.execution.Executable.run(Executable.java:116)
      at com.sap.engine.core.thread.execution.Executable.run(Executable.java:97)
      at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Caused by: com.sap.tc.webdynpro.services.exceptions.ApplicationFaultException: wdDoInit: exception thrown in this user coding area
      at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:164)
      at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:227)
      at com.sap.tc.webdynpro.progmodel.components.Component.initController(Component.java:258)
      at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:206)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:586)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doPreprocessing(ClientApplication.java:1452)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:658)
      ... 46 more
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: failed to create or init instance of model 'com.sap.fre.sui.bapi.model.BapiModel' in scope APPLICATION_SCOPE with instanceId 'null'
      at com.sap.tc.webdynpro.progmodel.model.core.ModelFactory.getOrCreateModelInstanceFromScopeMaintainer(ModelFactory.java:284)
      at com.sap.tc.webdynpro.progmodel.model.core.ModelFactory.getModelInstance(ModelFactory.java:70)
      at com.sap.tc.webdynpro.progmodel.model.api.WDModelFactory.getModelInstance(WDModelFactory.java:94)
      at com.sap.tc.webdynpro.progmodel.model.api.WDModelFactory.getModelInstance(WDModelFactory.java:35)
      at *com.sap.fre.sui.StoreUserInterfaceComp.shareRfcConnections(StoreUserInterfaceComp.java:1023)*
      at com.sap.fre.sui.StoreUserInterfaceComp.wdDoInit(StoreUserInterfaceComp.java:176)
      at com.sap.fre.sui.wdp.InternalStoreUserInterfaceComp.wdDoInit(InternalStoreUserInterfaceComp.java:666)
      at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:161)
      ... 52 more
    Caused by: com.sap.tc.webdynpro.progmodel.model.api.WDModelException: The type of model represented by class 'com.sap.fre.sui.bapi.model.BapiModel' is not compatible for creation by WDModelFactory!
      at com.sap.tc.webdynpro.progmodel.model.core.ModelFactory.getNewModelInstance(ModelFactory.java:340)
      at com.sap.tc.webdynpro.progmodel.model.core.ModelFactory.getOrCreateModelInstanceFromScopeMaintainer(ModelFactory.java:263)
      ... 59 more
    I suspect the statement at line 1023 of the the class StoreUserInterfaceComp.java
    IWDDynamicRFCModel bapiRfcModel      = (IWDDynamicRFCModel)WDModelFactory.getModelInstance(BapiModel.class);
    But I don't know how to fix it.
    Thank you and best regards,
    Hassane.

    Hi Armin,
    Thank you so much for your quick answer.
    I would like to confirm with you if the changes below are correct as I don't yet have J2EE installed for testing.
    OLD CODE:
    import com.sap.tc.webdynpro.services.sal.datatransport.core.IInputMassDatasource;
    import com.sap.tc.webdynpro.services.sal.datatransport.core.InternalMassDataTransport;
    public void print( java.lang.String pContent, java.lang.String pTitle )  {
      ByteArrayInputStream htmlSrc = new ByteArrayInputStream(pContent.getBytes());
      IInputMassDatasource source = InternalMassDataTransport.addInputMassDatasource(htmlSrc, WDWebResourceType.HTML);
    String url = source.getUrl();
    IWDWindow win = wdComponentAPI.getWindowManager().createNonModalExternalWindow(url,pTitle);
    win.show();
    NEW CODE:
    public void print( java.lang.String pContent, java.lang.String pTitle )  {
      ByteArrayInputStream htmlSrc = new ByteArrayInputStream(pContent.getBytes());
      IWDResource source = WDResourceFactory.createMassDataResource(htmlSrc,   WDWebResourceType.HTML);
    String url = source.getUrl(WDFileDownloadBehaviour.AUTO.ordinal());
    IWDWindow win = wdComponentAPI.getWindowManager().createNonModalExternalWindow(url,pTitle);
    win.show();
    Best regards,
    Hassane.

  • Problems with language in ARFC2

    Hi,
    after migrating  JCO Connections to ARFC2 I have a problem with the messages and textes from the RFC Functions.
    Before ARFC2 the messages where in the correct language of the logged in user.
    But now in ARFC2 there are only the german messages.
    Are there any settings, that the language of the user should be used?
    Best regards,
    Peter

    Hello Peter,
    I'm facing the same problem with arfc2 models - the language of the logged in user is ignored completely. Did you find a solution for the problem?
    Kind regards,
    Helmut

  • Change default destination of arfc2 model

    Hi
    With the old JCO arfc connections it was possible to change the default jco destination by passing the application parameter (in the iview) sap-wd-arfc-useSys. So we could use the same WDJ application with different backendsystems... for example the default destination was WD_MODELDATA_RFC, we created a destination WD_MODELDATA_RFCB for a other logical system and set the iview parameter sap-wd-arfc-useSys=WD_MODELDATA_RFC:B (same thing for the metadata connection).
    Now, after migrate the application from 7.0 to 7.31 the new rfc model arfc2 is used and we can not switch the destination. To set the application parameter has no effect and the default destination is choosen evermore.
    How can we change the default destination of an arfc2 model?
    Thanks in advance.
    Regards David

    Hi Shankha
    Instancing the model with "new Model(system, client)" didn't worked for us neither.
    But we found a solution with the following configuration that work for us.
    set following iView parameter:
    "Application Parameters" = rfc_system=X&rfc_client=999
    create JCO Destinations as followed:
    WD_ELOWF_METADATA_DEST_X999
    WD_ELOWF_MODELDATA_DEST_X999
    I hope it works also for you.
    Kind Regards
    David

  • How to configure/implement stateful r3 connection in Arfc2 model?

    Hi,
    After migration to Arfc2 model rfc function executed in different r/3 session.
    How to configure/implement stateful behavior as arfc1 for using abap enqueue, transaction, shared between fm global variables from function group?
    Wbr, Ivan

    Hi,
    thanks for your reply, but I'm afraid your post does not answer my question.
    I don't have an issue concerning the state of the Web Dynpro Application - my problem is, that if I use ARFC2 (and not its predecessor ARFC1) to call an ABAP backend, every call to a function in this backend results in an independent session and this way doesn't share the same space in memory.
    Indeed, you need less RFC connections this way, and this is an important advantage, but in some cases you have to redesign and rewrite substantial parts of an application if it was designed under aspects of ARFC1.
    And I'm now looking for a way to have ARFC1-like behaviour with ARFC2.
    Greets
    Bernd

  • Exception after Migration to Adaptive RFC 2

    Hi,
    after migration to Adaptive RFC 2 Model I get this exception:
    java.lang.NoSuchMethodError: com.sap.tc.cm.arfc2.gci.ARFC2TypedModel.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;Ljava/lang/String;)V
    I did all necessary steps from this documentation:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50f7192d-2808-2d10-189b-df3fa5f71abf?quicklink=index&overridelayout=true
    The exception occurs in the new Class for the model (TimeModel.java) generated by Webdynpro:
    public TimeModel() {
        super(DEFAULT_RFCMETADATA_DEST, DEFAULT_RFCDATA_DEST, WD_CONNECTION_SCOPE, TYPED_MODEL_NAME, MODEL_RFM_NAMES, TYPED_MC_RENAME_MAP, TYPED_MC_FACTORIES, IMPORT_TIME_STAMP);   
    Any ideas?
    Best regards,
    Peter

    Solved the problem, some patches were not installed correctly.

  • How can I Migrate/Split itunes/icloud account for a large family now that they have family sharing

    Ok, now that Apple has finally come out with family sharing I need to get things sorted out and I think it is going to be a mess. I have 6 family members (my spouse and 4 children) all sharing/using one itunes account. For parental reasons this made perfect sense. Now with the the advent of family sharing and such we have alot of sorting and migrating to do and I am very unsure how to go about it. Here is what we have.
    Myself - I have a 64GB iPad 3 and a 64GB iPhone 5
    Spouse - 64GB iPhone 5
    Children - x4 16GB iPhone 5C (pink, blue, green, and a yellow)
    We have had one itunes account now for several years, we used to have x4 16GB iphone 4's and a 16GB iPod touch 4 so we needed it to be shared at the time. We all have different Game Center ID's and Facetime/iMessages are all setup to the phone numbers (aside from mine which also uses the itunes e-mail). We currently have 1 upgraded icloud account with 200GB of storage on it (love the new tiers). So here are the questions.
    1) How do I go about using and isolating all the devices so they can all use the iCloud storage? Right now if I try and setup backups by device under the what to backup there is no simple "Full Backup" option, they have all the categories separated. I cannot backup my daughters contacts without forcing a merging of them and so on. Same thing with Documents and Data. Would I need to setup a different iCloud account for each device now?
    2) iTunes Music/App purchases. Now that they have a family sharing function I am assuming it would be a good time to separate all the devices (aside from my personal iPad/iPhone). If I understand correctly we need to setup a new itunes account for each and link them with family sharing, does this then allow us to disperse/move items from a singular to the multiple account (at least a one time option to move around) or would it simply be shared off the original account? My daughter for example will be 18 next summer and as such no longer under our care. How do we move her items to her account? She has a lot of purchased Music. Now keep in mind I am talking about an account for someone who was 12 when she had her first device and as such needed to be under her parents.
    I just want to state that repurchasing things is NOT an option, and to be frank,  according to Canadian laws pertaining to *licensing* we actually own the product if we paid for it and have the right to transfer the ownership thereof. This issue went through the courts regarding used copies of OEM editions of Microsoft Windows several years ago and they closed the legal *license* vs ownership separation.

    Go to appleid.apple.com to manage the ID, sign in and select to the Name, ID and Email Addresses section, then change the birth date on the bottom right.  At the present time you may not be able to enter the correct birth date, but others have had success changing the year to 2000, or the date to 1/1/2001, both of which will have child ID status.

  • AR Open/Closed Invoices Migration Help

    Hello Experts,
    We have a data migration requirement for AR invoices from a legacy system to Oracle.
    We have both open and closed invoices. Can anyone of you help in giving the steps to be followed? This is for India AR Invoices. Expecting a quick response and it would be of great help to us! This is in 11.5.10
    Thanks,
    Janani Sekar
    Edited by: user11981778 on 20-Dec-2012 20:32

    Hi,
    Pl. populate the following open interfaces from your legacy data and then run the 'Autoinvoice Master Program'
    (1) RA_INTERFACE_LINES_ALL
    (2) ra_interface_distributions_all
    For open invoices the AR_PAYMENT_SCHEDULES_ALL.STATUS sholuld be equal to 'OP' .
    Pl. visit following link also for more info.
    http://bhaskarreddyapps.blogspot.in/2011/10/ar-invoice-interface.html
    HTH
    Sanjay

  • Migrate all Open Sales Orders From Legacy System (SAP) To SAP System using

    Hi Experts,
                 I've to Migrate all Open Sales Orders From Legacy System (SAP) To SAP System using Business Objects with a new SALES ORDER DOCUMENT NUMBER referencing the older one.
               I'll get all the required data with field in an excel file.
                 Does any standard transaction exist for it ? Or how to go ahead with it ?
    Thanks and regards,
    Jyoti Shankar

    Hi
    If you are checking for CREATE option then Sales Doc Type
    For more Info goto SWO1 transaction -> BUS2032 --> DIsplay --> Execute --> There SELECT the method which you want to perform... There you can fine the MANDATORY parameters also....
    Or in DISPLAY mode PLACE Cursor on the Required Method and CLick the PARAMETERS button on toolbar...
    That will show the MANDATORY parameters...
    Reward if helpful....
    Message was edited by:
            Enter the Dragon

  • Migrating open POs and GR/IR clearing account balance

    Hello gurus,
    I've got the following problem concerning migration of open POs:
    For example: In my source system there is a PO for 10 pcs. of some material. There has been a goods receipt for 5 pcs. (200$ each).
    Now, when I import this order and the corresponding purchase order history into my target system (using LSMW), the target system creates the order, a material document for 5 pcs. and an account document.
    But of course, our FI-team also has to migrate the balance of the 'old' GR/IR clearing account.
    So, the balance in the source system is <> 0 (e.g. 1000$), because the 5 pcs. have been delivered but there has been no invoice receipt yet.
    This balance is imported into the new system and then the open orders are migrated, generating an account document and thus, the balance is 2000$ afterwards.
    This obviously is not correct, so I am sure that I am missing something, just what?
    Thanks
    Alicia

    Hi,
    1. There will be an open PO uploaded for 5 qty and price 200$ each
    2. Opening Balance of Material - 5 qty and corresponding value to Stock A/c - 1000$
    3. Also there will be Vendor Balances uploaded in the system as 1000$ against the invoice. (If the invoice is still expected then chec with FI Users if they can get invoice form vendor)
    if no then do not upload initial stock entry of step2, create a PO of 10 qty and then do GR in system (SAP).

  • [Migrating from 6i to 11G] HTML viewer

    Hi,
    There used to be a program to display the output of a report in 6i. When the report was displayed, it used page breaks (ESC characters) to allow the user to view the next page and print a range of pages from a report.
    In 11G, these control characters are not interpreted by Internet Explorer:
    >
    height 85
    width 94
    before report esc "&l%%0O" esc "&l8D" esc "(s12H"
    after report esc "E"
    after page control(L)
    [End Quote]
    So how could I migrate the printer definition files in order to get after page control in 11G?
    Many thanks for your help.

    As my old college profession used to say - "The only stupid question is the one that doesn't get asked!" Forms 11g only supports web deployment. This means you will need the OAS with the Forms and Reports Services installed as well. Typically, the setup is three tiered ( 1 server = Database, 1 server = Application Server, 1 server = Infrastructure server ). You don't have to set up the technology stack multitiered - all three could reside on the same server or you could have the all three on the same machine but is not recommended. I would at least have the database on a server seperate from OAS.
    Here are a few links to get you started.
    Oracle Documentation
    * Check out: Development Tools - Oracle Forms, Middleware - Applications Server - Oracle Fusion Middleware 11g and Middleware - Data Warehousing and Business Intelligence - Oracle Reports
    Since you will be upgrading from Forms 6i to 11g, be sure to visit the Oracle Forms-Upgrading Forms 6i to Forms 11g documentation.
    BTW, welcome to the forums!
    Craig
    If a response is helpful or correct, please mark it accordingly.
    Edited by: CraigB on May 6, 2010 2:09 PM

  • How can I migrate everything from one account to another on same computer?

    How can I migrate everything from one account to another on same computer?

    Transferring files from one User Account to another

  • TS3981 After migration files are now shared between two user accounts. How can I combine them into one account?

    After migration, from PC, files are now shared between two user accounts.I have to switch users to access files. How can I combine them into one account?

    See Pondini's  Transferring files from one User Account to another, for starters

  • Duplicate user account OR migrate iPhoto/iWeb between users

    I've seen this question asked several times before, but have not seen an answer!
    So, with as many details as I can muster:
    I have, on my computer, 4 user accounts: my admin account, my user account, my boyfriend's user account, and our business account... All separate, keeps things nice and tidy (sort of!).
    I have a new and separate project that I'm starting to work on which involves lots of images, and new websites, and new and different stuff that's necessary for the project, but just clutter in any of the other accounts.
    Because this project started out as something my man wanted to play around with, all of the beginnings of this are in his iPhoto and his iWeb, and they're well organized.  I've not had luck so far moving the iPhoto and iWeb libraries to a new/blank user and maintaining the organization that I've spent time and attention making right. 
    He's not so great with technology, and gets very frustrated (and unproductive!) when anything on the computer doesn't work exactly like he expects it to. (When Lion came out and the scrolling went "the wrong direction" he was afraid to use the computer at all for a week, because "everything changed, I don't even know how to use it anymore" that's between us though, personal issure ). So I'd like to keep the user experience the same for him.   I'd like to duplicate his settings, preferences, etc. into a new user for him, and take over his current account to isolate this project. 
    So, in summary:
    I want to create a new account with the same user experience  as a current  account without having to find and reset all of his settings.
    OR
    I want an exact copy of the iPhoto and iWeb from this user account to another one, on the same machine. 
    I am currently running OSX 10.7.2, iPhoto '11 9.2.1 and iWeb 3.0.4
    Thanks in advance for any help! 

    Kenzishly wrote:
    I want to create a new account with the same user experience  as a current  account without having to find and reset all of his settings.
    That's easy, if you have Time Machine or "bootable clone" backups. (If you don't, you should anyway.  Post back if you need info on them.)
    Use Migration Assistant to transfer just that user account from the backups; it will put up a screen saying it can't transfer it under the same name as the existing account, and allowing you to rename it.
    Other than having a different name, the transferred account will be identical to the existing one.  Then you can modifiy them separately as necessary.
    EDIT:  see Using Migration Assistant on Lion for detailed instructions.  Be sure to un-check the boxes for eveything except that one user account.
    Message was edited by: Pondini

  • How can I create a new behance account and migrate the content of the old behance account into the new one?

    I can't change the url of my old behance account so I need to start afresh with a new behance account... how can i migrate all content from the old url into the new one? thanks

    If you have a login questions - please contact Behance support directly. Behance is transitioning all logins to Adobe IDs this Spring 2014. If you signed up for Behance post April 10, 2014, your Behance login matches your Adobe ID exactly. If you signed up before this and are having trouble logging in, visit this section for more help, or contact Behance support. Please do not comment on this forum with login questions, as we're able to provide much faster, one-on-one support elsewhere.

Maybe you are looking for