Package Transfer to DP restarts after failure SCCM 2012R2

In a remote site we have setup a DP.
Now I am trying to distribute a large package (10GB) over the line which is 300KB/Sec So it takes a while.
The connection to the remote site failes from time to time and what I see in:
Component Status: SMS_PACKAGE_TRANSFER_MANAGER
Is that the Package Transfer Manager is starting all over, from 0%.
Is this normal? Shouldn't it continue from the point that the connection failed?
So let's say the package was 30% done when the line failed. should it continue at 30% when the line comes back?
Thanks

That's the way it works unfortunately. Workaround: create a pgkx file, ship it to the remote location (USB mendia) and import it using extractcontent.exe
Torsten Meringer | http://www.mssccmfaq.de

Similar Messages

  • PSL40E xp restart after shutdown only on AC power supply

    uncheck automatically restart in the system failure section
    disable wake up on lan
    clear installation
    sp2 or sp3, same problem
    all drivers install
    the microsoft knowledge base (Roxios Easy CD...) same problem, restart after shutdown
    flash bios, hm bios only for vista and win 7 but no for xp on toshiba drivers page...

    Does this happen when LAN cable is connected to your notebook only?

  • OS 8.6 won't quit or restart after hard shutdown

    While testing a G3 266MHz beige mini tower running OS 8.6, the system hung and refused to shut down even when the power button was pressed and held, so I literally had to pull the plug. The operation it hung on was opening a folder containing a large number of files (several thousand) on a mounted volume from an OS 10.4.8 machine. Disk utility and DiskWarrior reported no damage after restarting the machine, however the machine now seems to have a problem: it refuses to shut down or restart from "Special" menu and still refuses to turn off from the power button. I can change the startup disk to a utility volume and run repairs from it, which I just did even though no damage reported, but when booted from the original disk problem is still there. Any ideas as to what's causing this behavior?
    Thanks in advance for any insights.

    Seems to be working OK after several restarts from utility volume. Maybe "auto restart after power failure" in Energy saver server settings had something to do with it.

  • Calendar Portlet Will Fail Restarting After July 28, 2005

    Hi,
    We have an Oracle 8i database sitting on a UNIX server. On July 28th 2005, our entire database crashed with no UNIX processes able to run. We found that the cause was due to the Java Cryptography Extension (JCE) 1.2.1 that ships with OCS 9.0.4.x makes use of a certificate that expires on July 28, 2005. On or after July 28, 2005
    the Calendar Portlet will no longer be able to use JCE 1.2.1. and will error with 500 error.
    The workaround we did was to replace the following JCE1.2.1 files with the corresponding files from the JCE 1.2.2 package and then re-boot the UNIX server:-
    US_export_policy.jar
    jce1_2_1.jar
    local_policy.jar
    sunjce_provider.jar
    We have been told by out DBAs that although it occurred within the Oracle Collaboration Suite, it is actually a Sun Java problem.
    Therefore, despite putting this workaround in place, is anyone able to advise if this problem will occur again in the future? Is the workaround sufficient?
    Many Thanks.
    Full description of problem and workaround is below...
    CALENDAR PORTLET WILL FAIL RESTARTING AFTER JULY 28, 2005
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Versions Affected
    ~~~~~~~~~~~~~~~~~
    Oracle Collaboration Suite - Version: 9.0.4.x
    Platforms Affected
    ~~~~~~~~~~~~~~~~~~
    GENERIC
    Description
    ~~~~~~~~~~~
    The Java Cryptography Extension (JCE) 1.2.1 that ships with OCS 9.0.4.x makes
    use of a certificate that expires on July 28, 2005. On or after July 28, 2005
    the Calendar Portlet will no longer be able to use JCE 1.2.1. and will error
    with 500 error.
    Likelihood of Occurrence
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Every OCS installation will run into issues with the Calendar Portlet after
    July 28, 2005. This will only occur the next time they bounce OC4J components
    after July 28, 2005.
    Possible Symptoms
    ~~~~~~~~~~~~~~~~~
    The Calendar Portlet fails with 500 error after July 28, 2005.
    The following stack trace will be seen in the application log:
    $ORACLE_HOME/j2ee/OC4J_Portal/application-deployments/webclient-calendar/OC4J_Portal_default_island_1/application.log
    ====STACK TRACE =====
    05/07/28 9:01 webclient-calendar-web: Servlet error java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at javax.crypto.SecretKeyFactory.getInstance([DashoPro-V1.2-120198])
    at oracle.calendar.authentication.OTMT.initEncryption(OTMT.java:240)
    at oracle.calendar.authentication.OTMT.<init>(OTMT.java:150)
    at portlets.Calendar.getOTMT(_Calendar.java:110)
    at portlets.Calendar.doSearch(_Calendar.java:313)
    at portlets.Calendar._jspService(_Calendar.java:528)
    at com.orionserver[Oracle9iAS (9.0.2.3) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    ... remaining of stack trace truncated ...
    And NoClassDefFoundError with the following stack is raised
    if reloading the web browser after the error occured.
    05/07/28 9:02 webclient-calendar-web: Servlet error
    java.lang.NoClassDefFoundError
    at javax.crypto.SecretKeyFactory.getInstance([DashoPro-V1.2-120198])
    at oracle.calendar.authentication.OTMT.initEncryption(OTMT.java:240)
    at oracle.calendar.authentication.OTMT.<init>(OTMT.java:150)
    at portlets.Calendar.getOTMT(_Calendar.java:110)
    at portlets.Calendar.doSearch(_Calendar.java:313)
    at portlets.Calendar._jspService(_Calendar.java:528)
    at com.orionserver[Oracle9iAS (9.0.2.3) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    ... remaining of stack trace truncated ...
    Workaround
    ~~~~~~~~~~
    The workaround is as follows:
    1- Download the JCE 1.2.2 package from the following web page:
    http://java.sun.com/products/jce/index-122.html
    2- Remove the following files from the midtier:
    $ORACLE_HOME/jdk/jre/lib/ext/US_export_policy.jar
    $ORACLE_HOME/jdk/jre/lib/ext/jce1_2_1.jar
    $ORACLE_HOME/jdk/jre/lib/ext/local_policy.jar
    $ORACLE_HOME/jdk/jre/lib/ext/sunjce_provider.jar
    3- Copy the following files from the JCE 1.2.2 package to the
    directory $ORACLE_HOME/jdk/jre/lib/ext/ :
    jce1.2.2/lib/US_export_policy.jar
    jce1.2.2/lib/jce1_2_2.jar
    jce1.2.2/lib/local_policy.jar
    jce1.2.2/lib/sunjce_provider.jar
    4- Complete by issuing opmnctl stopall , opmnctl startall on the middle tier and
    test the Calendar Portlet again. Calendar Portlet should now work with the
    system date set to past July 28, 2005.
    Patches
    ~~~~~~~
    List the known patche(s).
    References
    ~~~~~~~~~~
    Bug 4452391 Calendar Portlet Authentication Certification (Jce) Expiring July 28th 2005

    I was unable to access the laptop last night to create a new user; however my client would perfer not to try a second account since that would make it unusable for him while we test the second profile.
    Also John Sophos was installed after this started to verify that it was not a virus/malware (I know pointless step but it has happened to me before) so I don't think that is the problem

  • Macbook Restarts after Shutdown

    hi,
    just recently my macbook has been restarting after about 10-30 minutes after i shut it down. i have unchecked the 'restart after power failure' and it is not scheduled for and startups in the power saver pane in System Pref.
    i was reading around and then reseted the PRAM but haven't done the SMC.
    i have also just got an Elgato DTT tuner and Eye TV 3 that seems to startup at login even though i don't wont it to, are they related.
    Any Ideas,
    Cheers
    farley

    Do you use any external display?
    If yes, disconnect the monitor cable prior to shutdown.
    <Edited By Host>

  • IMac G4 will not restart after OS X 10.4.6 upgrade

    I have manually upgraded my iMac G4 with downloaded upgrades from 10.4.1 up to 10.4.6 PPC. Each upgrade I sucessfully restarted the computer. After the 10.4.6 upgrade the computer now comes up with the grey/blue screen with the apple image in the centre and the little circle of lines going around ... endlessly!!
    Does anyone have any suggestions. I know the remaining memory space is low.

    Hi there...
    Well, you need to make free space on the computer's hard disk drive.
    And it would help if you could get that large 10.4.11 Combo download
    and then consider wiping everything off the computer so as to install
    a fresh new complete system on a zeroed and reformatted hard disk
    drive. An archive of all the stuff in your computer, to an external would
    be a plus. A clone could be helpful, so as to contain all the stuff at once.
    But you are a bit beyond that at this point... prevention is always best!
    Between software updates, upgrades, installs; etc. it is good to restart
    the computer (as it will prompt you to, and you often have little choice)
    and also run 'repair disk permissions' from the System's Disk Utility.
    Each time. Often, I restart a computer or start it up, and hold the Shift
    key down in order to get it to SafeBoot. Then log in, and choose Disk
    Utility in the Utilities folder, from GO in the Finder menu. Launch D.U.
    and choose 'repair disk permissions' and after it runs, quit that & restart.
    At this time, you may need to see if you can start up the computer from
    the Mac OS X 10.4 installer disc and in the second Installer screen,
    when a main Installer Menu bar appears, choose from the top bar to
    get Utilities, and run Disk Utility from there. Run 'repair disk' until you
    get a clean report; and then run 'repair disk permissions' too. Then
    you can also see if SMART reports the status of the hard disk drive
    as pass or satisfactory, or some bad message indicating failure.
    Exit Disk Utility (in the booted 10.4 installer's disc) and choose from
    the same menu in the header's menubar to select Startup Disk; use
    this to try and see if the computer's system can run the computer.
    At this point, I've also invoked SafeBoot and when the computer
    finally restarts (after using utility from boot disc) and again use the
    Disk Utility on the computer's system to 'repair disk permissions'
    and then quit D.U. and restart again. You can remove the boot
    installer disc any time possible, once you are done trying to repair
    the hard disk drive and the basic permissions. A mouse-button held
    on startup can force that Installer disc out.
    Hopefully these ideas, out of sequence a little, aren't confusing.
    Good luck & happy computing!

  • Multiple packages . . . multiple restarts?

    When using ARD to push out multiple OS update packages -- many of which would require an immediate restart if installed separately -- is it okay to install them all sequentially, in one task, and put off the restart until all finish?
    My concern is that if one update is intended to modify or add to an earlier one, the changes might not take effect if the Mac wasn't restarted between updates.
    Would it be wiser to restart after installing each update?
    Can anyone assure me this is NOT necessary?
    Thanks

    Depends on the update(s). If one is a prerequisite for another, then they need to be installed in the proper order and restarted before installing the other(s). But generally, if you know that the updates would show up together in Apple's software update, then it is ok to install them together.
    You can run softwareupdate -l on the client to see what Apple would do.
    MacBook Pro 15", iMac Core 2 Duo 20"   Mac OS X (10.4.8)  

  • Still restarts after instalation WIN7

    Hi everyone,
    I have problem, I have bought Lenovo IdeaPad G570 without OS. I tried to instal WIN7, everything going fine, but at the end of instalation, notebook wrote "logon process initialization failure" and still restarts. In instalacion I deleted partitions, and format the new one so i havent my backup file. I tried to recover it, but still the same. Could you help me pls.

    System get restarted after installation of windows. I would suggest you to kindly check the SATA mode controller in the BIOS mode, change it to IDE or compatible mode. To do so please restart the system and press F2 key continuously, Bios screen will appear.
    Also you can check with other operating system.
    Thanks & Regards,
    Sameer
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Music on hold restart after prompt

    Hey all,
    is there a way to have the MOH continue to play or pause the track, play a prompt, and then continue playing where it left off?
    At the present time the MOH restarts after every prompt places the contact back on hold.
    ccx express version is 5.0(2)SR02_Build04

    Hi,
    The only configuration on UCCX related to MoH is the Audio Source selected on the CTI Port for the User Hold Audio Source and the Network Hold Audio source.  Each time the UCCX script puts the call on hold, the audio stream gets connected to the MoH source on the CUCM or MoH server.  UCCX doesn't control what MoH is played to the caller though beyond the device configuration when the CTI ports are being created.
    I believe a fixed MoH Source would address this.  Just as a heads up, The multicast option for MoH is not a supported feature with CTI devices like UCCX ports, as it can lead to transfer issues in some cases.
    Here's a thread I came across on the IPT forum that discusses MoH restarting each time a call is put on hold.
    https://supportforums.cisco.com/thread/301999
    Thanks,
    Brendan

  • SCCM 2012r2 - Remove "invisible" packages/applications from Distribution Point

    Hello alltogether,
    I've encountered the following issue:
    Our distribution points are displaying applications/packages as "In Progress - Waiting for Prestage content".
    These packages doesn't exist anymore. Neither as prestage file nor in the config manager itself. We never tried to apply this package by using a prestage file because such a file never existed.
    Even if I open the "content" tab of one distribution point, I can't find these packages in there.
    The exact status of this package is the following:
    Message: Distribution Content
    Message Detail: Distribution Manager instructed Package Transfer manager to send Package "x" to distribution point "y".
    Status Type: In Progress
    I want to remove these "ghost" packages from the Distribution Status overview. Anyone has a clue how to accomplish this?
    Thanks in advance!
    Best Regards
    Feyh

    Hello,
    thanks for your answer!
    Unfortunately no, there is no information about these files.
    Yesterday we installed a new one, extracted all of our prestage files on it and watched the status. The Packages weren't listed in the "Distribution Point Configuration Status".
    After some time we added the new DP to our general DP-group where all of our packages/applications are assigned to. Now the "non-existing" packages are added with the "in Progress" status.
    I had a look into "Distribution Point groups -> Our group -> properties -> content" but these packages aren't displayed in the list. Some of the packages are now in the "waiting for prestage content" state, others are staying with the "Detail will
    be available after the server finishes proccessing ...".
    We managed to remove one of the packages by deleting it from the database.
    The following statement removed it from the Distribution status overview. However, we still are able to find the package in the database.
    select  * from SMSPackageswhere PkgID = 'P100003B'
    DELETE from SMSPackages
    where PkgID = 'P100003B'
    Apparently the delete-statement affected 72 rows. But we are having no clue which. As long as we are not sure we killed anything important we are not going to do this with the other packages because it's the productive system. We can't reproduce this in our
    test system...

  • Satellite A200 continuously restarts after windows update

    Hey all,
    The model Satellite A200-1GB (PSAE6E) worked perfectly for two years now (with Vista 32bit).
    Since running windows update yesterday and restarting, the laptop's been stuck in a loop of restarts, immediately restarting after the "POST" screen (Toshiba logo, etc) with a flash of blue screen.
    Holding F8 to read the message, it says INACCESSIBLE_BOOT_DEVICE (0x000007B) ...
    Trying to restore to a point before the failure failed for unknown reason (gave an error).
    Research in Google yielded a possible cause - maybe harddrive driver has changed to an incompatible type. There were some suggestions to turn off AHCI support in bios, but it doesn't have that option.
    The bios was not updated since purchase (it's version 1.4), but I can't update it because it seems the only update provided by Toshiba requires windows.
    Anybody has any clue how to fix the computer without reinstalling windows? Anything?
    Thanks in advance,
    Ofir

    Hi
    I doubt it could be a hardware error (my personal opinion) but nothing is impossible you know
    The point is that a BSOD can be caused by hardware error but also by an serious software issue
    In my opinion something went wrong during the update
    If you are not able to start the OS even using an safe mode then a new OS installation would be the last chance to get this issue sorted
    I think you should try a new install in order to find out if this could be a hardware issue because there is a small rest of risk that this could be a hardware problem

  • APC UPS (uninterruptible power supply) not restarting after power restored

    I just bought an APC UPS 1500VA Smart-UPS (model SUA1500) to protect:
    -- iMac 20" 2.16 GHz Intel Core 2 Duo with 2GB memory and 500GB internal disk
    -- (2) external Seagate FreeAgent Pro 750GB USB drives
    -- (1) external MacGurus Burly Firewire enclosure with (4) 1TB Seagate Barracuda 7200.11 drives
    -- DSL modem
    -- Ethernet hub
    -- Airport Express (b/g-model, not the new n model)
    The UPS is connected to my Mac via USB cable. The UPS shows up in System Profiler as "Smart-UPS 1500 FW:601.3.D USB FW:8.1". It also appears in System Preference Energy Saver pane.
    I have configured the Energy Saver preferences pane to shut down the computer when 75% of the UPS battery remains. And to restart after power failure (both on power adapter and on UPS).
    So I cut the power to the UPS and the computer properly shuts down when the battery reaches 75%. A couple of minutes later, the UPS turns itself off. All good so far.
    PROBLEM 1: When utility power is restored, the UPS does not restart. APC's documentation says it should. Is the Mac sending some sort of shut-down command to the UPS over the USB cable that is preventing the USB from restarting?
    PROBLEM 2: After I manually start the UPS (by turning it on after utility power is restored), the Mac ignores its setting to "automatically restart after power failure." I want the machine to restart itself because it is my backup server, music server, and provides file sharing access for other computers on my home-office network.
    Anyone else having trouble getting their UPS or Mac to restart after a power failure? Any thoughts? Any configuration settings I'm not getting right?
    Many thanks.

    The "Restart automatically after a power failure" option only restarts if the computer was running when power failed. Since you had it shutdown before the power failed, it's not going to restart. Maybe Mac servers, or the server version of OSX, have more options.
    Instead of shutting down when the UPS battery is almost dead, you could just stop all the applications that write to disk, so there won't be any disk operations in progress, then wait for the power to fail. It will then restart when the power come back. You should have something running to monitor the UPS, in case power returns, and the UPS doesn't shut off its output. In that case you should have it restart your applications.

  • After logic board replacement and software update, MacBook Pro is spontaneously shutting down and preventing restart. Inconsistent ability to restart after multiple tries. What is going on?

    After logic board replacement and software update, MacBook Pro is spontaneously shutting down and preventing restart. Inconsistent ability to restart after multiple tries. What is going on?

    Hard drive sensor or logic board failure.
    Try a SMC Reset, only thing I can help.
    http://support.apple.com/kb/ht3964
    Check your tones with this sounds like it's not recognizing the RAM, perhaps it's not seated well or making a bad connection or it's defective.
    http://support.apple.com/kb/ht1547
    Take it back. three times a charm

  • Not able to recover and restore Lenovo V100 ; restarts after hanging at line mup.sys in safe mode.

    Not able to recover and restore Lenovo V100 (WinXP professional) ; restarts after hanging at line mup.sys in safe mode.
    Problem started occurring suddenly after restart of the laptop.
    Windows XP start page (With dots moving) came up and I tried to restart the laptop in Safe mode.
    It stopped at a line mup.sys and after a while restarted automatically.
    Tried with inbuilt lenovo recovery and restore option.. but in vain...
    each screen is very very slow.. I tried patiently (With restore back to factory settings options) but finally I got message that restore failed.
    Can any body please help to me to resolve the Issue. I'm new to Tokyo and dont know any servicing center here :-(...
    Any body from Tokyo ? can you tell me where the service center is here in Shinagawa?
    Thanks in Advance....
    Swami

    Call Lenovo support in Japan and ask for a set of Recovery disks for your machine.
     Japan --Desktops 0120-000-817
    Notebooks 0570-064-400
    9AM - 6PM
    Everyday
    Except Second Sunday of the month, Year end

  • ITunes RADIO is not working.  "iTunes could not connect to the iTunes Store. Make sure your internet connection is active and try again." Try as I may, as many as ten attempts, trying to connect after restart, after shutdown, nothing works. Just so -  iTu

    iTunes RADIO is not working.
    “iTunes could not connect to the iTunes Store. Make sure your internet connection is active and try again.” Try as I may, as many as ten attempts, trying to connect after restart, after shutdown, nothing works. Just so …
    iTunes STORE not “connectable” with my otherwise perfectly-working internet connection, viable, up and running for all other uses.
    Simply put, firstly, I can't connect to the internet when I click on Radio.  People are quite suspicious that this is Apple incompetence or your company's famous arrogance for this commonly-suffered problem that you won't or “can’t” fix.
    Read the many web comments and you won’t be pleased with yourselves: the suspicion is that if you ruin internet radio on iTunes, Apple will somehow make more money on music downloads, etc. Bull.
    Also, thirdly, my old playlist of 20 or so internet radio stations in the Ambient category STILL PLAYS !
    Then fourth, I installed the latest available version of QuickTime Player 7.app Version 7.6.6 but it didn’t solve the problem either. I had QuickTime Player.app Version 10.2, but substituted what Apple website said was the latest, LOWER NUMBERED QuickTime Player version of 7.6.6
    Fifth, I can't connect to iTunes store no matter what I do or what user group's advice I try. So I can’t buy or download anything from iTunes. Bad for business.
    Sixth, I updated to the latest version of iTunes but this weird problem remains. All suggested Apple fixes or user group fixes are useless. Where is Apple’s famous technical competency, vaunted customer support?, and user-friendly product reputation? Get it back, please.
    Solve this problem of yours ASAP for us, your numerous disgruntled, dissatisfied customers of iTunes. You can do better, should, and really –in all fairness- must.
    ===============================================================
    NOTE:  no password for iTunes exists in my Keychain. Is this a problem?
    Apple ACCOUNT ID, and iTunes ID password, works but not to access iTunes with my healthy internet connection.
    Apple store id It works via direct internet connetion but not through iTunes.  Very strange.
    ===============================================================
    FYI, Hardware Overview:
      Model Name:                       MacBook Pro
      Model Identifier:                 MacBookPro8,2
      Processor Name:               Intel Core i7
      Processor Speed:               2 GHz
      Number of Processors:    1
      Total Number of Cores:    4
      L2 Cache (per Core):         256 KB
      L3 Cache:                            6 MB
      Memory:                              16 GB
      Boot ROM Version:            MBP81.0047.B27
      SMC Version (system):      1.69f4
      Serial Number (system):   C0*******F8V
      Sudden Motion Sensor:
      State:   Disabled
    Intel 6 Series Chipset:
      Vendor: Intel
      Product:            6 Series Chipset
      Link Speed:       6 Gigabit
      Negotiated Link Speed:           6 Gigabit
      Description:      AHCI Version 1.30 Supported
    M4-CT512M4SSD2:
      Capacity:           512.11 GB (512,110,190,592 bytes)
      Model: M4-CT512M4SSD2                         
      Revision:           040H   
      Serial Number: 0000000012330912E75A
      Native Command Queuing:    Yes
      Queue Depth:   32
      Removable Media:        No
      Detachable Drive:        No
      BSD Name:         disk0
      Medium Type:      Solid State
      TRIM Support:     Yes
      Partition Map Type:     GPT (GUID Partition Table)
      S.M.A.R.T. status:         Verified
      Volumes:
    disk0s1:
      Capacity:           209.7 MB (209,715,200 bytes)
      BSD Name:         disk0s1
      Content:            EFI
    disk0s2:
      Capacity:           511.25 GB (511,250,432,000 bytes)
      BSD Name:         disk0s2
      Content:            Apple_CoreStorage
    Recovery HD:
      Capacity:           650 MB (650,002,432 bytes)
      BSD Name:         disk0s3
      Content:            Apple_Boot
      Volume UUID:   600737FB-7A29-3BAE-859E-CBFE2E90C39A
    <Edited by Host>

    This my sound too simple, but I just kept clikning on the arrow next to the selected music and it finally "Kicked" in.
    I live in Europe ,So Be persistent and don't give up !  Aug. 2013

Maybe you are looking for

  • How to customize SSO Login URL and EBS AppsLocalLogin URL

    EBS version is 12.1.3 with SSO enabled (version 10.1.4.3) Original URL as follows: 1) SSO Login : http://cmcsifsdev01.cmc.gov.my:8006 2) EBS Local Login : http://cmcsifsdev01.cmc.gov.my:8006/OA_HTML/AppsLocalLogin.jsp There was a requirement from use

  • CS2 Error Could not complete your Request because there is not enough memory (RAM)"

    Using, WinXP SP3, P4, 80G HD, 2G RAM I had a student try to place, open and copy a .jpg file into Illustrator and none of the ways worked. 1) Opened Illustrator selected FILE, PLACE and then directed to get photo. It shows an empty box. 2) Starting f

  • Billing Document taking save without performing PGI

    Dear Experts, In our company all of our Billing is delivery related and we can not perform VF01 without performing post goods issue. But problem is we have configured a new company and after that Billing Documents taking save without performing PGI.

  • Exception on try JMS in weblogic server 9.2

    Hi to all,           My code is:           import javax.naming.InitialContext;           import javax.naming.Context;           import javax.naming.NamingException;           import javax.jms.*;           import java.util.Hashtable;           import

  • Mount: failed reason given by server: Permission denied

    Hi, I am getting this error when tried to mount # mount sfxdb01:/db01/u20/oracle/prodarch /db01/u20/oracle/prodarch mount: sfxdb01:/db01/u20/oracle/prodarch failed, reason given by server: Permission denied What is the reason? Thanks, Kavitha