Import file spec definition

When creating a file spec using the import wizard, is there a way to get part of the spec written, and come back to it later?
I am creating very large and complex specs (over 12 record types, each with dozens of fields). It may take me several days to input all the correct parameters. In the meantime, I have to keep the wizard open, and if the DB goes offline, or my PC reboots, I lose everything because no commit has occured.
Please advise.

You could just import the multi-record file strusture 'as-is' providing only the general informatio (field separators, line separators, record discriminator etc.).
Then you can edit the record types by right-clicking on the file object, selecting Properties on the pop-up menu and editing the record structure one by one there.
Regards:
Igor

Similar Messages

  • Exporting and importing just table definitions

    Hi,
    I have this production database that has a huge amount of data in it. I was asked to set up a test database based on the exact same schema as the live database. When I tried to do an export (from live) and import (to test), with the parameters rows=N and compress=y, the target (test database) data file will still grow enormously, presumably because of the huge number of extents already allocated to the table in the live database. My test database of course, has a limited hard-disk space.
    Is there a way to export and import the table definitions without having the target database experiencing a huge growth in the size of the tablespace?
    Thanks,
    Chris.

    If an export with compress=n is still creating initial extents that a too large, you can still build with the import file but it will take a little work.
    run imp with indexfile=somefile.sql
    when imp is finished, edit somefile.sql by:
    1. remove all the REM statements.
    2. remove all the storage clauses (tables and indexes)
    Make sure your tablespaces have a small (say 1k) default initial extent.
    run imp again with rows=n
    All your tables and indexes will be created with the default tablespace initial extent.

  • After effects CS3 crashes when importing file

    system specs are as follows
    Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 2 (2600.xpsp_sp2_qfe.061219-0311)
    Language: English (Regional Setting: English)
    System Manufacturer: Dell Inc.
    System Model: Dell DM051
    BIOS: Phoenix ROM BIOS PLUS Version 1.10 A05
    Processor: Intel(R) Pentium(R) D CPU 3.20GHz (2 CPUs)
    Memory: 2046MB RAM
    Display Devices
    Card name: RADEON X600 Series
    Manufacturer: ATI Technologies Inc.
    Chip type: RADEON X600 (0x5B62)
    DAC type: Internal DAC(400MHz)
    Device Key: Enum\PCI\VEN_1002&DEV_5B62&SUBSYS_06021002&REV_00
    Display Memory: 256.0 MB
    Current Mode: 1280 x 960 (32 bit) (60Hz)
    Monitor: Hitachi CM812
    Monitor Max Res: 1600,1280
    Driver Name: ati2dvag.dll
    Driver Version: 6.14.0010.6677 (English)
    Sound
    SigmaTel Audio
    Alright, now that's out of the way, heres the error i get.
    Adobe After Effects CS3 has encountered a problem and needs to close. We are sorry for the inconvenience.
    Error signature
    EventType : BEX P1 : AfterFX.exe P2 : 8.0.0.298 P3 : 465d3a47
    P4 : AfterFX.dll P5 : 0.0.0.0 P6 : 46348371 P7 : 00111a69
    P8 : c0000409 P9 : 00000000
    This happens every time i try to import any kind of file. And I'm running the trial version of AE btw.
    Now heres the things i have already tried.
    1)Reinstalling After Effects repeatedly.
    2)updating quick time
    3)Deleting the pref file
    4)removed any and all plug-ins
    5)Deleted the OpenGL file
    6)changed by screen resolution.
    7)closed down anti-virus programs
    8)Tried various ways of importing files, like drag and drop
    9)tried importing different files.
    10)Restarting my computer after attempting the all above^
    I have also been to the general specialist website already thank you very much.
    Edit: Now i have also tried uninstalling quick time and all of the video codec packs on my computer, this also didn't help (i did remember to restart afterwards)
    Edit: Also, i started a new thread because nothing in any of the other threads on this same or similar errors was at all helpful to me.
    edit3: i might also add that i have after effects 6.5 and it works just fine, though its much older.

    You can contact Adobe Technical Support for help with issues like this. You are entitled to a certain number of free calls for "installation issues, basic usage questions, and troubleshooting unexpected behavior for documented features".
    For information on what free technical support you're entitled to, see this page:
    http://www.adobe.com/support/programs/customer/gss.html

  • B2B SelfService Error creating Trading Partner .zip import file using ant

    SOA 11g 11.1.1.5 B2B - We are trying to create an import file for out trading partners into SOA B2B 11g but are getting errors when we run the ant script to build the import zip file.
    We ran the ant-b2b-util to get the b2bselfservice.xsd file, loaded that into jDev to show the selfservice.xml structure.
    We have built a trading partner xml file and at this point have stripped it down to one TP just to see if we could get it to work and we keep getting the same error messages.
    From the $SOA_ORACLE_HOME/bin directory (where we have placed our TP xml file: TPD_NA.xml) here is the command and results from running the ant script:
    [oracle@nalinoap05 bin]$ ant -f ant-b2b-util.xml b2bselfservice -Dinput=$ORACLE_HOME/bin/TPD_NA.xml -Doutput=$ORACLE_HOME/bin/TP_Docs.zip
    Buildfile: ant-b2b-util.xml
    b2bselfservice:
    weblogic_dependencies:
    [echo]
    [echo] Weblogic server location: /oracle/SOAWDEV/11.1.1.5/Oracle/Middleware/wlserver_10.3
    [echo] JNDI properties folder location: /oracle/SOAWDEV/11.1.1.5/Oracle/Middleware/Oracle_SOAWDEV/bin
    [echo]
    verifyargs:
    utility:
    [echo]
    [echo] java.naming.provider.url=${java.naming.provider.url}
    [echo] java.naming.factory.initial=${java.naming.factory.initial}
    [echo] java.naming.security.principal=${java.naming.security.principal}
    [echo] java.naming.security.credentials=*****
    [echo]
    [echo]
    [echo] args=selfservice
    [echo]
    [java] Commandline arguments 1: [selfservice]
    [java] 2012.04.10 at 13:27:35:559: main: (INFO) Input file location(s) :[oracle/SOAWDEV/11.1.1.5/Oracle/Middleware/Oracle_SOAWDEV/bin/TPD_NA.xml]
    [java] 2012.04.10 at 13:27:35:559: main: (INFO) Output file location :/oracle/SOAWDEV/11.1.1.5/Oracle/Middleware/Oracle_SOAWDEV/bin/TP_Docs.zip
    [java] 2012.04.10 at 13:27:35:596: main: (INFO) TradingPartner created :/soa/b2b/tp_id1AC191488133.xml
    [java] 2012.04.10 at 13:27:35:600: main: (SEVERE) TPD_NA.xml: Combination of Documentprotocol=EDI_X12 docVersion=4010VICS docType=852 docDef=852Def not found in doc_*.xml file
    [java] 2012.04.10 at 13:27:35:600: main: (SEVERE) TPD_NA.xml: Combination of Documentprotocol=EDI_X12 docVersion=4010 docType=997 docDef=997Def not found in doc_*.xml file
    [java] 2012.04.10 at 13:27:35:600: main: (SEVERE) TPD_NA.xml: Combination of Documentprotocol=EDI_X12 docVersion=5010 docType=850 docDef=850Def not found in doc_*.xml file
    [java] 2012.04.10 at 13:27:35:601: main: (SEVERE) TPD_NA.xml: Combination of Documentprotocol=EDI_X12 docVersion=5010 docType=860 docDef=860Def not found in doc_*.xml file
    [java] 2012.04.10 at 13:27:35:601: main: (SEVERE) TPD_NA.xml: Combination of Documentprotocol=EDI_X12 docVersion=4010VICS docType=864 docDef=864Def not found in doc_*.xml file
    [java] 2012.04.10 at 13:27:35:601: main: (SEVERE) TPD_NA.xml: Combination of Documentprotocol=EDI_X12 docVersion=5010 docType=864 docDef=864Def not found in doc_*.xml file
    [java] 2012.04.10 at 13:27:35:601: main: (SEVERE) TPD_NA.xml: Combination of Documentprotocol=EDI_X12 docVersion=5010 docType=997 docDef=997Def not found in doc_*.xml file
    [java] 2012.04.10 at 13:27:35:602: main: (SEVERE) TPD_NA.xml: Combination of Documentprotocol=EDI_X12 docVersion=5010 docType=856 docDef=856Def not found in doc_*.xml file
    [java] 2012.04.10 at 13:27:35:602: main: (SEVERE) TPD_NA.xml: Combination of Documentprotocol=EDI_X12 docVersion=5010 docType=810 docDef=810Def not found in doc_*.xml file
    [java] 2012.04.10 at 13:27:35:691: main: (SEVERE) TPD_NA.xml: Error in Validation:
    [java] [org.xml.sax.SAXParseException: XML-24536: (Error) Missing Attribute 'documentDefinitionRef',
                   org.xml.sax.SAXParseException: XML-24536: (Error) Missing Attribute 'documentDefinitionRef',
                   org.xml.sax.SAXParseException: XML-24536: (Error) Missing Attribute 'documentDefinitionRef',
                   org.xml.sax.SAXParseException: XML-24536: (Error) Missing Attribute 'documentDefinitionRef',
                   org.xml.sax.SAXParseException: XML-24536: (Error) Missing Attribute 'documentDefinitionRef',
                   org.xml.sax.SAXParseException: XML-24536: (Error) Missing Attribute 'documentDefinitionRef',
                   org.xml.sax.SAXParseException: XML-24536: (Error) Missing Attribute 'documentDefinitionRef',
                   org.xml.sax.SAXParseException: XML-24536: (Error) Missing Attribute 'documentDefinitionRef',
                   org.xml.sax.SAXParseException: XML-24536: (Error) Missing Attribute 'documentDefinitionRef']
    [java] Java Result: 255
    BUILD SUCCESSFUL
    Total time: 1 second
    Here is the contents of TPD_NA.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <SelfService xmlns="http://xmlns.oracle.com/integration/b2b/selfservice/profile">
    <TradingPartners>
    <TradingPartner hosted="false" name="OvvvvvvvX" >
    <Identification name="EDI Interchange ID" value="18xxxxxxxxxX" />
    <Identification name="EDI Interchange ID Qualifier" value="14" />
    <Identification name="DUNS" value="18xxxxxxxxxX" />
    <Identification name="Generic Identifier" value="18xxxxxxxxxX" />
    <Identification name="AS2 Identifier" value="18xxxxxxxxxX" />
    <SupportedDocumentDefinition initiator="true" docTypeName="852" docProtocolVersion="4010VICS" docProtocolName="EDI_X12" docDefName="852Def" />
    <SupportedDocumentDefinition initiator="true" docTypeName="997" docProtocolVersion="4010" docProtocolName="EDI_X12" docDefName="997Def" />
    <SupportedDocumentDefinition initiator="true" docTypeName="850" docProtocolVersion="5010" docProtocolName="EDI_X12" docDefName="850Def" />
    <SupportedDocumentDefinition initiator="true" docTypeName="860" docProtocolVersion="5010" docProtocolName="EDI_X12" docDefName="860Def" />
    <SupportedDocumentDefinition initiator="true" docTypeName="864" docProtocolVersion="4010VICS" docProtocolName="EDI_X12" docDefName="864Def" />
    <SupportedDocumentDefinition initiator="true" docTypeName="864" docProtocolVersion="5010" docProtocolName="EDI_X12" docDefName="864Def" />
    <SupportedDocumentDefinition initiator="true" docTypeName="997" docProtocolVersion="5010" docProtocolName="EDI_X12" docDefName="997Def" />
    <SupportedDocumentDefinition initiator="false" docTypeName="856" docProtocolVersion="5010" docProtocolName="EDI_X12" docDefName="856Def" />
    <SupportedDocumentDefinition initiator="false" docTypeName="810" docProtocolVersion="5010" docProtocolName="EDI_X12" docDefName="810Def" />
    </TradingPartner>
    </TradingPartners>
    </SelfService>
    We have exported our metadata and looked at the doc_EDI_X12.xml file and ALL of these referenced documents exist in that file and can be seen by going to Administration --> Document and under the Document Protocols navigation --> EDI_X12 --> 5010 --> 810 --> 810Def (as an example).
    If we strip out all of the SupportedDocumentDefiinition lines then the ant script will build an import file with just the trading partners and Identifications.
    What are we doing incorrectly or what is not working properly to get the ant script to build the import zip file??
    Thanks for any assistance,
    Ken

    Does that mean we have to create all of the document type definitions in the selfservice file?
    We have created (installed) all of the document types by installing them from the B2B Administration --> Document page.
    The definitions in the Trading Partner xml file exactly match the definitions of the installed documents.
    In the selfservice.xsd the <element> SelfService shows the profile:DocumentProtocols as minOccurs as 0 :
         <element name="SelfService">
              <complexType>
                   <sequence>
                        <element minOccurs="0" maxOccurs="1"
                             ref="profile:DocumentProtocols" />
                        <element minOccurs="0" maxOccurs="1"
                             ref="profile:TradingPartners" />
                        <element minOccurs="0" maxOccurs="1"
                             ref="profile:Agreements" />
                   </sequence>
                   <attribute name="version" type="profile:non-empty-string"
                        use="optional" />
              </complexType>
         </element>
    so we thought that since the documents had already been defined (created/installed) to B2B they would not have to be redefined in the selfservice xml.
    If we have to define all of the document types in the selfservice xml file that we are using for the trading partners what are the minimum values that we need to include?
    Could we use minimal definitions such as this:
    <DocumentProtocols>
    <DocumentProtocol name="EDI_X12">
    <DocumentProtocolVersion name="4010">
    <DocumentType name="850">
    <DocumentDefinition name="850def" />
    </DocumentType>
    <DocumentType name="997">
    <DocumentDefinition name="997def" />
    </DocumentType>
    </DocumentProtocolVersion>
    </DocumentProtocol>
    </DocumentProtocols>
    before the <TradingPartners> section of the seflxervice xml file?
    Thanks for your assistance!

  • No Importable Files message on importable videos

    Hi,
    I've imported files from my Pentax K7 (MJPEG encoded AVI 1280x720) approx. 2006 times before.
    Today, FCPX says "No Importable Files" after I try to import a video which is exactly the same specs as the previous 2006 videos.
    The video plays fine in "Preview" and in Quicktime.
    I also tried copying the file off the memory card and onto a drive before attempting to import it. No go.
    I don't suppose there's any tricks to know about getting this to work when it starts randomly misbehaving?
    *** General Parameters ***
    - Name:  PTXK2008.AVI
    - Container:  AVI - Audio Video Interleaved
    - Size:  827 MiB
    - Duration:  2mn 31s
    - Bitrate:  45.9 Mbps
    *** Video Track Parameters ***
    - Format:  Motion JPEG
    - Bitrate:  Max.: Undefined / Average: 44.9 Mbps / Min.: Undefined
    - Frame rate (fps):  Max.: Undefined / Average: 30.000 / Min.: Undefined
    - Encoding profile:  Undefined
    - Image size:  1280*720
    - Pixel Aspect Ratio:  Undefined
    - Display Aspect Ratio:  16:9
    - Interlacing:  Undefined
    *** First Audio Track Parameters ***
    - Format:  Uncompressed PCM
    - Bitrate:  1 024 Kbps
    - Rate:  32.0 KHz
    - Channel(s):  2 (stereo)
    - Position:  Undefined

    Use MPEG Streamclip from Squared 5 (free software) to convert MJPEG encoded AVI to something like ProRes 422, then import into FCP X.
    Andy

  • When importing files into fcpx from go pro hero2, some are importing as .mov and some as .mp4. when making a multi cam clip it will only add one type, if you try and add the other it says camera clip cannot be processed.

    when importing files into fcpx from go pro hero2, some are importing as .mov and some as .mp4. when making a multi cam clip it will only add one type, if you try and add the other it says camera clip cannot be processed. need to figure out why it randomly imports differently, or how to add different file tyoes to multi cam.

    here is one that is imported and stays .mp4. the specs are same as original file before import.
    here is one that has changed somehow during import. specs on original file are same as above, but once it is imported it changes to this in event folder, and others randomly keep the above specs.

  • LR 4.1 RC Does not import files

    I use a Lexar USB 3 card reader to import files created by my Canon 5d Mk-II. I click on Import on the lower left corner of LR, point to the drive which displays the files on the card. But when I click on Import LR simply sites there with the progress bar at the top not moving. I waited for quite a while several times and the files did not copy and import. Then I copied the files using Windows explorer to the folder where they are kept and tried to synchronize the folder but that option was not avaliable from the right-click on the folder name context menu. I have to shut down LR and restart before the Synchronize Folder appears again.
    Another, and possibly related anomaly is the number of files LR report that could be imported. The number is always wrong. For instance, there may be 25 files sync but it reports something like 172.

    A new catalog with nothing in it imported from the Lexar USB 3 compact flash reader. I am traveling abroad and do not have another card reader. However, after the successful import into a blank catalog I imported a few more which hung up as it did in the old catalog. I was able to delete all the imported images ending up with a blank catalog and reimport a couple of sessions in succession. In one of them I observed something but could not replicate: LR imported files that were not marked rather than the few I selected. The ones it seemed to have chosen were short video clips. Since I have not been able to replicate the problem, I am willing to explain that as my error although I was paying particular attention to exclude the video files. I guess that's why this is called "human error"!
    If the integrity of the original catalog I was using is compromised what is the solution? This is a rhetorical question since all the files will be transferred to my desktop computer anyway. I tested the sync folder option, which reported 151 new files. I instructed LR to sync thos files and LR went through all the files and ended up with a blank display of files to sync. I optimized the catalog and tried the same, it still shows 151 files to sync, which is obviously not correct.

  • Re importing files to AE problem

    I followed the help instructions to re-import files to an AE project, but I had one problem. Certain files don't appear in my timeline, they are unviewable, and they have a different name and icon next to them. I'll provide a screen shot to show you what I mean.
    Let me also explain the process of how I imported them. There's three things you should know first.
    1. the files are in multiple folders, and those folders are within other folders.
    2. The files I'm importing are .jpg files.
    3. I'm using a mac with After Effects CC
    So what I did first after it told me I was missing 210 files, was double click on the first missing file. It prompted me to choose the file in my finder, just like the help said. I double clicked the first file I wanted to replace. It then said that 48 files were recovered. I thought this was great, and repeated the same process for each of the other folders. Everything worked perfectly, except the initial files I clicked on had become some other file type. I tried to replace them but it didn't work. They no longer appeared in the timeline either. so I managed to replace the vast majority of my files, but about 4 of them don't work. I'm posting a screen shot to show you the icon that appears next to them after I recovered them. I have no idea what these icons mean and I can't work with those images. Any idea how to get my original image back in there?

    That icon says that this is an image sequence---i.e., a set of images that are treated as one footage item (as a movie), not as independent still image footage items.

  • Imported Files going in the wrong folder

    Elements Organizer 10 started misplacing all the Imported Files in the folder above at some point.
    In Folder Location view (under Display) I right click folder B and chose Import to Elements Organizer. Once the Import is finished, all photos but one are under folder A instead... needless to say my catalog now looks very messy because photos show in folders with different names. In Finder they appear in the right place, and even the File Properties in Elements show the correct location. Just not the Folders.
    I have about 20k files imported in my catalogue, this started happening recently and affects only files imported in certain external drives or partitions.
    I tried the repairs, optimizations, reconnects etc. for the catalogue, looked for updates and restarted the software many times now.
    How can I fix this?

    Hi guys,
    Sorry about slow time to reply.
    I'll try to be a bit more specific.
    The problem seems to happen only with a new firewire drive, Lacie Rugged 1gb.
    I have Mac OS X v10.6.8, processor 2.26Ghz, intel core duo, 8Gb 1067 DDR3; Elements Organizer 10.0
    The problem happens regardless of how I import the files, ie in thumbnail or folder view, and my procedures have not changed since using previous drives (right click folder and chose Import to Elements Organizer). If I am in thumbnail view or folder batch view the files are there, however having to browse among Ks of files is not my preference, I like folder view better.
    I think the image below explains it better: the folder selected is called Group Tax team day (bottom left). The  photo at the top is actually from this folder, but the one at the bottom (and all the others then) are from a folder called HK Dez 2012, which is the last that was imported directly below. You can actually see that the path at the top of the image does not match the selected folder on the lower left. And btw, this means that the files at the top folder in the drive cannot be found in folder view, since they have no folder to move to.
    Appreciate any help on this!

  • Imported files to wrong location

    I am using Lightroon 4 on a Macbook pro, OS Lion.
    I forgot to change the location of all my local wordpress images before importing them to a new folder, and they ended up being moved to my default dated folders i.e. Pictures/2012/2012-01-01.
    How can I either undo my last import, or easily locate all of those files I just imported?
    Thanks!
    Rob

    Long shot but try this.
    Go to Previous Import in Grid Mode
    Select all [CMD][A]
    Go to All Photographs (Previous import files should remain selected)
    Set the sort order in the Tool bar to Added Order  (Z to A)
    Your previous import should be the large block of selected items at the top.
    Scroll to the last selected item and the Previous to the Previous import should be the next file.
    Select it and hold down your shift key and down arrow until you reach the end of your Wordpress files
    The hard part is knowing how far to go to select the files from there.  Hopefully there is an obvious break that will clue you in.

  • Imported files do not show up in the project menu

    When I import files into a new folder I cannot locate them in the project menu. The files do not have a project path. They show up in the "last import" section though. What's wrong?

    You cannot import files into an Aperture Folder.  Folders hold containers (Folders, Projects, and Albums); they do not hold Images that are not in another container.  Projects and Albums hold Images.
    Right-click one of the Images shown in the "Last Import" Browser, and select "Show in Project" from the context menu.  This should make that Project the active one, and show you which one it is by selecting it on the Library tab of the Inspector.

  • HT1766 how do i get the pc to open up the file dialog when i plug in my iphone?  It asked me what to do, and I said to import files and pictures, and now it goes directly to pictures.

    I have a laptop with touch screen and windows 8.  I plugged in my iphone because i wanted to sync my music to itunes.  A box came up and asked what I wanted to do when the phone was detected.  I had 3 choices and do nothing.  I chose import files and pictures.  and now, when i plug it in, it goes right to pictures.  How can i change it so the little file box opens and gives me the option to "import files and pictures?"

    You should install iTunes for Windows and sync your iPhone with it.

  • I've used an external drive for time machine which has important files on it. After trying to back up my computer, it suddenly needed to be "repaired" by utilities. Now it's not being "seen" at all! How do I recover my important files off the drive?

    I've used an external drive for time machine which has important files on it. After trying to back up my computer, it suddenly needed to be "repaired" by utilities. Now it's not being "seen" at all! How do I recover my important files off the drive?

    If the external drive can be seen at all in Disk Utility, follow the instructions for repair here.

  • Premiere Pro cs6 - Workspace video pane remains blank when trying to view imported files

    Hello,
    I'm currently working in Adobe Premiere Pro CS6. When I import my media into my workspace and drag it onto the timeline, the preview box where you can review your cut video remains black. Double clicking on the imported file gives the same result. I was initially importing .jpg files (about 300kb size for each) so I tried importing various other image formats - .png, .tiff, etc... I have even imported a movie file into my scene to determine whether the issue was with my content format. With the video, the audio plays fine, but the video remains blank in the preview box. I have tried rendering my workspace and changing my initial project settings, but to no avail. I went into my preferences for Premiere and from what I can determine, everything looks fine.
    I'm running the software on an HP Pavilion, Windows 7 intel i7, 8gb ram, with a nvidia 650M 2GB card. Any help would be greatly appreciated. Thanks!

    Hi,
    Have you tried to change your Video Renderer? It would be under Project > Project Settings > General. Switch the option to Mercury Playback Engine software only and see if it helps.
    Thanks,
    Rameez

  • ERROR, while i importing file in Integration Builder/

    Heading 2: HI every body !!!!
    please help me.
    Now' i'm integrate SAP r/3 and IBM MAXIMO via SAP XI3 (SAP netweaver 2004s)
    i need to import file to integration builder, while i'm importing it, I'"ve got the error:
    ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "
    sapmaximo\sapmnt\IPC\SYS\global\security\data\SecStore.properties" does not exist although it should..
    Also i did PrtSc
    Link:[http://ipicture.ru/Gallery/Viewfull/17818229.html]
    I am a beginner in sap netweaver please tell how to solve this step byb step

    I need to import file (XI3_0_IMEA-INTEGRATE_IMEA71-mySAPERP2005_of_ibm.com_5.tpz),it''s in another format , so
    i find on this forum the same error Link: [Error while generating Rules in GRC5.3  RAR Component;
    the solution of this error ---"
    Another reason for this error can be lack of resources or pool size of the server. The recommended settings for the Pool size are :
    Max Pool size : 50
    Max connections : 100
    Connection Timeout : 10 sec
    Max wait time : 30 sec"
    Can you tell me where i can configurate this settings? (step by step)

Maybe you are looking for