Reverse Cobol Copy Book - default directory

Hi,
We use the functionality "Reverse COBOL Copy Book" quite often to import metadata for flat files.
When you have to select the .cbb file the default path to select the file is c:
Is there a possibility to set the default path to any other directory (where for instance all .cbb files are stored)?
Thanks in advance!
Best regards,
H.

Hi H,
Yeah its possible to set for a directory and even for folder also.Follow these steps:
1.In topology manager under file technology duplicate any dataserver which is working eg: FILE_GENERIC.
2.Change the name of the dataserver,and apply changes.i.e click on yes..
3.Under physical schema fill the directory(Schema) as ur wish for default directory.
Eg: for directory c:/
If u need folder then c:/TEMP
4.copy same path for work schema
5.provide appropriate context
6.Now reverse from model it will point to default path which u have menttiioned in topology
Thanks,
katukota

Similar Messages

  • COBOL Copy Book over MQ Series

              I'm reading the MQ Series Adapter documentation and it looks like what I'm require
              doesn't exist.
              Currently we are using WS 3.5.4 and built in is the ability to create from COBOL
              Copy book business objects and the parsing routine for requests and responses.
              So I provide the CB for request and CB for Response and the tool builds the Business
              Object and writes the routine to format/parse the request/response to communicate
              with the legacy system.
              Does this exist? It looks like I can't.
              Thanks,
              

    What you can do is duplicate the whole book, then edit or remove pages in the new one as needed. Right-click (control-click) the book in the Source Pane and choose Duplicate from the contextual menu.
    Regards.

  • Generate XML for a COBOL Copy Book

    Hi All,
    How to generate an XML document out of a COBOL copy book. Can i get some sample code for a simple cobol copy book.
    Thanks
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nataraj Vankadara ([email protected]):
    Hi All,
    How to generate an XML document out of a COBOL copy book. Can i get some sample code for a simple cobol copy book.
    Thanks<HR></BLOCKQUOTE>
    Check for the functionality of Datajunction utilities.
    I don't know what is Cobol copy book, but these utilitys has many functionality for converting any datasource to/from XML, including cobol.
    Best regards, Marcelo.
    null

  • OWB and Cobol Copy Books

    Is there any way I can register Cobol copy books directly as data sources in OWB?

    Jorge,
    We don't currently support Cobol Copy books out of the box. I have heard from solutions that manually parsed the books (using Perl scripting or so), but there is currently no native access. We are working on a solution with a partner, but are currently in the business negotiations and have to get the necessary approvals.
    Mark.

  • Default directory for FIle Manager

    Hi,
    I am working on file manager for my final year project. I am using jsp, Tomcat and Linux as OS.
    The question is,
    "Is there any way to authenticate users from OS(linux or windows 2000) and how can i set user home directory(e.g. home/sahsan/) to my file manager default directory"
    I really appreciate if anybody help me in this regard. I am ready to read any article,tutorial or even any book chapter for this purpose. Coding Help will be best choice ;-)
    Thank you.
    Regards,
    Syed Ahsan

    I am not sure, i am in search of the code as well. pls let me know if u come across something. i will keep u posted if i know some.........
    Riz

  • Push of webutil to default directory

    Hi,
    During roll-out webutil is pushed to a default directory. Problem is that due to a new security policy most directories, including the default directy for webutil, are closed for writing. We want to push the webutil to a different directory. Does anyone know how to do this?
    regards,
    Pascal Thuis

    Hi Frank,
    The problem is the following:
    On the IAS webutil resides in its own directory, files such as formsweb.cfg are adjusted as specified in the installation guide of webutil. On the developermachines all directories are writable and on these machines we have no problem installing and running the application and using webutil functionality.
    However, the final roll-out of the application comes with an implementation of a new machines and a new security policy. This policy includes blocking the user from writing in certain directories such as "c:\program files\oracle". It happens to be that during "installation" of webutil on the client jar files are copied to a directory in "c:\program files\oracle" as is the case for jar files belonging to jinitiator.
    What we want tot accomplish is that we want webutil to be installed (jar files copied) to a different default location. Is there a way of configuring this in webutil/IAS/browser as you know or do you know of any workaround for this problem?
    kind regards,
    Pascal Thuis

  • My Adobe has stopped allowing me to move library books from my PC to my KOBO (both show authorized on the ADE. the message reads : CE_COPY_NOT_ALLOWED - No permission to copy book.  It used to work. Any easy fixed for me?(I already tried uninstall and re-

    My Adobe has stopped allowing me to move library books from my PC to my KOBO (both show authorized on the ADE. the message reads : CE_COPY_NOT_ALLOWED - No permission to copy book.  It used to work. Any easy fixed for me?(I already tried uninstall and re-install)

    Welcome to the Club! Got the same Problem and had a really hard time reaching the Customer Support because they were down due to maitenance! Just wrote to their experts chat and hope to get an answer in this life!
    I tried to authorize my Computer and eBookreader with a new Adobe-ID, but it says I've done used this ID too often, even though it was brandnew! Can't copy my just-purchased eBook because "Copying is not allowed".
    I hold my thumbs for you that Adobe solves this Problem fast enough. Other ways I'll sell my eBookreader and buy the Kindle-Reader from Amazon and say GOOD BYE to Adobe!

  • How to change the default directory from within SQL*Plus ?

    Hello,
    I want to change the default directory directly from within SQL*Plus to be able to launch my command files with simple instructions like :
    @my_command.sql
    If I haven't launched SQL*Plus from the directory containing the file my_command.sql, how do I change the default directory to the directory of my command files ?
    I've searched through the Oracle documentation, there's no SET DEFAULTDIR or something like that. When I do a SHOW ALL, there's no variable containing the default directory.
    If you have an idea...
    regards,
    Jérôme.

    Hi Jérôme (J鲴me ?),
    You cannot directly do that, but you can use @@ instead of @ to run subscripts in the same directory as the superscript
    # head /tmp/tl30/xxx/[xyz].sql                    
    ==> /tmp/tl30/xxx/x.sql <==
    prompt call y
    @y
    prompt call z
    @@z
    quit
    ==> /tmp/tl30/xxx/y.sql <==
    prompt i am in y
    ==> /tmp/tl30/xxx/z.sql <==
    prompt i am in z
    # pwd                                             
    /root
    # sqlplus -s scott/tiger@lsc62 @/tmp/tl30/xxx/x.sql
    call y
    SP2-0310: Datei "y.sql" konnte nicht geöffnet werden
    call z
    i am in zKind regards
    Laurent Schneider
    OCM DBA

  • How to change default directory of exe file

    I have created a VI that reads a template and writes on the template and saves it to a new file. When i created to an exe file, I would like for this exe to be able to be used on any computer. As such, the directory where i will open my template will change on different computers. Hence I am having this problem of how to change my VI such that it will choose this template in a new computer and set it as its default directory.
    I understand that in my own computer, I can simple "set current values as default" so that my VI will always open this file from a particular path. But what i need help with is when i put it on another computer where the particular path would definitely be different. I tried using the config file.vi but I could not understand how it is used.
    Please assist me in this. Thanks

    Hi Aaron,
    Micorsoft suggest to use folders like UserAppData to store files for your own programs.
    Put your template in there and use GetSystemDir function to get the UserAppData path...
    Or you put the template in the program folder or one of it's subfolder (not recommended by MS) and use a relative path to load it...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How can I specify a default directory on my external drive, for iPhone photos to be imported to on Macbook Air?

    I use both a PC as well as my Macbook Air and when I sync my iPhone with my PC (I connect the phone to PC) my phone (or is it my computer)? knows to import my photos and videos to a specific directory/folder on my external hard drive (I am able to tell my PC which folder to import my photos and videos to). For example, it imports all photos and videos to the external drive and organises the photos and videos by date (it creates a separate folder for each date the photos/videos were taken; I had to tell my PC to import to the default directory (external drive) when I did this for the first time, and it now creates a new folder for each date which is useful for keeping photos organised, etc. 
    I'd like to be able to do the same thing, using my Macbook Air, i.e., when I connect my iPhone to the Macbook air, I want my Macbook Air to know to import my photos to my external hard drive; is this possible? I am not familiar with the photo programmes on the Macbook air, but to be honest, I don't want to use them for this; I just want my photos and videos on my iPhone to import to the same folder when I use my Macbook air to sync, as when I use my PC to sync  (I use my PC at work and have my Macbook at home). I'd like to be able to sync my phone when at home and not have to wait till I get to work, etc.
    Many thanks for any help you can provide...

    Yes there are many, but the question is why won't the new folder create on the drive?
    What format is it?
    I think you've not grasped what iPhoto is. Have a read of these
    For help accessing your photos in iPhoto see this user tip:
    https://discussions.apple.com/docs/DOC-4491
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.
    Though dealing with different topics, they explain some of the background and the differences between what you're looking for (file management) and what iPhoto does (photo management).

  • Error: unable to copy to output directory, ReqMgmtActionsVO.xml not found

    hi,
    While running a page using jdeveloper am getting error like
    Error: unable to copy to output directory, ReqMgmtActionsVO.xml not found.
    am very thankful to the response
    Thanks
    Surya

    Hi,
    I faced the same issue.
    I fixed it by searching the missing file (In my case MyEO.xml which is a removed file) using JDeveloper (Menu Search/Search Files...).
    It found an occurence in the related .jpr file.
    In the .jpr, I deleted the related lines:
    <Item>
    <Key class="java.net.URL" path="xx/oracle/apps/.../MyEO.xml"/>
    <Value idref="15"/>
    </Item>
    That's it.
    Regards,
    Olivier

  • How do I change the "Default Directory" associated with my subscription?

    I was recently added as an administrator for a client's Azure subscription.  This has caused his account AD to be the default directory I see when I log in.  So every time I log in I have to open the Subscriptions menu and change the FILTER BY
    DIRECTORY option.  How can I make my own directory the default directory when I log in?
    Note: there was an almost identical question back in Dec 2013 and the solution was to have the other user remove you as an administrator.  The marked answer suggested the questioner read some arcane description of Azure subscriptions and Active Directory.
      I need to remain an admin for the other account and the referenced document had nothing useful to say about my problem.
    Anyway, thanks in advance for your help.

    Hi,
     Thank you for posting.
     I hope you find the following link helpful.
     http://itproguru.com/expert/2014/07/change-azure-subscriptionsgo-directly-to-a-specific-subscription-in-windows-azurestep-by-step/
    Regards,
    Nithin Rathnakar.

  • When i try to copy books to my nook, with every single title i continue to get an error message that says 'copy not allowed - no permission to copy the book'. any suggestions on how to fix this?

    when i try to copy books to my nook, with every single title i continue to get an error message that says 'copy not allowed - no permission to copy the book'. any suggestions on how to fix this?

    I had recently updated from Windows 7 to Windows 8.1 and thus had to re download Adobe Digital Editions. I downloaded Version 4.0 but the problem seemed to be with the authorization between the e-reader and the computer. While in ADE click the help button and click erase authorization then re do your user id and password. It worked for me.

  • ASO - .dat file in default directory

    Hi,
    Our .dat file in the 'default' directory on our server is 209,715,200 The sys admin says we need to move it as it's too big for that directory. They do this on the BSO cubes and identify a path where the 'Storage' resides. However she doesn't see this option for ASO. Is this not possible in ASO and the .dat file must remain where it's at? Or is there an alternative method to store the .dat file somewhere else?

    You mean managing the tablespaces ? - http://docs.oracle.com/cd/E17236_01/epm.1112/eas_help/tablespc.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • **Creating default directory in failed: \logging.properties (Access is denied)**

    Hello Experts,
    i am deploying edq on weblogic.
    After deployment, when lauching the edq url getting below error on firefox.
    **Creating default directory in failed: \logging.properties (Access is denied)**
    by default, it took the path as:
    C:\oraclesw\oracle\middleware\user_projects\domains\oedq_dev_domain\servers\edqdev_server1\tmp\_WL_user\dndirector\1i3bzo\war\WEB-INF\config
    i have unzipped the config.zip into above mentioned config folder.

    When we restart the application server up and start the managed server, the deployment is in the failed status with the following message:
    We have the Memory settings on the managed server set as : -Xmx5024M –XX:MaxPermSize=256M
    <Jul 11, 2013 4:45:13 PM EDT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating start task for application 'dndirector'.>
    <Jul 11, 2013 4:45:13 PM EDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
            at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
            at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: com.datanomic.utils.transport.TransportSignature
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
            Truncated. see log file for complete stacktrace
    >
    <Jul 11, 2013 4:49:42 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=WebAppApplicationOverviewPage&WebAppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3Ddndirector%2CType%3DAppDeployment%22%29.>

Maybe you are looking for

  • Multiplication calculation in form

    I wish to have a form field return a calculation that is a multiplication of another form field. Example: Field name where calculation is to take place = FieldG Field name where base numeric is = FieldF Field G needs to return a calculation that is 3

  • Cisco Secure ACS Solution engine v3.2

    The ACS Soultion Engine appliance hardware by default comes with two NICs. Can I configure it so one Nic be on VLAN 30 and the other Nic be on VLAN 50? VLAN 30 - will be the network that communicate or forward credential to ACS Remote Agent for Windo

  • N80 WiFi Upnp connection trouble

    Hi, Have setup N80 for WiFi and can use the internet through my linksys router. The problem is when I select gallery> home network> the waiting for devices just sits there. The PC's on the network cannot see the phone either any thoughts? Cheers

  • Most efficiant way of using iPhoto with lightroom

    I am new to mac having moved from pc. I really like the interface and publish features of iphoto. I'm quite a serious photography so I want to use lightroom for the more professional features but continue with iPhoto for the family to browse my perso

  • I can use adobe photoshop cs6,the adobe photoshop show me tril version for 30 days how will be use life time (full version)\

    i can use adobe photoshop cs6,the adobe photoshop show me tril version for 30 days how will be use life time (full version)\