SP01: UI 2005SP1 PL2: problems enabling UDF

Hi,
i'm trying to enable and disable an UDF Editbox field via UI sdk.
i succeed in disable the editbox UDF but can not enable it anymore, the error i receive is:
Error - Item - The item is not a user-defined item  [66000-8]
i succeed doind anable and diasble successfully to a Combobox UDF.
someone ever encountered this?
thanks
Moty

Hi,
I have tried with the form 149 and it works fine, strange...
Please define a UDF called KitNo and copy paste my code in your project ItemEvent method, then please let me know if it works or not in your case.
If (pVal.FormTypeEx = "149") Then ' BP form
If (pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_LOAD And Not pVal.BeforeAction) Then
   oForm = SBO_Application.Forms.Item(pVal.FormUID)
   ' Add edit text
   oSItem = oForm.Items.Item("222")
   oItem = oForm.Items.Add("UserEd", SAPbouiCOM.BoFormItemTypes.it_EDIT)
   oItem.Left = oSItem.Left
   oItem.Top = oSItem.Top + 20
   oItem.Width = oSItem.Width
   oItem.Height = oSItem.Height
   oEdit = oItem.Specific()
   oEdit.DataBind.SetBound(True, "OQUT", "U_KitNo")
   ' Add user button at form load
   oSItem = oForm.Items.Item("2")
   oItem = oForm.Items.Add("UserBut", SAPbouiCOM.BoFormItemTypes.it_BUTTON)
   oItem.Left = oSItem.Left + 300
   oItem.Top = oSItem.Top
   oItem.Width = oSItem.Width
   oItem.Height = oSItem.Height
   oButton = oItem.Specific()
   oButton.Caption = "My Button"
  ElseIf (pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED And _
    pVal.ItemUID = "UserBut") Then
    oForm = SBO_Application.Forms.Item(pVal.FormUID)
    If (pVal.Before_Action = False) Then
      If (oForm.Items.Item("UserEd").Enabled) Then
        oForm.Items.Item("UserEd").Enabled = False
      Else
        oForm.Items.Item("UserEd").Enabled = True
      End If
      Dim oFormUDF As SAPbouiCOM.Form = SBO_Application.Forms.GetForm("-149", 1)
      If (oFormUDF.Items.Item("U_KitNo").Enabled) Then
        oFormUDF.Items.Item("U_KitNo").Enabled = False
      Else
        oFormUDF.Items.Item("U_KitNo").Enabled = True
      End If
    End If
  End If
End If
Regards
Trinidad.

Similar Messages

  • Having problem with UDF, getting unwanted result Ljava.lang.String;@25c560

    Hi,
    This is atually a follow-up to other post in the same forum: <b>Sending XMl message as text (Mail body) by receiver mail adapter</b>
    We are having problem with UDF to get correct output.
    We are getting <b>result of UDF</b> as below:
    [[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>]
    Does any body know what it mean?
    Following are the source ans target XSD's:
    Here is the <b>source xsd:</b>
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://NameSpace" targetNamespace="NameSpace">
    <xsd:complexType name="row">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    5e090470385011db9654000e7f22e9d4
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="DeliveryNumber">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a0377b11db91dbf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="10" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="DeliveryLineItem">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a1377b11db98aaf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="6" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderNumber">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a2377b11dbc5c4f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="10" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderLineItem">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a3377b11db9d84f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="6" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="BillToID">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a4377b11dbb49bf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="17" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="BillToName">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a5377b11dbb38ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ShipToID">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a6377b11db9370f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="17" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ShipToName">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a7377b11dbb66cf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProductCode">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a8377b11db8f94f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="18" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProductDesc">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a9377b11db929ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ScheduledLoadDate">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0aa377b11db8d1df237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="8" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ScheduledLoadTime">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ab377b11dba57ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="6" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Carrier">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ac377b11dbcc03f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="CustomerPO">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ad377b11dbb5a2f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="35" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OutYard">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ae377b11dbcc51f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="16" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderedQty">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0af377b11dbbe6cf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="15" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderUofM">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b0377b11db9264f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="3" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="LabConc">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b1377b11dbb0e7f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="50" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="GrossMT">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b2377b11db99f1f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="4" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="GrossST">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b3377b11db9b6ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="4" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="BilledQty">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b4377b11db8a9af237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="8" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Status">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b5377b11dba39cf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="10" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="resultset">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    5e044980385011dbb2d3000e7f22e9d4
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="row" type="row" maxOccurs="unbounded">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    c1cb8fd0377b11db912af237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    <b>Target xsd:</b>
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sap.com/xi/XI/Mail/30" targetNamespace="http://sap.com/xi/XI/Mail/30">
    <xsd:element name="Mail">
    <xsd:annotation>
    <xsd:documentation>
    Mail package for XI - Mail Adapter
    </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="Subject" type="xsd:string" minOccurs="0" />
    <xsd:element name="From" type="xsd:string" minOccurs="0" />
    <xsd:element name="To" type="xsd:string" minOccurs="0" />
    <xsd:element name="Reply_To" type="xsd:string" minOccurs="0" />
    <xsd:element name="Content_Type" type="xsd:string" minOccurs="0" />
    <xsd:element name="Date" type="xsd:dateTime" minOccurs="0" />
    <xsd:element name="Message_ID" type="xsd:string" minOccurs="0" />
    <xsd:element name="X_Mailer" type="xsd:string" minOccurs="0" />
    <xsd:element name="Content" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
    <xsd:documentation>
    any type
    </xsd:documentation>
    </xsd:annotation>
    </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="encoding" type="xsd:string" />
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    And <b>following is the UDF we are using</b>:
      =========================================
    String mailBody = new String();
    int inta, intb, intc, intd, inte;
    inta = a.length;
    intb = b.length;
    intc = c.length;
    intd = d.length;
    inte = e.length;
    for(int i = 0;  i < a.length; i++)
      mailBody = mailBody + a + " " + b + " " + c + " " + d + " " + e + "<BR>";
    result.addValue(mailBody);
    ====================================
    <b>Any help to resolve this would be very helpful.</b>
    Thanx
    Sue

    Hi Bhavesh,
    We are getting following error if we use the UDF you given below:
    Check Result for Object test   Source code has syntax error:  D:/usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapf2026120390a11db9d1f000e7f22e9d4/source/com/sap/xi/tf/_test_.java:75: a is already defined in testUDF$(java.lang.String[],java.lang.String[],java.lang.String[],java.lang.String[],java.lang.String[],com.sap.aii.mappingtool.tf3.rt.ResultList,com.sap.aii.mappingtool.tf3.rt.Container) int a = a.length(); ^ D:/usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapf2026120390a11db9d1f000e7f22e9d4/source/com/sap/xi/tf/_test_.java:75: int cannot be dereferenced int a = a.length(); ^
    We have no knowledge of java at all.
    We did some modifications to it as below:
    String mailBody = new String();
    int a = a.length();
    int b = b.length();
    int c = c.length();
    int d = d.length();
    int e = e.length();
    for(int i = 0; i < a.length(); i++)
    mailBody = mailBody + a + " " + b + " " + c + " " + d + " " + e + "<BR>";
    result.addValue(mailBody);
    It it didn't work. Think we are missing something. Can please help us to figure it out.
    Thanx
    Sue

  • "There was a problem enabling iCloud Backup"

    I currently have an iPad 2, and my husband has an iPod Touch (not sure of the generation - its about a year old). As of tomorrow, we'll both have iPhone 4S's.    We both use my iTuned account for purchasing apps and music. I've finally got iOS 5 up and running on my iPad, with iCloud linked to my iTunes account.  I've got my husband's iPod Touch updated with iOS 5. I set it up with his old iTunes account, and put my iTunes account into the 'Store' part of the settings, as the 'Apple IDs and iCloud' document suggested to do. But when I try to set his iPod Touch to backup to iCloud, I get the following error: "iCloud Backup Failed. There was a problem enabling iCloud Backup."
    Any suggestions?  Am I misunderstanding how I'm supposed to be doing this?  It's not a huge deal with the iPod Touch, but I want to get this figured out before tomorrow, so that I can set it up so that my iPad and iPhone both sync to one iCloud account, and his iPod Touch and iPhone sync to a different one.

    @uzagaku yes this works, and that's the only way to re-enable iCloud backup actually. No need to disable encryption, that's only for further local backups. But thanks for pointing out to that iCloud setting in iCloud .. I should have looked there immediately, obviously. As soon as it's activated there, the setting syncs on iOS. Remains that enabling iCloud backup from iOS should of course be possible, so there's still a huge bug there.

  • Help please, im having big problems enabling wifi sync

    Hi everyone,
    Im having problems enabling wifi-sync between my Windows PC (Windows 7 - iTunes 11.0.4) and my iPhone 4S (Running iOS 6.1.3)
    iTunes lets me check the box "Sync This Phone over WiFi" and when i click Apply - Then Sync the box stays checked but when I look on my iPhone on Settings > General > iTunes Wifi Sync it just still says "To enable Wi-Fi Syncing with iTunes, connect to iTunes on your computer using a cable and click "Syncwith this iPhone over Wi-Fi"."
    I have checked that both iphone and PC are connected to same WiFi network, and have tried a FW restore on the iphone and neither have solved the problem. I have also authorised my computer to my apple ID.
    Im getting to the end of my tether with this issue now, its strange because my wifes iPod Touch will sync over wifi flawlessly (Same PC, different user account)
    Please help if you can...
    Regards

    Yes, i have been clicking APPLY and then SYNC and then finally "ejecting" the iphone frmo within itunes before i dis-connect it. Its a very odd problem.

  • Back up error: "There was a problem enabling iCloud Backup."

    Keep getting this error when trying to backup iphone 5 to icloud: "There was a problem enabling iCloud Backup."

    It looks like you need to install iOS 6.0.1 that was released yesterday.  You can find more information here: http://lighthousetechnologies.com/blog/software-testing-iphone-5-bug-upgrade
    Khanh-Thy
    Lighthouse Software Testing
    www.lighthousetechnologies.com

  • There is a problem enabling iCloud Backup.  Anyone knows what to do?

    There is a problem enabling iCloud Backup.  Anyone knows what to do?

    Found a solution
    https://discussions.apple.com/message/16343143#16343143

  • HT1766 There was a problem enabling icloud backup

    Everytime I try to turn on icloud on my 4s so I can backup my contacts to restore to my new iphone5
    it tells me there was a problem enabling icloud backup.

    It is saying cannot load storage plan as well

  • Re: There was a problem enabling iCloud Backup

    Why do repeatedly get this message when trying to turn on iCloud Backup on my iPad: There was a problem enabling iCloud Backup?

    You really do have to sync after enabling iCloud on the device in iTunes. I just clicked Apply after enabling iCloud and it gave the error in the thread title. Went back to my PC, disabled it, synced, enabled it, synced, then synced to iCloud from the device and it worked a treat.

  • "There was a problem enabling FileVault." Error Message.

    After several attempt trying to enable the filevault on the newly fresh nstalled Mac OS X Mountain Lion, the same error messages appears:
    There was a problem enabling FileVault.
    Problems were encountered with the disk “Mac HD”. Please turn off FileVault, verify and (if necessary) repair the disk with Disk Utility, and try enabling FileVault again.
    Each time I've done the followings:
    1. I've turned FileVault off.
    2. I've erased all partitioned on my hard disk drive, using the USB disk containing the installation files of Mac OS X Mountain Lion.
    3. I've created a single Mac OS X Journaled, non-Encrypted partition using the disk utility and instaled the OS on it.
    4. I've followed the initial proccess of the newly installed OS by entering the WiFi credentials, AppleID and password and ...
    5. I've restarted the system after first boot.
    6. I've just enabled the FileVault after logging in without running any application or plugging any device or even using the system for about 6 hours!
    But every time the same error occoured.
    My system hardware specifications are as follows:
    MacBook 13-inch, Aluminum, Late 2008
    Model Identifier:          MacBook5,1
    Processor: Intel Core 2 Duo 2.4 GHz 3 MB L2 Cache
    Memory: 2x4 GB 1333 MHz DDR3
    Graphics:  NVIDIA GeForce 9400M 256 MB
    Misc:
    Boot ROM Version:          MB51.007D.B03 / SMC Version (system):          1.32f8 / Sudden Motion Sensor State:          Enabled
    HDD: 500.11 GB TOSHIBA MK5065GSX Revision: GJ003A 
    Native Command Queuing:          Yes / Queue Depth:          32
    Removable Media:          No / Detachable Drive:          No
    BSD Name:          disk0
    Rotational Rate:          5400 / Medium Type:          Rotational
    Partition Map Type:          GPT (GUID Partition Table)
    S.M.A.R.T. status:          Verified
      Volumes:
    disk0s1:
      Capacity:          209.7 MB (209,715,200 bytes) / BSD Name:          disk0s1 / Content:          EFI
    disk0s2:
      Capacity:          499.25 GB (499,248,103,424 bytes) / BSD Name:          disk0s2 / Content:          Apple_CoreStorage
    Recovery HD:
      Capacity:          650 MB (650,002,432 bytes) / BSD Name:          disk0s3 / Content:          Apple_Boot
    Please Help!

    It looks like you need to install iOS 6.0.1 that was released yesterday.  You can find more information here: http://lighthousetechnologies.com/blog/software-testing-iphone-5-bug-upgrade
    Khanh-Thy
    Lighthouse Software Testing
    www.lighthousetechnologies.com

  • Problems enabling nfs client and server

    I just re-build a solaris 11.1x86 on a x4640 SunFire
    Have problems enabling nfs
    First i typed the following command:
    # svcs network/nfs/server
    disable
    Second I typed the following command:
    #svcadm enable network/nfs/server
    # svcs network/nfs/server
    offline
    did this 3 or 4 times without success...
    any ideas?
    I holding production here! Please help!!

    Let's rule out the easier stuff first...
    Do you have something shared?
    I think you need to have something shared before you can enable the nfs server service.
    Or, if you share something, the service is started automatically. See below.
    Thanks, Cindy
    # svcs -a | grep nfs
    disabled Feb_26 svc:/network/nfs/client:default
    disabled Feb_26 svc:/network/nfs/server:default
    disabled Feb_26 svc:/network/nfs/rquota:default
    # svcadm enable svc:/network/nfs/server:default
    # svcs | grep nfs
    disabled 13:51:52 svc:/network/nfs/server:default
    # zfs set share.nfs=on rpool/cindy
    # share
    rpool_cindy /rpool/cindy nfs sec=sys,rw
    # svcs | grep nfs
    online Feb_26 svc:/network/nfs/fedfs-client:default
    online Feb_27 svc:/network/nfs/status:default
    online Feb_27 svc:/network/nfs/cbd:default
    online Feb_27 svc:/network/nfs/mapid:default
    online Feb_27 svc:/network/nfs/nlockmgr:default
    online 13:52:35 svc:/network/nfs/rquota:default
    online 13:52:35 svc:/network/nfs/server:default

  • Re-enable UDF in Marketing Docs

    Hi,
    I had created a UDF in marketing docs with DI API and in my code I set the field to be Enabled = false, ok, no problems until yesterday. Now I need to set Enabled = true but i'm getting the error "The field is not a user defined field" and i can't set my Enabled back to true;
    This is a bug?
    I already made a search in the forum, I found only one problem like mine but it's not solved:
    - Enabling & Disabling UDF's
    Thanks,
    Ricardo Momm

    Hi Edward,
    I'm accessing the UDF via user interface with UIAPI. If I try to set the Enabled property to False nothing happens but if I try to set the Enabled property to True the exception "Item is not a user defined item" is throw.
    form.Items.Item("U_Field").Enabled = false; // no error
    form.Items.Item("U_Field").Enabled = true; // throw not a UDF field
    The point is, in the first run when I set the Enabled property to false there is no exception and the Field is disabled, after this operation i can't set the Enabled property to true again.
    My SAP B1 Version is: 2005B PL34
    PS: sorry with the poor english... i'm still learning

  • Problem in UDF creation

    Hi All,
             I have created User defined table and UDO thru coding and installed the add on . It is working fine . But after that i can't create any more UDF for marketting  documents thru SAP B1 --> Tools --> customisation -->User Defied Filed management option
    When i click this option, system hanged..
    Can any one help me to solve this issue?
    Regards
    Suresh R

    Hi Suresh......
            Hanged means what .dmp file is getting created or what?
    If .dmp is created then you try once uninstalling system and then reinstall. If problem remains same then check your codings and if  also giving problem then  raise a support ticket to SAP.......
    Regards,
    Rahul

  • Problem enabling SSL on a MQSeries Adapter

    I'm trying to enable SSL and so far these are the steps I've done:
    - I've been using the DemoIdentity.jks and DemoTrust.jks files located under <MIDDLEWARE_HOME>\wlserver_10.3\server\lib for all my certificate operations.
    - I created a PrivateKey and imported it to my DemoIdentity store, created a certificate request and when I got the response imported it back using the same alias. Something I want to highlight here is that when I created the PrivateKey I left the password field empty so it supposed inherit the keystore's.
    - I also imported the CA cert into the DemoTrust.jks
    My MQAdapter is all set and when I used it with no SSL it was working just fine so I think I have the problem isolated.
    Anyway, now when I try to connect this is what I'm getting in the logs:
    at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAConnectionMa
    nager$JCAConnectionPool.createJCAConnection(JCAConnectionManager.java:1335)
    ... 59 more
    Caused by: java.security.UnrecoverableKeyException: Cannot recover key at sun.security.provider.KeyProtector.recover(KeyProtector.java:311)
    at sun.security.provider.JavaKeyStore.engineGetKey(JavaKeyStore.java:121
    at sun.security.provider.JavaKeyStore$JKS.engineGetKey(JavaKeyStore.java
    :38)
    at java.security.KeyStore.getKey(KeyStore.java:763)
    at com.sun.net.ssl.internal.ssl.SunX509KeyManagerImpl.<init>(SunX509KeyM
    anagerImpl.java:113)
    at com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$SunX509.engineInit
    (KeyManagerFactoryImpl.java:48)
    at javax.net.ssl.KeyManagerFactory.init(KeyManagerFactory.java:239)
    at oracle.tip.adapter.mq.ManagedConnectionImpl.setupSSLSocketFactory(Man
    agedConnectionImpl.java:670)
    Googling this it seems like it's a problem with the keystore and private key passwords being different but I changed the private key's to match the keystore (something that I shouldn't be necessary because of the keytool's default behavior when generating the key) with no positive results.
    Anyway, any ideas would be really appreciated. I've been spinning my wheels on this issue for 3 days now.
    BTW, here's I'm using Oracle SOA11g.

    What are the steps you are doing to create a FlexConnect WLAN
    Check wether you have done this
    1. You should havee a flexconnect mode AP in your network
    2. That AP should connect via a trunk link back to your switch port
    3. Under "FlexConnect" tab of that AP configuration you need to map required vlans where native vlan should be the AP managment in this trunk (AP connected Switch port)
    4. Under WLAN advanced settings, you have to enable "Local Switching" if you want to do local switching. Leave it untick if you want to do central switching.
    This is some of my notes when I did this on a WLC 7.0.116.0 (feature was called H-REAP in that time & later modified to FlexConnect). This should help you as well
    http://mrncciew.com/2013/03/10/h-reap-modes-of-operation/
    HTH
    Rasika

  • Problems enabling editing of parameters for effects in Captivate 5

    Has anyone managed to successfully implement the instructions in:
    Creating custom effects in Adobe Flash
    To enable editing of parameters:
    http://help.adobe.com/en_US/captivate/cp/using/WSedb8e841cbc0b7966f3767e7127e259e115-8000. html
    I have tried and the values of the parameters are not read.  For example, I created my own version of Fly In From Bottom Right.xml to allow customization of the x value:
    <Motion duration="60" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*">
        <source>
            <Source frameRate="30" x="274.95" y="163.95" scaleX="1" scaleY="1" rotation="0" elementType="movie clip" symbolName="Text caption">
                <dimensions>
                    <geom:Rectangle left="-87.95" top="-32" width="175.95" height="64"/>
                </dimensions>
                <transformationPoint>
                    <geom:Point x="0.5" y="0.5"/>
                </transformationPoint>
            </Source>
        </source>
        <effect_config  effect_type="motion_path">
              <config_item>
            <effect_property type="number" propertyvalue="MY_X" defaultvalue="100"></effect_property>
              </config_item>
            </effect_config>
        <Keyframe index="0" tweenSnap="true" tweenSync="true" x="MY_X" y="600">
            <tweens>
                <SimpleEase ease="0"/>
            </tweens>
        </Keyframe>
        <Keyframe index="59" x="0" y="0"/>
    </Motion>
    This is successfully parsed but the value is not taken into account in the animation.  It seems to be set to 0, regardless of what I set it to in the XML and Captivate shows the property as editable but no matter what you enter it does not accept it and returns to 0.
    Any help with this would be much appreciated.
    Thanks in advance,
    David

    Good Day fellow forum users,
    I'm having the same problem with this that David has.  It doesn't matter what parameter I change the animation behaves exactly the same.
    I am attempting to have an image fly out left however, the image only partially 'leaves the screen'.  I have the effect tied to a button in an attempt to give my learners a way to change from one 'monitor screen' to another.  If I click the button twice the image will fully leave the screen.
    I would rather accomplish this effect with a single button press.
    I could just build this in Flash (and ultimately will do so) but if I can accomplish it within Cp that would be great.  The rest of my team isn't Flash savvy and I would like to have everyone able to edit the final product if necessary.
    Any suggestions are appreciated.
    Norm

  • Problem enabling Verbose GC in Hyperion services

    In the Windows environment, we have for Hyperion, we start and stop Hyperion services through Microsoft Services application. So in this Microsoft Services application, we are referring to Hyperion delivered .exe files which start or stop the service based on users request. These .exe files do not refer to any of the webblogic configuration files during startup, they just invoke their configurations from the .exe file. Also Oracle only delivers .exe files for those services and no code related to building those .exe files.
    Now my problem is that, I have to enable verbose GC for all the services so we can use that information for debugging OutOfMemory issues. For enabling verbose GC, I have added necessary commands in setDomainEnv.cmd file, but those changes arent getting picked up becuase when we start those services, it refers to the .exe file and that does not invoke any of the web server configuration files. So can you please tell me, how Oracle builds those .exe file and how to embed the Verbose GC commands into those files and build the new .exe file which we can refer to for start/stop the service.
    I appreciate you taking time to read this and please throw any ideas or question you have for me.
    Thanks,
    Chaitanya Kosaraju

    Hi John,
    I'm getting the below error when I have OOM issue, can you please let me know what exactly is causing the issue
    ####<Sep 10, 2012 11:02:56 AM PDT> <Critical> <WorkManager> <P01APW290> <AnalyticProviderServices0> <weblogic.timers.TimerThread> <<WLS Kernel>> <> <> <1347300176948> <BEA-002911> <WorkManager weblogic.kernel.System failed to schedule a request due to java.lang.OutOfMemoryError: nativeGetNewTLA
    java.lang.OutOfMemoryError: nativeGetNewTLA
         at weblogic.work.SelfTuningWorkManagerImpl.getWorkAdapter(SelfTuningWorkManagerImpl.java:252)
         at weblogic.work.SelfTuningWorkManagerImpl.schedule(SelfTuningWorkManagerImpl.java:148)
         at weblogic.timers.internal.TimerManagerFactoryImpl$WorkManagerExecutor.execute(TimerManagerFactoryImpl.java:133)
         at weblogic.timers.internal.TimerManagerImpl.execute(TimerManagerImpl.java:622)
         at weblogic.timers.internal.TimerThread$Thread.run(TimerThread.java:277)
    >
    ####<Sep 10, 2012 11:02:56 AM PDT> <Error> <Kernel> <P01APW290> <AnalyticProviderServices0> <[STANDBY] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1347300176962> <BEA-000802> <ExecuteRequest failed
    java.lang.OutOfMemoryError: mmAllocArray - Object size: 16, Num elements: 0.
    java.lang.OutOfMemoryError: mmAllocArray - Object size: 16, Num elements: 0
         at java.lang.Class.getDeclaredMethods0(Native Method)
         at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
         at java.lang.Class.getDeclaredMethod(Class.java:1935)
         at java.io.ObjectStreamClass.getInheritableMethod(ObjectStreamClass.java:1349)
         at java.io.ObjectStreamClass.access$2200(ObjectStreamClass.java:52)
         at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:448)
         at java.io.ObjectStreamClass.<init>(ObjectStreamClass.java:413)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
         at weblogic.common.internal.WLObjectOutputStream.writeObjectWL(WLObjectOutputStream.java:100)
         at weblogic.cluster.MulticastManager.timerExpired(MulticastManager.java:759)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

Maybe you are looking for

  • Field Status review between Dev and Prod.

    Hello All, During solving one of the ticket, I found that there are some difference in selection of some of fields as suppress,optional and compulsory for account groups with screen layout (customers) - (T. Code - OBD2) between Development and Produc

  • Using Spotlight on iPhone to find my pics

    How do I get Spotlight to index my pics? Andy

  • "The volume for DSC_0001.jpg cannot be found"?

    I'm a bit of a novice with macs but a new problem has occurred while importing photos from my Nikon D70s to iphoto. With the majority of images, it comes up with the caution "The volume for DSC_0001.jpg cannot be found" or whichever DSC image. If I p

  • My 4th Gen. Ipod touch wont start up.....HELP!!!!!!!!!!!1

    My ipod touch just turned off one day and it seemed like the battery just died so I thought nothing of it. Later I plugged it in to be charged. Ever since no matter where I plug it in it shows the battery life, which is completely drained, and the pl

  • Rows to column for huge number of records

    my database version is 10gr2 i want to transfer the rows to column .....i have seen the examples for small no of records but how can it be done if there are more the 1000 records in a table ...??? here is the sample data that i would like to change i