Migration job error

Hi, all!
I'm trying to migrate objects from old sccm 2007 to new 2012 R2
The most collections were migrated sucessfully, but some of them can't be migrated.
Migration job ends with error code 134217727.
migmctrl log says: 
WARNING: [Worker]: Ignore Error & Continue [import failed - Test_Collection SMS_Collection.CollectionID='00100045' Microsoft.ConfigurationManagement.SoftwareLibrary.ObjectSerialization.LibraryException ---> System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'System_IP_Subnets_ARR_PK'. Cannot insert duplicate key in object 'dbo.System_IP_Subnets_ARR'. The duplicate key value is (2097152240, 10.99.120.0). The statement has been terminated.
Sql query returns next:
SELECT [ItemKey]
,[IP_Subnets0]
FROM [CM_TTT].[dbo].[System_IP_Subnets_ARR]
where ItemKey='2097152240'
ItemKey IP_Subnets0
2097152240 10.99.0.0
What could be a problem?

Seems as if it is trying to add (2097152240, 10.99.120.0) to System_IP_Subnets_ARR which violates the primary key. Just exclude that single collections and create it manually. 
Torsten Meringer | http://www.mssccmfaq.de

Similar Messages

  • How to increase storage migration job timeout in SCVMM 2012 R2

    Hi,
    I needed to move a VM 2+TB in size on slow storage to another volume. The VM was turned off. The VMM job failed after 9 hours and 23 seconds with following error:
    Error (2924)
    Unable to complete the request. Operation on the hyperv1.company.local server timed out.
    Recommended Action
    Try the operation again.
    VHD files were copied to destination successfully, but were not removed from source and also the VM was not imported from the destination location.
    So it looks like there is 9 hour default timeout for storage migration jobs in VMM.
    How to increase this timeout?
    Thanks,
    Egils

    Brian,
    If you got the same timeout error sooner then my assumption that this is 9 hour file copy timeout was wrong.
    In my case the files were copied successfully, the VM was was removed from Failover Cluster and Hyper-V (unregistered in source location), but was not registered in destination location, so it might be that timeout occurred during registration of the VM in
    destination location.
    Unfortunately the SCVMM error message does not include any details about the timeout.
    Btw, there are some SCVMM timeouts that can be changed, like
    http://support.microsoft.com/kb/2790310
    http://blogs.technet.com/b/vishwa/archive/2011/02/01/tuning-scvmm-for-vdi-deployments.aspx
    and WinRM timeouts
    http://blogs.technet.com/b/jonjor/archive/2010/04/21/intermittent-connectivity-issues-and-cluster-refresh-times-with-windows-2008-r2-and-scvmm-2008-r2.aspx
    Egils

  • Sending job error message to admin by email

    Hi everyone...
    Anyone knows how to send job error message to admin by email? For example, if crawler failed, an email is sent to admin with the error message. I'm thinking of building windows service which run at the background and knows when a job fail and send the error message through email to admin.
    Is there a better way?
    Cheers,
    Jefi Santoso

    hi,
    >>>Can this be achieved through BPM?
    yes you can put your transformation step
    and send step in a block and specify an exception
    branch and catch all exceptions that will
    occur during transformations and the send step
    then you can send info from the exception branch to
    any other system
    you won't be able to catch the error's name
    but you will be able to notify any thinrd party
    about the error
    more on error catching:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/4a773f12f14a18e10000000a114084/content.htm
    Regards,
    michal

  • How do I view Migrate Data errors - Access 2003 - Oracle 10g

    I'm trying to use the SQL Developer to migrate data from an Access 2003 database to an Oracle 10g database. I followed the instructions found here:
    http://www.oracle.com/technology/tech/migration/workbench/files/omwb_getstarted.html
    I was able to complete every step except the actual data move. I exported the xml for the Access database, I captured the export and then ran the generation scripts on my target Oracle database (I'm using the same schema for the migration repository and the actual data). It created the tables with only one or two errors which I resolved.
    Now, when I select Migration->Migrate Data, I get the dialog that appears to start 4 or 5 threads and attempts to migrate each table. They all error and do not transfer any rows. I can see that there's one error per table, but I can't see the error text. I just know that an error occurred. Is there a log somewhere or is the error displayed somewhere else? How do I know what's gone wrong?
    Thanks.

    I too receive unexplained error counts using the Migrate Data menu selection and unexplained failures using the Generate Data Move Scripts menu selection. Permissions granted by role or direct grants should not be a problem, but a Migrate Data error appears in the Migration Log panel at the bottom of the SQL Developer window, "Failed to disable constraints: ORA-00942 ... ". No further details available on what constraints or why the error. No other errors were detected while following the instructions found in the Oracle SQL Developer Migration Workbench Getting Started guide. SQL Developer never migrates the data from the existing Access 2000 mdb file to the newly created schema objects in Oracle 10g using either method. The following roles and privileges have been granted to both the repository owner and the target schema owner:
    GRANT RESOURCE TO MIGRATE_USER WITH ADMIN OPTION;
    GRANT CONNECT TO MIGRATE_USER WITH ADMIN OPTION;
    ALTER USER MIGRATE_USER DEFAULT ROLE ALL;
    -- 25 System Privileges for MIGRATE_USER
    GRANT CREATE ROLE TO MIGRATE_USER;
    GRANT ALTER TABLESPACE TO MIGRATE_USER;
    GRANT ALTER ANY SEQUENCE TO MIGRATE_USER;
    GRANT INSERT ANY TABLE TO MIGRATE_USER;
    GRANT SELECT ANY TABLE TO MIGRATE_USER;
    GRANT CREATE ANY TABLE TO MIGRATE_USER;
    GRANT UNLIMITED TABLESPACE TO MIGRATE_USER WITH ADMIN OPTION;
    GRANT DROP TABLESPACE TO MIGRATE_USER;
    GRANT CREATE ANY TRIGGER TO MIGRATE_USER;
    GRANT ALTER ANY ROLE TO MIGRATE_USER;
    GRANT CREATE VIEW TO MIGRATE_USER WITH ADMIN OPTION;
    GRANT DROP USER TO MIGRATE_USER;
    GRANT CREATE TABLESPACE TO MIGRATE_USER;
    GRANT GRANT ANY ROLE TO MIGRATE_USER;
    GRANT CREATE ANY SEQUENCE TO MIGRATE_USER;
    GRANT ALTER ANY TABLE TO MIGRATE_USER;
    GRANT DROP ANY TRIGGER TO MIGRATE_USER;
    GRANT DROP ANY ROLE TO MIGRATE_USER;
    GRANT DROP ANY SEQUENCE TO MIGRATE_USER;
    GRANT UPDATE ANY TABLE TO MIGRATE_USER;
    GRANT ALTER ANY TRIGGER TO MIGRATE_USER;
    GRANT COMMENT ANY TABLE TO MIGRATE_USER;
    GRANT DROP ANY TABLE TO MIGRATE_USER;
    GRANT CREATE PUBLIC SYNONYM TO MIGRATE_USER WITH ADMIN OPTION;
    GRANT CREATE USER TO MIGRATE_USER WITH ADMIN OPTION;
    -- 1 Tablespace Quota for MIGRATE_USER
    ALTER USER MIGRATE_USER QUOTA UNLIMITED ON USERS;
    Operating system for both Access 2000 and Oracle 10g is Windows XP PRO SP2.
    Oracle SQL Developer is version 1.1.2.25 build MAIN-25.79 on Windows XP PRO SP2. All three are on the same PC.
    Since only the last step failed, I created a User DSN with the ODBC administrator. Then, linked the newly created Oracle table to Access via ODBC using the DSN created. Next, I created an append query with the source being the Access table and the target being the Oracle table. I moved the data by pressing the red exclamation mark.

  • Code in before report getting executed but "Job error is: BIP job failed."

    Customer is executing a BIP job that fires a pl/sql procedure via before report trigger. Procedure is completing successfully. But the BIP report is not getting generated. ESS process ends in error with the following error:
    oracle.as.scheduler.ExecutionErrorException: ESS-07033 Job logic indicated a system error occurred while executing an asynchronous java job for request 604103. Job error is: BIP job failed.
         at oracle.as.scheduler.rp.AsyncFinalizeProcessor.processFinalizeRequest(AsyncFinalizeProcessor.java:131)
         at oracle.as.scheduler.rp.AsyncJavaSysExecWrapper.finalizeExecution(AsyncJavaSysExecWrapper.java:250)
         at oracle.as.scheduler.rp.EndpointProcessor.finalizeExecute(EndpointProcessor.java:1018)
         at oracle.as.scheduler.rp.EndpointProcessor.finalizeExecuteWrapper(EndpointProcessor.java:980)
         at oracle.as.scheduler.adapter.EndpointImpl.finalizeExecute(EndpointImpl.java:561)
         at oracle.as.scheduler.ejb.EssAppEndpointBean.finalizeExecute(EssAppEndpointBean.java:162)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy197.finalizeExecute(Unknown Source)
         at oracle.as.scheduler.ejb.ESSAppEndpoint_t596cy_MDOImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.MDOMethodInvoker.invoke(MDOMethodInvoker.java:35)
         at oracle.as.scheduler.ejb.ESSAppEndpoint_t596cy_MDOImpl.finalizeExecute(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.invokeFinalizeExecute(RequestProcessor.java:8133)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.execStage_Finalize(RequestProcessor.java:7331)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.process_execute(RequestProcessor.java:4813)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.dispatchHandler(RequestProcessor.java:2833)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.processExecuteEvent(RequestProcessor.java:696)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.processUpdateEvent(RequestProcessor.java:1345)
         at oracle.as.scheduler.adapter.ra.WorkUnitWorkerBase.processWork(WorkUnitWorkerBase.java:199)
         at oracle.as.scheduler.adapter.ra.WAWorker.run(WAWorke...
    Any tips/pointers on possible issues? Could this be a template corruption?

    Any reply for the above error please.I do have the same issue.
    Please suggest.

  • Job error in external Service when printing from Google Cloud: HP Laserjet Profession​al P 1102w

    I have set up my printer and associated it with Google Cloud Printing. I have shared the printer with my daughter who is on a chromebook. When she tries to print, the printer is there and the job is sent to ePrint bu I get an error saying: "job error in external service". No documents are able to print. Google says this is an HP problem.
    I have deleted the printer on my daughters account and re-shared it and reassociated it, but this does not help. On my printers page, my daughter's google account is identified as "allowed to print". But it still doesnt work. Any ideas?
    This question was solved.
    View Solution.

    Hello mapuche,
    Welcome to the HP Support Forums!
    Will the Laserjet P1102w accept an ePrint from any / all other areas? For example, if (on the Chromebook) you open an Email, forward the Email to the printers ePrint address, will it print?
    Try logging into HPConnected, under Devices, click Settings> Open to Anyone.
    Try sending a print via Google Cloud Print now with this setting enabled, let me know if it sends the print through. I have seen this straighten many issues out.
    Would not be a bad idea to check for firmware updates on the printer too: HP LaserJet P1102w Firmware Update Utility<---A USB connection and Windows computer is needed.
    Cheers,
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Email Migration Tool Error

    Hi,
    I get an error by using the Email Migration Tool Error with OCS Release 2 on a Linux RH AS 2.0 single box server:
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/mail/migration/migrate/Migrate
    Command:
    $ORACLE_HOME\bin\migrate.sh
    Please help.
    Bob de Leeuw

    I had an 9.2 database already installed on my laptop. I installed the migration tool in c:\oracle\ora92\oes\migration and set ORACLE_HOME=c:\oracle\ora92.

  • Project Server 2013 migration workspace error

    Project Server 2013 migration workspace error
    Hello all,
    I have just completed my Project Server 2010 to 2013 migration. All look OK until I tried using Project Professional 2013 and opening a project with about 25
    Users (Enterprise Resource) . Opening took about 7 min. I tried creating a new project with 5 users and still took longer then is should. 
    I decided to run the below command and I received a lot of errors about missing workspace.  Please help if anyone can.
    Thank you in advance !!!
    Test-SPProjectWebInstance -Identity http://XXXXXXXX.XXXXXX | Format-Table -Wrap -AutoSize | Out-File -FilePath c:\
    Rule                                                                        
                     TimeStamp             Message                          
    Microsoft.Office.Project.Server.HealthRules.ProjectBICenterExistenceHealthRule                4/16/2014 12:05:57 AM                              
                                              The following ProjectBICenters   
                                              have missing lists:              
                                              (/projectserver/ProjectBICenter, 
                                              Reports).                        
    Microsoft.Office.Project.Server.HealthRules.ProjectWorkspacesExistenceHealthRule              4/16/2014 12:05:58 AM The following projects are       
                                              missing the workspace webs: 'cf8f
                                              0345-c4b5-e311-a4d0-0019b93bec52'
                                              , '52babaa6-c4b5-e311-a4d0-0019b9
                                              3bec52', '37ff2ac5-37bc-e311-b0a9
                                              -0019b93bec52', '17fe20c2-38bc-e3
                                              11-b0a9-0019b93bec52', 'b7faad6a-
                                              39bc-e311-b0a9-0019b93bec52', 'c9
                                              a70e95-a3b3-e311-b36f-0019b93bec5
                                              2', 'fdf3c3f9-86ba-e311-b3d2-0019
                                              b93bec52', 'ee95175e-f4bc-43f6-a9
                                              c9-02837b5791bc', '5e2cbc54-4114-
                                              4f24-af05-03e024c85046', 'bfd9e49
                                              5-2a42-405c-9035-04e51f4afb2b', '
                                              e381d24d-e82d-452b-b1ae-04f74e215
                                              fd8', 'b85dc99a-0989-4fe1-af0a-05
                                              c6b9448991', 'f2e1c579-2493-4ffd-
                                              99a0-072b7f5f527f'

    All,
    Bulk update and post up gradation tasks was completed at time of migration.
    I did notice that when opening Project Professional 2013 and unselecting
    Load Resource Assignments, everything opens and runs as it should. Not sure why ? So I think for now, I'll run Project Professional 2013 without Load Resource Assignments until I find a fix.
    As for (The following projects are missing the workspace webs) error, still getting them.
    Thanks all for the Quick Reply's.
    JBAE

  • KDE login: Fetch Job Error

    Hi,
    since today I receive an error message when I log in into KDE. It says
    "Fetch Job Error - Plasma Desktop Shell
    Unknown Error:  Unable to fetch from backend"
    I have to click OK otherwise I can't use the system. After that everything works (or at least seems to).
    Don't know if this is related or belong into another thread: Resume from KDEs Suspend doesn't work anymore - the screen just turns black.
    Last edited by Barghest (2011-12-28 11:17:54)

    This is probably caused by some stale entries in the akonadi cache for your calendars. Try to remove and re-add the calendars in korganizer, that fixed the error for me. This error was silent before, but a "fix" in 4.7.4 makes it show those annoying dialogs.

  • SAP DEV migration process error

    Hi all,
    SAP DEV migration process error.Error Details:
    Source system
      SAP ECC6.0 SR2
      DB: DB2.9.1.4
      OS: AIX 5.3
    Target system
      SAP ECC6.0 SR2
      DB: DB2.9.1.4
      OS: SUSE 10 64 Bit
    ERROR      2008-11-13 07:41:06
               CJSlibModule::writeError_impl()
    CJS-30023  Process call '/usr/sap/DEV/SYS/exe/run/dipgntab -rwr40 -srctt DDNTT -srctf DDNTF -dsttt DDNTT -dsttf DDNTF -ttonly TT' exits with error code 126. For details see log file(s) dipgntab.log.
    TRACE      [iaxxejsbas.hpp:460]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    ERROR      2008-11-13 07:41:06 [iaxxgenimp.cpp:731]
               showDialog()
    FCO-00011  The step adjustNametab with step key |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|NW_Postload_DB6|ind|ind|ind|ind|5|0|adjustNametab was executed with status ERROR .
    TRACE      [iaxxgenimp.cpp:719]
               showDialog()
    <html><head></head><body><p>An error occurred while processing service <b>SAP ERP 2005 Support Release 2 > Additional Software Life-Cycle Tasks > System Copy > IBM DB2 for Linux, UNIX, and Windows > Target System > Central System > Based on AS ABAP and AS Java > Central System Installation</b>. You may now</p><ul> <li>press <I>Retry</I> to repeat the current step.</li> <li>press the <I>View Log</I> button to get more information about the error.</li> <li>stop the task and continue with it later.</li></ul><p>Log files are written to <b>/tmp/sapinst_instdir/ERP/LM/COPY/DB6/SYSTEM/CENTRAL/AS/</b>.</p></body></html>
    TRACE      [iaxxgenimp.cpp:1155]
               showDialog()
    waiting for an answer from gui
    dipgntab.log
    /usr/sap/DEV/SYS/exe/run/dipgntab: /usr/sap/DEV/SYS/exe/run/dipgntab: cannot execute binary file

    Hi,
    1. please check if /usr/sap/DEV/SYS/exe/run/dipgntab exists or not ?
    2. Does it have executable permissions?
    3. Does your user have authorization to execute it?
    4. if you executed dipgntab manually, does it work ?
    Regards,
    Vincent

  • Project Server 2013 - Reporting ( Project publish ) Queue Job Error - 24006

    I am trying to publish a project and getting below error
    please provide me a solution your help greatly appreciated
    Reporting ( Project publish ) Queue Job Error - 24006 
    General
    Reporting message processor failed:
    ReportingProjectChangeMessageFailed (24006) - Object reference not set to an instance of an object.. Details: id='24006' name='ReportingProjectChangeMessageFailed' uid='5a10ad83-4736-e311-941a-00155d0c1708' QueueMessageBody='Project
    UID='eaf690a4-5fda-e211-af15-b8ac6f50f278'. PublishType='ProjectPublish'' Error='Object reference not set to an instance of an object.'.
    ReportingProjectChangeMessageFailed (24006) - Object reference not set to an instance of an object.. Details: id='24006' name='ReportingProjectChangeMessageFailed' uid='e412ad83-4736-e311-941a-00155d0c1708' QueueMessageBody='Project
    UID='eaf690a4-5fda-e211-af15-b8ac6f50f278'. PublishType='ProjectPublish'' Error='Object reference not set to an instance of an object.'.
    ReportingProjectChangeMessageFailed (24006) - Object reference not set to an instance of an object.. Details: id='24006' name='ReportingProjectChangeMessageFailed' uid='6e15ad83-4736-e311-941a-00155d0c1708' QueueMessageBody='Project
    UID='eaf690a4-5fda-e211-af15-b8ac6f50f278'. PublishType='ProjectPublish'' Error='Object reference not set to an instance of an object.'.

    If your farm is not updated please update it  from OCT  CU for 2013 project server.
    Please update it as cumulative update is having hotfix for this issue.
    http://www.intersoft.no/blogg/item/33-april-2013s-cumulative-update-for-project-server-2013
    http://www.datazx.cn/Fv7p5a/xw-US/dc6mbbt6-btss-fxi4-s8c4-8jsribt69m8x/nnn.projectserverexpertrs
    As per the 2nd link Oct Cu for 2013 is fix this issue hence i would suggest you to upgrade from OCT CU.
    kirtesh

  • Lpq outputs print jobs + error T: unknown: moving-to-paused +

    Dears,
    I have setup remote printing, printing from the client show the print queue at print server(T) however command does not get executed and it outputs
    print jobs + error "T: unknown: moving-to-paused"
    When is triggered lpstat command before printing
    # lpstat -t
    scheduler is running
    system default printer: T
    device for Alis: /dev/ecpp0
    device for T: /dev/lp1
    Alis accepting requests since Wed Jan 25 14:27:39 2012
    T accepting requests since Wed Jan 25 14:39:03 2012
    printer Alis is idle. enabled since Sun Feb 19 11:23:34 2012. available.
    printer T is idle. enabled since Sun Feb 19 12:03:31 2012. available.
    When is triggered lpstat command After printing
    bash-3.2# lpstat -t
    scheduler is running
    system default printer: T
    device for Alis: /dev/ecpp0
    device for T: /dev/lp1
    Alis accepting requests since Wed Jan 25 14:27:39 2012
    T accepting requests since Wed Jan 25 14:39:03 2012
    printer Alis is idle. enabled since Sun Feb 19 11:23:34 2012. available.
    printer T waiting for auto-retry. available.
    Failed to open the printer port. (Device busy)
    T-80 [email protected] 201097 Feb 19 12:28 f iltered
    T-81 [email protected] 600569 Feb 19 12:28 f
    lpq
    ===
    bash-3.2# lpq
    T: unknown: moving-to-paused
    Rank Owner Job File(s) Total Size
    1st appltest 80 /global/u02/oracle/TEST/inst/app201097 bytes
    2nd appltest 81 /global/u02/oracle/TEST/inst/app600569 bytes

    Hi Freind,
    I hope you are doing good.
    Q1l:-
    Are these printers really physically attached to your Ultra-* parallel port (/dev/ecpp0)?
    and what device is "/dev/lp1"?
    Answer:-
    "/dev/lp1" which is printer "T" and "/dev/ecpp0" which is printer "Alis" are configured at OS level via "printmgr" on the same machine.
    This machine hostname is "tprinter" which is a print server. It is connected physically to "CIMA6120 LINE PRINTER".
    [what I meant is: what physical port is this printer attached to on the Solaris machine? is this a Ultra 5/10/60 machine? I don't recall the /dev/ecpp port
    existing on any modern sun hardware]
    "failed to open printer port" can mean:
    Answer2:-  It's is a 25 pin serial port cable connected to 25 pin parallel port of Optiplex GX100 machine.  I installed solaris 10 x86 to make print server. as our CIMA6120 its not a network printer, and our company want to print reports from oracle application to this printer.
    Q:-you have attached your printer to the wrong port?
    Answer: it is connected to the correct port.
    [again . . how do you know this or test this?]
    Answer2:- it is connected at the rare panel of the machine on a 25-hole connector (bidirectional).
    Q:-you have attached your printer to the right port, but are using the wrong name?
    Answer: I think we could have Alias, not necessarily give the same printer name.
    [what i was getting at here is that you think the printer is attached to the parallel port, but actually the cable
    is actually attached to the wrong port. For example the serial port on those older machines will fit but in that case, if you configure the printer with ecpp
    it's not pointing to the correct port]
    Answer2:-  I configured CIMA6120 with "/dev/lp1" port which was perfectly working, I print numerous pages with this configuration, Suddenly this error "moving-to-paused" occurred. as i said it is connected to the parallel port at the rare panel.  Initially, I attempted and tried to configure this printer with "/dev/ecpp0" port which was not successful.
    Q:-you have a bad or wrong cable?
    Answer:- I have checked the cable it is good.
    [how did you do the checking?]
    Answer2:- I tested the cable by connecting to other printer and it printed. so no problem with the cable.
    In the olden days when local printers like this was the norm, we'd do test like catting a file to the port and see if the printer lights
    up or responds. Something like: cat /etc/hosts > /dev/ecpp0 (or /dev/lp1, or whatever the device is). Then observe if the printer seems to
    receives anything, blinks, prints the host file. You are copying the file directly to the port outside of lp or other mechanism.
    Answer2:- I agree there was some conflict among the ports internally, or some process may be running at the background, that is why though it shows the request waiting in the queue it was moving to pause for some reason. when I check the error by command "lpstat -t" it sez "device busy" in /dev/lp1" file.
    Solution
    ============
    After goggling some more I found a fix for this issue at http://fixunix.com/solaris/143011-unaccepted-printer.html
    1, I tried to remove the printer from printmgr, cud not remove it.
    2, try kill the entries that going to /dev/lp1 port to printer "T". could not do it
    3, uncheck the default printer option via printmgr.
    4, Add a new printer name "test" with /dev/ecpp0" and reproduce the issue "got the same error"
    5, With the forum above it sez its a "bug" and the Bug ID: 6374608. here are the details of it:-
    Synopsis: No /devices entry for line printer
    http://bugs.opensolaris.org/bugdatab...bug_id=6374608
    Workaround is to manually install the missing driver binding
    entry, using the command:
    update_drv -a -i '"lp"' ecpp
    This workaround should create the missing /dev/lp* devices. And after
    running it, you should find the following line in "prtconf -D" output:
    lp, instance #0 (driver name: ecpp)
    6, I unplug the serial cable from the printer and turnoff and replug the serial cable to the printer and turn on the printer, made sure printer is ""ONLINE".
    7, I restart the Solaris machine and delete the newly created "Test" printer via printmgr.
    7, I just gave the lp /etc/passwd and it printed.
    Finally, I thank you for your time and suggest me your opinion on this solution please.
    Regards,
    MKY
    Edited by: user9007339 on Feb 22, 2012 12:15 AM
    Edited by: user9007339 on Feb 22, 2012 12:21 AM

  • Batch Job Error Messages

    Hi Gurus,
    I have a program with rounddown quantities in deliveries notes. This program is run in background with all other programs. When we checked the batch job error log, we found out that when it gets to this Rounddown program, there are some SAP generated errors messages (examples are listed below).
    This issue is there is no way to know exactly which deliveries the error is generated from and if the program actually rounddown the quantities of all the deliveries passed to it and so on, because this error messages are not specific enough (like we can see below).
    This program passed this new rounddown quantity number from the internal table using a BAPI.
    Is there a way to change this SAP generated error messages to be specific enough like stating which actual delivery number is been affected or even stop at the error and send an email to the user to change the delivery or something in that manner, OR is there a way we can replace this SAP generated error messages with our own messages and send email out to the user.
    Error Messages:-
    01/16/2008 01:40:40 Step 005 started (program ZSDSO_DELIVERY_QTY_ROUNDDOWN, variant , user ID AUTOSYSUSER
    01/16/2008 01:51:35 Item 000020 belongs to delivery group 001
    01/16/2008 01:52:13 Item 000020 belongs to delivery group 001
    01/16/2008 01:52:15 Item 000030 belongs to delivery group 001
    01/16/2008 01:52:19 Item 000020 belongs to delivery group 001
    01/16/2008 01:52:29 Dynamic credit check has been exceeded                              23,984.52 USD
    01/16/2008 01:52:30 Item 000020 (change quantity manually to             400 PC because of complex struct
    01/16/2008 01:52:30 Item 000030 (change quantity manually to             400 PC because of complex struct
    01/16/2008 01:52:30 Quantity correlation for dependent items has been carried out
    01/16/2008 01:52:30 Item 000020 belongs to delivery group 008
    01/16/2008 01:52:30 Item 000030 belongs to delivery group 008
    01/16/2008 01:52:31 Dynamic credit check has been exceeded                              23,984.52 USD
    01/16/2008 01:52:32 Delivery quantity must be entered for the item
    01/16/2008 01:52:34 Dynamic credit check has been exceeded                              23,984.52 USD
    01/16/2008 01:53:05 Item 000020 belongs to delivery group 001
    01/16/2008 01:54:40 Dynamic credit check has been exceeded                              15,501.88 USD
    01/16/2008 01:55:53 Item 000020 belongs to delivery group 001
    Thanks.
    Points will be awarded.

    This is the Subrouting Form code.
    FORM call_bapi_delivery_change TABLES p_i_lips LIKE i_lips.
      DATA: w_header_data TYPE bapiobdlvhdrchg,
            w_header_control TYPE bapiobdlvhdrctrlchg,
            w_delivery TYPE bapiobdlvhdrchg-deliv_numb.
      DATA: i_item_data TYPE STANDARD TABLE OF bapiobdlvitemchg,
            w_item_data TYPE bapiobdlvitemchg,
            i_item_control TYPE STANDARD TABLE OF bapiobdlvitemctrlchg,
            w_item_control TYPE bapiobdlvitemctrlchg,
            i_return TYPE STANDARD TABLE OF bapiret2,
            w_return TYPE bapiret2.
      LOOP AT p_i_lips INTO w_lips.
        w_item_data-deliv_numb = w_lips-vbeln.
        w_item_data-deliv_item = w_lips-posnr.
        w_item_data-material = w_lips-matnr.
        w_item_data-batch = w_lips-charg.
        w_item_data-dlv_qty = w_lips-lfimg.
        w_item_data-dlv_qty_imunit = w_lips-lfimg.
        w_item_data-fact_unit_nom = 1.
        w_item_data-fact_unit_denom = 1.
        APPEND w_item_data TO i_item_data.
        CLEAR w_item_control.
        w_item_control-deliv_numb = w_lips-vbeln.
        w_item_control-deliv_item = w_lips-posnr.
        IF w_lips-delete NE 'X'.
          w_item_control-chg_delqty = 'X'.
        ELSEIF w_lips-delete EQ 'X'.
          w_item_control-del_item = 'X'.
        ENDIF.
        APPEND w_item_control TO i_item_control.
      ENDLOOP.
      w_header_data-deliv_numb = w_lips-vbeln.
      w_header_control-deliv_numb = w_lips-vbeln.
      w_delivery = w_lips-vbeln.
      CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
        EXPORTING
          header_data               = w_header_data
          header_control            = w_header_control
          delivery                  = w_delivery
      TECHN_CONTROL             =*
        TABLES
      HEADER_PARTNER            =*
      HEADER_PARTNER_ADDR       =*
      HEADER_DEADLINES          =*
          item_data                 = i_item_data
          item_control              = i_item_control
      ITEM_SERIAL_NO            =*
      SUPPLIER_CONS_DATA        =*
      EXTENSION1                =*
      EXTENSION2                =*
          return                    = i_return
      TOKENREFERENCE            =*
      IF sy-subrc EQ 0.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = 'X'.
        w_zbdcopendn-otce706 = 'X'.
        MODIFY i_zbdcopendn FROM w_zbdcopendn TRANSPORTING otce706
        WHERE delivery EQ w_deliveries-vbeln.
      ELSE.
        CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
        DELETE i_zbdcopendn WHERE delivery EQ w_deliveries-vbeln.
       DELETE i_deliveries WHERE vbeln EQ w_lips-vbeln.*
        w_bad_delv-vbeln = w_deliveries-vbeln.
        APPEND w_bad_delv TO i_bad_delv.
      ENDIF.
    ENDFORM.                    " call_bapi_delivery_change
    Thanks again.

  • Job error (0x80004005) received for assignment

    I have a SP2 client that is failing to download the patch content. The client has been repaired, wmi repository rebuilt,software distribution folder rebuilt, and the sccm client has been uninstalled/reboot/installed. The cache folder is not repopulating
    after the client was installed again after removal. The logs show the following errors. Any ideas on a solution?
    UpdateDeployment:
    Job error (0x80004005) received for assignment ({C6F24DB9-54F5-4018-906D-980C0B9A0BFF}) action
    UpdatesDeploymentAgent 4/1/2013 3:26:53 PM
    4632 (0x1218)
    Updates will not be made available UpdatesDeploymentAgent
    4/1/2013 3:26:53 PM 4632 (0x1218)
    Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SMS_SUMAgentAssignmentError_AdvanceDownloadJob
    AssignmentId = "{C6F24DB9-54F5-4018-906D-980C0B9A0BFF}";
    ClientID = "GUID:15be7fe2-c379-4e72-842d-1ca16c820ffa";
    DateTime = "20130401192653.419000+000";
    insAssignmentId = "{C6F24DB9-54F5-4018-906D-980C0B9A0BFF}";
    MachineName = "computer";
    ProcessID = 976;
    SiteCode = "ABC";
    ThreadID = 4632;
    Win32ErrorCode = 2147500037;
    SDMAgent:
    Failed to get SDM CI (Site_87BC43B8-0AA4-4C97-B5DE-F9A5735BCEF3/SUM_ac8b33b5-2df2-4e6a-8d48-105ba0cc3bff) from type store
    CTypeStore::GetCI(Site_87BC43B8-0AA4-4C97-B5DE-F9A5735BCEF3/SUM_ac8b33b5-2df2-4e6a-8d48-105ba0cc3bff:1) failed (0x8007000d).
    UpdatesHandler:
    No updates to process. Cannot continue the job ({5770FB4E-6350-40CA-9633-67D7C53E11A9}).
    Failed to initiate job. Error = 0x80004005
    UpdatesHandler 4/1/2013 3:26:53 PM
    4008 (0x0FA8)

    Hello This error Win32ErrorCode = 2147500037 completelly shows WMI error,
    whenever you recive this error, cleint will not download any software/updated,
    for resolve this issue you will have to remove SMSClientAgent from Client machine, then reboot the machine, then again install the sms client agent,
    and then iniate the machine policy and run the update or software, your application will isntall now,
    Sharad Singh | My blogs: SharadTech | Twitter:
    @SinghSharaad | | Please mark as helpful/answer if this resolved your issue

  • Job Error (RUN-050406)

    Hi,
    we have installed Data Services Release XI 3.2 SP3 on Linux machine SUSE Linux Enterprise 10 version 64 bit, with
    Tomcat 5.5 and Java JRE 5.0.
    When we try to execute a simple job that should create a single flat file we receive this error from Job Error Log:
    (12.2) 03-07-11 10:36:54 (E) (16840:1206227584) *RUN-050406*: |Session Job_Srv_test|Data flow DF_Load_File
                                                                Data flow <DF_Load_File> received a bad system message. Message text from the child process is
                                                                <huFFA1, ==========================================================
                                                                Please collect the following and send to Customer Support:
                                                                1. Log files(error_*, monitor_*, trace_*) associated with this failed job.
                                                                2. Exported Atl file of this failed job.
                                                                3. DDL statements of tables referenced in this failed job.
                                                                4. Data to populate the tables referenced in the failed job. If not possible, get the last few rows (or sample of them) when
                                                                the job failed.
                                                                5. Core dump, if any, generated from this failed job.
                                                                ==========================================================
                                                                >. The process executing data flow <DF_Load_File> has died abnormally. For NT, check errorlog.txt. For HPUX, check
                                                                stack_trace.txt. Also, notify Technical Support.
    (12.2) 03-07-11 10:36:54 (E) (16840:1206227584) *RUN-050409*: |Session Job_Srv_test
                                                                The job process could not communicate with the data flow <DF_Load_File> process. For details, see previously logged error
                                                                <50406>.
    (12.2) 03-07-11 10:36:54 (E) (16840:1206227584) *RUN-050406*: |Session Job_Srv_test|Data flow DF_Load_File
                                                                Data flow <DF_Load_File> received a bad system message. Message text from the child process is
                                                                <huFFA1, ==========================================================
                                                                Please collect the following and send to Customer Support:
                                                                1. Log files(error_*, monitor_*, trace_*) associated with this failed job.
                                                                2. Exported Atl file of this failed job.
                                                                3. DDL statements of tables referenced in this failed job.
                                                                4. Data to populate the tables referenced in the failed job. If not possible, get the last few rows (or sample of them) when
                                                                the job failed.
                                                                5. Core dump, if any, generated from this failed job.
                                                                ==========================================================
                                                                >. The process executing data flow <DF_Load_File> has died abnormally. For NT, check errorlog.txt. For HPUX, check
                                                                stack_trace.txt. Also, notify Technical Support.
    We try to restart Job Server, again and again,  but nothing change.
    The validate of the data flow and of all the objects in the project return with no error.
    From Designer we can see Job Server running successfully but we can't login in Profiler Server although is running, we have configured a Profiler Repo and an User Admin Repo in the Management Console, can't understand why the login is not successful, but i think that is not important to our problem.
    We try to create another simple Job but the result it's the same..
    Anyone have any ideas of the type of problem?
    Thanks.

    Hi:
        Please check if the SAP note below helps you in solving this issue.
    1299106 - "Error: Data flow received a bad system message - in job containing Table Comparison object"
    Regards,
    Francisco Milán.

Maybe you are looking for

  • ITunes idea of ATV resolution different to others?

    I made a little HD movie (to test the iPhone 4S) in FCP X. When I "shared" it to Apple TV, it produced a video of 1280 x 720, which should be what ATV can handle, or so I thought (and so did FCP X!). However, iTunes wouldn't sync it, saying it couldn

  • Weird behaviour of Novell Client in AD environment

    Hi all, I have just converted my Win8.1 Enterprise box to login to AD (as Primary), and use the same credentials to passively login to our OES11SP2 environment, using Client 2SP3IR8. While everything works, I have found that during the display of the

  • Is the iPad 2 intrinsically safe?

    I would like to use my IPad 2 in the field to do some note taking but I do not know if it is intrinsically safe to do so. Can someone please provide me an answer with a reference so I may show my boss? Thank you in advance.

  • Appending structures to the tables

    Hi experts, Why we are appending sturctures to the tables? can any one tell me the main differences between the APPEND and INCLUDE structures in Datadictionary. Thanks in Advance.

  • 0price----where used list

    i want  to see  the businee content object (0price) where used in all sap defined objects(ibfo cubes,dso, e.t.c). how can i see that one. Note: if i use where used list it just displays where this object i used in the info cubes or dsos.but i want to