No "samples" in evaluation download, can't create model or group

Hi forum, I'm trying to learn BPA Suite.
Downloaded the evaluation version from the main site. It installed ok, but I can't find any "samples" directory anywhere like the Quick Start PDF says should exist. Are these downloadable separately? Couldn't find them on the site if they are.
Also can't create a new model, since I have no groups. I click on "LOCAL" in the new model wizard but the "New group" button is greyed out. No instructions in the doc on how to get this running.
Please help!
Thanx
M

Hi,
have you start your server?
On linux you have to run y-serverlauncher.sh
in .../BPASuite/JavaClient.xxx/localserver/
Then you can use the sample and create new projects.

Similar Messages

  • Can't create a page group

    Hi:
    i'm having troubles with a portlet wich is supossed to have a "create page group" functionality, but it really doesn't have it. i've seen documentation on Oracle about a portlet called "page groups" which gives the possiblity to build page groups, pages, styles,... but i only have a portlet called "pages" which gives the same functionality, but not the "create page groups" function. what should i do? how can i create a page group?
    thx.

    Hey, it seems that content areas are similar to page groups. Can I use content areas instead of page groups? Is it possible that my version of Portal (3.0) doesn't contaion page groups? Can anybody explain to me this confusing thing?
    Thanks a lot.
    Petra :)

  • Can't create a "simple" group/course - and no upload

    Hi all,
    I'm quite new to this task of managing iTunesU for my institution (ICTP, www.ictp.it), and we just got admitted to the iTunesU platform since few days, so please bear with my poor experience (but I'm carefully reading the guides provided by Apple).
    Now... I've had no problem in creating/editing a few test pages/groups/courses, but I'm not able at all to create a "simple" group course, the edit menu only lead me to the two options: "smart" and "feed". And I cannot find the tool menu item to do the "Upload and Manage Files" (I guess it doesn't appear because there are no simple groups, the only ones that can accept manual uploads, am I right?).
    Just to explain better: of course I'll eventually implement a transfer script to upload our videos (I'm working on re-encoding some thousands hours of lectures...), but for now I would like to make some preliminary tests, and upload manually a few videos. What am I doing wrong?
    Is it possible that maybe our approval is still pending, and I'm not allowed to upload anything? But I can edit the site (but not publish it).
    I tried both interfaces, the iTunes.app native and the web one (the "iTunesU Public Site Management" on phobos.apple.com):
    the former is more complete but is missing upload option and "simple" group course creation, while the latter gives me only tools to edit the graphic appearance of the main page (banner, styles, etc...).
    thank you for any help, it will be appreciated very much!
    Carlo,
    Trieste (Italy)

    I think I've found the answer by myself in this thread:
    https://discussions.apple.com/thread/2018158?threadID=2018158&tstart=0
    Unfortunately, it's not the answer I was hoping for... apparently the option to store contents in Apple's servers isn't available anymore for newcomers to iTunesU.
    Now I have to manage a way to do local storage and RSS feeds, new challenge!
    Hope this may help others,
    Carlo.

  • Can't create model in Web Dynpro

    Hi all,
    I want to create a model in a web dynpro  project.
    When i click the "models" --> "Create Model" in the , it appear below error.
    ===================================================
    Internal error
    Plugin name :Web Dynpro Model Editor
    Plugin ID  : com.sap.ide.webdynpro.modeleditor
    Class : com.sap.ide.webdynpro.modeleditor.ModelEditorCallback
    Method : createModel
    Exception : java.lang.NullPointerException: null
    ===================================================
    In the log file :
    ======================================================
    com.sap.ide.webdynpro.ui.service.ServicesUI          [Thread[main,5,main]] Error: Internal error
       Plugin name: Web Dynpro Model Editor
       Plugin ID  : com.sap.ide.webdynpro.modeleditor
       Class      : com.sap.ide.webdynpro.modeleditor.ModelEditorCallback
       Method     : createModel
       Message    : An error ocurred. See error log for more details.
       Exception  : java.lang.NullPointerException: null
    !STACK 0
    java.lang.NullPointerException
         at com.sap.ide.jcb.core.service.SAPLogonHelper.<init>(SAPLogonHelper.java:48)
         at com.sap.ide.jcb.core.wizardpages.SAPLogonPage$MessageServerPane.fillUpLoadBalancingPaneSystems(SAPLogonPage.java:1003)
         at com.sap.ide.jcb.core.wizardpages.SAPLogonPage$MessageServerPane.show(SAPLogonPage.java:303)
         at com.sap.ide.jcb.core.wizardpages.SAPLogonPage.createControl(SAPLogonPage.java:91)
         at com.sap.ide.webdynpro.modeleditor.wizards.model.creation.ModelWizard.createPageControls(ModelWizard.java:408)
         at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:524)
         at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:473)
         at org.eclipse.jface.window.Window.create(Window.java:302)
         at org.eclipse.jface.window.Window.open(Window.java:552)
         at com.sap.ide.webdynpro.modeleditor.ModelEditorCallback.createModel(ModelEditorCallback.java:52)
         at com.sap.ide.webdynpro.service.modeleditor.ModelService.createModelWithUI(ModelService.java:70)
         at com.sap.ide.webdynpro.service.modeleditor.ServiceWithUI.createModel(ServiceWithUI.java:49)
         at com.sap.ide.webdynpro.tsmodel.application.provider.ModelNodeProvider.createUniqueName(ModelNodeProvider.java:55)
         at com.tssap.selena.impl.model.elements.EntityImpl.createChildEntityUin(EntityImpl.java:936)
         at com.tssap.selena.impl.model.elements.EntityImpl.createChildEntity(EntityImpl.java:502)
         at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.runInternal(CreationAction.java:76)
         at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.access$000(CreationAction.java:24)
         at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction$1.run(CreationAction.java:51)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
         at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.run(CreationAction.java:57)
         at com.sap.ide.webdynpro.projectbrowser.actions.PBCreateModelAction.run(PBCreateModelAction.java:95)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    =============================================================
    NWDS
    Version: 7.0.13
    Build id: 200708072056
    OS
    Window Vista Home Basic 32bit
    Could anyone help me?
    Regards.
    Wenjr
    Message was edited by:
            wenjr wu

    I encountered the same issue in all NWDS versions I tested on Windows Vista, while it works perfectly fine on Windows XP.
    This issue is caused by com.sap.ide.jcb.core.service.SAPLogonHelper not being able to retrieve system environment variables on Windows Vista.
    Fortunately the solution is simple: let NWDS think that it is running on Windows XP instead of Windows Vista. This can be achieved by adding the following parameter to "vm.parameters" in the NWDS installation directory (probably C:\Program Files\SAP\IDE\IDE70\eclipse):
    -Dos.name='Windows XP'
    (don't forget the single qoutes)
    So your vm.parameters should look something like:
    -Xmx1024m
    -Xms256m
    -XX:PermSize=32m
    -XX:MaxPermSize=128m
    -Dos.name='Windows XP'
    Regards,
    Hans de Boer
    Edited by: Hans de Boer on Jun 25, 2008 1:17 PM

  • Can we create Criteria based groups of computers?

    Hi Team,
    We have imported the computer objects to FIM portal and it has few attributes which can help creating the criteria based group of computers.
    But when we tried creating the criteria based security group, we were not able to select any custom object other than Users,Groups in the filter builder.
    We have added the computer objects in the Filter permission as well, but no luck.
    Any suggestions?
    Thanks and Regards, Siva Kumar Balaguru

    Hi Siva
    you definitely can do so.
    You have to modify the RCDC for Group creation. Look for "GroupingCalculatedMembers". within this section you will find a "FilterBuilder" section and here you Change "PermittedObjectTypes" to the list of your object types you
    want to be able to include in your Groups.
    Henry

  • Can't create new user group

    I am logged in as authenticated user,in workgroup manager, and am trying to create a new group so I can restrict VPN access to the users I would add to this group.
    Can't see a 'new group' button. There are already 3 groups, staff, admin and 1 other.
    (very new to MAC)
    Mat

    Hi,
    Did the issue happen only for you or for multiple users?
    Please login on other well worked Lync client from other computer with your Lync account to test the issue.
    Please also use another well worked Lync account login your Lync client and test the issue.
    You can disable your Lync account from Lync Server Control Panel and clear all SIP related information from AD, then re-enable your Lync account from Lync Server Control Panel to have a try.
    Here is a similar case may help you:
    http://social.technet.microsoft.com/Forums/lync/en-US/09032674-3927-4898-8f93-f3e6f3eab540/lync-2013-cannot-add-remove-or-move-contacts-or-groups-at-this-time?forum=lyncprofile
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Can i create subgroups in grouped objects?

    Hi
    In CP 7 is it possible to create subgroups from grouped objects?
    regards
    donal.

    No, one of my feature requests, but not realized in CP7.
    Lilybiri

  • Can't create app tab groups in FF5 groups window dosen't appear

    when I click the tab groups arrow on the upper right of the page the group window opens but all the tiny icons are in a vertical line on the right side of the window and when I try to drag one in to the center either the cursor turns into a move window and moves the whole window or when I click on the icon it takes me to that page. I have read ALL the instructions AND watched the video and what happens in that video DOES NOT happen on my screen. I can't find any helpful info

    Solution clear all tabs. Then right click on individual bookmarks or bookmark folders and select open in new tab or open. They will all appear at top of screen. Then click on arrow as before and choose tab groups . They are all in one box you then move them out of box and put like with like. I have created 3 groups.
    You can create as many as you like .
    When you wish to open that group click on the arrow and then choose tab groups,at that point all of your groups appear choose the one you require click on that group .
    Only the sights in that group appear on the tab bar. I trust this is helpful it worked for me.

  • Can I create a new Group by column in  OBIEE analytic Report ?

    Hi Everyone,
    Here I have a report
    ProductID Price
    LCD1 12
    LCD2 11
    LCD3 10
    TV 100
    GAME 50
    I hope to add a new column on this report in OBIEE and the result should be like below:
    ProductID Price New_ProductID_Grouped
    LCD1 12 LCD
    LCD2 11 LCD
    LCD3 10 LCD
    TV 100 TV
    GAME 50 GAME
    I hope to show LCD* products as LCD in the New_ProductID_Grouped field.
    Is it possible in OBIEE?
    I hope to create the column and then do hierarch later.
    Thanks in advance.

    Yeah you can go with new logical column with expression and can use it for hierarchy so that you can treat it as one of the level.
    ex: drill down column value LCD on click on that you can see LCD1, LCD2 etc..
    Try to see the valid expression to define new column.
    If helps pls mark

  • I do not get thumbnails of my App Tabs when I open Tab Groups (and so I can't create any Tab Groups).

    I simply get replicas of the App Tab icons on the right side of the Tab Groups box. These icons are not movable and clicking on them simply opens them. As a result, I can't proceed to form them into Tab Groups.

    You can
    Create a NEW account using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    You can have apps purchased from more than one account. It does complicate update apps though.
    - Go to settings>Store and sign out and sign into your account.
    - Apps are locked to the account that purchased them.
    - To update apps you have to sign into the account that purchased the apps. If you have apps that need updating purchased from more than one account you have to update them one at a time until the remaining apps were purchased from one account.

  • Can i create SalesOrder using SalesQuotation

    Hi all,
        I want to create SalesOrder with reference using the SalesQuotation. How can i achieve this.
        I am using JAVA to develop this. I am using DI API to achieve this. I am creating SalesOrder directly by giving the items and their quantities and succeded. But when i want to give the SalesQuotation number Reference while creating salesOrder it is giving error.
    -5002Item no. is missing  [ORDR.ObjType]
    com.sap.smb.sbo.wrapper.com.ComFailException: Invoke of: DoQuery
    Source: SAPbobsCOM.Recordset.6.7
    Description: 1). [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'FOR'.
    2). [Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared.
         at com.sap.smb.sbo.wrapper.com.Dispatch.invokev(Native Method)
         at com.sap.smb.sbo.wrapper.com.Dispatch.invokev(Unknown Source)
         at com.sap.smb.sbo.wrapper.com.Dispatch.callN(Unknown Source)
         at com.sap.smb.sbo.wrapper.com.Dispatch.call(Unknown Source)
         at com.sap.smb.sbo.api.Recordset.doQuery(Unknown Source)
         at SalesOrderCreate.main(SalesOrderCreate.java:133)
    Can any body give me a sample code that how can we create salesOrder using SalesQuotation.
    regards,
    JAYA

    Hi
    I've never tried doing it in java. But i here is an example of how it is done in VB.Net, im sure it will help you connect the dots. This example makes a invoice based on a sales order
    Dim oInvoice As SAPbobsCOM.Documents
            oInvoice = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices)
            oInvoice.CardCode = BPCode.Text
            oInvoice.DocDueDate = Now
            oInvoice.Lines.BaseType = SAPbobsCOM.BoObjectTypes.oOrders
            'OrderStr is sales order DocEntry,not Docnum
            oInvoice.Lines.BaseEntry = CInt(OrderStr)
            oInvoice.Lines.BaseLine = 0
            oInvoice.Lines.Add()
            oInvoice.Lines.BaseType = SAPbobsCOM.BoObjectTypes.oOrders
            oInvoice.Lines.BaseEntry = CInt(OrderStr)
            oInvoice.Lines.BaseLine = 1
            lRetCode = oInvoice.Add
            oCompany.GetLastError(lErrCode, sErrMsg)
            If lRetCode <> 0 Then
                MessageBox.Show("Not Added" & lErrCode & " " & sErrMsg)
            ElseIf lRetCode = 0 Then
                'oCompany.GetNewObjectCode(OrderStr)
                MsgBox("Added Invoice")
            End If
    please not, OrderStr is sales order DocEntry,not Docnum
    Hope this helps

  • Can´t create a group at contacts app

    Can´t create an email group at contacts app

    Hi there anok goh,
    You may find the troubleshooting steps in the article below helpful.
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/TS3998
    -Griff W. 

  • When using Panorama, everytime I create a New Group, I am redirected to the Google Calendar App that I created. Tab groups are not being remembered. Any workaround?

    I am trying to use Panorama for the first time. I can successfully create a tab group, but Firefox does not remember it. When I view a new web page and try to use "add to group" I am redirected to the app tab I created for Google Calendar. I am using Windows 7 64x with Firefox as my default browser.
    Are there any know issues with the apps tap and Panorama?

    I have a somewhat related problem running FF7 on WinXP32, specifically concerning your ''I can successfully create a tab group, but Firefox does not remember it.''
    When I reopen FF, I find FF
    * ''sometimes'' does not remember all tab groups.
    * ''often'' seems to move at least 1 tab from one group to another.
    ''kursiver Text''
    I am new to using this tab grouping feature, and I have not identified a specific and consistent misbehavior yet.

  • Creating Info-Package Groups

    Hi All,
    We are running a Job through Process chain. But due to some bug it is taking 4 Hrs to complete. We tried executing the Info-Packages manually. It completed with in 30 Mins. So we are planning to create IP group to trigger that Job instead of through Process chain.
    Can you please explain how to create the Info Package Group and how to include info packeges in to the IP Group.
    After creating IP group we have to schedule a Job to trigger this IP group which inturn triggers the Info packages.
    If possible please explain the steps for the above process.
    Million of thanks in advance.
    Regards,
    Reddi.

    Hi,
    Procedure to create InfoPackage Group
    Go to InfoSource tree in modeling of the Administrator Workbench and choose in the standard toolbar of the right area of the screen  Show InfoPackage Group.
    On the right-hand side of the screen, you will see the InfoPackage group tree.
    Highlight a node of the InfoPackage group tree and create a new InfoPackage group using the context menu (right mouse click). This is always inserted underneath the highlighted node.
    Select an InfoPackage (in the InfoSource tree in the middle area of the screen) that you want to transfer to the InfoPackage group and move it into the InfoPackage group you want by using drag & drop.
    You can assign as many InfoPackages as you like to an InfoPackage group.
    InfoPackages with the same selection conditions, same assignment for combination of InfoSource / DataSource / source system, same data type (transaction data or master data), and same data target cannot be assigned to the same InfoPackage group.
    Alternatively to the above procedure, you can also create an InfoPackage group in the monitoring view of the Administrator Workbench. However, in this view it is not possible to insert InfoPackages into the InfoPackage Group.
    You have created an InfoPackage group and have inserted InfoPackages into the InfoPackage group. You can now
    Scheduling an InfoPackage Group
    Choose Show InfoPackage Groups in the InfoSource tree of the Administrator Workbench – Modeling, or choose the InfoPackages view in Monitoring of the AWB.
    Select an InfoPackage group from the InfoPackage group tree and choose Schedule.
    You arrive in the scheduler (InfoPackage group maintenance) with the InfoPackages and Scheduling tab pages.
    Select the InfoPackages you want to load.
    By default, all InfoPackages are selected.
    On the tab page InfoPackages, number the InfoPackages that are assigned to the group according to the sequence in which the loading process is to be carried out.
    For the InfoPackages, select whether you want the monitor to run a check during the data update to see if the first request from the list has been completely and correctly processed. Only then will the request for which this indicator has been set be processed.
    Define a fixed delay of one minute for the individual InfoPackages. The delay represents the wait time until the next request is carried out.
    Schedule the InfoPackage group in the background.
    -Shreya

  • How to create a user_defined grouping function?

    I need to create a user_defined function and use it in my sql statement.
    I know the user_defined function can be used anywhere the build-in function can be used.In oracle,there are grouping functions.
    How can I create a user_defined grouping function and I can use it in my sql statement.

    Hi, can you explain exactly what you are trying to achieve:
    SQL> create or replace function my_func return number as
      2  begin
      3    return 5;
      4  end;
      5  /
    Function created.
    SQL> select deptno,my_func(),max(sal)
      2  from emp
      3  group by deptno,my_func()
      4  /
        DEPTNO  MY_FUNC()   MAX(SAL)
            10          5       5000
            20          5       3000
            30          5       2850

Maybe you are looking for

  • Two graphics questions

    Two questions about graphics, which aren't related to each other: - I'd like to add vector graphic objects to one of my slides (some arrows). Captivate seems to have no "draw" module like the one in Word. There are several less-cool solutions, one of

  • Pass *57 outside of our phone network

    Hi, A user has asked if dialing the *57 (call trace) calling feature works or not.  After looking through our system I could'nt find any reference to it.  I did some research on the net and found very little on how to configure it.  I did find a foun

  • J2ee startup but nothing happens then

    Hi all, I'm new to j2ee and having the following problem. When I startup j2ee the following happens and then i doesnt let me type anything else in the command line. this is what i get after starting j2ee: J2EE server listen port: 1000 Naming service

  • Zip file is still too big

    After I zipped a lots of photos in one file, it showed the original was 30.5 MB, the zipped file shows it at 30.4 MB. Shouldn't the zipped file be significantly less than the original file?

  • Help with discoverer viewer tables

    Hi I have a oracle table which has some blank cells which oracle discoverer shows as null, thats fine although i wish it wouldn't show but i can live with that, the problem is can i exclude the null count when calculating percentages ? thanks nimesh