How to save and  move an application

Hi,
I have made an application on Oracle Express. How to save and move that to another machine ?
Many thanks.

I'm in the process of porting my XE app to a 10.1 instance.
I created an app export and export file of the schema. Then I installed a client on the same machine so I could connect and I get errors detailed in the end of this thread when attempting to import. Most of the tables are successful however, none of the procedural code goes in. The app export imported fine.
Now, I can manually copy the objects that remain but only if I can connect to XE and this ability seems to have been lost with the install of the 10.1 client.
Does anyone know how I can connect to XE using PLSQL Developer or is it indeed possible to connect to XE on a machine that is configured to also connect to a 10.1 remote server? I have installed the 10.1 client into a new Oracle home.
. importing CODESPEED's objects into PRIMPATH
IMP-00008: unrecognized statement in the export file:
IMP-00017: following statement failed with ORACLE error 1950:
"CREATE TABLE "FOLDER" ("FOLDER_ID" NUMBER NOT NULL ENABLE, "STAFF_ID_CREATE"
"" NUMBER NOT NULL ENABLE, "STAFF_ID_MODIFY" NUMBER, "FOLDER_NAME" VARCHAR2("
"100) NOT NULL ENABLE, "FOLDER_CREATED" DATE NOT NULL ENABLE, "FOLDER_MODIFI"
"ED" DATE NOT NULL ENABLE, "FOLDER_NOTES" CLOB, "FOLDER_OWNER" NUMBER NOT NU"
"LL ENABLE, "DRA_VERSION_ID" NUMBER, "ASSIGNED" NUMBER NOT NULL ENABLE, ""
"UNASSIGNED" NUMBER NOT NULL ENABLE, "APPROVED" NUMBER NOT NULL ENABLE, "FOL"
"DER_STATUS" VARCHAR2(1) NOT NULL ENABLE, "CODING_RULE_SET" NUMBER) PCTFREE"
" 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FR"
"EELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "USERS" LOGGING NOCOMPRESS "
"LOB ("FOLDER_NOTES") STORE AS (TABLESPACE "USERS" ENABLE STORAGE IN ROW CH"
"UNK 8192 PCTVERSION 10 NOCACHE LOGGING STORAGE(INITIAL 65536 FREELISTS 1 F"
"REELIST GROUPS 1 BUFFER_POOL DEFAULT))"
IMP-00003: ORACLE error 1950 encountered
ORA-01950: no privileges on tablespace 'USERS'
IMP-00017: following statement failed with ORACLE error 2248:
"ALTER SESSION SET PLSQL_OPTIMIZE_LEVEL = 2 NLS_LENGTH_SEMANTICS = 'BYTE' PL"
"SQL_CODE_TYPE = 'INTERPRETED' PLSQL_DEBUG = TRUE PLSQL_WARNINGS = 'DISABLE:"
"ALL'PLSQL_CCFLAGS = ''"
IMP-00003: ORACLE error 2248 encountered
ORA-02248: invalid option for ALTER SESSION
IMP-00000: Import terminated unsuccessfully
C:\Documents and Settings\PWin>

Similar Messages

  • How to save CSV file in application server while making infospoke

    How to save CSV file in application server to be used as destination while making infospoke.
    Please give the steps.........

    Hi
    If you want to load your flatfile from Application server,then you need to trasfer your file from your desktop(Computer) to Application server by using FTP.
    Try using ARCHIVFILE_CLIENT_TO_SERVER Function module.
    You Just need to give thesource path and the target path
    goto SE37 t-code , which is Function module screen, give the function name ARCHIVFILE_CLIENT_TO_SERVER, on click F8 Execute button.
    for path variable give the file path where it resides like C:\users\xxx\desktop\test.csv
    for target path give the directory path on Application server: /data/bi_data
    remember the directory in Server starts with /.
    U have to where to place the file.
    Otherwise use 3rd party tools to connect to ur appl server like : Core FTP and Absolute FTP in google.
    Otherwise...
    Goto the T.code AL11. From there, you can find the directories available in the Application Server.
    For example, if you wanna save the file in the directory "DIR_HOME", then you can find the path of the directories in the nearby column. With the help of this, you can specify the target path. Specify the target path with directory name followed by the filename with .CSV extension.
    Hope this helps
    regards
    gaurav

  • WPA8.1 Feature to save and move files between folders and OneDrive Folders

    Hi,
    I would like to suggest to dev team a new feature to Adobe Reader on Windows Phone.
    Today I was done a uggly workarround to save one PDF file on a OneDrive folder to send to my classmates. So I would like a feature to save and move files between folders on SD cards and OneDrive to keep my phone organized.
    thank you for your time.

    Here:
    property aFolder : "a"
    property bFolder : "b"
    property cFolder : "c"
    property dFolder : "d"
    property eFolder : "e"
    tell application "Finder"
    try
    set theLocation to the selection as alias
    on error
    set theLocation to (folder of the front window as alias)
    end try
    if not (exists folder aFolder of theLocation) then make new folder at theLocation with properties {name:aFolder}
    if not (exists folder bFolder of theLocation) then make new folder at theLocation with properties {name:bFolder}
    if not (exists folder cFolder of theLocation) then make new folder at theLocation with properties {name:cFolder}
    if not (exists folder dFolder of theLocation) then make new folder at theLocation with properties {name:dFolder} 
    if not (exists folder eFolder of theLocation) then make new folder at theLocation with properties {name:eFolder}
    set this_list to every file of theLocation
    repeat with i in this_list
    if (name of i) begins with "a" then
    move i to folder "a" of theLocation
    else if (name of i) begins with "b" then
    move i to folder "b" of theLocation
    else if (name of i) begins with "c" then
    move i to folder "c" of theLocation
    else if (name of i) begins with "d" then
    move i to folder "d" of theLocation
    else if (name of i) begins with "e" then
    move i to folder "e" of theLocation
    end if
    set name of (the result) to items 3 thru -1 of (get name of (the result)) as string
    end repeat
    end tell
    (98558)

  • Built-in SSH Terminal question on how to save and exit

    Howdy, Heres my question and problem.
    I haven't been able to figure out how to save and exit the editor for the SSH terminal that the mac has. I've read that to save you press control -O hit return and to exit hit control -X but that doesn't seem to be working.
    I'm trying to install imagemagick onto my web server and I get stuck at that point of saving and then exiting.
    can anyone tell me how to save and exit the editor?
    I hold down control press -O i let go of the buttons then i press control -X and it stays at the same editor like nothing happened. I try quitting the terminal and reloading it all but that just causes me to restart and nothing saved. and I actually hit the "-" key should i do that or no?
    heres the instructions I'm following for the imagemagick install.
    (For this next part, if you don't have "pico", you can use "vi" instead)
    $ cd libtiff-lzw-compression-kit
    $ pico Makefile
    change
    TIFFSRCDIR = /tmp/libtiff
    to
    TIFFSRCDIR = ../tiff-v3.5.5
    Then save and exit the Editor $ make install
    $ cd ..
    $ cd tiff-v3.5.5
    $ ./configure
    thanks for any help
    -Ahufs

    ctrl+x (thats both keys at the same time) will invoke the exit of the program. at wich point if youve made changes to the file it will ask you if you want to save the data or not. If yes you need to type yes or y and hit enter... if no then no or n. Then it will ask you what you want the file name to be with the default being whatever the file was that you opend to buffer to work on so in most cases you hit enter again.
    hitting ctrl+o (thats both at the same time again) should write the file out and close the application without prompting i think (i dunno for sure... i always use ctrl+x myself).
    At least thats on the OS X version of pico... your server is probably linux so it may differ although i wouldnt expect it to. my pico bindings have always been the same from Debian to CentOS to Darwin.
    Also i msut ask... why cant you pass the TIFFSRCDIR as an option to ./configure like normal instead of manually editing the make file?

  • How to design and implement an application that reads a string from the ...

    How to design and implement an application that reads a string from the user and prints it one character per line???

    This is so trivial that it barely deserves the words "design" or "application".
    You can use java.util.Scanner to get user input from the command line.
    You can use String.getChars to convert a String into an array of characters.
    You can use a loop to get all the characters individually.
    You can use System.out.println to print data on its own line.
    Good luck on your homework.

  • How to save and edit a Word template and excel??

    How to save and edit a Word template and excel (extension. doc and. xls) in an XE database, which can be opened to allow the document and record all changes made by the user of the palicacion.
      or where it a clear tutorial on this topic.?
    I appreciate your attention and collaboration.
    good day ...

    You should not expect to do this in Oracle. But by .net, it can be fine
    http://www.codeproject.com/Articles/36432/Edit-Microsoft-Word-Document-From-Your-Application

  • How to Build and Deploy Flex application in EP6

    Hi All,
    Can anyone tell how to build and deploy Flex application in EP6.
    I want to build a normal application in flex and present it through iviews. How do I configure my Iiview to have flex component running in Portal Environment.
    Thanks
    Deepak

    A good book to start with is Enterprise JavaBeans by Monson-Haefel (O'Reilly press). It covers deployment of EJBs on J2EE servers. Also check out sites specific to your server, sometimes they have specific requirements (like Weblogic).

  • How to start and stop Oracle Application Server from ANT

    How to start and stop Oracle Application Server and Web application from ANT
    Thanks in Advance.
    Mani

    Hi,
    You can use: startManagedWebLogic.sh, it is in your domain directory and you have to execute it in this way
    ./startManagedWebLogic.sh managedServerName http://adminServerHost:adminServerPort
    For instance, in my case I use:
    unixserv01:/webportal/domains/appServerWeb/bin>startManagedWebLogic.sh managedServ01 http://pelma3w3per01.mesaperu.next:7001
    You have to run it on the machine where the managed server was installed.
    Best regards,
    Raúl

  • How to drag and move duplicated movieclip in flashMX

    i would like to know how to drag and move duplicated movie
    clip in flashMX? i'm unable to drag and move duplicated movieclips
    but able to see duplicated movieclip on the stage. Is there anyone
    who can show me or direct me to any tutorial site?
    Thanks

    i have just changed to Flash MX2004 and below is my code. I'm
    not sure what has gone wrong with my script as i still unable to
    drag my duplicated movieclip? hope u guys can help me out!
    var mySelection = "";//Global declaration
    var totalmc = 0;
    wire.onPress = function ()
    this.createEmptyMovieClip(["mc"+totalmc],
    this.getNextHighestDepth(["mc"+totalmc])); //Create a newMovieClip
    with variable name "mc1""
    duplicate(["mc"+totalmc]);
    //trace(["mc"+totalmc]);
    dragging(["mc"+totalmc]);
    mc = attachMovie("idwire", ["wire"+totalmc++],
    this.getNextHighestDepth(["wire"+totalmc])); //store the Movie into
    mc1 by attaching
    mc._x = 273;//(Stage.width - mc1._width)/2;
    mc._y = 196.5;//(Stage.height - mc1._height)/2; //setting
    the corrdinates for x and y axis
    dragging(["wire"+totalmc]); //calling the dragging function
    //trace(mc1._width +","+ mc1._height);
    //Function for dragging
    function dragging()
    mc.onPress = function()
    this.startDrag(true);
    mySelection = this;
    mc.onRelease = mc.onReleaseOutside = function()
    stopDrag();
    function duplicate()
    mc.duplicateMovieClip (["mc"+i], i);
    i++;
    //trace("mc"+i);
    //trace(x);
    //Btn function for flipping
    flip.onRelease = function()
    mySelection._rotation += 10;
    //Btn function for delete
    del.onRelease = function()
    mySelection.removeMovieClip();

  • How to save a movie that is on a dvd to iTunes?

    I need the steps to how to save a movie that is on a dvd to save in itunes.

    If it's on a copy protected video DVD, you can't.
    If it's on an unprotected video DVD, use a product such as MPEG Streamclip to convert the VOB files on it to MPEG-4.
    If it's on a data DVD, import it as you would any other file. Conversion may be necessary.
    (68818)

  • How to SaveAS and SaveAs on different volume in TextEdit?

    i am having a bit of a battle with the new features for saving in Lion and while i /sort/ of get it i am not doing very well in TextEdit. wondering if someone wouldn't mind helping me out.
    i have created a new document and upon running the first Save (i think) i was giving an opportunity to put this document somewhere and to NAME it.
    NOW i would like to run a SaveAs so i can KEEP THE ORIGINAL but also edit a new version. I would also like to SAVE A BACKUP on my LAPTOP.
    in the past to do this i have run a SaveAs, edited and this new document (it was renamed in the SaveAs) and then i have re-opened the older document in order to continue editing it. alternatively, i have sometime COPIED and PASTED the contents of the existing doc into a NEW document and then Saved and named this document.
    1. How do i do this in TextEdit now? I see a Save Version (not applicable) and a Duplicate (doesn't /seem/ to do what i need since it automatically names this document with the same name and an appended "copy").
    2. I want to SAVE A COPY of my document on an external volume (my laptop). i see a "Export PDF" and again i see the Duplicate option but for some reason i don't see my laptop as a DESTINATION for either of these even though it appears to be mounted (little cutout people icon on the desktop).
    what am i missing here?

    thanks charlie.
    sort of a new world over here. newish mac user to boot. sort of interesting to go back and forth between my "old way" with photoshop products and then dive into a mac lion product and do this.
    in any event - i am /not/ seeing my /external/ volume when i try to save a duplicate or export a pdf.
    any idea (short of a bug) on why i am not seeing the Laptop as a shared location since it is mounted? this means i have to save to the macpro and then manually move it to the MBP.
    also, i guess export to PDF is the only option since if i am saving a txt i would use Duplicate...?

  • Save and Protect your iPad Device: How to Save and Prolong the battery life of your new ipad

    Please, as you read add more answers to this on how to prolong and save your ipad battery life. Thank you
    Saving the battery life of your iPad
    1.Keep Your iDevice Out of the Sun
    Whatever you do, don’t leave your iPhone or iPod sitting in a hot car—heat kills batteries faster than any other factor, and your device that used to keep a charge for hours will eventually barely hold a charge, and you’ll have to pay Apple to get it replaced. The same thing holds true for any really hot environment: try and store your device in a cool place.
    Reduce the Screen Brightness
    If you keep the screen at maximum brightness all the time, you’re wasting a lot of battery life—and the screens these days are so bright anyway that you don’t really need to, especially at night. Head into Settings -> Brightness & Wallpaper to adjust the default level of brightness, which you can probably keep as low as 30% most of the time.
    2. Make Sure the Screen Locks Quickly
    Even if you’ve adjusted the screen brightness, there’s still no substitute for having it turn off quickly when you’re not using it. Head into General -> Auto-Lock to set the screen lock to happen as quickly as your device will let you. This makes a big difference if you are always picking up your phone and putting it back into your pocket without turning the display off.
    3. Use Airplane Mode When You Don’t Need Internet (iPad/iPhone)
    If you’re busy spending the next 8 hours playing Angry Birds, there might not be a good reason to have internet access, so you can consider using Airplane Mode, which turns off both Wi-Fi and the regular wireless radio. Of course, this will prevent phone calls if you’re on an iPhone—but if you’re busy with Angry Birds you probably don’t want the interruption anyway.
    4. The more important reason to use Airplane Mode is when you’re mobile in an area with a really spotty connection—because the iPhone or iPad will try to stay connected at all times, it’s going to be constantly searching for a connection, which can drain your battery. Head into Settings and flip the Airplane Mode switch right up at the top of the screen.
    Use Wi-Fi Instead of 3G if Possible
    According to Apple, the iPad will get 10 hours of battery life under regular use with Wi-Fi enabled, but will only get 9 hours using 3G—the iPhone gets 6 for 3G and 10 for Wi-Fi. Of course, if you’re heavily using the Wi-Fi, you’ll still be draining the battery—the point is under similar workloads, Wi-Fi is better than 3G for battery life.
    You can enable Wi-Fi under Settings -> Wi-Fi, and then pick the network you’d like to connect to.
    5. Reduce or Eliminate Mail & Calendar Checking
    If you’ve got a bunch of email, calendar, or contact accounts configured, and they are all being checked and downloading email on a regular basis, you’ll be draining the battery an awful lot faster than you need to.
    Head into Settings -> Mail, Contacts, Calendars -> Fetch New Data and change the setting to the least frequent check possible. If you don’t use it often, you can just turn Push off entirely and then manually check when you need to.
    6. Reduce or Eliminate Push Notifications
    Do you really need notifications from Twitter or whatever other apps you’re running? You can turn these off one-by-one, or turn off Push entirely by heading into Settings -> Notifications, and save a bit of extra battery life since your device won’t be pulling in data for those applications anymore.
    7. Reduce or Eliminate System Sounds
    This one is probably a little silly, but if you really don’t care for the system sounds you can save a small amount of battery life by removing the sounds. A very, very small amount, most likely. Head into Settings -> General -> Sounds to change them.
    8. Disable Location Services
    If you don’t really need the location services, you can disable them to save some battery life. Head into Settings -> General and flip the Location Services setting to off.
    9. Disable Bluetooth If You Don’t Need It
    If you don’t use a Bluetooth headset or keyboard, you should keep the Bluetooth radio disabled to save some extra battery life. Head into Settings -> General -> Bluetooth to flip it on or off.
    10. Disable Vibrate Feature in Games
    If you’ve got a game that uses the vibrate feature, you can turn that off to save some battery life. This mostly matters if the game heavily uses it, and you’ll need to change the setting for the game. As a side note, and it should go without saying, if you’re running really intensive video games, they will kill your battery very quickly.
    11. Charge and Discharge Your Battery Regularly
    Your iDevice needs to be fully discharged and recharged at least once a month to operate at maximum efficiency and keep the battery from dying. You’ll also want to make sure that you don’t store the device with a dead battery, as that can also cause the battery to lose charge capability—when your battery dies, make sure to recharge it quickly.
    <Edited by Host>
    Irem Bright writes and would love your own addition if you got other helpful tips.
    Thank you all.

    11. Charge and Discharge Your Battery Regularly
    Your iDevice needs to be fully discharged and recharged at least once a month to operate at maximum efficiency and keep the battery from dying. You’ll also want to make sure that you don’t store the device with a dead battery, as that can also cause the battery to lose charge capability—when your battery dies, make sure to recharge itquickly
    The reason that Apple suggests you drain and recharge your battery once a month is not because it affects the life ofthe battery. What it actually does is calibrate the battery sensor, giving you a more accurate reading. 
    Other than that, you done an admirable job of summarizing the Knowledge Base article:
    http://www.apple.com/batteries/ipad.html
    Best of luck.

  • How to save and then close document Using Acrobat 9 (URGENT)

    I have been looking for a soultion for long time now but
    couldn't find any.
    I'm using a dynamic PDF form desgined using LC Desginer and created a button that should save the current opened form in the same location (no need to define the location because what I want to use is the command File -> Save) and then close the application (I'm using Acrobat 9 Pro Extended).
    I tried many scripts and gone throw JavaScript™ for Acrobat® API Reference but no luck.
    Once I click on the button I get the following error: NotAllowedError: Security settings prevent access to this property or method.
    Will you please help in this issue as it took long time and my project manager is pushing to get resolved ASAP.
    Guys, I'm new to this kind of tecnology so please be patient with me.
    Thanks in advance for your valuable help.
    The code I used in click event of the button is as follow:
    try{
         var myDoc = app.newDoc();
         myDoc.saveAs();
         myDoc.closeDoc(true);
    catch (e)
         xfa.host.messageBox(""+e);
    I used this earlier and got the same error:
    try{
          var myDoc = event.target;
         myDoc.saveAs();
    catch (e)
         xfa.host.messageBox(""+e);

    Hi Niall,
    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))} 
    The app.execMenuItem works here. Is your form designed to be opened in Acrobat/Reader or are you opening the form in html?
    The form will be opened by Acrobat/Reader. The statement worked but what I need is to save the PDF in the current location without popping up the Save As dialog box. In other words I would like to perform Ctrl+Saction and then exit the application not only close the form because the Content Management Solution we are using will require the application to be closed so it can CheckIn the document.
    I tried to use app.execMenuItem("Save");  but it seems it is not working because once I try to close the application or the form using app.execMenuItem("Close"); the do you want to save changes to "FORM" before closing? dialog box pops-up.
    For closing the application I tried app.execMenuItem("Exit"); and I got this error: InvalidArgsError: Invalid arguments.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))}Also you may want to consider how you are reader enabling the form. If you are using Acrobat to extend the form, then certain features like database connections will not work.
    The customer has Adobe LC Reader Extension so I will use it to extend the PDF but right now I do use Acrobat so I don't need to extend the PDF everytime I need to test it.
    Can I get all the arguments that execMenuItem uses?
    I really appreciate your help Niall.
    PS: I couldn't reply earlier yesterday because my work is on the server and I was at home (my time is +3 GMT it was night when I got your reply)
    Regards
    Mazen

  • Reference to C# objects in TestStand - how to save and retreive them

    I am new to LabView and TestStand.
    I want to use 2 .NET objects in those applications
    In Labiew, I successfully created the objects, manipulate the functions through VIs and closed the references.
    While I could use the VIs for TestStand, I would rather use the DLL directly.
    I am able to create both objects in a sequence, but I have problems with the following:
      - I don't know how to save the reference to the object after the constructor is run.
        - is the object stored in Globlal variables? I tried 'RunState.Engine' but it does not work
      - I don't know how to get the reference back in the other steps where I want to reuse the object to invoke a method on.
      - Once I can do the above, I need to get it to work in the 'batch' or 'parallel' modes.
         I am using successfully the 'RunState.TestSockets.MyIndex' to select my testing resources,
         but I am still confuse as where the array of objects would be.
         Note that I already set the number of DUT <> 1 and I can create successfully my 2 objects in X instances.
    Thanks,
    Daniel Coupal

    dcoupal,
    Getting the reference to the object involves specifying that as a return value in one of your parameters when you specify the module for that action. Inside of the parameters table you can also save that return value as a local object reference and then use it later on in the sequence.
    Regarding your second question, I'm not sure what the array of objects is that you're referring to but this KB might be of some assistance.
    Message Edited by Jon M on 11-01-2006 12:44 PM
    Test Engineer - CTA

  • How to save and then close a PDF Using Acrobat 9 (URGENT)

    I have been looking for a soultion for long time now but
    couldn't find any.
    I'm using a dynamic PDF form desgined using LC Desginer and created a button that should save the current opened form in the same location (no need to define the location because what I want to use is the command File -> Save) and then close the application (I'm using Acrobat 9 Pro Extended).
    I tried many scripts and gone throw JavaScript™ for Acrobat® API Reference but no luck.
    Once I click on the button I get the following error: NotAllowedError: Security settings prevent access to this property or method.
    Will you please help in this issue as it took long time and my project manager is pushing to get resolved ASAP.
    Guys, I'm new to this kind of tecnology so please be patient with me.
    Thanks in advance for your valuable help.
    The code I used in click event of the button is as follow:
         var myDoc = app.newDoc();
         myDoc.saveAs();
         myDoc.closeDoc(true);
    catch (e)
         xfa.host.messageBox(""+e);
    I used this earlier and got the same error:
    try{
          var myDoc = event.target;
         myDoc.saveAs();
    catch (e)
         xfa.host.messageBox(""+e);
    try{

    Hi Niall,
    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))} 
    The app.execMenuItem works here. Is your form designed to be opened in Acrobat/Reader or are you opening the form in html?
    The form will be opened by Acrobat/Reader. The statement worked but what I need is to save the PDF in the current location without popping up the Save As dialog box. In other words I would like to perform Ctrl+Saction and then exit the application not only close the form because the Content Management Solution we are using will require the application to be closed so it can CheckIn the document.
    I tried to use app.execMenuItem("Save");  but it seems it is not working because once I try to close the application or the form using app.execMenuItem("Close"); the do you want to save changes to "FORM" before closing? dialog box pops-up.
    For closing the application I tried app.execMenuItem("Exit"); and I got this error: InvalidArgsError: Invalid arguments.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))}Also you may want to consider how you are reader enabling the form. If you are using Acrobat to extend the form, then certain features like database connections will not work.
    The customer has Adobe LC Reader Extension so I will use it to extend the PDF but right now I do use Acrobat so I don't need to extend the PDF everytime I need to test it.
    Can I get all the arguments that execMenuItem uses?
    I really appreciate your help Niall.
    PS: I couldn't reply earlier yesterday because my work is on the server and I was at home (my time is +3 GMT it was night when I got your reply)
    Regards
    Mazen

Maybe you are looking for