Error in createouiprocess 1260

Hi all,
  • Remove From My Forums
  • Question

  • Hi all,

    We are experiencing an issue which happens at random whenever a user tries to export data from SAP into Excel or Word.  Excel or Word is started but remain empty.  We then see the below errors in the event log.  And the problem is very random
    as sometimes all they have to do is wait 10 minutes and the next try will be successful.  Not even log off/on.  Could someone tell me what the error «1260» is saying?     thanks for your help.

    Pete

    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          7/23/2013 4:07:36 PM
    Event ID:      10000
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Servername.domain.com
    Description:
    Unable to start a DCOM Server: {00020906-0000-0000-C000-000000000046}. The error:
    «1260»
    Happened while starting this command:
    «C:Program Files (x86)Microsoft OfficeOffice12WINWORD.EXE» -Embedding

    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          7/23/2013 3:54:34 PM
    Event ID:      10000
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Servername.domain.com
    Description:
    Unable to start a DCOM Server: {00024500-0000-0000-C000-000000000046}. The error:
    «1260»
    Happened while starting this command:
    «C:Program Files (x86)Microsoft OfficeOffice12EXCEL.EXE» /automation -Embedding

    • Edited by

      Wednesday, July 24, 2013 1:04 PM
      change names for privacy

Answers

  • Hi,

    Based on my research, please try the following:

    1. Click Start, click Run, type regedit in the Open box, and then click OK.
    2. Locate the following registry subkey:

    HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonNotifytermsrv

    1. Under this subkey, add the following registry entries:

    Name

    Type

    Value data

    Logoff

    REG_SZ

    TSEventLogoff

    Logon

    REG_SZ

    TSEventLogon

    1. Restart the Terminal Server computer.

    Note: Serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry
    before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, please refer to
    How to back up and restore the registry in Windows.

    Hope this helps.


    Best Regards
    Jeremy Wu
    • Marked as answer by
      Jeremy_Wu
      Tuesday, July 30, 2013 6:34 PM

Error:

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-03-19_06-52-06PM. Please wait …Error in CreateOUIProcess(): 13
: Permission denied


When: While running ./runinstaller

Cause: oracle specific osuser unable to execute temp files from /tmp file system as execute permissions on /tmp was not allowed

$ ls -ld /tmp
drwxrwxrwt. 13 root root 4096 Mar 19 18:48 /tmp
 

Have look at the «.» after drwxrwxrwt which means some restriction 

Solution:

1.   Refer below /etc/fstab output for tmp filesystem (rest is truncated from below o/p)

$ cat /etc/fstab
# /etc/fstab
# Accessible filesystems, by reference, are maintained under ‘/dev/disk’
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/root_vg-lv_tmp /tmp  ext4  defaults,nodev,nosuid,noexec    1 2
tmpfs              /dev/shm    tmpfs   defaults,nodev,nosuid,noexec        0 0
 

Remove ,nodev,nosuid,noexec  flag , save file . Re-login & run installer
File should look as below (for tmp specific file system only)

$ cat /etc/fstab
# /etc/fstab
# Accessible filesystems, by reference, are maintained under ‘/dev/disk’
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/root_vg-lv_tmp /tmp  ext4    defaults    1 2
tmpfs                   /dev/shm    tmpfs   defaults       0 0

Also it is suggested to un-mount & re-mount the /tmp

2.  If solution specified in 1 does not work then set TEMP variable to some valid location having sufficient space & re-try it should work 

$ TEMP=/oradump/11.2.0.1_software/
$ export TEMP

$ ./runInstaller
Starting Oracle Universal Installer…

Checking Temp space: must be greater than 120 MB.   Actual 43354 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 8191 MB    Passed
Checking monitor: must be configured to display at least 256 colors
>>> Ignoring required pre-requisite failures. Continuing…
Preparing to launch Oracle Universal Installer from /oradump/11.2.0.1_software/OraInstall2013-03-19_06-57-08PM. Please wait …

  • Svetoslav Gyurov

Jan 16, 2015
1 min read

Just a short post on a problem I encountered recently.

I had to install 11.2 GI and right after running the installer I got a message saying permission denied. Below is the exact error:

[oracle@testdb grid]$ ./runInstaller -silent -showProgress -waitforcompletion -responseFile /u01/software/grid/response/grid_install_20140114.rsp
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB.   Actual 7507 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 8191 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-01-15_12-12-20PM. Please wait ...Error in CreateOUIProcess(): 13
: Permission denied[/plain]

Quickly tracing the process I can see that it fails to execute the java installer:

27316 execve("/tmp/OraInstall2015-01-15_12-05-40PM/jdk/jre/bin/java", ["/tmp/OraInstall2015-01-15_12-05-"..., "-Doracle.installer.library_loc=/"..., "-Doracle.installer.oui_loc=/tmp/"..., "-Doracle.installer.bootstrap=TRU"..., "-Doracle.installer.startup_locat"..., "-Doracle.installer.jre_loc=/tmp/"..., "-Doracle.installer.nlsEnabled="T"..., "-Doracle.installer.prereqConfigL"..., "-Doracle.installer.unixVersion=2"..., "-mx150m", "-cp", "/tmp/OraInstall2015-01-15_12-05-"..., "oracle.install.ivw.crs.driver.CR"..., "-scratchPath", "/tmp/OraInstall2015-01-15_12-05-"..., "-sourceLoc", ...], [/* 22 vars */]) = -1 EACCES (Permission denied)

I never had this problem before, see similar behaviour with having selinux enabled but that wasn’t the case.

Then why I remembered that while formatting a partition for u01 and adding to fstab I saw that tmp didn’t have the default mount options:

/dev/mapper/vglocal00-tmp00 /tmp                    ext4    defaults,noexec 1 2

Indeed, the noexec option will not let you execute binaries that are on that partition. This server was built by a hosting provider and I guess this was part of thir default deployment process.

After removing the option and remounting /tmp (mount -o remount /tmp), installer was able to run successfully.

Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Asked
3 years, 3 months ago

Viewed
852 times

I am working on Laravel 5.8 and PHP 7.2 and my code is working fine on cPanel Admin. But when I tried to upload it on a different domain with Plesk Admin then this error showed up.

in Process.php line 334

  • php
  • laravel
  • symfony
  • plesk

theduck's user avatar

theduck

2,56913 gold badges17 silver badges23 bronze badges

asked Nov 6, 2019 at 9:28

Bilal Afzal's user avatar

5

  • Can you show your code here.

    Nov 6, 2019 at 9:30

  • This is not a coding problem I think. (at HandleExceptions->handleError(2, ‘proc_open(): CreateProcess failed, error code — 1260) this is the problem.

    Nov 6, 2019 at 9:40

  • Problem seems to be with PHP configurations of Plesk Admin.

    Nov 6, 2019 at 9:47

  • $this->process = proc_open($commandline, $descriptors, $this->processPipes->pipes, $this->cwd, $envPairs, $options);

    Nov 6, 2019 at 10:03

  • This line of code is causing error.

    Nov 6, 2019 at 10:03

  • The Overflow Blog
  • Featured on Meta

Related

Hot Network Questions

  • First pre-1940s SF story that mentions the use of an atomic bomb

  • いいじゃない vs よくない, whats the difference?

  • Roll a painted cube

  • Do conference organizers make a good profit?

  • Minimize worker variance assignment problem

  • What is the zero element in the direct sum of modules?

  • Why don’t ARM Cortex series CPUs list their CPU speed in Hz?

  • Why is mind interacting with matter any more problematic than matter interacting with matter?

  • Primality of a number of more than 50k digits

  • The universal value of Boltzmann constant?

  • Difference between MIDI tracks and channels

  • Are all the default applications duplicated?

  • Citing a lecture

  • The body in the cellar

  • Indefinite Number of Arguments?

  • How does putting an LED in parallel with an 8-bit computer load affect the voltage/current of a circuit?

  • Tension Between Absolutism and Relativism: How to Choose?

  • Should I stop at ‘N’ when switching from ‘R’ to ‘D’?

  • When quoting issuing commands to multiple individuals, should each new person be a new paragraph?

  • Does it matter if you don’t preheat the oven for frozen French fries

  • Djinn in modern times

  • How to force fit of the data to exactly match one of its points?

  • Do astronauts use plumber’s bifocals?

  • when using a chromatic mediant chord in a minor piece which accidental do you use?

more hot questions

Question feed

Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

  • After installing Windows 10 updates, many users have reported a printer error of 1260.
  • This error can have several error messages, including: “We cannot install this printer at this time.
  • Try again later or contact your network administrator” This error is due to new driver packaging requirements and can be resolved by configuring point and print policies in the Group Policy Editor.
  • If you too have fallen victim to this error, here’s how to fix it in Windows 10.

Unable To Add The Per Machine Printer Connection

A printer with the same name already exists.

It will be possible to determine the cause of an error if the writer joblog is populated with error messages.

Are you having problems with your computer’s printer? Does it display an “error code 1260” when you try to print something? If you’re having a problem with your computer, don’t worry. You can solve this problem by simply following a few quick and easy steps by Techquack. But before you get to the basic solutions, check out these workarounds.

The printer error 1260 has been reported by many users after updating their Windows 10 operating system. This error can have a variety of errors messages, including:

There have been numerous reports of printer errors of 1260 after installing Windows 10 updates. Some of these errors include:

Please restart your computer to try installing this printer again later. ERROR #1260.

Unable To Install Network Printer Windows 10

The network printer can also be added manually to a local port in Windows 10 to circumvent error 0000011b.

If you are also experiencing this error in Windows 10, here is how to resolve it. It is due to new driver packaging requirements.

What causes printer error 1260

What causes printer error 1260

A software restriction policy prevented Windows from opening this program. Please open Event Viewer to find out more information.

There may be errors displayed such as “We can’t connect to this print queue because of your system policy. If you’re having trouble connecting, please contact your system administrator,” or error code #1260 if you download from the Control Panel.

If you have received this warning on your PC, it means that there was a malfunction in your system operation. Error code “Error 1260” is one of the issues that users may get as a result of incorrect or failed installation or uninstallation of software that may have left invalid entries in system elements. Other potential causes may include improper system shutdown, such as due to a power failure, someone with little technical knowledge accidentally deleting a necessary system file or system element entry, as well as a number of other factors.

This works fine for printing to the Epson Picturemate240 using a D-link DPR 1260 print server.

A new driver packaging awareness requirement called KB3163912 was released in 2016 that causes this error. This issue can be resolved by configuring group policies for pointing and printing. This error was corrected in the 1730 version, but it was a subtle one. If you have also experienced this error, follow these steps to resolve it.

Unable To Install Printer Cannot Complete This Function

The error most likely occurs when you manually install a printer. It means that you have installed either the wrong driver or an outdated driver. If this error occurs, it is most likely a conflicting driver. In order to fix this issue, you will need to uninstall the incompatible driver and install the proper driver. Let’s look at how to do so.

Unable To Add Shared Printer Windows 10

It is necessary to uninstall one of the following updates on the computer where the printer is shared (!) in order to solve the issue:

To fix printer error 1260

To fix printer error 1260

Antivirus should be disabled and firewall

Firewall should be disabled

  1. To access the Settings menu, click Start.
  2. Updates and security can be found there.
  3. You can access Windows Security by clicking on it.
  4. Protect your network with a firewall.
  5. To view the current network, click on it.
  6. Click the Windows Firewall switch at the bottom of the page to turn it off.

Antivirus should be disabled

  1. Then temporarily disable any third-party antivirus programs you may have installed.
  2. Using the right click menu, disable antivirus.
  3. Temporarily disable is the option to select.

Uninstalling your antivirus program and then installing the printer or its drivers may solve the problem if disabling it does not work.

Adding Printer Failed

Under the “Printers and Faxes” section, locate the problematic printer installation and then right-click it to remove it, along with the driver.

During the trial phase you’ll be able to perform unlimited scans and backups of your Windows system elements for no charge. Registration starts at USD 29.95 for the full version.

You should re-enable the Windows firewall and antivirus program if the problem is resolved after disabling them.

Add the FQDN and NETBIOS names for the Point and Pinter server

  1. Run can be opened by pressing Windows + R.
  2. The Group Policy Editor can be opened by typing gpedit.MSC.
  3. You will now need to determine the restriction policy regarding points and pins.
  4. Select Properties from the right-click menu of the policy.
  5. Print servers can no longer be specified only by the FQDN; short names must also be included.
  6. You must now include “serv-print” in the Group Policy Editor, seperated by semicolons, if you have the following FQDN: serv-print. my domain. local.
  7. In the event that a printer problem still persists, run gpupdate after making the necessary changes.

In the case of a blocked connection or a problem with Group Policy Editor, you may receive the “Policy is in effect on your computer 1260 printer” error. This article explains how to resolve the issue and get your printer working again.

Frequently Asked Questions

  1. Change the port settings. Press the Windows + R logo key on your keyboard -> type devmgmt.MSC and press Enter to open Device Manager.
  2. Make sure that your printer is on the network.
  3. Reinstall the printer driver.
  4. Set the printer driver service to automatic mode.
  5. Update Windows.

Click on the Start icon in the lower-left corner of your screen, select Control Panel, then Devices and Printers. Right-click the appropriate printer and select «View Print». In the window that opens, select «Printers» on the top menu bar. Select «Use Online Printer» from the drop-down menu.

Describes a Group Policy Object (GPO) that controls how Windows clients (workstations) behave when they try to install a printer driver.

A printer connected to the system’s USB hub with too many devices to provide a direct connection may refuse to work this way. Turn off the printer and restart it to do a reset on the printer side. If this is not the problem, check the connection to the wireless router, and restart it.

Mark Ginter

Mark Ginter is a tech blogger with a passion for all things gadgets and gizmos. A self-proclaimed «geek», Mark has been blogging about technology for over 15 years. His blog, techquack.com, covers a wide range of topics including new product releases, industry news, and tips and tricks for getting the most out of your devices. If you’re looking for someone who can keep you up-to-date with all the latest tech news and developments, then be sure to follow him over at Microsoft.

Понравилась статья? Поделить с друзьями:
  • Error in connection establishment net err connection refused
  • Error in conflict multiple assets emit different content to the same filename index html
  • Error in configuration process project files may be invalid cmake opencv
  • Error in communication with engine kerio control
  • Error in command syntax check command help