RE: GenericRepository supplier library? no...

ToolInterpreter library could help.
example :
(You also need access to private and internal components)
lom:qqrt_4gllom=qqrt_4gllom(task.part.lom);
// build date
deployDate:datetimedata=new;
deployDate.setvalue(qqsp_datetime(lom.builddate));
// scopes list
scopes:genericarray= lom.scopetable;
rtScope:qqrt_rtscope;
for t in 1 to scopes.items do
rtScope=qqrt_rtScope(scopes.getAt(t));
/* useful stuff
rtScope.absoluteid
rtScope.appname
rtScope.appversion
rtScope.compatibilitylevel
rtScope.libname
rtScope.projectname
end;
should help...
FortéHideout Keeper
Martin G Nystrom [[email protected]] wrote:
I am trying to make a way to display the version number and build date
for all
supplier plans used to build an app. This way, when a developer says,
did you
REALLY build my code with my new supplier plan? We can show them in the
about
window. I think the only way to do it is to hook into the
GenericRepository.
Any other ideas?
Get Your Private, Free Email at http://www.hotmail.com
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

ToolInterpreter library could help.
example :
(You also need access to private and internal components)
lom:qqrt_4gllom=qqrt_4gllom(task.part.lom);
// build date
deployDate:datetimedata=new;
deployDate.setvalue(qqsp_datetime(lom.builddate));
// scopes list
scopes:genericarray= lom.scopetable;
rtScope:qqrt_rtscope;
for t in 1 to scopes.items do
rtScope=qqrt_rtScope(scopes.getAt(t));
/* useful stuff
rtScope.absoluteid
rtScope.appname
rtScope.appversion
rtScope.compatibilitylevel
rtScope.libname
rtScope.projectname
end;
should help...
Fort&eacute;Hideout Keeper
Martin G Nystrom [[email protected]] wrote:
I am trying to make a way to display the version number and build date
for all
supplier plans used to build an app. This way, when a developer says,
did you
REALLY build my code with my new supplier plan? We can show them in the
about
window. I think the only way to do it is to hook into the
GenericRepository.
Any other ideas?
Get Your Private, Free Email at http://www.hotmail.com
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

Similar Messages

  • Sending command strings to a Sorensen (Ametek / Xantrex) power supply model XDL 35-5TP

    Hi all,
    I am using the above mentioned power suply to control test units during end of line tests.  I can do all the normal funtions through the manufacturers supplied library of vi's.  The problem is, I need to make sure the voltage being seen by the unit under test is correct and therefor am using the remote sense function on the power supply.  Essentially this runs a pair of sense leads to the point of measurement and allows the power supply to compensate for any voltage drop that is seen in the circuit.
    As I am on the downstream side of a solid state relay with the sense leads, I need to cycle the remote sense function so that it is not trying to compensate when the SSR is off (sense would read zero volts and try to run the voltage up to compensate for what it sees as a loss)
    The attached diagram shows how I am trying to send the command using the supplied Write Data vi but the power supply never responds to the command.  I have tried different commands with no success and am hoping there is someone that has run across this to give me a hint as to what I am doing wrong.
    Any assistance is much appeciated
    Doug
    Doug
    "My only wish is that I am capable of learning each and every day until my last breath."
    Attachments:
    Powersupplyvi.pdf ‏102 KB

    Code is attached including the TQLP library.  The manual states that white space (spaces) are ignored so it does not matter if they are present or not.  I will include that section of the manual as well and near the end of that it shows the syntax for the SENSE command that I am trying to use.
    Doug
    "My only wish is that I am capable of learning each and every day until my last breath."
    Attachments:
    Xantrex XDL Driver.vi ‏28 KB
    TQLP.LLB ‏761 KB
    Pages 39-42 from M370293-01_XDL_35-5-triple.pdf ‏110 KB

  • Loading shared library failed: Reports fatal: libgcc_s.so.1 : open failed

    Hi,
    I am developing a shared library in solaris. While loading the shared library it reports "ld.so.1: tn-tipc-config-bin: fatal: libgcc_s.so.1: open failed: No such file or directory". I noticed that libgcc_so.1 is available at /usr/sfw/lib. But this library is missing in some solaris build/install configuration. I want my library to loaded in any solaris system. So I want to reduce dependency over libgcc_s.so.1. By looking at the objdump of my shared library, I found that references to
    __register_frame_info and __deregister_frame_info which are provided by libgcc_s.so.1. Looks like these references are added by gccfss compiler since I dont call these functions in my code. Please suggest a method to remove reference for these functions.
    Thanks
    Shankar

    If you don't want to bring libraries your app depends on with you, the only choice you have is linking statically. It is a very bad idea to manually "detach" compiler-supplied library from the application unless you know exactly what you are doing. Even if your library does not call anything directly, initialization routines inserted by compiler may need routines from that library (just as an example).

  • Editing OTD from OTD Library

    I am trying to use an OTD from HL7 library. I copied the OTD i needed from the libary to my current project.
    I need to add more elements and customize few elements. But the all the elements are in non-editable mode.
    Can anyone help me out with it
    Thank You

    Speaking from JCAPS 5.1.2 perspective; the supplied library OTD�s are read only; however you can copy them to your project folder and modify them any way you see fit. This will work with the segment OTD�s like MSH, EVN, etc., but it will not work with message OTD�s like ADT_A01, etc. because they are referencing read only segment OTD�s.
    If you want to use an OTD from the library but make changes to it; in the Enterprise Explorer (project explorer) window, expand Sun SeeBeyond -> OTD Library -> HL7 -> <your favorite version>, right click on the OTD, and select copy. Right click on your project folder and select paste. Do this for every segment you want to add to your project.
    Open the OTD's in your project folder and modify.
    PS. I have interfaces to/from 25 different companies� products; every one of them claiming to be HL7 compliant. And, not one of them follows the standard precisely to the letter. So, I end up tweaking every one of my OTD�s a bit.

  • Oracle RDF and Oracle Business Rules & Protege

    A couple of questions:
    1.) Has anyone used Protege to create frame-based ontologies which can somehow be used with Oracle Business Rules?
    2.) Has anyone used Protege along with the RDF storage functionality in Oracle?
    Thanks.

    Melli,
    I just started with semantic so won't have many useful ideas for at least some time.
    mostly there will be bugs and misunderstanding on my part.
    At this point i do see that the supplied library is not working properly . see my other thread. Fixing that would be really helpful.
    Let me know
    As of Composer - well let's just say its cost ineffective for organization to use on pilot project..

  • Unable to+decode+or+import+selected+audio

    Looking for a solution.  I am running windows 7, adobe captivate 4.  I have attempted to convert text to speech, I get the error unable to+decode+or+import+selected+audio.  I have gone to the supplied library same error.  I have taken a mp3, changed it to 16 bit rate, made the file very small same error.  I am running out of options.  I have also reinstalled captivate.  I also have CS5 running on the machine.  Any suggestions?

    Hi,
    Re-install the Neo-speech installer and try the workflow.
    Regards,
    Vikranth.

  • Where can I get the codec to import iMovie clips into Premiere CS6?

    I am running a PC with Win7 & PPro CS6
    I have a bunch of clips that were copied over from iMovie imports (no original files exist anymore)
    They are all a special form of .mov
    I can play them in VLC Media Player (but not Quicktime, or WMP) so I know that a pc can handle them...
    When I import into CS6 I get an errorsaying Codec missing or unavailable...
    Whered can I get the proper Codec?
    Thanks all!
    Aza

    Considering the last post was made in March last year, I've attached the feature request I made today, just so you know you're not alone on this issue, for anyone with the same problem.
    MAC to PC Support:
    There needs to be a comprehensive and readily supplied library of codecs to provide simple transitions between MAC and PC.
    I'm currently working on my first feature film. I raised a little bit of money through Kickstarter, enough to buy a decent HD camera and a microphone. Basically, I'm not a professional and I'm learning as I go. The camera I bought is a Canon XHA1- it records to mini-DV. I do not have the money to buy an HDV tape deck, leaving me with the only other option of using the firewire port to capture footage off of the camera itself. I had a firewire-to-USB cable, which I used to capture footage to my PC, but after getting a new computer with Windows 8, the camera is now out of date and the OS has no drivers for it. I then decided to capture my footage on an old i-Mac my friend gave me, through i-Movie. After moving the files to my PC, I found that Premiere Pro CC was unable to import them.
    Needless to say, the song and dance I have to go through every time I try to capture footage is frustrating, and considering the mission of Adobe Creative Cloud, to provide affordable opportunities and resources to independent artists, not to mention the fact that Adobe is for both Mac and PC (and especially not mentioning the fact that it is a service I am paying for monthly,) I feel like these kinds of problems shouldn't exist.
    Of course saying "I pay for this, this problem shouldn't exist" is the rallying cry for every idiot who expects the impossible. But capturing on i-Movie... and importing to Premiere Pro? Really? Why is this an issue? Maybe i-Movie is out of date... but I'm not going to waste another weekend capturing; it probably still won't work.
    I'm not asking for file conversion software. That's what I'm going to have to do on my own, for GBs upon GBs of footage just so I can get to the editing table. The problem is that I have to convert it in the first place. If there is any progress on this issue, please let me know.

  • ODI and Oracle Business Rules

    Hi, I have a question that hopefully someone can give light to.
    Our current requirement for an ODI solution is to have business users create or edit rules (not just table constraints, but actual complex business process rules) that they would like to apply to the data during integration. I was thinking of two possibilities for this:
    1. Load a rule file in ODI and then execute the rules in ODI.
    2. Use Oracle Business Rule.
    Between the two options, which is most likely possible? I have yet to fully explore ODI so I'm not sure if both of these options are feasible. If not, can someone give me sound ideas to work on for this requirement?
    Thanks,
    Jason

    Melli,
    I just started with semantic so won't have many useful ideas for at least some time.
    mostly there will be bugs and misunderstanding on my part.
    At this point i do see that the supplied library is not working properly . see my other thread. Fixing that would be really helpful.
    Let me know
    As of Composer - well let's just say its cost ineffective for organization to use on pilot project..

  • Headstart Help file generation

    We're using designer 2.0.24.2.0 with headstart 5.0.2, I've generated an MSHELP file which runs fine standalone. But when I try and run it from a generated form I receive the message 'Type of Help system is unknown'.
    I've traced the error and it's coming from a function get_help_type that's defined within the qms_core.pll supplied library. It appears that the global..qms$app_help_type has not been initialized/defined.
    Can someone tell me where this global, should correctly be initialized or to the documentation that details where this global's created.
    The preferences are all correct for the MSHELP help type both at application and module level.

    Thanks - I've tried this and it solves the problem
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Headstart Team:
    Mike,
    In your application library, in the qms$init_application procedure, you should have a line of code something like the following.
    qms$application.set_help_file
    ('<help file name>','MSHELP');
    It sounds like you are missing this line.
    Also, you might consider upgrading to Designer 2.1.2 and Headstart 2.1.2.0.2. (Available for download from OTN). There are quite a few bugs fixed in the new versions.
    Regards,
    Lauri<HR></BLOCKQUOTE>
    null

  • How to handle `sqlglm' and `sqlcxt' errors.

    Hi all,
    I have written a proc file precompiled it successfullyand got a c file.
    when i compile the C file ,i t has given me the folowing errors .
    How can I over come these errors.
    /tmp/ccu0J6fN.o(.text+0x1bd): In function `main':
    : undefined reference to `sqlcxt'
    /tmp/ccu0J6fN.o(.text+0x27d): In function `main':
    : undefined reference to `sqlcxt'
    /tmp/ccu0J6fN.o(.text+0x4e2): In function `main':
    : undefined reference to `sqlcxt'
    /tmp/ccu0J6fN.o(.text+0x5ac): In function `main':
    : undefined reference to `sqlcxt'
    /tmp/ccu0J6fN.o(.text+0x653): In function `main':
    : undefined reference to `sqlcxt'
    /tmp/ccu0J6fN.o(.text+0x6bc): In function `sql_error':
    : undefined reference to `sqlglm'
    /tmp/ccu0J6fN.o(.text+0x757): In function `sql_error':
    : undefined reference to `sqlcxt'
    collect2: ld returned 1 exit status
    please help me in this regard.
    Thanks in advance,
    Trinath Somanchi,
    Hyderabad.

    You have to include the Oracle supplied library that contains the code for the OCI calls.
    $ cc your_source.c ${ORACLE_HOME}/lib/libclntsh.soThe library file may vary depending on your platform.

  • WebLogic 12c and OSGi bundles ClassCastException error

    When I deploy an OSGi bundle to WebLogic 12c there are no errors. However, when I try and access my application I get the following error:
    java.lang.ClassCastException: com.sun.faces.taglib.jsf_core.ViewTag cannot be cast to javax.servlet.jsp.tagext.Tag
    I suspect that WebLogic 12c is loading different versions of the JSF than what I have in my OSGi bundle but I am unable to confirm (I tried to deploy the wls-cat tool but I continue to get 503 errors even after a server restart).
    My bundle currently uses JSF 1.1. After reading various forum posts, I have done the following but have not had any success:
    1. Followed the steps in Re: jsf 1.2 on weblogic 12c (i.e. deploying the jsf-1.2.war, modified my weblogic.xml accordingly in my war and then deployed, etc)
    2. Checked all of my manifest entries (which were correct) and even tried to set the required-bundles to my own JSF in the WEB-INF/lib directories
    Are there any instructions/settings for having OSGi bundles work within WebLogic 12c? Note that my OSGi bundle works correctly in WebLogic 11.
    Side question..I read that even though WebLogic 12c ships JSF 1.2 for backwards compatibility, it is deprecated for this release (as per http://docs.oracle.com/cd/E24329_01/web.1211/e21049/configurejsfandjtsl.htm#i163099). Does that mean that even if I get my bundle deployed/working that if there are other errors/issues in the future then I would not be supported? I am just trying to confirm so that I can make a decision about upgrading my JSF.
    Thanks :)

    gday -
    WLS 12c (12.1.1) doesn't recognize OSGi bundles -- if you have a library you wish to use with your web application, then it needs to conform the packaging requirements for the Java EE deployment model you are using.
    If you are getting conflicts with a WLS supplied library (JSF in this case it appears) then you need to specify a filtering classloader definition in a weblogic deployment descriptor so that the web/app classloader is instructed to ignore a specified set of packages/resources from the parent loaders and load them locally.
    By way of an example, assume you have a web application in which you are bundling JSF 1.2 and you want to use this in place of the JSF 2.1 API/impl that is provided by WLS 12.1.1. In that case, you'd create a WEB-INF/weblogic.xml file and provide the following settings within in.
    <weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app">
            <container-descriptor>
                        <prefer-application-packages>
                            <package-name>javax.faces.*</package-name>
                            <package-name>com.sun.faces.*</package-name>
                            <package-name>com.bea.faces.*</package-name>
                        </prefer-application-packages>
                        <prefer-application-resources>
                            <resource-name>javax.faces.*</resource-name>
                            <resource-name>com.sun.faces.*</resource-name>
                            <resource-name>com.bea.faces.*</resource-name>
                            <resource-name>META-INF/services/javax.servlet.ServletContainerInitializer</resource-name>
                        </prefer-application-resources>
            </container-descriptor>
    </weblogic-web-app>Deploying that with your application, in which you have supplied the JSF 1.2 API and implementation jars in the standard WEB-INF/lib directory will direct WLS to use those locally supplied libraries instead of its JSF API/implementation.
    Hope that helps.
    -steve-

  • J2EE.6.6 One JMS session per connection and code portability

    Hello,
    Section J2EE.6.6 of the J2EE 1.4 spec states that "Application
    components in the web and EJB containers must not attempt to
    create more than one active (not closed) Session object per connection."
    This is contrary to the API documentation for javax.jms.Connection that
    states "Because the creation of a connection involves setting up
    authentication and communication, a connection is a relatively
    heavyweight object. Most clients will do all their messaging with a
    single connection." (Indeed I found that e.g. JBoss creates seven
    threads for each connection that I create in a client).
    I want to provide a library that encapsulates the required calls to
    setup several JMS sessions. Given the above, this library must act
    differently when run within and outside an EJB container. Is there a
    portable way to determine in one's code whether the code is running
    inside or outside an EJB container?
    Regards,
    Michael Lipp

    Thanks very much for your responses. You miss, however, a very important point. Maybe I didn't emphasize this point enough in my original posting.
    I want to write a client library with a "SomeServiceFactory" that creates a "SomeService". "SomeService" happens to require several concurrent topic sessions. But this requirement is to be hidden from the user of the service. And the supplied library should be usable both in a "client container" (i.e. a stand-alone client) and in an EJB or web container (with an EJB or Servlet making use of "SomeService").
    So "SomeService" must behave differently when creating sessions, depending on whether it runs in the client container or an EJB or web container. Of course I can request the user/developer to specify some configuration file/option depending on the environment -- and then I can pray not to get too much problem reports because developers will simply forget to specify the environment as required or get things wrong.
    Or I can find a way to automatically find out about the environment my library is used in and everybody is happy -- hence my original question.

  • HDBTABLE definition with default values

    Hi,
    We are creating tables in HANA with hdbtable.
    We need to add default values for the date fields as current date. However, the regular CURRENT_UTCDATE is not recognized as a system variable to be assigned. This works fine when we create a table manually  using the CREATE statement but not in HDBTABLE.
    Is there some other variable I can use?
    Regards,
    Nehal.

    >Partitioning syntax
    Correct. Not currently supported.  Planned for the future of HDBDD - a general roundout of the missing SQL Syntax.  In other words, its not there yet but we absolutely plan to add it in the future to HDBDD.
    >Foreign keys (this i guess is possible, not sure how, read something in the dev guide on using River like associations - it will be great if you can confirm)
    Yes you can create associations.  Those associations can be used within views that are defined within the same HDBDD.  No these associations do not generate database constraints. They also are not currently considered by either XSODATA or automatically in XSJS or SQLScript. You would have to code logic at these levels to enforce the associations as constraints. Today they are mostly for simplified view creation.  In the near future they will be exposed to XSJS via an SAP supplied library and will be reusable in XSODATA and will therefore be enforced in CUD operations.
    The recommendation is still to use the repository and the built in lifecycle.  This would mean coding your logic at a higher level until we have the above mentioned functionality. Or you could generate constraints via SQL on first run of an application to avoid having to have manual SQL setup scripts and/or a more complicated lifecycle management approach.

  • Help with using itunes with 4s library after i upgraded to iPhone 5 and computer power supply went

    long story hopefully an easy fix....
    on wensday my power supply went and had to ship computer across country to Puget Computer Systems as we weren't sure if it was power supply or mobo...luckily it was power supply.
    i daily backed up iphone 4s with itunes (10.7) as i do all music manually, playlists, etc. have like 3,000 plus songs, videos, audiobooks, mail aaccts and about 48 apps.
    so next day (sept 19th) apple comes out with iOS 6 which i update my 4s to with no problem. I wanted a day to play with it to learn my way around.
    next day i wait in line for 8 hours overnite and was #2 in line at apple store for my ATT 32gb white iPhone 5. while at apple store I get my icloud backup which gets all paid music,apps, etc since itunes version 10.3 (i always did both backups so as not to lose my contacts more than anything.
    I have other paid stuff that is in library on computer along with audiobooks and about 2700 more songs.
    my icloud backup put the playlists on iPhone but not most of the music for them as lots were ripped from my cd's.as i double them up making a copy on iPhone and a copy on itunes.
    So I have been using iPhone 5 with no problems just don't have all of itunes library on it. My computer is coming back this week how do I plug in iPhone 5 via USB (which will be seen as new phone even though it has same name) and use my existing iTunes 10.7 library which the backups in iTunes still has iOS 5.1.1 on it?
    There must be an easy way of doing it as i don't want to wipe off iphone 5 again as i don't see any purpose my library is all organized perfectly. I know my way around windows 7 pro 64 bit pretty well just don't know what itunes is going to say once it sees "joe's iPhone" again and installs the usb drivers and icon for it. what will it ask in regards to library and how do i use it with previous iOS on it?
    Thank you very much for the help as I am going to need it.
    yes i broke the cardinal rule of cross posting and apoligize  for it just amazed i couldn't find answer via google nor any apple store genius knew it either.

    Hi All,
    Any help?
    No one has any answers here amoungst all this apple knowledge?
    Thank you

  • PRINTS RECEIVED DO NOT MATCH IMAGE SUPPLIED FROM MY IPHOTO LIBRARY; CAN'T LOCATE ACTUAL MEANS TO RETURN AND GET ACCURATE PRINTS

    PRINTS DO NOT MATCH IMAGE FROM MY IPHOTO LIBRARY

    Please fix your Cap lock key - posting in all caps is =very hard to read - and is considered yelling and rude
    and pleas describe what your need - prints received form where? what version of iPhoto? If this has to do with Apple print services use the link in the confirmation email to contact Apple about yr. question
    LN

Maybe you are looking for