MDM Search From ResultSet after upgrade

Hello, I am trying to modify a custom iview after an mdm business package upgrade to 5.5 sp06 and I'm getting an error I have not been able to resolve.
A URL event is passing the [MDM Search] parameter from the ResultSet iview to my custom iview.  It gets to the point of the following code and terminates at the GetResultSet line with a NullPointerException.  The search is being filled I tested this as are all of the other parameters.
Search search = new Search();     
StringRef stringRef = new StringRef(searchString);     
search.SetArchive(stringRef);
A2iResultSet rs = catalogData.GetResultSet(search, resultSetDefinition, sortField, true, 0);
if I edit the search line to say:
Search search = new Search("Products");
it works perfectly but obviously cuts out the search criteria.  this code was working perfectly pre upgrade.  Can anyone give any pointers as to the reason
Thanks
David
Edited by: David R. Evans on Apr 17, 2008 7:30 PM

Hi Jitesh
Thanks for all your help so far
Search s=new Search("Products");
TableParameter tp=new TableParameter("Products");
tp.setArchieve(stringRef);
s.add(tp);
A2iResultSet rs = catalogData.GetResultSet(s, resultSetDefinition, sortField, true, 0);
I tried to above code and it again failed with nullpointerexceptions
I tried using the FreeFormTableParameter instead and this failed, I tried he following code:
Search s=new Search("Products");
TableParameter tp=new TableParameter("Products");
SearchParameter sp = tp;
sp.setArchieve(stringRef);
s.add(sp);
A2iResultSet rs = catalogData.GetResultSet(s, resultSetDefinition, sortField, true, 0);
This also failed with the same error.

Similar Messages

  • I lost hundreds of pictures from iPhoto after upgrading to Mavericks

    I lost hundreds of pictures from iphoto after upgrading to mavericks. does anyone know why or how to retrieve them. i cannot find them on time machine either.

    and
    Why do you think you have lost "hundreds" of pictures?
    What exactly are you seeing
    You can try Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - rebuild your iPhoto library database
    LN

  • Cannot open survey files from email after upgrading SAP gui to 720

    Cannot open survey files attachments from email after upgrading SAP gui from 640  to 720.
    Tried uninstalling & reinstalling but still error persists,
    Error is : cannot split connection string: /h/server name/s/sapdp00 ( from SAP GUI security )
    Please advise.

    Can't say I have seen this error before but if it is pertaining to the new security module within 7.20, which are much more strict then 6.40, I would look under the SAP GUI configuration options.  Focus on Security > Security settings.
    There are pages and pages of rules which can be defined.
    A test could be to disable all of them on an isolated machine and set them to allow and see if your problem persists.  If the error is resolved, it is something in there you need to address.
    Regards,
    Zecher

  • How come calendars and contacts vanish from iPhone after upgrade to iTunes 6.1.2?

    How come calandras and contacts vanish from iPhone after upgrade to iTunes 6.1.2?

    Hi, Did you work out a fix for this?  All my calender dates (past & future) and the last 12 months of new contacts gone!!!!   And yes i too back up regularly. 
    Previously when the great 5 upgrade happened, i did loss everything, and although I was doing backups none of that info was relative in an English way. A whole life of important, unreplaceable information gone!  Never to be found.
    All of my products are apple, but it seems that little people dont matter to them, with no recourse for the damage to my personal or professional life.
    Extremly disappointed again!

  • Lost music from iTunes after upgrading MacBookPro to OS X Yosemite

    Lost music from iTunes after upgrading MacBookPro to OS X Yosemite. Has anyone had this problem? How did you re-import all your lost music? My iTunes currently only contains all of the music I have purchased from the iTunes Store but nothing that was burned to my iTunes. All of my music files still seem to be located on my hard drive within the iTunes folder but they did not re-import into the library during the upgrade to Yosemite. Thanx for your help.

    Hi OrangeOAK,
    Thanks for the question. If I understand correctly, you still have the music on the computer but need to re add it to iTunes. I would recommend that you read this article, it may be able to help you isolate or resolve the issue.
    Adding music and other content to iTunes - Apple Support
    Adding content on your computer to iTunes
    iTunes helps you add digital audio and video files on your computer directly to your iTunes library. You can add audio files that are in AAC, MP3, WAV, AIFF, Apple Lossless, or Audible.com (.aa) format. If you have unprotected WMA content, iTunes for Windows can convert these files to one of these formats. You can also add video content in QuickTime or MPEG-4 format to iTunes. To learn how to add these files to iTunes follow the steps below.
    Open iTunes
    From the File menu, choose one of the following choices:
    MacAdd to Library
    Windows
    Add File to Library
    Add Folder to Library
    Navigate to and select the file or folder that you want to add
    If iTunes is set to "Copy files to the iTunes Music folder when adding to library," iTunes will copy all content that is added to the iTunes library to the iTunes Music folder. To adjust this setting or change the location of this folder, go to the Advanced tab in iTunes Preferences.
    Thanks for using Apple Support Communities.
    Have a great day,
    Mario

  • Will my text threads be transferred to new 4S from 3GS after upgrade?

    will my text threads be transferred to new 4S from 3GS after upgrade?

    See this article about the content of a backup: http://support.apple.com/kb/HT4946
    Make sure to back up the backup folder before you restore your new phone with the backup of the 3GS. The location of this folder is also described in the article.

  • Cannot email photos from iPhoto after upgrade to 10.8

    After upgrading to 10.8, I have not been able to successfully eamil photos from iPhoto. I can select the photos, click the email icon, and have Mail open with the photos attached (as expected). But the send button is grayed out, and the newly created message window cannot be closed. To get rid of the unsendable email, I have to quit or force shut down Mail, then reopen Mail and manually delete the email from Drafts.
    Has anyone else run into this issue?

    As Larry suggested go into iPhoto's Accounts preference pane and make sure your email account information is correct. If you joined iCloud that is a must.
    OT

  • Clustered listener gets nothing back from APEX after upgrade to 4.1.1

    Hi,
    I'm not sure if that subject is entirely accurate, but that appears to be the effect we are experiencing. We have had an SR open for this since April and seem to have the engineers stumped. Maybe someone on here has some insight that may help...
    Environment: Seven APEX instances
    APEX 4.1.1 (problem started after upgrading from 4.0.x) running on an 11g RAC.
    Listener version 1.1.3.243.11.40 running on WebLogic 10.3.2.0
    Listeners are in 2x clusters on two different WebLogic domains spread over 4 different servers.
    Problem:
    In two of the apex instances, a couple of days after upgrading to 4.1.1, the listeners starting returning blank, empty pages to the browser. We went through all the usual debugging steps (/i/ directory, connectivity, etc) and nothing fixed the problem. Finally the only thing that fixes the problem is to shut down one of the two clustered WL managed servers running the listeners, reducing the listener to a single instance per APEX instance. Like clockwork, if the second managed server is brought back up, within minutes-to-hours, the listener starts returning blank pages to the browser. Just a couple of days ago, a third apex instance and its listeners has started to manifest the problem and had to be half shut down. We are beginning to think there is a bug in APEX 4.1.1 that deadlocks the listener (or something) when it is clustered...
    Other data points:
    The listenerAdmin and listenerStatus pages continue to work and report perfect health for all listeners involved.
    The APEX management console (p=4550:1) is also affected by the problem, not just apps.
    We ran the "apex_verify" script on all problem instances with no errors.
    We have hard rebooted all affected servers, with no change in the problem.
    This identical environment was running perfectly stable, clustered for many months on APEX 4.0 (and before).
    The only thing that keeps our APEX apps running is to run the listeners single instance (un-clustered).
    Thanks in advance for any help that anyone can provide on this very annoying problem!
    Brian
    Edited by: bpoarnet on Jun 12, 2012 12:51 PM

    Udo wrote:
    So it's somewhere within your WLS setup.Mmm... I won't discount anything, but I doubt it. If that were the case, how could this exact environment have managed to work flawlessly for the past 3 years on these clusters, the listener being upgraded several times through several versions of apex? Only directly after we upgraded apex (not the listener) to 4.1.1 did our troubles start. My suspicion is that there is a bug or a change in 4.1.1 (or maybe 4.1 as we applied 4.1.1 right after 4.1) that has manifested this problem for us.
    >
    They definitely are not being used equally, but none of them are being slammed. Usage is fairly light in all cases.... which sounds like if there is some kind of load balancing algorithm different from round robin in your scenario.Ahh, I misinterpreted your question. You were asking if the load is balanced fairly between nodes on the same cluster. I took you to be asking if our separate, unrelated apex instances get the same use. So, the answer then is "yes" hits to a single listener WLS cluster do appear to be getting assigned equally to the different nodes, and the clusters are installed as per the documentation with round-robin scheduling.
    ####<Jun 11, 2012 11:07:31 AM EDT> <Warning> <Socket> <hostname> <server-name> <ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <1339427251735> <BEA-000450> <Socket 5 internal data record unavailable (probable closure due idle timeout), event received 17>That could probably have a lot of reasons, but none of them is specific to APEX Listener. Google gives a lot of hits ranging from memory issues to missing classes, and ... duplicate configuration parameters, e.g. app names, jdbc pool names, etc.... and of course, I'm not convinced that this has much to do with the problem at hand. It just happened to be in the log at around the time that someone noticed the problem happening in one case.
    Could it be your APEX Listener is deployed multiple times on the same node using the same name?Good thought, but definitely no. We figured out that issue a couple of years ago, back when you had to hack the listener WAR file to make it use a non-temporary config.
    Lastly, I just want to thank you again Udo for patiently digging into this. We now have three SR's open with Oracle on this (RAC team, APEX team, and WebLogic team) and we have gotten nowhere yet with any of them...

  • Unable to print from iPhoto after upgrading to Yosemite?

    Whenever I want to print from iPhoto, the application on the IMac becomes unresponsive and will not print. This all started after upgrading to Yosemite. My printer is updated, so now I have no idea how to make this work again. Any help would be great.

    DA2014 wrote:
    Rebuilt iPhoto, it is updated, but still is unresponsive. I get the spinning wheel that never goes away until I force close the app. The printer works on other applications.
    OK and I see the issue is only with iPhoto. The only thing I can think of is resetting the printing system and then re-installing the printer(s). DO NOT use any of the printer's software for installing, simply follow the directions for adding a printer in Mac Basics: Printing in OS X - Apple Support.
    To reset the printing system, open System Preferences - Printers & Scanners - locate the device in the window on the left and right click the offending printer and select Reset Printing System....
    After you have reset the printing system and re-added the device then shutdown (not restart) the computer for about 30 seconds and restart and then test.

  • Cannot print to Adobe PDF printer from Word after upgrading to Win 7 64bit

    Hi. After upgrading my operating system from Windows XP to Windows 7 64 bit, I can no longer print to the Adobe PDF printer (e.g. from Word). It just sits in the Adobe PDF printer queue saying "Error" without bringing up the "Save As" dialog box, and nothing happens. I am running Adobe Acrobat 8.0.0 (I've checked for updates but it says none are available). I have tried doing a repair installation following the instructions on this website (http://helpx.adobe.com/creative-suite/kb/error-file-adobepdf-dll-needed.html) but to no avail.
    Thank you in advance for your help.

    I think it's time to upgrade. 64-bit systems weren't much in use at the time of Acrobat 8.0.

  • MacBook Pro spontaneously wakes from sleep after upgrading to Leopard?

    For some reason, after I upgraded to Leopard, then whenever I put my MacBook Pro to sleep, it spontaneously wakes up after some time (can be from a few minutes to an hour or two.) I don't know why this is happening, but I know for sure that it's related to Leopard since I put my laptop to sleep every night (it's in my bedroom) and after upgrading to Leopard, it started to just wake up a short while after putting it to sleep.
    At first I thought it could be Time Machine, so I disconnected all my external drives, but that didn't seem to work.
    Does anyone know why this is happening?
    Thanks in advance!

    I have the same issue. Installed Leopard last night on my first-gen 1.83 MacBook. The next morning the Mac was a little slow in wanting to wake up. After that it stalled on transferring a large file from my G5 and I had to issue a reboot command via the shell to get it out of that. A few minutes later the computer locked up when trying to apple > tab through the application.
    I put it to sleep after restarting the Mac from that freeze. A while later while walking out of the house I happened to glance at the Macbook and saw the apple glowing while the lid was shut and then it went back to sleep.
    Tonight I put the Macbook to sleep on the way out to dinner. I noted that I had 84% of my battery left. A few hours later when I got home the MB was warm, the apple was glowing and I had 9% of my battery left.
    Looks like there is some work to be done asap for 10.5.1

  • Problem waking up from sleep after upgrading to Maverics

    My Mac mini have a problem waking up from sleep.
    I can see and move the mousepointer but the rest is black.
    This problem started after upgrading to Maverics.
    I have to restart to get back on track...
    I have a 2.3Ghz Core i5 earley 2012 with 8GB RAM and a Samsung Syncmaster 226BW.

    That resembles > Login window partially appears, cursor movement redraws screen
    Try the "Additional Information" steps in the article.

  • Thunderbolt Display has issue with weird washed-out colors after waking from sleep (after upgrade to Mavericks)

    I've got a Thunderbolt Display that I use with my Macbook Air (mid 2012) - usually in clamshell mode.
    When I let the computer go to sleep, and then wake it up by clicking the mouse, the monitor turns back on but the colors are washed out and purple looking. 
    The display goes back to normal when I unplug and replug it to my laptop.
    I first noticed this problem after upgrading to Mavericks.
    I made a video demonstrating the issue here:
    http://www.youtube.com/watch?v=19179-MVpWA&feature=youtu.be
    Any ideas?
    Thanks!
    Will

    Same thing for me too.  Late 2012 13" MBP Retina.  I have to unplug the Thunderbolt cable and plug it back in.
    This has only started for me in the last two days.  The first two weeks of Mavericks was ok.
    Update:  I just got back from a trip.  I was using the laptop separate from the Thunderbolt display.  I hadn't restarted since I returned and connected the monitor.  I've just rebooted, and put the computer to sleep.  After resuming from sleep, the display is ok.  Maybe try rebooting?  I'll update if it continues.

  • Can't export to Excel from SAP after upgrade

    Hi there,
    We couldn't export to Excel after upgrading SAP from 2007B PL15 to 8.81 Pl07.
    We tried all workstations as well as server itself and encountered below error upon exporting to Excel.
    "AutoOpen.xls cannot be accessed. The file may be corrupted, loated on a server that is not responding, or read only."
    Microsoft Excel Folder under "General Settings >> Path tab" has been defined.
    If you have a solution or workaround for the above error, kindly share with me.
    Thank you.
    Regards,
    Yadana

    Dear Yadana,
    Check this forum
    Re: Export to excel doesn't work anymore
    Regards
    Mangesh Pagdhare.

  • Standby  can't  received  logs  from  primary after  upgrade 10.2 to  11.2

    Hi
    I have counter problem on standby after upgrade from 10.2.0.1 to 11.2.0.2.The standby can not received logs from primary when look on dataguard log is shown as follows.it seem log transport service timeout before completion send logs to standby server
    D MON_PROPERTY operation completed
    2012-03-20 15:09:14.522 DMON: Timeout posting message to database 2 after having waited for 0 seconds, killing NSV1 (PID=4672)
    2012-03-20 15:09:15.524 02001000 622551633 DMON: failed to forward op CTL_GET_STATUS to site standby with error ORA-16662
    2012-03-20 15:09:15.524 02001000 622551633 DMON: Database PRIMARY returned ORA-16662
    2012-03-20 15:09:15.524 02001000 622551633 for opcode = CTL_GET_STATUS, phase = NULL, req_id = 1.1.622551633
    2012-03-20 15:09:15.525 02001000 622551633 DMON: CTL_GET_STATUS operation completed
    2012-03-20 15:09:48.676 RSM detected log transport problem: log transport for database 'standby' has the following error.
    2012-03-20 15:09:48.676 ORA-16198: Timeout incurred on internal channel during remote archival
    2012-03-20 15:09:48.677 RSM0: HEALTH CHECK ERROR: ORA-16737: the redo transport service for standby database "standby" has an error
    2012-03-20 15:09:48.789 00000000 622551634 Operation HEALTH_CHECK canceled during phase 2, error = ORA-16778
    2012-03-20 15:09:48.790 00000000 622551634 Operation HEALTH_CHECK canceled during phase 2, error = ORA-16778
    Please anyone have ideas
    thanks
    kind regard
    Salutary(bob)
    Edited by: 826034 on Mar 20, 2012 5:31 AM

    826034 wrote:
    SQL> select severity, error_code,message,to_char(timestamp,'DD-MON-YYYY HH24:MI:SS') from v$dataguard_status where dest_id=2;
    Error              16198
    WARN: ARC0: Terminating pid 31868 hung on an I/O operation
    +20-MAR-2012 13:29:32+
    SEVERITY      ERROR_CODE
    MESSAGE
    TO_CHAR(TIMESTAMP,'D
    Error              16198
    WARN: ARC0: Terminating pid 32182 hung on an I/O operation
    +20-MAR-2012 13:34:37+
    Error              16198
    WARN: ARC0: Terminating pid 32393 hung on an I/O operation
    SEVERITY      ERROR_CODE
    MESSAGE
    TO_CHAR(TIMESTAMP,'D
    +20-MAR-2012 13:39:42+
    Error              16198
    WARN: ARC0: Terminating pid 32620 hung on an I/O operation
    +20-MAR-2012 13:44:47+
    Error              16198
    SEVERITY      ERROR_CODE
    MESSAGE
    TO_CHAR(TIMESTAMP,'D
    WARN: ARC0: Terminating pid 474 hung on an I/O operation
    +20-MAR-2012 13:49:52+
    Error              16198
    WARN: ARC0: Terminating pid 696 hung on an I/O operation
    +20-MAR-2012 13:54:57+
    thanks
    regard
    SalutaryCheck this thread, it may helpful.. looks similar issue log shipping problem after upgrade to 11.2.0.2

Maybe you are looking for

  • How do i access my icloud from a smart phone

    I need to get phone numbers from my icliud account

  • Bundle dependencies problem

    Hi, I've a problem with a bundle: Import-Package: javax.jcr,version=[1.0,2) -- Cannot be resolved But in the pom file inside the bundle there's: <dependency>             <groupId>javax.jcr</groupId>             <artifactId>jcr</artifactId>           

  • Too many eventListeners in nested form causes falsh cs6 debugging session to crash ?

    Hello all ! The above video (http://www.youtube.com/watch?v=53vqkd5VLFw) is that of a simple sequential click game. The code works perfectly in a simple situation of just nine movieclips or even upto 20 movieclips or so. But when i increase the numbe

  • Topics opening in new window

    I've run across several posts on how to make a topic open in a new window, but I have the opposite problem. I don't want my topics to open in a new window, but they are. I have a master project with several child projects merged into it. The Contents

  • Stopping a flash movie

    could anyone perhaps tell me how i can stop/pause a movie for 5 seconds... My current movie is 40 frames long and i need to pause it at frame 34 for about 5 seconds...before continuing on to frame 40...without user interaction (no buttons or mouse ac