RIDC CHECKIN_UNIVERSAL not successfully checked in

Hi,
I am using RIDC to access the UCM and Check-out/check-in an existing document.
Every thing is ok when checkout the document and access the stream of data to do the needed processing.
But when trying to Checkin the document (back) I have this exception from the server:
UCMException: Content item 'EMC16200000001' was not successfully checked in. The content item already exists in the system.
Normaly when using CHECKIN_UNIVERSAL service it will create a new version of the document if exist. what I am doing wrong?
Thanks
Jamil
DataBinder binder = this.idcClient.createBinder();
binder.putLocal("IdcService", "CHECKIN_UNIVERSAL");
binder.putLocal("dDocTitle", documentTitle);
binder.putLocal("dDocType", documentType);
binder.putLocal("dSecurityGroup", securityGroup);
try {
binder.addFile("primaryFile", new TransferFile(primaryFile, documentFileName,
primaryFile.available()));
} catch (IOException e) {
throw new UCMException("Primary File Error: " + e.getMessage());
if (customMetadata != null) {
for (String s : customMetadata.keySet()) {
if (!s.equals("dDocTitle") && !s.equals("dSecurityGroup") &&
!s.equals("dDocType")) {
binder.putLocal(s, String.valueOf(customMetadata.get(s)));
try {
return this.idcClient.sendRequest(this.userContext, binder);
} catch (IdcClientException e) {
throw new UCMException("Couldn't Send Request due to " + e.getMessage());
}

Ryan,
No folders...
I hope you can find the cause in the full exception log below
The scenario of my RIDC code is the following:
- Find a file which is a PDF file (EMC16200000001)
- Checkout the file (EMC16200000001)
- get the stream of the file (EMC16200000001)
- Do a special treatment on the file
- Fill the parameter "Primary File" with the new InputStream
- Checkin the file
- undo checkout
The following 2 screen-shots can help
[Checkin-1|https://lh4.googleusercontent.com/-aaI8ASYJrS0/T49UhCCnJwI/AAAAAAAADvE/kkXNB-3GZRA/s902/2012-04-18]
[checkin-2|https://lh5.googleusercontent.com/-gAeNbRUaR4k/T49UlGUzhlI/AAAAAAAADvc/nGJqghLm9Yo/s901/2012-04-18]
Thanks
Jamil
<Apr 17, 2012 12:59:28 AM PDT> <Error> <oracle.ucm.idccs> <UCM-CS-060003> <Event generated by user 'jamilnour' at host 'CIS'.>
<Apr 17, 2012 12:59:28 AM PDT> <Error> <oracle.ucm.idccs> <UCM-CS-000001> <general exception
intradoc.common.ServiceException: !csUnableToCheckIn,EMC16200000001!csCheckinItemExists
at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
at intradoc.server.Service.buildServiceException(Service.java:2260)
at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
at intradoc.server.Service.createServiceException(Service.java:2249)
at intradoc.server.ArchiveCheckinHandler.determineCheckin(Handler.java:111)
at sun.reflect.GeneratedMethodAccessor1324.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
at intradoc.server.Service.doCodeEx(Service.java:533)
at collections.CollectionUserHandler.determineCheckin(CollectionUserHandler.java:1383)
at sun.reflect.GeneratedMethodAccessor1323.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
at intradoc.server.Service.doCodeEx(Service.java:533)
at intradoc.server.Service.doCode(Service.java:505)
at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
at intradoc.server.Service.doAction(Service.java:477)
at intradoc.server.Service.doScriptableAction(Service.java:3807)
at sun.reflect.GeneratedMethodAccessor1322.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
at intradoc.server.Service.doCodeEx(Service.java:550)
at intradoc.server.Service.doCode(Service.java:505)
at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
at intradoc.server.Service.doAction(Service.java:477)
at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
at intradoc.server.Service.doActions(Service.java:472)
at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
at intradoc.server.Service.executeActions(Service.java:458)
at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
at intradoc.server.Service.doRequest(Service.java:1890)
at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
>

Similar Messages

  • Error while releasing :-Content item  was not successfully checked

    Hi
    I have create a ucm user "john" which has auth type "Local" and roles of
              Admin
              contributor
              Sysmanager
    "admin" role:- has Groups/rights such as
              Rights.Apss.RepMan
              Rights.Apss.Workflow
              Rights.Apss.ConfigMan
              Rights.Apps.Archiver
              newgroup(RWDA)
              release (RWDA)
              secure (RWDA)
    "contributor" role :- has Groups/rights such as
              newgroup(RWDA)
              public(RW)
              release(RWDA)
              secure()
    "sysmanager" role has groups/rights
              newgroup(RWDA)
              public(R)
              release(RWDA)
              secure(R)
    When I am trying to release the documents I get error such as
    Event generated by user 'john' at host '192.168.21.215'. Content item <undefined> was not successfully checked in. Security group is not defined. Unable to validate user security. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,john,192.168.21.215!$!csUnableToCheckIn,!csSecurityGroupNotDefined
    intradoc.common.ServiceException: !csUnableToCheckIn,!csSecurityGroupNotDefined
         at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:1739)
         at intradoc.server.Service.buildServiceException(Service.java:1999)
         at intradoc.server.Service.createServiceExceptionEx(Service.java:1993)
         at intradoc.server.Service.createServiceException(Service.java:1988)
         at intradoc.server.ServiceSecurityImplementor.determinePrivilege(ServiceSecurityImplementor.java:795)
         at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:110)
         at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:67)
         at intradoc.server.ServiceSecurityImplementor.checkSecurity(ServiceSecurityImplementor.java:320)
         at intradoc.server.Service.checkSecurity(Service.java:2546)
         at intradoc.server.Service.checkSecurity(Service.java:2524)
    As per the document I have given the user required group and role permission . What more should I do to release it ?
    Guidance requested
    Thanks
    Joseph John

    By release you mean you are unable to checkin a document?
    How are you trying to checkin the document? DIS, SOAP, standard checkin form page??
    It looks as if you haven`t supplied a security group or content id on the document meta data when you have checked in the document..
    You can automatically assign content ids by going to admin server and enabling auto assign id check box.
    John should only need the admin role, that will give the user full access.

  • Virtex6:Configuration data download to FPGA was not successful. DONE did not go high, please check your configuration setup and mode settings

    Hello,everyone.
    I am using virtex6 FPGA and trying to download mcs file to PROM and have failed.
    I download .bit file to FPGA and succeed.
    When i try to download .mcs file to PROM XCF128X-FTG64C(BPI Flash) and choose Slave SelectMAP Mode
    and the process is about 68% it fails.
    The message below the IMapct is as belows:
    done.
    PROGRESS_END - End Operation.
    Elapsed time =      0 sec.
    // *** BATCH CMD : identifyMPM
    // *** BATCH CMD : assignFile -p 1 -file "C:/Users/Administrator/Desktop/TEST/LED/led.bit"
    '1': Loading file 'C:/Users/Administrator/Desktop/TEST/LED/led.bit' ...
    done.
    INFO:iMPACT:2257 - Startup Clock has been changed to 'JtagClk' in the bitstream stored in memory,
    but the original bitstream file remains unchanged.
    UserID read from the bitstream file = 0xFFFFFFFF.
    INFO:iMPACT:501 - '1': Added Device xc6vlx240t successfully.
    INFO:iMPACT - Current time: 2014/3/13 8:48:14
    // *** BATCH CMD : Program -p 1
    PROGRESS_START - Starting Operation.
    Maximum TCK operating frequency for this device chain: 66000000.
    Validating chain...
    Boundary-scan chain validated successfully.
    INFO:iMPACT - 1: Over-temperature condition detected! [ 230.52C >  120.00C]
    1: Device Temperature: Current Reading:  230.52 C, Max. Reading:  230.52 C
    1: VCCINT Supply: Current Reading:   2.997 V, Max. Reading:   2.997 V
    1: VCCAUX Supply: Current Reading:   2.997 V, Max. Reading:   2.997 V
    '1': Programming device...
     Match_cycle = NoWait.
    Match cycle: NoWait
     LCK_cycle = NoWait.
    LCK cycle: NoWait
    done.
    INFO:iMPACT:2219 - Status register values:
    INFO:iMPACT - 0011 1111 0111 1110 0100 1011 1100 0000
    INFO:iMPACT:579 - '1': Completed downloading bit file to device.
    INFO:iMPACT:188 - '1': Programming completed successfully.
     Match_cycle = NoWait.
    Match cycle: NoWait
     LCK_cycle = NoWait.
    LCK cycle: NoWait
    INFO:iMPACT - '1': Checking done pin....done.
    '1': Programmed successfully.
    PROGRESS_END - End Operation.
    Elapsed time =     23 sec.
    Selected part: XCF128X
    // *** BATCH CMD : attachflash -position 1 -bpi "XCF128X"
    // *** BATCH CMD : assignfiletoattachedflash -position 1 -file "C:/Users/Administrator/Desktop/TEST/LED/leda.mcs"
    INFO:iMPACT - Current time: 2014/3/13 8:49:32
    // *** BATCH CMD : Program -p 1 -dataWidth 16 -rs1 NONE -rs0 NONE -bpionly -e -v -loadfpga
    PROGRESS_START - Starting Operation.
    Maximum TCK operating frequency for this device chain: 66000000.
    Validating chain...
    Boundary-scan chain validated successfully.
    INFO:iMPACT - 1: Over-temperature condition detected! [ 230.52C >  120.00C]
    1: Device Temperature: Current Reading:  230.52 C, Max. Reading:  230.52 C
    1: VCCINT Supply: Current Reading:   2.997 V, Max. Reading:   2.997 V
    1: VCCAUX Supply: Current Reading:   2.997 V, Max. Reading:   2.997 V
    '1': BPI access core not detected. BPI access core will be downloaded to the device to enable operations.
    INFO:iMPACT - Downloading core file D:/Xilinx/14.3/ISE_DS/ISE/virtex6/data/xc6vlx240t_jbpi.cor.
    '1': Downloading core...
     Match_cycle = NoWait.
    Match cycle: NoWait
     LCK_cycle = NoWait.
    LCK cycle: NoWait
    done.
    INFO:iMPACT:2219 - Status register values:
    INFO:iMPACT - 0011 1111 0111 1110 0100 1011 1100 0000
    INFO:iMPACT:2492 - '1': Completed downloading core to device.
    Current cable speed is set to 6.000 Mhz.
    Cable speed is default to 3Mhz or lower for BPI operations.
    Current cable speed is set to 3.000 Mhz.
    Setting Flash Control Pins ...
    Setting Configuration Register ...
    Populating BPI common flash interface ...
    Common Flash Interface Information Query completed successfully.
    INFO:iMPACT - Common Flash Interface Information from Device:
    INFO:iMPACT - Verification string:  51 52 59
    INFO:iMPACT - Manufacturer ID:         49
    INFO:iMPACT - Vendor ID:              01
    INFO:iMPACT - Device Code:            18
    Setting Flash Control Pins ...
    Using x16 mode ...
    Setting Flash Control Pins ...
    Setting Configuration Register ...
    '1': Erasing device...
    '1': Start address = 0x00000000, End address = 0x008CE03B.
    done.
    '1': Erasure completed successfully.
    Setting Flash Control Pins ...
    Using x16 mode ...
    Setting Flash Control Pins ...
    Setting Configuration Register ...
    INFO:iMPACT - Using Word Programming.
    '1': Programming Flash.
    done.
    Setting Flash Control Pins ...
    '1': Flash Programming completed successfully.
    Using x16 mode ...
    Setting Flash Control Pins ...
    Setting Configuration Register ...
    '1': Reading device contents...
    done.
    '1': Verification completed.
    Setting Flash Control Pins ...
    Current cable speed is resumed to 6.000 Mhz.
    '1': Configuration data download to FPGA was not successful. DONE did not go high, please check your configuration setup and mode settings.
    `Elapsed time =    814 sec.
    and i find many people have met the same thing. But they are spartan  series FPGA and i try to low the Resistances of Mode pins,M0 M1 and M2, but the problem does not been solved.
    I have read the status Registers and find there is an over-temperature state 
    and in Impact i could not readback the registers. It is strange.
    I am anxious about this problem and have not solved it yet
    What reasons may it be?
    Hope for your answer, thank you

    Hi~I want to know if you solve the configuration problem for virtex-6?
    As I encounter the  same configuration problem, I want to consult  you with some question.
    Can I have your email?
    gszakacs wrote:
    I have measured the VCCINT and find it is 1.0V, not 2.997V;
    That is not at all surprising.  I always assumed the problem is with reading the XADC (system monitor) block and not with the voltage or temperature.
    my Reference board is ML605
    That would have been nice to know at the beginning...
    It seems that you have selected the correct mode, assuming your jumpers are set as required in the ML605 Hardware User's Guide.  See table 1-27, table 1-33 and the note below it about switch S1.
    I'm not that familiar with the details of this reference design, but it may be that the slave SelectMap circuitry requires a reset or power cycle to actually configure the FPGA.  Have you tried power-cycling to see if the FPGA boots from the flash?
    I'd also suggest that you select the V6 in the JTAG chain view, then go to the debug menu of Impact and select Read Device Status (this is from memory, but it's something like that).  That will not only show the bits of the configuration status register, but also describe what each bit means.  Among other things you can check the state of the FPGA's configuration logic and the Mode pins.
     

  • Error when posting - Call up of feature PPMOD was not successful

    Good Afternoon,
    We recently completed an upgrade to ECC6.0 and this week we have seen two cases of receiving an error when trying to post payroll to FI using RPCIPE00.
    The error we are receiving is:  Call up of feature PPMOD was not successful, Message no. 3G100
    The diagnosis on the error message is:  Feature PPMOD has been called to set the employee grouping for account determination. This call was unsuccessful and suggests that we check the decision tree for PPMOD.
    While there have been some somewhat recent changes to PPMOD, I have stepped through the feature for both individuals who had this error and can find no problem with the logic in the decision tree. I've also regenerated the feature successfully. After searching OSS I found note 1243065, which is the exact error that we are receiving. The problem is that this note was included in HR support pack 44, and we're already on HR support pack 48. We also found a post that suggested we use RPCIPE00_OLD, but gave us the same error.
    My next step was to post a customer message, but thought it would be worthwile to post something here and see if anyone has any suggestions first.
    Thanks in advance,
    -Nick
    Edited by: Nicholas Petters on Apr 15, 2010 5:32 PM

    The issue may not be related to the note you indicated as this note should already be included in your system with SP 48. Please check what personnnel areas the errors ees are in, and see if they're in the decision tree of 'PPMOD' .
    If this looks OK, run payroll simulation for the error ee, put break-point in form 'CALL_549B' of program '/1PAPA/FEAT310PPMOD' and see what value STRUC-WERKS  (pers. area) is when it fails.

  • MeetingPlace Express 2.1.1.2 Dial Out was not Successful

    I'm configuring a MeetingPlace Express v.2.1.1.2 and I can't make the MPX do the call to the guests of a meeting.
    I make the configuration test in: Services > Logs > Verify Configuration > Call configuration verification and show the following error:
    ==============================================================
    ==============================================================
    Call-Config Report
    Summary   
    WARNING:The H.323 ID should match the host name   
    Valid E.164 Address has been configured   
    H.323 gateway has been configured   
    Error: Dial Out was not Successful   
    Call-Config Report Details
    H.323 Details   
    H.323 enabled : YES   
    E.164 address : 196   
    H.323 ID : mpxadmin   
    H.323 gateway 1 : 010.145.002.030   
    SIP enabled : YES   
    DialOut Session Summary  
    VUI Configuration: 250 Sessions, 250 Confs   
    *** VUI INTERNAL STATUS UTILITY ***
    DebugMenu:   
    1) Quick Status of all Ports 4) Make Test Call   
    2) Verbose Status of Port Range 5) Show All Confs   
    3) Display complete Port Information 0) Quit   
    Enter the Command (0 -- 100) []: You entered 4.   
    Enter destination for your call: The Telephone Number is 196. Len is 3   
    Do you want specific ports? (t -- F): You entered f.   
    Placing Call .....Call was unsuccessful: Ring No Answer.   
    DebugMenu:   
    1) Quick Status of all Ports 4) Make Test Call   
    2) Verbose Status of Port Range 5) Show All Confs   
    3) Display complete Port Information 0) Quit   
    Enter the Command (0 -- 100) []: You entered 0.
    ==============================================================
    ==============================================================
    That parameter could check?
    Here I place information on the configuration of my network:
    CUCM v.7.0 --> 10.145.2.10
    Voice Gatweay --> 10.145.2.30
    In CUCM > Device > Gateway --> Gateway: 10.145.2.20 | Description: Cisco MeetingPlace Express | Type: H.323 Gateway | IP: 10.145.2.20
    Please expect your valuable help!
    Thanks a lot!
    ErnestoG

    hi Ernesto,
    As the problem you are facing is a dial out issue on MPE,  go
    through the checklist mentioned below in order to confirm the configuration
    is intact.
    Here is the checklist :
    1.    Ensure that H323 GW is defined on CCM/CUCM.
    Device > Gateway > find.
    Look for a device name that equals either MPE's hostname, FQDN, or IP
    Address.
    2.    Ensure that h323 Gateways are configured on MPE.
    MPE Administration Center > System Configuration > Call Configuration > H323
    Configuration
    Ensure that h323 is enabled.
    Ensure that you have entered your CCM's IPs in h323 Gateway 1, 2
    3.    Ensure that CCM's interface with MPE is up.
    Ensure that MPE's IP Address is listed under the "IP Address" column.
    Ensure that this IP Address is that of the FIRST NIC on MPE, not the second.
    4.    Verify that MPE has the CSS required to call the destination.
    FIRST, FIND MPE's CSS:
    When MPE places a call, the CSS in question is Device > Gateway > MPE-GW >
    Inbound
    THEN the relevant config is under Device > "Call Routing Information -
    Inbound Calls" > Calling Search Space
    SECOND, FIND DESTINATION PATTERN's PARTITION:
    If the destination is an IP Phone within the CCM/CUCM Cluster, then the
    relevant config is under Device > Phone > click on Directory Number in CCM.
    If the destination is a PSTN endpoint/phone, then the relevant config is
    under Device > Route Pattern.
    5.    Ensure that your user profile is set to allow outdials.
    MPE Administration Center > User Configuration > User Profile Management >
    Your User Profile > Can call out of meetings should be set to "Yes".
    6.    When you place a call from  from the CLI, the system applies permissions
    from the "Guest" User profile since mpxadmin  or root are not Users within
    the MPX application. To allow this to work, you need to  verify two
    settings:
    MPE Administration Center > User Configuration > User Profile Management >
    Guest > Can call out of meetings should be set to "Yes".
    Ensure that the Guest profile is not in a "locked" state.
    MPE Administration Center > System Configuration > Usage Configuration >
    Allow Guest outdials should be set to "Yes".
    Hope this helps!
    Thanks,
    Karthik

  • Whenever I try to transfer an ebook to my nook (via a macbook), it says adobe has quit unexpectedly and gives me an error code. Does not successfully transfer the ebook.

    Whenever I try to transfer an ebook to my nook (via a macbook), it says adobe has quit unexpectedly and gives me an error code. Does not successfully transfer the ebook.

    I was having the same problem using ADE 4.0.2 and Mac 10.10.1. I finally gave up and deleted ADE version 4 and reinstalled version 3.0.  Works fine, and I can check out ebooks for my Nook using ADE.

  • Subprocess 33 was not successful. Master cannot read return value from S 33

    Hi All,
    We are on BI 7.0 SP 19.
    We have submitted a planning sequence in the background with automatic packaging.
    The planning sequence has two steps:
    Step 1. Z_PLNG_FUNCTION1
    Step 2. Z_PLNG_FUNCTION2
    As per automatic packaging, the system chose 0ACCOUNT for packaging.
    When submitted, each step has been submitted to 30 packages as 30 subprocesses.
    For Step 1, the log shows that All subprocesses  executed.
    For Step 2, the log shows that the subprocess 33 and 58 failed, which means subprocess #3, and # 28 for the step 2 as the subprocess is numbered in the log in combination with step 1.
    The messages in the log for the failed subprocesses are as follows:
    @5C\QError@     Subprocess 33 was not successful
    @5C\QError@     Master cannot read return value from subprocess 33
    @5C\QError@     Subprocess 58 was not successful
    @5C\QError@     Master cannot read return value from subprocess 58
    Our question is on how to find the exact cause of the subprocess failure.
    I tried to look for the details on the error messages, they have been not helpful.
    What is meant by 'Master cannot read return value from subprocess' and how to get the exact cause of the failure?
    Thanks in advance,
    Best Regards,
    - Shashi

    Shashi,
    implement the following notes and check again:1368659, 1525723, 1532061.
    Regards,
    Marc
    SAP Techology RIG

  • HT4623 why have i not successful in downloading & installing the latest software ios 7 on iPhone 4s?

    why i have not successful in download & insstall the latest software ios 7 on iPhone 4s?

    Any Error messages or Alerts...
    Try This...
    Connect to iTunes on the computer you usually Sync with and “ Check for Updates “...
    See the Using iTunes Section Here...
    How to update your iPhone, iPad, or iPod touch
    Make sure you have the Latest Version of iTunes Installed on your computer
    iTunes free download from www.itunes.com/download

  • Formatting Failed. Building not successful. See log.

    I keep getting a 'Formatting Failed. Building not successful. See log.' error every time I try to burn a project.
    I created the movie using Final Cut Pro, exported it to Compressor, and then submitting it using the DVD: Best Quality 120 minutes preset. I got 2 files, an m2v and an ac3 file which I assume is the video and the audio. I imported it to DVDSP as assets and then inserted a blank DVD ready to burn and I get that error when I try to burn.
    I tried burning several times and getting the same error. First time using Final Cut Studio.
    FYI: It's a 1h and 43 minutes video.
    This is my log:
    Starting DVD Build UNTITLED_DISC...
    Compiler Initializing...
    Precompiling Project UNTITLED_DISC
    No Video or Still Assets found in Track:Track 1
    Build cancelled
    Formatting finished.
    Building was not successful. See log.
    Starting DVD Build UNTITLED_DISC...
    Compiler Initializing...
    Precompiling Project UNTITLED_DISC
    No Video or Still Assets found in Track:Track 1
    Build cancelled
    Formatting finished.
    Building was not successful. See log.
    Starting DVD Build UNTITLED_DISC...
    Compiler Initializing...
    Precompiling Project UNTITLED_DISC
    No Video or Still Assets found in Track:Track 1
    Build cancelled
    Formatting finished.
    Building was not successful. See log.

    I am having exactly the same problem, which suddenly started happening. I have been successfully authoring DVD projects with DVD Studio Pro for about 2 years, so I know how to set up projects and output them properly. When I select "Burn" I get a failure message during the build process which tells me nothing other than the fact that that the build failed. To determine if the optical drive was faulty I checked playback of DVDs and data burning to a blank DVD from the Mac OS and both worked fine. Then I tried doing a separate Build and Format and that worked as well. But, I cannot seem to do the one step Burn that I have done dozens of time before. I can't imagine that this has any relationship to the problem, but I recently replaced the 750 GB Media Drive with three 1 TB drives, set up as a RAID, but did not touch the 750 GB Boot Drive. Any thoughts on this would be appreciated.

  • Formatting was not successful. A suitable marker could not be found in the required layer break range

    When burning to DVD =R DL
    5.8g
    Formatting finished.
    Formatting was not successful. A suitable marker could not be found in the required layer break range. See the DVD Studio Pro User's Manual for more information.

    Do you understand about layer breaks?  Check the manual on this.  Also do some googling.  I went thru **** with this a few months back being unable to set a layer break.  Finally realized that my dvdsp project had gotten corrupted.  Had to rebuild it and then it worked. 

  • Oracle Auditing Whenever not successful

    Hi,
    I have few doubts on auditing failed insert statements on my DB.
    Below are my parameter settings:
    SQL> show parameter audit
    NAME TYPE
    VALUE
    audit_file_dest string
    /opt/oracle/product/11gR1/db/r
    dbms/audit
    audit_sys_operations boolean
    FALSE
    audit_syslog_level string
    audit_trail string
    DB_EXTENDED
    I am auditing failed insert statement by:
    audit insert on abcd by access whenever not successful;
    When I query SQL_BIND value from DBA_AUDIT_TRAIL, it is null, Bind values are not showing. Is there any parameters that I need to use to get the bind values.
    Thanks a lot for your help.

    You can use before insert trigger, and store the values in a table.
    But 10046 trace level 8 will give the bind variables values.
    For 10046 trace level 8, you can check below links:
    http://www.juliandyke.com/Diagnostics/Trace/EnablingTrace.html
    http://www.dicka.eclipse.co.uk/oracle_trace_event_10046_notes.htm
    Regards
    Girish Sharma

  • Configuration data download to FPGA was not successful.

    I have designed a board with the Spartan 6 LX9 TQFP144 Package.
    I am able to load a bitstream to the device with the digilent HS-2. However the fpga can not selfconfigure from
    the attached SPI Flash.
    Here is the console output from iMPACT:
    GUI --- Auto connect to cable...
    INFO:iMPACT - Digilent Plugin: Plugin Version: 2.4.4
    INFO:iMPACT - Digilent Plugin: found 1 device(s).
    INFO:iMPACT - Digilent Plugin: opening device: "JtagHs2", SN:210249983579
    INFO:iMPACT - Digilent Plugin: User Name: JtagHs2
    INFO:iMPACT - Digilent Plugin: Product Name: Digilent JTAG-HS2
    INFO:iMPACT - Digilent Plugin: Serial Number: 210249983579
    INFO:iMPACT - Digilent Plugin: Product ID: 30900152
    INFO:iMPACT - Digilent Plugin: Firmware Version: 0109
    INFO:iMPACT - Digilent Plugin: JTAG Port Number: 0
    INFO:iMPACT - Digilent Plugin: JTAG Clock Frequency: 10000000 Hz
    Attempting to identify devices in the boundary-scan chain configuration...
    INFO:iMPACT - Current time: 27.07.2015 16:19:26
    PROGRESS_START - Starting Operation.
    Identifying chain contents...'0': : Manufacturer's ID = Xilinx xc6slx9, Version : 2
    INFO:iMPACT:1777 -
    Reading C:/Xilinx/ISE/14.7/ISE_DS/ISE/spartan6/data/xc6slx9.bsd...
    INFO:iMPACT:501 - '1': Added Device xc6slx9 successfully.
    done.
    PROGRESS_END - End Operation.
    Elapsed time =      0 sec.
    Selected part: N25Q128
    Unprotect sectors: FALSE
    INFO:iMPACT - Current time: 27.07.2015 16:20:19
    PROGRESS_START - Starting Operation.
    Maximum TCK operating frequency for this device chain: 25000000.
    Validating chain...
    Boundary-scan chain validated successfully.
    '1': SPI access core not detected. SPI access core will be downloaded to the device to enable operations.
    INFO:iMPACT - Downloading core file C:/Xilinx/ISE/14.7/ISE_DS/ISE/spartan6/data/xc6slx9_spi.cor.
    '1': Downloading core...
     LCK_cycle = NoWait.
    LCK cycle: NoWait
    done.
    '1': Reading status register contents...
    INFO:iMPACT:2219 - Status register values:
    INFO:iMPACT - 0011 1100 1110 1100
    INFO:iMPACT:2492 - '1': Completed downloading core to device.
    '1': IDCODE is '20ba18' (in hex).
    '1': ID Check passed.
     '1': IDCODE is '20ba18' (in hex).
    '1': ID Check passed.
     '1': Erasing Device.
    '1': Using Sector Erase.
    '1': Programming Flash.
    '1': Reading device contents...
    done.
    '1': Verification completed.
    '1':Programming in x4 mode.
    '1': Configuration data download to FPGA was not successful. DONE did not go high, please check your configuration setup and mode settings.
    INFO:iMPACT - '1': Flash was not programmed successfully.
    PROGRESS_END - End Operation.
    Elapsed time =     78 sec.
    If i read that correctly Data was written to the Flash but the fpga was not able to configure from that data.
    Done-pin is connected to 3.3V via a 470 Ohms Resisor.
    The Flash is a N25Q128A13ESE40G, Datasheet here: http://www.farnell.com/datasheets/1674445.pdf
    I can perform a readback, checksum and an erase.
    If i do a read device status this is the console output:
    INFO:iMPACT - Current time: 27.07.2015 16:36:27
    Maximum TCK operating frequency for this device chain: 25000000.
    Validating chain...
    Boundary-scan chain validated successfully.
    '1': IDCODE is '20ba18' (in hex).
    '1': ID Check passed.
     '1': IDCODE is '20ba18' (in hex).
    '1': ID Check passed.
     '1': IDCODE is '20ba18' (in hex).
    '1': ID Check passed.
     INFO:iMPACT - '1': Reloading FPGA configuration data stored in flash...
    INFO:iMPACT:182 - done.
    On the Flash side I have pulled s# and Hold up to 3.3V with 100k Resistors.
    Can someone help me to find the problem?

    So does the FPGA try to read the SPI flash when it boots ?
    out with scope, probe the clock and the data , see if you can see it streamig out when you boot.
    If so, then one other thing I see wrong a few times is data path of the SPI, single bit or 4 bits of data.
        you have to make certain the bit file was created in the same width as the fgpa is expecting,
          In ISE I think its in Impact where you make the SPI flash file and specify this .
     

  • Call up of Feature PPMOD was not successful

    Dear All,
    When we are trying to post the payroll results to Finance, for 1 employee, system is giving an error: Call up of Feature PPMOD was not successful.
    We have not changed anything in the feature.
    Please advise what could be the possible reason and how to resolve it.
    Regards,
    Reema

    Hello Reema,
    Usually this is related to inconsistencies in the payroll results.
    Please analyze the payroll results of the employee involved. Check the number of splits of the WPBP table.
    Then analyze the wpbp split (APZNR) of the wagetypes that have to be posted.
    This incidence should happends when one wagetype has one split of the wpbp that doesn´t exist in WPBP table.
    If it´s the case, you have to analyze in the payroll log, why this wrong split is generated.
    Hope this information helps.
    Kind regards,
    Graziela

  • Error "FI/CO interface:Update call without successful check Messageno.BW100

    Hi,
    When we doing J1IIN, the system is giving below error
    Error "FI/CO interface: Update call without successful check Message no.BW100"  
    I have checked in GL master all are unticked in post automatically.
    But still error is same.
    the above is getting only one plant. in other plant its working fine.
    kindly help me to solve this issue.
    thanks in advacne,
    preethi

    Dear,
    This is most common error you get and we are not able to understand what is the error. SAP Store error in internal table "XMSEG"
    Follow below steps:
    1. Enable Debugging
    2. Put Breakpoints at Function Module "Messages_count"
    3. There is a internal Table XMESG which store the reason of error..
    The most common reason for the error i have seen is Business Area..Profit Center....CO PA issue..
    Hope it helps!!
    Br,Vivek

  • Query was not successful in Discoverer viewer

    Hi All,
    can you please guide me on below issue..
    while running the report user is facing the below error.
    "query execution was not successful"
    -ORA-01722 Invalid number.
    Ebiz:12.0.6
    DB:11.2.0.2
    Disco:10.1.2.55.26
    Thanks in Advance.
    Regards
    Kumar

    while running the report user is facing the below error.
    "query execution was not successful"This is a generic error which is reported in few docs.
    Discoverer Viewer fails Moving Pivot Table Columns: Query Execution was not Successful [ID 948027.1]
    Query Execution Not Successful Error In Viewer, Runs In Desktop And Plus [ID 404974.1]
    Discoverer 10g (10.1.2.3) Plus/Viewer Cumulative Patch 7 (9112482) Readme For Linux/Unix [ID 821844.1]
    Launching A Worksheet In Discoverer 10g / 11g Plus/Viewer On Linux Fails With 'Contact with backend server lost' [ID 871012.1]
    Discoverer 10g (10.1.2.3) Plus/Viewer Cumulative Patch 4 (7595032) Readme For Windows [ID 822183.1]
    Discoverer 10g (10.1.2.3) Plus/Viewer Cumulative Patch 3 (7319096) Readme For Linux/Unix [ID 761997.1]
    Running Some Reports In Discoverer Plus/Viewer 10.1.2.2 Are Failing With "An error occurred while attempting to perform the operation. The operation did not complete successfully." [ID 733603.1]
    Discoverer Viewer 10g (10.1.2.3) Passes A Blank Parameter As 'NULL' When Using A 'Drill to Link' [ID 820003.1]
    Query Execution was not Successful Error When Running a Workbook [ID 550684.1]
    -ORA-01722 Invalid number.Please check the data type of the column or the data type of the records in the table/view and make sure it match the data type of the column.
    Thanks,
    Hussein

Maybe you are looking for

  • Time Machine not speaking to my Mac (error message -6753)

    My time machine has stopped backing up and when I try to reconnect Time Capsule gets the connect messages but will not respond, except with error messages saying it is not available. 1. Airport Utility recognises that the Time Capsule hard drive exis

  • ITunes 'Match' like for photos an iPhoto on the cloud and Preview

    iTunes 'Match' like for photos. 250.000 photos ($250 1 year). It's all I need- 250.000 thumbnails on my iPad and the original on the iClod- like iTunes Match. Thanks. I have icloud 55 GB. Preview on Mac accept my photos, but if my Mac got stolen I lo

  • Center Page

    I am trying to center my whole web page and don't understand how? Can anyone help? I read one about css but don't understand what that is.

  • PHP4 Ldap extension

    Hello, How enable the php4-ldap extension with OCS and Apache ?

  • Solid State Disk & Memory boost ?

    I have Samsung SSD Pro 512GB. and Toshiba qosmio X775 3dv80 laptop.  Is it possible to make a partition on SSD and then use this partition to increase system memory on Win 8.1 Pro ? Is it usefull or not and what is the limit of partition size for opt