Is it possible to export level O data onto different server

<p>Hi</p><p>by default my level O export is getting stored in \app folder inthe server.</p><p>is it possible to export directly to a new server.</p><p>any input in this issue is higly appreciated.</p><p> </p><p>thanks and regards,</p><p>Balu</p>

If you want to export to a different server, you need to first make certain that your server mapping is correct and the realize that your default starting location for an export is the /app directory.<BR><BR>If I want to create a file <i>exportm.txt</i> the <i>database</i> directory, I give the export path as <i>appname\dbname\exportm.txt</i>.<BR><BR>In my experience doing an export to another server is problematical as MAXL doesn't always follow the filepath as structured in the documentation, at least in a windows environment. What I have had to do is try a filename, and then look at the error message to see what MAXL actually tried to pass to the server. In my experience, in windows, only the leading backslashes need to be escaped in most cases. so when the docs say to send a file to \\\\server\\folder\\filename.txt, I have found that only \\\\server\folder\filename.txt works. And I have not found any logic that guaratees another server's drive can be accessed unless it is mapped as a drive on the sending server. But some of this migh be due to our creative network implementation.<BR><BR>So I normally export to the dbdirectory, then issue a shell command to copy to the target server, either as a shell command in MAXL or in the .cmd file that calls the MAXL.<BR><BR>The other thing that can speed up exports is to use multiple export files allowing a parallel export.

Similar Messages

  • Is it possible to move the master data from one server to onther server?

        is it possible to move the master data from one server to onther server?

    iOS: Transferring information from your current iPhone, iPad, or iPod touch to a new device

  • Is it possible to export/import subclips between 2 different computers?

    hi,
    i am collaborating on a project with someone, we need to export/import subclips between 2 different computers. is thisa possible, and how?

    Hi there,
    I'm the other collaborator on a project with Jelly Belly. As I am coming from using abode premier pro to final cut, the concept of sub clips is new to me.
    We are planning on capturing close to 50 mini dv tapes, in as far as possible complete master clips for each tape. Once this is complete we will have all master clips copied to two identical 1T external hard drives.
    Then the plan is to break the master clips down into sub clips in order to thin out and better organize the footage. To speed this process up we plan to do this concurrently on two separate computers, at this stage both running Final Cut Express 4. Once this is done is it possible to import those sub clips into a new project? At this point we will most likely running Final Cut Studio 3.
    If so then how would one go about doing it?
    Thanks for any further advise on this.

  • How to access data in different server  with flex3 remoteobject

    I am trying to access data from cfc that is in different pc
    through network and coldfusion 8, flex3 and sql server are in diff.
    pcs. So how can I access the cfc file in different pc using remote
    object which will return the data from another server using dsn? I
    can connect to the service if coldfusion and flex are kept in same
    pc. How can I access it in diff. pc?what will be destination and
    source param values?
    Any help is appreciated.

    Hi,
    You should be able to achieve this by changing the end point
    URL of the channel you are using in the services-config.xml. The
    end point URL should point to the server where your CF is deployed.
    Hope this helps.

  • Has anyone come across DRM-23045 ERROR? Copying export file on to a different server?

    DRM-23045: Error copying file 'C:\Windows\TEMP\tmp46BC.tmp' to export path Y:\Hyperion\DRM\Loadfile\WFC\WFC_1GLO_LE_NEW.TXT: Could not find a part of the path 'Y:\Hyperion\DRM\Loadfile\WFC\WFC_1GLO_LE_NEW.TXT'.
    11/4/2014 11:46:21 AM - *** Oracle DRM Batch Client stopping ***

    Instead of using Server file as connection type in external connections you can use FTP, so that export will push result to desired server path.

  • Export SharePoint List data to SQL Server 2005 Database

    Hello Everybody,
    I am presently working on a project which handles much larger amount of data. The architecture of the application demands extracting records from the SharePoint (WSS 3.0) and insert into a SQL Server 2005 database. I need to run this job as daily basis. I am thinking of using SSIS (SQL Server Integration Service) for this purpose. But I am new to this technology and I'd like to know how effective this idea to do the job.
    I'd also like to know more about SharePoint's ability to handle huge amount of data when it comes to Reporting.
    thank you,
    Arun

    For Reporting Services, There are web parts available which can be used to render a reporting service report in sharepoint. I have also used a reporting service report directly using Page Viewer Web Part so displaying a reporting services report in sharepoint is very simple task. Important part is to transfer data from Sharepoint list to SQL 2005. so if you want to use SSIS package and there is only one or two list then approach is to write a simple query based on your list id and extract information from sharepoint content database from UserData table, since it is a read only operation so it can work this way. Another way to do it is to write a Sharepoint Timer JOB which runs on a defined schedule and will read your list values and will transfer to your SQL 2005, Another way could be to write your custom web service and write code to transfer from list to SQL 2005. Custom code you will write inside timer or web service will be same code so it is just a different shell you can say. in case of web service, use it in some other application as a regular web service.  
    Let me know if you need further help, You did not mention how many list you have?
    Regards,
    BizWorld.

  • Splitting exported data onto different lines in Excel

    I've made & distributed a form that involves respondents listing family members so the address is a constant followed by a series of text boxes in identical columns for name DOB etc.
    When I export this into CSV its all on one row, i.e:
    address details, family member1 first name, family member1 surname, (same) adddress details, family member2 first name, family member2 surname etc
    Is there a way to set it up so that it exports with each family meber on a new line with a series of consistent columns, ie:
    address, family member 1 details
    address, family member 2 details
    address, family member 3 details
    I'm using windows 2010 and Acrobat pro XI on a work based network so add-ons and extra downloads are not that simple.

    Thanks but I'm afraid the first six words of that sentence are a negative for me, my knowldege of java consists of zero.
    I've only had the software three weeks and have cut & pasted a few java codes off this board recently which have been really useful but I personally do not know any Java whatsoever.
    is it a big ask for someone out there to suggest some code?

  • Saving Interactive form filled with data onto Application server

    Hi All,
    I am able to save Interactive PDF filled with data on my local machine.But my requirement is to save it onto the application server.Could you please help me out.
    Thanks in Advance,
    Praveena

    Hi Praveena,
    Use Function Module to CONVERT_OTFSPOOLJOB_2_PDF
    Or make use of this code :
    CONSTANTS: c_no(1) TYPE c VALUE space,
    c_device(4) TYPE c VALUE 'locl'.
    PARAMETERS: p_file TYPE LOCALFILE DEFAULT TEXT-F02 OBLIGATORY.
    DATA: gd_buffer TYPE STRING OCCURS 0 WITH HEADER LINE.
    lt_conv LIKE gd_buffer OCCURS 0 WITH HEADER LINE.
    DATA lv_string TYPE string.
    * CONVERT TO PDF FORMAT
    CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
    EXPORTING
    src_spoolid = itab-sp_numb
    no_dialog = c_no
    dst_device = c_device
    IMPORTING
    pdf_bytecount = gd_bytecount
    TABLES
    pdf = it_pdf_output
    EXCEPTIONS
    err_no_abap_spooljob = 1
    err_no_spooljob = 2
    err_no_permission = 3
    err_conv_not_possible = 4
    err_bad_destdevice = 5
    user_cancelled = 6
    err_spoolerror = 7
    err_temseerror = 8
    err_btcjob_open_failed = 9
    err_btcjob_submit_failed = 10
    err_btcjob_close_failed = 11
    OTHERS = 12.
    LOOP AT it_pdf_output.
    TRANSLATE it_pdf_output USING '~'.
    CONCATENATE gd_buffer it_pdf_output INTO gd_buffer.
    ENDLOOP.
    TRANSLATE gd_buffer USING '~'.
    APPEND gd_buffer.
    DO.
    counter = strlen( gd_buffer ).
    IF counter GE 255.
    lt_conv = gd_buffer(255).
    APPEND lt_conv.
    SHIFT gd_buffer LEFT BY 255 PLACES.
    ELSE.
    lt_conv = gd_buffer(counter).
    APPEND lt_conv.
    EXIT.
    ENDIF.
    ENDDO.
    IF lt_conv[] IS NOT INITIAL.
    OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    IF sy-subrc EQ 0.
    IF sy-subrc 0.
    MESSAGE e398(00) WITH 'Error creating file' p_file.
    ENDIF.
    LOOP AT lt_conv INTO lv_string.
    TRANSFER lv_string TO p_file.
    ENDLOOP.
    CLOSE DATASET p_file.
    IF sy-subrc EQ 0.
    ELSE.
    MESSAGE e398(00) WITH 'Error closing file' p_file.
    ENDIF.
    ELSE.
    MESSAGE e398(00) WITH 'Error creating file' p_file.
    ENDIF.
    ENDIF.
    Thanks,
    Naresh

  • Is it possible to access a database on a different  server?

    Hi Folks
    Forgive me if this has been asked already. We are in the
    process of moving one of our sites to a new server. It will reside
    there alone. I have several Access databases that are shared
    between two different websites. Now these sites will reside on two
    different servers. Is there any way to access one Access database
    that resides on one server from another server? The good part is
    the second sever will be using the data for read-only outputs.
    Thanks in advance for any help you can priocdie.
    John

    MS Access is not really intended for networking in this
    manner, and I would imagine that you would have problems with
    locking contention at the very least with two CF servers vying for
    access. Also, another major problem with attempting to set up an
    Access DSN where the ColdFusion server is on a different machine
    from the Access database is file permission. Normally, ColdFusion
    is setup on its server under an administrator account, so if you
    attempt to connect to an Access database on another server over a
    mapped network drive, the admin account on your CF server usually
    does not have the appropriate privileges on the machine hosting the
    Access database. This usually requires you to install CF under a
    user account that has privileges on both machines. (There have been
    tech notes on this subject in the past.)
    Bottom line, not a good idea at all. I would seriously
    consider migrating to anything but Access for these and many other
    reasons, the least of which is that Access is usually not suitable
    for anything but a development or prototype environment.
    Phil

  • Possible to export Tuple data along with main table data in Excel sheet?

    Hi Expert,
    Wondering is it possible to export tuple table data from data manager along with main table data?
    Regards,
    Rajeev

    Rajeev,
    I am afraid that functionality of exporting tuples data using data manager is not available at the moment till MDM 7.1 SP08. Lets see if coming versions provides this functionality...
    - Shiv

  • Aggregate Storage Backup level 0 data

    <p>When exporting level 0 data from aggregate storage through abatch job you can use a maxL script with "export database[dbs-name] using server report_file [file_name] to data_file[file_name]". But how do I build a report script that exportsall level 0 data so that I can read it back with a load rule?</p><p> </p><p>Can anyone give me an example of such a report script, thatwould be very helpful.</p><p> </p><p>If there is a better way to approach this matter, please let meknow.</p><p> </p><p>Thanks</p><p>/Fredrik</p>

    <p>An example from the Sample:Basic database:</p><p> </p><p>// This Report Script was generated by the Essbase QueryDesigner</p><p><SETUP { TabDelimit } { decimal 13 } { IndentGen -5 }<ACCON <SYM <QUOTE <END</p><p><COLUMN("Year")</p><p><ROW("Measures","Product","Market","Scenario")</p><p>// Page Members</p><p>// Column Members</p><p>// Selection rules and output options for dimension: Year</p><p>{OUTMBRNAMES} <Link ((<LEV("Year","Lev0,Year")) AND ( <IDESC("Year")))</p><p>// Row Members</p><p>// Selection rules and output options for dimension:Measures</p><p>{OUTMBRNAMES} <Link ((<LEV("Measures","Lev0,Measures")) AND (<IDESC("Measures")))</p><p>// Selection rules and output options for dimension: Product</p><p>{OUTMBRNAMES} <Link ((<LEV("Product","SKU")) AND ( <IDESC("Product")))</p><p>// Selection rules and output options for dimension: Market</p><p>{OUTMBRNAMES} <Link ((<LEV("Market","Lev0,Market")) AND ( <IDESC("Market")))</p><p>// Selection rules and output options for dimension:Scenario</p><p>{OUTMBRNAMES} <Link ((<LEV("Scenario","Lev0,Scenario")) AND (<IDESC("Scenario")))</p><p>!</p><p>// End of Report</p><p> </p><p>Note that no attempt was made here to eliminate shared membervalues.</p>

  • Export materials master data using LSMW?

    Hello gurus,
    is it possible to export material master data using LSMW? Or are there other ways to do this (apart from manually selecting the desired data from the DB tables?)
    It would be great if anyone could point me to some documentation on this.
    We would like to export the master data from one SAP system and import it in another one.
    Thanks in advance
    Alicia

    What I usually do is transferring the data via ALE (BD10) as IDOC to a file (instead of a different system). This file can even be located in an shared folder that can be accessed from both SAP systems
    Then I use LSMW in target system, map IDOC to IDOC (almost done automatically) and import the data from this file, and beeing able to exchange field values if necessary.

  • Export the zip-data with PC?

    Is it possible to export the folio-data (creating with digital publishing suite) with a PC?
    Every time I try to export the folio-data, the zip-data disappears after completing the download.
    What do I need to create the datas for PC/Mac, Tablet and Smartphone?

    You'll need to have a Mac to build your application. As Bob mentions, from within InDesign select Create App from the flyout menu in the Folio Builder panel.
    You can design your content on a PC and then use the upload command in Folio Builder Panel to put it on our servers. Then from the Mac you can log into the panel with the same account and Create App from there.
    Neil

  • Is it possible to take the CDR data from a v4.2 Call Manager and copy it to a separate server where it would be made available for reporting?

    Is it possible to take the CDR data from a v4.2 Call Manager and copy it to a separate server where it would be made available for reporting? We are not interested in migrating the CDR data to v6 because of the concerns it introduces to the upgrade process. Is it possible to get the raw data and somehow serve it from a different machine? (knowing it would be 'old' data that stops as of a certain date). If so, what would be the complexity involved in doing so?
    It seems like the CDR data lives within MSSQL and the reporting interface is within the web server portion of the Call Manager... that's as far as we've dug so far.

    Hi
    It is absolutely possible to get the data - anyone you have in your org with basic SQL skills can move the data off to a standalone SQL server. This could be done most simply by backing up and restoring the DB using SQL Enterprise Manager.
    Moving the CAR/ART reporting tool would be more difficult... if you do actually use that for reporting (most people find it doesn't do what they need and don't use it for anything but basic troubleshooting, and get a third party package) then the best option may be to keep your publisher (possibly assigning it a new IP) and leave it running for as long as you need reporting.
    You would then need a new server to run your upgraded V6 CCM; you may find you need this anyway.
    Regards
    Aaron
    Please rate helpful posts...

  • Is it possible to export schema from one HANA server to other

    Hi,
    Is it possible to export schema from one HANA DB server and import it on another HANA Server?
    Thanks & Regards,
    Kumar

    Hi Gaurav,
    Yes you can Export Schema and Import Eported Schema in New Schema if you have HANA Rev 69.
    Please check below links.
    Backup particular database on B1H HANA
    SAP HANA restore and backup single schema
    SAP Business One 9.0, version for SAP HANA PL04 available
    SAP Business One 9.0, version for SAP HANA PL03 available now
    Hope this helps
    Regards::::
    Atul Chakraborty

Maybe you are looking for

  • Facing Problem in Weblogic 9.2

    I am new to it and having following Exceptions while starting server from MyEclipse. Can anybody help me in this. 10:34:06,429 DEBUG [RmiClientInterceptorUtils] Remote service [bluemobile/ejb/ScheduledMaintenance] threw exception java.rmi.RemoteExcep

  • Can't view swf files in browser

    We recently reloaded our web server. Since the reload we can no longer view swf files on our homepage. I'm not sure if it's ain issue with IIS or with our files. I've searched the forums and have verified the Scripts folder is uploaded to our server.

  • ORA 01745 (invalid host/bind variable name) and CURSOR_SHARING

    For the past couple of weeks, a user has had an issue with an application in the production environment only. I've had the vendor looking at it but they were limited since it could not be reproduced in our DEV environment. I finally had some time to

  • Wifi grid is not gray and i update the software still facing this problem what can i do?

    Wifi grid is not gray and i update the software still facing this problem what can i do?

  • JPEG/GIF image to BASE64

    Hi, I like to convert JPEG/GIF or any type of image into BASE64 format and Viceversa. Can somebody provide me the java code for doing this. Cheers, Siva Maranani.