TOOL access to fscript (Partition, MakeAppDist etc)functions?

G'day All
Does anyone know how to access fscript functionality from within TOOL code?
I mean not the usual execute command then run fscript -i somefile.fsc but
true agent access within tool. I need the usual commands used to partition a
project, like FindPlan, SetProjType, FindActEnv, Partition 3, NewPart,
MoveServiceToPart, AssignAppComp, UnassignAppComp, MakeAppDist etc.
At the moment I have automated VMS scripts that generate specific temp.fsc
(fscript) files for me that then run like "ftscipt -i buildappABC.fsc". I
like to do so from within TOOL.
Many Thanks,
Dirk
Dirk Haben
Forté System Administrator
Sealcorp Holdings Limited
Level 38 Central Park, 152 St George's Terrace, Perth, WA 6000
e-mail: Dirk.Habensealcorp.com.au
phone: +61-8-9265-5758
================================================================================================
IMPORTANT INFORMATION
This message and any files transmitted with it are confidential and should be read only by those
persons to whom it is addressed.
If you have received this message in error, please notify us immediately by way of reply. Please
also destroy and delete the message from your computer. Any unauthorised form of reproduction
of this message is strictly prohibited.
It is the duty of the recipient to virus scan and otherwise test the information provided before
loading onto any computer system.
SEALCORP does not warrant that the information is free of a virus or any other defect or error.
SEALCORP is not liable for the proper and complete transmission of the information contained in
this communication, nor for any delay in its receipt.
Any views expressed in this message are those of the individual sender, except where the sender
specifically states them to be the views of SEALCORP.
================================================================================================

Hi,
Please attach the project. I will check with internal build and let you know the outcome.

Similar Messages

  • I cant access my mac partition in windows 8 Bootcamp

    I have a 2012 MacBook Pro with windows 8 installed in Bootcamp 5. I can not access my mac partition. The apple hfs drivers are installed from bootcamp tools. I can not mount the mac partition via disk utility. option grayed out
    I dont need to write to the partition so paying for 3rd party software is out of the question
    I was filevult encrypted but I disabled it and let it decrypt itself (I now use encrypted disk images)
    any ideas?

    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    If clearing cookies doesn't work then it is possible that the <i>cookies.sqlite</i> file that stores the cookies is corrupted.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete other present cookies files like <b>cookies.sqlite-journal</b> in the Firefox profile folder in case the file cookies.sqlite got corrupted.
    *http://kb.mozillazine.org/Cookies
    *https://support.mozilla.org/kb/Deleting+cookies
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

  • When I turn on my computer,an error message says  "AppleSyncNotifier.exe-entry point not found The procedure entry point xmlTextReaderConstName could not be located in the dynamic link library libxml2.dll". Can't access itunes store,sync,buy etc. Help...

    When I turn on my computer, an error message says "AppleSyncNotifier.exe-entry point not found. The procedure entry point xmlTextReaderConstName could not be located in the dynamic link library libxml2.dll"  Cannot access itunes store, sync phone, etc. Two weeks ago did this and Apple support had me remove and reinstall iTunes. Doing it again. Help....

    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the libmxl2.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Reboot and see if all is well
    In case that your OS is Windows 7 (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "libxml2.dll"
    3. Open new windows explorer, to to location C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Paste file "libxml2.dll" to the location.
    5. Reboot your computer, it should not display that message, it should be clear.
    Good Luck

  • How to access reference data in BPS Exit Function

    Hi Experts,
    Can any please tell me how to access reference data in BPS Exit function. I am creating a copy function using ABAP Exit Function (Std copy and fox formula doesn't work for my requirement).
    Please suggest,
    Thanks in advance,
    Shiwesh

    Hi Deepti,
    Thanks a lot for your reply. xth_data contains all the data based on package filteration. Let me explain you,
    Say, I have a characteristic char and whose value is 'A', I want to change it to 'B' in my copy function, while keeping the original record with 'A' as well. So now I want my xth_data to contain two records, one with A and other with 'B'. I mean to say from value is 'A' and to value is 'B'. Now my package contains 'B' (the to value) as the allowed value, but not A because in the package I am setting this using a BPS variable. There are two types of variables, one is to variables other is from variable. There could be two scenarios,
    1. If I set from varibale in the package: if I do so, I will have the data in xth_data containing 'A' as char value. But in this case when I change it to 'B' and try to save both the records, package won't recognize the record with value 'B' and reject it.
    2. If I set to variable in the package: In this case the xth_data itself will not contain anything and I can not loop over xth_data because there is no record with 'B'. Only record available in the system is with 'A' values.
    That is why I am thinking about having reference daya somewhere. I could loop over reference data and then pass it to xth_data. Package will contain to variable so it will allow all my modifications to get saved.
    Thanks and regards,
    Shiwesh

  • Multithreaded DB access from single partition

    I believe Oracle and SQLServer now allow Forte to perform multithreaded DB
    access from one partition(on NT at least).
    Has anyone developed a design pattern for managing multiple DBsessions in a
    single partition?
    Thanks,
    Jason Westra
    CSC Consulting - Lynx Group

    This is the expected behavior. See:
    Multiprocess Applications
    If you need access to a JE Environment from multiple processes, you'll have to implement a client-server interface. JE is an embedded database, and doesn't come with this capability.
    --mark

  • How can I access JSP variables from a JavaScript function in a JSP page?

    Respected sir
    How can I access JSP variables from a JavaScript function in a JSP page?
    Thanx

    You may be get some help from the code below.
    <%
        String str="str";
    %>
    <script>
        function accessVar(){
           var varStr='<%=str%>';
           alert(varStr);// here will diplay 'str'
    </script>

  • Access payroll variables from custom payroll function

    Hi All,
    I have a requirement to create a custom payroll function that returns some data from IT0006 and IT0032.
    I have written the code in PCBURZDE0, as the payroll is for Germany, it does read the data needed.
    My question is, how I can access the variables specified for the function in the payroll schema.
    Schema definition in PE01
    Zeile     Fkt        Par1  Par2 Par3 Par4 D Text
    000010 BLOCK BEG                              Fahrradleasing
    000020 _DFRD &PRO GEN
    000030 BLOCK END
    If I double-click Par1 for function _DFRD (&PRO), then I see he two variables I should write the data to:
    Zeile  VarArg. FZ T Operation        Operation Operation Operation Operation Operation *
           -------------+---------+------------------+---------+---------+---------+---------+
    000010                  AMT= PKWWRPRINT     *
    000020           1     AMT= ENTKM  PRINT
    So, as I understand I should write the two variables PKWWR and ENTKM, I have the values in the function code, but I don't know how to access these variables.
    Thanks for your help!
    Gyöngyi

    1 - PIT is a Function that is used in the Payroll Schema to "Process the Internal Table".
    2 - You mentioned that you had created a Custom Function to read IT0006 and IT0032, and I only suggested to you that you could have that Custom Function generate Information WageTypes and save them in the Input Table where they could then be used in PCRs.
    3 - I did not mention that you can read only one value through operation AMT, but I mentioned that using AMT=xxxxxx followed by AMT=yyyyyy means that the first statement is useless.  On the other hand, using AMT=xxxxxx followed by AMT+yyyyyy and AMT+zzzzzz will result in the amount being the total of the 3 values.
    4 - Please read some documents on Schemas, Functions and PCRs, such as in the Wikis on this site, and study your current Payroll Schema, it's sub-schemas, it's functions and the operations in it's PCRs.  Note that t-code pe01, pe02 and pe04 can be used to find some documentation on functions and operations.

  • Can I have Recovery and HP Tools in the same partition?

    My HP originally came with 4 partitions. However, I needed one parition to install Ubuntu. Therefore I deleted the HP Tools partition since I backed up the HP Tools files and knew I could get another copy from HP. However, I would like to know if it is possible to add HP Tools to the Recovery partition? If so, how?
    Extra details:
    HP Pavilion dm1
    Windows 7
    64 bit
    Thanks in advance!
    This question was solved.
    View Solution.

    Thank you so much! I now understand what I need to do.

  • Access to bonus backgrounds, graphics, etc in Adobe PSE 7?

    How can I gain access to bonus backgrounds, graphics, etc in Adobe PSE 7 if Photoshop.com services have been shut down? I have been using the bonus backgrounds and such from Photoshop.com for several years to design Christmas cards for my photography clients. Now, my Photoshop.com membership doesn't exist, so I can't use those backgrounds and graphics. Is there a way to go around this or to gain access to those bonus items?

    Any that you have already used are on your computer--you only have to download them the first time you use them. If you haven't already downloaded them, then yes, you're right--they're no longer available.

  • Disable Query Builder Tool access to end users

    Hi,
    Did any of you block the Query Builder Tool access to your end users?
    In our Netweaver 2004s BI implementation, we have a special need to restric the access to Query Builder Tool. Mostly our users are using BEx Analyzer tool (Front end service pack- SP12). Any ideas in this regards would be highly appreciated? Of course I can restrict access on the back end that our end user is only able to read the Query. What I am looking what is, how to stop the user even from launching Query Builder tool?
    Thanks
    Jay Lakshmanan

    Hi Altera,
    If the role doesnt give access to transaction RRMX and if none of the Reporting Auth Objects (S_RS_COMP, S_RS_COMP1, S_RS_FOLD)  exists, than the user will not have access to Query Builder.
    Hope it helps.
    Please award points if it is useful.
    Thanks & Regards,
    Santosh

  • How am I to be able a user to grant access only to see a procedure / function without execute,compile,edit and drop?

    how am I to be able a user to grant access only to see a procedure / function without execute,compile,edit and drop?

    Sorry GregV but thank you, are you sure you can only be done by setting a PC? Can not by giving them certain privileges of a PC?
    PL \ SQL that we use a portable version.
    So actually like this, user A is only used by the X, user A wants to provide read-only access to user B is only used by Y (another PC) to the procedures / functions held user A. How do you?

  • Firefox 10.0 on Ubuntu crashes every time I try to access Yahoo Games (Spades, Literati, etc). Every other site I frequent is fine (gmail, youtube, etc). Please advise

    Firefox 10.0 on Ubuntu crashes every time I try to access Yahoo Games (Spades, Literati, etc). Every other site I frequent is fine (gmail, youtube, etc). Please advise
    The crash occurs when I try to enter a lobby, or sometimes even when I am just entering in the validation text (the random letters they show you and ask you to re-type)

    if someone is still having this problem , i found a solution via the great helpful people over at the ubuntu forums. read this thread:
    http://ubuntuforums.org/showthread.php?t=1930923&page=2

  • Need help with understanding updates, partitions, firmware etc.

    I went to update my QuickTime and in doing so was told to update my OS which included QT updates. Now I'm getting all kinds of messages about partitions, firmware etc. do not understand at all what's going on.

    THIS IS MY STEP BY STEP situation with my updates:
    I go to the Apple Icon and selected Software Update and it reads I have 2 items:
    MacBook EFI Firmware Update 1.2
    MacBook SMC Firmware Update 1.4
    I select Install and then it state Installs completed successfully.
    BUT THEN I recieve and new icon and this message below: 
    To update the SMC firmware on your MacBook:
    Your computer's power cord must be connected and plugged into a working power source, or your battery must be at least 25% charged.
    For more information see 'http://support.apple.com/kb/TS3499'.
    1. Quit all other open applications.
    2. Click Restart in the MacBook SMC Firmware Update window and wait for your computer to restart.
    The SMC firmware update starts automatically. A status bar indicates the progress of the update. During the update your computer fans will run at full speed, but will return to normal once the update completes.
    Important: Do not interrupt the update.
    Your computer restarts automatically when the update is completed and opens the MacBook SMC Firmware Update.
    3.  Click OK. The SMC firmware is now up-to-date.
    If these instructions appear on your screen again, the SMC firmware update was not successful. Repeat steps 2 and 3.
    I follow the instructions and then I get this: (could get my image to attach but here's what it said)
    the first error message heading of:
    MacBook SMC Firmware Update 1.4
    Your firmware could not be updated, the hard drive partition scheme may not be supported.  You must be booted from a GUID partition or RAID scheme.
    see http://support.apple.com/kb/HT2434 for more information (internal error 28:3)
    THEN ANOTHER ONE POPS UP saying:
    Your Hard Drive partition scheme is not supported, you must be booted from a GUID partition scheme.
    see http://docs.info.apple.com/article.html? artnum=303609 for more information
    I went to those URL and tried to understand what it was telling me but I did not understand.  I can't figure, by reading thru forums, etc, if I need to do this or not and what exactly it is.
    So back to just pushing a simplet update has thrown all this unknown info. my way and I have no clue what to do.
    Thank you. Hope this is more clear.

  • 인증되지 않은 TOOLS 의 ACCESS 제한하기

    제품 : SQL*PLUS
    작성날짜 : 2003-02-03
    인증되지 않은 TOOLS 의 ACCESS 제한하기
    ===========================
    PURPOSE
    이 자료는 Database 에 인증되지 않은 tools 의 접근을 막는 방법에 대한 설명이다.
    Explanation
    SQL*Plus 나 기타 다른 tools 의 접속을 제한할 필요가 발생할 수 있다.
    단지 지정한 tools 만 사용하는 user 만 access 허용을 원한다면
    예를 들어, forms 나 Reports 또는 다른 tools 만 사용하는 환경에서
    SQL*Plus 나 다른 software 의 tools 을 사용하는 end user 의 접속을
    제한하고, 단지 인증된 tools 만 접속이 되도록 하려고 한다.
    그럴 경우에 PRODUCT_USER_PROFILE 테이블을 사용하여 SQL*PLUS 을 실행하는
    session 에 제한을 넣을 수 있다. 어떻게 수행되는지는 <Note:2181.1> 를
    참조해 보면 된다.
    그러나 이 제한은 단지 SQL*PLUS 에서만 작동하고 다른 tools 에서는 동작을
    하지 않을 수도 있다. Oracle8i 에서는 logon trigger 를 이용하면 이 기능을 사용할 수 있다.
    Example
    인증되지 않은 access 를 검사하는 테이블을 생성한다.
    SQL> conn sys/manager
    Connected.
    SQL> DROP TABLE LOGONAUDITTABLE CASCADE CONSTRAINTS;
    SQL> CREATE TABLE LOGONAUDITTABLE (
    EVENT VARCHAR2 (10),
    TIMESTAMP DATE,
    SCHEMA VARCHAR2 (30),
    OSUSERID VARCHAR2 (30),
    MACHINENAME VARCHAR2 (64),
    SID NUMBER,
    SERIAL# NUMBER,
    PROGRAM VARCHAR2 (100));
    Table created.
    scott schema 에 아래의 trigger 를 생성한다.
    SQL> CREATE OR REPLACE TRIGGER logonauditing
    AFTER LOGON ON scott.SCHEMA
    DECLARE
    machinename VARCHAR2(64);
    osuserid VARCHAR2(30);
    sid NUMBER;
    serial# NUMBER;
    program VARCHAR2(100);
    CURSOR c1 IS
    SELECT osuser, machine , sid , serial# , program
    FROM v$session
    WHERE audsid = USERENV( 'sessionid' );
    BEGIN
    DELETE LOGONAUDITTABLE;
    COMMIT;
    OPEN c1;
    FETCH c1 INTO osuserid, machinename, sid , serial# , program ;
    INSERT INTO LOGONAUDITTABLE VALUES ( 'LOGON', SYSDATE,
    USER, osuserid, machinename , sid , serial#, program);
    CLOSE c1;
    COMMIT;
    dbms_job.isubmit(12345,'sys.killsession;',SYSDATE);
    END;
    Trigger created.
    log on trigger 로 부터는 같은 session 을 kill 시킬 수는 없다. 이 SESSION 은
    DBMS_JOB PACKAGE 를 사용하여 매 10 초마다 해당하는 SESSION 을 찾아서
    KILL 시키는 SCHEDULING 을 걸어서 사용할 수 있다.
    Sys 나 System schema 로 아래의 procedure 를 생성한다.
    SQL> conn sys/manager
    Connected.
    SQL> CREATE OR REPLACE PROCEDURE KILLSESSION AS
    sid NUMBER;
    serial# NUMBER;
    timestamp DATE;
    CURSOR c1 IS SELECT sid , serial# , timestamp FROM scott.LOGONAUDITTABLE WHERE
    INSTR(UPPER(program),UPPER('C:\Documents and Settings\All Users\시작 메뉴\프')) > 0;
    /* 위의 부분에서 session 의 program column 값에서 원하는 application 의 value 를
    지정한다. */
    BEGIN
    FOR i1 IN c1 LOOP
    dbms_output.put_line('alter system kill session ' ||''''||i1.sid||','||i1.serial#||'''');
    execute IMMEDIATE 'alter system kill session ' ||''''||i1.sid||','||i1.serial#||'''';
    DELETE scott.LOGONAUDITTABLE WHERE sid = i1.sid AND serial#=i1.serial# AND timestamp = i1.timestamp;
    END LOOP;
    COMMIT;
    END;
    Procedure created.
    위의 procedure 를 수행하기 위해서는 init.ora 파일에 아래의 parameters 를
    적용해 주어야 한다.
    job_queue_process = 1
    job_queue_interval = 10
    위와 같이 setting 을 하면 아래의 PL/SQL block 을 사용하여 인증되지 않은
    sessions 들을 매 10 초 마다 KILLSESSION procedure 를 fire 시킬 수 있다.
    SQL> connect sys/manager
    begin
    dbms_job.isubmit(2345,'KILLSESSION;',sysdate,'sysdate+1/(24*60*6)');
    end;
    위의 명령을 실행하면
    Client sqlplus 에서 아래의 메시지가 떨어진다.
    SQL> select * from logonaudittable;
    EVENT TIMESTAMP SCHEMA OSUSERID
    MACHINENAME SID SERIAL#
    PROGRAM
    LOGON 03-FEB-03 SCOTT Administrator
    BKCHEON 11 43911
    C:\Documents and Settings\Administrator\시작 메
    LOGON 03-FEB-03 SCOTT Administrator
    BKCHEON 11 43923
    C:\Documents and Settings\All Users\시작 메뉴\프
    LOGON 03-FEB-03 SCOTT Administrator
    BKCHEON 15 55572
    C:\Documents and Settings\All Users\시작 메뉴\프
    SQL> select * from tab;
    select * from tab
    ERROR at line 1:
    ORA-00028: your session has been killed
    Reference Documents
    NOTE:105438.1
    Note:70679.1 PL/SQL Example: How to Audit Logon Events with Triggers

  • Boot Camp access to mac partition

    Hi.
    I have Windows 7 Pro on Boot Camp, which is also on a server 2003 domain. When the windows network users log in, they can access the Mac Partition. How do I prevent this from happening?
    I know it is read only, but I prefer to have them access only the Windows partition when logged into Windows, and only have them access the Mac partition, when they are logged into Snow Leopard.
    Thank you!

    Rename AppleHFS.sys and AppleMNT.sys
    By doing the following you will disable HFS mount / read mode on windows XP, Vista, 7.
    Navigate to c:/windows/system32/drivers/AppleMNT.sys, rename the AppleMNT.sys file to something like AppleMNT_keep.sys or something of your likings.
    The faulty HFS driver is a valid concern. It seems to happen on many systems.
    You find it in Windows/system32/drivers/AppleHFS.sys
    Renaming to AppleHFS_disabled.sys will avoid the blue screens until you have found another solution or Apple updates Bootcamp 3
    After renaming both myself because they are no longer "*.sys" or something? they are gone. In my case AppleHFS prevented Windows Backup from running to end and was causing error "some files skipped" and while some might find reading convenient, I prefer Windows not have even read-only access.
    You can probably do better with MacDrive8.
    http://www.mediafour.com/support/downloads.asp

Maybe you are looking for

  • IOS 8.0.2 Excessive Cellular Usage

    For 10 years my average cellular data usage per month has been around 250-350MB. Since updating to IOS 8, my cellular usage has gone up to between 1GB and 1.5GB. My daily usage is now in excess of 50MB for which I cannot explain since I disabled almo

  • Como colocar propagandas no aplicativo que desenvolvi? (How to add advertising in my app?)

    Estou desenvolvendo alguns aplicativos e gostaria de adicionar banners de publicidade, para monetizá-los. Como posso fazer? Grato, Vinicius Dias I'm developing some applications and I'd like to add advertising banners to make some money. How can I do

  • Pdf does not load

    When I try to open a PDF on my macbook pro (from 2011) it does not load. thanks Fred

  • Open Directory-The user name you entered does not exist

    Can someone help please? I am having some issues with my open directory server.None of the Network users can log in.The dns is ok.The ldap mapping to the server works fine.But when i access the shared home directories of the network users through wor

  • Typical XI Integration Challenge - suggestions needed

    Hello Forum, I am a very enthusiastic SDN user and have been following the community since a long while now. I have the following challenge at one of our clients and need expert advices, remarks and suggestions based on your knowledge and experience.