MissingResourceException when I iterator a collection after closing the PM

I retrieve a collection, call pm.retrieveAll on it, and then close the PM.
When I try to iterator over the collection, I get a
MissingResourceException. I can't figure out why I'm getting the exception,
if I do a retrieveAll it should retrieve all the fields of all the objects
in the collection. It's as if there is a rule "Thou shall not iterator over
a collection after closing the PM". Is this true?
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key resultlist-closed
at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
at java.util.ResourceBundle.getString(ResourceBundle.java:274)
at serp.util.Localizer.get(Localizer.java:270)
at serp.util.Localizer.get(Localizer.java:121)
at
com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList.checkClosed(LazyResult
List.java:349)
at
com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList.listIterator(LazyResul
tList.java:403)
at
com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList.iterator(LazyResultLis
t.java:397)
at
com.verideon.siteguard.services.SchedulerService.getMonitorsToRun(SchedulerS
ervice.java:103)
at
com.verideon.siteguard.services.SchedulerService.schedule(SchedulerService.j
ava:59)
at
com.verideon.siteguard.web.util.TimerServlet$scheduleTask.run(TimerServlet.j
ava:84)
at java.util.TimerThread.mainLoop(Timer.java:432)
at java.util.TimerThread.run(Timer.java:382)
Here is my code:
private Collection getMonitorsToRun() {
Collection c = new LinkedList();
PersistenceManager pm = null;
try {
pm = JDOFactory.getPersistenceManager();
Extent extent = pm.getExtent(Monitor.class, true);
String filter = "nextDate <= now";
Query q = pm.newQuery(extent, filter);
q.declareParameters("java.util.Date now");
q.setOrdering("nextDate ascending");
Hashtable p = new Hashtable();
p.put("now", new Date());
c = (Collection) q.executeWithMap(p);
pm.retrieveAll(c);
} catch (JDOException e) {
log.warn("Received JDO Exception while retrieving Monitors " + e);
} finally {
pm.close();
log.debug("Retrieved " + c.size() + " Monitors ready to be ran.");
Iterator i = c.iterator();
while (i.hasNext()) {
Monitor m = (Monitor) i.next();
log.debug("m id = " + m.getId());
return c;

It appears to be a query in which case, yes, a Query result Collection cannot be iterated over.
The simple way to bypass this is to transfer the results to a non-closing Collection.
Collection results = (Collection) q.execute ();
results = new LinkedList (results);
pm.retrieveAll (results);
pm.close ();
On Thu, 27 Feb 2003 14:49:17 +0100, Michael Mattox wrote:
I retrieve a collection, call pm.retrieveAll on it, and then close the PM.
When I try to iterator over the collection, I get a
MissingResourceException. I can't figure out why I'm getting the exception,
if I do a retrieveAll it should retrieve all the fields of all the objects
in the collection. It's as if there is a rule "Thou shall not iterator over
a collection after closing the PM". Is this true?
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key resultlist-closed
at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
at java.util.ResourceBundle.getString(ResourceBundle.java:274)
at serp.util.Localizer.get(Localizer.java:270)
at serp.util.Localizer.get(Localizer.java:121)
at
com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList.checkClosed(LazyResult
List.java:349)
at
com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList.listIterator(LazyResul
tList.java:403)
at
com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList.iterator(LazyResultLis
t.java:397)
at
com.verideon.siteguard.services.SchedulerService.getMonitorsToRun(SchedulerS
ervice.java:103)
at
com.verideon.siteguard.services.SchedulerService.schedule(SchedulerService.j
ava:59)
at
com.verideon.siteguard.web.util.TimerServlet$scheduleTask.run(TimerServlet.j
ava:84)
at java.util.TimerThread.mainLoop(Timer.java:432)
at java.util.TimerThread.run(Timer.java:382)
Here is my code:
private Collection getMonitorsToRun() {
Collection c = new LinkedList();
PersistenceManager pm = null;
try {
pm = JDOFactory.getPersistenceManager();
Extent extent = pm.getExtent(Monitor.class, true);
String filter = "nextDate <= now";
Query q = pm.newQuery(extent, filter);
q.declareParameters("java.util.Date now");
q.setOrdering("nextDate ascending");
Hashtable p = new Hashtable();
p.put("now", new Date());
c = (Collection) q.executeWithMap(p);
pm.retrieveAll(c);
} catch (JDOException e) {
log.warn("Received JDO Exception while retrieving Monitors " + e);
} finally {
pm.close();
log.debug("Retrieved " + c.size() + " Monitors ready to be ran.");
Iterator i = c.iterator();
while (i.hasNext()) {
Monitor m = (Monitor) i.next();
log.debug("m id = " + m.getId());
return c;
Stephen Kim
[email protected]
SolarMetric, Inc.
http://www.solarmetric.com

Similar Messages

  • I don't think my MBP slept after closing the lid - it was hot when I woke up

    I just came back from an overseas trip and hooked my late 2013 13" MBP retina back up to the LG external monitor. When I went to bed I closed the lid. What I expected to happen was for it to stay awake for a certain number of minutes. Then the external monitor display would go black indicating it was asleep. But because an external monitor is connected it would wake up as needed for Carbon Copy Cloner at 3:30 am. But then go back to sleep.
    However my MBP seemed too warm when I just came downstairs. The body and lit were noticeably warm.
    Shouldn't it eventually sleep and not be fully awake in clamshell mode in this situation?
    Thanks,
    Doug

    And another Apple Care chat session. But I still can't figure out exactly what's going on, and we seem to be going in circles.
    Hello, Doug! How are you doing today?
    OK. And you?
    I’m doing really well, thanks for asking! How can I help you today?
    Well, I tried talking about this via chat support earlier, but was getting wrong information, so I thought I would try again and take a different approach to how I ask .
    I’m currently reading through the chat transcript to get a strong understanding of what you were going through.
    If you read over the chat you can see we digressed into a separate question about whether the "turn hard drive when possible" mattered to the internal SSD and he said it did and pointed me to a support page which said it did NOT and then he said, "there you have it! have all your questions been answered" but none were so I gave up.
    Anyway...
    Basically it's just this. My MBP is connected to an external display. In the energy settings I have my MBP set to not sleep when the display sleeps so I don't lose some Terminal SSH connections when I'm working.
    But when I'm going to sleep I thought I would let it power nap and cool down.
    But I've noticed the MBP is warm in the morning. Also I noticed that open SSH sessions were not broken. So I think my MBP is not going to sleep.
    Perhaps the computer thinks it’s going into Clamshell mode since it’s connected to an external display via HDMI, correct?
    I did read in help that if you hold the power button down 1.5 seconds an option dialog will appear and from there I can select sleep. I did that, but this morning it is still warm and the connections were not broken.
    Let me look into this, I want to do everything I can to make sure you’re getting your questions answered this time.
    Yes, I believe you are correct. That it is just going into clamshell mode, and even though I manually selected sleep from the power button option it is ignoring that.
    It seems to immediately sleep though. Instead of timing out, the external display goes black, reports a loss of signal and then goes into its own power save mode. So it appears to go to sleep.Yet it is warm in the morning, and the open Terminal sessions, which I would normally expect to break, are not broken.
    Okay, so there’s still network communication going on, and you’re used to that terminating.
    It shouldn’t be possible, but that could be what’s going on here. This is an interesting one, and I can see how you’d expect your Mac to be a little cooler to the touch if it’s supposed to be sleeping.
    Okay, so there’s still network communication going on, and you’re used to that terminating.
    Let me check our resources on this. It may be a great opportunity to speak to a senior advisor as well.
    I just came back from a trip and during the trip there was no external monitor and I didn't experience this, even though the energy settings are the same.
    The network is my home wifi. On my trip, it was my friend's home wifi.
    So the external display is really the big variable here I think.
    Probably so.
    I could just power off the external display before I close the lid as my next test before I go to sleep next time. But I sort of wanted to know what was happening. Especially since I intentionally manually selected sleep.
    I’d like to check with a senior advisor if that’s okay with you.
    Yes, please do check.
    Also - another thing.
    I notice my keypad and hand rest - the whole top surface - has become noticeably COOLER since we began our chat. So I'm wondering if there is stuff in the display/lid itself which might be causing the warm temperature, rather than the body (which is what I would have expected with the display off). Or it is just able to "cool better" with the lid open?
    That’s another interesting observation. I think either way, the concern still remains whether or not the computer is actually going to sleep. The display of all things should not be producing excessive warmth.
    Do you hear any fan noise when you wake your Mac?
    Or right beforehand?
    Yes, you are correct about the main concern. I thought maybe there was something in the logs I might be able to check to see if it actually was asleep or not.
    I have never heard any fan noice from the MBP.
    Okay. I just wanted to make sure. My hands-on experience with a new Retina display is limited, I’m not sure what the fan actually sounds like compared to my traditional MacBook Pro. I’ll go ahead and consult with my senior advisor since our troubleshooting steps would indefinitely cause us to get disconnected.
    Thanks for your patience as check on this!
    I just found this terminal command to check on the last sleep time:
    pmset -g log | grep sleep | tail -n 1
    It does report that it went to sleep at 2:42 am which sounds right:
    8/2/14, 2:42:25 AM GMT+9 com.apple.sleepservices.sessionTerminatedSleepService: window has terminated.
    Unless that means sleep ENDED at that time.
    Interesting. I’m glad you found that. It’s a little beyond the level at which I know OS X, But I’ll have some answers soon enough.
    OK. Take your time.
    Thanks, Doug.
    I believe I found more information, though it still doesn't explain why the SSH connection didn't break.
    This command:
    pmset -g log|grep -e " Sleep " -e " Wake "
    will report all the sleep/awake occurrences.
    For the last few days it reports:
    7/30/14, 11:16:09 AM GMT Wake Wake from Standby [CDNVA] due to EC.LidOpen/Lid Open: Using BATT (Charge:99%)66 secs 7/30/14, 11:17:15 AM GMT Sleep Clamshell Sleep: Using BATT (Charge:99%) 10830 secs 7/30/14, 2:17:45 PM GMT+ Sleep Maintenance Sleep: Using BATT (Charge:97%) 11542 secs 7/30/14, 5:30:07 PM GMT+ Wake Wake from Standby [CDNVA] due to RTC/Alarm: Using BATT (Charge:96%) 41 secs 7/30/14, 5:30:48 PM GMT+ Sleep Clamshell Sleep: Using BATT (Charge:96%) 10823 secs 7/30/14, 8:31:11 PM GMT+ Sleep Maintenance Sleep: Using BATT (Charge:94%) 7/30/14, 9:29:02 PM GMT+ Wake Wake from Standby [CDNVA] due to EC.ACAttach/Lid Open: Using AC (Charge:94%) 8/2/14, 2:06:18 AM GMT+9 Sleep Software Sleep pid=78: Using AC (Charge:100%
    So (if you can look at that neatly, one line at a time, it shows it was in fact going into clamshell sleep until I manually put it into sleep.
    Then at 2:06 am it went into "software sleep".
    Then at 2:42 a it went into something called "maintenance sleep"
    at 3:30 am it was awakened by CCC (Carbon Copy Cloner) and did not go to sleep again after that.
    So maybe:
    1. The sleep is quietly keeping the SSH connections alive and,
    2. CCC is not properly putting the MBP back to sleep after doing its 3:30 am backup?
    Doug, I’m going to go ahead and transfer you over to a Senior Advisor now. They will discuss this with you further. Does that sound good?
    Yes, thank you.
    You are now being connected to another Advisor. Please standby.
    Okay, so your external display is not sleeping?
    It is sleeping.
    It times out in 15 minutes normally.
    After I close the MBP lid.
    Just like the energy settings say it should.
    And when I did the forced sleep via the power button the external display immediately went black and reported loss of signal and then went into power save mode.
    So I assumed it was asleep.
    Okay, so, the Mac is not sleeping or the Display?
    What I'm trying to find out is if the Mac is sleeping or not. The reason I was prompted to ask was because in the morning after I wake up I notice the MBP feels warm to the touch. I would expect it to feel cold if it was sleeping. Also, a terminal session with an SSH going did not get broken.
    Okay, I think I understand now. You are looking for answers about the sleep status of your Mac. I understand your expectation of a cold Mac, and I am here to help.
    Thanks. Did you notice my pmset command outputs near the end of my chat with the previous person?
    So, In Energy Saver, there is a setting to wake for network Activity.
    Yes. It is checked.
    However, when not connected to the monitor (like on my previous trip) that was not enough to keep an SSH session going.
    Okay, so this would explain to me why the Mac would be warm to the touch. If there is a SSH session active.
    Typically those shells would break when the lid was closed.
    Okay, with a Display attached, the system expects to operate in Clamshell mode when the lid is closed.
    This is all expected
    Which prompts two questions:
    (1) Even if I force it to sleep with the power button followed by selecting "sleep" from the options and
    (2) Even though the pmset output indicated it went to sleep and not into clamshell mode?
    I am not familiar with the pmset
    http://en.wikipedia.org/wiki/Pmset
    In computing, pmset is a command line utility to manipulate power management settings under the Darwin and Mac OS X operating systems. It can assign sleep settings, schedule sleep and wake times, and display power information.
    pmset indicated it went to sleep at 2:06 am. Anyway, as I reported above with the previous tech person.
    Okay, pmset is not supported by AppleCare, yes it is a Terminal command, but it is there for Developer use
    So... where are we left? That you think it was in clamshell mode even though I manually forced it into sleep mode and the logs indicate it went to sleep? I'm just still left not quite understanding what is happening.
    I guess I'll just try a test next time with the display powered off and see what happens. I need to go now. Thank you. I will end the chat for now.
    End Chat

  • I just did an update to 6.0 on Lion. Now when I re-open Safari after closing it by clicking the red button  it re-opens to my home page, not all my previous tabs..  prior to the update it would re-open with all my previous tabs, which is what I want.

    I just did an update to Lion  10.7.4 with Safari  6.0. Now when I re-open Safari after closing it by clicking the red button,  it re-opens to just my home page, not to all my previous tabs as it did before the update.  I prefer having my old tabs re-open.  How can I fix this?

    I've had what I think is the same problem since the most recent software update.  I have Lion 10.7.4 and have updated to Safari 6.0.  The most noticeable difference is that where previously I had two boxes at the top of the Safari window (one to enter URL addresses, one for Google searches), there is now only one box for both functions.  I don't like that as well, but I can live with it.  However, since the most recent software update my "back button" only works about 5% of the time. Most of the time it is grayed out.  So I usually can't get back to previous pages using the back button.  Also, when I've clicked a link that opens a new window (for instance, going through the return process at Amazon, I clicked UPS locator and it opened a new window), where in the past I would have just clicked the red button after I had the information, the UPS locator window would have closed, and I would have been back at Amazon - now if I close the UPS locator window, all Safari windows close.  The Safari application doesn't close, but the Amazon window closes, I'm back to an empty screen, and I have to open a new Safari window and reenter everything.  I'm using a work-around of clicking on History and selecting the description of the window I want to get back too, but that only works part of the time. In the Amazon example, that's what I did once I had the UPS info, but even though I clicked the correct window description, it took me back to the beginning of the return process & I had to reenter all the info.  Of course, that info was easy to reenter, but if I'm in the middle of a complicated process, it's a big problem.  I've filed a bug report; I surely hope the Apple engineers are able to fix this.  I'm used to using the back button function a lot!

  • ITunes 10.5.3 restarts itself after closing the program. How do I fix this?

    iTunes 10.5.3 restarts itself after closing the program. How do I fix this?
    Windows 7 64bit Ultimate
    iTunes 10.5.3 64bit

    I've had this problem on my Windows XP for years. it's been around, unsolved, or no solutions in these forums.
    It keeps reminding me why Apple will never be the primary office computer company. Anyone running a business cannot have software running that will not behave, won't shut down, or behaves without any explanation, and this problem has no explanation, or solution that I can find except to use task manager to kill the process and only use iTunes when I'm expecting to shut down or kill the process.

  • Apps Tabs get don't reload after closing the firefox

    I just today tried to use apps tab. I set some links as apps tab and then closed the firefox. When i stared it again the apps tab were not there anymore. However according to this release the apps tab should be retained even after closing the firefox

    Go to about:config (enter it in the address bar), and find '''browser.showQuitWarning''' and set it to '''true'''. This will make Firefox ask you each time if you want to save your session to restore the next time you open it, like in 3

  • Depreciation run problem."You can only post in new year after closing the"

    Hi,
    We are implementing Asset accounting to one of our co code.New Assets were created in Jan and when I tried to Post depreciation for Jan, I get an error log that says "You can only post in new year after closing the previous year."
    When i double click on error message.
    Diagnosis
    You want to post in a new fiscal year. However, a posting must have been made in the last period in the previous fiscal year before you can do this.
    Procedure
    Post to the last period in the previous year first.
    So I went ahead and opened the previous year, posted the depreciation, closed the year and tried to post Period 1 again, but still get the same error.
    Why do I need to post the previous period if I just created the assets in this period?
    I Have completed AJRW, AJAB also.
    I think it may be a problem with Table. Please suggest me.
    Thank you

    Hi,
    Please check the following :-
    1. Check the Last Closed year in your Asset Accounting.
    2. Check the Last Depreciation Posted in Your Asset Accounting.
    These 2 menus are available in "Data Transfer in Fixed Asset Accounting".
    revert back to me for further actions,
    regards
    N.Kumar

  • Equium A60-692 won't restart after closing the lid

    Most annoying, the only thing I can do is hold the power button to switch off &switch back on again. Is there some combination of keys i should be pressing to bring her back form the brink after closing the lid, or is this a fault?
    Thanks

    Usually when the memory size changes, the system can recover.
    Remove the battery and AC Adapter, then remove one of the Memory Modules, and power up.

  • Premiere Pro CS 6.exe stays active after closing the program

    I am experiencing a problem with Premiere Pro CS 6.03. When I close the program, the second monitor would not return to desktop (it stays a black screen). The premiere pro cs.exe is active in taskmanager. Only after I end the exe process would the second monitor return to desktop. I am not using any third party hardware, only Adobe player for second monitor out. This problem occurs often, but not every time I use Premiere. I have never experienced this problem in Premiere Pro CS 5.03, which is still installed on the same PC. The technical Spec is: Intel 3930K, 32 GB RAM, GTX 560, Windows 7 Professional 64 bit. I have tried to toggle between different NVidia drivers, but with no effect.
    Any help would be appreciated!

    I've had the process stay open after closing the program as well, but only on one of my two machines.  For me, the 6.0.3 update seemed to correct the issue.  Not sure why it's still happening in your case.

  • Refresh the table after closing the Popup iView

    Hi all,
    I have list of survey in my table. In that table i have toolbar button(DELETE) for deleting the survey. While deleting the survey it asks the confirmation. If we click Ok it delete the selected survey and close the popup also. what I want is I should refresh the table after closing the Popup.How can i achieve this?
    Help me in this regard.
    Thanks & Regards,
    Hemalatha J

    Hi Hema,
    Check this link.
    Visual Composer - You can do anything....
    In this blog, they are used 'Refresh' Button and a Hidden 'Plain text' message to solve this problem. If you are satisfy with this you can take this solution.
    Or you can try to trigger the 'Submit' action of 'Input form' once again from the 'Popup window' when the 'Delete' button is clicked.
    Hope it helps...
    Regards
    Basheer
    Edited by: Basheer on Dec 23, 2008 8:03 PM

  • Backend BSP session not closing on server after closing the window

    Hi All,
    We have SAP EP (7.0 SP21) and there is a BSP transaction ivew (Interaction Center ) intergrated in the portal. The issue is when the user performs any transactions inside the BSP and then closes the browser, session remains on the server till the timeout. Is there a way to end those sessions on server after closing the browser immediately?
    Portal domain : xx.mycomp.com
    ABAP system domain :mycom.com
    Should the domains be same for the DSM of Portal to work or is there any solution that can be considered.
    regards
    Uday

    Hi Uday,
    These are the main issues that can cause issues with DSM:
    JavaScript Origin Policy:
    Scripting
    between different domains is not allowed because of “JavaScript origin policy”.
    Also
    communication between mixed protocols (http\https) is forbidden.
    Therefore
    the portal server and the content server must be on the same domain and must
    use the same protocol.
    For
    detailed explanation see:
    http://mozilla.org/projects/security/components/same-origin.html
    Popup Blocker:
    •Popup blockers may cause troubles
    in relation with SRA feature.
    •Terminator handles notifications in
    new window when current window is being destroyed (logoff, closing browser
    window) – popup blocker prevents the opening of new window, hence no session
    handling performed.
    please also check SAP Note #596698 for more information typical problems and troubleshooting.
    In general, the 2 domains should be the same.
    xxx.mycomp.com, meaning that first part of the url can change but what comes after should be the same domain.
    Best regards,
    Etay

  • My iPad3 loses the 3g connection after closing the magnetic cover.

    My iPad 3 loses the 3g connection after closing the magnetic cover.  When the cover is opened, the iPad shows the connection is active.  However, it does not connect but searches for emails etc.  I have to then reboot.

    have you tried disabling then reabling the 3G setting on your iPad after waking the iPad?
    It may be that as it goes to sleep the iPad loses the 3G connection, you may be in a low connection area, and then has problems finding it again, this can happen occassional with WiFi.
    If you go into Settings, then Mobile Data and toggle  the On/Off switch Off, then On again, see if that brings it back without restarting the iPad.

  • You can only post in new year after closing the previous year.

    Hi,
    I got error "You can only post in new year after closing the previous year." when I tried to run depreciation for first time for a company.
    In OAAR, it was noted that FY2008 already closed.
    Please advice.

    I understand you did the asset upload in 2008 and want to run the first depreciation run for 2009?
    In that case have a look in your take over data settings: SPRO:
    Financial Accounting / Asset Accounting / Asset Data Transfer / Parameters for Data Transfer /  Date Specifications / Specify Transfer Date/Last Closed Fiscal Year
    This should be 31-12-2008 (if the calendar year is the same as the fiscal year)

  • Satellite P200 makes some strange noises after closing the music

    I've got a Satellite P200 and the flash cards don't react and when Ive played some music.
    The computer makes some strange noises after closing the music?
    Help me please!
    grtz Wendy

    Hello Wendy
    Please don't understand me wrong but it is not easy to understand issue described in your posting.
    I have the same notebook model and everything works well. I hear music daily on Windows media player (mp3s) or listening online radio using Winamp player.
    At the same time I can use flash cards.
    What to say about strange noises? Who knows what do you mean exactly and how should we understand this?
    Please be so nice and explain us exactly what do you do and what kind of noises you can hear.

  • 'You can post in new year only after closing the previous year

    Hello Experts,
    I am also getting same error while executing depreciation run AFAB ''You can post in new year only after closing the previous year''.
    I found one OSS Note 18800 and it is saying solution as below ...
    At the first depreciation posting in the new fiscal year after a shortened fiscal year, the fiscal year variants must, in all cases, still be entered in asset customizing and in FI customizing for the affected company code. If necessary, all periods for the following fiscal year must be maintained with the variant of the shortened fiscal year.
    Up to 2.2D the following correction must also be installed:
    Please carry out the syntax check only in main program SAPLAFAR.
    But in my case there is no shortended fiscal year.
    Can I apply this OSS note correction instructions ?
    Please suggest me.

    Hi
    I don't think so. Moreover that is applicable till 2.2D.
    Moreover depreciation is to be run for all periods you have not run earlier. Please check upto which period dep run has happened. Thereafter close the fiscal years in order thro AJAB.
    S Jayaram

  • I have customized my Firefox toolbar. After closing the browser and then reopening it, the toolbar has returned to the way it was before I customized it. How do I get my customization of the toolbar to become permanent?

    I have customized my Firefox toolbar several times. After closing the browser and then reopening it, the toolbar has returned to the way it was before I customized it each time. How do I get my customization of the toolbar to become permanent?
    It has occurred with Firefox 4.0.1 and 5.0

    see http://kb.mozillazine.org/Corrupt_localstore.rdf
    Take a picture of your toolbars so you can easily reconstruct them from the default after solving the the problem.
    If it happens to you it will probably happen again in the future so you might want to keep some copies of your modified localstore.rdf file so you can delete the bad one and rename one of the replacements in waiting. Saving, copying and renaming must be done with Firefox down, of course.

Maybe you are looking for

  • Configurable article in sap retail?

    Hello Experts, Can we have configurable articles in sap retail? Please tell me your opinions.. Thanks

  • Best practice for exposing internal data to external world?

    Currently we have our Internet server sitting in our corporate DMZ taking website and web service requests from the outside world.  Class libraries with compiled connection strings exist on that server.  That server then has a connection through the

  • Photoshop CS4 on Mac OS X Yosemite keeps crashing when saving as PSD

    Please help!!  I have a major project due involving hundreds of photos that require editing, and I cannot save an edited photo using CS4 as a PSD file - just crashes, closes and pops up a crash report.  I am desperate!  I have a new Macbook Pro and a

  • Substring delete

    hi, may i know how to delete a substring in a string and the remaining string can move to the left. for example : 401011DELEC345,99REF i need to delete "DELE" which is wa_tab+6(4) to become as below : 401011C345,99REF thanks

  • LR CC will not start.

    Installed LR CC today actually twice it will not start.  Even went to app exe in new folder and it didn't work either.