Unable to modify UDF after creating it via UI-DI API

Hi,
I've create UDTs and their relevant UDFs via DI API within a UI application. Now, although it does everything as expected, it does give me the following error if I try to modify any of the newly created UDF's from within SAP B1. The error I get is:
[User Fields - Description - Edit Type] , 'Field cannot be updated (ODBC -1029)'  [Message 131-183]
If I try to add default values or modify the field size etc. I get the above error. At this point no transactions have been created within the UDT of the UDF etither.
Any ideas?

Hi Gabriela ,
Thanks for the post.
I'm not sure though if I understand you correctly. You see I get the error message on every UDT and it's subsequent UDFs I create though code, only IF I try to edit them afterwards manually from within SAP.
When the Addon starts, it checks to see if the tables exists, if not then it goes and creates them (and their UDFs). I can then write to and refence the fields no problems. It's only when I try to edit the field (even though there are no underlying values in the tables) that I get the error message.
Now, if I understand you correctly you are suggesting that I delete the field manually (from SAP) and re-create them with the new changes? One problem with that would be then, that if I wanted to add more default values for example in the future AND there was already transactions recorded against that field, I don't think SAP will let me delete the field and re-create it?
Surely, this sounds like a bug in the DI creation of the UDFs then.. I was hoping that there would be a setting, which I could set when I create the table and/or it's fields via code.
Thanks for your help.
Dev

Similar Messages

  • The WSUS administration console was unable to connect to the WSUS Server via the remote API. (Server 2k8)

    I have installed a new server for WSUS on Server 2k8, This is a stand alone server on Internet No client system is connected on this server as I have to copy these updates to my LAN which never connects to internet. (Previously I was using server 2k3. for
    online & server 2008 on my LAN , now I have changed the server for Online)
    Wsus has finished the synchronization & downloaded updates of around 67GB & its downloading more updates. The server shows me some updates are waiting to approved. but when I click the link for those updates I get following error message.
    error code is as follows -
    The WSUS administration console was unable to connect to the WSUS Server via the remote API.
    Verify that the Update Services service, IIS and SQL are running on the server. If the problem persists, try restarting IIS, SQL, and the Update Services Service.
    System.Net.WebException -- The operation has timed out
    Source
    System.Web.Services
    Stack Trace:
       at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
       at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse(WebRequest webRequest)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.UpdateServices.Internal.ApiRemoting.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, Int32 publicationState)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState)
       at Microsoft.UpdateServices.Internal.BaseApi.Update.SearchUpdates(UpdateScope searchScope, ExtendedPublicationState publicationState, UpdateServer updateServer)
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetUpdates(UpdateScope searchScope)
       at Microsoft.UpdateServices.UI.AdminApiAccess.UpdateManager.GetUpdates(ExtendedUpdateScope filter)
       at Microsoft.UpdateServices.UI.AdminApiAccess.BulkUpdatePropertiesCache.GetAndCacheUpdates(ExtendedUpdateScope updateScope, ComputerTargetScope computerTargetScope)
       at Microsoft.UpdateServices.UI.SnapIn.Pages.UpdatesListPage.GetListRows()
    I Have tried desabling the firewall,disabling the antivirus protection. Tried by changing the default rule Please Help.

    Hi Sagar,
    First, please check if the RAM is exhausted. When there is not enough RAM, this issue may occurs.
    Please try to run iisreset on the WSUS server, then try to reconnect.
    Also, please try to run the server cleanup wizard to remove the unused update.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Can't  start EM after creating DB via DBCA

    I have now installed, uninstalled and re-installed 10G about five times on my W2K laptop without being able to successfully start EM or log into a DB via SQLPlus, etc.
    There are two issues I am experiencing:
    1) If I am not connected to the web thru my laptop (online), I cannot even reference EM. I have set my internet connection to Never dial a connection so it will not keep prompting me to connect, but this has been to no avail. If I open my browser and work offline and try to use the link to EM, it will not let me--it will give me the standard web page not found, detect network settings, etc screen.
    2) If I am online, the EM web page comes up and tells me that my DB is not started and that I have to login as SYSDBA to start it. Despite using the correct OS userid/pwd and oracle userid SYS/pwd for the database login, it continues to tell me that the userid is wrong!
    I cannot log into the DB as sysdba or otherwise via SQLPLUS. I can do "sqlplus /nolog" to get into sqlplus but can't connect to anything--it gives me the TNS-adapter error: not found' error message.
    Now, I just did a fresh install and used DBCA to create a starter DB called test. I do not see a listener but on my last install (same problems as now) when I created one thru Net Mgr or Net Config Asst, it didn't matter as it wouldn't allow it to start in my services. There was already a OracleOraDb10g_home1TNSListener service set to AUTOMATIC and my new one (which it called OracleOraDb10g_home1TNSListener1Test) was set to manual and could not be started. LSNRCTL said that the new listener was blocked, so I assumed that 10G was using the EZCONNECT naming method and did not need the new listener.
    What gives? Any help would be very much appreciated as I am at a complete standstill.
    Thanks!
    Dave

    Sorry about that. I could not ping my instance, I CAN ping my laptop. I attached the lsnrctl and emctl results as well. It looks like it is still pointing to a previous DB that has been uninstalled that I no longer have (called dv2)?
    C:\>ping DROCK-2K
    Pinging DROCK-2K.abc.com [127.0.0.1] with 32 bytes of data:
    Reply from 127.0.0.1: bytes=32 time<10ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<10ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<10ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<10ms TTL=128
    Ping statistics for 127.0.0.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\>ping test
    Unknown host test.
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on
    13-AUG-2004 11:26:46
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DROCK-2K)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version
    10.1.0.2.0 - Production
    Start Date 13-AUG-2004 11:17:23
    Uptime 0 days 0 hr. 9 min. 24 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File
    c:\Oracle\product\10.1.0\db_1\NETWORK\ADMIN\listener.ora
    Listener Log File
    C:\oracle\product\10.1.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "test" has 2 instance(s).
    Instance "TEST", status UNKNOWN, has 1 handler(s) for this service...
    Instance "test", status BLOCKED, has 1 handler(s) for this service...
    The command completed successfully
    C:\>emctl status
    EM Configuration issue.
    C:\oracle\product\10.1.0\db_1/DROCK-2K.abc.com_dv2 not found.

  • CUP-5.3-SP13-Modifying WF after creating request

    Hi experts,
    Whenever you want to modify an existing Workflow, first of all you should file all that request that are pending on the WF and then erase all of them in order to change any workflow component ( initiator, CAD, Path...).
    After trying to change a wokflow and taking in account that the audit trail is neccessary, I would like to ask the following questions:
    1. Do you know which is the best practise to modify any component of the existing workflow?
    2. How can I download in mass all the request?
    3. Is there any way to not erase all the request in order to keep them for future audit sessions?
    Any idea would be welcomed!
    Many thanks in advance

    Hi Imanol,
       Please find my response below:
    1. Do you know which is the best practise to modify any component of the existing workflow? No requests should be open in the same path/stage
    2. How can I download in mass all the request? Go to my work -> request audit trail, click on search and you can 'print' or 'download' the audit trail for all the 'open' requests. You can change the search criteria.
    3. Is there any way to not erase all the request in order to keep them for future audit sessions? You can archive the requests by going to config -> request -> archiving.
    Regards,
    Alpesh

  • Unable to search documents after creating Index

    hi all,
             i've created index and assigned datasources to that index.but when i try to search that documents it is showing tht "No matches have been found "
    where as in applicaiton log it is displauing follwing message
    Error  11/29/05 6:30:03 PM  XCrawlerService  Failed to create crawler task SubscriptionCrawler - com.sapportals.wcm.service.xcrawler.XCrawlerException: The SQL statement "SELECT "XCRW_TASK_INDEX" FROM "KMC_XCRW_TASKS" WHERE "XCRW_TASK_ID" = ?" contains the semantics error[s]: type check error: the e 
    so, can any body help me to solve above problem
    regards
    gnana

    Hi Gnana,
    You  may try searching on http://service.sap.com/patches
    You will have to search for ur requrired patches. You would also find pdfs, giving details on the same.
    All the best.
    Awaiting Reply.
    Warm Regards,
    Ritu R Hunjan
    Message was edited by: Ritu  Hunjan

  • Unable to "Buy Book" after Creating a Custom Book

    I just created a custom book with the required minimum number of pages, but the option to "Buy the Book" is not available to me. Is there something else I need to do? I'm pretty new to Aperture. Any help would be appreciated!

    I find the custom book feature very very useful in Aperture. To date I have always had books created through a local printer (their quality and binding format is excellent). I build the book in Aperture (custom as I prefer A4 portrait), use the PDF output option and then give the printers the PDFs which they then print to create the book.
    I have thought about trying the Apple service but an unsure of the "suede-like" cover and prefer hard back. Might try the soft covers. But anyway, other book printers are happy to take the PDF output (e.g. my local printers, Blurb and probably others).
    Ian

  • I am unable to register my debit card after creating my apple ID. Whenever i click enter after filling all the debit card details, it shows that, "your payement method has been declined". Please help me people, why is it so.?

    I am unable to register my debit card after creating my apple ID. Whenever i click "continue" after filling all the debit card details, it shows that, "Your payement method has been declined". Please help me people, why is it so.? Also, i would ike to tell that my bank is, Union Bank Of India and it facilitates the auto conversion, rupee to dollar.. I think there is a different problem. Please help me guys.!!

    The card must be issued in the same country as the store you are trying to use. If you're trying to sign up for the US Apple Store, it must be a US card with a US billing address. If you're trying to sign up in India, it must be an Indian card with an Indian billing address.
    Apple will run a small charge, which will be credited back, to make sure the card is valid. If it is a debit card and you do not have enough in the account to cover the authorization, it will be declined.
    It is possible the currency conversion you mentioned may be causing a problem. Contact the issuing bank if you are sure you have enough in the account and you are signing up for the correct store.

  • After adding unable editing to UDF

    Dear All,
    Is there a way to disable UDF from changes after adding?
    For example I have created UDF in A/R invoice and after creating one invoice with UDF, I don't want people come and edit the UDF after invoice have been created.
    Thanks.

    By user, you can use CTRL SHIFT B to manage the user fields and make that inactive for each user. They will need authorisation to complete the task, then remove the authorisation.
    It's a bit of a mission, but it does work.
    Using the new "Copy Form Settings" function, this can be copied across users.

  • Unable to create Organization via amConsole

    Hi I am unable to create Organization via amConsole, I log in as amAdmin and it has role of Top-Level Admin and has Full Access.
    I am able to create users , Groups and other stuff, but Adding new Organization or Modifyin Organization fails, what could be the reason?

    This is debug message in amSDK:
    DataLayer.addEntry retry: 0
    03/30/2007 12:13:48:261 PM EST: Thread[service-j2ee,5,main]
    WARNING: Exception in DataLayer.addEntry for DN: o=zxvzxcxzz,dc=xyz,dc=com
    netscape.ldap.LDAPException: error result (65); Object class violation
    at netscape.ldap.LDAPConnection.checkMsg(LDAPConnection.java:4866)
    at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2851)
    at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2866)
    at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2816)
    at com.iplanet.ums.DataLayer.addEntry(DataLayer.java:443)
    at com.iplanet.ums.PersistentObject.addChild(PersistentObject.java:722)
    at com.iplanet.am.sdk.ldap.DirectoryManager.createOrganization(DirectoryManager.java:1209)
    at com.iplanet.am.sdk.ldap.DirectoryManager.createEntry(DirectoryManager.java:1532)
    at com.iplanet.am.sdk.AMDirectoryManager.createEntry(AMDirectoryManager.java:651)
    at com.iplanet.am.sdk.AMCacheManager.createEntry(AMCacheManager.java:337)
    at com.iplanet.am.sdk.AMObjectImpl.create(AMObjectImpl.java:1009)
    at com.iplanet.am.sdk.AMOrganizationImpl.createSubOrganizations(AMOrganizationImpl.java:137)
    at com.iplanet.am.console.user.model.UMCreateOrgModelImpl.createOrganization(UMCreateOrgModelImpl.java:223)
    at com.iplanet.am.console.user.UMCreateOrgViewBean.createOrg(UMCreateOrgViewBean.java:239)
    at com.iplanet.am.console.user.UMCreateOrgViewBean.handleBtnCreateRequest(UMCreateOrgViewBean.java:188)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:183)
    at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
    at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:802)
    at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:740)
    at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:571)
    at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:957)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:473)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:226)
    at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2071)
    03/30/2007 12:13:48:263 PM EST: Thread[service-j2ee,5,main]
    Invoking _ldapPool.close(conn) : LDAPConnection {ldap://dir1.xyz.com:389 ldapVersion:3 bindDN:"cn=puser,ou=DSAME Users,dc=xyz,dc=com"}
    03/30/2007 12:13:48:263 PM EST: Thread[service-j2ee,5,main]
    Released Connection : LDAPConnection {ldap://dir1.xyz.com:389 ldapVersion:3 bindDN:"cn=puser,ou=DSAME Users,dc=xyz,dc=com"}

  • After creating a workspace unable to login to developpers url

    After creating a workspace logged in as admin I'm not able to login to the developpers workspace.
    I'm using HTML_DB 1.6 which haves the documentation of 1.5
    I'm trying to login as
    http://server:port/pls/Database Authentication Descriptor/htmldb
    which is documented int he HTML_DB user guide
    Is there anyone who can provide me with the correct information?
    Hugo Perfors

    Hi Sergio,
    I don't see the login page. I'm getting an error that the page cannot be found HTTP 404
    I'm using the same server:port as i'm using for the html_admin page.
    Hugo

  • How to get the value of bill doc after creating it using tc VF01.

    hi,
    i want to get the bill doc no after  creating it using BDC tc VF01.
    with that no i have to update the ztable.

    hi,
    i tried with the above mentioned method to get the created delivery no.but i am unable to get the created billing doc no using bdc tc VF01.any idea about this...
    REFRESH       tt_bdcdata.
      PERFORM bdc_dynpro      USING text-005 text-006.
      PERFORM bdc_field       USING text-008
                                    text-017.
      PERFORM bdc_field       USING text-009
                                    text-011.
      PERFORM bdc_field       USING text-017
                                    wa_worklist-del_no . "wa_created-document_numb.
      PERFORM bdc_dynpro      USING text-006 text-007.
      PERFORM bdc_field       USING text-008
                                    text-018.
      PERFORM bdc_field       USING text-009
                                    text-019.
      CALL TRANSACTION c_t_bill USING tt_bdcdata
                                                MODE c_m
                                                UPDATE c_u
                                                MESSAGES INTO tt_bdcmsgcoll .
      SORT tt_bdcmsgcoll BY msgtyp.
      READ TABLE tt_bdcmsgcoll INTO wa_bdcmsgcoll WITH KEY msgtyp = c_e.
      IF sy-subrc EQ 0.
        LOOP AT tt_bdcmsgcoll INTO wa_bdcmsgcoll WHERE msgtyp = c_e.
          CALL FUNCTION 'FORMAT_MESSAGE'
            EXPORTING
              id        = wa_bdcmsgcoll-msgid
              lang      = text-010
              no        = wa_bdcmsgcoll-msgnr
              v1        = wa_bdcmsgcoll-msgv1
              v2        = wa_bdcmsgcoll-msgv2
              v3        = wa_bdcmsgcoll-msgv3
              v4        = wa_bdcmsgcoll-msgv4
            IMPORTING
              msg       = v_msg
            EXCEPTIONS
              not_found = 1
              OTHERS    = 2.
          IF sy-subrc <> 0.
          ENDIF.
          WRITE :/ v_msg.
        ENDLOOP.
      ELSE.
        READ TABLE tt_bdcmsgcoll INTO wa_bdcmsgcoll WITH KEY msgtyp = c_s.
        IF sy-subrc EQ 0.
          CALL FUNCTION 'FORMAT_MESSAGE'
            EXPORTING
              id        = wa_bdcmsgcoll-msgid
              lang      = sy-langu
              no        = wa_bdcmsgcoll-msgnr
              v1        = wa_bdcmsgcoll-msgv1
              v2        = wa_bdcmsgcoll-msgv2
              v3        = wa_bdcmsgcoll-msgv3
              v4        = wa_bdcmsgcoll-msgv4
            IMPORTING
              msg       = v_msg
            EXCEPTIONS
              not_found = 1
              OTHERS    = 2.
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
          MOVE wa_bdcmsgcoll-msgv1 TO v_billno.
         wa_epit-bill_no =  v_billno .
         MODIFY TABLE  tt_epit FROM  wa_epit TRANSPORTING bill_no.
         UPDATE zsd_dt_epit SET bill_no = v_billno where del_no = wa_created-document_numb .
         IF sy-subrc EQ 0.
         ENDIF.
          MOVE: v_billno TO wa_worklist-bill_no .
          READ TABLE tt_epit INTO wa_epit WITH KEY epi_id = wa_worklist-epi_id epi_sr = wa_worklist-epi_sr.
          IF sy-subrc EQ  0.
            MODIFY tt_epit FROM wa_worklist TRANSPORTING bill_no WHERE epi_id = wa_worklist-epi_id AND epi_sr = wa_worklist-epi_sr.
          ELSE.
            APPEND wa_worklist TO tt_epit.
          ENDIF.
        ENDIF.
      ENDIF.
    please suggest me..its urgent

  • After creating deliveries, the Bill-to and payer can be updated in the sales order.

    After creating deliveries, the Bill-to and payer can be updated in the sales order.
    Is there any standard customizing avaiable which will not allow the change of bill to party and payer in Sales order after delivery creation?

    Either via sdh0 you can set the field as non-editable or in configuration, if you set the field for BP as not modifiable in Partner Determination for Sales Order Header, then users wont be able to change the partner function in sale order.
    G. Lakshmipathi

  • Unable to restore backup after updating iphone 4, because "not enough free space"

    I updated my iphone 4 to v7 via itunes (v12), and in doing so, my camera roll was erased as were most of my calendar events.  I am trying to restore the backup that I created just before updating, but I get an error message in itunes that says "itunes could not restore the iphone" because "not enough free space".  There is 2.5gb free on my iphone, and I created the backup just before updating so there should be plenty of room.  Does anyone know how to get the iphone to restore and/or how to put my pics & calendar back?  itunes hangs up at the end while syncing too...

    hello again, don't post twice the same question, it won't be answered faster.
    see your previous thread: iphone 4 unable to restore backup after updating to v7

  • Unable to modify database

    hi,
    i'm unable to perform the following operations:
    unarchive a repository
    create a new repository
    create a new repository from schema
    duplicate repository
    i'm getting the error "unable to modify database".
    I have tried restarting the MDM server but the problem persists.
    This problem has never occured before. Has someone faced this issue before? if yes then could you kindly provide the cause and resolution?
    I'm on SP05 patch2 HF1 (build 5.5.42.57). MDM is running on Oracle.
    Thanks in advance
    SwarnaDeepika
    Edited by: SwarnaDeepika on Apr 15, 2008 11:11 AM

    Hi Swana,
    <Unable to Modify Datbase>
    This error occurs due to a problem with the database on which MDM server is seated.
    You can try one of these options to correct this problem:
    - Check the oracle data base Listener configuration
    - Stop and start the oracle service from the system on which it is installed.
    Start->Program->oracle->
    - After doing this stop and start the MDM service.
    - Then try performing the above activities.
    It should work.I had faced the similar error.
    Hope it helps
    Kindlt reawrd points if found useful
    Thanks
    Simona

  • Creating users via the admin console

    Hi,
    I'm trying to create a user via the admin console. The user will have to
    authenticate via Membership, and will require a username and password.
    However, when creating the user via the admin console it does not allow you
    to specify a default password (or by using the command line 'ipsadmin create
    user /domain/user.xml', unless there is some XML field specified in the file
    to do that? If so, what is it? Specify an attribute in the
    "iwtAuthMembership-password"?) After creating a user via the console, I
    tried logging in using a blank password and a password the same as the
    username, but neither worked. Is this password set as default to something,
    and if so to what?
    Also, is there some existing means for a user who has already created a
    membership account to change their password? If not, then I guess I will
    have to develop some code to modify the "iwtAuthMembership-password"
    attribute.
    Thanks,
    Mark

    Hi,
    After you have created the user via the console, then the user will be added to a particular role.From the console go that particular domain and then to the role under which the user was created.Then select the Users link you can see the users list.From that list select the user for whom a password is needed,then it will lead you to a screen where you can see a link named Authentication.Expand that link and click on the Membership link there you can enter the username and password for the user

Maybe you are looking for