Requisition Import Problem

Hi all,
I have one small Doubut,Once I ran 'Requisition Import' Requisition is Created In requisition base Tables i.ePO_REQUISITION_HEADERS_ALL AND LINES_ALL IN THIS TABLES CREATION_DATE IS INSERTED BASED ON THE CREATION SYSTEM TIME OK,AND ALSO IN ANOTHER TABLE PO_ACTION_HISTORY ALSO UPDATED BASED ON THIS HEADER_ID AS A OBJECT_ID AND ACTION_CODE IS IMPORT,BUT IN MY PO_ACTION_HISTORY TABLE AFTER IMPORT THE DATA IN THIS TABLE UPDATED 4 TIME BASED ON THE ACTION_CODE IS (SUBMIT,RESERVE,APPROVE) SOME TIMES 5 TIMES UPDATED ACTION_CODE IS FORWARD ALSO INCLUDED.
MY PROBLEM IS ON 20-MAY-09 SOME RECORDS ARE IMPORTED AT 8-00 AM BUT IN PO_ACTION_HISTORY SUMBIT DATE IS SHOWING
1-02-09 PM WHY IT SHOWNING THIS MUCH OF TIME DIFFERNCE ,WHAT IS ACTION_CODE SUBMIT IN PO_ACTION_HISTORY.
eX :- select * from apps.po_action_history where object_id=6715994 order by sequence_num ;
OP:-
OBJECT_ID     LAST_UPDATE_DATE     LAST_UPDATED_BY     CREATION_DATE     CREATED_BY ACTION_CODE     ACTION_DATE
6715994     5/20/09 8:17 AM     1,216.00     5/20/09 8:12 AM     1,216.00     IMPORT     
6715994     5/20/09 1:02 PM     1,216.00     5/20/09 1:02 PM     1,216.00     SUBMIT     5/20/09 1:02 PM
6715994     5/20/09 1:02 PM     1,216.00     5/20/09 1:02 PM     1,216.00     RESERVE     5/20/09 1:02 PM
6715994     5/20/09 1:02 PM     1,216.00     5/20/09 1:02 PM     1,216.00     APPROVE     5/20/09 1:02 PM
EX:- select * from apps.po_action_history where object_id=6719187 order by sequence_num
OBJECT_ID     LAST_UPDATE_DATE     LAST_UPDATED_BY     CREATION_DATE     CREATED_BY     ACTION_CODE     ACTION_DATE
6719187     5/20/09 4:43 PM     1,216.00     5/20/09 4:41 PM     1,216.00     IMPORT          
6719187     5/20/09 5:27 PM     1,216.00     5/20/09 5:27 PM     1,216.00     SUBMIT     5/20/09 5:27 PM     
6719187     5/20/09 5:27 PM     1,216.00     5/20/09 5:27 PM     1,216.00     RESERVE     5/20/09 5:27 PM     
6719187     5/20/09 5:27 PM     1,216.00     5/20/09 5:27 PM     1,216.00     APPROVE     5/20/09 5:27 PM
OBSERVE IN THIS TWO EXAMPLES TIME DIFFERNCE BETWEEN IMPORT CREATION_DATE AND SUBMIT CREATION_DATE DIFFERNCE IS MORE.
I NEED HELP WHEN SUBMIT IS UPDATED IN PO_ACTION_HISTORY TABLE AND ALSO WHAT IS THE ACTION_CODE SUBMIT IN PO_ACTION_HISTORY TABLE.
THIS VERY URGENT ISSUE BECAUSE THIS EFFECT ON THE WORK FLOW BACK GROUND PROCESS ALSO.
THANKS

During the req import, the LOV will show the source as INV, WIP etc only when there is data in the interface table from this source. From front end you will have the option because it shows all the requisitions which are already created (through req import from respective sources). The interface program delete the interface lines onces sucessfully imported, hence the difference. Now if you are expecting lines in this table from INV but are not there, then it is all together a different problem. How are these lines getting created Kanban, Min-Max??

Similar Messages

  • Requisition Import Program

    Hi All,
    I have a problem with the requisition import program.
    I need to create around 20 requisitions using this program. I have populated all the required information in the interface table po_requisitions_interface_all.
    When I run the Import program only 16 requisitions are getting created and there are no error records left in the interface table.
    When I checked in the front end 5 requisitions clubbed into 1 and got created. For all these 5 requisitions preparer_id is same.
    Can anyone help me how to seperate them into individual requisitions.
    Regards,
    Jana

    Jana
    One idea is to allocate the requisition number for set of rows or each row you wanted the the requisition created for. Inherently Req import will group by the parameter options you have populated. You can use this sample code to achieve what you are looking for. After this you can run the req import and you should see the requisitions split.
    DECLARE
    l_segment1 VARCHAR (100);
    CURSOR req_number_cur
    IS
    SELECT TO_CHAR (current_max_unique_identifier + 1)
    FROM po_unique_identifier_control
    WHERE table_name = 'PO_REQUISITION_HEADERS'
    FOR UPDATE OF current_max_unique_identifier;
    BEGIN
    fnd_client_info.set_org_context (&your_org_id);
    mo_global.set_policy_context ('S', &your_org_id);
    OPEN req_number_cur;
    FETCH req_number_cur
    INTO l_segment1;
    IF req_number_cur%NOTFOUND
    THEN
    --do something
    NULL;
    END IF;
    CLOSE req_number_cur;
    UPDATE po_unique_identifier_control
    SET current_max_unique_identifier = current_max_unique_identifier + 1
    WHERE CURRENT OF req_number_cur;
    UPDATE po_requisitions_interface
    SET req_number_segment1 = l_segment1
    WHERE interface_source_code = '&your_source_code' AND interface_source_line_id = '&your_unique_identifier_for_req';
    --(your can use anything here that makes it unique);
    COMMIT;
    END;
    Thanks
    Nagamohan

  • Requisition Import is taking long time to complete

    Hi,
    I'm working with EBS 11.5.10 CU2, I have Requisition Import program scheduled, usually it's completing normal in around 5minutes; but sometimes it's taking around 30 minutes to complete. I compared the output files of program completing normal and taking long time, latter one has processed less requisitions than former one.
    Could somebody help what could be possible reasons to check for program to take long time to complete.
    Please help.
    Thanks

    945756 wrote:
    Hi,
    I'm working with EBS 11.5.10 CU2, I have Requisition Import program scheduled, usually it's completing normal in around 5minutes; but sometimes it's taking around 30 minutes to complete. I compared the output files of program completing normal and taking long time, latter one has processed less requisitions than former one.
    Could somebody help what could be possible reasons to check for program to take long time to complete.
    Please help.
    ThanksDo you have the statistics collected up to date?
    Please enable trace and generate the TKPROF file to find out why it takes that long -- https://forums.oracle.com/forums/search.jspa?threadID=&q=TKPROF+AND+Concurrent&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • LR3.2 import problem on computer with Windows OS

    LR3.2 import problem on Windows OS
    This is a continuation of a question that I posed on August 22, 2010 in the discussion string "Cannot import CR2".  I have not been able to resolve the issue of importing an image into an existing folder location.  I had not been able to work on this issue for a number of weeks due to other circumstances, until today.   Note that the following people had attempted to provide answers and suggestions already:  ssprengel, JayS In CT.
    I use a laptop with a Windows operating system and a Macintosh desktop with Snow Leopard.  I run Lightroom on both of them.  The Windows laptop has Windows Vista Home service pack 2, version 6.0 [6002].  Around August 12th I upgraded from Lightroom 2 [481478], to Lightroom 3 on the laptop.  I left the LR2 on the laptop as well as LR3.  On September 12th I upgraded the laptop to LR3.2.  No other changes have been to the laptop or its software applications that I know of.
    My current attempts at resolving the issue reveal that when I created a new catalog "Test Catalog" in LR3 and saved that catalog to my desktop new folder labeled "Test Catalog" that I can import an image into LR3.2 to a new folder on the laptop's desktop.  I then deleted the images via LR3.2 Folders Remove function and tried to import the images into an existing folder as presented in the LR3.2 Import dialog, but get the error message "The following files were not imported because they could not be read.".   When I import images into a new folder placed on the desktop, I can use all functions in LR3 e.g. Develop module.  I cannot import images into existing folders on the laptop's hard drive - I have tried importing into the entire existing folders in the following hierarchy:  c:\users\Michael\My Documents\My Pictures\2010  but always get the same error message.
    LR3.2 does correctly backups upon exiting each time I quit the program, so I know that there isn't any issue of writing to that backup folder which is contained in an upper folder that contains the lightroom catalogs.  I have even created a new Word file, saved it into the folder with Lightroom catalogs, opened it up, modified it, saved it, and saw that it works OK, so that tells me there is no problem with a Read-Only folder attribute.
    I cannot recall if upon the upgrade from LR2.6 to LR3 that I chose to upgrade the catalog to LR3 version.  Would that matter, if yes, what do I verify, how do I manual upgrade the catalog.
    History of actions between August 10th that I have taken follows between the [[[[ and ]]]]:  
    [[[[Preference settings for Default Catalog are set to start with a specific catalog that I call "Lightroom master catalog", it is not set to the "Load most recent catalog". 
    All of the following were using my laptop:  Previously I had no problem with LR2 for any functions.  I just purchased an Epson 7000 media storage device, and in early August and practiced importing images into LR2, and those images were pulled in OK. Next, I upgraded to LR3.  I discovered that the Epson's images had been placed into a wrong folder when I opened LR3.  I used the remapping function in LR3 to move the images into the correct folder.  Next, I used a SanDisk card reader to import images into LR3 into an existing folder of images, but the following error message appeared "the following files were not imported because they could not be read" (Import Results said  'some import operations were not performed').  I tried importing a single image, and multiple images, but had the same error.  I tried switching the card reader to each of 4 different USB port on the laptop, with the same error occurring on each USB port used.
    In order to try to isolate the problem.  I took the SanDisk card reader with the memory card and successfully imported the images into LR3 on my Macintosh desktop computer; so to me the problem is not the card reader or the memory card.  I also used the SanDisk recovery disk while using my laptop to look at the files on the memory card and I could see all the images correctly while in the recovery program, but I have not copied the images to the laptop's hard disk, and have not tried an import into the laptop's LR3.  I did not import images directly from my camera to the laptop LR3 since I did not think it would help with the troubleshooting. 
    I then ran the Repair from the Adobe LR3 CD upgrade disk, on my laptop.  Then I tried doing the import using the SanDisk reader and memory card, but the same problem occurred and same error message, that the files could not be imported (I was trying to import into a folder of existing images).  I then used the Laptop's Control Panel function to remove LR3 application.  Then I did a fresh upgrade of LR3 on my laptop, but the same error message and I am unable to do any import of the memory card from the card reader.  I then tried to do an image import from the Epson 7000 into the laptop, and the same error message and I am unable to do any import into a folder with existing images.   I then tried doing an image import into LR2 on the laptop, and got the same problem to occur when trying to import into an existing folder of images.  I have a couple of  Canon EOS SLR digital cameras, and the issue occurs for any of the file types of the cameras.
    Went into LR3 Preferences, General Tab, I now checked the previously unchecked box for Import Options - "Show import dialog when a memory card is detected".
    Connected the Canon XTi directly with a cable to the laptop computer.  Note that Canon's information said that Picture Transfer Protocol is automatically used when the XTi is directly connected to a computer, so I did not need to change anything in the camera's menu for communications choices (there is no communication menu in fact).  I selected one image and copied it to the laptop desktop.  Tried to import it into LR3 into a folder of existing images but got the error message "Could not copy a file to the requested location."  While in LR3, I changed the location of where the file would be copied into - any of my existing folders of images; tried 5 different folders, but kept getting the same error message.
    With the card reader connected via USB port on the laptop, I copied one image file to the desktop, and then tried importing into LR3 into a folder of existing images.  Got the error message "Could not copy a file to the requested location."]]]]

    I am not clear if by 'import' you are trying to copy or move the files from a location to another or if you are adding the files to a catalog.  My comments may not, therefore, be too helpful.
    Firstly, with both LR2 and LR3 installed you will have both catalogs present, but if you try to open the LR2 catalog with LR3 you will be prompted to update the catalog.  You will thus know which catalog you are working on. 
    Secondly, if you are reading direct from the camera, you should connect using the 'PC connection' mode.
    Thirdly, there is an issue with reading .CR2 files directly from the early Canon DSLRs (in Europe named 300D, 350D, 400D).  While they are visible with the Canon software, they can not be seen with Windows explorer nor can they be accessed with Lightroom. 
    I suggest that you take the CF card out of the camera and copy the files using Windows Explorer in to the destination folder.  You are then sure that the files are on the PC.
    If you have the right Codec installed, you can view them with Windows photo gallery; if you don't, you can use one of the Canon software packages to view the files.  You are then sure that the files are not corrupted.
    Then import the files to your LR catalog using the normal import routine selecting 'add without moving'.  I have tried this routine  successfully using my 350D using both LR1.x and LR3.x.  If that doesn't work - I'm lost.
    Frank

  • On windows 8 and itunes I have importing problems the DVD is only reading the music cd from 1.5x to 4.0x for 95% of the time, it does hit speeds of 30x for the other 5% of the time. Is it a driver issue with the DVD or is it  a windows 8 issue?

    on windows 8 and itunes I have importing problems the DVD is only reading the music cd from 1.5x to 4.0x for 95% of the time, it does hit speeds of 30x for the other 5% of the time. Is it a driver issue with the DVD or is it  a windows 8 issue?

    No. You have no alternative but to plug it into a computer running iTunes and restore it.

  • Aperture Video Import Problem - from Lumix GH4: Imported clips have their dates changed to the import date.  The files show up on the hard drive but many are not showing up in Aperture.

    Aperture Video Import Problem - from Lumix GH4: Imported clips have their dates changed to the import date.  The files show up on the hard drive with import date not created date, but many of these same files are not showing up in Aperture. Sometimes the clips actually show up with the current import but take on the video information from a previously imported file.

    It was suggested I move this question to IPhoto or IMovie which I did. 
    Well moving to a different discussion group did not provide an answer to this question either. But what I finally did was import one batch of photos and videos into IPhoto for a given day at a time. Working with these I could change the date and times in order to get them in the original sequench taken. Then I would create an album with that batch. These would all be on the same day (IMove was closed for this phase). Then I would open IMovie, generate the thumbnails for that album, and select the album I had created. This was necessary because the importing process in IPhoto was using incorrect dates for my video so it was a real struggle finding them in IMove until I developed this approach.
    I believe that this whole process was so screwy because I was importing from an external hard drive not a camera. I had these photos on a PC and did not have the original cameras to use to import directly which I am fairly sure would have made this easier!

  • Final Cut Pro/GY-HD111E import problems?

    Final Cut Pro/GY-HD111E import problems?
    With a brand new Mac Pro and very latest Final Cut Studio complete with updates I'm having a little problem trying to import footage directly from a JVC GY-HD111E (yes I'm in PAL land, UK) via FireWire into FCP.
    Footage is 720p/25p and timeline is set up in FCP that way.
    I'm doing a 'capture now'. The first clip I'm trying to import is about 45 minutes long with no cuts/breaks whatsoever.
    What happens is after about 60 seconds or so, it FCP automatically breaks the clip for no reason and starts a new one, trouble is, when it does this I lose about 4 seconds of footage at that point.
    It continues to break clips randomly, sometimes after 40 seconds or so, sometimes after 95 seconds, but usually between 30 seconds and 2 minutes and each time it starts a new clip I lose between 1 and 6 seconds.
    As I say, there are zero breaks or cuts in this clip, I have a 45 minute clip that was shot in one take, not even a pause anywhere.
    Is this a JVC issue or a Final Cut issue?
    It's a pain as it simply means I can't import my 9 hours of footage hence I can't get on with this project.
    Any ideas why this phenomenon is happening?
    Thanks guys.

    I mean I get the same errors.
    Let me explain again.
    There are NO start/stop/pauses in this clip.
    I'm trying to import just ONE clip with no breaks, again, there are NO start/stop/pause, it is one continuous clip of 15 minutes duration.
    The JVC creates some sort of errors at the Firewire output stage, it drops frames or other errors, FCP gets confused and creates a new clip, even though it is the same clip, but due to the GoP structure, it looses a few seconds too hence I can't import the footage as I keep loosing bits here and there mid clip. It is randam, every 30 to 100 seconds or so it will do this.

  • Annoyed with JVC/Final Cut Pro import problem; will they ever fix this?

    Annoyed with Final Cut Pro JVC import problem; will they ever fix this?
    I've shot footage on JVC GY-HD111E in the UK in 720p/25p PAL mode.
    I'm trying to import lots of short clips (average 10 seconds) into Final Cut Pro (latest version with 720p/25p support) with a new Mac Pro maxed out with ram and 3 extra internal HDs.
    Problem is, on a scene-break i.e. pause/stop, Final Cut detects this and creates a new clip, but it takes about 5 seconds to 'searching for media" before it starts the new clip. Because some clips are only very short, this 5 second delay sometimes means I only get the final few frames of a clip, rather than the entire 5 seconds or so of it.
    JVC UK are blaming Apple and are saying it is up to them to fix it as Premiere and Edius does not have this problem.
    However, Symbiosis in the UK (who do HD-Connect box) say that the JVC ProHD cameras do not wrap the shots up properly at the end, they are kind of left open and this creates problems on scene-breaks.
    I've tried turning off the "create new clip on timecode break" etc, but it does not make any difference, when I do this it simply quits capturing on a scene break. Besides I have about 300 cutaways like this and I don't want to spend the rest of the year breaking them up on the timeline as this would be a futile and long workflow.
    I'm importing and working on a native HDV 720p/25p timeline and this is the way I want to work. I've already imported and edited 4 hours of footage, but these 4 hours were easy as all 4 tapes had no start/stop points, they were recorded continuously from beginning to end of tape for 64 minutes each time so importing was no problem; 1 clip per tape.
    But now I've come to my 5 tapes containing hundreds of cutaways I'm kind of screwed and need some advise on how I can import them natively in HDV without losing this 5 seconds off the beginning of each clip whilst FCP searches for the media each time.
    I've been told this issue is definately with FCP, any ideas how I can get around this?

    I haven't heard of this JVC/FCP problem, so I can't comment on it. However, whoever shot the cutaways didn't do you, the editor, any favors.
    I've been doing video since 1984, and I've got to say, anyone who shoots a scene that is only 5 or 6 seconds long on tape is making a huge mistake, and it's been that way since the beginning of computerized editing in the late 70s.
    Shoot at least 5 seconds of pre-roll before the shot begins, then roll tape for at least 5 seconds after you've got the shot. That's the protocol I've followed for 22 years now. Tape is cheap, edit suite time isn't.
    But laying down only 5 to 6 seconds for a scene is wrong, IMO.

  • R12 Requisition Import erring out saying Multi Distributions

    Hi Sandeep,
    I've referred this thread where you have given ur suggestion
    R12 Requisition import for the Back to back order items
    I've the same issue in the Requisitions Import. I've one record in po_requisitions_interface_all and related record in po_req_dist_interface_all table. And enabled
    multi_distirbutions set to 'Y' in the po_requisitions_interface_all table. The requisition import is submitted by saying the parameter multiple distributions to 'Yes'.
    But even then it is saying the same error
    'You have specified multiple distributions to be created. There are no rows in the requisition distributions interface table.'
    We are into R 12.1.3 version of Oracle apps. I tried all the means can you please give me any inputs for this issue.
    Thanks in advance for your help.
    Regards
    Nagendra

    Hi,
    I've distributions data there in the po_req_dist_interface_all and multi_distributions also set to 'Y' in po_requisitions_interface_all.
    When submitted the requisition import by setting the parameters Multiple Distributions'Y' it error out saying the error message
    'You have specified multiple distributions to be created. There are no rows in the requisition'
    Though I've records there in the distributions interface table, but still throwing the same error message.
    Any hints on this. As our requirement is to use the multiple distributions in R12. Please confirm if any thing I need to do from my end.
    Regards
    Nagendra

  • Requisition Import Output message

    Hi
    I am getting note message in PO Requisition Import Output Report , Requisition is getting created but output of report is printing Invalid Operating Unit at the bottom of the Report. All the profile options are set correctly for the responsibility. Please let me know if there is anything which is missing that is resulting in the note message.
    Requisition Import Run Report Date: 07-JUL-11
    Number of approved requisitions created = 1
    Number of unapproved requisitions created = 0
    Number of interface lines in error = 0
    End of Report
    Invalid operating unit
    Thanks In Advance.
    Regards
    Rajeev

    Hi Rajeev,
    You mentioned : Output of requisition Import report is printing Invalid Operating Unit at the bottom of the Report and you are in 11.5.10.2.
    I have executed the "Requisition Import" program in our 11i system and didn't find the OU information in the report. Report details are as below :
    Requisition Import Run Report Date: 14-JUL-11
    No requisitions were created
    Number of interface lines in error = 0
    End of Report
    Is your Requisition import program is customized to pick the OU in the report???
    Could you please check/execute *"Requisition Import exceptions Report"* and check what OU is getting picked in this report.
    Kind Regards,
    S.P DASH

  • Drop Ship across OUs - Operating Unit not available during Requisition Import

    Hi,
    I am trying to execute Drop Shipment across OUs on Vision Instance R12.1.1.
    1)      Responsibility - Order Management Super User, Vision Operations (USA)
             Create SO in Vision Operations. In Others tab selected Warehouse as D1 ( Singapore Distribution Centre ). Line Item Source Type is External.
             Order Booked. Order line status is 'Awaiting Receipt'.
    2)      Responsibility - Purchasing Super User.
             Request - Requisition Import.
             Issue - The Operating Unit LOV for Requisition Import is listing only 'Vision Operation'. The OU 'Singapore Distribution Centre' is not listed.
    The responsibility Purchasing Super User has access to Org D1.
    Please refer to attached screenshots for details.
    Kindly help me with this process.

    user12214874 wrote:
    We are on Oracle EBS 11.5.10 and the requirement is that the US OU wants to drop ship a SO from our supplier in Japan(not part of Oracle installation) directly to our OU in Canada. (part of same Oracle installation). As per as per Oracle Order management users guide 11i; pg 1-7 drop ship across OU's and SOB's is possible. (Introduction chapter.) However when I read metalink note 225434.1, this is not possible. This looks to be a drawback with Oracle EBS since it is a very common requirement with most business going global these days. However, I may be wrong and the flow might very well be supported. If anybody has an idea, and provide some insights if this is supported in oracle or if there is a workaround available it would be appreciated.
    *****Update******** I could create a Drop Ship So with Receiving Warehouse in another operating unit; I could also create the Internal Requistion and PO in the shipping OU. Also, the Payables Invoices to Selling OU was created. AR invoice against the Drop SO billed to Shipping OU was created. However I am still stuck as to the generation of Intercompany AR invoice. Also, I am wondering why is there a need for Intercompany AR invoice when the AR invoice is issued against the Drop SO?
    Edited by: user12214874 on Feb 16, 2012 12:34 PMMy question is why would US OU want to drop ship to Canada OU...why can't canada OU directly raise a PO to a supplier in Japan??

  • Requisition Import for requs for each Supplier based on Sourcing Rules

    Hi,
    The client requires that requisitions be created based on the contract agreement per item..
    So, if there are split contracts for a particular item (eg in sourcing rules, if there are 2 different suppliers each with an allocation percentage, Oracle should create a requisition for each supplier when the requisition import is run and not only for the supplier with a ranking of 1 as it does by default)
    Is there any way of doing this other than customizing the requisition import..?
    Thanks alot.

    hi
    in purchasing option window you will find the group requisitions Field.....there you can choose group requisition by supplier.
    Regards,
    Srikanth

  • Imovie Mac importing problem or Camcorder problem?

    I run a small business for kids parties. I video the kids dancing along to a track they have recorded (played on a cd player). Then i import the video, turn off the camcorder sound and import the finished mixed track of their singing and sync the picture and audio together. This has been working perfectly for over a year. But unfortunately in the last month when i try to sync up the audio track with the video, it starts off synced up perfectly, but gradually as the video goes on the video and audio become out of sync and by the end the video is either too fast or too slow. this is a huge problem! I thought it may the tapes in the video camera so i changed them and it's still doing it. Is this a video camera problem or computer importing problem. Can anyone help as it's ruining the kids DVDs!

    I am surprised it has ever worked. That can normally only be done with synched professional equipment. Maybe they changed the CD player at the performance and the old one happened to play at the same rate as your Mac when it imports? (There is a slight difference between the playback speed between different players)
    Or perhaps your video camera has become slightly worn, so it pulls the tape slower?
    There are endless possibilities for problems with your setup.
    I think you should take a look at the "add scaled" tip at the bottom here:
    http://danslagle.dvmix.com/mac/iMovie/audio/1001.shtml
    (Instead of adding the extracted audio from iMovie, you should add the CD audio.)

  • Import problem with DMP file

    Hi all
    I am using oracle 9i and I have problem in import problem.........
    when i try to import the DMP file it gives me the error,
    IMP-000200: long column Too larege for column buffer size <22>
    can any body please tell me how to get out of this error....
    actually I have a table in export file that has round about 2 lac rows....
    The problem occurs on that table.
    Any help will be highly appreciated
    Thanks in advance
    Regards
    Shayan
    [email protected]

    The correct error code is IMP-00020 not 200
    What's your current buffer set to when imp?
    IMP-00020: long column too large for column buffer size (number)
    Cause: The column buffer is too small. This usually occurs when importing LONG data.
    Action: Increase the insert buffer size 10,000 bytes at a time (for example). Use this step-by-step approach because a buffer size that is too large may cause a similar problem.
    As adviced, increase 10000 and try again.

  • Lightroom 5.4 Canon partial import problem (CR2s)

    Hello,
    I have Lightroom 5.4 on a Windows 8.1 system x64.  My camera is a Canon 50D that's several years old.( i.e. not a brand new camera import problem)
    When I plug my camera into my computer via the USB cable and try to import images into a Lightroom catalog, Lightroom will recognize and import jpgs, but it does not even see CR2 files. No errors, no thumbnails. It's like they are not there.  If I capture a single image as both a jpg and CR2 simultaneously it will only see the jpg and not the CR2.
    If I open the Canon EOS Utility it sees any and all images (CR2's included).
    I've read a few posts so to help narrow it down:
    1) I have write access to the folder (b/c I can import the jpgs.).
    2) My Windows system does not recognize the CR2 files in an exporer window if they are still on the camera (to be specific, it sees that there are files, just not the type and no thumbnail. Not even a properties option with right click). I can't pull the files directly off the camera with my computer only with the Canon app. I have the latest camera codec pack put out by  Microsoft KB2899190 from 12/9/2013.
    3) Once the CR2's are on my computer via the Canon EOS app they are viewable in Expolorer (thumbnails) and can be imported into Lightroom.
    4) I have cleared and reformatted the flash card (more than once). Rebooted and powered down the PC and Camera multiple times (removed camera batt. and Unplugged PC).
    5) As of time of this post Lightroom is up to date.
    I believe there is some communication issue with my camera and this particular PC setup. My wife's computer does not have this issue (she has Vista). When she plugs in the camera the thumbnails pop up in an explorer window for her right away.
    Thoughts?
    Thank you very much for your help.

    Yes, for many people. Recent versions of Lightroom in particular seem to be quite fickle when trying to import directly from camera, and the "fix" in virtually all cases is to use a card reader.

Maybe you are looking for

  • Hiding fields in BSP application

    Hi Friends, Iam using HRRCF_TRM_srch BSP Application, i have a requirement to hide few fields in BSP pages. Can any one tell me what BADI and what BAPI is this BSP application is triggering at the behind. so that can will enhance the BADI or modify t

  • Error during TableScript Generation

    We are installing one new MSV client for QA testing and we get error during table script generation. I tried generating only middleware tables and one selected table.                 1094       Error Executing Helper Scripts : [Microsoft][ODBC SQL Se

  • Read optimization time-series data

    I am using Berkeley DB JE to store fairly high frequency (10hz) time-series data collected from ~80 sensors. The idea is to import a large number of csv files with this data, and allow quick access to time ranges of data to plot with a web front end.

  • Standard BAPI for creating groups in SAP using JAVA and JCO

    Hi, I have a requirement for creating user groups in SAP from java using JCO but i am unable to find the standard BAPI name to creating user groups. Can anyone let me know whats the bapi name for creating user groups in SAP? Thanks in advance, Ani

  • SCCM client not able to find MP

    Hi, I just deployed SCCM 2012 R2 Primary site as a standalone, but Client is not able to find their MP. Boundary is default Ad sites.. Also DNS and Domain is working properly.. here is Local Services logs Refreshed security settings over MP LocationS