OCIEnvInit fails

I'm working on a 32-bit c ++ app that I build with VS 2010 Express. I downloaded the 32-bit instant client 12.0.1.2. The customer base found here:

I:\oraclexe\XEClient\12.0.1.2\Win32

and the sdk here:

I:\oraclexe\XEClient\12.0.1.2\Win32\sdk

The search for the libs VS 2010 order is defined as follows:

I:\oraclexe\XEClient\12.0.1.2\Win32\sdk\lib\msvc\vc10

I:\oraclexe\XEClient\12.0.1.2\Win32\sdk\lib\msvc

I copied these files in the same folder as the executable I built:

I:\oraclexe\XEClient\12.0.1.2\Win32\oci.dll

I:\oraclexe\XEClient\12.0.1.2\Win32\ociw32.dll

I:\oraclexe\XEClient\12.0.1.2\Win32\VC10\oraocci12.dll


The reason why I did all this is because I have 64 bit Oracle11GR2 installed on the same computer, so e NV var ORACLE_HOME points to I:\oraclexe\app\oracle\product\11.2.0\server and I:\oraclexe\app\oracle\product\11.2.0\server\bin is in the PATH env var.  Of course my 32-bit application must associate the 32-bit libs and use so the 32-bit client 32-bit DLLs.

I checked OracleXE, and the listener are running and listening on port 1521.

Now whenever my app hits OCIEnvInit, it returns-1. I get more info than that, and can't explain why this is happening, or where I should find an answer:

OCIEnv * pEnv;

State int;

status = OCIEnvInit (& pEnv, OCI_DEFAULT, 0, 0);

Any help is greatly appreciated .

RESOLVED:

My problem was that I copied the wrong of the dll in the same folder as my executables.

I copied these files in the same folder as the executable I built:

I:\oraclexe\XEClient\12.0.1.2\Win32\oci.dll

I:\oraclexe\XEClient\12.0.1.2\Win32\ociw32.dll

I:\oraclexe\XEClient\12.0.1.2\Win32\VC10\oraocci12.dll

Once I've copied all of these files, worked:

I:\oraclexe\XEClient\12.0.1.2\Win32\oci.dll

I:\oraclexe\XEClient\12.0.1.2\Win32\oraociei12.dll

Tags: Database

Similar Questions

  • OCIStmtExecute fails with ORA03001: function not implemented

    Here is my program to insert a value in a table. The OCIStmtExecute fails with ORA03001: unimplemented function. Please help why what is happening.

    < code >
    #include < stdio.h >
    #include < stdlib.h > to
    #include < string.h >
    #include < oci.h >
    #include < conio.h >
    static text = username (text ) "mrs_user";
    static text password = (text ) "mrs_user";

    / * Define the SQL statements to be used in the program. */
    static text selquery = (text ) "' insert into tgt_char_table values: 1 ';"

    public static OCIEnv * envhp;
    public static OCIError * errhp;
    public static void checkerr();
    public static void cleanup();

    int main();

    status of the static sword;

    int main (argc, argv)
    int argc;
    char * argv [];
    {

    SB4 srchlen = 10;
    SB4 rtvlen = 10;
    text * srchstrng;

    OCISession = authp (OCISession ) 0;
    OCIServer * srvhp;
    OCISvcCtx * svchp.
    OCIStmt * stmthp;
    OCIDefine defnp = (OCIDefine ) 0;
    OCIBind PBED = (OCIBind ) 0;

    (void) OCIInitialize ((ub4) OCI_DEFAULT, (dvoid *) 0)
    (dvoid * (*) (dvoid *, size_t)) 0,.
    (dvoid * (*) (dvoid *, dvoid *, size_t)) 0,.
    (void (*) (dvoid *, dvoid *)) 0);

    (void) OCIEnvInit ((OCIEnv **) & envhp, OCI_DEFAULT, (size_t) 0,)
    (dvoid **) 0);

    (void) OCIHandleAlloc ((dvoid *) envhp, (dvoid *) & errhp, OCI_HTYPE_ERROR,)
    ((size_t) 0, (dvoid *) 0);

    / * contexts server * /.
    (void) OCIHandleAlloc ((dvoid *) envhp, (dvoid *) & srvhp, OCI_HTYPE_SERVER,)
    ((size_t) 0, (dvoid *) 0);

    (void) OCIHandleAlloc ((dvoid *) envhp, (dvoid *) & svchp, OCI_HTYPE_SVCCTX,)
    ((size_t) 0, (dvoid *) 0);

    (void) OCIServerAttach (srvhp, errhp, (text *) "xe", strlen ("xe"), 0);

    / * Server context set attribute in the context of the function * /.
    (void) ((dvoid *) svchp, OCI_HTYPE_SVCCTX, OCIAttrSet (dvoid *) srvhp,)
    ((ub4) 0, OCI_ATTR_SERVER, (OCIError *) errhp);

    (void) OCIHandleAlloc ((dvoid *) envhp, (dvoid *) & authp,)
    (ub4) OCI_HTYPE_SESSION (size_t) 0, (dvoid *) 0);

    (void) OCIAttrSet ((dvoid *) authp, OCI_HTYPE_SESSION (ub4),)
    (dvoid *) username, (ub4) strlen ((char *) username).
    (ub4) (OCI_ATTR_USERNAME, errhp);

    (void) OCIAttrSet ((dvoid *) authp, OCI_HTYPE_SESSION (ub4),)
    (dvoid *) password, password (ub4) strlen ((char *)).
    (ub4) (OCI_ATTR_PASSWORD, errhp);

    checkerr (errhp, OCISessionBegin (svchp, errhp, authp, OCI_CRED_RDBMS,
    (ub4) OCI_DEFAULT));

    (void) OCIAttrSet svchp, OCI_HTYPE_SVCCTX (ub4) ((dvoid *),)
    (dvoid *) authp, (ub4) 0,.
    (ub4) (OCI_ATTR_SESSION, errhp);

    checkerr (errhp, OCIHandleAlloc ((dvoid *) envhp, (dvoid *) & stmthp,))
    OCI_HTYPE_STMT (size_t) 0, (dvoid *) 0));


    / * Allocation buffer for the string to search for and recovered a string * /.
    srchstrng = (text *) malloc (srchlen (size_t) + 1);

    / * Statement * /.
    checkerr (errhp, OCIStmtPrepare (stmthp, errhp, selquery, (ub4) strlen ((char *) selquery), (ub4) OCI_NTV_SYNTAX, OCI_DEFAULT (ub4)));

    / * Sets the output to the selection list variable. */
    / * If (status = OCIDefineByPos (stmthp, & defnp, errhp, retrievedstring,(dvoid *) 1, rtvlen + 1,,(dvoid *) SQLT_AFC 0, (ub2 *) 0, (ub2 *) 0, OCI_DEFAULT))
    {
    checkerr (errhp, status);
    Cleanup();
    OCI_ERROR return;
    }*/


    printf ("enter the name to insert :");
    scanf ("% [^ \n]", srchstrng);
    printf ("the name entered is \"%s\"et the length is d\n", srchstrng, strlen (srchstrng));

    / * Bind the placeholder in the statement to "selquery. */
    If (status = OCIBindByPos (stmthp, & PBED, errhp, 1,
    (dvoid *) srchstrng, srchlen (sword), SQLT_AVC,.
    (dvoid_*) 0, (ub2 *) 0, (ub2 *) 0, (ub4) 0, (ub4 *) 0, OCI_DEFAULT))
    {
    checkerr (errhp, status);
    Cleanup();
    OCI_ERROR return;
    }

    If ((status = OCIStmtExecute(svchp, stmthp, errhp, (ub4) 1, (ub4) 0,)))
    (CONST OCISnapshot *) NULL, (OCISnapshot *) NULL, OCI_DEFAULT)) & & (status! = OCI_NO_DATA))
    {
    checkerr (errhp, status);
    Cleanup();
    OCI_ERROR return;
    }
    If (status is OCI_NO_DATA)
    printf ("the name entered does not exist.");

    getche();
    return 0;

    } / * End main * /.


    void checkerr (errhp, status)
    OCIError * errhp;
    status of the sword;
    {
    text errbuf [512];
    SB4 errcode = 0;
    switch (status)
    {
    case OCI_SUCCESS:
    break;
    case OCI_SUCCESS_WITH_INFO:
    (void) printf ("error - OCI_SUCCESS_WITH_INFO\n");
    break;
    case OCI_NEED_DATA:
    (void) printf ("error - OCI_NEED_DATA\n");
    break;
    case OCI_NO_DATA:
    (void) printf ("error - OCI_NODATA\n");
    break;
    OCI_ERROR case:
    (void) OCIErrorGet ((dvoid *) errhp, (ub4) 1, (text *) NULL, & errcode,)
    errbuf, sizeof (errbuf) (ub4), OCI_HTYPE_ERROR);
    (void) printf ("error - %.*s\n", 512, errbuf);
    break;
    case OCI_INVALID_HANDLE:
    (void) printf ("error - OCI_INVALID_HANDLE\n");
    break;
    case OCI_STILL_EXECUTING:
    (void) printf ("error - OCI_STILL_EXECUTE\n");
    break;
    case OCI_CONTINUE:
    (void) printf ("error - OCI_CONTINUE\n");
    break;
    by default:
    break;
    }
    }

    void cleanup()
    {
    If (envhp)
    (void) OCIHandleFree ((dvoid *) envhp, OCI_HTYPE_ENV);
    return;
    }
    < code >

    It's just your SQL is a bit syntactically incorrect:

    SQL> insert into test values :1;
    insert into test values 1
                            *
    ERROR at line 1:
    ORA-03001: unimplemented feature
    
    SQL> insert into test values ( :1 );
    
    1 row created.
    
  • CoreTelephony error in trace file as a file for coretelephony tracing operation has failed, perhaps you need more disk space. Details "error opening the file/tmp/ct.shutdown, err = operation not permitted

    I got this error:

    "CoreTelephony Trace file error
    A file for CoreTelephony tracing operation failed, you might run out of disk space. Details "error opening the file/tmp/ct.shutdown, err = operation not permitted"

    I tried to solve it by searching for CoreTelephony errors. Could not resolve yet.
    Software does not, especially of photoshop...

    Any ideas?

    Same thing here, iMac with OS X 10.11.6. All started a couple days ago. Have not found any valid solution online yet, I tried rebooting in recovery mode and check disk, but it seems that everything is ok with the drives and permissions.

  • Printer "filter failed" for macOS Sierra?

    Hi all

    I have upgraded my iMac and MacBook Pro with the new macOS Sierra and did not have a lot of problems until recently. As my exams are approaching, I print on my printer, Canon E560 comments. However, recently, some pages may not be printed and printing stops. He said "stopped -"filter"failed", and I can't find a way to solve this problem. I did this experiment several times, and in early printing, it is said immediately that the filter is not on my computer, but continues to print up to a page where it stops. Some pictures on the already printed pages are distorted. Is this related to the Sierra macOS? This is true for my two computers. I replaced the cartridges of ink, but in vain. I've also sent cannon on it, but they take a lot of time to answer me.

    I have another printer on the floor in my house, which is of my fathers. So, I tried printing with it, but words have white lines through it, for some pages. This shows that it may be a problem with the document or the software, macOS Sierra 10.12.

    For two printers, it seems that the content of the pages is pushed down as well.

    Thank you very much

    Ethan

    Have you looked for a new driver for your printer? Canon are responsible for updating the drivers for their products to ensure that they are compatible with the new operating system

  • Failed to install Sierra

    On 22 September, I tried in vain to install MacOS 10.12 Sierra. He failed during installation with a message despite the 198 GB available disk space. Today, I tried again, but the Ap store reports that Sierra has been downloaded. If yes how to either delete it or restart the installation process?

    Re-download from the purchases in the App Store page.

  • I downloaded Sierra.  Installation failed saying corrupted download.  App Store still says downloaded, but there is no button install and I can't download it again.

    I downloaded Sierra.  Installation failed saying corrupted download.  App Store still says downloaded, but there is no button install and I can't download it again.

    What should I do?

    Hello volvoxc70,

    I understand that you have downloaded macOS Sierra, but are not able to install it, because you are told that the download was corrupted. In a situation like this, the next step would be to remove existing installation application download and re - download.

    Applications downloaded from the App Store: click on the Launchpad icon in the Dock, hold the application icon until all the icons begin to jiggle, then click on the button to remove the application. If you later want the app, you can reinstall it on the App Store.

    OS X El Capitan: install, update and uninstall applications
    https://support.Apple.com/kb/PH21867

    If you do not have Launchpad on your Dock, you can access your Applications folder in the Finder menu reach > Applications. Once in the application, find install it macOS Sierra app, click once to select it, open the file menu > move to the trash. You will need to enter your administrator password to perform this operation.

    See you soon!

  • purchase did not bought failed

    I can not bought any gems of clans clas via apple amy ID. I have 112 purchase $ failed bought failed. Please contact itunes support.

    If you did not already the message tells you to do, then you need to do (these are user forums):

    -go to http://www.apple.com/support/itunes/ww

    -Click on the flag of your country (the country where you are, and therefore the country on your account)

    -Click on contact Support to the upper right

    -Click on help under "Talk To Us".

    Or use this form: https://www.apple.com/emea/support/itunes/contact.html

  • Message error "arrested -"filter"has failed."

    After upgrading to Mac OS Sierra, when you attempt to send a test print my Epson Stylus Photo 2200, I get the message error "stop -"filter"failure" in my print queue.

    I have left clicked on the printer-> error log menu item, and I have the following in the error log.

    E [27/Sep / 2016:10:04:40-0500] [Job 3] Job is stopped due to errors in filter; For more details, see the error_log file.

    D [27/Sep / 2016:10:04:40-0500] [Job [3] the following messages have been saved since 10:04:38 to 10:04:40

    D [27/Sep / 2016:10:04:40-0500] banner of start-up [Job 3] adding page 'none '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] queued on the "EPSON_Stylus_Photo_2200" by "derekberube".

    D [27/Sep / 2016:10:04:40-0500] file [Job 3] seized automatic...

    D [27/Sep / 2016:10:04:40-0500] [Job 3] request file type is application / vnd.cups - banner.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] file of type application / vnd.cups - banner in queue 'derekberube '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] end banner add page 'none '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] time to processing = 1474988678

    D [27/Sep / 2016:10:04:40-0500] [Job 3] 3 filters for task:

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgbannertopdf (application / vnd.cups - banner to application/pdf, cost 33)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster (application/pdf in the application / vnd.cups - raster, cost 100)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] /Library/Printers/EPSON/InkjetPrinter2/Filter/rastertoescpII.app/Contents/MacOS /rastertoescpII (application / vnd.cups - raster to printer/EPSON_Stylus_Photo_2200, 0 cost)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] job-sheets = none, none

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [0] = "EPSON_Stylus_Photo_2200".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [1] = '3 '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [2] = "derekberube".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [3] = "testprint.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [4] = "1".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [5] = "AP_ColorMatchingMode = AP_VendorColorMatching AP_D_InputSlot = nocollate com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMJobName = testprint com.apple.print.PrinterInfo.PMColorDeviceID... n. = 23775 com.apple.print.PrintSettings.PMCopies... n = 1 com.apple.print.PrintSettings.PMCopyCollate... b. com.apple.print.PrintSettings.PMFirstPage... n = 1 com.apple.print.PrintSettings.PMLastPage... n = 2147483647 com.apple.print.PrintSettings.PMPageRange... a.0... n = 1 com.apple.print.PrintSettings.PMPageRange... a.1... n. = 2147483647 fit-to-page media = letter requested by pserrorhandler = standard job-uuid=urn:uuid:8781dff0-21e9-31ef-5b09-534d193452be job-originating-name of host = localhost to-date-time-create = date-time-to-processing = time-to-creation" time processing 1474988678 = 1474988678 = document-name-supplied testprint PageSize = letter»

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [6] = "/ private/var/spool/cups/d00003-001.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [0] = "< CFProcessPath >".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [1] = "CUPS_CACHEDIR = / private/var/spool/cups/cache '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [2] = "CUPS_DATADIR = / usr/share/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [3] = "CUPS_DOCROOT = / usr/share/doc/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [4] = "CUPS_FONTPATH = / usr/share/cups/fonts.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [5] = "CUPS_REQUESTROOT = / private/var/spool/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [6] = "CUPS_SERVERBIN = / usr/libexec/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [7] = "CUPS_SERVERROOT = / private/etc/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [8] = "CUPS_STATEDIR = / private/etc/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [9] = "HOST = / private/var/spool/cups/tmp".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [10] = "" PATH = / usr/libexec/cups/filter: / usr/bin: / usr/sbin: / bin: / usr/bin ""

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [11] = "[email protected]".

    "D [27/Sep / 2016:10:04:40-0500] [Job 3] envp[12]="SOFTWARE=CUPS/2.2.0 ".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [13] = ' TMPDIR = / private/var/spool/cups/tmp ".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [14] = "USER = root"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [15] = "CUPS_MAX_MESSAGE = 2047"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [16] = ' CUPS_SERVER = / private/var/run/cupsd.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [17] = "CUPS_ENCRYPTION = IfRequested"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [18] = 'IPP_PORT = 631'

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [19] = "CHARSET = utf-8"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [20] = "LANG = fr_FR. UTF - 8"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [21] = "APPLE_LANGUAGE = en - en"

    "D [27/Sep / 2016:10:04:40-0500] [Job 3] envp[22]="PPD=/private/etc/cups/ppd/EPSON_Stylus_Photo_2200.ppd ".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [23] = "RIP_MAX_CACHE = 128 m"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [24] = "' CONTENT_TYPE = application / vnd.cups - banner" "

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [25] = "DEVICE_URI = 0 usb://EPSON/Stylus%20Photo%202200?serial=L5602021107061925"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [26] = "PRINTER_INFO = EPSON Stylus Photo 2200"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [27] = "PRINTER_LOCATION = MacBook Pro Derek Berube\"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [28] = "PRINTER is EPSON_Stylus_Photo_2200"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [29] = "PRINTER_STATE_REASONS = none"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [30] = "CUPS_FILETYPE = document"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [31] = "" FINAL_CONTENT_TYPE = vnd.cups - raster/application ""

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [32] = "AUTH_I."

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Started filter/usr/libexec/cups/filter/cgbannertopdf (PID 2075)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Started filter /Library/Printers/EPSON/InkjetPrinter2/Filter/pdftopdf2.app/Contents/MacOS/pdft opdf2 (PID 2076)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Started filter/usr/libexec/cups/filter/cgpdftoraster (PID 2077)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Started filter /Library/Printers/EPSON/InkjetPrinter2/Filter/rastertoescpII.app/Contents/MacOS /rastertoescpII (PID 2078)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Started backend/usr/libexec/cups/backend/usb (PID 2079)

    "D [27/Sep / 2016:10:04:40-0500] [Job 3] Message catalog filename is \"/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework s/PrintCore.framework/Versions/A/Resources/English.lproj/cups_apple.strings\.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] load_banner(filename=\"/private/var/spool/cups/d00003-001\")

    D [27/Sep / 2016:10:04:40-0500] [Job 3] usb: AppleLanguages =-"en - US\".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] STATE: + connection-device

    D [27/Sep / 2016:10:04:40-0500] [Job 3] looking for \'EPSON Stylus Photo 2200\'

    D [27/Sep / 2016:10:04:40-0500] [Job 3] open connection

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PID 2078 (/Library/Printers/EPSON/InkjetPrinter2/Filter/rastertoescpII.app/Contents/MacO S/rastertoescpII) was arrested with the 206 State (output Interface queue is full)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Tip: try to set the LogLevel "debug" to learn more.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Page = 612 x 792; 9.40 at 603-783

    D [27/Sep / 2016:10:04:40-0500] [Job 3] directory ' / Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin ' permissions OK (040755/uid = 0/gid = 80).

    D [27/Sep / 2016:10:04:40-0500] [Job 3] directory ' / System/Library/Printers/Libraries/USBGenericPrintingClass.plugin ' permissions OK (040755/uid = 0/gid = 0).

    D [27/Sep / 2016:10:04:40-0500] [Job 3] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0 x 00000000)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] load_classdriver(/Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin) (kr:0 x 00000000)

    "D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: copy to temp \"/private/var/spool/cups/tmp/0081d57f93b5a\ print file '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] STATE:-connecting-to-device

    D [27/Sep / 2016:10:04:40-0500] [Job 3] sending data to the printer.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] sent 0 bytes...

    D [27/Sep / 2016:10:04:40-0500] [Job 3] STATE: + cups-wait-for-work-over

    D [27/Sep / 2016:10:04:40-0500] [Job 3] align for banner 1.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PID 2075 (/ usr/libexec/cups/filter/cgbannertopdf) came out without error.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PID 2076 (/Library/Printers/EPSON/InkjetPrinter2/Filter/pdftopdf2.app/Contents/MacOS/pdf topdf2) came out without error.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: \"/private/var/spool/cups/tmp/0081d57f93b5a\"has 1 pages.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: open \"/private/etc/cups/ppd/EPSON_Stylus_Photo_2200.ppd\ file PPD «...»

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: PreferredRotation = - 90

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsPageSize = [612 792], cupsImagingBBox = [9 40 603 783]

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: width = 612, length = 792, high = 9, low = 40, left = 9, right = 9

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsWidth = 2970, cupsHeight = 3715

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: languageLevel = 3, mediaBox.size.width = 612, mediaBox.size.height = 792

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: colorspace = 1, bitsPerColor = 8

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: the seller matching mode is turned on and the requested transfer color space is sRGB.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: skipBytesPerRow = 8

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: bandwidth = 2970, bytesPerRow = 11888, band height = 3715, height = 3715

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: width of the frame = 2970, height = 3715 bitsPerComponent is 8, bitsPerPixel = 32 bytesPerRow = 11888, bitmapInfo = 5, resolution = (360.000000, 360.000000)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] HWResolution = [360 360]

    D [27/Sep / 2016:10:04:40-0500] [Job 3] ImagingBoundingBox = [9 40 603 783]

    D [27/Sep / 2016:10:04:40-0500] [Job 3] margins = [9-40]

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PageSize = [612 792]

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsWidth = 2970

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsHeight = 3715

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsBitsPerColor = 8

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsBitsPerPixel = 24

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsBytesPerLine = 8910

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: rasterWriteHeader: unable to write the header streams raster: Broken pipe

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: bytes written for the side 1 = 0, err = 5

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PID 2077 (/ usr/libexec/cups/filter/cgpdftoraster) came out without error.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] waiting for read thread exits...

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PID 2079 (/ usr/libexec/cups/backend/usb) came out without error.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] end of messages

    D [27/Sep / 2016:10:04:40-0500] [Job 3] printer - state = 3 (idle)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] printer-State-message = "Sending data to printer."

    D [27/Sep / 2016:10:04:40-0500] [Job 3] - printer-motivation = none

    Line 66 # in the above seems to indicate the rastertoescpII utility failed with a status code of 256 and the error message "output Interface queue is full.

    Troubleshooting steps

    To try to solve this problem, I followed the steps described in the article «problems of printer on your Mac»  I have reset the printing system and it does not work.  I have also unplugged the printer, deleted the contents of the folder/library/printers/and then plugged the printer into.

    You will need to check with Epson to see if there is a new driver for your device compatible with macOS Sierra. The old drivers are not compatible. Even with the new driver, some people state that the error is not fixed :-( YMMV.

  • SIMBL installation failed

    Recently, I upgraded my OS X to OS X 10.11.6 10.11.5 mini and I now get a message indicating:

    "Failed to install SIMBL. Something going wrong, probably protect the integrity of the system.

    the console contains the following entries:

    27/09/16 9:44:45.139 AM com.apple.xpc.launchd [1]: switch (net.culater.SIMBL.Agent) please far OnDemand to KeepAlive.

    27/09/16 9:45:02.639 AM Dock [293]: cannot create dictionary Pack, the path "/ Library/Application Support/SIMBL/Plugins/Webroot.bundle/Contents/Info.plist".

    27/09/16 9:45:02.640 AM Dock [293]: unable to load the package to the path "/ Library/Application Support/SIMBL/Plugins/Webroot.bundle".

    27/09/16 9:45:02.769 AM cDockHelper [380]: failed to install SIMBL

    27/09/16 9:45:32.228 AM SIMBL Agent [336]: cannot create dictionary Pack, the path "/ Library/Application Support/SIMBL/Plugins/Webroot.bundle/Contents/Info.plist".

    27/09/16 9:45:32.229 AM SIMBL Agent [336]: unable to load the package to the path "/ Library/Application Support/SIMBL/Plugins/Webroot.bundle".

    27/09/16 9:48:25.563 AM SIMBL Agent [336]: cannot create dictionary Pack, the path "/ Library/Application Support/SIMBL/Plugins/Webroot.bundle/Contents/Info.plist".

    27/09/16 9:48:25.563 AM SIMBL Agent [336]: unable to load the package to the path "/ Library/Application Support/SIMBL/Plugins/Webroot.bundle".

    Webroot's antivirus software.

    someone has an idea of what could be the problem?

    Thank you

    John

    My recollection is THAT SIMBL has always caused problems with OS X.

    Do you consider this mission-critical in your workflow?

  • iMac 2012 - sierra installation failed, caught in the loop, please help

    Hey everybody.

    That's what I have:

    iMac 27 "mid-2011. He had on El Capitan.

    This iMac contains two hard drives and drive superdrive.

    A disc is 256 GB SSD and the other a regular 2 TB internal HARD drive.

    As SSD is faster that I keep my OS X and programs on this SSD drive, all the other stuff like photos, music, documents, are put on the classic 2 TB HDD.

    This is what happened:

    Attempt of I:

    Everything was going well until the installer has discovered that the SSD did not have a sufficient space to install. I quit the installer, the option pop up, I called "Startup Volume" has chosen my SSD and restarted it. Has been 2 attempts, if I'm not wrong, but worked. I killed and moved the files, I think now would be enough disk space on my SSD tried the Sierra ad install again.

    --> Attempt II:

    This time Sierra Installer arrived at the stage language choose where he welcomed and asked to choose the language. The next screen it tells me once again: not enough space, the bigger internal drive offers enough, but I don't want that. So, I tried the same exit to leave the program and launch then boot Volume installation...

    ... that in trouble:

    My SSD drive now no longer appears in this window of the boot Volume.

    When you try to access the boot Volume it will skip in the app language choose, sometimes shows this window choice animation multilingual, sometimes simply stays gray but will show when moving the mouse upwards arrow to the top of the screen, choose language drops in when I try to open the boot Volume after leaving the installation program. In addition, the language choice (can not be exited by cmd Q is said by the way) seems to open before the boot app Volume and the boot volume app does not appear my drive more-> Catastropheeeeee!

    Also option to restart regular off the menu above will not help. After about half to the top of the boot of the SIERRA Installer keeps new hindsight. No chance to reboot to my previous El Capitan based OSX. I am bound to this loop.

    Is turned off, wait and switch back to does not help, even in a loop.

    Then I tried also open disk utility, I also have an external time machine backup drive connected. Tried this way to restore my SSD of time machine, which fails on every attempt.

    I'm totally caught up.

    Help, please!

    just in case.

    I did the job.

    Launched my iMac in disc mode on my mac pro book. A few items to the disc hard iMac deleted, then restarted, macos sierra resumed and concluded correctly, in other words: all and working again!

    Even a message to Apple to look bad when insufficient disk space is detected, see my first post, thanks.

    Best regards

    Max

  • 12.5.1 iTunes fails to install (new)

    My Toshiba Portege running Win7 fails to install iTunes 12.5.1.  It's the same problem, I met years ago with 6464 installers, but found the installer for old video cards work perfectly.  Apparently someone at Apple decided to not (yet) offer Setup for older video cards for 12.5.1.  I spent 6 hours so far today tried a multitude of settings with installer 6464.  In the meantime I have remove all the Apple software in the prescribed sequence and restart.  I've got rights admin - so what happens?  I'm headed to 12.4.3 now so I can communicate with my new iPhone SE.

    Okay - I found my own solution, but he was buried in the documents to help around to install iTunes on Windows. Apparently I can't find the version of iTunes for older video cards directly by Apple, but there was a link in the help to the 12.5.1 document version.  With the download of the iTunes64Setup (not the 6464), I was able to successfully install 12.5.1! Now, I can't wait for the next update see how much fun it will be to locate the 64 version...

  • File system, verify or repair failed during the installation of Sierra

    I downloaded Sierra and when he tried to install I get an error "file system check or repair a failure", how can I resolve this problem and install Sierra?

    Start of recovery

    and open disk utility:

    -Look at the Smart function. If other verified tham means disc is a failure. The disk may be failing, even if the status is verified.

    -If she tells checked then repair/First Aid disk. If it can be repaired and then try reinstalling the Sierra.

    If it is repairable, replace the drive

  • Xcode Server installation failed (ssl configuration infrastructure)

    After the upgrade to Server 5.2 today, I am unable to start the service of Xcode as a result of a mistake.

    The first time, I tried to implement the service, after having chosen the Xcode application, I was asked to create a service user account Xcode. So, I followed the guests to create a Xcode Server user account.

    Then I saw a message that Xcode Helper should be allowed to make UI script, to which I agreed.

    Finally, a progress bar appears where, apparently, that was under the service of Xcode configuration.

    And then an error stating:

    Xcode Server installation failed (ssl configuration infrastructure)

    Try clicking on choose Xcode and selecting a new version of Xcode or upgrade to a newer version of the server.

    Given that I had just installed the latest version of Xcode previously, I advanced and checked that Xcode launches without problem, and no message appears.

    Then I went to System Preferences > Security & privacy > accessibility and verified that an entry is added for Xcode Helper, and I checked the box next to it to allow access.

    Also, I have advanced and connected to the server of Xcode user account and used the fast user switching option to return to my main account.

    Unfortunately, trying to start again service results in the same error. I even tried to start the service when you are logged on the server of Xcode user account. Whenever it has failed with the same message.

    Whenever I try to start the service, I see this (or very similar) message sequence struck the system log:

    20 September 15:50:36 servermgr_xcode Server [867]: getSetXcodePathProgressWithRequest: {}

    control = getSetXcodePathProgress;

    currentPercentageCompleteRangeMaximum = 10;

    currentPercentageCompleteRangeMinimum = 10;

    currentStep = 'Xcode stop server';

    percentComplete = 10;

    status = running;

    }

    20 September 15:50:37 Server servermgr_xcode [867]: task completed (State 0)

    20 September 15:50:37 Server servermgr_xcode [867]: stderr output for the job:

    (4 / 6) [START] stop nginx daemon

    (3 / 6) Server [START] stop API

    (1 / 6) [START] stop CouchDB

    (6 / 6) [START] stop builder

    (5 / 6) [START] daemon stop control

    (2 / 6) [START] stop repeat

    (5 / 6) [END - 0.05 S] Stop control daemon

    (1 / 6) [END - 0.05 S] Judgment of CouchDB

    (2 / 6) [END - 0.05 S] Stopping repeat

    (3 / 6) [END - 0.05 S] Stop server API

    (4 / 6) [END - 0.14 S] Stop the nginx daemon

    (6 / 6) [END - 0.16 S] Stop generator

    A successful!

    Total time: 0.32 seconds

    20 September 15:50:37 Server servermgr_xcode [867]: launch/usr/bin/xcrun xcscontrol - initialize - build-service-user xcodeserver

    20 September 15:50:37 Server servermgr_xcode [867]: wait for task to leave

    20 September 15:50:37 Server lsd [961]: LaunchServices: could not store file lsd-identifiers to /private/var/db/lsd/com.apple.lsdschemes.plist

    20 September 15:50:37 Server servermgr_xcode [867]: xcscontrol reported progress: (1/29) checking that Xcode is accessible

    20 September 15:50:37 Server sudo [1422]: root: TTY = unknown; PWD =; USER = nobody; /Applications/XCode.app/Contents/developer = / usr/bin/file COMMAND

    20 September 15:50:37 Server servermgr_xcode [867]: xcscontrol reported progress: (1/29) checking that Xcode is accessible

    20 September 15:50:37 Server servermgr_xcode [867]: xcscontrol reported progress: running (4/29) xcode-selector - /Applications/Xcode.app

    20 September 15:50:38 Server servermgr_xcode [867]: xcscontrol reported progress: integration of control to prepare (9/29)

    20 September 15:50:38 Server servermgr_xcode [867]: xcscontrol reported progress: (11/29) setting up the config for Redis file

    20 September 15:50:38 Server servermgr_xcode [867]: xcscontrol reported progress: (12/29) setting up the config for CouchDB file

    20 September 15:50:38 Server servermgr_xcode [867]: xcscontrol reported progress: launchd jobs (13/29) system configuration

    20 September 15:50:38 Server servermgr_xcode [867]: xcscontrol reported progress: (14/29) creative group for users of service if required

    Note : There was a lot of posts like this that I missed:

    20 September 15:50:38 syslogd server [69]: notice of Configuration:

    ASL Module 'com.apple.AccountPolicyHelper' claims the selected messages.

    These messages may not appear in the standard system log files or in the database of the ASL.

    20 September 15:50:38 Server servermgr_xcode [867]: xcscontrol reported progress: configuration record (16/29)

    20 September 15:50:38 Server servermgr_xcode [867]: xcscontrol reported progress: users of creative services (17/29) if necessary

    20 September 15:50:38 Server servermgr_xcode [867]: xcscontrol reported progress: infrastructure configuration of SSL (18/29)

    20 September 15:50:39 Server servermgr_xcode [867]: getSetXcodePathProgressWithRequest: {}

    control = getSetXcodePathProgress;

    currentPercentageCompleteRangeMaximum = 75;

    currentPercentageCompleteRangeMinimum = 20;

    currentStep = "Configuring SSL infrastructure."

    percentComplete = 54;

    status = running;

    }

    20 September 15:50:41 com.apple.SecurityServer [114 Server]: displaying guest Keychain for Applications/Xcode.app/Contents/Developer/usr/bin/xcscontrol(1421)

    20 September 15:50:41 Server servermgr_xcode [867]: xcscontrol reported progress: FAILED (18/29): configuration of SSL infrastructure

    20 September 15:50:41 Server servermgr_xcode [867]: task completed (Status 5)

    20 September 15:50:41 Server servermgr_xcode [867]: stderr output for the job:

    (1/29) [START] make sure Xcode is accessible

    (1/29) [END - 0.20 S] Make sure Xcode is accessible

    Audit (2/29) [START] version of Xcode is supported

    (2/29) [END - 0.00 S] Check if the version of Xcode is supported

    Developer mode (5/29) [START] if necessary activation

    [START] Running (4/29) xcode-selector - /Applications/Xcode.app

    (29/3) [START] check if the server version is supported

    (3/29) [END - 0.02 S] Check if the server version is supported

    Data directories (6/29) [START] creation by default (if they are missing)

    (6/29) [END - 0.00 S] Creation of data directories by default (if they are missing)

    (7/29) [START] create a symbolic link to the current path of the Xcode application

    Access to the repository (8/29) [START] HTTP configuration

    Integration of control (9/29) [STARTED] preparation

    Access [START] SSH configuration repository (10/29)

    (8/29) [END - 0.12 S] Access to the HTTP repository configuration

    (7/29) [END - 0.12 S] Create a symbolic link to the current path of the Xcode application

    (10/29) [END - 0.12 S] The access to the repository SSH configuration

    (11/29) [START] establishing the file config for Redis

    (12/29) [START] set up the config for CouchDB file

    (13/29) [START] Setup launchd job system

    (5/29) [END - 0.16 S] Enabling developer mode if necessary

    (9/29) [END - 0.23 S] Preparation of control integrations

    (11/29) [END - 0.16 S] Setting up the config for Redis file

    (12/29) [END - 0.20 S] Setting up the config for CouchDB file

    (13/29) [END - 0.20 S] Launchd jobs system configuration

    Group creation [START] (14/29) for users of service if required

    Saving configuration [START] (16/29)

    (15/29) [START] configuration CouchDB to use all cores

    (14/29) [END - 0.02 S] Creation of service if required users group

    Users of creative services [START] (17/29) if necessary

    (4/29) [END - 0.41 S] Running xcode - select - switch for /Applications/Xcode.app

    (15/29) [END - 0.08] Configuration of CouchDB to use all cores

    (16/29) [END - 0.33 S] Configuration of the recording

    (17/29) [END - 0.52 S] Creation of users of the service if necessary

    Configuration of SSL infrastructure [START] (18/29)

    (18/29) [END - 3.03 S] FAILED: SSL infrastructure Configuration

    Failed: could not export the certificate of the server API: error Domain = =-25308 Security Code 'user intervention is not permitted.' UserInfo = {NSLocalizedDescription = User interaction is not allowed.}

    Total time: 4.13 seconds

    The service initialization error: could not export the certificate of the server API: error Domain = =-25308 Security Code 'user intervention is not permitted.' UserInfo = {NSLocalizedDescription = User interaction is not allowed.}

    20 September 15:50:41 Server servermgr_xcode [867]: response: {}

    error = "Xcode Server Configuration has failed (ssl configuration infrastructure)";

    errorCode = "-1";

    errorDomain = ServermgrXcodeErrorDomain;

    errorLocalizedDescription = "Configuration of Xcode Server failed (ssl configuration infrastructure)";

    errorLocalizedFailureReason = "failed to install Service in step: Setup ssl infrastructure";

    errorLocalizedRecoverySuggestion = "try clicking on choose Xcode and selecting a new version of Xcode or upgrade to a newer version of the server.

    errorString = "Configuration of Xcode Server failed (ssl configuration infrastructure)";

    status = 1;

    }

    20 September 15:50:41 com.apple.xpc.launchd [Server 1] (com.apple.dt.XCSDeviceService [1417]): Service not out 5 seconds after SIGTERM. Sending SIGKILL.

    20 September 15:50:42 Server servermgr_xcode [867]: getSetXcodePathProgressWithRequest: {}

    control = getSetXcodePathProgress;

    currentPercentageCompleteRangeMaximum = 75;

    currentPercentageCompleteRangeMinimum = 20;

    currentStep = "FAILED: SSL infrastructure configuration ';

    error = "Xcode Server Configuration has failed (ssl configuration infrastructure)";

    errorCode = "-1";

    errorDomain = ServermgrXcodeErrorDomain;

    errorLocalizedDescription = "Configuration of Xcode Server failed (ssl configuration infrastructure)";

    errorLocalizedFailureReason = "failed to install Service in step: Setup ssl infrastructure";

    errorLocalizedRecoverySuggestion = "try clicking on choose Xcode and selecting a new version of Xcode or upgrade to a newer version of the server.

    errorString = "Configuration of Xcode Server failed (ssl configuration infrastructure)";

    percentComplete = 54;

    status = FAILURE;

    }

    This article is interesting:

    20 September 15:50:41 com.apple.SecurityServer [114 Server]: displaying guest Keychain for Applications/Xcode.app/Contents/Developer/usr/bin/xcscontrol(1421)

    No prompt was displayed at this time. I had to see a real Keychain prompt? In any case, this article seems to be the cause of the problem:

    Failed: could not export the certificate of the server API: error Domain = =-25308 Security Code 'user intervention is not permitted.' UserInfo = {NSLocalizedDescription = User interaction is not allowed.}

    Help to get the Xcode service backup and race would be much appreciated!

    I had this same problem. I typed in the following in the terminal:

    sudo /applications/xcode-beta6.app/contents/developer/usr/bin/xcscontrol--reinitialiser

    After the reset, I tried to enable the server to Xcode from the macOS GUI server and it worked

  • Others become the iTunes update server message connection failed?

    Others become the iTunes update server message connection failed?

    My iPad has the logo of iTunes with the load icon and cannot update or restore on computer at home.

    All internet connections are very good.

    I'm having the same problem I tried 3 cables of computers 4 and my ipad won't restore or update.

  • iOS 10 update failed iPhone 6 now frozen on the Logo screen

    I connected my iPhone 6 (he was stuck in endless loop Recovery Mode with closed force) to iTunes and tried to update to iOS 10. After about 20 minutes, the update failed. Now my phone is frozen on the Logo screen with the loading of updated under him bar. Force restart it brings back me to the screen in recovery mode.

    I also tried to use another cord, restarted my computer, update iTunes... nothing seems to work. I tried this several times in the last 36 hours with ZERO luck.

    MY camera got in as recovery mode well once completed the download of ios 10 on itunes.

    I had to unplug my phone and plug it in again... Make sure that all drivers are up-to-date. attention to any message of warning or error code filling on your itunes.

    ITunes and the computer must be updated. the cable must be the original.

    Although I made a backup, recovery mode was not something I wanted. It worked for me, once I followed this step.

    Install the latest version of iTunes. (12.5.1.21)

    1. Restart your computer.
    2. Automatically search for updates of your Mac or PC. If you restart your computer for an update, check the updates again after the reboot.
    3. Strength of your unit to restart. ()When you see the option restore or update, choose update. iTunes will try to reinstall iOS without erasing your data. Please wait while iTunes downloaded the software for your device. If the download takes more than 15 minutes and the device out of recovery mode, let the download is finished, then repeat these steps.)

    The Apple logo with the bar of progression after the update or restore iPhone, iPad or iPod touch - Apple Support

    If you see errors 9, 4005, 4013, 4014, when you restore your device iOS - Apple Support or

Maybe you are looking for