Prompt not affecting after personalization

Hi,
I have a standard page which has a classic table.
i createda extra column in that table using personalization.
Now,i am unable to see the prompt for the newly created column.
when i debugged,i found out hes handling the prompts in the controller using the following code:
OAStaticStyledTextBean oastaticstyledtextbean = (OAStaticStyledTextBean)createWebBean(oapagecontext, "LABEL");
oastaticstyledtextbean.setTextBinding("columnHeaderText");
oatablebean.setColumnHeaderData(new ArrayDataSet(adictionarydata));
oatablebean.setColumnHeaderStamp(oastaticstyledtextbean);
The prompts are all added to the adictionarydata.
So i added the prompt for the new field also to the adictionarydata.
but its still not reflecting but if i change the prompts for the already existing fields they are reflecting.
can anybody suggest an idea?

It could potentially be network connectivity issues.
What's the exact setup you're using (ssh'ing to a box on your local lan or on the internet, Arch being the host or the server,...)?

Similar Messages

  • Delivery dates not affected after route determination

    The dates found on the shipping tab in delivery header are not affected after a route determination.
    In sales order, if route is changed, the dates are affected.
    In delivery, the route is re-determined at delivery creation, but if route transit time is different the delivery dates are not affected. It retains the sales order dates.
    Need system to change dates according to new route.
    Where is this set?

    Hi,
    Transit Time and Transportation Lead time comes from Route while Pick/Pack time and Loading time comes from Shipping point.
    May be in your case, while re-determination of route, just check if the time is enough to affect the date i.e. more than 24 hrs or so
    Hope you got it what I intend to communicate
    Regards
    SD

  • Column not available after personalization to be included in user views

    My client is trying to add a new column in the Cost Details table in the Task Summary page (Under Project Performance Reporting in PJT) through personalization. They are on 11i.PA.RUP3
    They have an extended VO which basically is based on the standard Oracle VO with few additional attributes. My client is able to create an item of MessageStyleText and add as a column in the base HGrid, view the data which was displayed but that newly added column does not appear in the list of available columns when they try to create a personalized view either by duplicating the seeded views like ITD and PTD or from the scratch.
    This works absolutely fine in R12, but in 11i, we are having this problem. Does any one can comment, if this is framework issue? or is there any patch already available for this?
    Thanks in advance,
    Devasish

    Good day!
    My answer may be too late for you, but my experience will probably be useful for others.
    To add a field from ANLZ in dynamic selection fields you need to add the same field to structure ANLAV by means of an append-structure. Then you have to add this field to view V_ANLAZ by means of an append-view. After this you'll have the fortunate opportunity to see the needed field among the dynamic selection fields in LBD ADA.

  • Parameter prompting not suppressed after passing values

    Hi there,
    I have created a report with 7 parameters. I have via code-behind passed the values I require to the report using the SetParameterValue option. If I insert a break point just before I refresh the report I can see that the report has all 7 values set and hascurrentvalue is equal to yes. When I refresh the report it still prompts for all 7 parameters. Order of code as follows:
    1. create new ReportDocument
    2. load report using Server.MapPath
    3. set parameters
    4. set RecordSelectionFormula
    5. set report source to 1
    6. refresh report
    Not usre what I am doing wrong
    Any help would be appreciated.
    Thanks,
    Garth.

    Jonathan,
    Thanks for the prompt reply.
    I am running Visual Studio 2008 SP1. I am using the built-in Crystal Reports version. I need to refresh as I am assigning multiple reports to a single reportviewer.
    Thanks,
    Garth.

  • Macbook pro - iPhoto keep prompting to update after Yosemite update. Error message when trying to update -This update is not available for this Apple ID either because it was bought by a different user or the item was cancelled

    macbook pro - iPhoto keep prompting to update after Yosemite update. Error message when trying to update -This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled. 

    I only have 1 apple ID and the same was used to set up this early 2011 macbook pro and iPhoto app. I don't want to loose out on any photos. I tried logging out of app store and back in but no luck. PLEEAASEE HELPP!!!
    This problem has been reported by quite a few forum members, who skipped the update to iPhoto 9.5.1 while running Mavericks. In that case try to purchase iPhoto again instead of updating.
    After making your backup try the following:
    Uninstall iPhoto by deleting it from the applications folder, but do not empty the Trash.
    Launch the App Store, click the "Store" menu, and sign in with your AppleID.
    Open the main page of the App Store and search for iPhoto.
    If iPhoto is listed as "Free", click the "Free" button to buy it with your current AppleID.
    If it is not showing as free, there is no help but contacting the App Store Support, as Niel pointed out: http://www.apple.com/support/mac/app-store/contact/

  • Cascading prompts are not working after UNX conversion.

    Hi,
    We have converted universe to UNX format, but after conversion the cascading prompts are not working. Following is the one of the example of the cascading prompt which is having issue:
    We have cascading object named u201CGroup - Deviceu201D as below:
    CONCAT(CONCAT(@select(Performance Management\Group\Group Name),' - '),@select(Performance Management\Device\Device Name))
    In the SQL Assistance windows, validate button properly validates this object.
    Based on the above object, we have filter named u201CEnter/Select Group u2013 Deviceu201D with following definition:
    @select(Performance Management\Performance Reporting Objects\Performance Custom Dimensions\Group - Device) In  @prompt('Enter/Select Device Names','A','Performance Management\Performance Reporting Objects\Performance Custom Dimensions\Group - Device',Multi,Free,Not_Persistent)
    When I click on the validate button for this filter, it doesnu2019t says whether the expression invalid or valid. It does not return anything. I checked the error log windows of IDT and it shows below error once we validate the above filter:
    Message: Unhandled event loop exception
    java.util.ConcurrentModificationException
         at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
         at java.util.AbstractList$Itr.next(AbstractList.java:343)
         at com.businessobjects.semanticlayer.qt.internal.ParseExpressionServiceImpl.getScriptWithAnswers(ParseExpressionServiceImpl.java:753)
         at com.businessobjects.semanticlayer.qt.internal.ParseExpressionServiceImpl.getGeneratedScript(ParseExpressionServiceImpl.java:695)
         at com.businessobjects.semanticlayer.qt.internal.ParseExpressionServiceImpl.getGeneratedScript(ParseExpressionServiceImpl.java:673)
         at com.businessobjects.semanticlayer.qt.internal.ParseExpressionServiceImpl.getObjectSQLCombinations(ParseExpressionServiceImpl.java:369)
         at com.businessobjects.semanticlayer.qt.internal.ParseExpressionServiceImpl.getWhereParseSQL(ParseExpressionServiceImpl.java:298)
         at com.businessobjects.bimodeler.universe.panes.properties.ExpressionParserSQLBindings.parseExpression(ExpressionParserSQLBindings.java:58)
         at com.businessobjects.bimodeler.shared.dialogs.expression.ExpressionEditorComposite$7.widgetSelected(ExpressionEditorComposite.java:330)
    This problem is for all the cascading prompts, and only single level prompts are working after conversion to UNX.
    Can anyone please help on this? Am I missing any manual changes which are mandatory after UNX conversion for this to work.
    Thanks,
    Nilesh

    Hi Henry,
    Thanks for your reply. Yes I have raised SAP ticket for this.
    We are at BI 4.0 SP2 Patch 12.
    This problem is for all the cascading prompts which created using objects which are having u201CLOV based on Query Panelu201D, it doesnu2019t return the results, when I edit the LOV > edit the query and then click refresh to see the data, the refresh button does not appear.
    So I tried creating u201CLOV based on a custom hierarchyu201D as indicated in SAP note u2013 1666504 but it also doesnu2019t work. I used the object (that uses the LOV based on a custom hierarchy) to create the new cascading prompt, when I used this prompt in WEBI report, it only displays prompts for first value and not the second based on first input.
    I searched SAP KB and found this note u2013 u201C1620378 - Cascading (nested) prompts are not working for Web Intelligence reports in BI 4u201D which describes bug related to cascading prompts in unv as well as unx. But I am not sure if itu2019s the same which I am getting.
    Thanks,
    Nilesh

  • Forms Personalization not working after R12 upgrade

    Hi,
    We have recently upgraded to R12. We have forms personalizations on the People, Enter and Maintain form and this is not working now after the R12 upgrade.
    I went to one of the form personalizations and Validated and Applied again but it still did not work. I also created a new one but had no success with that either.
    Any ideas how to get this working again ? Is there something extra that needs to be done for R12?
    Thanks
    Regards,
    Shalantha

    Pl indicate which version of R12 and on what form you had the personalization in the previous version. Have you checked FND_FORM_CUSTOM_% tables to ensure that the personalization survived the upgrade ?
    Pl see if these MOS Docs can help
    Forms Personalizations Unavailable After Upgrade To 12.1.x          (Doc ID 1245864.1)
    Forms Personalization Not Working After Upgrade To R12.1.3          (Doc ID 1309458.1)
    Form Personalization Value Field Not Being Retained After Upgrade          (Doc ID 1266265.1)
    Do Personalizations Holdup After A Patch Is Applied? (Doc ID 1286576.1)
    HTH
    Srini

  • Security and privacy system preferences not working after Lion install.  What to do?

    Security and privacy system preference not working after Lion install.  Not sure if it happen with Lion installer or after updating. What to do?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” (without the quotes) and press return. You should then get a new line ending in a dollar sign.
    Step 1
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”.
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step.
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
    Important: If you synchronize with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output.
    You can then quit Terminal.

  • BannerMaker not working after system update.

    Hello all,
    I am not trusting Apple now for system updates anymore, because the last couple of updates, after updating my system software, I have problems. I never have these issues with Windows.
    Getting to my point, I use BannerMaker (an app created by some Fed agency that I had found googling because Apple doesn't support it as standard, and Windows already had this for years to comply with DOD requirements) to use for a login warning legal note, etc. This goes on to the login window only when you disable the icon/name login. I was in the process of updating it and it told me that the loginwindow.plist wasn't found. I found it on the Spotlight, but I had no way of changing it.
    I should also note that after the system update, the login process reverted back to the icon/name login, which never happened. I always require me and another user to type their username because to protect the user's privacy.
    How can I get BannerMaker to work again, or how can I get into that file so I can change it and I also want to know if other users had their loginwindow settings mysteriously affected by the update?
    I am really disappointed by the lousy updates that paralyzes my security and other issues with previous updates, which I won't get into. I am disappointed with Apple right now.
    Steven

    I had a feeling that was going to happen. Well I just don't have the patience to do that. Apple needs to go onto the Windows system that you could delete specific updates rather than reinstalling the system software. And I also don't like how updates affect work around apps, how they close them down because they are not authorized software. I need a secure system, and Apple won't let me. **** to screw with them, I might just give my mother my MacBook and I go get a Windows notebook. I had nothing but problems since I got this MacBook.

  • Microsoft Excel 2013 add-in not working after update

    I have originally posted this question at answers.microsoft.com and have been re-directed to post here. (http://answers.microsoft.com/en-us/office/forum/office_2013_release-excel/microsoft-excel-2013-add-in-not-working-after/298aff03-c90a-4a2a-b67b-07b6f3c7648c)
    We are an organization with over 200 users and are currently using Microsoft Office 2013 (Click-to-run install via Office 365 portal), we have noticed that in Excel when we apply the monthly Office update, the add-in (e.g. Analysis Toolpak) would stop working
    with the following error message displayed.
    I tried updating from 15.0.4631.1004 to 15.0.4641.1003,
    15.0.4641.1003 to 15.0.4649.1004, they all gave the same results.
    I have checked the captioned file path and it is indeed missing, I think the update mechanism messed up the add-in somehow, a full re-install would fix it as quick or online repair is not doing the trick.  This is not the only add-in it is affecting
    as there are some 3rd party add-ins are affected as well.
    Please advise how we can fix this without needing to re-install Microsoft Office.  Thank you!

    I don't have 365 or C2R so I can't address your main question, so just a few thoughts which may not be applicable in your setup.
    Check the addin manager to see if your addins are listed and ticked. If listed (ticked or not) check the registry to see where the location is written, if ticked look here
    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Excel\Options
    and look for keys named OPENx, where x is the order number the addin is loaded
    if not "ticked" instead of \Options look in \Add-in-Manager
    With a VBA macro or in the VBE's immediate window return
    Application.LibraryPath 
    Assuming you found a listing in the registry do the paths match, if not look in the .LibraryPath to see if the addins got unloaded there into the subfolder \Analysis
    If you find the file(s) try un-installing and reinstalling the addins, but browse to the actual folder don't simply tick. If you can't find the files, copy them (from a different system) to the folder indicated by .LibraryPath. In the addin manager uninstall
    them if installed, close the manager, open it again and the addins should be listed, tick to re-install.
    You say your other addins don't work, I wonder if some mixup has occurred with what Excel thinks is the default path, but note for other addins the default addins path is returned by app.UserLibraryPath
    Are you using a Chinese system?

  • IPhone 4's WIFI has been not working after upgraded to 6.1.3(10B329)

         My IPhone 4 was working fine with its WIFI when it is running in default IOS version, I believe it was 5.x.x version, however after I upgraded to 6.1.3(10B329) then WIFI got very aweired issues again and again.starting from then I never get my WIFI working again:
    1. Sometimes I can connect to my home's network and keep alive for 1-2 minutes then WIFI will not work on IPone, my home's router is not working either, I need to restart my home's router manually;
    2. I can connect to my office's network and keep alive 5-10 minutes then WIFI is not working, however my office router is not affected; however the following days then I can't connect WIFI to office's network any more.
    3. I tried to connect to other public area's free network via WIFI, however never joined in.
         I called Apple's service centre couple of times they have no clues, they said they never met this problem before for WIFI not working after upgraded to IOS 6.1.3 and no suggestions from them at all, every time I called them they gave me the same suggestion, such as restore-re-install, check your own router etc, nothing help, however my friend bought a brand new IPhone 4 with default IOS version 6.1.3 which is working perfectly without any issues on its WIFI then I believe this is a completely software issue.
         I know this is a general issue for Apple users and I refuse to upgrade to higher version as I am not sure the higher version can fix this issue however I am pretty sure the newer version of IOS did bring a lot of new bugs, anyone can provide me any suggestions guys ? THANKS A LOTTTTTTTT!!!!!!!!!!!!!!!!
    Terrence

    I have fixed this issue after upgraded my router's firmware finally, this is a completely compatibility issue between Apple and other third party manufactures, hopefully we can get compabitlity list for each future IOS version ahead of time which can potentially avoid such kind of embarrassing situations moving forward, thanks !

  • Touch ID not working after IOS 7.1 update

    Touch ID will not work after the recent update, rebooted iphone to no avail. I then deleted all finger prints, but iphone will not recognise new fingerprints ..... Annoyed is not the word ! Any ideas ?

    I'm like, Touch ID almost dead, we're going apple fixex this.
    Seems it only is affecting the white model

  • IPod is not working after being formatted and restored.

    This isn't the first time this has happened to my iPod classic. In a span of about 5 months, I've visited the Genius Bar, and one has been replaced under warranty. Now, the newly replaced one has suffered the same things that the old iPod has experienced. One day, as I was syncing new music, iTunes suddenly froze and had to abort the sync, making me eject the iPod without the sync completing. So, iTunes deleted all of my data (music, photos, videos, etc.). Now, each time I plugged in my iPod following that, iTunes had always frozen, and did not let me access the Devices tab and restore my iPod. Then, having a PC, I formatted it to its default settings, seeing that my computer recognized the iPod and iTunes did not. A pop-up box came up saying if I wanted to fix the problem on the iPod, and I prompted to do so. It completed, and it said my iPod was fully functional. Soon after, it was recognized by iTunes again, and said that it had corrupted files and needed to be restored, seeing that the iPod was under the Devices tab once again. I did so, the restoration was completed, and iTunes said that once after the iPod restarted, it would appear once again under the Devices tab. But, however, it did not appear, after leaving it plugged in for about 5 minutes. iTunes froze again, and now the process begins all over again.
    I have fully updated my iTunes, and I am using an HP Pavillion Notebook, under Windows 7.
    I need help. I don't want to go back to make a reservation at the Genius Bar since the iPod is no longer under warranty, and perhaps I can fix it on my own. Will they  be able to fix it under no charge? What should I do?

    Also, if I eject it from the folder where all Devices are on my computer, the iPod restarts, and the restoration process on iTunes starts all over again.

  • "F11 System Recovery" during boot does not work after Cloning hard drive.

    Problem: “F11 System Recovery” during boot does not work after Cloning hard drive.
    HP Envy m6-1125dx UEFI Notebook Computer with GPT hard drive.
    Original Seagate Hard Disk GPT 700GB with Window 8.0_64 upgraded to Windows 8.1_64
    Startup Menu (F11 System Menu works properly) only on original hard drive.
    Following obtained from Disk Management & diskpart in Command Prompt.
                                     GPT Disk <700GB>
    Partition 1 WINRE NTFS Primary 235MB/400MB [Recovery]
    Partition 2 EFI System FAT32 (LBA) Primary 108MB/260MB [System]
    Partition 3 (NONE) Unformatted Primary 128MB/128MB [Reserve]
    Partition 4 Main NTFS Primary 90GB/195GB [Primary “C”]
    Partition 5 (NONE) NTFS Primary 372MB/450MB [Recovery]
    Partition 6 Data NTFS Primary 7GB/475GB [Primary “E”]
    Partition 7 NTFS Primary 26MB/350MB [Recovery]
    Partition 8 Recovery NTFS Primary 24GB/26GB [Recovery “D”]
    I have Cloned the original hard drive to a new HGST 1TB Hard Drive using four different methods (sector by sector):
    Acronis True Image 2015
    Acronis Backup for PC
    AOMEI Backupper Professional
    Macrium Reflect
    Each time the cloning process completes successfully and has the same original partition arrangement. The computer works properly except when trying to use the “F11 System Menu” key during boot. It gives the following error message:
    “Recovery
    Your PC needs to be repaired
    A required device isn’t connected or can’t be accessed.
    Error code: 0xc0000225
    You need to use the recovery tools on your installation media. If you don’t have any installation media (like a disc or USB device), contact your system administrator or PC manufacturer. “
    Any suggestions why the F11 System Recovery does not work during boot and how to fix the problem would be appreciated. I have does various disk checking and file checking on both the original and new hard drive with no errors.
    Thank you in advanced.

    Hi,
    How did you clone the HDD ? One-for-one or different method ?
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Photoshop CS4 will not launch after installing Yosemite.

    Photoshop CS4 will not launch after installing Yosemite. All the other CS4 apps open. I upgraded Java. Genius Bar could not get it to launch.

    Here's the fix I found, by way of an explanation...
    Snow Leopard prompted me on my first startup with the following error:
    "There is a conflict with the _______ font file. This font file contains a font name that conflicts with a system font required by Mac OS X to display onscreen text. You should move this font file to the Trash."
    The fonts it said were conflicting: Helvetica, HelveticaNeue.dfont, Lucida Grande, and Monaco. I figured Snow Leopard probably wanted to replace these fonts with newer versions, and so I clicked "Move to Trash" on all four.
    Apparently 10.6 trashed these fonts but didn't replace them. This was causing Photoshop to crash on load.
    So I restored my ~/Library/Fonts folder from a backup made just before upgrading and this time after a reboot I said "Allow Conflict" on all four dialog boxes and launched Photoshop... everything is back to normal!
    Not sure what kind of "conflict" it's referring to, but apparently moving these font files to the trash as OS X prompted me to do broke a number of apps. Should I report this as a bug?
    Thanks for the ideas!

Maybe you are looking for

  • Customer Master BAPI for PI interface

    Hai Frds, We are using the PI interface for taking Customer data from Legacy and creating in ECC.  For this we are using BAPIs. We have some BAPIs for customer creation but all are for online creation only. Is there any BAPI for creating the customer

  • UNIQUE INDEX and PRIMARY KEYS

    Hi Friends, I am confused about primary keys. What is the purpose of this key again? I know it is used for unique constraints. Supposing I have a table with two (2) columns which are each indexed as unique. Then they can me both candidate at primary

  • Broken DROID and no replacement: So disappointed... anyone have guidance

    Here is what's happened: 1) Droid stopped working 2) Customer support was great and sent refurbished replacement 3) Replacement regular mic not workin (only speakerphone).  Tried factory reset and still broken. 4) Calls to customer support now say th

  • Kernel Panic 14th Times Today

    Hi, SInce 23 Oct 2013 My Macbook keeps restart. Here my Macbook details: Hardware Information:           MacBook Pro (13-inch, Mid 2009)           MacBook Pro - model: MacBookPro5,5           1 2.26 GHz Intel Core 2 Duo CPU: 2 cores           8 GB RA

  • Web Service deployment on Sun One 7

    Hi, I'm using Netbeans 5.5 and have built a web service that targets tomcat 5.5, J2EE 1.4 and source level 1.5. The Service runs very well in the IDE. Now, the company's Web Server is Sun One 7.0 and I'm trying to deploy to this server unsuccessfully