Discussion Forum, Forum doesn't create

I am trying to use a Discussion Forum in my portal but in admin when I try
to create a forum it doesn't create or post. I followed the directions in
loading the components and both the user and the admin displays as expected.
Discussion Forum works fine when I run it from the original sample.
Thank you,
temple

Can you please delete my few duplicate replies in [CJ20n|Re: Long Text at Activity Level in CJ20N] thread?:-)
Cheers,
Amit.

Similar Messages

  • After updating to iOS 6 my battery life of iPad 2 has reduced drastically..plz help..have tried all the standard solutions suggested in forums but doesn't help

    After updating to iOS 6 my battery life of iPad 2 has reduced drastically..plz help..have tried all the standard solutions suggested in forums but doesn't help

    The quickest way (and really the only way) to charge your iPad is with the included 10W or 12W USB Power Adapter. iPad will also charge, although more slowly, when attached to a computer with a high-power USB port (many recent Mac computers) or with an iPhone Power Adapter (5W). When attached to a computer via a standard USB port (most PCs or older Mac computers) iPad will charge very slowly (but iPad indicates not charging). Make sure your computer is on while charging iPad via USB. If iPad is connected to a computer that’s turned off or is in sleep or standby mode, the iPad battery will continue to drain.
    Apple recommends that once a month you let the iPad fully discharge & then recharge to 100%.
    How to Calibrate Your Mac, iPhone, or iPad Battery
    http://www.macblend.com/how-to-calibrate-your-mac-iphone-or-ipad-battery/
    At this link http://www.tomshardware.com/reviews/galaxy-tab-android-tablet,3014-11.html , tests show that the iPad 2 battery (25 watt-hours) will charge to 90% in 3 hours 1 minute. It will charge to 100% in 4 hours 2 minutes. The new iPad has a larger capacity battery (42 watt-hours), so using the 10W charger will obviously take longer. If you are using your iPad while charging, it will take even longer. It's best to turn your new iPad OFF and charge over night. Also look at The iPad's charging challenge explained http://www.macworld.com/article/1150356/ipadcharging.html
    Also, if you have a 3rd generation iPad, look at
    Apple: iPad Battery Nothing to Get Charged Up About
    http://allthingsd.com/20120327/apple-ipad-battery-nothing-to-get-charged-up-abou t/
    Apple Explains New iPad's Continued Charging Beyond 100% Battery Level
    http://www.macrumors.com/2012/03/27/apple-explains-new-ipads-continued-charging- beyond-100-battery-level/
    New iPad Takes Much Longer to Charge Than iPad 2
    http://www.iphonehacks.com/2012/03/new-ipad-takes-much-longer-to-charge-than-ipa d-2.html
    Apple Batteries - iPad http://www.apple.com/batteries/ipad.html
    Extend iPad Battery Life (Look at pjl123 comment)
    https://discussions.apple.com/thread/3921324?tstart=30
    New iPad Slow to Recharge, Barely Charges During Use
    http://www.pcworld.com/article/252326/new_ipad_slow_to_recharge_barely_charges_d uring_use.html
    Tips About Charging for New iPad 3
    http://goodscool-electronics.blogspot.com/2012/04/tips-about-charging-for-new-ip ad-3.html
    How to Save and Prolong the battery life of your new ipad
    https://discussions.apple.com/thread/4480944?tstart=0
    Prolong battery lifespan for iPad / iPad 2 / iPad 3: charging tips
    http://thehowto.wikidot.com/prolong-battery-lifespan-for-ipad
    iPhone, iPod, Using the iPad Charger
    http://support.apple.com/kb/HT4327
    Install and use Battery Doctor HD
    http://itunes.apple.com/tw/app/battery-doctor-hd/id459702901?mt=8
    In rare instances when using the Camera Connection Kit, you may notice that iPad does not charge after using the Camera Connection Kit. Disconnecting and reconnecting the iPad from the charger will resolve this issue.
     Cheers, Tom

  • Attachments to discussions-this forum?

    Attachments to discussions-this forum?
    My question is complicated. In order to ask it, I need to attach a Word doc and a PDF to illustrate my problem.
    Is it possible to do this here and, if so, how?

    Sorry, users cannot attach files in this forum for security and copyright reasons.
    To share a file, post it to a cloud service (e.g. Dropbox) and paste the link in your question. Be aware that it will be visible to the entire world, so don't include anything sensitive or personal.

  • Forum search doesn't seem to work for Date Range 'ALL'

    Hi there,
    Forum search doesn't seem to work for Date Range option: 'ALL' .
    For a given search criteria, I get few search results when the date range is chosen as 'last year', but for the same search criteria, when the date range is chosen as ALL, no search results are shown (not even the ones shown earlier for last year selection).
    regards,
    AJ

    Can you please delete my few duplicate replies in [CJ20n|Re: Long Text at Activity Level in CJ20N] thread?:-)
    Cheers,
    Amit.

  • FreeNX doesn't creates /var/lib/nxserver/home/.ssh

    Hello,
    I'm trying to set an nx server, but installing freenx doesn't create "/var/lib/nxserver/home/.ssh", so I don't have a client.id_dsa.key.
    I already tried "/usr/bin/nxsetup/ --uninstall -- purge", and also "/usr/bin/nxsetup/ --install --clean --purge". I even tried a fresh new install. I looked on some forums, but the solutions involved some paths I didn't undestood or copying the keys from somewhere, but as far as I know I don't have any key...
    Thank you,

    1. You have to start mysqld as root using either sudo or from your root account
    2. The safest way to start mysql is using the unit file (systemd) or service file (rc.d) -- e.g. 'sudo systemctl mysqld start'
    3. My /var/lib/mysql directory has the following permissions 700 and owner/group is mysql/mysql. With those permissions, you're not going to be able to view the contents of the directory unless you are root or that user.
    Scott

  • Error in VT04 - Doesn't create Shipments

    Error in VT04 - Doesn't create Shipments
    We have this function module that automatically creates delivery and shipment base from the Goods Receipt.
    The problem is it doesn't createe shipment document because the delivery doc doesn't exists.
    Upop debugging, the delivery has been created. And appends the delivery number into TVARV table (found in PERFORM CHANGE_VARIANT_VALUES). Then there's this code that it doesn't recognized the delivery that it was created.
    PERFORM CHANGE_VARIANT_VALUES USING VBKOK-VBELN_VL.
          SET UPDATE TASK LOCAL.
          SUBMIT RV56TRGN WITH P_OUT  EQ C_X
                         WITH V_PSEL EQ 'RV56LFSL'
                         WITH V_PSP0 EQ 'RV56TRSP'
                         WITH V_PTR0 EQ ZVXXAUTOGRDN-DATA_OPTS
                   AND RETURN EXPORTING LIST TO MEMORY.
          COMMIT WORK AND WAIT.
    Though in the production this program works. But in QA server it doesn't. I am not sure if this is the effect of a Unicode issue also.
    Help me guys.. I just couldn't find in program RV56TRGN on how the values will get from TVARV.
    I am not familiar with the command SET UPDATE TASK LOCAL. If this is related to Memory storage that might get the last value.
    Points will be given for the helpful ideas. Thanks!

    Hi,
    The service contracts guide also says to run 'Installed Base Interface' concurrent program for shippable items. Even after running this concurrent program no contracts is created.
    Any step to be done further??
    Regards,
    Nithya

  • QSynth doesn't create jack port.

    I have a problem with QSynth - it doesn't create jack port, so i can't connect it to output. When i run fluidsynth from console it works properly - it creates output, I connect it to "system" port using QJackCtl and i can hear midi sound, but i really ned QSynth. Please help me.
    Messages from QSynth:
    15:11:57.027 Qsynth1: Creating synthesizer engine...
    15:11:57.058 Qsynth1: Loading soundfont: "/usr/share/soundfonts/fluidr3/FluidR3GM.SF2" (bank offset 0)...
    15:11:57.281 Qsynth1: Creating audio driver (jack)...
    15:11:57.294 Qsynth1: Creating MIDI router (alsa_seq)...
    15:11:57.295 Qsynth1: Creating MIDI driver (alsa_seq)...
    15:11:57.296 Qsynth1: Creating MIDI player...
    15:11:57.298 Qsynth1: Synthesizer engine started.
    15:11:57.298 Qsynth1: fluid_synth_set_gain(0.97)
    15:11:57.299 Qsynth1: fluid_synth_set_reverb(0.2,0.5,10,0.1)
    15:11:57.299 Qsynth1: fluid_synth_set_chorus(3,1,0.3,8,0)
    fluidsynth: warning: Failed to pin the sample data to RAM; swapping is possible.
    fluidsynth: prog 0 0 0
    fluidsynth: prog 1 0 0
    //............. some lines like above and bellow
    fluidsynth: prog 14 0 14
    fluidsynth: prog 15 0 15
    zombified - calling shutdown handler
    fluidsynth: error: Help! Lost the connection to the JACK server
    Last edited by dawidmt (2011-08-26 13:20:17)

    Sorry about the necro, but did you ever figure this out?  I'm running into the same issue.  I think *something* is being written because when I do "efibootmgr -c blahblah", and then I do an efibootmgr -v afterward, I can see the device path that shows up in the verbose options.  Then, when I reboot, I don't see the new boot option in the menu, and when I check again via a livecd (which boots via UEFI, by the way), efibootmgr -v shows "Vendor(99e275e7-75a0-4b37-a2e6-c5385e6c00cb,)" in the extra info next to the boot option I had previously created.  That vendor and GUID seem to show up when there's no path, as I've googled it and have seen similar readouts that imply such based on the context of where I saw them.
    Anyway, help.
    Thanks.
    -TJ

  • Why background job sometimes doesn't create something while manually we can

    Hi friends,
    Can you help me to understand why Background job doesn't create Outbound Delivery where as manually we can create using VL10B with parameters same as that of the background job variant? The background job calls the program for VL10B.
    Thanks,
    Rana

    I have a similar problem on a SAP IS RETAIL site with VL10B.
    I have reviewed several notes and the solution should be in using VL10BATCH with a list profile created via VL10CUA.
    The list profile should be a copy of :
           5002 Run purchase orders in background
    into Z002 purchase orders in background
    and specify that the F CODE PROFILE is 5001 RUN DELIVERY LIST
    The create a variant from VL10BATCH and with the USER ROLE : Z002 (just created above).
    Let me know if this helps you.
    Sincerely,
    Richard ITHIER
    Sydney

  • Adobe Reader XI (11.0.08) doesn't create thumbnail (bitmap) using Microsoft Interface IExtractImage -- Extract on Windows Server 2008 R2, when exe to generate thumbnail is launched from Windows service.

    Adobe Reader XI (11.0.08) doesn't create thumbnail (bitmap) using Microsoft Interface IExtractImage --> Extract on Windows Server 2008 R2, when exe to generate thumbnail is launched from Windows service.
    But if exe is launched as standalone, then interface IExtractImage --> Extract, gives Bitmap to generate thumbnail of PDF document.
    Above problem occurs only for PDF documents, if we tried same with other software like CAD -CATIA it works without any problem.
    Is there any security concerns form PDF side, which doesn't allow to generate Bitmaps, if exe to generate it is launched form Windows service.

    It might be deliberate, Acrobat and Reader software is not intended to run in a service environment.

  • WTK 2.5 doesn't create the jar file

    Please help me! I'm using wtk2.5 and it's doesn't creates the jar file.
    The classes are created and the program run's in the test phone, but the jar file is not created...
    Any ideas...?
    Please help!
    Thank you
    Message was edited by:
    tprimus83

    I found something.
    "simply building does not create a package. Try Project -> Package -> create package.
    hth
    Kay "
    Thank you Kay i woul'd try it

  • /etc/crypttab doesn't create /dev/mapper/swap

    I'm not lucky with encryption these days: keyfile on USB stick doesn't work ( http://bbs.archlinux.org/viewtopic.php?id=52507 ), so revert to the passphrase thing.
    I had swap encryption working using the old rc.local way etc. now there's a new way... "SWAP" keyword inside /etc/crypttab and no rc.local changes, wonderful right? Wrong. It doesn't work, if you put (example)
    swap /dev/sda3 SWAP -c aes-xts-plain -h whirlpool -s 512
    inside /etc/crypttab and reboot, it doesn't create any /dev/mapper/swap device (so it can't swapon).
    Where's the issue?
    Last edited by ekerazha (2008-08-20 13:22:35)

    dw wrote:
    hi ekerazha.
    i am playing around with system encryption a bit lately and i am experiencing exactly the same. my question. were you able to solve this?
    No... maybe reverting to the "old" way (no SWAP keyword etc.)
    Last edited by ekerazha (2008-08-23 16:36:41)

  • Offset Path doesn't create a separate path

    Mac CS6
    Seems like my Illustrator is bugging out. When I apply offset path to the compound object Illustrator doesn't create a separate path for me, but both the offset and original somehow bundle together:
    https://www.dropbox.com/s/xiu3xqcictx0ku0/Offset_problem_1.png
    I'm trying to create an effect like this tutorial on youtube. But since offset path doesn't create a separate path, I can't duplicate the same effect.
    Any clue on how to fix this would be appreciated.

    Did you use the Object>Path method or Effects>Path method? Here's the difference

  • LR4.1 doesn´t create a psd

    when i use the external editor function, LR4.1 doesn´t create a psd-file. CS5 will directly open the DNG.
    With LR4.0 i didn´t have this problem. Anyone here to solve this problem?
    (VISTA Ultimate)

    yes i did.
    the setting is PSD, 16 bit, Adobe RGB, 96 dpi
    I took settings to the 2nd externel and chose CS5 (32bit) with the same features.
    Also i testest it with setting to TIF. Nothing works.
    If i use VIVEZA2 as external, it works and creat a PSD.
    Tom

  • DPM doesn't create any recovery Point for VMs

    Hello There,
    i am running DPM2010 and i have created a protection group which contains VMs and System State data as you can see in the screen below the details.
    The problem is DPM doesn't create any recovery points and i don't see any errors as well when i create short term recovery point manually it works.
    This is all tape based protection, please suggest.
    Regards,
    Maqsood
    Maqsood Mohammed Senior Systems Engineer MCITP-Enterprise Admin & ITILv3 Foundation Certified

    Hi,
    Please read this BLOG and see if you can find the problem associated with the SQ agent.
    How to troubleshoot scheduled backup job
    failures in DPM 2012
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Scheduler doesn't create Jobs

    Hello folks!
    We have scheduled some reports with BI Publisher Scheduler in our Development Enviroment and works very fine. But when we passed that reports to Prod Enviroment, BI Publisher scheduler doesn't create any Job (verified in Report Job History and XMLP/QRTZ tables in Database Schema that isn't any Job created). There isn't any error, exception or message, only scheduler doesn't create Jobs.
    Any idea, solution or way to find any trail about that problem?
    Thanks for your preciated time spent in our issue.
    Best Regards,
    Martín

    I am also facing same issue with BI Publisher Scheduler but showing below mentioned error while creating new job.
    Error
    "Job submission failed : Error occurred while scheduling the job. org.quartz.ObjectAlreadyExistsException: Unable to store Job with name: '-1' and group: 'weblogic', because one already exists with this identification."
    Cheers.
    Vishal

Maybe you are looking for

  • Problem with printing

    How can I detect printing from an external program? In simple, I want my java application to detect that printing has been submitted from a non-java application (say Microsoft Word). I should be able to know the following: the printer used and the nu

  • Error when importing IDOC structure from SAP - Control record missing

    Hi! We are hitting problems when importing IDOCs from SAP into the Integration Builder. The import ends successfully but when we drill into the IDOC structure we get a message: <b>Schema for type EDI_DC40.ASN_OUT.DELVRY01.Z1DELVRY (category Data Type

  • Acrobat crashing with DeviceN

    Acrobat crashes when I try and print, my crop marks are set to DeviceN? Is that no longer supported? We have tried 8, 9, X both on Mac and PC.

  • 805 MB on a 700 MB CD?!  Can I copy a weirdly large Audio CD onto a DVD?

    Went to make a few copies of a borrowed audio CD. Made the playlist and asked iTunes to "Burn playlist to disc," and read that my playlist is too large to fit on a CD. That's odd. I copied it from a CD. So is there a way to copy a now-805 MB audio fi

  • Servermgrd: Where to specify DNS for server?

    Been having a lot of trouble with Mac OS X Server 10.4.11 (running on PowerMac G5, 2 GHz, 2.5 Gb of RAM) the last few days. Some recurring log items I see are: Jun 26 07:40:55 GBG-Server servermgrd: servermgr_dns: no name available via DNS for 172.16