globaladmin.4budget@nokia.com 10:22
https://ultima.int.net.nokia.com/eedb/Solutions/tools/ManageUsers.action?id=9681 授权
https://myorders.int.net.nokia.com/mat_bestellung.asp?aid=M178019051961853&bid=11685465&crc=7a7d 看厂商
https://confluence.int.net.nokia.com/pages/viewpage.action?spaceKey=4LABSCOANDADMIN&title=4Budget+admin+guide#id-4BudgetAdminguide-GrantMaintainerrole 不知道怎么做到这里看
https://nokia.sharepoint.com/sites/nokiacentral/default.aspx 11:09
https://4budget.int.net.nokia.com/4budget/Admin/userListing.action 11:14
q19420 11:14
mummo 11:15
https://confluence.int.net.nokia.com/pages/viewpage.action?spaceKey=4LABSCOANDADMIN&title=4Budget+admin+guide#id-4BudgetAdminguide-GrantMaintainerrole 13:54

https://4budget-dev.emea.nsn-net.net/4budget/Admin/commonParameters/cCParameters.action  

https://nokia.sharepoint.com/sites/nokiacentral/default.aspx         找人  

https://4booking.int.net.nokia.com/4booking/index.action                                                                                                                                                                    4Booking 的连接
   

1.删除我自己的分类,先填category 对 duidui ,然后再取消我

2.我自己没有的权限

添加CC,添加site,添加program

3.添加厂商,先确定是不是朗讯的

是,添加

https://myorders.int.net.nokia.com/mat_bestellung.asp?aid=M178155512296953&bid=11694258&crc=31f2  确认是否是阿鲁的

Hi,

I have added as your description.it will take a few hours to take effect, please be patient.

Best Regard.

Yangqiang Bi

不是

Hi,

Please confirm that your application is in effect, I have not yet retrieved here, please be patient.

Best Regard.

Yangqiang Bi

https://4budget.int.net.nokia.com/4budget/Admin/commonParameters/supplierManagement.action   搜索已经申请的厂商列表,检索到  accpet

不是,回复

Hello,

Are you a employee of Alcatel-Lucent? If you are ,please tell me.
If you are not, please contact Myorder support team , ask them add the vendor in MyOrder ,
then I will add the vendor in 4budget. Please share your feedback!
Thanks !

BR,

4.添加CC权限
 -->制定CC,到4Booking admin,user management
Hello,

I have added your permision.it will take a few hours to take effect, please be patient.

BR,

 5.反应系统问题

Hi,

We can use the normal, have not found other problems, you can send the specific request id. I'll check it out.

Yangqiang Bi,

Best Regards

6.服务器宕机

Hi,

We can be used normally, may be the reason for the network. We will contact the R & D team as soon as possible, thank you for your feedback.

Yangqiang Bi,

Best Regards

做Global Admin的更多相关文章

  1. Django拾遗--pagination、sitemap、admin、form

    Django拾遗--pagination.sitemap.admin.form pagination 其实这个分页模块的原理就是根据设定的每页条数来分割queryset.查询结果/每页子项数目=页数 ...

  2. local feature和global feature的理解

    在计算机视觉方面,global feature是基于整张图像提取的特征,也就是说基于all pixels,常见的有颜色直方图.形状描述子.GIST等:local feature相对来说就是基于局部图像 ...

  3. kubernetes 安装kong、kong-ingress-controlor

    一.关于kong的详细内容这里不再赘述,可以查看官网. kong升级到1.0以后功能越来越完善,并切新版本的kong可以作为service-mesh使用,并可以将其作为kubernetes的ingre ...

  4. Hbase学习04

    3.2.4 反向时间戳 反向扫描API HBASE-4811(https://issues.apache.org/jira/browse/HBASE-4811)实现了一个API来扫描一个表或范围内的一 ...

  5. Add Office 365 Azure Directory into Windows Azure

    Add Office 365 Azure Directory into Windows Azure Pre-Requisite: 1.Azure Subscription to the Microso ...

  6. Windows Azure Active Directory (4) China Azure AD Self Password Reset

    <Windows Azure Platform 系列文章目录> 本文介绍的是国内由世纪互联运维的Azure China. 在开始本章内容之前,请读者熟悉笔者之前写的文档: Windows ...

  7. [工作积累] Google/Amazon平台的各种坑

    所谓坑, 就是文档中没有标明的特别需要处理的细节, 工作中会被无故的卡住各种令人恼火的问题. 包括系统级的bug和没有文档化的限制. 继Android的各种坑后, 现在做Amazon平台, 遇到的坑很 ...

  8. GPU基本概念详解

    §1 个 multiprocessor <-> 1个instruction unit  <-> 8 个processor  <-> 在一个warp中执行  < ...

  9. magento 切换数据库,使用不同数据库

    1. 在app/etc/local.xml 中,添加新的数据库选项 <?xml version="1.0"?> <config> <global> ...

随机推荐

  1. 雷林鹏分享:C# 正则表达式

    C# 正则表达式 正则表达式 是一种匹配输入文本的模式..Net 框架提供了允许这种匹配的正则表达式引擎.模式由一个或多个字符.运算符和结构组成. 定义正则表达式 下面列出了用于定义正则表达式的各种类 ...

  2. Asp.Net MVC中Action跳转

    首先action的跳转大致归类: 1跳转到与当前同一控制器内的action和不同控制器内的action. 2带有参数的action跳转和不带参数的action跳转. 3跳转到指定视图,不经过Contr ...

  3. 『PyTorch』第十三弹_torch.nn.init参数初始化

    初始化参数的方法 nn.Module模块对于参数进行了内置的较为合理的初始化方式,当我们使用nn.Parameter时,初始化就很重要,而且我们也可以指定代替内置初始化的方式对nn.Module模块进 ...

  4. 『科学计算』可视化二元正态分布&3D科学可视化实战

    二元正态分布可视化本体 由于近来一直再看kaggle的入门书(sklearn入门手册的感觉233),感觉对机器学习的理解加深了不少(实际上就只是调包能力加强了),联想到假期在python科学计算上也算 ...

  5. Service Account和其secrets 作用和场景,看了不亏。。

    Service Account概念的引入是基于这样的使用场景: 运行在pod里的进程需要调用Kubernetes API以及非Kubernetes API的其它服务.Service Account它并 ...

  6. python-day21--os模块

     os模块是与操作系统交互的一个接口''' os.getcwd() 获取当前工作目录,即当前python脚本工作的目录路径 os.chdir("dirname") 改变当前脚本工作 ...

  7. SQL2005 安装问题

    1. 单击“开始”,依次指向“程序”.“Microsoft SQL Server 2005”和“配置工具”,然后单击“SQL Server 外围应用配置器”. 2. 在“SQL Server 2005 ...

  8. ubuntu下没有Language Support

    sudo apt-get installlanguage-selector-gnome

  9. 059——VUE中vue-router之路由嵌套在文章系统中的使用方法:

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  10. Python Oracle数据库监控

    有的时候无法使用Oracle自带的OEM监控,那么就需要确定一个监控方案. 此方案,使用Python+Prometheus+Grafana+Oracle 1.监控配置表 -- Create table ...