DTrace 0.3.1 released

Hi,
We just released DTrace 0.3.1. It's available on ULN (ol6_x86_64_Dtrace_BETA channel).
You can find the kernel, modues and libctf code on https://oss.oracle.com/projects/DTrace/ (see the Sources tab).
Changes include:
- Packaging changes:
+ Renamed kernel-uek RPM to kernel-uek-dtrace RPM;
+ New RPMs: libdtrace-ctf and libdtrace-ctf-devel: port of the Solaris libctf type-storage library, plus associated dev headers;
+ New RPM: dtrace-utils-devel: dev headers for dtrace-utils;
- New Features:
+ CTF support. Allows kernel types to be known in D scripts.
+ IO provider
+ Sched Provider
- Many bugfixes
See more details in the NEWS files or int he News section of the https://oss.oracle.com/projects/DTrace/ project area.

ok thats fine and verry much better... u gave me the tid 10066006
at the first time....
the tid 10062001 is within the problem... but :-(
i do not understand the fix...when the 0_3 ... or so is created it teh other
(true) object is not created...
means: the true workstation should be V-PC021 but a object with the name 0_3
is created... when i go to this object under attributes and cammon (in
german allgemein) it says the right name v-pc021... but in the nds the
V-pc021 is not created.... when the user logs in next time i have net next
object in the nds with 1_3 .... i have this problem with all new
registartions..... aaaaaaaahhhhhhhhhhhhhh
what can i do.... ???? :-((((((((
"Marcus Breiden" <[email protected]> schrieb im Newsbeitrag
news:1gg2uqcfjrzrm$.[email protected]. .
> On Mon, 13 Nov 2006 11:06:49 GMT, Cocker wrote:
>
>> What du u mean with this groupewise tid... ??
>
> nothing... wrong one.. 10062001 is the correct one
> --
>
>
> Marcus Breiden
>
> If you are asked to email me information please change -- to - in my
> e-mail
> address.
> The content of this mail is my private and personal opinion.
> http://www.edu-magic.net

Similar Messages

  • Unable to use dtrace USDT in conjunction with -xipo=2?

    We're currently using Studio 12/CC 5.9 and our C++ application includes an internal static library into which we embed several of our own dtrace userland probes (USDT).
    We're looking at updating to Studio 12.3/CC 5.12 but have run into problems with the dtrace probes in release/optimised builds only.
    The basic build process for the library is as follows:
    1) Use dtrace -h to generate a probe header file from a foo.d definition file
    2) Compile (C++) source file foo.cpp which references the macros from (1) to create foo.obj
    3) Use dtrace -G to generate a dtrace probe object foo_probe.obj and update foo.obj
    4) Use CC -xar to create a static library libfoo.a containing both objects from (3)
    This works fine in debug builds with both CC 5.9 and CC 5.12, however release builds with CC 5.12 fail when we try to link a binary against the static library with "Undefined symbol" errors referencing the dtrace probe functions in foo.obj.
    I noticed that with CC 5.12 step (4) above seems to 'undo' the changes made to foo.obj file at step (3). I also noticed that step (4) is much slower with 5.12, hence suggesting that the compiler is doing some extra work, which then led me down the path of removing -xipo=2 from my commandline, at which point I get a library which I can link ok without missing symbols.
    Questions:
    1) Have there been changes to CC -xar which would explain this (eg previously -xipo=2 was ignored for archive creation)?
    2) If it does 'make sense' that I'm having problems here, is there any better solution than simply removing -xipo=2 from the library creation step? Obviously I'd like to get the performance benefits if possible, but I suppose that it may simply not be compatible with the way dtrace USDT providers work...?
    Thanks,
    Matt.

    Hi,
    The way that -xipo works is that at link time it recompiles all the object files doing inlining and optimisation between the files at that point. This will have the effect of undoing the dtrace -G processing, leaving just the raw dtrace function calls.
    You are using archive libraries so one workaround is to use the flag -xipo_archive=... to either none - meaning don't process the archive libraries or readonly which will inline code from the archive libraries but won't inline code into the archive libraries.
    Regards,
    Darryl.

  • Dtrace writes in error log

    Hi all,
    Here is the problem. There is a Soalris host with ZFS. There is some proprietary application which writes its error log. It has been noted that the error messages are not always written immediately, but only after processing some erroneous records. Plus in case of module terminating with SIGTERM, those errors which are still not in the log - they just would be lost, won't be written.
    The experiment has been repeated on the different Solaris host with error log placed on local UFS and, second try, on NFS. In both cases error log writes immediately and correctly. So we are inclining to blame ZFS configuration.
    I have an access to the "problematic" host and root privileges there. I would not like to restart the process which means I can't use truss. Hence I have a dtrace (in which I'm a nub yet).
    Could somebody please give me a hint - which syscalls I should try to monitor to understand what is going on between the application and file system?
    Any clue would be deeply appreciated.

    Application release: 12.1.2
    DB version: 11.2.0.2
    OS: Linux 5.6 x86-64
    Users can't launch login screen or get hang after input ID and password intermittently after migrate Oracle E-Business R12.1.2 from IBM AIX to Oracle Linux 5.6.
    DB logs has errors:
    Fatal NI connect error 12170.
    VERSION INFORMATION:
    TNS for Linux: Version 11.2.0.2.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.2.0 - Production
    TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.2.0 - Production
    Time: 05-SEP-2011 21:29:25
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 110
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.36.152.208)(PORT=3763))
    But these DB errors doesn't occurred in issue time.
    Autoconfig can complete successfully.
    Thanks,
    Jackie

  • Top like utility for Sun Web Server  using dtrace. (similar to apachetop)

    I have written a "top" like utility (wstop.pl) using dtrace for Sun Java
    System Web Server 7.0. Interested users can download it from my blog :
    [Web Server and dtrace|http://blogs.sun.com/basant/entry/sun_web_server_and_dtrace]
    This utility only works on Solaris 10 and later releases. Compiled plugin
    binary and utility can be downloaded from my blog page.
    I have not tested it with 6.1 but I believe it should work for 6.1 too.

    SUNWS61deployment.xml is created bythe IDE to be used internally and not to be used by the developer. This file wouldn't be sent to webserver after deployment.
    The ws61-sun-web.xml is sun-web.xml only and yes it is same as it is in Appserver7 as the webcontainer for both Webserver6.1 and Appserver7 are same. After deployment to webserver, ws61-sun-web.xml is renamed to Webserver as sun-web.xml by the IDE. When opened the developer can edit in the XML editor.
    The reason for having it as ws61-sun-web.xml in IDE is to avoid the clash between sun-web.xml of Appserver8.1 which is J2EE1.4 based whereas Webserver6.1 Web container is J2EE1.3 based.
    It should be okay to use any service pack of Webserver6.1 with JSE8
    Hope this helps

  • DTrace and the SE Toolkit

    What does DTrace mean for the future of the SE Toolkit?
    I can't help but think that DTrace is an official supported
    replacement for the SE Toolkit.
    Is it possible that in the internal repository of D scripts
    that 1-for-1 replacement of the standand SE examples
    already exsist?
    And I imagine that most of the other unofficial tools
    could be replaced with DTrace as well, such as my
    beloved memtools.
    DTrace is really awsome. The new features of
    Solaris10 keep blowing me away with each Express/Beta
    release. A big thank you to everyone involved in the
    Solaris10 release at Sun.
    Ben Rockwood

    Hey Ben,
    Thanx Bryan. I admit that I'm thinking of DTrace more
    as a monitoring tool, namely because in the past I've
    been constrained to tools provided to me (vmstat,
    iostat, memtools, SE, etc) and learned to make
    educated guesses at whats happening rather than
    digging deeper into the real cause. Namely because as
    an SA I don't generally have time to craft my own
    system tools in C, and certainly don't have time to QA
    them to the point of being comfortable running them on
    my production systems. And as for MDB, there is just
    too much room for (percieved) damage to be done, and I
    don't trust my self that much. It looks like DTrace
    might finally be able to bridge that gap for me and
    other SAs.Yes, absolutely. And we're trying to make it even easier by adding more providers with meaningful semantics. (e.g., a "sched" provider with probes related to CPU scheduling, a "proc" provider with probes relating to process activity, etc.) Watch for the first of these in Solaris Express 4/04, with more to follow in future builds.
    Oh, and I've got to add.... as I read the manual
    tonight I burst into laugher at the chill() function.
    That is awsome! It's nice to see a little humor here
    and there. Please give a warm pat on the back for
    whomever named that function and to the TechPubs
    folks for writting a really nice and easily readable
    yet informative manual.I can't remember who came up with the name, but it would have been Matt Ahrens (on the ZFS team), Adam Leventhal (on DTrace) or me. We figured DTrace was overdue for a little humor -- and it beats the hidden humor in MDB. (Most of the MDB humor boils down to references to either adb(1), or Language H -- an obscure, bizarre business-oriented programming language from NCR in the 1950s. Yes, we think it's hysterically funny and no, we don't get out much.)
    And thanks for the kind words about the manual. As it turns out, we (the engineers on the DTrace team -- MIke Shapiro, Adam Leventhal and I) wrote 100% of it -- so at least you know who to blame. ;) Actually, if you have any nits about the manual, please let us know -- and certainly let us know if you have ideas on how we could make it even more readable!
    - Bryan
    Bryan Cantrill, Solaris Kernel Development. [email protected] (650) 786-3652

  • Free Stmt Handle NOT release Memory allocated inDefineByPos[LongRaw]

    My Question is : Why Free Stmt Handle does not release the memory OCI allocated during OCIDefineByPos for data type "Long Raw"
    Please notice the Bold Fonts in the dtrace logging. Ptr is the pointer returned by malloc. Size is the memory size allocated.
    I use OCI to fetch records, each round I will fetch 1000 records. I found memory increase round by round. So I use dtrace to probe the memory malloc/free. At the end of each round, I will free the handle of SQL Statement. According the documentation, all the sub handles belongs to stmt handle should be free also. But I noticed that memory allocated during DefinebyPos for LongRaw did not get released.
    1. The SQL Send to DB each round is the same.
    2. I do the "Define" each round. So It's actually a "RE-Define" each round.
    The length of Long Raw is 512K. Here's the dtrace result when I call the OCIDefineByPos. There's a 2MB memory allocated, I don't know the reason.
    CPU ID FUNCTION:NAME
    3 45971 free:entry Ptr=0x247652d0 Size=0 TS=1568035638893113 FreeTime=2008 Jul 20 23:26:09
    libc.so.1`free
    libclntsh.so.10.1`sktsfFree+0x18
    libclntsh.so.10.1`kpummfpg+0xb6
    libclntsh.so.10.1`kghfrempty+0x17c
    libclntsh.so.10.1`kghgex+0x13c
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kghgex+0x1e6
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kghgex+0x1e6
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kpuhhalo+0x1fd
    libclntsh.so.10.1`kpuex_reallocTempBufOnly+0x5f
    libclntsh.so.10.1`kpuertb_reallocTempBuf+0x36
    libclntsh.so.10.1`kpudefn+0x2d1
    libclntsh.so.10.1`kpudfn+0x39e
    libclntsh.so.10.1`OCIDefineByPos+0x38
    scrubber`_ZN29clsDatabasePhysicalHostOracle6DefineEN7voyager15eBayTypeDefEnumEiPhiPs11EnumCharSet+0x17f
    3 45966 malloc:return Ptr=0x252ad100 Size=524356 TS=1568035638916654 AllocTime=2008 Jul 20 23:26:09
    libc.so.1`malloc+0x49
    libclntsh.so.10.1`kpummapg+0xcc
    libclntsh.so.10.1`kghgex+0x1aa
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kghgex+0x1e6
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kghgex+0x1e6
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kpuhhalo+0x1fd
    libclntsh.so.10.1`kpuex_reallocTempBufOnly+0x5f
    libclntsh.so.10.1`kpuertb_reallocTempBuf+0x36
    libclntsh.so.10.1`kpudefn+0x2d1
    libclntsh.so.10.1`kpudfn+0x39e
    libclntsh.so.10.1`OCIDefineByPos+0x38
    scrubber`_ZN29clsDatabasePhysicalHostOracle6DefineEN7voyager15eBayTypeDefEnumEiPhiPs11EnumCharSet+0x17f
    scrubber`_ZN18clsDatabaseManager6DefineEN7voyager15eBayTypeDefEnumEiPhiPs+0x13c
    scrubber`_ZN17clsDatabaseOracle13DefineLongRawEiPhiPs+0x2f
    3 45971 free:entry Ptr=0x2476ab30 Size=0 TS=1568035639035363 FreeTime=2008 Jul 20 23:26:09
    libc.so.1`free
    libclntsh.so.10.1`sktsfFree+0x18
    libclntsh.so.10.1`kpummfpg+0xb6
    libclntsh.so.10.1`kghfrempty+0x17c
    libclntsh.so.10.1`kghgex+0x13c
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kghgex+0x1e6
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kghgex+0x1e6
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kpuhhalo+0x1fd
    libclntsh.so.10.1`kpuertb_reallocTempBuf+0x8f
    libclntsh.so.10.1`kpudefn+0x2d1
    libclntsh.so.10.1`kpudfn+0x39e
    libclntsh.so.10.1`OCIDefineByPos+0x38
    scrubber`_ZN29clsDatabasePhysicalHostOracle6DefineEN7voyager15eBayTypeDefEnumEiPhiPs11EnumCharSet+0x17f
    scrubber`_ZN18clsDatabaseManager6DefineEN7voyager15eBayTypeDefEnumEiPhiPs+0x13c
    3 45966 malloc:return Ptr=0x2532d150 Size=2097220 TS=1568035639040090 AllocTime=2008 Jul 20 23:26:09
    libc.so.1`malloc+0x49
    libclntsh.so.10.1`kpummapg+0xcc
    libclntsh.so.10.1`kghgex+0x1aa
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kghgex+0x1e6
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kghgex+0x1e6
    libclntsh.so.10.1`kghfnd+0x28a
    libclntsh.so.10.1`kghalo+0x669
    libclntsh.so.10.1`kpuhhalo+0x1fd
    libclntsh.so.10.1`kpuertb_reallocTempBuf+0x8f
    libclntsh.so.10.1`kpudefn+0x2d1
    libclntsh.so.10.1`kpudfn+0x39e
    libclntsh.so.10.1`OCIDefineByPos+0x38
    scrubber`_ZN29clsDatabasePhysicalHostOracle6DefineEN7voyager15eBayTypeDefEnumEiPhiPs11EnumCharSet+0x17f
    scrubber`_ZN18clsDatabaseManager6DefineEN7voyager15eBayTypeDefEnumEiPhiPs+0x13c
    scrubber`_ZN17clsDatabaseOracle13DefineLongRawEiPhiPs+0x2f
    scrubber`_ZN5dblib11DbExtractor18DefineLongRawFieldEiPhiPs+0x2b

    Assumption : You are using OCIHandleFree((dvoid*)DBctx->stmthp,(ub4)OCI_HTYPE_STMT);
    There are two scenarios here the LONG Raw mapping and release of memory.
    Unlike the other data types LONG Raw memory mapping is different since the data type requires more memory chunks.
    45971 free:entry Ptr=0x2476ab30 Size=0 TS=1568035639035363 FreeTime=2008 Jul 20 23:26:09
    libc.so.1`free
    Since from the above statement it clear that free is called . Hence there may be chance in other area of the code I suspect the memory leak is (Like native storage).
    Moreover the standard OS behavior is that it will not release the Heap/Stack until the process is complete even the free() is called by the process. This is for performance on memory management.Having said that it should not increase the memory drastically when not required.

  • DTRACE on a zone.

    Dear,
    First , Dtrace an interesting work and tool.
    Permit me a question,
    Dtrace works in a Global Zone. What�s about a zone.? When I tried to use I obtained
    # dtrace -l
    dtrace: failed to initialize dtrace: DTrace device not available in local zone
    Is It possible to use that tremendous potential (Dtrace) in a zone ? How ?
    Thanks,
    Jos�

    Jos�,
    Keeping in mind that both tools are relatively new
    there is a posibility it will be integrated at a
    later stage.
    Cann't tell you what the plans are, as I don't know .Indeed, there are plans to provide use of DTrace from a local zone
    Quoting from DTrace Bigadmin Xpert Session:
    Q: Is there any special setup required to run Dtrace in a non-global zone? Today as root, if I run dtrace -l in a non-global zone, I get: "dtrace: failed to initialize dtrace: DTrace not available in local zone". dtrace -l in the global zone returns a very lengthy list. I'm running on s10__63.
    A: Currently DTrace can't be used from within a local (non-global) zone. We're working to make this possible, but it won't be available in the first release of the Solaris 10 OS (we may later add that in an update release).
    You can, however, use DTrace in the global zone to trace activity in other zones. The DTrace 'zonename' variable also lets you predicate, aggregate, or whatever on the zone causing the activity.
    For now, in order to use parts of or all DTrace capabilites you must have some of the three DTrace priviliges: dtrace_kernel , dtrace_user and dtrace_proc.
    You can allow in the global zone non-priviliged users to monitor their own processes by giving them dtrace_user and dtrace_proc privileges. More info available in Chapter 35 Security of the DTrace guide.
    Vlad.

  • Upgrade from Solaris 11 Express to Solaris 11 Release (11/11); Guide MIA?

    Would there be an easy way to upgrade from Solaris 11 Express to Solaris 11 Release (11/11)? The FAQ for Solaris 11 Release has the following hopeful text:
    Can I upgrade to Oracle Solaris 11 from Oracle Solaris 11 Express or Oracle Solaris 11 Early Adopter?
    Yes. Customers can upgrade to Oracle Solaris 11 by using the package management tools. Refer to the Oracle Solaris 11
    Transition Guide (http://www.oracle.com/pls/topic/lookup?ctx=E23824&id=MF JAI) for more information
    But that link comes up with an error page 404, "topic not found".
    The one transition guide I can find is:
    http://download.oracle.com/docs/cd/E23824_01/html/E21799/index.html
    But that covers Solaris 10 jumpstart, not Solaris 11 Express or Early Adopter.
    The Solaris 11 documentation at:
    http://www.oracle.com/technetwork/server-storage/solaris11/documentation/index.html
    Also seems to mention only Solaris 10, not 11 Express or Early Adopter.
    I have already downloaded the full repo for Solaris 11 Release, and the live installer, but I'm hoping it's something as simple as pointing the ips manager to a new repository, or just loading the full repo I already have as a local source. I would also like to keep the dtrace and sun studio set up I have now in the Express version, without reinstalling them on a new release version on bare metal.
    If it keeps the features of the express version while ironing out a few kinks (gdm authentication bug, etc.), that would rock.
    Many Thanks,
    Gordon

    Alan, Thank You, that worked with no problem at all. 11 Express was already using the correct repository, and only required a pkg command update, then other updates.
    So here's what I'm guessing:
    1. The Oracle Solaris maintained repository for Express and Early Adopter are now the same as Release, but they do require an updated pkg executable and pkg update command.
    2. The second form of the command mentioned in the update guide:
    # pkg set-publisher -g http://pkg.oracle.com/solaris/release
    -G http://internal.co.com/solaris solaris
    is for using a local copy of the repository within our lan or vpn wan.
    3. Updates should be fairly regular now that Solaris 11 is in release version.
    I think the new hash (SHA 256) fried some of our old gdm settings for our users, so we're creating new user accounts, and migrating the older accounts. We don't have too many, so it's not a problem for us. But that brings up another point:
    4. The graphical user manager in Express is now gone, and user and group management are now done with command line interface.
    That's fine with me as well. I always use ssh to connect to the machine and then run the screen command for administration. The graphical user manager was always kludgy in Express, and I couldn't get it to work correctly anyway.
    This is great stuff so far. Well done.
    Gordon

  • Using SQVI to generate report of open and released delivery schedule lines

    All,
    I'm using SQVI  to generate an excel spreadsheet for some buyers to show open released schedule lines because they are a 1 line item per scheduling agreement company.
    I used the logical database MEPOLDB instead of a table joint and pulled fields from EKKO(vendor, SA #,&purchasing group), EKPO(Material Number), EKEH(schedule line type), and EKET(delivery date, scheduled qty,previous qty).
    Does this sound like I'll get the results I want on paper as long as I use the right selection criteria, because the report I'm getting isn't quite what I expect? I am unable to identify which lines are authorized to ship vs. trade-off zone, planning, etc. in the report thus far.

    Hi Mark,
                 I have faced same requirement. I am not sure about transporting to TST and PROD. I done by this way.
    After generating SQVI program in DEV , I assigned that program  to a transaction and tested in DEV. Later i have regenarated SQVI in Production. then I assigned the generated Program to same transaction in DEV. And transported the Tcode assignment of program to Production..
    About authorization , if its not sensitive report, BASIS can restrict at transaction level.
    Regards,
    Ravi.

  • Error while releasing a request.

    Hi All,
    I'm facing an error while releasing a request.
    The request contains an ABAP programs along with two INCLUDDE programs as well as a TCode to run the same.
    It is running successfully in dev. server. But, while releasing ths request it shows me the following error :
    " Object REPT ZBAPI_SD_SERV_SALES_ORDER is inactive " ,
    where ZBAPI_SD_SERV_SALES_ORDER is the program name. When I checked out in ABAP editor it shows the program active.
    But, I'm unable to understand why its showing me an inactivation error.
    Guys, help me out in this.

    Hi,
    Check if the INCLUDE program are also ACTIVE. They must be in inactive state. Try activating them and release the request.
    Regards,
    Vikranth

  • Report RFKLBU10: Missing Parameter for Logical filename in Release ERP 2005

    Hello Experts,
    Report RFKLBU10 in Sap Release 4.6c hat a parameter "Old dataset logical name".
    The new version of this report in SAP Release ERP 2005 there is no such parameter.
    Is this a SAP-Bug ?
    Best regards,
    Mike

    There are no Export or Print events accessible for the viewer
    Since it sounds like you are creating the reportdocument object in your click event, the settings on this object become out of scope on successive postbacks executed by other events.
    to get around this without major changes, you can place your "report" object in session in this event and retrieve it from session on successive postbacks.  This should solve your problems around navigation, printing and exporting.  What you will need to do is check if the session object exists (usually in page_load or page_initialze) and if so, retrieve it from session and bind it to the viewer's reportsource.  If the session object does not exist, then do nothing (ie you have not clicked your button yet that retrieves the parameter values from session and loads the report).  Also, in your click event you can check if the report session object exists and if so, remove it so that it can be re-created with your new parameter values (ie i'm assuming the only time you want to set parameter values is in this event).
    Dan

  • Partner Application in release 2

    Hello,
    I have to create a new PL/SQL partner application in the release 902.
    Where is the new sso sdk for the new Portal release?
    In the new pdk seems that it is the same of the 309 release (ssosdk307_032101 or ssosdk307)...
    And the pl/sql example code in the Oracle9 iAS Single Sign-On Application Developers Guide is not working...
    Can someone give me some feedback?
    Thank you and regards,
    Lorenzo.

    Lorenzo,
    Did you get any feedback on this posting? I'm also working with Release 2 (9.0.2) and is just about to start implementing the Java SSO SDK. The latest release of SSO SDK I've found is 307. According to the documentation this version supports SSO server 3.0.6 to 3.0.8, thus not Release 2. Please reply if you have any news regarding SSO SDK for Release 2.
    Best Regards,
    Rikard

  • Issues fixed in FM 7.1 release

    Adobe FrameMaker 7.1 for English, French and German was released on January 10, 2004. The following is a list of issues fixed in this release.
    250374
    FDK: FA_Note_PreSetAttrValue notification not sent for new elements. If a client subscribes to FA_Note_PreSetAttrValue events, it will get a notification when one changes an attribute by double clicking it in the Structure view. However, on creation of a new element through the element catalog, if an attribute is set, no notification is sent.
    This issue has been resolved.
    277554
    FDK: F_ApiUnStraddleCells() does not work as expected.
    When unstraddling cells through the API, all the cells except the leading cell have no paragraph end marks (they are completely empty). Clicking into such cells takes the text cursor to the location of the table anchor. Inserting a character into the paragraph with the table anchor seems to correct the table.
    This issue has been resolved.
    310049
    FDK: F_ApiImport shows a dialog upon import of SGML entities.
    When importing an SGML fragment by reference using F_ApiImport, FrameMaker displays a dialog asking whether the text inset should be updated automatic or manually. This setting should be controlled from import-parameters.
    Currently there is no way of creating a client that imports a large number of SGML text-insets without having a user sitting by the keyboard and clicking OK for each imported entity.
    This issue has been resolved.
    314764
    FDK: F_ApiDelete does not work properly on elements inside a TextInset. When you try to delete an element that is part of a TextInset, the whole TextInset is removed.
    The work around for this is to unlock the text before calling F_ApiDelete and to lock the text after this call. The calls to unlock and lock the text are given below:
    To unlock - F_ApiSetInt(docId, insetId, FP_TiLocked, False);
    To lock - F_ApiSetInt(docId, insetId, FP_TiLocked, True);
    387821
    Microsoft Intellimouse Scroll wheel locks up FrameMaker when it's pressed or scrolled.
    This issue has been resolved.
    408675
    Rotated PDF files do not appear on 24-bit or 32-bit displays.
    This issue has been resolved.
    463533
    Non-unique ID tags cause inconsistent hypertext links due to multiple entries in the HTML export. If there are conflicting IDs in different documents of a book, non-unique ID tags are generated which cause this behavior.
    This issue has been resolved.
    507486
    If you edit the MAKER.INI file by adding the line SplashScreen=Off, in the [Preferences] section, then the Help->About command crashes FrameMaker with Internal Error: 7004, 6048898, 7639747, 0
    This issue has been resolved.
    529757
    (don't include) Marker element gets included and merged in PDF bookmarks with previous heading. In FrameMaker 6.0, the document prints to PDF as expected--the bookmarks in Acrobat PDF contain the Section2/Heading as expected, such as:
    Spark Plug Threads
    and Lamp Base and Electrical Fixture Threads
    In FrameMaker 7.0, the document prints to PDF with the Section2/Heading merged with the Run.head marker element, even though Run.head is in the ''Don't include'' list of elements in the PDF Setup dialog box.
    This issue has been resolved.
    534856
    The value of DPDFOpenBookmarkLevel is ignored when read in a MIF file.
    This issue has been resolved.
    534865
    The values Default, All, and None of the ''Bookmarks expanded through level'' field (in Format > Document >PDF setup) are not retained when a FrameMaker document is saved and opened again.
    This issue has been resolved.
    535630
    Windows Metafile (wmf) graphic (created from Microsoft VISIO 2002) causes "an error occurred while printing" but partially prints.
    This issue has been resolved.
    537955
    ISOdraw CGM graphics and tables on the same page cause CGM stroke lines to be printed in White.
    This issue has been resolved.
    540408
    Inconsistent dialog behavior between FrameMaker 6.0 and FrameMaker 7.0 when opening filename.sgm. Unlike FrameMaker 6.0, FrameMaker 7.0 displays the Unknown Filetype dialog.
    This issue has been resolved.
    540417
    Inconsistent dialog behavior between opening filename.sgm and filename.sgml.
    This issue has been resolved.
    541912
    TaggedPDF:fmpdfreflow plug-in - display of PDF file not good for shaded table cells. When table cells have shading in them, the PDF file does not show all the content of the shaded cells. This happens on Windows only.
    This issue has been resolved.
    565678
    PDF generation on UNIX translates CMYK colors to RGB.
    This issue has been resolved.
    567784
    FP_InsetFile has a value of "BadFileName" when SGML importing misses a graphic data file. If you import an SGML file that would read external graphic files and these data files are missing, then skipping or ignoring them results in "BadFileName" pathname for each object property. This makes FDK API Client not get FP_InsetFile property value for the FO_Inset object.
    This issue has been resolved.
    569092
    FrameMaker7 server can't find default printer when launched as a service.
    This issue has been resolved. To suppress the errors during initialization e.g.. No Default printer, invoke FrameMaker with the -silent option.
    569969
    When the Paragraph Designer is open, you can't switch to open documents using the book window.
    This issue has been resolved.
    581376
    FrameMaker works very slowly or returns an internal error. When processing a document that includes many EPS image files, FrameMaker creates many FRMxxxx.tmp files in the C:\Documents and Settings\Account Name\Local Settings\temp\ folder. The xxxx is a hexadecimal number. Even after quitting FrameMaker, the FRMxxxx.tmp files are NOT deleted, and the same document creates different FRMxxxx.tmp files after being opened again. The template files pile up in the hard disk for the Account/user, until the xxxx reaches ffff, the maximum number for the 4 digits of a hexadecimal number. At or near this time, FrameMaker works very slowly or stops with internal error:7004,6643018,6765315,6712018.
    This issue has been resolved.
    581522
    Imported PDF document with transparencies does not print correctly.
    This issue has been resolved.
    584633
    Internal Error: 7004, 6055410, 7657059, 0 when saving/printing to PDF includes Bookmarks that include index elements. The crash occurs only on Windows. The problem occurs when you attempt File > Print to PDF, when you want to Generate PDF Bookmarks based on structure elements, and have the ''Sectlevel1'' element in the ''Include Elements'' pane, and that particular ''Sectlevel1'' element plus the length of the text in the index marker entries exceeds 256 characters.
    This issue has been resolved.
    589859
    Post installation of Distiller 6.0, .tps file gets retained along with PDF and log file.
    This issue has been resolved.
    592974
    Opening a large XML file in FrameMaker generates error 'Internal Error 7004, 6052770, 0....
    When an XML file contained more than 65520(FFF0) children elements, FrameMaker crashed.
    This issue has been resolved.
    595875
    Spell check skips elements, loops around elements, or gets completely stuck.
    This issue has been resolved.
    597276
    The Save as PDF command does not create a PDF file (for certain files) when Generate Tagged PDF is ON
    This issue has been resolved.
    598056
    Group4 fax encoded TIFF files imported in FrameMaker 7.0 don't display nor print--does not occur in previous versions.
    This issue has been resolved.
    600053
    Display/Scrolling performance is very slow with documents having TIFF images imported by copy.
    This issue has been resolved.
    600497
    Scrolling a document in FrameMaker using Page Up/Down button goes to previous/next page respectively. Scrolling a document using Page Up and Page Down button goes to the previous and next page respectively. User would expect to scroll to the previous/next screen instead of going to previous/next page using these buttons, as seen in other Windows applications like MS Word, etc.
    This issue has been resolved.
    601470
    Links being dropped in SVG filter. Import an SVG file by reference (and the imported file has a link to another SVG file). Save this and reopen; the referenced SVG file is missing.
    This issue has been resolved.
    603668
    The text in the markers gets included in the PDF Bookmarks. Do not include textual content of marker elements, such as Index markers. This is because if you do, the Acrobat bookmarks can appear created if the element has:
    where Indexterm contains the marker text:
    <$startrange>PDF Creation;<$endrange>PDF:Good;How To:Create Good PDF
    ... You will end up with an Acrobat Bookmark containing:
    How To Create <$startrange>PDF Creation;<$endrange>PDF:Good;How To:Create Good PDFGood PDF ... which is not desirable.
    This issue has been resolved.
    606704
    In Server Setup dialog box, user name of the form "domain\username" does not allow names starting with b, r, etc. While trying to get FrameMaker to talk to the WebDAV server, which is using Windows authentication, when we specify a user name of the form "domain\username" in the "Server Setup" dialog box (File | Workgroup | Workgroup Servers ...). For some user names this works; for others it doesn't.
    This issue has been resolved.
    607610
    Framemaker crashes when Print is selected twice from the context menu for a book.
    This issue has been resolved.
    610099
    Drop Caps are not imported as TextFrames (RTFImport).
    This issue has been resolved.
    610600
    Words on which cross references are created are getting dropped while importing doc file (Word2000Import). Create a cross reference on some word in MS Word, and import the doc file into FrameMaker. The word on which the cross reference is created is getting dropped.
    This issue has been resolved.
    611165
    Words on which cross references are created are getting dropped while importing rtf file (RTFImport). Create a cross reference on some word in MS Word, and import the rtf file into FrameMaker. The word on which the cross reference is created is getting dropped.
    This issue has been resolved.
    611802
    Text which is rotated is lost when exporting to RTF.
    This issue has been resolved.
    611900
    FrameMaker locks referenced files until the application closes.
    This issue has been resolved.
    613546
    The filter name in the unknown file type for import is Microsoft RTF whereas for Export it is Microsoft RTF 1.6.
    This issue has been resolved.
    616153
    Contents of anchored frames not visible after save as PDF with Tags. After saving a document with anchored frames as PDF with Tags enabled, the contents of the frame are not visible in the PDF generated.
    This issue has been resolved.
    624470
    footnote element mapping to Frame Footnote is commented in Rules defined for XDocBook. In application definition of XDocBook in $FMHOME/structure/xml/xdocbook/app, footnote element mapping is to FM Footnote element. However, this rule is commented since past few releases. As a result, any (xdocbook) XML document with footnote is shown as invalid in FrameMaker.
    This issue has been resolved.
    624472
    Revision remark (revremark) element is mapped to different element names in EDD and rules. Rules for XDocBook in $FMHOME/structure/xml/xdocbook/app translate revremark to RevRemark. However, EDD (ECM) defines Revremark as mapping for revremark element. Hence a valid xdocbook XML document with revremark is shown as invalid (with unknown RevRemark element) in FrameMaker.
    This issue has been resolved.
    624517
    Unable to open FrameMaker 7.0-created fm file, which is created by importing a Word document.
    This issue has been resolved.
    625306
    Office documents don't open in FrameMaker in absence of write permissions (UNIX).
    This issue has been resolved.
    626431
    For line spacing, values that are beyond range are not mapped correctly (RTFExport). For line spacing in frame document which are beyond the max or min range of RTF, the mapping is not correct and same value of line space I mapped to three different values in RTF.
    This issue has been resolved.
    626434
    For stretch, values that are more than 600 are not mapped correctly in RTF (RTFExport). For stretching in frame doc that are beyond max value in RTF (600), the mapping is not correct. There is no stretching (scaling in RTF) in effect in exported RTF for values greater than 600 specified in frame.
    This issue has been resolved.
    626450
    Current date and time are not getting exported properly and are coming as 0's and XXX (RTFExport).
    This issue has been resolved.
    627855
    After saving as PDF, headings are centered in reflow mode. After a particular file is saved as a PDF file and is viewed in reflow mode in Acrobat, the headings are centered.
    This issue has been resolved.
    631967
    Installer does not recognize existing installation.
    This issue has been resolved.
    633133
    Right indents are not mapped while importing Excel
    This issue has been resolved.
    633137
    Data in the Custom formatted cell is lost while importing excel sheet.
    This issue has been resolved.
    633462
    FrameMaker terminates while exporting to RTF.
    This issue has been resolved.
    633710
    You have to give a filename with extension, while saving a file to RTF.
    This issue has been resolved.
    638750
    A PS file generated from FrameMaker with Tagged PDF on and hypertext marker in the file, cannot be distilled to PDF
    This issue has been resolved.
    638824
    Dialog Box indicating Unsaved changes made to file is not displayed on closing a document after importing an image using drag and drop.
    This issue has been resolved.
    639220
    If you select a Master Page or a Reference Page and select Save as PDF, PDF generation fails without giving appropriate error message.
    This issue has been resolved.
    641918
    When converting a FrameMaker book to PDF: default opening page in PS/PDF may be incorrectly set to be the first page of last chapter in a book.
    This issue has been resolved.
    642765
    On drag and drop of a SVG file into FrameMaker, if you click on the cancel button on the Import SVG dialog, the cancel is ignored and the file is imported.
    This issue has been resolved.
    643092
    If United Kingdom is chosen as the country of purchase, the EULA contains the string "FrameMakerDesktop _USEnglish_1.21.02_17:29".
    This issue has been resolved.
    644158
    Following alerts can not be suppressed via command line option:
    . Register now/later/never
    . Adobe Online
    These can be now suppressed using the -noaol command line option or by using the DisableAdobeOnline=On option in the maker.ini file.
    644904
    An empty merged cell(256 columns) created in Excel imports as a blank file.
    This issue has been resolved.
    645230
    If you import a Word document having large number of footnotes in FrameMaker, the footnotes are overlapped.
    This issue has been resolved.
    645538
    Cross reference text when exported to RTF has an additional space after the cross reference text.
    This issue has been resolved.
    645863
    When an excel file containing cells applied with custom formatting is imported in FrameMaker, the font and color of these cells is different in FrameMaker.
    This issue has been resolved.
    646609
    When a specific excel file is being imported the data in the first cell is lost.
    This issue has been resolved.
    646676
    When saving a MIF file, then opening it in FrameMaker, the DPDFZoom settings are lost.
    This issue has been resolved.
    647770
    User defined variables with _ in their name when saved to xml and opened again in Frame, round-trip as fmv1, fmv2 ...
    This issue has been resolved.
    648043
    When you try to open/import a file with a name containing more than two % signs and at least 1 non-% character between the second and third % sign then FM gives an error saying the file is non-existent
    This issue has been resolved.
    648114
    Info>Copyright>More crashes FrameMaker
    This issue has been resolved.
    648434
    When you import an RTF file with a cropped image in FrameMaker, it is imported in its original uncropped form.
    This issue has been resolved.
    649640
    When a word document having text with decimal numbering is imported, the sub points (1.1,1.2,...) are imported as (0.1,0.2,..)
    This issue has been resolved.
    650631
    When you import a word document having numbering points with comment on each numbered point, the font size of the numbering point is reduced.
    This issue has been resolved.
    650962
    FrameMaker crashes on scaling any anchored frame on reference pages.
    This issue has been resolved.
    652229
    When you import a word file with ascending raised/lowered baselines then they are not imported correctly.
    This issue has been resolved.
    652433
    When you import an excel file containing date formatting having mm format, FrameMaker inserts an extra zero before the date.
    This issue has been resolved.
    652752
    If you install FrameMaker from network, the short cut to readme file opens it in notepad.
    This issue has been resolved.
    652794
    The alert Inconsistent settings in Book" during F_ApiSilentPrintDoc() can not be suppressed.
    This issue has been resolved.
    654309
    When you import a word document having numbering (1.1,1.2,..) placed after some non-decimal numbering(1,2,3), FrameMaker imports it as (3.1, 3.2,..).
    This issue has been resolved.
    654348
    When you save an inline image as .doc in Acrobat6 and import this word file in FrameMaker, FrameMaker enlarges the graphics on import.
    This issue has been resolved.
    655072
    When you have an user defined variable in the frame document as well as the template, you save this document as XML and open the XML file again in frame, the template definition overrides that of the document.
    This issue has been resolved.
    655726
    Full license number is displayed in the Help>About FrameMaker 7.0 screen.
    This issue has been resolved.
    656171
    Full license number is displayed in the FrameMaker 7.0 Splash screen.
    This issue has been resolved.
    656820
    If you zoom or move frames after importing a graphic in FrameMaker, Framemaker logs out the user from Unix machine.
    This issue has been resolved.
    657053
    If a frame document displays images from the reference page and you simultaneously open multiple such documents, then the images from the document opened first can replace the images in the other documents
    This issue has been resolved.
    658744
    If you open an XML file locked by some other application, FrameMaker shows a Validation Error dialog box. For this to work, the XML locking feature should not be switched off.
    This issue has been resolved.
    658749
    The German version of Online manual xmlcss.pdf has comments in it.
    This issue has been resolved.
    Known Issues
    The printed user guide, on-line help and QRCs will not change between the FrameMaker 7.0 release and FrameMaker 7.1. Certain online manuals will be updated, and a new online supplement will be added to cover user documentation of the new release.
    [Original message from Forrest_F accidentally deleted when Forum re-organized]

    Read this SAP Note - Note 1487853 - SAP NetWeaver MDM 7.1 SP07 Release
    or refer the link
    http://help.sap.com/saphelp_mdm71/helpdata/en/4d/885f32b97d14aee10000000a42189c/content.htm
    Similaryly read for SP06 fixes at - http://help.sap.com/saphelp_mdm71/helpdata/en/be/e0048b426b4c20957078b61ec71e46/content.htm
    These links gives you an idea of what all changes are going to come into your new system. So unless you upgrade to SP07 i.e. the latest version and test it in DEV/Sandbox environment you should not plan to move ahead in Production. This is always recommended but there is very less chance that the already working solution will not work as expected after the upgrade.
    Thanks,
    Shambhu.

  • Released Schedule Delivery lines display

    Hi Gurus,
                       I have a scenario in my client place. User wants to display scheduled delivery lines which will sum all the released schedule delivery lines and will display the total quantity in a smart form which will be sent to the vendor. I.E Scheduling agreement Qty - 100. Schedule lines 10 Qty per day and it will hve 10 delivery lines(100Qty=10 qty per day x 10 days). output document will show only the total qty of released schedule lines(sum of all released qty).Is there any standard form/ output type available for this requirement.Kindly advice.

    As far as Db link is concern , I don’t remember exactly , but 3 years before I had written a report which see Sales order schedule lines and devilry note lines against sales order.  If you see process wise…. when ever you create PO ( production order you assign some qty using 101 movement type .. and against production order you also give sales order . When you do delivery ( run seclude run ) it delivers against that material number , its movement is 601 ...
    but I remember there’s a link between these tables, VBAP,VBFA AND VBEP , LIPS ...  against every sales order you can see sales invoice ( VBRP,VBRK) and you can also see your delivery note number in document flow .
    I hope this’ll give you some guide line, as right now I can not tell you the exact business process but I remember I written a report in SD 4 years before , in which they required Delivery against production order and sales order ... One more thing you also have production order reference on delivery item number. ( field :Empst ) . I think in my project they were maintaining this field .
    Thanks

  • Released Schedule lines value

    The money value of the schedule lines released during each MRP run to be captured and to be kept and compared against the reciepts.
    This will help the business to ascertain the total inventory value they are going to inward and the inventory level can end up
    If any standard report is available please provide the same
    Ashok

    Kalyan ,
    refer to oss notes : 690106
    here he talks about what is the real motive for changing R mode to X mode .
    So but this notes does an undo operation for the same .
    We need to re do the same again in start routine if we want to maintain the deleted records . Also search the OSS by giving the data source name & record mode R , then you will also get the original problem in extractors with R mode .
    i forgot about the OSS numbers
    -Sourav

Maybe you are looking for

  • How to create checkbox in mail content

    Hello, I have created a program to send mail. The requirement is to write some text in mail content along with pdf. The issue I am facing is that the mail content(body) should contain check boxes. At present the mail body fetches all text from SO10 s

  • Ejecting iPod freezes iTunes

    I have a 30 gb iPod and I'm using the latest version of iTunes (7.1.1?). My problem is that whenever I try to eject my iPod, iTunes freezes. I've searched on the forums, but its different from most of the ejecting-problem posts I have read. I get no

  • Architecture choice with TimesTen

    Hi, I have just started reading through TimesTen so the question might sound very obvious to most of you guys. I was wondering if this could possibly be a) feasible and if so b) good architecture choice if I introduce a TimesTen db on top of existing

  • Can t  get the latest version of itunes

    From my imac in itunes theres a sign that says that I can t  use my ipad. I require Itunes 11.1 version , and I just updated ios 7.0.3 and there s no more updates available. Basically I want to move some photos from my mac to my ipad and there s no s

  • Por que no tiene sonido mi iphone al llamar

    hola alguien me podria decir por que cuando me llaman al mi iphone no tiene sonido?? alguien me puede decir si es problema de software ??? o a que se debe